@charset "UTF-8";
/* CSS Document */
@font-face{
font-family: 'Noto Sans JP';
font-style:normal;
font-weight:400;
src:
local("Noto Sans CJK JP"),url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');			
}
html{
font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
max-width: 750px;
color:#333;
font-family: 'Montserrat', 'Noto Sans JP',sans-serif;
font-size: 1.6rem;
/*font-feature-settings: "palt";*/
letter-spacing: 0.025em;
}
a{
color:#333;
}
img{
max-width: 100%;
height: auto;
}
ul{
list-style: none;
padding-left: 0;
}
p{
margin: 0;
}
/*.pc{*/
/*	display: block;*/
/*}*/
.sp{
	display: block;
}

/*----------------------------
 *utility
 ---------------------------*/
.bg-offwhite{
	background-color: #e7e5e7;
	background-color: #e6e6e6;
}
.bg-gray{
	background-color: #d2d2d2;
	background-color: #bbbcbf;
}
.dark-blue{
	accents-color:#00496d;
}
.dark-green{
	accents-color:#5c9291;
}
/*----------------------------
 *header 
 ---------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	padding: 10px 0 15px 15px;
	background-color: #fff;
	height: 66px;
}
.sight-title{
	align-items: center;
	width: 280px;
}
/*----------------------------
 *btn 
 ---------------------------*/
.btn-trigger{
	-webkit-appearance:none;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 15px;
	right: 12px;
	z-index: 110;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #5c9291;
	border-radius: 50%;
	cursor: pointer;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	background-color: #fff;
	transition: all 0.5s;	
}
.btn-trigger span:first-of-type{
	transform: translateY(-7px)
}
.btn-trigger span:nth-of-type(2){
	
}
.btn-trigger span:nth-of-type(3){
	transform: translateY(7px)
}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top:18px;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3){
	transform: rotate(-45deg);
	bottom: 20px;
}
/*----------------------------
 *navigation
 ---------------------------*/
.navigation{
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	z-index:100;
	width: 50%;
	height: 100%;
	padding: 60px 0 0 20px;
	background-color: #00496d;
	opacity: 0.8;
	transition: 0.9s;
}
.navigation.active{
	right: 0;
	transition: 0.9s;
}
.nav-list{
	font-family: Noto Serif CJK JP;
	line-height: 5rem;
	font-size: 1.4rem;	
}
.nav-item a{
	color: #fff;
	text-decoration: none;
}
.menu{
	display: none;
}

/*----------------------------
 *section-inner
 ---------------------------*/
.section-inner{
	max-width: 750px;
	padding-left: 20px;
	padding-right: 20px;
}

/*----------------------------
 *top 
 ---------------------------*/
.top-inner{
	margin-top: 66px;
	position: relative;
	max-width: 750px;
	padding-top: 137.92%;
	text-align: center;
}
.top-visual-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

/*アニメーションの基本設定を共通化*/
.sp-top{
	position: absolute;
	width: 100%;
	height: 100%;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
}
/*ノード毎に参照するキーフレーム設定を変える*/
.sp-top:nth-of-type(1){
    animation-name: li1;
}
.sp-top:nth-of-type(2){
    animation-name: li2;
}
.sp-top:nth-of-type(3){
    animation-name: li3;
}
/*ノード毎のキーフレーム設定*/
@keyframes li1{
    from{opacity: 0}
    10%{opacity: 1;}
    40%{opacity: 1; animation-timing-function: ease}
}
@keyframes li2{
    from{opacity: 0}
    40%{opacity: 0}
    70%{opacity: 1; animation-timing-function: ease}
}
@keyframes li3{
    from{opacity: 0}
    70%{opacity: 0}
    100%{opacity: 1; animation-timing-function: ease}
}


.top-title{
	position: absolute;
	width: 100%;
	top: 0;
	box-sizing: border-box;
	padding-top:50px;
}
.top-copy{
	width: 55%;
	margin: 0 auto;
	justify-content: center;
}

/*----------------------------
 *shop 
 ---------------------------*/
.shop-inner{
	max-width: 750px;
}
.shop-1box{
	display: flex;
	max-width: 750px;
	margin-top: 3px;	
	color: #bbbcbf;
}
.shop-1box-L{
	width: 53.3%;
	background: #d2d2d2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shopcopy1{
	font-family: Noto Serif JP;
	font-size:1.5rem;
	line-height: 2;
	color: #00496d;
	writing-mode:vertical-rl;
	text-align: start;
}
.shop-a-R{
	width: 46.6%;
}
.shop-a{
	background-image: url("../images/gh-sh-01.png");
	background-size: cover;	
}

.shop-2box{
	display: flex;
    max-width: 750px;
    margin: 0 auto;
    color: #bbbcbf;
    flex-direction: row-reverse;
}
.shop-2box-R{
	width: 46.6%;
	background: #d2d2d2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop-b{
	background-image: url(../images/gh-sh-02.png);
}
.shopcopy2{
	font-family: Noto Serif JP;
	font-size:1.5rem;
	line-height: 2;
	color: #00496d;
	writing-mode:vertical-rl;
	text-align: start;
}
.shop-b-L{
	width: 53.3%;
}

/*----------------------------
 *items 
 ---------------------------*/
.items-inner{
	max-width: 750px;
	padding-left: 10px;
	padding-right: 10px;
}
.items-title{
	font-family: 'Noto Serif JP',serif;
	font-size:1.8rem;
	color: #00496d;
	padding:30px 0 0 20px;
}
.items-title-space{
	letter-spacing: 0.5rem;	
}
.box1{
	display: flex;
	width:100%;
	padding: 12px;
	border: 1px solid #004960;
	box-sizing: border-box;
	margin-bottom: 36px;
	justify-content: space-between;
	align-items: flex-start;
}
.items-a{
	display:flex;
	width:82%;
	margin: 0;
}
.items-cate1{
	margin: 0;
}
.itemscopy1{
	font-family: 'Noto Serif JP',serif;
	line-height: 2;
	text-align: right;
	padding-top: 20px;
	font-size:1.2rem;
	color: #00496d;
}
.box2{
	display: flex;
	width:100%;
	padding: 12px;
	border: 1px solid #004960;
	box-sizing: border-box;
	margin-bottom: 36px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.items-b{
	display:flex;
	width:82%;
}
.items-cate2{
	margin: 0;
}
.itemscopy2{
	font-family: 'Noto Serif JP',serif;
	line-height: 2;
	text-align: left;
	padding-top: 20px;
	font-size:1.2rem;
	color: #00496d;
}
.box3{
	display: flex;
	width:100%;
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid #004960;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: flex-start;
}
.items-c{
	display:flex;
	width:82%;
}
.items-cate3{
	margin: 0;
}
.itemscopy3{
	font-family: 'Noto Serif JP',serif;
	line-height: 2;
	text-align: right;
	padding-top: 20px;
	font-size:1.2rem;
	color: #00496d;
}

/*----------------------------
 *items- a b c link
 ---------------------------*/
.items-a-inner{
	margin-top: 66px;
	position: relative;
	max-width: 750px;
	background: #dbd7d7;
	padding:  0 10px 55px;
	height: auto;
}

.image-shuki{
	align-items: center;
	width: 100%;
	padding: 30px 20px;
}

.image-you{
	align-items: center;
	width: 100%;
	padding: 30px 20px;	
}

.image-koming{
	align-items: center;
	width: 100%;
	padding: 30px 20px;	
}


.box11{
	display: flex;
	width:100%;
	padding: 12px;
	background: #ffffff;
	box-sizing: border-box;
	border: 0.5px solid #ebebeb;
	margin-bottom: 55px;
	justify-content: space-between;
}
.items-la-1{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}
.items-lb-1{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;	
}
.items-lc-1{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;	
}

.box22{
	display: flex;
	width:56%;
	padding: 12px;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	margin-bottom: 55px;
	margin-left: 70px;
	justify-content: center;
	align-items: center;
}
.items-la-2{
	display:flex;
	width:100%;
	margin-bottom: 50px;
}
.items-lb-2{
	display:flex;
	width:100%;
	margin-bottom: 50px;	
}
.items-lc-2{
	display:flex;
	width:100%;
	margin-bottom: 50px;	
}
.box33{
	display: flex;
	width:100%;
	padding: 12px;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	margin-bottom: 55px;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.items-la-3{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}
.items-lb-3{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}
.items-lc-3{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}
.box44{
	display: flex;
	width:100%;
	padding: 12px;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	justify-content: space-between;
}
.items-la-4{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}
.items-lb-4{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}
.items-lc-4{
	display:flex;
	width:82%;
	height: 82%;
	margin: 0;
}





/*----------------------------
 *event 
 ---------------------------*/
.event-inner{
	max-width: 750px;
	padding-left: 20px;
	padding-right: 20px;
	background: #e7e5e7;	
}
.event-title{
	font-family: 'Noto Serif JP',serif;
	font-size:1rem;
	color: #00496d;
	padding:30px 0 0 20px;	
}
.event-title-space{
	letter-spacing: 0.1rem;	
}
.dm-space{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 50px;
}
.event-a{
	max-width: 90%;
}
/*----------------------------
 *info 
 ---------------------------*/
.section-inner{
	max-width: 750px;
	padding-left: 20px;
	padding-right: 20px;
}
.info-title1{
	font-family: 'Noto Serif JP',serif;
	font-size:1.8rem;
	color: #00496d;
	padding:30px 0 0 20px;	
}
.info-title1-space{
	letter-spacing: 0.4rem;	
}
.info-title2{
	font-family: 'Noto Serif JP',serif;
	font-size:1.8rem;
	color: #00496d;
	padding:30px 0 0 20px;
}
.info-title2-space{
	letter-spacing: 0.4rem;	
}
.info1-copy{
	font-family: 'Noto Serif JP',serif;
	color: #00496d;
	padding: 0 0 20px 20px;
	line-height: 1.4;
	text-align: left;
	font-size:1.5rem;
}
.info1-tel{
	font-family: 'Noto Serif JP',serif;
	color: #00496d;
	padding-left:20px;
	text-align: left;
	font-size:1.5rem;	
}
.info1-tel a{
	font-size:1.7rem;
	color: #00496d;
	padding-left: 40px;
	text-decoration: none;
}
.info2-copy{
	font-family: 'Noto Serif JP',serif;
	color: #00496d;
	line-height: 1.7;
	text-align: left;
	font-size:1.5rem;
	display: flex;
}
.info2-copy dt{
	padding-left: 20px;
}
.info2-copy dd{
	padding-left: 5px;
}
/*----------------------------
 *access 
 ---------------------------*/
.section-inner{
	max-width: 750px;
	padding-left: 20px;
	padding-right: 20px;
}
.access-title{
	font-family: 'Noto Serif JP',serif;
	font-size:1.8rem;
	color: #00496d;
	padding:30px 0 0 20px;
}
.access-title-space{
	letter-spacing: 0.4rem;	
}
.access-map{
	max-width: 100%;
	margin: 0 auto;
}
.access-copy{
	font-family: 'Noto Serif JP',serif;
	color: #00496d;
	line-height: 1.5;
	text-align: left;
	font-size:1.4rem;
	display: flex;
}
.access-copy dt{
	margin-left: 20px;
}
.access-copy dd{
	margin-left: 16px;
}
.copy-space{
	letter-spacing: 0.4rem;
	}
.d-green{
	color:#5c9291;
}
/*---------------
 *google map-btn 
 ---------------*/
.gmap-btn{
	font-size: 1.2rem;
	padding: 5px 0 0 20px;
}
.btn text-center btn-maps{
	color: #00496d;
}
.address{
	margin: 0 auto;
	font-family: 'Noto Serif JP',serif;
	line-height: 1.5;	
	font-size:1.45rem;
	padding-top: 20px;
	display: table;
}
.small-u{
	font-size: 1.15rem;
	text-align: left;
}
.small{
	font-size: 1.15rem;
	display: inline-block;
	text-align: left;
}
/*----------------------------
 *footer 
 ---------------------------*/
.logomark-footer{
	margin: auto;
	width: 25%;
	padding:40px 0 40px ;	
}
.link-list{
	display: block;
	text-align: center;
}
.icon-2{
	width: 9%;
	margin:0 20px;
}
.icon-3{
	width: 10%;
}
.medea{
	margin-top: 66px;
}
.copyright{
	text-align: center;
	padding:10px 0 30px 0;	
	font-size: 1rem;	
}

/*----------------------------
 *footer -link
 ---------------------------*/
.logomark-footer-b{
	margin: auto;
	width: 15%;
	padding:30px 0 0;	
}


/*----------------------------
 *btn-up
 ---------------------------*/
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #5c9291;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.pc__img{
}
.sp__img{
	display: none;
}

@media screen and (min-width:751px){
.wrapper{
	min-width: 1140px;
	margin: 0 auto;
	padding: 0 22px;
}
/*----------------------------
 *pc-shop 
 ---------------------------*/
.shopcopy1{
	font-size:1.7rem;
	line-height: 2.8;
}
.shopcopy2{
font-size:1.7rem;
line-height: 2.8;
}	
/*--------------
* pc-items
*--------------*/
.itemscopy1{
	line-height: 3;
	font-size:1.5rem;	
}
.itemscopy2{
	line-height: 3;
	font-size:1.5rem;	
}
.itemscopy3{
	line-height: 3;
	font-size:1.5rem;	
}
/*--------------
* pc-address
*--------------*/	
.address{
	padding-top: 30px;
 	display: flex;
}
.small-u{
	font-size: 1.5rem;
	margin: 0 10px 0 46px;
	text-align: left;
}
.small{
	text-align: left;
	margin-left: 10px;
	font-size: 1.3rem;
	color: #00496d;
}
/*--------------
* pc-footer
*--------------*/
.logomark-footer{
	margin: auto;
	width: 15%;
	padding:40px 0 40px ;	
}
.icon-2{
	width: 3%;
	margin: 0 15px;
}
.icon-3{
	width: 3%;
}

	
	
	
}