@charset "utf-8";
* {
  /* border: 1px solid red; */
}
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

/* tags
---------------------------------------------------- */
html {
  overflow-x: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
  background: url(../images/bg.jpg) repeat left top;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.inner1 {
  width: 960px;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .inner1 {
    /* width: auto; */
    width: 90%;
  }
}

/* header
---------------------------------------------------- */
#header h1 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-top: 29px;
  background: url(../images/header.png) no-repeat top center;
  background-size: 100% 100%;
  height: 89px;
  box-sizing: border-box;
  min-width: 960px;
}

@media screen and (max-width: 768px) {
  #header h1 {
    font-size: 16px;
    padding-top: 17px;
    background-size: auto 100%;
    height: 60px;
    min-width: 0px;
  }
}

@media screen and (max-width: 480px) {
  #header h1 {
    font-size: 14px;
    padding-top: 12px;
    height: 45px;
  }
}

/* mainvisual
---------------------------------------------------- */
#mainvisual {
  overflow: hidden;
  margin-top: -42px;
  min-width: 960px;
}

#mainvisual_body {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 168px 0px 95px;
  position: relative;
}

#mainvisual h2 {
  width: 630px;
  margin-bottom: 57px;
  position: relative;
  z-index: 60;
}

#mainvisual h3 {
  width: 646px;
  margin-bottom: 20px;
  position: relative;
  z-index: 70;
}
#mainvisual h4 {
  width: 654px;
  margin-bottom: 90px;
  position: relative;
  z-index: 70;
}

#mainvisual .img1 {
  position: absolute;
  top: 0px;
  right: -260px;
  z-index: 50;
}

#mainvisual .img2 {
  position: absolute;
  bottom: 60px;
  right: -40px;
  z-index: 51;
}
#mainvisual h5 {
  width: 550px;
  font-weight: bold;
  color: #295234;
  font-size: 28px;
  padding: 5px 0 5px 10px;
  border-left: 8px solid #295234;
  margin-bottom: 30px;
  position: relative;
  z-index: 80;
}

#mainvisual p {
  font-size: 25px;
  line-height: 1.8;
  width: 550px;
  text-align: justify;
  text-justify: inter-character;
  position: relative;
  z-index: 80;
  text-shadow: 1px 1px 0px #fff;
}

#mainvisual p.small {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    margin-top: 0px;
    min-width: 0px;
  }

  #mainvisual_body {
    margin: 0px;
    padding: 6.5% 5% 8%;
  }

  #mainvisual h2 {
    width: 80%;
    margin-bottom: 6%;
  }

  #mainvisual h3 {
    width: 80%;
  }
  #mainvisual h4 {
    width: 70%;
    margin-bottom: 11%;
  }
  #mainvisual h5 {
    width: 100%;
    font-size: 22px;
  }
  #mainvisual .img1 {
    top: 0;
    right: -10%;
    width: 60%;
    height: auto;
  }

  #mainvisual .img2 {
    top: 45%;
    right: -5%;
    width: 40%;
    height: auto;
    bottom: inherit;
  }

  #mainvisual p {
    font-size: 16px;
    width: auto;
    line-height: 2;
  }

  #mainvisual p.small {
    font-size: 13px;
    margin-top: 3%;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual h4 {
    margin-bottom: 16%;
  }
  #mainvisual .img2 {
    top: 27%;
  }
  #mainvisual h5 {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 0 8px;
    border-left: 5px solid #295234;
    margin-bottom: 20px;
  }
  #mainvisual p {
    font-size: 16px;
  }
}

/* concept
---------------------------------------------------- */
#concept {
  background: #295234;
  box-sizing: border-box;
  padding: 50px;
  min-width: 960px;
  position: relative;
}

#concept .box1 {
  border: 1px solid #fff;
  padding: 50px 40px 40px;
}

#concept h2 {
  text-align: center;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
}

#concept h3 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 40px;
}
#concept p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 2;
}

#concept dl {
  background: #fff;
  padding: 40px 50px;
}

#concept dt {
  color: #295234;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

#concept dd {
  line-height: 1.8;
}
#concept .img1 {
  position: absolute;
  bottom: 0;
  right: -300px;
  z-index: -2;
}
#concept .img2 {
  position: absolute;
  bottom: -180px;
  right: -130px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #concept {
    padding: 4%;
    width: 100%;
    min-width: 0px;
  }

  #concept .box1 {
    padding: 5% 4% 4%;
  }

  #concept h2 {
    margin-bottom: 3.5%;
    font-size: 35px;
  }

  #concept h3 {
    margin-bottom: 4%;
  }
  #concept p {
    font-size: 15px;
  }
  #concept dl {
    padding: 5%;
  }

  #concept dt {
    margin-bottom: 3.5%;
    font-size: 18px;
    line-height: 1.5;
  }
  #concept .img1 {
    display: none;
  }
  #concept .img2 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #concept {
    padding: 0px;
  }

  #concept .box1 {
    border: none;
    padding: 6% 5% 5%;
  }

  #concept h2 {
    font-size: 25px;
  }
  #concept p {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #concept dt {
    font-size: 16px;
  }
}

/* container1
---------------------------------------------------- */
.container1 {
  padding-top: 156px;
  overflow: hidden;
  min-width: 960px;
}

.background1 {
  position: relative;
}

.background1 .img1 {
  position: absolute;
  top: 40px;
  left: -209px;
  z-index: -1;
}

.background1 .img2 {
  position: absolute;
  top: 430px;
  right: -450px;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .container1 {
    padding-top: 10%;
    min-width: 0px;
  }

  .background1 .img1 {
    top: 3%;
    left: -8%;
    width: 80%;
    height: auto;
  }

  .background1 .img2 {
    display: none;
  }
}

/* movie
---------------------------------------------------- */
#movie {
  position: relative;
  margin: 0 auto 140px;
}
#movie h2 {
  width: 451px;
  margin: 0px auto 40px;
}

#movie h3 {
  font-size: 32px;
  text-align: center;
  color: #295234;
}

#movie p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin: 50px 0px 60px;
}

#movie iframe {
  width: 100%;
  height: 550px;
}
#movie .img1 {
  position: absolute;
  top: -80px;
  left: -330px;
  z-index: -1;
}

#movie .img2 {
  position: absolute;
  bottom: -200px;
  left: -330px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #movie h2 {
    width: 58%;
    min-width: 217px;
    margin: 0px auto 6%;
  }

  #movie h3 {
    font-size: 20px;
  }

  #movie p {
    font-size: 16px;
    margin: 6% 5%;
  }

  #movie iframe {
    width: 90%;
    height: 350px;
    margin: 0 5%;
  }
  #movie .img1 {
    top: -40px;
    /* bottom: -30%; */
    left: -80px;
    width: 32%;
  }
  #movie .img2 {
    bottom: -30%;
    left: -80px;
    width: 32%;
  }
}

@media screen and (max-width: 480px) {
  #movie h3 {
    font-size: 17px;
  }

  #movie p {
    font-size: 15px;
  }
  #movie iframe {
    height: 200px;
  }
  #movie .img1 {
    top: inherit;
    bottom: -30%;
    left: -80px;
    width: 52%;
  }
  #movie .img2 {
    bottom: -30%;
    right: -80px;
    left: inherit;
    width: 52%;
  }
}

/* outline
---------------------------------------------------- */
#outline {
  position: relative;
}
#outline h2 {
  width: 165px;
  margin: 0 auto 40px;
}

#outline h3 {
  font-size: 32px;
  text-align: center;
  color: #295234;
  margin-bottom: 80px;
}
#outline h4 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-top: 2px solid #295234;
  border-bottom: 2px solid #295234;
  color: #295234;
  margin-bottom: 40px;
}

.flx_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flx_box .flx_item {
  width: 100%;
  margin: 0 0 40px;
}
.flx_2cols .flx_item {
  width: calc((100% - 40px) / 2);
  margin: 0 40px 40px 0;
}
.flx_2cols .flx_item:nth-of-type(2n) {
  margin: 0 0 40px;
}
.flx_box .thum {
  text-align: center;
  margin: 0 0 30px;
}
#outline .thum span {
  display: none;
}
#outline dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
#outline dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #295234;
  padding: 0 20px 0 0;
}

#outline dl dd {
  font-size: 16px;
}
#outline dd .oswald {
  font-size: 2.4em;
  font-weight: 200;
  padding: 0 5px;
}
#outline dd span span {
  padding: 0 5px;
  font-size: 0.7em;
  font-weight: normal;
}
#outline dd .yen {
  font-size: 0.7em;
}

#outline .price dt {
  width: 20%;
}
#outline .price dd {
  width: 80%;
}
#outline .time dt {
  width: 40%;
}
#outline .time dd {
  width: 60%;
}
.txt-list {
  width: 100%;
  margin: 40px auto;
}

.txt-list li {
  padding: 0 0 0 18px;
  line-height: 1.6;
  font-size: 18px;
  margin: 0 auto 8px;
  position: relative;
}
.txt-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background: url(../images/list-arw.svg) no-repeat left center / contain;
  position: absolute;
  top: 8px;
  left: 0;
}
.equip-list {
  width: 100%;
  margin: 40px auto 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.equip-list li {
  width: calc((100% - 30px) / 4);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #295234;
  background: #fff;
  border: 2px solid #295234;
  margin: 0 10px 10px 0;
}
.equip-list li:nth-of-type(4n) {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #outline h2 {
    width: 22%;
  }
  #outline h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #outline h4 {
    font-size: 20px;
    padding: 12px 0;
    margin-bottom: 30px;
  }
  #outline dl {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto 30px;
  }
  #outline dl dt {
    font-size: 18px;
  }
  #outline dl dd {
    font-size: 15px;
  }
  #outline .price dt,
  #outline .time dt {
    width: 100%;
    padding: 0;
    margin: 0 0 12px;
  }
  #outline .price dd,
  #outline .time dd {
    width: 100%;
  }
  #outline dd .oswald {
    font-size: 2em;
    padding: 0 5px 0 0;
  }
  .txt-list li {
    padding: 0 0 0 14px;
    font-size: 15px;
  }
  .txt-list li::before {
    width: 8px;
    height: 10px;
  }
  .equip-list li {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  #outline h2 {
    width: 32%;
    margin: 0 auto 30px;
  }
  #outline h3 {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .flx_box .flx_item {
    margin: 0 0 20px;
  }
  .flx_2cols .flx_item {
    width: 100%;
    margin: 0 auto 10px;
  }
  #outline dl {
    align-items: flex-end;
    flex-direction: row;
    margin: 0 auto 20px;
  }
  #outline dl dt {
    font-size: 16px;
  }
  #outline dl dd {
    font-size: 14px;
  }
  #outline .price dt {
    width: 25%;
    margin: 0;
  }
  #outline .price dd {
    width: 75%;
  }
  #outline .time dt {
    width: 40%;
    margin: 0;
  }
  #outline .time dd {
    width: 60%;
  }
  .txt-list {
    margin: 20px auto 40px;
  }
  .equip-list {
    margin: 30px auto 20px;
  }
  .equip-list li {
    width: calc((100% - 10px) / 2);
    font-size: 15px;
  }
  .equip-list li:nth-of-type(2n) {
    margin: 0 0 10px;
  }
}
/* renovation
---------------------------------------------------- */
#renovation {
  /* padding-top: 150px; */
  padding: 120px 0 80px;
  position: relative;
  box-sizing: border-box;
  /* height: 655px; */
  /* background: #fff; */
  background: url(../images/bg-renovation.svg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
#renovation::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(../images/bg-renovation.svg) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
#renovation .inner1 {
  position: relative;
}

#renovation h2 {
  width: 313px;
  margin-bottom: 50px;
}

#renovation h3 {
  font-size: 32px;
  margin-bottom: 50px;
}

#renovation p {
  font-size: 17px;
  line-height: 1.8;
  width: 567px;
}

#renovation .renovation1 {
  position: absolute;
  top: -40px;
  right: -32px;
}

#renovation .renovation2 {
  position: absolute;
  top: 250px;
  right: -98px;
}

@media screen and (max-width: 768px) {
  #renovation {
    padding: 10% 5%;
    height: auto;
  }
  #renovation::after {
    z-index: -2;
  }

  #renovation h2 {
    width: 45%;
    min-width: 168px;
    margin-bottom: 6%;
  }

  #renovation h3 {
    font-size: 20px;
    margin-bottom: 6%;
  }

  #renovation p {
    font-size: 16px;
    width: 80%;
    text-shadow: 1px 1px 0px #fff;
  }

  #renovation .renovation1 {
    top: -10%;
    right: -10%;
    width: 45%;
    height: auto;
    z-index: -1;
  }

  #renovation .renovation2 {
    top: 58%;
    right: -12%;
    width: 30%;
    height: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 600px) {
  #renovation .renovation1 {
    right: 2%;
    width: 42%;
    height: auto;
  }

  #renovation .renovation2 {
    top: 47%;
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #renovation {
    padding: 20% 5% 10%;
  }
  #renovation h2 {
    margin: 0px auto 6%;
  }

  #renovation h3 {
    font-size: 17px;
    text-align: center;
  }

  #renovation p {
    font-size: 15px;
    width: auto;
    margin-bottom: 4%;
  }

  #renovation .renovation1 {
    position: static;
    top: auto;
    right: auto;
    width: 48%;
    height: auto;
    float: left;
  }

  #renovation .renovation2 {
    position: static;
    top: auto;
    right: auto;
    width: 48%;
    height: auto;
    float: right;
  }
}

/* about
---------------------------------------------------- */
#about {
  background: #fff url(../images/about_back.png) no-repeat center top;
  background-size: 100% 100%;
  /* height: 1026px; */
  box-sizing: border-box;
  margin-top: -40px;
  padding: 140px 0;
  min-width: 960px;
}

#about .img1 {
  width: 304px;
  height: auto;
  float: left;
}

#about .img2 {
  width: 303px;
  height: auto;
  float: right;
}

#about .img3 {
  width: 285px;
  height: auto;
  float: left;
}

.about1 {
  margin-bottom: 40px;
}

.about2 {
  margin-bottom: 33px;
}

#about dl {
  width: 580px;
  float: left;
  margin-left: 40px;
}

.about1 dl {
  margin-top: 70px;
}

.about2 dl {
  margin-top: 38px;
}

.about3 dl {
  margin-top: 7px;
}

#about dt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
}

#about dt span {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1;
  font-weight: 400;
}

#about dd {
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #about {
    background-size: cover;
    height: auto;
    margin-top: -4%;
    min-width: 0px;
    padding: 15% 5% 12%;
  }

  #about .img1,
  #about .img2,
  #about .img3 {
    width: 30%;
    height: auto;
  }

  .about1,
  .about2 {
    margin-bottom: 6%;
  }

  #about dl {
    width: 62%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .about1 dl,
  .about2 dl,
  .about3 dl {
    margin-top: 0px;
  }

  #about dt {
    font-size: 22px;
    margin-bottom: 5%;
    padding-left: 80px;
  }

  #about dt span {
    font-size: 56px;
  }
}

@media screen and (max-width: 480px) {
  #about {
    padding: 25% 5% 20%;
  }

  .about1,
  .about2,
  .about3 {
    position: relative;
  }

  #about .img1,
  #about .img2,
  #about .img3 {
    float: none;
    position: absolute;
    top: -6px;
    left: 0px;
    width: 22%;
    height: auto;
  }

  .about1,
  .about2 {
    margin-bottom: 10%;
  }

  #about .img2 {
    left: auto;
    top: -3px;
    right: -5px;
  }

  #about dl {
    width: auto;
    margin: 0px;
    float: none;
  }

  #about dt {
    font-size: 20px;
    padding-left: 67px;
    margin-left: 25%;
  }

  #about .about2 dt {
    margin-left: 0px;
  }

  #about dt span {
    font-size: 50px;
  }

  #about dd {
    font-size: 14px;
  }
}

/* ba
---------------------------------------------------- */
#ba {
  padding: 120px 0px 0px;
  background: #fff;
  overflow: hidden;
  min-width: 960px;
}
#ba .background1 .img1 {
  z-index: 1;
}

#ba_body {
  position: relative;
}

#ba_body .ba_back {
  position: absolute;
  top: 0px;
  right: 520px;
  z-index: -1;
}

#ba h2 {
  text-align: right;
  margin-bottom: 50px;
}

#ba h2 img {
  width: 475px;
  height: auto;
}

#ba h3 {
  text-align: right;
  font-size: 32px;
  margin-bottom: 50px;
}

#ba p {
  font-size: 17px;
  line-height: 1.8;
  text-align: right;
  margin-bottom: 75px;
}

#ba ul {
  position: relative;
  height: 1428px;
}

/*
#ba li {
    position: absolute;
}
*/
#ba li {
  position: absolute;
  min-height: 300px;
  min-width: 460px;
}
#ba .twentytwenty-container.pcOnly {
  width: 50%;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  background: #000;
}

#ba .li1,
#ba .li3,
#ba .li5 {
  right: 0px;
}

#ba .li1 {
  top: 0px;
}

#ba .li3 {
  top: 400px;
}

#ba .li5 {
  top: 800px;
}

#ba .li2,
#ba .li4,
#ba .li6 {
  left: 0px;
}

#ba .li2 {
  top: 200px;
}

#ba .li4 {
  top: 600px;
}

#ba .li6 {
  top: 1000px;
}

#ba .li1 .img1,
#ba .li3 .img1,
#ba .li5 .img1 {
  width: 142px;
  height: auto;
  position: absolute;
  top: -48px;
  right: -54px;
  left: inherit;
  z-index: 100;
}

#ba .li2 .img1,
#ba .li4 .img1,
#ba .li6 .img1 {
  width: 140px;
  height: auto;
  position: absolute;
  top: -44px;
  left: -43px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #ba {
    padding: 10% 5%;
    min-width: 0px;
  }

  #ba_body .ba_back {
    top: 0px;
    right: auto;
    left: -25%;
    width: 80%;
    height: auto;
  }

  #ba h2 {
    text-align: center;
    margin-bottom: 6%;
  }

  #ba h2 img {
    width: 66%;
    min-width: 246px;
    height: auto;
  }

  #ba h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 6%;
  }

  #ba p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
  }

  #ba ul {
    height: auto;
  }

  #ba li,
  #ba .li1,
  #ba .li2,
  #ba .li3,
  #ba .li4,
  #ba .li5,
  #ba .li6 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 464px;
    margin: 10% auto 0px;
    min-width: auto;
    min-height: auto;
  }

  #ba .li1 .img1,
  #ba .li3 .img1,
  #ba .li5 .img1 {
    width: 120px;
    height: auto;
    top: -35px;
    right: -5%;
  }

  #ba .li2 .img1,
  #ba .li4 .img1,
  #ba .li6 .img1 {
    width: 120px;
    height: auto;
    top: -35px;
    left: -5%;
  }
}

@media screen and (max-width: 480px) {
  #ba h3 {
    font-size: 17px;
  }

  #ba p {
    font-size: 15px;
  }

  #ba li,
  #ba .li1,
  #ba .li2,
  #ba .li3,
  #ba .li4,
  #ba .li5,
  #ba .li6 {
    margin-top: 8%;
    margin-bottom: 16%;
  }

  #ba .li1 .img1,
  #ba .li3 .img1,
  #ba .li5 .img1 {
    width: 100px;
    height: auto;
    top: -20px;
    right: -4%;
  }

  #ba .li2 .img1,
  #ba .li4 .img1,
  #ba .li6 .img1 {
    width: 100px;
    height: auto;
    top: -20px;
    left: -4%;
  }
}

/* booking
---------------------------------------------------- */
#booking {
  position: relative;
  padding: 100px 0 100px;
}
#booking::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(../images/bg-booking.png) no-repeat center top / 100% auto;
  position: absolute;
  top: -20px;
  left: 0;
}
#booking h2 {
  width: 228px;
  margin: 0 auto 40px;
}

#booking h3 {
  font-size: 32px;
  text-align: center;
  color: #295234;
  margin-bottom: 50px;
}
#booking .caps {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 80px;
}

.ac_ttl {
  background: #295234;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.ac_ttl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/ac-arw.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: 17px;
  right: 10px;
  transform: rotate(180deg);
}
.ac_ttl.is-open::before {
  transform: rotate(0deg);
}
.ac_cnt {
  display: none;
  background: #fff;
  padding: 40px 30px 0;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 60px;
}
.ac_cnt p {
  margin-bottom: 30px;
}
.ac_cnt h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #295234;
}

.ac_cnt ol {
  list-style: decimal inside;
  margin-bottom: 40px;
}
.ac_cnt li {
  margin-bottom: 8px;
  padding: 0 0 0 20px;
  text-indent: -16px;
  box-sizing: border-box;
  position: relative;
}
.ac_cnt .num-list {
  padding: 10px 0 0 20px;
  counter-reset: my-counter;
  list-style: none;
}
.ac_cnt li li {
  text-indent: 0;
}

.ac_cnt .num-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  line-height: 1;
  font-size: 10px;
  text-indent: 0;
  position: absolute;
  top: 5px;
  left: -20px;
}
.ac_cnt ol .num-list li:before {
  left: -5px;
}

@media screen and (max-width: 768px) {
  #booking {
    padding: 8% 0;
  }
  #booking h2 {
    width: 30%;
    margin: 0 auto 30px;
  }
  #booking h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #booking .caps {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .ac_ttl {
    font-size: 20px;
  }
  .ac_ttl::before {
    width: 12px;
    height: 12px;
    top: 14px;
  }
  .ac_cnt {
    padding: 30px 20px 0;
    line-height: 1.8;
    font-size: 12px;
  }
  .ac_cnt h5 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .ac_cnt ol .num-list {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 480px) {
  #booking {
    padding: 15% 0;
  }
#booking.form_prev::before {
    display: none;
}
  #booking h2 {
    width: 40%;
    margin: 0 auto 20px;
  }
  #booking h3 {
    font-size: 17px;
    margin-bottom: 40px;
  }
  #booking .caps {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

/* contact
---------------------------------------------------- */
#contact {
  background: url(../images/contact_back.png) no-repeat center top;
  background-size: cover;
  padding: 93px 0px 120px;
  min-width: 960px;
}

#contact .box1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 88px 189px 62px;
}

#contact h2 {
  width: 222px;
  margin: 0px auto 50px;
}

#contact h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

#contact .btn1 a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  font-size: 20px;
  padding: 30px 0px;
  position: relative;
}

#contact .btn1 a br {
  display: none;
}

#contact .btn1 a img {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.2s;
}

#contact .btn1 a:hover img {
  right: 10px;
}

#contact ul {
  margin-top: 40px;
}

#contact li {
  display: block;
  float: left;
  width: 460px;
}

#contact .li2 {
  float: right;
}

#contact li a {
  display: block;
  background: #295234;
  text-align: center;
  padding: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

#contact li a .small {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}

#contact li a .btn2 {
  display: block;
  border: 1px solid #fff;
  height: 98px;
  padding: 21px 0px 0px 115px;
  box-sizing: border-box;
  position: relative;
}

#contact li.li2 a .btn2 {
  padding-top: 33px;
}

#contact .li1 a .btn2 {
  background: url(../images/contact_btn_icon1.png) no-repeat 20px 22px;
}

#contact .li2 a .btn2 {
  background: url(../images/contact_btn_icon2.png) no-repeat 16px 21px;
}

#contact li a .btn2 img {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.2s;
}

#contact li a:hover .btn2 img {
  right: 5px;
}

#contact .banner {
  padding-top: 50px;
}

#contact .banner {
  padding-top: 50px;
}

#contact .banner .spOnly {
  display: none;
}

#contact .inner1 a {
  display: block;
  transition: 0.3s;
}

#contact .inner1 a:hover {
  display: block;
  opacity: 0.9;
}

/* 25/6/5 追加 */
.equip-list + .note {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 auto 40px;
}


@media screen and (max-width: 768px) {
  #contact {
    padding: 10% 0;
    min-width: 0px;
  }
  #contact .box1 {
    padding: 6% 5% 5%;
  }

  #contact h2 {
    width: 30%;
    min-width: 112px;
    margin: 0px auto 6%;
  }

  #contact h3 {
    font-size: 20px;
    margin-bottom: 6%;
  }

  #contact .btn1 a {
    font-size: 16px;
    padding: 25px 40px 25px 0px;
  }

  #contact .btn1 a img {
    right: 20px;
  }

  #contact .btn1 a:hover img {
    right: 5px;
  }

  #contact ul {
    margin-top: 0px;
  }

  #contact li,
  #contact .li2 {
    /*float: none;
        width: auto;*/
    width: 48%;
    margin-top: 6%;
  }

  #contact li a {
    padding: 10px;
    font-size: 18px;
  }

  #contact li a .small {
    font-size: 14px;
    margin-bottom: 6px;
  }

  #contact li a .btn2 {
    height: 70px;
    padding: 14px 0px 0px 90px;
  }

  #contact li.li2 a .btn2 {
    padding-top: 24px;
  }
  #contact li a .btn2 img {
    display: none;
  }
  #contact .li1 a .btn2 {
    background: url(../images/contact_btn_icon1.png) no-repeat 15px 13px;
    background-size: 60px auto;
  }

  #contact .li2 a .btn2 {
    background: url(../images/contact_btn_icon2.png) no-repeat 12px 14px;
    background-size: 60px auto;
  }
}

@media screen and (max-width: 480px) {
  #contact h3 {
    font-size: 17px;
  }

  #contact .btn1 a {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 0px 15px 20px;
  }

  #contact .btn1 a br {
    display: inline;
  }

  #contact .btn1 a img,
  #contact .btn1 a:hover img {
    right: 10px;
  }

  #contact li a {
    /*padding: 10px;*/
    font-size: 18px;
  }

  #contact li a .small {
    font-size: 14px;
  }

  #contact li a .btn2 {
    height: 65px;
    padding: 12px 0px 0px 13px;
  }

  #contact li,
  #contact .li2 {
    float: none;
    width: auto;
  }

  #contact li.li2 a .btn2 {
    padding-top: 22px;
  }

  #contact .li1 a .btn2,
  #contact .li2 a .btn2 {
    background: none;
  }

  #contact li a .btn2 img,
  #contact li a:hover .btn2 img {
    right: 10px;
  }
  #contact li a .btn2 img {
    display: block;
    width: 28px;
    margin-top: -3px;
  }

  #contact .banner .spOnly {
    display: block;
  }

  #contact .banner .pcOnly {
    display: none;
  }
}

/* footer
---------------------------------------------------- */
#footer {
  background: #000;
  min-width: 960px;
  position: relative;
}
#footer a,
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .footer_back {
  display: block;
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
  height: 89px;
}

#footer_body {
  width: 790px;
  margin: 0px auto;
  padding-top: 60px;
  box-sizing: border-box;
}

#footer .box1 {
  float: left;
  width: 363px;
}

#footer .box2 {
  float: right;
  width: 370px;
}

#footer dt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

#footer dd .p1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

#footer dd .p2 {
  color: #fff;
  line-height: 1.6;
  font-size: 15.5px;
}

#footer dd .p3 {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  color: #fff;
}

#footer dd .p3 .small {
  font-size: 20px;
  font-weight: 200;
}

#footer dd .p4 {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 10px;
}

#footer dd .p5 {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 47px;
  color: #fff;
}

#footer dd .p5 .small {
  font-size: 30px;
  font-weight: 200;
}

.copyright {
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 70px 0px 20px;
}
.copyright br {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 77px;
  height: 77px;
  z-index: 9999;
}

#pagetop a img {
  opacity: 1;
}

#pagetop a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #footer {
    min-width: 0px;
    padding: 10% 5%;
  }

  #footer .footer_back {
    display: none;
  }

  #footer_body {
    width: auto;
    padding-top: 0;
  }

  #footer .box1,
  #footer .box2 {
    float: none;
    width: auto;
  }

  #footer .box2 {
    margin-top: 10%;
  }

  #footer dt {
    font-size: 18px;
    margin-bottom: 3%;
  }

  #footer dd .p1 {
    font-size: 20px;
    margin-bottom: 3%;
  }

  #footer dd .p2 {
    font-size: 15px;
  }

  #footer dd .p3 {
    margin-top: 2%;
    font-size: 30px;
  }

  #footer dd .p4 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  #footer dd .p5 {
    margin-top: 2%;
    font-size: 40px;
  }

  #footer dd .p5 .small {
    font-size: 26px;
  }

  .copyright {
    text-align: left;
    font-size: 14px;
    padding: 10% 0px 0px;
  }
}

@media screen and (max-width: 480px) {
  #footer dt,
  #footer dd .p1,
  #footer dd .p4 {
    font-size: 16px;
  }

  #footer dd .p2 {
    font-size: 14px;
  }

  #footer dd .p3 {
    font-size: 24px;
  }

  #footer dd .p5 {
    font-size: 30px;
  }

  #footer dd .p5 .small {
    font-size: 22px;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.6;
  }

  #pagetop {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  #footer dt {
    font-size: 14px;
  }
  .copyright br {
    display: inline;
  }
}
