@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#000000;
margin:0;
padding:0;
background:#FFFFFF;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
text-align:center;
font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
	
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
a {
 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity:0.8;
  }
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

img {
	max-width: 100%;
	height: auto;
}
.l-wrap {
  padding: 182px 0 0 0;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .l-wrap {
    padding: 185px 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 6.22%;
  }
  .l-wrap {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}


.l-flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.c-header {
  background: #FFF;
}
.c-header__adress {
  background: #eeeeee;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  padding: 2px 10px 1px 10px ;
}
.c-headerWrap {
  position: relative;
}
.c-headerLogo {
  position: absolute;
  max-width: 323px; /* new */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.c-headerContactOuter {
  margin-left: auto;
  padding: 23px 10px;
}
.c-headerContact {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-headerContact__tell {
  padding: 1px 0 1px 34px;
  background: url("../../../assets/img/icon-phone.png") no-repeat left top;
  background-size: 26px auto;
  text-align: left;
}
.c-headerContact__tellTxt {
  font-size: 12px;
  line-height: 1.4;
}
.c-headerContact__tellNum {
  
}
.c-headerContact__tellNumMain {
  font-size: 24px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #664a28;
  line-height: 1.1;
}
.c-headerContact__tellNumOther {
  font-size: 11px;
  line-height: 1.3;
  vertical-align: middle;
}
.c-headerContact__reserve {
  margin-left: 19px;
}
.c-headerContact__reserve a {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #664a28;
  min-height: 40px;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 170px;
  box-sizing: border-box;
  padding: 0 21px 0 5px;
  position: relative;
  border-radius: 5px;
}
.c-headerContact__reserve a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-headerContact__open {
  font-size: 11px;
  color: #664a28;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 0 10px;
  font-weight: 500;
}

@media screen and (max-width: 1650px) {
  .c-headerLogo {
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);	
  }  
}

@media screen and (max-width: 1000px) {
  .c-headerContactOuter {
    margin-left: auto;
    padding: 15px 10px;
    max-width: 380px;
  }
  .c-headerContact {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-headerContact__tell {
    width: 100%;
    max-width: 380px;
    margin-bottom: 10px;
  }
  .c-headerContact__reserve {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .c-header__adress {
    font-size: 10px;
  }
  .c-headerLogo {
    position: static;
    max-width: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 60px;
  }
  .c-headerLogo img {
    max-width: 200px;
  }
  .c-headerContactOuter {
    display: none;
  }

}



.c-gNav {
  padding: 20px 0 21px 0;
  background: #FFF;
}
.c-gNavList {
  max-width: 1200px;
  margin: 0 auto;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-gNavList li {
  width: 16.666%;
  box-sizing: border-box;
}
.c-gNavList li + li {
  border-left: #000 1px solid;
}
.c-gNavList li a {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 30px;
}

@media screen and (max-width: 1000px) {
  .c-gNav {
    padding: 0px 0 10px 0;
  }  
}
@media screen and (min-width: 751px) {
  .c-gNav {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .c-gNav {
    opacity: 0;
    position: fixed;
    top: 80px;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);    
    width: 60%;
    background: #212121;
    height: 100%;
    transition: transform 0.5s ease-out;
  }
  .c-gNav.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .c-gNavList {
    display : block;
    padding: 20px 0 0 0 ;
  }
  .c-gNavList li {
    width: 100%;
    box-sizing: border-box;
  }
  .c-gNavList li + li {
    border-left: #000 1px solid;
  }
  .c-gNavList li a {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
    padding: 0 0 0 20px;
    color: #FFF;
    box-sizing: border-box;
    position: relative;
  }  
  .c-gNavList li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;    
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);    
  }
}


.c-header__menuBtn {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-header__menuBtn {
    width: 50px;
    height: 50px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s ease-out;
    display: block;
  }
  .c-header__menuBtnInner,
  .c-header__menuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .c-header__menuBtnInner {
    position: absolute;
    width: 24px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .c-header__menuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
  .c-header__menuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .c-header__menuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .c-header__menuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .c-header__menuBtn.is-open {
    background: #CCC;
  }
  .c-header__menuBtn.is-open .c-header__menuBtnInner span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .c-header__menuBtn.is-open .c-header__menuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .c-header__menuBtn.is-open .c-header__menuBtnInner span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }  
}



.c-bottomFlowLink {
  display : none;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 6.22%;
  box-sizing: border-box;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
}
.c-bottomFlowLink a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #664a28;
  min-height: 50px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 5px;
}
.c-bottomFlowLink a + a {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .c-bottomFlowLink {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
  }
}
