@charset "utf-8";

@font-face {
  font-family: "BauerBodoniRoman";
  src: url('../font/BauerBodoniRoman?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../font/BauerBodoniRoman.woff?') format('woff'); /* Modern Browsers */
}

.font__mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font__bodoni {
  font-family: "BauerBodoniRoman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font__montserrat {
  font-family: 'Montserrat', san-serif;
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: #000;
    width: auto;
    height: auto;
}



	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

body {
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

body.fadeIn {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*  #global-header
\*------------------------------------*/
.global-header {
  position: fixed;
  z-index: 4;
  width: 100%;
  top: 0;
  height: 64px;
  color: black;
  z-index: 1000;
}

.global-header .logo {
	margin: 0 0 0;
	width: 178px;
	height: 36px;
	position: relative;
}

.global-header .logo a {
	transform: translateY(-75px);
	-webkit-transform: translateY(-75px);
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
}

.android .global-header .logo a {
	transform: translateY(-77px);
	-webkit-transform: translateY(-77px);
}

.global-header .logo svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.gh-menu-btn {
  display: block;
  height: 26px;
  width: 37px;
  position: absolute;
  cursor: pointer;
}

.gh-instagram-btn {
  width: 37px;
  height: 26px;
  position: absolute;
  display: block;
}

.gh-instagram-btn svg {
	position: absolute;
	left: 22px;
	top: 22px;
	width: 20px;
	height: 20px;
    fill: #fff;
}

.gh-content-desk {
   display: block;
   height: 64px;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   padding: 20px;
   background-color: #fff;
}

.gh-logo {
    position: absolute;
    left: 10px;
    top: 20px;
}

.gh-contact {
    position: absolute;
    right: 555px;
    margin: 0 10px;
}

.gh-contact {
    line-height: 1.4;
    margin-top: 10px;
}

.gh-contact-tel-no {
    font-size: 20px;
    line-height: 1.2;
}

.gh-inquiry {
    position: absolute;
    width: 168px;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 40px;
    border: 1px solid black;
    text-align: center;
    margin: 0 10px;
}

.gh-inquiry:hover {
    background-color: #e16868;
    color: white;
}

.gh-inquiry-contact {
    right: 366px;
}

.gh-inquiry-reserve {
    right: 176px;
}

.gh-btn {
    width: 62px;
    height: 64px;
    display: block;
    position: absolute;
}

.gh-instagram-btn {
    right: 94px;
    top: 0;
    background-color: #48322A;
	-webkit-transition: .25s;
	transition: .25s;
}
.gh-instagram-btn:hover {
	background-color: #6e574d;
}

.gh-menu-btn-box {
    right: 0;
    top: 0;
	width: 94px;
    background-color: #48322A;
}

.gh-menu-btn {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.gh-menu-btn-box p {
	position: relative;
}

.gh-menu-btn-box p:before {
	width: 1px;
	height: 49px;
	background-color: #7F706A;
	position: absolute;
	top: 6px;
	left: 0;

	content: "";
}

.gh-menu-btn-box p a {
      padding: 26px 0 26px 15px;
	  display: block;
	  color: #fff;
	  font-size: 12px;
	  letter-spacing: 3px;
	-webkit-transition: .25s;
	transition: .25s;
}
.gh-menu-btn-box p a:hover {
background-color: #6e574d;
}

.gh-menu-btn-box p i {
	position: absolute;
	right: 3px;
	top: 24px;
	font-size: 16px;
}

/*------------------------------------*  #global-footer
\*------------------------------------*/
.container {
	max-width: 994px;
	margin: auto;
	padding: 0 15px;
}

.global-footer {
  color: white;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}

.gf-gotop {
  width: 60px;
  height: 60px;
  background-image: url(../../../img/footer-gotop.png);
  background-size: 100% 100%;
  margin: auto;
  display: block;
}

@media screen and (max-width: 1023px) {
  .gf-gotop {
    width: 30px;
    height: 30px;
  }
}

.gf-logo {
  display: block;
  margin: 50px auto 0 auto;
  width: 290px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .gf-logo {
    width: 145px;
    margin: 25px auto 0 auto;
  }
}

.gf-nav-sect {
  background-color: #48322A;
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .gf-nav-sect {
    display: none;
    padding-bottom: 20px;
  }
}

.gf-contact-desk {
  text-align: center;
  margin-top: 40px;
}

.gf-contact-desk .tel-no {
  font-size: 22px;
  margin: 0 0.5em;
}

@media screen and (max-width: 1023px) {
  .gf-contact-desk {
    display: none;
  }
}

.gf-contact-phone {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .gf-contact-phone {
    display: none;
  }
}

.gf-contact-phone .gf-contact-btn {
  background-color: white;
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
}

.gf-contact-phone .gf-inquiry-group {
  overflow: hidden;
  margin-left: -15px;
}

.gf-contact-phone .gf-inquiry-col {
  width: 50%;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gf-contact-phone .gf-inquiry {
  font-weight: bold;
}

.gf-contact-phone .gf-tel {
  margin-top: 15px;
}

.gf-contact-phone .gf-tel-no {
  font-weight: bold;
}

.gf-contact-phone .gf-time {
  margin-left: 0.5em;
}

.gf-area-nav {
  overflow: hidden;
  padding: 40px 0;
}

@media screen and (max-width: 1023px) {
  .gf-area-nav {
    display: none;
  }
}

.gf-area {
  float: left;
  width: 25%;
}

.gf-area-label {
  font-weight: bold;
}

.gf-extra-nav {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #333;
}

.gf-extra-nav .sep {
  margin: 0 0.5em;
}

.gf-extra-nav .sep:before {
  content: '/';
}

@media screen and (max-width: 1023px) {
  .gf-extra-nav {
    display: none;
  }
}

.gf-copy-sect {
  background-color: #151313;
  padding: 50px 0;
}

@media screen and (max-width: 1023px) {
  .gf-copy-sect {
    display: none;
  }
}

.gf-copy-sect-copy {
  text-align: center;
}

.gf-corp {
  background-color: black;
  border-top: 1px solid #666;
  padding: 40px 0 30px 0;
}

@media screen and (max-width: 1023px) {
  .gf-corp {
    padding: 20px 0 15px 0;
  }
}

.gf-corp-logo {
  display: block;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .gf-corp-logo {
    width: 280px;
    height: auto;
    display: none;
  }
}

small {
  display: block;
  background-color: black;
  text-align: center;
  padding: 10px 0;
}

.gf-corp-nav {
  text-align: center;
  font-size: 10px;
}

.gf-corp-nav .sep {
  margin: 0 5px 0 5px;
}

.gf-corp-nav .sep:before {
  font-style: normal;
  content: '|';
}


.popBox {
	width: 83%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0, .05);
	background-color: #fff;
}

.popBox .infoPop {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 0;
	position: relative;
}

.popBox .infoPop .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 300;
	width: 40px;
	height: 40px;
	background-color: #4B362F;
}

.popBox .infoPop .close a {
	display: block;
	width: 40px;
	height: 40px;
}

.popBox .infoPop .close span {
	position: absolute;
	left: 12px;
	top: 20px;
	color: #fff;
	display: block;
	height: 1px;
	width: 16px;
	background-color: #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.popBox .infoPop .close .span01 {
	position: absolute;
	left: 12px;
	top: 20px;
	color: #fff;
	display: block;
	height: 1px;
	width: 16px;
	background-color: #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.popBox .photoBox {
	margin-bottom: 16px;
}

.popBox .photoBox img {
	width: 100%;
}

.popBox .textBox {
	margin: 0 0 0 30px;
	padding-bottom: 24px;
	position: relative;
}

.popBox .textBox .topSvg {
	margin: 0 30px 9px 0;
	text-align: center;
}

.popBox .textBox .topSvg svg {
	width: 60px;
	height: 60px;
}

.popBox01 .textBox .topSvg {
	margin: -40px 27px -32px 0;
}

.popBox01 .textBox .topSvg svg {
	width: 114px;
	height: 128px;
}

.popBox .textBox .ttlImg {
	margin-bottom: 25px;
	padding: 0 30px 10px 0;
	text-align: center;
	border-bottom: 1px solid #DFDFDF;
}

.popBox .textBox .ttlImg img {
	width: 234px;
}

.popBox01 .textBox .ttlImg img {
	width: 212px;
}

.popBox .textBox .text {
	margin: 0 40px 38px 20px;
	font-size: 12px;
	line-height: 2;
}

.popBox .textBox .pageList {
	padding-right: 28px;
	text-align: center;
}

.popBox .textBox .pageList li {
	padding: 0 10px;
	display: inline;
	font-size: 10px;
}

.popBox .textBox .pageList li a {
	font-size: 12px;
	height: 10px;
	width: 10px;
	line-height: 1;
	display: inline-block;
	padding: 9px 10px 11px 10px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.popBox .textBox .pageList li a:hover {
	background: rgba(0,0,0, .07);
}



@media all and (min-width: 0px) and (max-width: 374px) {

	.global-header .logo {
		margin: 0;
		width: 136px;
		height: 23px;
	}

	.global-header .logo a {
		transform: translateY(-52px);
		-webkit-transform: translateY(-52px);
	}

	.android .global-header .logo a {
		transform: translateY(-54px);
		-webkit-transform: translateY(-54px);
	}


	.popBox .textBox .ttlImg img {
		width: 214px;
	}
}


#popMask {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.5;
  display: none;
}

.popBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;

  opacity: 0;
  visibility: hidden;
  transition: opacity ease .3s;
  -webkit-transition: opacity ease .3s;
}

.popBox.show {
  opacity: 1;
  visibility: visible;
}

.popBox .photoBox {
  position: relative;
  overflow: hidden;
}

.pop-slider-space img {
  opacity: 0;
}

.popBox .textBox .text {
	color: #444;
  margin: 0 !important;
  padding: 0 40px 16px 10px;
  box-sizing: border-box;
  text-align: justify;
}
