@charset "utf-8";


====================
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/ change colours to suit your needs /
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/ change colours to suit your needs /
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs
*/
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}
====================



@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'Awesome Font';
  font-style: normal;
  font-weight: 400;
  src: local('Awesome Font'),
       url('/fonts/awesome.woff2') format('woff2'),
       url('/fonts/awesome.woff') format('woff'),
       url('/fonts/awesome.ttf') format('ttf'),
       url('/fonts/awesome.eot') format('eot');
}

@font-face {
 font-family: 'Noto Sans Japanese';
 font-style: normal;
 font-weight: 400;
 src: local('NotoSansJP-Regular.otf'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }


iframe[name="google_conversion_frame"] {
 position: absolute;
}

body {
 margin: 0 auto!important;
 font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrpper {
    overflow: hidden;
}


.SP {
  display: none;
}

img.SP {
  display: none;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


/*******************/
/*header
*******************/

#wrpper {
  background-image: url(../img/bg.png);
  background-repeat: repeat;
}

.header_wrp {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

header::before {
  position: absolute;
  width: 100%;
  height: 15px;
  background-image: -moz-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  top: 0;
  left: 0;
  content: "";
}

.header__logo {
  width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
}

.container {
  width: 1100px;
  margin: 0 auto 30px;
  background: #ffffff;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.section01 {
  padding: 20px 0 50px;
}

.reservation {
  position: absolute;
  width: 250px;
  margin: 0 auto 20px;
  background-image: -moz-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  border: solid #f8f2c6 3px;
  border-radius: 17px;
  box-shadow: 0px 0px 6.16px 1.84px rgba(4, 0, 0, 0.15);
  top: 30px;
  right: 30px;
}

a.button {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 0;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

a.button::before {
  position: absolute;
  font-family: FontAwesome;
  content : "\f0d7";
  top: 9px;
  left: 50px;
}

a.button:hover {
  opacity: .7;
}

.weekday h3 {
  margin: 0;
  padding: 17px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #571711), color-stop(0.00, #4c1311));
  background: -webkit-linear-gradient(#4c1311, #571711);
  background: -moz-linear-gradient(#4c1311, #571711);
  background: -o-linear-gradient(#4c1311, #571711);
  background: -ms-linear-gradient(#4c1311, #571711);
  background: linear-gradient(#4c1311, #571711);
}

ul.thumb-item {
  margin: 0 auto 25px;
  padding: 0;
}

ul.thumb-item li {
  list-style: none;
  width: 1000px;
  height: 645px;
  overflow: hidden;
}

ul.thumb-item-nav {
  margin: 0;
  padding: 0;
}

ul.thumb-item-nav li {
  margin-right: 25px;
  width: 122px;
  height: 78px;
  list-style: none;
  overflow: hidden;
}

ul.slider li img {
  width: 100%;
}


/*******************/
/*section02
*******************/

.section02 {
  padding-bottom: 75px;
}


.left__block {
  margin-right: 40px;
  width: 220px;
  float: left;
}

.left__block h3 {
  margin: 0;
  padding-bottom: 35px;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
}

.left__block_box01 {
  margin-bottom: 20px;
  width:100%;
  background-image: -moz-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
}

.left__block_box01 p {
  margin: 0;
  padding: 16px 0 13px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans CJK JP";
  font-weight: lighter;
  text-align: center;
}

p.price {
  margin: 0;
  padding: 0 0 16px;
  font-size: 63px;
  font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.price span {
  font-size: 33px;
  font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.left__block_box02 {
  margin-bottom: 20px;
  width: 100%;
  background: #fff2de;
}

.left__block_box02 p {
  margin: 0;
  padding: 10px;
  color: #434343;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  font-weight: lighter;
  line-height: 1.5;
}

.left__block_box03 {
  margin-bottom: 20px;
  background: #4f2a09;
  color: #fff;
  text-align: center;
}

.left__block_box03 p {
  margin: 0;
  padding: 0 0 15px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP";
}

p.group {
  padding: 15px 10px 10px;
  font-size: 43px;
  font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.left__block_box04 {
  color: #b31f2d;
  text-align: center;
  font-size: 12px;
  font-family:"Noto Sans CJK JP";
  line-height: 1.5;
}
.left__block_box04 p {
  margin: 0;
}

p.limit {
  padding-bottom: 5px;
  font-size: 14px;
  font-family:"Noto Sans CJK JP";
  line-height: 1.5;
}

.right__block {
  padding-top: 40px;
  width: 740px;
  float: right;
  font-family:"Noto Sans CJK JP";
}

.course__wrp {
  padding: 25px 0;
  background-image: url(../img/menu_bg.png);
  background-size: cover;
}

.course__content {
  width: 695px;
  margin: 0 auto;
  padding: 30px 25px 60px;
  background: #fff;
  box-sizing: border-box;
}

h3.couse_ttl {
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  color: #4f2a09;
  font-size: 30px;
  font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #c8c8c8;
}

h3.couse_ttl::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #c8c8c8;
  bottom: 1px;
  left: 0;
}

.course__detail {
  margin: 0;
}

.course__detail h4 {
  position: relative;
  margin-bottom: 13px;
  padding: 10px 0 8px 35px;
  color: #4f2a09;
  font-size: 20px;
}

.course__detail h4::before {
  position: absolute;
  content: "";
  background-image: url(../img/ico01.png);
  width: 22px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.course__detail li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 16px;
  color: #434343;
  line-height: 1.5;
}


.course__detail ul {
  margin: 0 auto;
}

span.lead {
  font-size: 12px;
}


.course__detail p {
  padding-top: 30px;
  text-align: right;
  line-height: 1.5;
  font-size: 13px;
  color: #434343;
}


/*******************/
/*section03
*******************/

.section03 {
  padding-bottom: 40px;
  font-family:"Noto Sans CJK JP";
  line-height: 1.5;
}

h3.common_ttl {
  position: relative;
  margin: 0 0 15px;
  padding: 7px 0 12px 35px;
  font-size: 22px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(236,208,128) 0%, rgb(173,123,54) 100%);
}

h3.common_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/ico02.png);
  width: 17px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  bottom: 2px;
}

h3.common_ttl span {
  font-size: 16px;
  background: #e51515;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100;
}

.condition {
  padding: 25px;
  background: #fafafa;
  border: solid 1px #d4d4d4;
  box-sizing: border-box;
}

h4.common_subttl {
  margin: 0;
  padding-bottom: 8px;
  font-size: 16px;
  color: #000;
}


ul.common_list {
  margin: 0 0 20px;
  padding: 0;
}

ul.common_list li {
  color: #434343;
  font-size: 14px;
  list-style: none;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

p.caution {
  margin: 0;
  padding-bottom: 35px;
  font-size: 14px;
  color: #e51515;
}


/*******************/
/*section04
*******************/

.section04 {
  padding-bottom: 78px;
  font-family:"Noto Sans CJK JP";
  line-height: 1.5;
}

.shop_detail {
  padding-top: 21px;
}

.shop_detail h4.common_subttl {
  padding-left: 20px;
}

table.time_schedule {
  margin-top: 10px;
  width: 100%;
}

table.time_schedule tr {
  border: solid #d4d4d4 1px;
}

table.time_schedule th {
  padding: 16px 0 16px 30px;
  width: 185px;
  background: #fff2de;
  font-size: 14px;
  font-weight: 100;
  color: #434343;
  text-align: left;
}

table.time_schedule td {
  padding: 16px 0 16px 25px;
  font-size: 14px;
  font-weight: 100;
  color: #434343;
}

/*******************/
/*section05
*******************/

.section05 {
  margin: 0 auto 40px;
  padding-top: 85px;
  width: 673px;
  min-height: 330px;
  background-image: url(../img/coupon_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  box-sizing: border-box;
}

.coupon {
  margin: 0 auto;
  padding: 24px 0;
  width: 550px;
  border: solid 5px rgb(183, 145, 72);
  background-image: -moz-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  box-sizing: border-box;
}

.coupon p {
  margin: 0;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: lighter;
}

p.id {
  margin: 0;
  font-size: 63px;
  font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.coupon_caution {
  padding-top: 10px;
  width: 500px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}


/*******************/
/*section06
*******************/

.section06 p {
  margin: 0;
  color: #434343;
  font-size: 14px;
  font-family: "Noto Sans CJK JP";
}

.section06 p span {
  font-weight: bold;
}

.shop_list {
  margin: 35px 0  0;
  padding-bottom: 100px;
}

figure {
  position: relative;
  margin: 0 50px 70px 0;
  float: left;
  width: 300px;
}

figure:nth-child(3n) {
  margin-right: 0;
}

figcaption {
  position: absolute;
  padding: 11px 0;
  width: 100%;
  background: rgba(47, 26, 8, 0.8);
  text-align: center;
  color: #fff;
  font-size: 18px;
  top: 0;
  left: 0;
}

.shop_pic {
  height: 185px;
  overflow: hidden;
}

.shop_pic img {
  width: auto;
  height: 100%;
}


.shop_contact {
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #6e100c), color-stop(0.00, #902421));
  background: -webkit-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -moz-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -o-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -ms-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: linear-gradient(to bottom, #902421 0%, #6e100c 91%);
  bottom: -40px;
}

.shop_contact a {
  position: relative;
  display: block;
  padding: 8px 0;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2px;
}

.shop_contact a:hover {
  opacity: .7;
}

.shop_contact a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f095";
  top: 10px;
  left: 43px
}

.shop_number {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #6e100c), color-stop(0.00, #902421));
  background: -webkit-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -moz-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -o-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -ms-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: linear-gradient(to bottom, #902421 0%, #6e100c 91%);
}

.shop_number a {
  position: relative;
  display: block;
  padding: 8px 0;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2px;
}

.shop_number a:hover {
  opacity: .7;
}

.shop_number a:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f095";
  top: 10px;
  left: 43px
}

ul.shop_list {
  width: 100%;
  padding: 50px 0;
  margin: 0;
}

ul.shop_list li {
  width: 300px;
  margin: 0 50px 50px 0;
  list-style: none;
  float: left;
}

ul.shop_list li:nth-child(3n) {
  margin-right: 0;
}


.shop_box p {
  padding: 11px 0;
  width: 100%;
  background: rgba(47, 26, 8, 0.8);
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: YuMincho,'Yu Mincho','Awesome Font','Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


footer {
  background-image: -moz-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(220,183,124) 0%, rgb(182,144,70) 100%);
  text-align: center;
}

small {
  font-size: 12px!important;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  line-height: 3;
}


#line_bt {
	width: 150px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 40px;
}

.shop_bt_link {
  display: block;
  margin: 30px auto;
  width: 80%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #6e100c), color-stop(0.00, #902421));
  background: -webkit-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -moz-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -o-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: -ms-linear-gradient(top, #902421 0%, #6e100c 91%);
  background: linear-gradient(to bottom, #902421 0%, #6e100c 91%);
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  padding: 20px 0;
  border: #6e100c solid 1px;;
  text-align: center;
}

.shop_bt_link:hover {
  background: #fff;
  color: #6e100c;
}

/*横田追記
----------------------------*/
.add20210924yokota{
  margin: 0 auto;
  font-family: 'Noto Sans Japanese';
  grid-gap:50px;
  align-items:center;
  margin:20px 0px 70px 246px;
}
.add20210924yokota p{
  text-align: center;
}
.add20210924yokota a{
  display: block;
  object-fit: cover;
  margin: 0 auto;
}
.add20210924yokota a img{
  display: block;
  height: 200px!important;
  width: 520px!important;
  object-fit: cover;
  margin: 0 auto;
}
