@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*////////////////////////


commons
///////////////////////*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
	outline: none;
}
a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.6s ;
	transition: 0.6s ;
}  
.responsiveImg{
    display: block;
    max-width: 100%;
    height: auto;
}
img { vertical-align: bottom;}

/* br */
.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}




@media screen and (max-width: 767px) {
    
.pcView{
	display:none;
}
.spView{
	display:none;
}
.tbView{
	display:inherit;
}
.tbOff{
	display:none;
}


}


.mb100{margin-bottom: 100px;}

.aC{text-align: center;}
.aR{text-align: right;}

/*================================
buttun
================================*/
.button {
  display: inline-block;
  max-width: 450px;
   width: 90%;
   padding: 1.6em 1em;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
font-size: 2.6rem;
  background-color: #1C2A55;
  
  color: #c8c6c1;
 /* line-height: 50px; */
    
    margin: 5% auto;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
   opacity: 0.7;
  /*background-color: rgba(255, 255, 255, .2);*/
}



/*================================
reservebtn
================================*/
.reserve{
}
.reservebtn{
   position: fixed;
   top: 0px;
   right: 0px;

   z-index: 999;
   display: flex;
   color:#F7F6ED;
   background:#E83828;
   cursor: pointer;
   width: 160px;
   height: 55px;
   font-size: .8rem;
   letter-spacing: .1em;
   text-align: center;
   line-height: 1.0;

   justify-content: center;
   align-items: center;
   text-decoration: none;
}
.reservebtn:hover{
   opacity: 0.7;
}
.reservebtn span.en{
   display: block;
   font-size: 1.8rem;
}

@media screen and (max-width: 767px) {

.reserve{
   display: flex;
   justify-content: center;
}
.reservebtn{
   top: auto;
   right: auto;
   bottom: 10px;
}
   .reservebtn span.en{
}
}



/*================================
other
================================*/
.wow:first-child {
      visibility: hidden;
    }


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
}
mark{
    background: linear-gradient(transparent 0%, #afcdbf 0%);
    text-decoration: none;
    font-style: normal;
}
/*================================
font
================================*/
.century{
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
}
.centuryB{
font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
}
/*.futura{font-family: futura-pt, sans-serif;}*/

/*================================
color
================================*/







/*================================
structure
================================*/
body{
	color:#004155;
   background-color: #E5E5E3;
    /*font-family: "heisei-kaku-gothic-std", "sans-serif";*/
   font-family: 'Noto Sans JP', sans-serif;
   /*font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;*/
	line-height: 1.8em;
    position: relative;
   
	}
main{
   width: 100%;
}

article{
    
}
main a:link, main a:visited{
    color: #1c2a55;
}

main a:hover, main a:active{
    color: #1c2a55;
}
section{
    width: 100%;
}
section img{
    width: 100%;
    height: auto;
}

.cont_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont_wrap .cont_box_img{
    width: 50%;
    height: 100%;
}
.cont_wrap .cont_box_img img{
    width: 100%;
    height: auto;
}
.cont_wrap .cont_box_detail{
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
}
.cont_wrap .cont_box_detail h2{
    font-size: 4em;
    line-height: 1.8em;
    margin-bottom: 1em;
    letter-spacing: .1em;
}
.cont_wrap .cont_box_detail h2 span{
    font-size: .5em;
    line-height: 1.8em;
    display: block;
    font-weight: normal;
    letter-spacing: 0em;
}

.cont_wrap .cont_box_detail p{
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

#title{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#title h1{
    font-size: 2em;
    color: #fff;
    font-weight: normal;
    letter-spacing: .1em;
    padding: 1em 1.5em;
    border: 5px #fff solid;
    text-align: center;
    line-height: 1.4em;
    display: inline-block;
}

#lead{
    width: 70%;
    padding: 3%;
    margin: auto;
}
#lead h2{
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: .1em;
}
#lead  .eng{
    display: block;
    font-size: .9em;
    padding: 1em ;
    font-weight: normal;
    
}
#lead p{
    font-size: 1.4em;
    line-height: 2.4em;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
.cont_wrap{
    flex-direction: column;
}
.cont_wrap .cont_box_img{
    width: 100%;
    height: 100%;
    order: 1
}
.cont_wrap .cont_box_detail{
    width: 100%;
    order: 2
}
    .cont_wrap .cont_box_detail h2{
        line-height: 1.3em;
    }
.cont_wrap .cont_box_detail p{
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

#title h1{
    font-size: 2em;

}   
#lead{
    width: 88%;
    padding: 5%;
    margin: auto;
}
#lead h2{
    font-size: 1.6em;
    margin-bottom: 1em;
}
#lead p{
    font-size: 1.4em;
    line-height: 1.8em;
}  
    
    
}


/*================================
direct in
================================*/
#directin{
    width: 100%;
}
.book_title {
	margin		 : 0;
	padding		 : 0;
	font-size	 : 14px;
}
#booking_inner {
	width		 : 100%;
	margin		 : 0;
	padding		 : 2%;
	line-height	 : 1.8em;
	font-size	 : 12px;
        display: flex;
    justify-content: center;
    align-items: center;
        background: #efefef;
}
.bookingengine {
	color		 : #D6D6D6;
}
.bookingTi {
	font-size	 : 14px;
	font-weight	 : bold;
    padding: 0 3%;
}

input,select {
	margin		 : 2px 0;
	padding		 : 2px 3px;
}
input.button {
	width		 : 10%;
	margin		 : 3px auto;
	text-align	 : center;
    font-size: 16px;
}
#nitteiarea{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 3%;
    width: 65%;

}
.nitteiarea_title{
    padding: 0 10% 0 0;
    border-right: 1px #ccc solid;
}
.norm{
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.4em;
  padding: 0.4em 0.8em;
  width: 10%;
}

.norm:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.select_norm{
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.4em;
  padding: 0.4em 0.8em;
  width: 10%;
}

.select_norm::-ms-expand {
  display: none;
}

.select_norm:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

#searchtypearea{
    width: 20%;

    padding: 0 3%;
    box-sizing: border-box;
    display: none;
}
#searchtypearea label {
}

input#chkymd,
input#chkpsn {
	margin		 : 0;
	padding		 : 0;
}

#calidif,
#apple_overlayif {
	width		 : 0;
	height		 : 0;
	position	 : absolute;
	display		 : block;
}

.searchButton{
    width: 15%;
-webkit-appearance: none;
  background-color: #8c741f;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.searchButton:hover,
.searchButton:focus {
  outline: none;
}

.searchButton::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.cancel{
    width: 100%;
    text-align: right;
}
.canButtun{
-webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.canButtun:hover,
.canButtun:focus {
  outline: none;
}

.canButtun::-moz-foucus-inner {
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
    #directin{
        display: none;
    }
#booking_inner {
    flex-direction: column;
    }
#nitteiarea{
    padding: 2% 3%;
    width: 100%;
    box-sizing: border-box;

}
.nitteiarea_title{
    display: none;
    }
.searchButton{
    width: 90%;
  font-size: 1em;

}

.searchButton:hover,
.searchButton:focus {
  outline: none;
}

.searchButton::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.cancel{
    width: 100%;
    text-align: right;
} 
}
/*================================
header
================================*/
.important{
    width: 100%;
    padding: .5em;
        font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 1em;
    padding: 1em;
        text-align: center; 
}
.important a{

}
@media screen and (max-width: 767px) {
  .important{
    width: 100%;
    padding: 1em;
        font-size: 1.2em;
    line-height: 1.6em;
        text-align: center; 
}
.important a{
display: block;
    margin: .5em auto;
    background: #efefef;
    padding: .5em;
}  
}



/*================================
footer
================================*/
footer{
    width: 100%;
    box-sizing: border-box;
    padding-top: 5%;
   /*line-height: 1.8;*/
   letter-spacing: .1em;
}
.footerBooking{
    font-size: 2rem;
    text-align: center;
}
.footReadTxt{
   max-width: 1200px;
   font-size: 1.4rem;
   line-height: 1.6em;
   margin: 0 5% 50px;
   padding: 70px 65px 50px;
   background: #E8E7E7;
}
#shop_foot{
   width: 100%;
   padding: 0 90px;
   max-width: 1200px;
   margin: auto;
   letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#shop_foot .shop_info{
   font-size: 1.4rem;
   line-height: 2.0;
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
}
#shop_foot .footLogo{
   width: 50%;
    padding: 5%;
}

.footLogo{
    height: auto;
    margin: 5% auto 5%;
   text-align: center;
   font-size: 1.4rem;
   line-height: 1.8;
}
.footLogo img{
   max-width: 600px;
    width: 100%;
    height: auto;
}
.shopAd{
    /*text-align: center;*/
    letter-spacing: .1em;
    font-size: 1.4rem;
}
.shopAd a{
    color: #1C2A55;
}

.footerNav{
   text-align: center;
   margin-bottom: 10%;
}
.footerNav nav.sns-nav{
}
.footerNav nav.sns-nav ul{
}
.footerNav nav.sns-nav ul li{
}
.footerNav nav.sns-nav ul li i{
   color: #735f51;
    font-size: 48px;
}

#gmap {
  /*width: 90%;*/
   max-width: 1150px;
  height: 90vh;
   margin: auto;
   padding: 0 100px 90px 0;
}


footer nav{
    width: 100%;
    padding: 0;
    
}


#pageUp{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:150;
	color: #1C2A55;
	font-size:4em;
	padding:10px 15px;
	cursor:pointer;
	z-index:150;

}
#pageUp:hover{
background: none;
}


@media screen and (max-width: 767px) {
    footer{
        padding: 80px 0 20px;
    } 
  footer nav ul{
    width: 100%;
    flex-wrap: wrap;
   }
.footReadTxt{
   margin: 0 5% 80px;
   padding: 50px 20px 50px;
}

#shop_foot{
   padding: 0 20px 80px;
   flex-direction: column;
   }
#shop_foot .shop_info{
    width: 100%;
    padding: 5%;
   order: 2;
}
#shop_foot .footLogo{
   width: 100%;
    padding: 5%;
}
.footLogo{
    /*width: 90px;*/
    height: auto;
    margin: 5% auto 7%;
}
   .footLogo img{
   max-width: 280px;
   }


#gmap {
  width: 100%;
   height: 85vh;
 padding: 0 0 100px 0;
}
   
#pageUp{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:150;
	font-size:2.5em;
	padding:5px 15px;
	cursor:pointer;
	z-index:150;
}

}






/*=========================================
WF_footer
=========================================*/

/*===============================
footer
nav
===============================*/
#nav{
    width: 100%;
    background: #9D9B95;
    border: 1px #fff solid;
    padding: 20px 0;
}
#nav ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
        justify-content: space-between;
	}
		#nav ul li {
			position: relative;
			width: auto;

		}
		/*#nav ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
			background-color: #1C2A55;
		}
		#nav ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			background-color: #1C2A55;
		}*/

        #nav ul li::after:nth-child(1) {
            background-color: none;
            
        }
			#nav ul li a {
				display: block;
				padding: 17px 10px;
				text-align: center;
				text-decoration: none;
                color:#E2E2DA;
                font-size: 1.2em;
			}
			#nav ul li a:hover {
				color: #efefef;
			}


@media screen and (max-width: 767px) {
    
#nav{
    width: 100%;
    background: #9D9B95;
    border: 1px #fff solid;
    padding: 20px 0;
}
#nav ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
        justify-content: space-between;
    
    flex-direction: column;
	}
		#nav ul li {
			position: relative;
			width: auto;

		}


        #nav ul li::after:nth-child(1) {
            background-color: none;
            
        }
			#nav ul li a {
				display: block;
				padding: 17px 10px;
				text-align: center;
				text-decoration: none;
                color:#E2E2DA;
                font-size: 1.4em;
			}
			#nav ul li a:hover {
				color: #efefef;
			}  
    
}

/*===============================
footer
===============================*/
footer{
    width: 100%;
    background: #777;
    color: #fff;
    padding: 30px 0;
}

footer a:link, footer a:visited{
    color:#E2E2DA;
    text-decoration: none;
}
footer a:hover, footer a:active{
    color:#1C2A55;
}

footer .footer_warp{
    width: 90%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer .footer_warp .shopcCont{
    width: 75%;
    display: block;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
        align-items: stretch;
        height: 100%; 
}

footer .footer_warp .shopcCont .shopBox{
    width: calc(25% - 15px);
    margin-right: 20px;
    
    background: rgba(255,255,255,.2);
    padding: 30px 20px 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    text-align: center;


}

footer .footer_warp .shopcCont .shopBox:nth-child(1) {
    background: none;
    padding: 30px 0px 20px;
}

footer .footer_warp .shopcCont .shopBox .logo{
   
   
    height: 90px;
    
    display: flex;
    align-self: center;
    
    text-align: center;
    
}

footer .footer_warp .shopcCont .shopBox .gyo{
    font-size: 1em;
    margin: 40px auto 20px;
}
footer .footer_warp .shopcCont .shopBox .name{
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
footer .footer_warp .shopcCont .shopBox .add{
    font-size: 1em;
    letter-spacing: .1em;
    font-weight: 400;
}
footer .footer_warp .shopcCont .shopBox .url{
    font-size: 1.4em;
    margin: 25px auto;
    letter-spacing: .1em;
    font-weight: 100
}

footer .footer_warp .shopcCont .shopBox .sns{
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    
    text-align: center; 
    font-size: 4em;
    
    /*display: none;*/
}

footer .footer_warp .pj_link{
    width: 25%;
}

footer .footer_warp .pj_link h4{
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 30px;
}

footer .footer_warp .pj_link p{
    font-size: .9em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 30px;    
    font-weight: 100;
}


.copyright{
    width: 100%;
    font-size: 1.2em;
    font-weight: 100;
    text-decoration: none;
    color: #1C2A55;
    text-align: center;
    padding: 20px 0;
    letter-spacing: .1em;
    
    background: #9D9B95;
    border-top: 1px #fff solid;
}
.copyright a:link, .copyright a:visited{
    color:#E2E2DA;
    text-decoration: none;
}
.copyright a:hover, .copyright a:active{
    color:#1C2A55;
}


@media screen and (max-width: 767px) {
footer{
    width: 100%;
    background: #777;
    color: #fff;
    padding: 30px 0;
}


footer .footer_warp{
    width: 90%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    flex-direction: column;
}

footer .footer_warp .shopcCont{
    width: 100%;
    display: block;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
        align-items: stretch;
        height: 100%; 
        flex-direction: column;
}

footer .footer_warp .shopcCont .shopBox{
    width: 100%;
    margin-right: 0;
    
    background: rgba(255,255,255,.2);
    padding: 30px 20px 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    text-align: center;
    margin-bottom: 10px;


}

footer .footer_warp .shopcCont .shopBox:nth-child(1) {
    background: none;
    padding: 0px 0px 20px;
}

footer .footer_warp .shopcCont .shopBox .logo{
   
   
    height: 90px;
    
    display: flex;
    align-self: center;
    align-self: center;
    
    text-align: center;
    
}

footer .footer_warp .shopcCont .shopBox .gyo{
    font-size: 1.4em;
    margin: 40px auto 20px;
}
footer .footer_warp .shopcCont .shopBox .name{
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
footer .footer_warp .shopcCont .shopBox .add{
    font-size: 1.2em;
    letter-spacing: .1em;
    font-weight: 400;
}
footer .footer_warp .shopcCont .shopBox .url{
    font-size: 1.4em;
    margin: 25px auto;
    letter-spacing: .1em;
    font-weight: 100
}

footer .footer_warp .shopcCont .shopBox .sns{
    
}

footer .footer_warp .pj_link{
    width: 90%;
    margin: 5% auto;
}

footer .footer_warp .pj_link h4{
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 30px;
}

footer .footer_warp .pj_link p{
    font-size: 1.1em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 30px;    
    font-weight: 400;
}


.copyright{
    width: 100%;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    color: #1C2A55;
    text-align: center;
    padding: 20px 0 90px;
    letter-spacing: .1em;
    
    background: #9D9B95;
    border-top: 1px #fff solid;
}  
    
}


/*===============================
BUTTON_WF
===============================*/
.btn07{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background: rgba(255,255,255,.2);
    color: #E2E2DA;
    padding: 30px 60px 30px 60px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    
    font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 1.4em
}
.btn07:link, .btn07:visited{
    color: #E2E2DA
}
.btn07:hover{
	background:#777;
}

/* 矢印が右に移動して現在地に戻る */

.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:44%;
    right: 20px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 2px solid #E2E2DA;
    border-right: 2px solid #E2E2DA;
    transform: rotate(45deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 13px;
  }
  100% {
    right: 20px;
  }
}


@media screen and (max-width: 767px) {
    
}










/*=============================================
// 画面幅が414px以下（スマートフォン縦向き専用スタイル）
=============================================*/
@media screen and (max-width: 428px) {
  .pcView{
	display:none;
}
.tbView{
	display:none;
}
.spView{
	display:inherit;
}
.spOff{
	display:none;
}
 
    
}

/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
	.printNl {
		page-break-before: always;
	}
}
