@charset "utf-8";

body {
    margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}

ul {list-style-type: none;}


.sp-header{
	width: 100%;
	background-color: #b2cfcf;
	height: 75px;
    text-align: center;
}

img.spimg{
	margin-top: 0px;
}

.contents {
	clear: both;overflow: hidden;
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
	margin: 0 auto;
}


/*メイン画像
---------------------------------------------------------------------------*/

.main-box {
	position: relative;
	width: 100%;
	height: 500px;
	object-fit: cover;
    overflow: hidden;
}

.main-box img {
    width: 2000px;
	height: 667px;
}

.main-logo-img img {
	width: 92px;
	height: 100%;
    
}

.main-logo-img2 img {
	width: 92px;
	height: 100%; 
}

.main-box_logo {
	position: relative;
}
.main-logo-img {
position: absolute;
top: 50% ;
left: 50%;
transform: translate(-50%,-50%);
    z-index: 999999999;
}

.main-logo-img2 {
position: absolute;
top: 38% ;
left: 50%;
transform: translate(-50%,-50%);
    z-index: 999999999;
}

.main-logo-img3 {
position: absolute;
top: 38% ;
left: 30%;
transform: translate(-50%,-50%);
    z-index: 999999999;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);
}


.main_text1 {
	font-size: 40px;
    color: #fff;
    margin-bottom: -50px;
}

.main_text2 {
	font-size: 90px;
    color: #fff;
    margin-bottom: -50px;
}
    
.main_text3 {
	font-size: 30px;
    color: #fff;
}

.main_text4 {
	font-size: 50px;
    color: #fff;
}


html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 30px;
	text-align: center;
}

h3 {
	font-size: 15px;
	color: #AAABAB;
	text-align: center;
	margin-top: -20px;
}

h3.coupon3 {
	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: -20px;
}



h4 {
	font-size: 22px;
	text-align: center;
}

h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

p {
    margin: 0 0 5px;

}

p.lead {
	font-weight: 100;
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-decoration: none;
}


a:hover,
a:focus {
    text-decoration: none;
	color: #483f3a;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

table.t-shop {
	width: 100%;
}

.text01 {
	font-size: 23px;
    font-weight: bold;
    margin-top: 30px;
}

.myshop_title {
	color: #fff;
    background-color: #88b5b5;
    width: 420px;
    text-align: center;
    font-size: 23px;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.myshop_box {
	background: #fff;
    padding: 10px;
    margin-top: 15px;
}

/*フェイドイン
---------------------------------------------------------------------------*/
.css-fade4{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade4--in{
  animation-name:fade-in4;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in4 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.css-fade5{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade5--in{
  animation-name:fade-in5;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in5 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

.css-fade6{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade6--in{
  animation-name:fade-in6;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in6 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}


.css-fade7{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade7--in{
  animation-name:fade-in7;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in7 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

.css-fade8{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade8--in{
  animation-name:fade-in8;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in8 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/

#menubar {
	clear: both;
	overflow: hidden;
	font-size: 25px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	z-index: 9999;
}


.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
	background-color: #b2cfcf;
z-index: 9999;
    border-bottom: 2px solid #fff;
}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*メニュー幅（100÷5個=20%）※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
    margin-top: 15px;
	
}

#menubar li.menu-logo{
	margin-top: -13px;
	margin-right: 20px;
}


#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;	/*内容をセンタリング*/

    color: #000;
}


/*１つ目のメニューへの追加設定*/

/*マウスオン時と、現在表示中(current)メニューの設定*/
#menubar li a:hover,
#menubar li.current a {/*背景色*/
	color: #666;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*画面幅1200px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px){

/*inner共通
---------------------------------------------------------------------------*/
	
.inner {
	width: 1200px;	/*サイト幅*/
}

/*メインメニューとドロップダウンメニューの設定変更。
上の共通設定で、max-widthを1200pxにしており、メニュー数が５個なので、1200÷5=240pxになります。
---------------------------------------------------------------------------*/
#menubar li {
	width: 225px;
}

#menubar li:first-child {
	margin-left: -30px;
    margin-right: 50px;
}
	
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 100%;
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#fsize {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	top: 62px;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
    z-index: 9999999;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 15px ;
	border-bottom: 1px solid #000;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-size: 100%;
}

	
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;	/*上から3%の場所に配置*/
	right: 2%;	/*右から3%の場所に配置*/
	
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}
}

img.shop-img {
	margin-left: 20px;
}

.menu-text {
	text-align: left;
	font-size: 18px;
	float: left;
}
.menu-fee {
	text-align: right;
	font-size: 18px;
}

/* misc */
hr {
  margin-top: 5px;
}

hr.bold {
  border-top: 2px solid #000;
}

.bg-news {
	background-image: url("../images/bgnews.jpg")
}

.bg-coupon {
	background: #e0dad7;
}

.bg-okurimono {
	background: #b2cfcf;
    margin-top: 50px;
}

.bg-footer {
	background: #b2cfcf;
    margin-top: 50px;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}
.service-title {
	text-align: center;
	font-size: 22px;
	margin: 10px 0px;
    line-height: 1.5;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #7b963f;
  border: solid 2px #7b963f;
	background: #fff;
  border-radius: 5px;
  transition: .4s;
	margin: 20px 0;
	font-size: 18px;
}

.btn-flat-border:hover {
  background: #7b963f;
  color: white;
}

.text_right {
  text-align: right;
}
.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #fe9332;
  border-radius: 0;
  background: #fe9332;

    margin: 20px 0px 10px 0px;
}

a.btn-border:hover {
  color: #000;
  background: #fff;
}

a.btn-border_net {
  border: 2px solid #fff;
  border-radius: 0;
  background: #fff;
    font-size: 15px;
    margin: 10px auto;
    padding: 0.5rem 1.5rem;
}

a.btn-border_net:hover {
  color: #fff;
  background: #666;
    border: 2px solid #666;
}

.access_mida {
  color: #000;
  font-size: 20px;
    font-weight: bold;
  margin-bottom: 20px;
}

table.hososhi_table {
    width: 760px;
  margin: 0px;
    padding: 0px;
}

table.hososhi_table td {
  margin: 0px;
    padding: 0px;
}

.hososhi_text {
  color: #000;
  font-size: 18px;
    font-weight: bold;
  margin: 0px 0px 20px 10px;
    line-height: 1.5;
}


/* ===========================
--- Footer
============================ */


table.t-footer td{
	padding: 20px;
	color: #000000;
}

.tel-box {
	width: 400px;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background-color: #fff;
}

.tel-box p {
    text-align: center;
}

a.tel-t{
    font-size: 25px;
	color: #000000;
}

.pc { display: block !important; }
.sp { display: none !important; }

.coupon-waku{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.coupon-waku:before, .coupon-waku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.coupon-waku:before {left: 10px;}
.coupon-waku:after {right: 10px;}
.coupon-waku p {
    margin: 0; 
    padding: 0;
}

.coupon1 {
    font-size: 18px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.coupon2 {
    font-size: 45px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.access-t td {
    width: 50%;
}
.circle {
      border-radius: 50%;
      width: 250px;
      height: 250px;
      object-fit: cover;
    }

table.news_t img {
      margin-bottom: 10px;
    }

table.news_t p {
      font-size: 15px;
    line-height: 1.5;
    }

@media only screen and (max-width: 1024px) {
.pc { display: none !important; }
.sp { display: block !important; }

body {
	font-size: 13px;
}

    
.main-box {
	position: relative;
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-top: 0px;
    overflow: hidden;
}
    
.main-box img {
    width: 750px;
	height: 250px;
}
    
.main-box_logo {
	position: relative;
    width: 100%;
}
.main-logo-img img {
	width: 40px;
	height: 100%;
    z-index: 99999999;
}
    
.main-logo-img2 img {
	width: 40px;
	height: 100%;
}


.main-logo-img {
position: absolute;
top: 50% ;
left: 50%;
transform: translate(-50%,-50%);
}


.main-logo-img3 {
position: absolute;
top: 45% ;
left: 50%;
    width: 100%;
transform: translate(-50%,-50%);
    margin: 0 auto;
    z-index: 999999999;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);
}


.main_text1 {
	font-size: 20px;
    margin-bottom: -20px;
}

.main_text2 {
	font-size: 50px;
    margin-bottom: 0px;
    margin-bottom: 0px;
}
    
.main_text3 {
	font-size: 20px;
    line-height: 1.2;
} 
  
.main_text4 {
	font-size: 30px;
} 
    
.contents {
	padding: 0px 0px;	/*上下、左右へのボックス内の余白*/
}

.access_mida {
  line-height: 1.5;
}
 
img.shop-img_sp {
	margin: 20px 0px;
}
    
a.anchor{
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
	
h1 {
	font-size: 22px;
}
h2 {
	font-size: 22px;
	text-align: center;
}

h3 {
	font-size: 15px;
}
	
h4 {
	font-size: 15px;
}

table.t-shop td {
	display: block;
	width: 100%;
}
table.t-shop {
	width: 95%;
}

table.t-shop img {
	width: 100%;
}
	
.service-title {
	text-align: center;
	font-size: 15px;
}
	
.menu-text {
	text-align: left;
	font-size: 13px;
	float: left;
}
.menu-fee {
	text-align: right;
	font-size: 13px;
}
	
.btn-flat-border {
  display: inline-block;
  padding: 0.1em 1em;
	margin: 20px 0;
	font-size: 13px;
}

.coupon1 {
    font-size: 15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.coupon2 {
    font-size: 28px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
	
table.t-footer {
	width: 95%;
}
	
table.t-footer td {
	display: block;
	padding: 10px;
}
.tel-box {
	width: 100%;
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    border: solid 1px #ffffff;
}
.access-t td {
	display: block;
    width: 100%;
}

iframe.access-g {
    width: 100%;
	height: 400px;
}
.text01 {
	font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.myshop_title {
	color: #fff;
    background-color: #88b5b5;
    width: 100%;
    text-align: center;
    font-size: 23px;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
 
.hososhi_text {
  color: #000;
  font-size: 16px;
    font-weight: bold;
  margin: 10px 0px 0px 0px;
    text-align: center;
    line-height: 1.5;
}
    
table.hososhi_table {
    width: 95%;
}
 
table.hososhi_table img {
    width: 100%;
}
    
table.hososhi_table td {
  display: block;
    width: 100%;
}

    
}

