@charset "UTF-8";
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
.text-left{
  text-align: left;
}
.text {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}

.ttl span, .ttl p {
  color: #FFF;
  background: rgba(195, 60, 1, 0.9);
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 1%;
}

.ttl2 span, .ttl2 p {
  color: #FFF;
  background: #D4A502;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 1%;
}

.ttl3 span, .ttl3 p {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
  z-index: 2;
}

.ttl3 span:before, .ttl3 p:before {
  background: #d9b022;
  position: absolute;
  bottom: 0;
  left: -7px;
  right: -3px;
  height: 10px;
  content: '';
  z-index: -1;
}

#key {
  position: relative;
  z-index: 1;
}

#key ul li {
  height: 50vh;
}

#key ul .li01 {
  background: url(../img/index/key-01-slider.jpg) no-repeat center bottom;
  background-size: cover;
}

#key ul .li02 {
  background: url(../img/index/key-02-slider.jpg) no-repeat center bottom;
  background-size: cover;
}

#key ul .li03 {
  background: url(../img/index/key-03-slider.jpg) no-repeat center bottom;
  background-size: cover;
}

#index #sec01 {
  padding-top: 10%;
  padding-bottom: 10%;
  background: url(../img/index/s1-bg.png) no-repeat center bottom;
  background-size: cover;
}

#index #sec01 h2 {
  text-align: center;
  font-size: 20px;
  margin-top: -36px;
}

#index #sec01 h3 {
  margin-bottom: -10px;
}

#index #sec01 .photo {
  width: 90%;
  margin: 0 auto;
}

#index #sec03 {
  padding-bottom: 10%;
  background: url(../img/shared/bg01.jpg) repeat center bottom;
}

#index #sec03 h2 {
  margin-left: -3%;
  margin-right: -3%;
}

#index #sec04 {
  padding-bottom: 5%;
  background: #fff;
}

#index #sec04 h2 {
  text-align: center;
  font-size: 20px;
  margin-top: -32px;
  position: relative;
  z-index: 1;
}

#index #sec04 h3 {
  margin-left: -3%;
  margin-right: -3%;
}

#index #sec04 .g-btn li {
  margin-bottom: 5%;
}

#index #sec05 {
  background: url(../img/shared/bg02.jpg) repeat center bottom;
  padding-top: 5%;
  padding-bottom: 10%;
}

#index #sec05 h2 {
  text-align: center;
  margin-bottom: 20px;
}

#index #sec05 h2 span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}

#index #sec05 ul {
  display: flex;
  flex-wrap: wrap;
}

#index #sec05 ul li {
  flex: 1 0 30%;
  margin-right: 5px;
  margin-bottom: 5px;
}

#index #sec05 ul li:nth-child(3n) {
  margin-right: 0;
}

#index #sec06 {
  background: url(../img/shared/bg03.jpg) repeat center bottom;
  padding-top: 5%;
  padding-bottom: 10%;
}

#index #sec06 h2 {
  text-align: center;
  margin-bottom: 20px;
}

#index #sec06 h2 span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}

#index #sec06 dl {
  display: table;
  width: 90%;
  margin: 0 auto 5%;
}

#index #sec06 dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#index #sec06 dl dt span {
  width: auto !important;
  height: 0 !important;
  padding-top: 60%;
}

#index #sec06 dl dd {
  width: 50%;
  display: table-cell;
  font-size: 14px;
  padding-left: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
  line-height: 24px;
}

footer .tel {
  font-weight: lighter;
  margin: 17px auto 0;
  border-top: 1px solid #765f3b;
  border-bottom: 1px solid #765f3b;
  padding: 12px 0;
  text-align: center;
}

footer .mini {
  font-size: 14px;
}

footer .numbertel {
  font-size: 20px;
  padding: 3px 0;
}

footer .numbertel img {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  margin-top: -5px;
}

footer .last {
  display: inline-block;
  line-height: 22px;
}

footer .shopinfo dl {
  line-height: 22px;
  padding-bottom: 15px;
}

#ft_group dl dd img {
  width: 25px;
  margin-top: -5px;
  margin-right: 7px;
}

#ft_group dl dd span {
  display: inline-block;
  padding-top: 10px;
  font-size: 13px;
}

#ft_group .dl-cal img {
  width: 20px;
}

#ft_group .dl-cal span {
  display: inline-block;
  padding-top: 10px;
  font-size: 11px;
}

#ft_group .dl-map a:before {
  font-size: 17px;
  margin-right: 5px;
}

#ft_group .dl-map span {
  display: inline-block;
  padding-top: 10px;
  font-size: 13px;
}

/*=============================================*/
/*                   　concept　　　　　          */
/*=============================================*/
#concept #key ul li {
  background: url(../img/concept/key.jpg) no-repeat center bottom;
  background-size: cover;
}

#concept #key .txt-key {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

#concept #sec01 {
  padding-top: 10%;
  padding-bottom: 20%;
  background: url(../img/concept/s1-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

#concept #sec01 h2 {
  text-align: center;
  font-size: 18px;
  margin-top: -36px;
}

#concept #sec01 h3 {
  margin-top: 15px;
  margin-bottom: -10px;
}

#concept #sec01 .photo {
  width: 90%;
  margin: 0 auto;
}

#concept #sec02 {
  background: url(../img/concept/s2-bg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  padding-bottom: 5%;
}

#concept #sec02 .group {
  position: relative;
  width: 300px;
  margin: 0 auto 70px;
}

#concept #sec02 .group .photo {
  width: 53%;
}
#concept #sec02 .group .deco {
  position: absolute;
  bottom: -75%;
  left: 20%;
  width: 28%;
}
#concept #sec02 .group .photo img {
  margin-top: -30%;
}

#concept #sec02 .group h2 {
  width: 40%;
  position: absolute;
  top: -35%;
  right: 0;
}
#concept #sec02 .group h2 span{
  background: none;
}
#concept #sec02 .group h2 p {
  display: block;
  letter-spacing: 2px;
}

#concept #sec02 .group h2 .txt-latin {
  display: initial;
}

#concept #sec02 .group h2 p:nth-child(1) {
  height: 100px;
  padding: 10px 10px;
  margin-left: 5px;
}

#concept #sec02 .group h2 p:nth-child(2) {
  margin-top: 20px;
  height: 170px;
  padding: 10px 10px;
  margin-left: 5px;
}

#concept #sec02 .group h2 p:nth-child(3) {
  height: 100px;
  padding: 10px 10px;
  margin-left: 5px;
  margin-top: 100px;
}

#concept #sec03 {
  padding-top: 10%;
  padding-bottom: 10%;
  background: url(../img/shared/bg01.jpg) repeat center bottom;
}

#concept #sec03 h2 {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
}

#concept #sec03 h2:before {
  background: url(../img/concept/s3-01-deco.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -15%;
  left: 50%;
  content: '';
  z-index: 0;
  width: 70px;
  height: 70px;
  transform: translateX(-233%);
}

#concept #sec03 h2:after {
  background: url(../img/concept/s3-02-deco.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -15%;
  right: 50%;
  content: '';
  z-index: 0;
  width: 70px;
  height: 70px;
  transform: translateX(233%);
}

#concept #sec03 .g1 {
  overflow: hidden;
}

#concept #sec03 .g2 {
  margin-top: 5%;
}

#concept #sec04 {
  padding-bottom: 10%;
}

#concept #sec04 .title {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  text-align: center;
}

#concept #sec04 .title h2 {
  font-size: 18px;
  display: inline-block;
  position: relative;
  border-top: 1px solid #cd4608;
  line-height: 30px;
}

#concept #sec04 .title h2 .color {
  font-size: 20px;
  color: #ce480d;
}

#concept #sec04 .title h2 .line {
  position: relative;
}

#concept #sec04 .title h2 .line:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cd4608;
  content: '';
}

#concept #sec05 {
  background: url(../img/shared/bg03.jpg) repeat center bottom;
  color: #fff;
  padding-top: 8%;
  padding-bottom: 5%;
}

#concept #sec05 h2 {
  text-align: center;
  margin-bottom: 7%;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 35px;
}

#concept #sec05 h2 span {
  position: relative;
}

#concept #sec05 h2 span:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  content: '';
}

/*=============================================*/
/*                   　scene　　　　　          */
/*=============================================*/
.box-content {
  background: url(../img/shared/bg06.jpg) repeat center top;
  border: 10px solid transparent;
  padding: 15px;
  -webkit-border-image: url(../img/scene/box01.jpg) 30 round;
  -o-border-image: url(../img/scene/box01.jpg) 30 round;
  border-image: url(../img/scene/box01.jpg) 30 round;
}

.box-content02 {
  background: url(../img/shared/bg07.png) repeat center top;
  border: 10px solid transparent;
  -webkit-border-image: url(../img/scene/box03.png) 30 round;
  -o-border-image: url(../img/scene/box03.png) 30 round;
  border-image: url(../img/scene/box03.png) 30 round;
}

#scene #key ul li {
  background: url(../img/scene/key.jpg) no-repeat center bottom;
  background-size: cover;
}

#scene #key .txt-key {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

#scene #sec01 {
  padding-top: 10%;
  padding-bottom: 6%;
  background-size: cover;
}

#scene #sec01 h2 {
  text-align: center;
  font-size: 20px;
  margin-top: -35px;
}

#scene #sec01 h3 {
  margin-bottom: -10px;
}

#scene #sec01 .photo {
  width: 90%;
  margin: 0 auto;
}

#scene #sec01 .text {
  padding-top: 0;
}

#scene #sec02 .title {
  overflow: hidden;
  padding-top: 10%;
  padding-bottom: 15%;
  background: url(../img/shared/menu-line02.png) repeat-x center bottom, url(../img/shared/menu-line.png) repeat-x center top, url(../img/shared/bg05.jpg) repeat center top;
  background-size: 60%, contain, auto;
  color: #fff;
}

#scene #sec02 .title h2 {
  text-align: center;
  font-size: 22px;
  position: relative;
  line-height: 35px;
}

#scene #sec02 .title h2:before {
  background: url(../img/scene/deco-tit01.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  left: 50%;
  content: '';
  z-index: 0;
  width: 60px;
  height: 60px;
  transform: translateX(-280%);
}

#scene #sec02 .title h2:after {
  background: url(../img/scene/deco-tit02.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  right: 50%;
  content: '';
  z-index: 0;
  width: 60px;
  height: 60px;
  transform: translateX(270%);
}

#scene #sec02 .group {
  margin-bottom: 5%;
}

#scene #sec02 .group .c-box h3 {
  width: 85%;
  margin: 0 auto;
}

#scene #sec02 .group .c-box .titt {
  color: #CC4407;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 35px;
  letter-spacing: 5px;
  text-align: center;
}

#scene #sec02 .group .c-box .text {
  font-weight: bold;
}

#scene #sec02 .group .photo {
  margin-top: -10%;
  margin-bottom: 5%;
}

#scene #sec02 .g2 .photo {
  margin-top: 0;
}

#scene #sec02 .g3 .photo {
  margin-top: 5%;
}

#scene #sec02 .g4 {
  padding-top: 10%;
  margin-bottom: 0;
  padding-bottom: 10%;
  background: url(../img/shared/bg06.jpg) repeat center top;
}

#scene #sec02 .g4 .photo-full {
  margin-left: -3%;
  margin-right: -3%;
}

#scene #sec02 .g4 .c-box {
  padding-bottom: 5%;
}

#scene #sec02 .g4 h5 {
  padding-top: 15px;
  font-size: 25px;
  color: #58412A;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

#scene #sec02 .g4 .price {
  font-size: 18px;
  font-weight: 500;
  color: #58412a;
  text-align: center;
}

#scene #sec02 .g4 .toggle {
  color: #58412a;
  margin-top: 5%;
}

#scene #sec02 .g4 .toggle .toggle-link {
  text-align: center;
  padding: 5px 0;
}

#scene #sec02 .g4 .toggle .toggle-link:after {
  color: #58412a;
}

#scene #sec02 .g4 .toggle .toggle-main {
  padding: 5px 3% 20px;
  line-height: 28px;
}

#scene #sec02 .g4 .toggle .note {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

#scene #sec02 .g4 .toggle .fwb {
  font-weight: bold;
  font-size: 14px;
}

#scene #sec05 {
  background: url(../img/shared/bg03.jpg) repeat center top;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#scene #sec05 .tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20;
  border: 3px solid #fff;
  text-align: center;
  font-weight: 200;
  padding: 15px 2%;
  position: relative;
}

#scene #sec05 dt {
  font-size: 18px;
}

#scene #sec05 .number {
  padding-top: 8px;
  padding-bottom: 8px;
}

#scene #sec05 .number a {
  font-size: 18px;
  position: relative;
}

#scene #sec05 .number a:before {
  content: '';
  width: 180px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -34px;
  top: -5px;
}

#scene #sec05 .number a:after {
  content: '';
  width: 180px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -34px;
  bottom: -5px;
}

#scene #sec05 .note {
  font-size: 14px;
  line-height: 25px;
}

/*=============================================*/
/*                   　menu　　　　　          */
/*=============================================*/
#menu #key ul li {
  background: url(../img/menu/key.jpg) no-repeat center bottom;
  background-size: cover;
}

#menu #key .txt-key {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

#menu #sec01 {
  padding-top: 10%;
  background: url(../img/shared/bg06.jpg) repeat center bottom;
  background-size: cover;
  padding-bottom: 10%;
}
#menu #sec01 .photo {
  width: 90%;
  margin: 0 auto;
}
#menu #sec01 h2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: -1px;
  margin-top: -36px;
}

#menu #sec01 h3 {
  margin-bottom: -10px;
}

#menu #sec01 .text {
  padding-top: 0;
}

#menu #sec01 .note {
  text-align: center;
  font-size: 14px;
}

#menu #sec02 {
  background: #000;
  color: #fff;
  padding-bottom: 5%;
}

#menu #sec02 .top {
  position: relative;
}

#menu #sec02 .top img {
  margin-top: -5%;
}

#menu #sec02 .top .popup {
  background: url(../img/menu/s2-popup.png) no-repeat center top;
  background-size: 100% 100%;
  width: 60%;
  position: absolute;
  top: -15%;
  right: 0;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 45px;
  text-align: center;
}

#menu #sec02 .tit {
  margin-top: -20px;
  position: relative;
  font-size: 20px;
  color: #CCA00A;
  letter-spacing: 4px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

#menu #sec02 .tit:before {
  background: url(../img/menu/s2-01-deco.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  left: 50%;
  content: '';
  z-index: 0;
  width: 35px;
  height: 30px;
  transform: translateX(-210%);
}

#menu #sec02 .tit:after {
  background: url(../img/menu/s2-02-deco.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  left: 50%;
  content: '';
  z-index: 0;
  width: 35px;
  height: 30px;
  transform: translateX(75%);
}

#menu #sec02 dl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#menu #sec03 {
  background: url(../img/shared/bg01.jpg) repeat center bottom;
  padding-bottom: 15%;
}

#menu #sec03 .title {
  background: url(../img/menu/s3-img.png) no-repeat right top;
  padding-top: 15px;
  background-size: 100%;
}
#menu #sec03 dl{
  padding-top: 5%;
}
#menu #sec03 .title .txt-vertical {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 0;
  line-height: 35px;
  background: none;
  letter-spacing: 2px;
  padding: 15px 0 0 15px;
}

#menu #sec03 .title .txt-vertical p {
  color: #CC4407;
}

#menu #sec03 dl {
  text-align: center;
  margin-top: -15px;
}

#menu #sec03 dl dt p {
  font-size: 14px;
}

#menu #sec03 dl dt span {
  font-size: 23px;
}

#menu #sec03 dl dd {
  padding-top: 10px;
}

#menu #sec04 {
  background: #d1c0a5;
}

#menu #sec04 .photo {
  margin-left: -3%;
  margin-right: -3%;
}

#menu #sec04 .photo img {
  margin-top: -9%;
}

#menu #sec04 h2 {
  text-align: center;
  font-size: 18px;
  margin-top: -38px;
}

#menu #sec04 h2 span {
  margin-bottom: 3%;
}

#menu #sec04 dl {
  font-weight: bold;
  margin-top: 10px;
}

#menu #sec04 dl dt {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

#menu #sec04 .g1 {
  padding-bottom: 10%;
}

#menu #sec04 .g2 {
  background: #fff;
  margin-left: -3%;
  margin-right: -3%;
  padding-bottom: 5%;
}

#menu #sec04 .g2 h3 {
  font-size: 20px;
  text-align: center;
  color: #D6A80B;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

#menu #sec04 .g2 h3 span {
  color: #000;
}

#menu #sec04 .g2 dl dt {
  margin-bottom: -5px;
}

#menu #sec05 {
  padding-top: 5%;
  background: url(../img/shared/bg03.jpg) repeat center bottom;
}

#menu #sec05 h2 {
  text-align: center;
  color: #9C7C26;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 20px;
}

#menu #sec05 .box {
  background: rgba(47, 27, 16, 0.97);
  padding: 50px 2% 20px;
  margin-top: -30px;
  color: #fff;
}

#menu #sec05 .box h3 {
  color: #D4A502;
  margin: auto;
  padding-bottom: 0;
  font-size: 20px;
  text-align: center;
}

#menu #sec05 .box dl dt {
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu #sec05 .g-btn {
  background: #fff;
  padding: 5% 3%;
}

#menu #sec06 .title {
  padding-top: 8%;
  padding-bottom: 8%;
  background: url(../img/shared/menu-line02.png) repeat-x center bottom, url(../img/shared/menu-line.png) repeat-x center top, url(../img/shared/bg05.jpg) repeat center top;
  background-size: 60%, contain, auto;
  color: #fff;
}

#menu #sec06 .title h2 {
  text-align: center;
  font-size: 20px;
  position: relative;
  line-height: 35px;
}

#menu #sec06 .bg {
  background: url(../img/shared/bg05.jpg) repeat center bottom;
}

#menu #sec06 .bg dl {
  padding: 20px 3%;
}

#menu #sec06 .bg dl dt {
  color: #D4A502;
  margin: auto;
  padding-bottom: 0;
  font-size: 20px;
  text-align: center;
}

#menu #sec06 .bg dl dd {
  color: #fff;
}

#menu .bg-white {
  background: #fff;
  padding-top: 10%;
  padding-bottom: 5%;
}

#menu #sec07 {
  margin-bottom: 5%;
}

#menu #sec07 .toggle {
  background: url(../img/shared/bg03.jpg) repeat center bottom;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #fff;
}

#menu #sec07 .toggle h2 {
  text-align: center;
  font-size: 20px;
}

#menu #sec07 .toggle .toggle-main {
  padding: 10px 3%;
  background: url(../img/shared/line02.png) repeat-x center top;
  margin-top: 10px;
}

#menu #sec07 .toggle .toggle-main .note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

#menu #sec07 .toggle .toggle-main h3 {
  padding-bottom: 15px;
  color: #ecd383;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

#menu #sec07 .toggle .toggle-main dl {
  position: relative;
  line-height: 28px;
}

#menu #sec07 .toggle .toggle-main dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

#menu #sec07 .toggle .toggle-main dl dt {
  float: left;
}

#menu #sec07 .toggle .toggle-main dl dd {
  float: right;
  text-align: right;
}

#menu #sec07 .toggle .toggle-main .list-menu {
  margin-bottom: 20px;
}

#menu #sec07 .toggle .toggle-main .title-bottom {
  padding-top: 10px;
  text-align: center;
  line-height: 25px;
  background: url(../img/shared/line02.png) repeat-x center top;
  font-size: 13px;
}

#menu #sec08 {
  margin-bottom: 5%;
}

#menu #sec08 .toggle {
  background: url(../img/shared/bg05.jpg) repeat center bottom;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #fff;
}

#menu #sec08 .toggle h2 {
  text-align: center;
  font-size: 20px;
}

#menu #sec08 .toggle .toggle-main {
  background: url(../img/shared/line02.png) repeat-x center top;
  padding: 10px 3% 0;
  margin-top: 10px;
}

#menu #sec08 .toggle .toggle-main .note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

#menu #sec08 .toggle .toggle-main h3 {
  padding-bottom: 15px;
  color: #ecd383;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

#menu #sec08 .toggle .toggle-main dl {
  position: relative;
  line-height: 28px;
}

#menu #sec08 .toggle .toggle-main dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

#menu #sec08 .toggle .toggle-main dl dt {
  float: left;
}

#menu #sec08 .toggle .toggle-main dl dd {
  float: right;
  text-align: right;
}

#menu #sec08 .toggle .toggle-main .list-menu {
  margin-bottom: 20px;
}

#menu #sec08 .toggle .toggle-main .title-bottom {
  padding-top: 10px;
  text-align: center;
  line-height: 32px;
  background: url(../img/shared/line02.png) repeat-x center top;
}

/*=============================================*/
/*                   　course　　　　　          */
/*=============================================*/
#course #key ul li {
  background: url(../img/course/key.jpg) no-repeat center bottom;
  background-size: cover;
}

#course #key .txt-key {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

#course #sec01 {
  padding-top: 10%;
  padding-bottom: 5%;
}

#course #sec01 h2 {
  text-align: center;
  font-size: 20px;
  margin-top: -35px;
}
#course #sec01 h2 span:first-child{
  padding: 3px 25px;
}
#course #sec01 h3 {
  margin-bottom: -10px;
}

#course #sec01 .photo {
  width: 90%;
  margin: 0 auto;
}

#course #sec01 .text {
  padding-top: 0;
}

#course #sec02 {
  padding-top: 10%;
  background: url(../img/shared/bg08.jpg) repeat center bottom;
  padding-bottom: 10%;
}

#course #sec02 h2 {
  color: #CC4407;
  font-size: 6vmin;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
}

#course #sec03 {
  padding-top: 5%;
  background: url(../img/shared/bg06.jpg) repeat center bottom;
  padding-bottom: 5%;
  border-top: 3px solid #eece5b;
  border-bottom: 3px solid #eece5b;
}

#course #sec03 h2 {
  color: #d4a502;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 35px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 20px;
}

#course #sec03 .bx-pager.bx-default-pager a {
  border: 1px solid #d4a502;
}

#course #sec03 .bx-pager.bx-default-pager a.active {
  background: #d4a502;
}

#course #sec04 {
  padding-top: 5%;
  background: url(../img/shared/bg08.jpg) repeat center bottom;
}

#course #sec04 .group {
  position: relative;
  display: flex;
}

#course #sec04 .group .title {
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 5px;
  padding-top: 20px;
  width: 25%;
}

#course #sec04 .group .title p {
  padding-top: 20px;
}

#course #sec04 .group .title .s4-txt {
  width: 70%;
  margin: 0 auto;
  font-size: 6vmin;
}

#course #sec04 .group .photo {
  float: right;
  width: 75%;
}

#course #sec04 .dl01 dt {
  color: #CC4407;
  font-weight: bold;
  line-height: 1.8;
  font-size: 5.5vmin;
  text-align: center;
}

#course #sec04 .g2 {
  padding-top: 10px;
}

#course #sec04 .g2 .toggle-link {
  background: url(../img/shared/bg05.jpg) repeat center bottom;
  padding: 10px 0;
  font-size: 20px;
  color: #d4a502;
  text-align: center;
}

#course #sec04 .g2 .toggle-link:before {
  background: url(../img/course/btn-click.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  content: '';
  z-index: 0;
  width: 50px;
  height: 50px;
  transform: translateX(110%);
}

#course #sec04 .g2 .toggle-main {
  background: #fff;
  padding: 20px 2% 30px;
}

#course #sec04 .g2 .toggle-main .note {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

#course #sec04 .g2 .toggle-main .g2-box {
  margin-top: 10px;
  padding: 15px 2% 20px;
}

#course #sec04 .g2 .toggle-main .g2-box .note {
  text-align: left;
  font-size: 13px;
  margin-top: 15px;
  line-height: 22px;
}

#course #sec04 .g2 .toggle-main h4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

#course #sec04 .g3 .bg {
  background: #fff;
  padding-bottom: 5%;
}

#course #sec04 .g3 .bg h3 {
  color: #CC4407;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: center;
}

#course #sec05 {
  background: url(../img/shared/bg03.jpg) repeat center top;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#course #sec05 .tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20;
  border: 3px solid #fff;
  text-align: center;
  font-weight: 200;
  padding: 15px 2%;
  position: relative;
}

#course #sec05 dt {
  font-size: 18px;
}

#course #sec05 .number {
  padding-top: 8px;
  padding-bottom: 8px;
}

#course #sec05 .number a {
  font-size: 18px;
  position: relative;
}

#course #sec05 .number a:before {
  content: '';
  width: 180px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -34px;
  top: -5px;
}

#course #sec05 .number a:after {
  content: '';
  width: 180px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -34px;
  bottom: -5px;
}

#course #sec05 .note {
  font-size: 14px;
  line-height: 25px;
}

.nomiho_txt{
  font-size: 13px;
  }

/*=============================================*/
/*                   　access　　　　　          */
/*=============================================*/
#access #key ul li {
  background: url(../img/access/key.jpg) no-repeat center bottom;
  background-size: cover;
}

#access #key .txt-key {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

#access #sec01 {
  background: url(../img/shared/bg05.jpg) repeat center top;
  padding-top: 5%;
  padding-bottom: 15%;
  color: #fff;
}

#access #sec01 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  color: #d4a502;
  border-bottom: 4px solid #d4a502;
  margin-bottom: 10px;
}

#access #sec01 .info dl {
  line-height: 30px;
  border-bottom: 1px dashed #fff;
  padding: 10px 0 10px;
}

#access #g-btn {
  background: url(../img/shared/bg01.jpg) repeat center top;
  padding-bottom: 5%;
}

#access #g-btn .bnr {
  margin-top: 5%;
}

#access #sec02 {
  background: url(../img/shared/bg09.jpg) repeat center top;
  padding-top: 5%;
  padding-bottom: 10%;
}

#access #sec02 h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ce480d;
  margin-bottom: 5%;
}

#access #sec02 .box-content {
  padding: 5px;
}

#access #sec03 {
  background: url(../img/shared/bg06.jpg) repeat center top;
  padding-top: 10%;
  padding-bottom: 5%;
}

#access #sec03 dl dt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ce480d;
  padding-top: 15px;
  padding-bottom: 5px;
}

.takeout{
	margin: 10px;
}

.insta_bnr{
	margin: 10px;
}