/*common*/
body{
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.5;
}

/*.font--sans{
	font-family: 'Open Sans Condensed', sans-serif;
}
.font--noto{
	font-family: 'Sawarabi Mincho', sans-serif;
}
.font--mont{
font-family: 'Montserrat Alternates', sans-serif;
}
.font--sorts{
font-family: 'Sorts Mill Goudy', serif;
}*/
.globalsection__inner{
	width: 60%;
	margin: auto;
}
.ani{
    transition: 0.3s ease-in-out;
}
.list-ani_ph{
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
	transition: .8s;
	opacity: 0;
}
.ani_ph{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
    opacity: 1.0;
}
.globalsection__secttl{
	font-size: 2rem;
	text-align: center;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and ( max-width:30em) {
.pc{
	display: none;
}
.sp{
	display: block;
}

}

/*Header*/
.pageHrader{
	width: 100%;
	background:url(../img/common/nav_bg05_bg.png) right no-repeat #fff;
}
.pageHrader__inner{
	width: 65%;
	margin: auto;
	overflow: hidden;
}
.pageHrader__logo {
    float: left;
    width: 16%;
    padding-top: 10px;
    margin-right: 4%;
}
.pageHrader__logo img{
	width: 100%;
}

.pageHrader__nav{
	float: left;
	width: 80%;
}
.pageHrader__nav--list{
	width: 20%;
	float: left;
	text-align: center;
	list-style: none;
	background:url(../img/common/nav_bg01.png);
}
.pageHrader__nav--list.nav--info{
	background:url(../img/common/nav_bg01.png);
}
.pageHrader__nav--list.nav--bukubuku{
	background:url(../img/common/nav_bg02.png);
}
.pageHrader__nav--list.nav--cafe{
	background:url(../img/common/nav_bg03.png);
}
.pageHrader__nav--list.nav--gallery{
	background:url(../img/common/nav_bg04.png);
}
.pageHrader__nav--list.nav--contact{
	background:url(../img/common/nav_bg05.png);
}
.pageHrader__nav--list a{
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 0px 4px #1e2117;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 0.9rem;
	letter-spacing: 2px;
	position: relative;
}

.pageHrader__nav--list a:after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: '';
  width: 40%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-left: -20%;
}
.pageHrader__nav--list a:hover::after {
  bottom: 15px;
  opacity: 0.8;
  visibility: visible;
}

.pageHrader__nav--list span{
	display: block;
	font-size: 0.7rem;
	padding: 5px 0;
	font-family: 'Noto Serif TC', serif;
}
.zdo_drawer_button{
	display: none;
}
/*content*/
.pageMain{
	width: 100%;
	height: 600px;
	position: relative;
}
.pageMain:after{
	background: url(../img/top/mainvisual_bg.png);
	width: 620px;
	height:129px;
	position: absolute;
	content: "";
	bottom: 0px;
	left:0px;
}

.mv_box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 135px;
    /* height: calc(100% - 135px); */
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.mv_box .mv_movie_box #mv_movie {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.pageMain__movie{
	position: absolute;
	top:-18%;
  left: 0%;
  width: 100%;
  z-index: -5;
}
.pageMain__filter-video {
    background-image: url(../img/top/movie_bg.png);
    background-repeat: repeat;
    height: 600px;
    width:100%;
    top: 0;
    opacity: .5;
    z-index: -4;
}
/*main*/
.notice{
	text-align:center;
	border: 1px solid #dadada;
	padding: 10px;
	background: #fff;
}
.globalsection{
	background:#ebebeb;
}

/*areaInfo*/
.globalsection__areaInfo{
	padding: 30px 0;
	letter-spacing: 1px;
	line-height: 1.7;
	overflow: hidden;
}
.globalsection__mainTtl{
	font-size: 1.7rem;
	margin-bottom:15px;
}
.globalsection__blockTxt{
	float: left;
	width: 60%;
}
.globalsection__blockPhoto{
	float: left;
	width: 40%;
}
.globalsection__areaInfoTxt{
	margin-top:20px;
}
.globalsection__areaInfoPhoto{
	margin-top:20px;
	text-align: right;
}
.globalsection__areaInfoLogo{
	text-align: right;
	margin-top:10px;
}
.globalsection__shopinfoList{
	overflow: hidden;
}
.globalsection__shopinfoList--ttl{
	float:left;
	width: 15%;
	margin-bottom:5px;
	background: #273a0f;
	color: #fff;
	padding:2px;
	font-size: 0.8rem;
	text-align: center;
	margin-right: 2%
}
.globalsection__shopinfoList--txt{
	width: 83%;
	margin-bottom: 5px;
}
.globalsection__shopinfo--btnLink{
	margin:0 5px;
	background: #011e52;
	font-size: 0.7rem;
	text-align: center;
	padding:3px 15px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.link_bnr{
	margin-top: 40px;
}
a.globalsection__shopinfo--btnLink:hover{
	background: #01534e;
}
.google-map {
width: 100%;
height: 400px;
background-color: grey;
}

/*globalsection__areaPhotoList*/
.globalsection__areaPhotoList{
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
 }
 .globalsection__areaPhotoList--photo{
 	float: left;
 	width: 25%;
 }
 .globalsection__areaPhotoList--photo img{
 	width:100%;
 }

 /*areaBukubuku*/
 .globalsection__areaBukubuku{
 	padding: 80px;
 }
 .globalsection__areaBukubuku .globalsection__mainTtl{
 	font-size: 2.3rem;
 }
 .globalsection__areaBukubukuTxt{
 	text-align: center;
 	line-height: 2.0;
 	font-size: 1.2rem;
 	letter-spacing: 2px;
 }
 .globalsection__boxBukubuku{
 	background: #fff;
 	padding:35px 50px;
 	box-shadow: 5px 5px 10px rgba(0,0,0,0.08);
 	margin-top: 50px;
 	overflow: hidden;
 	position: relative;
 }
 .globalsection__boxBukubuku figure{
	float: left;
	margin-right:3%;
  }
 .globalsection__boxBukubukuTxt{
 	float: left;
 	width: 50%;
 }
 .globalsection__boxBukubukuTxt h2{
 	font-size: 1.8rem;
 	margin-bottom: 30px;
 }
 .globalsection__boxBukubukuTxt span{
 	display: block;
 	font-size: 0.8rem;
 	margin-top: 5px;
 }
 .globalsection__boxBukubukuPrice{
 	position: absolute;
 	bottom: 35px;
 	right: 50px;
 	font-size: 1.5rem;
 }
 .globalsection__boxBukubukuPrice span{
 	font-size:0.8rem;
 	display: inline-block;
 	margin-left: 5px;
 }
 .globalsection__boxBukubukuList{
 	display:flex;
 	flex-direction: row;
 	justify-content: center;
    margin: 50px auto;
    width: 80%;
 }
 .globalsection__boxBukubukuList--item{
 	background: #fff;
 	padding: 20px;
 	box-shadow: 5px 5px 10px rgba(0,0,0,0.08);
 	margin-right: 20px;
 }
 .globalsection__boxBukubukuList--item:focus {
    outline:none;
}
  .globalsection__boxBukubukuList--item img{
  	width: 100%;
  }
  .globalsection__boxBukubukuList--item h2{
 	font-size: 1.7rem;
 	margin-bottom: 30px;
 }
 .boxBukubukuListItem_txt{
 	font-size: 0.7rem;
 }
 .globalsection__boxBukubukuList--item span{
 	display: block;
 	font-size: 0.8rem;
 }
 .boxBukubukuListItem_entxt{
 	font-size: 0.5rem;
 }

 /*areaGalleryList*/
.globalsection__areaGallery{
	margin-top:50px;
	overflow: hidden;
}
.globalsection__areaGallery .globalsection__secttl{
	margin-bottom:20px;
}
.insta01{
	padding: 30px 0;
	text-align: center;
}
.globalsection__areaGallery .globalsection__inner{
	width: 100%;
	padding:20px 0;
}
.globalsection__boxGalleryList{
 	/*display:flex;
 	flex-direction: row;
 	justify-content: center;*/
    width: 100%;
    margin-top:30px;
 }
 #loopslider {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 300px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    width: 400px;
    height: 300px;
    float: left;
    display: inline;
    overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


/*areaareaInstagram*/
.globalsection__areaInstagram{
	margin-top:100px;
}
/*areaareaContact*/
.globalsection__areaComtact{
	margin-top:100px;
	text-align: center;
}
.globalsection__areaComtact p{
	margin: 10px 0;
}
.globalsection__boxFrom{
	text-align:left;
	width: 45%;
	margin: auto;
}
.globalsection__boxFrom input{
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
}
.globalsection__boxFrom textarea{
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
	height: 140px;
}
.globalsection__boxFrom .areaSend{
	text-align:center;
}
.globalsection__boxFrom input.send{
	width: 50%;
	margin:auto;
}
.globalsection__boxFrom .send_btn {
    padding: 10px 100px;
    background: #0b1425;
    border: 1px solid #ffffff;
    font-size: 1.5rem;
    color: #fff;
}

/*family*/
.globalsection__areaFamily{
	overflow: hidden;
	padding: 50px 0;
}
.globalsection__areaFamily h2{
	margin-bottom: 20px;
}
.globalsection__areaFamily h3{
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.globalsection__boxFamilyList{
	float: left;
}
.slideshow {
	position: relative;
	width: 550px; /* 画像の横幅 */
	height: 300px; /* 画像の縦幅 */
}

.slideshow img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}

/*footer*/
footer{
	background: #808080;
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	padding:5px 0;
	margin-top:100px;
}



@media screen and (min-width:80em) {
    /*　1280px~（大型PC） */

}
@media screen and ( max-width:95em) {
	.pageHrader__inner {
    width: 85%;
    margin: auto;
    overflow: hidden;
}
.notice{
	text-align:left;
	font-size: 0.8rem;
	padding:15px;
}
}
@media screen and ( max-width:80em) {
    /*　960px~1280px（小型PC）　*/
    .pageHrader__inner{
    	width: 95%;
    }
    .pageHrader__nav--list a{
    	font-size: 0.8rem;
    }
    .globalsection__mainTtl{
    	font-size: 1.0rem;
    	font-weight: bold;
    	text-align: center;
	}
	.globalsection__mainTtl span{
		font-size: 0.7rem;
	}
	.globalsection__mainTtl span.shopname{
		font-size: 1.5rem;
	}
    .globalsection__areaInfo{
    	padding: 10px 0; 
    }
    .globalsection__inner{
    	width: 90%;
    }
    .globalsection__blockTxt{
    	float: none;
    	width: 100%;
    	text-align: left;
    }
    .globalsection__areaInfo{
    	float: none;
    	width: 100%;
    }
    .globalsection__blockPhoto {
    float: none;
    width: 100%;
    text-align: center;
	}
.globalsection__areaInfoPhoto,.globalsection__areaInfoLogo{
	text-align: center;
}
.globalsection__areaInfoPhoto img{
	width: 100%;
}
.globalsection__shopinfoList{
	display: flex;
	flex-wrap: wrap;
}
.globalsection__shopinfoList--ttl{
	float: none;
	width: 25%;
	margin-bottom: 15px;
}
.globalsection__shopinfoList--txt{
	width: 70%;
}
.image-box{
	width: 30% !important;
}

}

@media screen and ( max-width:60em) {
    /*　768px~960px（タブレット）　*/

.pageMain:after{
	display: none;
}
.mv_box{
	overflow: hidden;
}
.pageMain,.pageMain__filter-video{
	height: 40vh;
}
.mv_box .mv_movie_box #mv_movie{
	width: 130%;
}
.pageHrader__inner{
	text-align: center;
}
.pageHrader__logo{
	width: 100%;
}

.pageHrader{
	background:#ffffff;
}
.pageHrader__nav--list{
	width: 100%;
	float: none;
}
.pageHrader__nav--list a{
	padding:15px 0;
 }
.pageHrader__nav--list.nav--info,
.pageHrader__nav--list.nav--bukubuku,
.pageHrader__nav--list.nav--cafe,
.pageHrader__nav--list.nav--gallery,
.pageHrader__nav--list.nav--contact{

	background: none;
}
.pageHrader__nav--list a{
    text-shadow: none
}
.globalsection__areaBukubuku{
 	padding: 2%;
 }
 .globalsection__areaBukubukuTxt{
 	text-align: left;
 }
  .globalsection__areaBukubukuTxt p{
	  text-align: left;
	  font-size: 1.0rem;
	  line-height: 1.7;
  }
.globalsection__areaBukubuku .globalsection__mainTtl {
    font-size: 1.6rem;
    text-align: left;
}
.globalsection__boxBukubuku {
   padding:0px;
}
.globalsection__boxBukubuku img{
	width: 100%;
}
.globalsection__boxBukubuku figure {
    float: none;
    margin-right: 0%;
}
.globalsection__boxBukubukuTxt {
    float: none;
    width: 100%;
}
.globalsection__boxBukubukuTxt {
    float: none;
    width: 90%;
    padding:5%;
}
.globalsection__boxBukubukuPrice {
    position:static;
    text-align: right;
    margin:5%;
}

#loopslider ul li{
	width: 200px;
	height: 150px;
}
#loopslider ul li img{
	width: 100%;
	height: 150px;
}
#loopslider ul{
	height: 150px;
}
 #loopslider{
 	height: 150px;
 }
 .globalsection__boxFrom {
    width: 85%;
}
.globalsection__boxFamilyList{
	float:none;
}
.slideshow {
	width: 100%;
}

.slideshow img{
	width: 100%;
	height: auto;
}


}
@media screen and ( max-width:48em) {
    /*　600px~768px（タブレット）　*/

}
@media screen and ( max-width:37.5em) {
    /* 480px~600px（スマホ横） */
}
@media screen and ( max-width:30em) {
	/* ~480px（スマホ縦） */
	.globalsection__shopinfoList{
		margin-top: 20px;
	}
	.pageHrader__logo img{
		width: 50%;
	}
	.link_bnr img{
		margin-top: 0px;
		width: 100%;
	}

}