@charset "utf-8";
/* CSS Document */

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * goudy-old-style:
 *   - http://typekit.com/eulas/0000000000000000000179a7
 *   - http://typekit.com/eulas/0000000000000000000179a8
 *   - http://typekit.com/eulas/0000000000000000000179aa
 *
 * c 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-03-11 12:37:44 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=nni6hxo&ht=tk&f=25769.25770.25772&a=683690&app=typekit&e=css");

@font-face {
font-family:"goudy-old-style";
src:url("https://use.typekit.net/af/cd9965/0000000000000000000179a7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/cd9965/0000000000000000000179a7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/cd9965/0000000000000000000179a7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"goudy-old-style";
src:url("https://use.typekit.net/af/6afdd3/0000000000000000000179a8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/6afdd3/0000000000000000000179a8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/6afdd3/0000000000000000000179a8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"goudy-old-style";
src:url("https://use.typekit.net/af/aadb84/0000000000000000000179aa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/aadb84/0000000000000000000179aa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/aadb84/0000000000000000000179aa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

.tk-goudy-old-style { font-family: "goudy-old-style",serif; }



@font-face {
  font-family: 'Chango';
  font-style: normal;
  font-weight: 400;
  src: local('Chango Regular'), local('Chango-Regular'), url(https://fonts.gstatic.com/s/chango/v7/2V0cKI0OB5U7WaJCyHe5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/comfortaa/v19/1Ptsg8LJRfWJmhDAuUs4TYFq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@-webkit-keyframes bodyFadeIn {
  from{
    opacity: 0.0;  /*←始点では透明*/
  }

  to{
    opacity: 1.0;  /*←終点では不透明*/
  }
}
body {
    font-size: 16px;
    color: #222;
    line-height: 1.5em;
    font-family: 'Noto Serif JP', serif;
    /*font-family: 'a-otf-futo-min-a101-pr6n', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ヒラギノ角ゴ Pro W3', "HGS明朝E", "游明朝", "YuMincho", "serif";*/
    vertical-align: middle;
	-webkit-animation-name: bodyFadeIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	text-shadow: none;
	background: linear-gradient(
            120deg,
            rgba(255,255,255,1) 0%,
            rgba(252,239,214,0.5) 30%,
            rgba(152,137,108,0.2) 60%,
            rgba(152,137,108,0.5) 100%
          ) repeat left top !important;
    background-size: auto !important;
    background-attachment: fixed !important;
	letter-spacing: 0.2em;
      }


.clearfix:after {
	content: ".";  /* 新しい要素を笹・E*/
	display: block;  /* ブ・礎ク・E戰・彖任迷*/
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	visibility:hidden;
	}
/* fix  ff bugs */
div:after, ol:after, form:after, dl:after, ul:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
a {
	color: #900539;
	text-decoration: underline;
}
a:hover {
	color: rgba(144,5,57,0.5);
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
.topTtl {
	background:#222;
	font-size:0.8em;
	color:#fff;
	text-shadow:none;
	text-align:right;
	margin:0;
	padding:0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top:30px;
	height: 0;
	overflow: hidden;
	margin: 0.5rem;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fontRed {
	color: #ff2d28;
}
.fontYll {
	color: #faf587;
}
.fontBlu {
	color: #55a5eb;

}
.font1-2 {
	font-size: 1.2rem !important;
}
.font1-5 {
	font-size: 1.5rem !important;
}
.font2 {
	font-size: 2rem !important;
}
.font2.5 {
	font-size: 2.5rem !important;
}
.font3 {
	font-size: 3rem !important;
}
.font0-8 {
	font-size: 0.8rem !important;
}
.font0-6 {
	font-size: 0.6rem !important;
}
.font1-2em {
	font-size: 1.2em !important;
}
.font1-5em {
	font-size: 1.5em !important;
}
.font2em {
	font-size: 2em !important;
}
.font0-8em {
	font-size: 0.8em !important;
}
.font0-6em {
	font-size: 0.6em !important;
}
.fontCenter {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0.5rem;
}
.fontRight {
	text-align: right !important;
	display: block;
	margin: 0px;
	padding: 0.5rem;
	color: #fff;
	text-shadow: 0 0 0.2em rgba(0,0,0,1);
}
.fontBlock {
	display: block;
	line-height: normal;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.lineHeight1-5 {
	line-height: 1.5em;
}
.lineHeight2 {
	line-height: 2em;
}
.lineHeight2-5 {
	line-height: 2.5em;
}
.letterSpacing1 {
	letter-spacing: 1em;
}
.letterSpacing0-5 {
	letter-spacing: 0.5em;
}
.letterSpacingNomal {
    letter-spacing: normal;
}

.strike {
	text-decoration: line-through;
}
.under {
	text-decoration: underline;
}
.fontWidth {
	width: 75%;
	margin: 0 auto;
}
.notes{
	font-size: 0.8em;
	padding-left: 1em;
	color: #666;
	line-height: 1.5em;
}
 
.notes:before{
	content: "※";
}
 
.notes:first-letter{
	margin-left: -1.3em;
}
.center-outer {
	display: table;
	width: 99%;
	text-align: center;
	position: absolute;
	z-index: 999;
	bottom: 5%;
	margin: 0px;
	padding: 0px;
}
.imgCenter {
	display: block;
	text-align: center;
}
.imgLeft {
	margin: 5px;
	padding: 0px;
	float: left;
}
.imgRight {
	margin: 5px;
	padding: 0px;
	float: right;
}

.width20 {
	width: 20%;
}
.width30 {
	width: 30%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 50%;
}
.marginB1rem {
	margin-bottom: 1rem !important;
}
.marginB05rem {
	margin-bottom: 0.5rem !important;
}
.marginB2rem {
	margin-bottom: 2rem !important;
}
.marginB3rem {
	margin-bottom: 3rem !important;
}
.marginB5rem {
	margin-bottom: 5rem !important;
}
.marginAuto {
	margin: 0 auto;
}
.mb2em {
	margin-bottom: 2em;
}
.mb1em {
	margin-bottom: 2em;
}
.mb05em {
	margin-bottom: 2em;
}

/* りゅうみんフォント */
.ryumin {
	font-family: "ryumin" !important;
}
/* #################HEADER##################### */
#header{
	margin: 0px;
	padding: 0px;
	clear: both;
	border: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: rgba(255,255,255,0.5);
	text-shadow: none;
}
#header .logo{
	/*height: 56px;*/
	text-align: center;
}
.header-brand {
	padding: 2px;
	margin: 0 auto;
	display: inline-block;
	text-align:center;
	width: auto;
	height: 64px;
}
.header-brand img {
	width: auto;
	height: 62px;
}
#header h1{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-align: right;
	background: rgba(0,0,0,1);
	font-size: 0.8em;
	color: #fff;
}
#header .navbar-brand img {
	height: 40px;
	width: auto;
}
#header .menu{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 9999;
	background: url(../img/menuIco.png) no-repeat center center,rgba(0,0,0,0.5);
	background-size: 48px;
	text-indent: -9999px;
	height: 48px;
	width: 48px;
}
#header .menu:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
#header .shopDeta {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 5px;
	top: 8px;
	background: url(../img/phoneIco.png) no-repeat center center,rgba(250,250,220,0.7);
	background-size: 32px;
	text-indent: -9999px;
	height: 48px;
	width: 48px;
	box-shadow: rgba(0,0,0,0.18) 0 5px 11px 0px, rgba(0,0,0,0.15) 0 4px 15px 0;
	border-radius: 25px;
}
#header .shopDeta:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
#header .shopDeta .add {
	display: none;
}
#header .subtitle {
	position: absolute;
	bottom: 0;
	font-size: 0.8em;
	display: block;
	width:100%;
	text-align: center;
	color: #fff;
}
a.hCall{
	background: rgba(200,0,0,0.8);
}
a.hLine{
	background: rgba(90,230,40,0.8);
}
#header .navbar-nav li a {
    border-bottom: 1px dotted rgba(51,51,51,0.8);
	background: rgba(117,92,59,0.7);
}
#header .navbar-nav li:last-child a {
	border: none;
}
#header .navbar-nav li a:first-letter {
	color: #cdbb99;
}
#header .navbar-nav li a > span {
	display: inline-block;
	float: right;
	font-size: 0.8em;
}
#header .drawer-menu li a {
    border-bottom: 1px dotted rgba(152,137,108,0.8);
    font-family:"goudy-old-style";
	color: #222;
	margon: 0;
	padding: 0.2rem;
	line-height: 1.5rem;
	display: block;
	text-align: left;
	text-decoration: none;
}
#header .drawer-menu li:last-child a {
	border: none;
}
#header .drawer-menu li a:first-letter {
	color: rgb(144,5,57);
}
#header .drawer-menu li a > span {
	display: block;
	font-size: 0.6em;
	color: rgb(152,137,108);
	font-family: 'Noto Serif JP', serif;
}
.navHeader {
	height: 60px;
	width: auto;
	display: block;
}
.navHeader img {
	height: 60px;
	width: auto;
}
/* #################MAIN##################### */
/* 翻訳
******  */

.translate {
	position: absolute;
	top: 64px;
	right: 0;
	width: 30%;
	text-align: right;
}

#main {
	display: block;
	margin-top: 64px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0em;
	overflow: hidden;
}
#mainIndex {
	display: block;
	margin: 0rem;
	padding: 0rem;
	overflow: hidden;
}
#main section, #mainIndex section {
    padding: 0em;
    /*clear: both;*/
    display: block;
    margin: 0 0.5em;
    position: relative;
    background: linear-gradient(
            180deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,0) 60%
          ) no-repeat left top;
    background-size: 100vw 100vh;
    background-attachment: scroll, scroll;
}
#mainIndex section {
	margin: 0 !important;
}
#main section h1, #mainIndex section h1 {
	margin-top: 0rem;
	margin-right: 0px;
	margin-bottom: 0.5rem;
	margin-left: 0px;
	font-size: 1.2rem;
	line-height: 42px;
	text-shadow: rgba(0,0,0,0.18) 0 5px 11px, rgba(0,0,0,0.15) 0 4px 15px;
	padding-left: 46px;
	display: block;
	background: url(../img/h1Ico.png) no-repeat left 10px center, linear-gradient(to bottom, rgba(152,137,108,0), rgba(152,137,108,0.5)) repeat left top;
	background-size: 24px auto, auto;
	border-radius: 0 0 21px 21px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#main section h1 > div > span, #mainIndex section h1 > div > span {
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-shadow: none;
	float: right;
}
#main section h2, #mainIndex section h2 {
	padding: 0em;/*文字周りの余白*/
	margin-top: 0px;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 0.5rem;
	text-shadow: rgba(0,0,0,0.18) 0 5px 11px, rgba(0,0,0,0.15) 0 4px 15px;
	line-height: normal;
	clear: both;
	font-size: 1.2rem;
	color: rgba(144,5,57,1);
}
/*#main section h3, #mainIndex section h3 {
	margin:0.5rem;
	text-shadow: rgba(0,0,0,0.18) 0 5px 11px, rgba(0,0,0,0.15) 0 4px 15px;
	text-align: center;
	background: rgba(250,160,190,0.5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}*/
#main section p, #mainIndex section p {
	margin: 0px;
	padding: 0;
	line-height: none;
}

#main section .callBtn, #mainIndex section .callBtn {
	display: block;
	line-height: 1.2em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(251,55,94,1)), color-stop(0.00, rgba(251,55,94,0.5)));
	background: -moz-linear-gradient(top, rgba(251,55,94,0.5) 0%, rgba(251,55,94,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,55,94,0.5) 0%, rgba(251,55,94,1) 100%);
	background: linear-gradient(to bottom, rgba(251,55,94,0.5) 0%, rgba(251,55,94,1) 100%);
	text-align: center;
	color: #fff;
	border: solid 1px #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	max-width: 75%;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	border-radius: 0.5em;
}
#main section .callBtn:hover, #mainIndex section .callBtn:hover {
	box-shadow: none;
}
#main section .callBtn span, #mainIndex section .callBtn span {
	display: block;
	font-size: 0.8em;
	line-height: 1.5em;
}
.contentBtn {
	margin: 0px;
	padding: 0.5em;
	list-style-type: none;
}
.contentBtn li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
.contentBtn li a.contCall {
	background: rgba(200,0,0,0.8);
}
.contentBtn li a.contLine {
	background: rgba(90,230,40,0.8);
}
.Btn {
	margin: 0.5rem;
	padding: 0.5rem;
	text-align: center;
}
/*.Btn a.btnCenter {
	background: rgba(20,150,200,0.8);
	border: solid 1px rgb(250,250,220);
	color: rgb(250,250,220);
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	padding: 0.2rem 1rem;
	display: inline-block;
}
.Btn a.btnCenter:hover {
	box-shadow: none;
}*/
.Btn a.btnCenter {
	background: url(../img/contactBtn.png) no-repeat center center;
	background-size: 240px auto;
	width: 240px;
	height: 60px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
}
.Btn a.topBtnCenter {
	background: url(../img/topBtn.png) no-repeat center center;
	background-size: 360px auto;
	width: 360px;
	height: 90px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
}
/* ********************** Global Navi */
.global {
	margin: 0px;
	padding: 0;
	display: none;
}
.global ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.global ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: calc(100% / 3) !important;
}
.global ul li a {
	text-align: center;
	display: block;
	color: #fafadc;
	background: rgba(152,137,108,0.8);
	margin: 1px;
	border: 1px solid rgba(152,137,108,1);
	padding: 0.2em;
	font-size: 0.8rem;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	font-family:"goudy-old-style";
	text-decoration: none;
}

.global ul li a > span {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	color: #fafadc;
	font-family: 'Noto Serif JP', serif;
}
.global ul li a:hover {
	color: rgba(117,92,59,1);
	box-shadow: none;
	text-decoration: underline dotted #98896c;
}
/* #################INDEX##################### */
.topIndex {
	width: 100%;
	/*height: 100vh;*/
	height: calc(100vh - 82px);
	overflow: hidden;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
}
.topIndex .boxBttm {
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
}
.topIndex .boxBttm .enter {
	position: absolute;
	left: 0;
	width: 100%;
	top: 20%;
}
.topIndex .boxBttm .enter a {
	display: block;
}
.topIndex .boxBttm .enter .enterBttn {
	display: block;
	width: 10em;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 0.2em;
	font-family: 'goudy-old-style';
	text-align: center;
	color: #98896c;
	background: rgba(255,255,255,0.8);
	font-size: 1.5rem;
	border: 1px solid rgba(255,255,255,1);
}
.topIndex .boxBttm .warning {
	display: block;
	width: 26em;
	margin: 0 auto;
	font-family: 'goudy-old-style';
	background: url(../img/18kin.png) no-repeat left center;
	background-size: 32px auto;
	padding-left: 36px;
	font-size: 0.8em;
	line-height: 36px;
	text-align: center;
}
.topImage {
	width: 100%;
	/*height: 100vh;*/
	height: 75vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
}
.topImageContents {
	width: 100%;
	/*height: 100vh;*/
	height: 30vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
}
.topImg {
	width: 100%;
	/*height: 100vh;*/
	height: 75vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
	position: relative;
	margin: 0px;
	padding: 0px !important;
}
.topImage div, .topImageContents div {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	text-align: center;
}
.topImg .topShopName {
	position: absolute;
	bottom: 2%;
	left: 0;
	width: 100%;
	text-align: center;
}
.topImg .topcomme, .topImageContents .topcomme {
	position: absolute;
	top: 30% !important;
	right: 0 !important;
	width: 60%;
	margin-left: 40%;
	font-size: 0.8em;
}
.topImg .topNav, .topImageContents .topNav {
	position: absolute;
	bottom: 1% !important;
	left: auto !important;
	top: auto !important;
	right: 1% !important;
	width: 50%;
}
.topImage div p, .topImg .topShopName p, .topImageContents div p {
	margin: 0 auto !important;
	border: solid 3px rgba(250,250,220,1);
	display: inline-block;
	padding: 0 1em !important;
}
.topImage div p.pTEST {
	margin: 0 auto !important;
	display: inline-block;
	padding: 0 1em !important;
	border: none;
}
.image01 {
	background: url(../img/indexBG.jpg) no-repeat right -100px center !important;
    background-attachment: scroll, scroll !important;
	background-size: cover !important;
}
.image02 {
	background: url(../img/contImage.jpg) no-repeat right top !important;
    background-attachment: scroll, scroll !important;
	background-size: cover !important;
}
.image03 {
	background: url(../img/topImageBG02.jpg) no-repeat center center !important;
	background-size: 100% auto !important;
}


/* #################TOPCONTENTS##################### */
.topCont {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topCont li {
	margin: 0;
	padding: 0;
}

.topContents {
	margin: 0.5rem;
	padding: 0.5rem;
	
}
.topContents h3 {
	background: rgba(205,187,153,0.5);
	border: solid 1px rgba(252,251,227,1);
	text-align: center;
	margin: 0.5rem;
}
.topContents a:hover {
	text-decoration: none;
}
.topContents .linkBtn {
	display: block;
	text-align: center;
	margin: 0.2rem;
	background: rgba(235,85,145,0.5);
	border: solid 1px rgba(252,251,227,1);
	border-radius: 0.2rem;
	color: #fcfbe3 !important;
	box-shadow: rgba(0,0,0,0.18) 0 5px 11px 0px, rgba(0,0,0,0.15) 0 4px 15px 0;
}
.topContents .linkBtn:hover {
	box-shadow: none;
}

.topInfo {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topInfo li {
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
}
.topInfo li p {
	margin: 0;
	padding: 1em !important;
}

.point {
	margin: 0.5rem;
	padding: 0rem;
	list-style-position: inside;
	counter-reset: li;
}
.point li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	padding: 0.5rem;
	list-style:none; /*デフォルトナンバリングを消す*/
	position:relative;
	/*padding-left:54px !important;*/
	border-bottom: dotted 1px #98896c;
}
.point li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	
}
.point li:before {
	/*content:counter(li);*/ /*カウンターのインデックスを挿入*/
	content: counter(li); /*カウンターのインデックスを挿入*/
	white-space: pre;
	counter-increment:li; /*ナンバリングを生成*/
	/* ここから番号のスタイル */
	/*position:absolute;
	left:2px;
	top: 2px;*/
	float: left;
	width:36px; /*幅*/
	color:#98896c; /*文字色*/
	font-size:1rem; /*フォントサイズ*/
	text-align: center;
}
/* ************************ 更新情報 */
.topNews {
	margin: 0.5rem;
	padding: 0.5rem;
	clear: both;
	list-style-type: none;
}
.topNews li {
	float: none;
	margin: 0rem;
	padding: 0rem;
	border-bottom: 1px dotted rgba(152,137,108,1);
}
.topNews li:last-child {
	border-bottom: none;
}
.topNews li a {
	display: block;
	margin: 0px;
	padding: 0.5rem;
	color: rgba(51,51,51,1);
	text-decoration: none;
}
.topNews li a:hover {
	color: rgba(51,51,51,0.5);
	text-decoration: underline;
}
.topNews li:nth-child(2n) a {
background: rgba(152,137,108,0.1);
}
.topNews li time {
	display: block;
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 0.6rem;
	line-height: normal;
}

.topNews li a dl {
	padding: 0;
	margin: 0;	
}
.topNews li a dt{
	overflow: hidden;
	width: 80px;/* トリミングしたい枠の幅 */
	height: 80px;/* トリミングしたい枠の高さ */
	position: relative;
	margin: 0;
	padding: 0em;
	border: 1px solid rgba(252,251,227,1);
	float: left;
}
.topNews li a dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
.topNews li a dd {
	margin-left: 85px;
}
.topNews li a dd.topNewsTtl {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsContents {
	margin: 0.5rem;
	padding: 0.5rem;
	clear: both;
}
.newsContents time {
	display: block;
	text-align: right;
	font-size: 0.6rem;
	padding: 0.2rem;
}
.newsContents .body {
	margin: 0;
	padding: 0.5rem
}

.newsBody {
	margin: 0;
	padding: 0rem;
	list-style: none;
}
.newsBody li {
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
}
.newsBody li dl {
	margin: 0.5rem;
	padding: 0;
}
.newsBody li dt {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5rem;
}
.newsBody li dd {
	margin: 0;
	padding: 0;
}


/* コンテンツ説明 */
/*.explanation {
	margin: 0.5rem !important;
	padding: 0.5rem !important;
	background: rgba(20,150,200,0.5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
}*/

.explanation {
	margin: 0.5rem !important;
	padding: 0.5rem !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
}

.explanationCampaign {
	margin: 0.5rem ;
	padding: 0.5rem !important;
	background: rgba(20,150,200,0.5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
}
/* 料金 */

.imgBox {
	margin: 0.5rem;
	text-align: center;
}
.imgBoxC {
	margin: 0.5rem;
	text-align: center;
}

.imgBox img.imageShadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.price {
	margin: 0rem;
	padding: 0.5rem;
	display:flex;
	flex-wrap: wrap;
	overflow: hidden;
	font-size:1.5rem;
	line-height: 2rem;
}
.price dt {
	width: 10rem;
	background: rgba(152,137,108,0.2);
	margin-top: 0;
	margin-right: 0rem;
	margin-bottom: 0;
	margin-left: 0;
	box-sizing: border-box;
	border-right: 1px solid rgba(152,137,108,1);
	padding-left: 1em;
}
.price dd {
	width: ;
	margin: 0;
	padding-left: 1em;
	box-sizing: border-box;
	min-width: 0;
	color: rgba(0,10,117,1);
	background: rgba(252,251,227,0.5);
}
.price dt:nth-of-type(2n) {
	background: rgba(252,251,227,0.3);
}
.price dd:nth-of-type(2n) {
	background: rgba(252,251,227,0.3);
	margin-left: 10rem;
}
.hakenryou {
	margin: 0rem;
	padding: 0.5rem;
	list-style: none;
}
.hakenryou li {
	margin-bottom: 1rem;
}
.price2 {
	margin: 0rem !important;
	padding: 0rem !important;
	font-size:1.2rem;
	line-height: 2rem;
}
.price2 dt {
	background: rgba(152,137,108,0.2);
	margin-top: 0;
	margin-right: 0rem;
	margin-bottom: 0;
	margin-left: 0;
	box-sizing: border-box;
	padding-left: 1em;
}
.price2 dd {
	width: ;
	margin: 0;
	padding-left: 1em;
	box-sizing: border-box;
	min-width: 0;
	color: rgba(0,10,117,1);
}

.priceBox {
	margin: 0rem;
	padding: 0rem;
}
/* その他 */
.topBox {
	margin: 0.5rem;
	padding: 0.5rem;
	background: rgba(20,150,200,0.5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
	display:flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.topBox dt {
	width: 30%;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 0;
	padding:0.1rem;
	box-sizing: border-box;
}
.topBox dt img {
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
}

.topBox dd {
	width: calc(100% - 32%);
	margin: 0;
	padding: 0.1rem;
	box-sizing: border-box;
	min-width: 0;
}
.topBox dd:first-letter {
	float: left;
	font-size: 1.5rem;
	margin: 0.2rem;
	padding: 0.2rem;
	background: rgba(252,251,227,1);
	color: rgba(20,150,200,1);
	border-radius: 0.2rem;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
}

.topImage {
	margin: 0.5rem;
	padding: 0rem;
	background: rgba(20,150,200,0.5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
	display:flex;
	flex-wrap: wrap;
	overflow: hidden;
}

/* PANEL(FAQ) */
#panelFaq {
	margin: 0.5rem;
	padding: 0rem;
}
 
#panelFaq > dt {
	background: rgba(252,251,227,0.8);
	border-bottom: dotted 1px #fafadc;
	cursor: pointer;
	padding: 0.5em;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color:rgba(20,150,200,1); /*文字色*/
}
#panelFaq > dt:hover {
	background: rgba(20,150,200,1);
	color: rgba(252,251,227,1);
}
#panelFaq > dt::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f086";
	margin-right: 0.2em;
	color: rgba(252,251,227,1);
}
#panelFaq > dt > i {
	float: right;
	line-height: 1.5em
}
#panelFaq > dd {
	margin: 0;
	padding: 0.5em;
	background: rgba(252,251,227,1);
	color:rgba(20,150,200,1); /*文字色*/
}


/* 料金表 */
.admission {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
.admission dt {
	margin-top: 0;
	margin-right: 0.2rem;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	width: 12rem;
	float: left;
	border-right: 1px solid #fafadc;
	line-height: 2.5rem;
}
.admission dd {
	margin: 0;
	padding: 0;
	line-height: 2.5rem;
	border-bottom: 1px solid #fafadc;
	position: relative;
}
.admission dd:last-child {
	border: none;
}
.admission dd .cap {
	position: absolute;
	left: 12.2rem;
	bottom: 0rem;
}

.option {
	margin: 0.5rem;
	padding: 0rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
	display:flex;
	flex-wrap: wrap;
	overflow: hidden;
	font-size: 1.2rem;
}
.option dt {
	width: 12rem;
	background: rgba(235,85,145,0.5);
	margin-top: 0;
	margin-right: 0.2rem;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0rem;
	box-sizing: border-box;
	line-height: normal;
}
.option dd {
	width: calc(100% - 12.2rem);
	margin: 0rem;
	padding: 0rem;
	border-bottom: 1px solid #fcfbe3;
	box-sizing: border-box;
	min-width: 0;
	line-height: normal;
	background: rgba(135,5,5,0.5);
}
.option dd:last-child {
	border: none;
}
.option dd > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.option dd > ul > li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.systemTxt {
	margin: 0.5rem !important;
	padding: 0.5rem !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(252,251,227,1);
}

/* 流れ */



/* アフターケア */
.after {
	margin: 0.5rem;
	padding: 0rem;
	list-style-position: inside;
	counter-reset: li;
	background: rgba(20,150,200,0.5);
	border: solid 1px #fafadc;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.after li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5rem;
	list-style:none; /*デフォルトナンバリングを消す*/
	position:relative;
	/*padding-left:54px !important;*/
	border-bottom: dotted 1px #fafadc;
}
.after li:last-child {
	border: none;
}
.after li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	white-space: pre;
	counter-increment:li; /*ナンバリングを生成*/
	/* ここから番号のスタイル */
	/*position:absolute;
	left:2px;
	top: 2px;*/
	float: left;
	font-size:1.2rem; /*フォントサイズ*/
	text-align: center;
	margin: 5px;
}
/* 店舗情報 */
.shopGroup {
	margin: 0;
	padding: 0;
	list-style: none;
}
.shopGroup li {
	margin: 0;
	padding: 0;
}
.shopInfo {
	margin: 0.5rem;
	padding: 0.5rem;
	background: rgba(255,255,255,0.8);
	border: 1px solid #fff;
}
.shopInfo dt {
	margin: 0px;
	padding: 0.2em;
	float: left;
	width: 6rem;
	font-weight: normal !important;
}
.shopInfo dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(252,251,227,1);
	margin: 0px;
	padding-top: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 6rem;
}
.shopInfo dd span {
	display: block;
	font-size: 0.8rem;
}
.shopInfo dd:last-child {
	border: none;
}


/* SNS LINK */

.snsLink {
	margin: 0.5rem auto;
	padding: 0;
	list-style: none;
	width: 256px;
}
.snsLink li {
	margin: 0px;
	padding: 0rem;
	float: left;
	width: calc(100% / 3);
	display: inline-block;
}
.snsLink li a {
	display: inline-block;
	margin: 0 auto;
	padding: 0em;
	text-align: center;
	box-shadow: rgba(0,0,0,0.18) 0 5px 11px 0px, rgba(0,0,0,0.15) 0 4px 15px 0;
	width: 64px;
	height: 64px;
	text-decoration: none;
	position: relative;/*相対配置*/
	border-radius: 1rem;
}
.snsLink li a:hover {
	box-shadow: none;
}
.snsLink li a.twtLink {
	background: rgba(29,161,242,0.5);
}
.snsLink li a.fbLink {
	background: rgba(59,89,152,0.5);
}
.snsLink li a.instaLink {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	overflow: hidden;
}
.snsLink li a.instaLink:before {
	content: '';
	position: absolute;/*絶対配置*/
	top: 23px;
	left: -18px;
	width: 60px;
	height: 60px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.snsLink li a i {
	/*display: table-cell;
	vertical-align: middle;*/
	color: #FFF;/*白に*/
	position: relative;/*z-indexを使うため*/
	z-index: 2;/*グラデーションより前に*/
	line-height: 64px;/*高さと合わせる*/
}


.shopMes{
	position: relative;
	width: auto;
	z-index: 0;
	padding: 0;
	margin: 0 0.5rem;
}

.shopMes.onhidden{
	height:15em;
	/*overflow-y:hidden;*/
	overflow:hidden;
}
.shopMes .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:30px 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
}
.shopMes .readmore span{
	border-radius:0.2em;
	padding:5px 30px;
	background: rgba(20,150,200,0.7);
	border: 1px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.intCap {
	padding: 0rem;
	margin: 0 0.5rem;
	color: #000;
}
.intCap > ul {
	margin: 0;
	padding: 0.5rem;
	list-style: none;
}
.intCap > ul > li {
	float: left;
	width: 32.33%;
	margin: 0.5%;
	padding: 0;
	text-align: center;
}
.intCap .comme {
	margin: 0;
	padding: 0.5rem;
}


/* ###################登録女性######################### */
.lady {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.lady li {
	width: calc(100% / 2);
	margin: 0;
	padding: 0;
	float: left;
	position: relative;/*相対配置*/
	display: flex;
	margin-bottom: 10px;
}
.lady li a {
	display: block;
	margin: 1px;
	padding: 0;
	text-decoration: none;
}
.shop_staff_item {
	margin: 0 !important;
	padding: 0;
	background: none !important;
}
.shop_staff_item_image {
	margin: 0;
}
.shop_staff_item_image_icon {
	display: none;
}
.shop_staff_item_class_grade {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
.shop_staff_item_name {
	
}
.shop_staff_item_style {
	display: none;
}
.shop_staff_item_style dl {
	margin: 0;
	padding: 0;
}
.shop_staff_item_style dt {
	float: left;
	margin-right: 5px;
}
.shop_staff_item_style dd {
	display:block;
}
.shop_staff_item_status {
	text-align: center;
}
.class_grade {
	display: block;
	margin: 1px;
	padding: 0;
	font-size: 0.6em;
	line-height: 1.5;
	background: #fff;
	text-align: center;
	color: #333;
}
.name {
	text-align: center;
	font-size: 0.8em;
	background: rgba(51,51,51,1);
	color: #fff;
}
.style {
	display: block;
	font-size: 0.6em;
	margin: 0 auto;
}
.style dl {
	width: 23%;
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	background: rgba(51,51,51,0.8);
	padding-left: 0.5em;
}
.style dl:nth-child(2n) {
	background: rgba(51,51,51,0.6);
}
.style dl:nth-child(2) {
	width: 31%;
}
.style dl dt {
	float: left;
}
.style dl dd {
	margin: 0;
	float: left;
}
.status_box {
	display: block;
	width: 100%;
}
.status_box .status {
	margin: 1px auto;
	width: 85%;
	border: 1px solid #900539;
	text-align: center;
	line-height: 1.5;
	font-size: 0.8em;
	background: rgba(144,5,57,0.8);
	color: #fff;
}

/* #################FORM##################### */
.form {
margin: 0;
padding: 0;
}
.form .formBox{
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	
}
.form dl, .contQuestion{
	margin: 0.5rem;
	padding: 0.5rem;
}
.form dt{
	margin: 0px;
	padding: 0.2em;
	font-size: 1.2em;
	display: block;
}
.form dd{
	padding: 0.2em;
	margin: 0px;
}
.form dd span{
	display:block;
}
.form .caption {
	font-size: 0.8em;
}
.submit {
	padding: 0px;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
}
input, textarea, select {
	padding: 0em;
	border: solid 1px rgba(152,137,108,1);
	outline: 0;
	background: rgba(152,137,108,0.2);
	width: 70%;
	line-height: 2em;
	font-size: 1.2em;
	color: #000;
    }
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/selectIco.png) no-repeat center right, rgba(250,160,190,0.5);
	background-size: 24px, auto;
}
 input[disabled="disabled"], textarea[disabled="disabled"] {
	background-color: #CCC;
 }
 
input:hover, textarea:hover,
input:focus, textarea:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) inset;
	background: rgba(255,255,255,0.8);
    }
 
label {
    margin-left: 10px;
    }

input[type="radio"] {
	min-width: inherit;
	display: none;
}
input[type="checkbox"] {
	min-width: inherit;
	display: none;
}
input[type="radio"] + label {
	background: rgba(252,251,227,0.5);
	display: inline-block;
	margin: 0.2rem;
	padding: 0.2em;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	border: 1px solid #fcfbe3;
	float: left;
	font-size: 0.8rem;
	color: #000;
}
input[type="radio"]:checked + label{
	background-color: rgba(252,251,227,1);
	background-image: none;
}
input[type="checkbox"] + label {
	background: rgba(252,251,227,0.5);
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	display: inline-block;
	margin: 0.2rem;
	padding: 0.2rem;
	border: 1px solid #fcfbe3;
	float:left;
	font-size: 0.8rem;
	color: #000;
}
input[type="checkbox"]:checked + label {
    background: rgba(252,251,227,1);
}
input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"], button[type="reset"] {
	background: rgba(152,137,108,0.2);
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	margin: 0.2rem;
	padding: 0em;
	border: 1px solid rgb(152,137,108);
	width: 30%;
    }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	background: rgba(255,255,255,1);
}
.formDay {
	width: 7em;
}
/* #################PAGE TOP##################### */
#page-top {
	position: fixed;
	bottom: 48px;
	right: 0px;
	font-size: 0.6em;
	z-index: 9999;
}
#page-top a {
	background: url(../img/topIco.png) no-repeat center center, rgba(152,137,108,0.5);
	background-size: 36px;
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius: 0.5em 0 0 0.5em;
	padding: 0em;
	color: #fff;
	text-shadow: none;
	text-indent: -9999px;
	height: 48px;
	width: 48px;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
}
#page-top a:hover {
    background: url(../img/topIco.png) no-repeat center center, rgba(152,137,108,0.7);
	background-size: 36px;
}

/* #################FOOTER##################### */
.indexLogo {
	width: 75%;
	height: auto;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.indexLogo li {
	width: calc(100% / 3);
	margin: 0;
	padding: 0.5em;
	text-align: center;
	float: left;
}
#footer{
	margin: 0px;
	padding: 0px;
	clear:both;
}
#footer p{
	background: rgba(0,0,0,1);
	text-align: center;
	display: block;
	font-size: 0.6em;
	text-shadow: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 18px;
	color: #fff;
}
.footerLogo {
	width: 75%;
	height: auto;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.footerLogo li {
	width: calc(100% / 3);
	margin: 0;
	padding: 0.5em;
	text-align: center;
	float: left;
}
#footerCall {
	position: fixed;
	bottom: 8px;
	left: 8px;
	font-size: 2em;
	z-index: 99;
	background: rgba(250,250,220,0.7);
	margin: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	border: solid 1px rgba(250,250,220,1);
	color: #333;
	text-shadow: none;
	border-radius: 0.2rem;
}
#footerCall:hover {
	box-shadow: none;
}
#footerContact {
	position: fixed;
	bottom: 8px;
	left: 74px;
	font-size: 2em;
	z-index: 99;
	background: rgba(250,225,250,0.7);
	background-size: 64px auto,auto;
	margin: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	border: solid 1px rgba(250,225,250,1);
	color: #333;
	text-shadow: none;
	border-radius: 0.2rem;
}
#footerContact:hover {
	box-shadow: none;
}
#footerContact span {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0.8rem !important;
	width:100%;
	text-align: center;
	display: block;
}
#footerLine {
	position: fixed;
	bottom: 8px;
	left: 74px;
	font-size: 2em;
	z-index: 99;
	background: url(../img/lineIco_footer.png) no-repeat center center, rgba(90,230,40,0.7);
	background-size: 64px auto,auto;
	margin: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-indent: -9999px;
	box-shadow: rgba(0, 0, 0, 0.18) 0 5px 11px 0px, rgba(0, 0, 0, 0.15) 0 4px 15px 0;
	border: solid 1px #5ae628;
	color: #452c0a;
	text-shadow: none;
	border-radius: 0.2rem;
}
#footerLine:hover {
	box-shadow: none;
}
/* responsive 35em以上 */
@media screen and (min-width:35em){


}
/* responsive 35em以上おわり */

/* responsive 50em以上 */
@media screen and (min-width:50em){

/* ################## HEADER ########################## */
#header .menu{
	display: none;
}
#header .shopDeta {
	margin: 0;
	text-align: right;
	font-size: 1rem;
	width: auto;
	height: auto;
	top: 0;
	padding: 0;
	text-indent: inherit;
	background: none;
	border: none;
	box-shadow: none;
}
#header .shopDeta:hover {
	box-shadow: none;
}
#header .shopDeta  span.tel{
	font-size: 1.5rem;
	line-height: 0.8em;
	display: inline-block !important;
}
#header .shopDeta > .add {
	display: block;
	text-align: right;
	font-size: 0.8rem;
}
#header .shopDeta  span{
	display:block !important;
	font-size: 1.2rem;
}
#header .subtitle {
	font-size: 1.2em;
	text-align: left;
	bottom: -20px;
	left: 40px;
	max-width: 1200px;
}
.global {
	display: block;
}

/* ################## MAIN ########################## */
#main {
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}
#main section {
	max-width: 1200px;
	margin: 0 auto;
}

.topImage {
	height: calc(100vh - 64px);
}
.topIndex {
	max-width: 100% !Important;
	/*height: 100vh;*/
	height: calc(100vh - 82px);
}
.topImageContents {
	max-width: 100% !Important;
	/*height: 100vh;*/
	height: calc(100vh - 64px);
	font-size: 1.5em;
}
.topImageContents .topcomme {
	width: 100%;
	margin-left: 0 !important;
	font-size: 1.5em;
	top: 10% !important;
}
.topCont > li {
	float: left;
	width: 50%;
}

.image01 {
	background: url(../img/indexBG.jpg) no-repeat center center !important;
    background-attachment: scroll, scroll !important;
	background-size: cover !important;
}

.newsBody li dt {
	float: left;
	margin-bottom: 0rem;
	width: 30%;
}
.newsBody li dd {
	padding-left: 32%;
	font-size: 1.2rem;
	line-height: 1.5;
}

.indexLogo {
	width: 50%;
}

.footerLogo {
	width: 50%;
}

.shopGroup li {
	float: left;
	width: calc(100% / 3);
}

.shopInfo {
}

.lady li {
	width: calc(100% / 6);
}

}
/* responsive 50em以上おわり */
.sr, .sr-seq { visibility: hidden; }
.restaurantInfo {
	text-align: center;
	margin: 0;
	padding: 0.2rem;
	font-family: "ryumin";
}