@charset "UTF-8";
/* reset add
----------------------------------- */
.h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

/* default
----------------------------------- */
* {
  scroll-margin-top: 116px;
}
@media screen and (max-width: 1023px) {
  * {
    scroll-margin-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  * {
    scroll-margin-top: 69px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
font-family: '游ゴシック' , 'Yu Gothic' , 'YuGothic' , 'Meiryo UI' , 'メイリオ' , 'Meiryo UI' , sans-serif;
  /*font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  background: #ffffff;
  color: #543A36;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner2 {
  max-width: 1280px;
  /*padding-right: 60px;*/
  /*padding-left: 60px;*/
  margin-right: auto;
  margin-left: auto;
}
.inner{
  max-width: 1050px;
  /*padding-right: 60px;*/
  /*padding-left: 60px;*/
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
.inner,
.inner2	{
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

a:hover {
  opacity: 0.7;
}

br.pc {
  display: inline-block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: inline-block;
  }
}
img.pc {
  display: inline;
}

img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  img.pc {
    display: none;
  }

  img.sp {
    display: inline;
  }
}
span.pc {
  display: inline;
}

span.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  span.pc {
    display: none;
  }

  span.sp {
    display: inline;
  }
}
/* header
----------------------------------- */
/* hotel link
----------------------------------- */
#hotel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 70px;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #595757;
  border-right: solid 1px #595757;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #595757;
  color: #000;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #hotel_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 50px;
    font-size: 12px;
  }

  #hotel_link > li + li {
    border-left: solid 1px #595757;
    margin-top: 10px;
  }
}
/* footer
----------------------------------- */
/* top
----------------------------------- */
#top {
  position: relative;
}
#top header .h1 {
  max-width: 610px;
  padding-top: 35px;
  margin-right: auto;
  height: 735px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #top header .h1 {
    height: 450px;
    width: 80%;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
#top header #block_slide {
  margin-top: -735px;
}
@media screen and (max-width: 767px) {
  #top header #block_slide {
    margin-top: -450px;
  }
}
#top header #block_slide .slider {
  z-index: -1;
}
#top header #block_slide .slider .image {
  height: 735px;
}
@media screen and (max-width: 767px) {
  #top header #block_slide .slider .image {
    height: 450px;
  }
}
#top header #block_slide .slider .image.image01 {
  background: url("../images/main01.jpg") no-repeat center center;
  background-size: cover;
}
#top header #block_slide .slider .image.image02 {
  background: url("../images/main02.jpg") no-repeat center center;
  background-size: cover;
}
#top header #block_slide .slider .image.image03 {
  background: url("../images/main03.jpg") no-repeat center center;
  background-size: cover;
}
#top header #block_slide .slider .image.image04 {
  background: url("../images/main04.jpg") no-repeat center center;
  background-size: cover;
}
#top main {
  padding-bottom: 50px;
  font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  #top main {
    padding-bottom: 25px;
  }
}
/*F5EFD9*/
#top main section#lead {
  background: #000642;
  color: #FFFFFF;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top main section#lead {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
#top main section#lead h2 {
  font-size: 32px;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #top main section#lead h2 {
    font-size: 16px;
  }
}
#top main section#lead p.text {
  line-height: 2;
  font-size: 19px;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #top main section#lead p.text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
}
#top main section#map{
  background: #F5EFD9;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #top main section#map {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
#top main nav {
  background: #543A36;
  position: sticky;
  top: 0;
  z-index: 999;
}
#top main nav ul {
  display: flex;
  justify-content: center;
}
#top main nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 20px 30px 70px 30px;
  display: block;
  font-size: 26px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #top main nav ul li a {
    font-size: 18px;
    padding: 15px 20px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  #top main nav ul li a {
    padding: 10px 15px 35px 15px;
    font-size: 12px;
    text-align: center;
  }
}
#top main nav ul li a::after {
  content: "▼";
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -13px;
}
@media screen and (max-width: 1023px) {
  #top main nav ul li a::after {
    bottom: 15px;
    margin-left: -9px;
  }
}
@media screen and (max-width: 767px) {
  #top main nav ul li a::after {
    bottom: 15px;
    margin-left: -6px;
  }
}
#top main section.area {
  background: #F5EFD9;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #top main section.area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#top main section.area h2 {
  font-size: 35px;
  display: flex;
  align-items: center;
  color: #CB9769;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #top main section.area h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#top main section.area h2:before {
  content: "";
  flex: 1;
  height: 3px;
  background: #CB9769;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #top main section.area h2:before {
    height: 2px;
  }
}
#top main section.area h2:after {
  content: "";
  flex: 1;
  height: 3px;
  background: #CB9769;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  #top main section.area h2:after {
    height: 2px;
  }
}
#top main section.area section.terrace + section {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace + section {
    padding-top: 80px;
  }
}
#top main section.area section.terrace h3 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace h3 {
    margin-bottom: 20px;
  }
}
#top main section.area section.terrace h3 span {
  font-size: 43px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace h3 span {
    font-size: 20px;
  }
}
#top main section.area section.terrace h3 small {
  font-size: 17px;
  display: block;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace h3 small {
    font-size: 12px;
  }
}
#top main section.area section.terrace h4 {
	font-size: 30px;
	line-height: 1.2;
	color: #E7933E;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace h4 {
	  font-size: 18px;
  }
}
#top main section.area section.terrace p.hotel {
  text-align: center;
  font-size: 22px;
	margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace p.hotel {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
#top main section.area section.terrace p.hotel a {
  text-decoration: underline;
  color: #543A36;
}
#top main section.area section.terrace p.access {
  text-align: center;
  font-size: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace p.access {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#top main section.area section.terrace p.access a {
  text-decoration: underline;
  color: #543A36;
}
#top main section.area section.terrace p.image {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace p.image {
    margin-bottom: 25px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
#top main section.area section.terrace p.text {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace p.text {
    font-size: 14px;
  }
}
#top main section.area section.terrace p.text.detail {
  font-size: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace p.text.detail {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
#top main section.area section.terrace .accordion {
/*  margin-bottom: 30px;*/
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace .accordion {
/*    margin-bottom: 30px;*/
  }
}
#top main section.area section.terrace .accordion p.trigger {
  font-size: 22px;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace .accordion p.trigger {
    font-size: 18px;
    padding-bottom: 70px;
  }
}
/*#top main section.area section.terrace .accordion p.trigger::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-top: 1px solid #543A36;
  border-right: 1px solid #543A36;
  transform: translateY(-50%) rotate(135deg);
}*/
#top main section.area section.terrace .accordion p.trigger::before,
#top main section.area section.terrace .accordion p.trigger::after{
  position: absolute;
  top: 55%;
  left: 50%;
  content: '';
  width: 24px;
  height: 2px;
  margin-left: -12px;
background-color: #543A36;

}

#top main section.area section.terrace .accordion p.trigger::before{
  transform: rotate(0deg);
}
#top main section.area section.terrace .accordion p.trigger::after{
  transform: rotate(90deg);
}
#top main section.area section.terrace .accordion p.trigger span {
  text-decoration: underline;
}
#top main section.area section.terrace .accordion p.trigger span:hover {
  cursor: pointer;
  opacity: 0.7;
}
/*#top main section.area section.terrace .accordion.active p.trigger::before {
  bottom: -17px;
  transform: translateY(-50%) rotate(-45deg);
}*/
#top main section.area section.terrace .accordion.active p.trigger::before{
transform: rotate(45deg);
}
#top main section.area section.terrace .accordion.active p.trigger::after{
transform: rotate(-45deg);
}
#top main section.area section.terrace .accordion .box {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace .accordion .box {
    padding-bottom: 10px;
  }
}
#top main section.area section.terrace .accordion .box h6 {
  font-size: 20px;
  margin-bottom: 0.5em;
	line-height: 1.2;
	color: #E7933E;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace .accordion .box h6 {
    font-size: 16px;
  }
}
#top main section.area section.terrace .accordion .box p.text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace .accordion .box p.text {
    font-size: 14px;
    padding-left: 0;
  }
}
#top main section.area section.terrace p.button {
  text-align: center;
}
#top main section.area section.terrace p.button a {
  display: inline-block;
  color: #ffffff;
  background: #E7933E;
  padding: 30px;
  position: relative;
  max-width: 660px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  #top main section.area section.terrace p.button a {
    font-size: 16px;
    padding: 20px 0;
  }
}
#top main section.area section.terrace p.button a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
#top main section.contents {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top main section.contents {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
#top main section.contents h2 {
  text-align: center;
  line-height: 1.2;
  border-bottom: solid 3px #CB9769;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top main section.contents h2 {
    margin-bottom: 20px;
  }
}
#top main section.contents h2 span {
  font-size: 41px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  #top main section.contents h2 span {
    font-size: 20px;
  }
}
#top main section.contents h2 small {
  font-size: 22px;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  #top main section.contents h2 small {
    font-size: 12px;
  }
}
#top main section#special ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top main section#special ul li {
  width: calc(320 / 1050 * 100%);
}
@media screen and (max-width: 767px) {
  #top main section#special ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top main section#special ul li + li {
    margin-top: 40px;
  }
}
#top main section#special ul li p.image {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top main section#special ul li p.image {
    margin-bottom: 10px;
  }
}
#top main section#special ul li h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #CB9769;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top main section#special ul li h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#top main section#special ul li p.text {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top main section#special ul li p.text {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#top main section#special ul li .accordion p.trigger {
  font-size: 17px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top main section#special ul li .accordion p.trigger {
    font-size: 14px;
  }
}
#top main section#special ul li .accordion p.trigger span {
  text-decoration: underline;
}
#top main section#special ul li .accordion p.trigger span::before {
  content: "+";
  display: inline-block;
  width: 0.8em;
}
#top main section#special ul li .accordion p.trigger span:hover {
  cursor: pointer;
  opacity: 0.7;
}
#top main section#special ul li .accordion.active p.trigger span::before {
  content: "-";
}
#top main section#special ul li .accordion .box {
  display: none;
}
#top main section#special .box,
#top main section#plan .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#top main section#special .box .image,
#top main section#plan .box .image,
.box3 .image{
  width: calc(500 / 1050 * 100%);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
#top main section#special .box .image,
  #top main section#plan .box .image,
.box3 .image{
    width: 100%;
    margin-bottom: 10px;
  }
}
#top main section#special .box .detail,
#top main section#plan .box .detail,
#top main section#plan .box3 .detail{
  width: calc(525 / 1050 * 100%);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
#top main section#special .box .detail,
  #top main section#plan .box .detail,
#top main section#plan .box3 .detail {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top main section#special .box .detail h3,
#top main section#plan .box .detail h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #CB9769;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
#top main section#special .box .detail h3,
  #top main section#plan .box .detail h3 {
    font-size: 18px;
  }
}
#top main section#plan .box .detail h4,
#top main section#plan .box3 .detail h4{
  font-size: 22px;
  line-height: 1.5;
  color: #E7933E;
}
@media screen and (max-width: 767px) {
  #top main section#plan .box .detail h4,
#top main section#plan .box3 .detail h4{
    font-size: 18px;
  }
}
#top main section#special .box .detail p.text,
#top main section#plan .box .detail p.text,
#top main section#plan .box3 .detail p.text{
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
#top main section#special .box .detail p.text,
  #top main section#plan .box .detail p.text,
#top main section#plan .box3 .detail p.text{
    font-size: 14px;
  }
}
#top main section#plan .box p.button {
  text-align: center;
  width: 100%;
}
#top main section#plan .box p.button a {
  display: inline-block;
  color: #ffffff;
  background: #E7933E;
  padding: 30px;
  position: relative;
  max-width: 660px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  #top main section#plan .box p.button a {
    font-size: 16px;
    padding: 20px 0;
  }
}
#top main section#plan .box p.button a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
#top main .attention {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #top main .attention {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
#top main .attention p.text {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top main .attention p.text {
    font-size: 10px;
	line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  #top main #area_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#top main #area_link ul {
  display: flex;
  justify-content: center;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #top main #area_link ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #top main #area_link ul li {
    margin-bottom: 0.5em;
  }
}
#top main #area_link ul li + li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #top main #area_link ul li + li {
    margin-left: 0;
  }
}
#top main #area_link ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  font-size: 19px;
  text-decoration: none;
  padding-left: 42px;
  background: url("../images/icon01.png") no-repeat left center;
  background-size: 35px;
  min-height: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #top main #area_link ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #top main #area_link ul li a {
    font-size: 14px;
    padding-left: 21px;
    background-size: 18px;
    min-height: 16px;
  }
}
#top main #area_link ul li a span {
  white-space: nowrap;
}
#top main #area_link ul li a:hover {
  text-decoration: underline;
}

.box2,
.box2-3,
.box2-4,
.box3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.box2-2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: 60px;
}
.box2 .image{
  width: calc(350 / 1050 * 100%);
	margin-top: 20px;
	margin-bottom: 40px;
	right: 0;
}
@media screen and (max-width: 767px) {
  .box2 .image {
    width: 60%;
    margin-bottom: 10px;
	  display:block;
	  margin-right: auto;
	  margin-left: auto;
  }
.box2-2{
	margin-bottom: 30px;
	}
}


#top main section#plan .box2-2 .image {
  width: calc(500 / 1050 * 100%);
  margin-bottom: 40px;
}

.box2 dl{
  width: calc(675 / 1050 * 100%);
  margin-bottom: 40px;
	overflow-wrap: normal;
}

.box2-2 dl,
.box2-3 dl{
  width: calc(500 / 1050 * 100%);
  margin-bottom: 40px;
	overflow-wrap: normal;
}
@media screen and (max-width: 767px) {
  .box dl,
  .box2 dl,
  .box3 dl,
  .box2-2 dl,
  .box2-3 dl{
    width: 100%;
    margin-bottom: 25px;	 
  }
}

.box2-4 dl{
	width: 100%;
	}
  .box2-4 dt,
  .box2-4 dd{
	  width: 50%;
float: left;
margin-bottom: 15px;}

  .box dt,
  .box2 dt,
  .box2-2 dt,
  .box2-3 dt{
	    float: left ;
	    clear: left ;
	    display: flex;
	    width: 5.5em ;
	    font-size: 20px;
  line-height: 1.5;
}
  .box3 dt {
	    float: left ;
	    clear: left ;
	    display: flex;
	    width: 4em ;
	    font-size: 17px;
  line-height: 1.7;
}
.box dd{
	float: left;
	width: 77%;
	font-size: 20px;
	line-height: 1.5;
	overflow-wrap: normal;
}
.box3 dd{
	float: left;
	width: 85%;
	font-size: 17px;
	line-height: 1.7;
	overflow-wrap: normal;
}
@media screen and (max-width: 767px) {
	.box dt,
	.box dd,
	.box3 dt{
		font-size: 14px;
	}
  .box2-4 dt,
  .box2-4 dd{
	  width: 100%;
float: none;}
	.box3 dd{
		font-size: 14px;
		width: 80%;
	}
}
.box2 dd{
	float: left;
	width: 80%;
	font-size: 20px;
	line-height: 1.5;
	overflow-wrap: normal;
}

.box2-2 dd{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	overflow-wrap: normal;
}
#top main section.area section.terrace .accordion .box dl {
	width: 100%;
	margin-bottom: 40px;
	padding-left: 2em;
		
}
#top main section.area section.terrace .accordion .box dt {
	    float: left ;
	    clear: left ;
	    display: flex;
	    width: 5em ;
	    font-size: 18px;
	    line-height: 1.6;
}
#top main section.area section.terrace .accordion .box dd{
	float: left;
	width: 80%;
	font-size: 18px;
	line-height: 1.6;
	overflow-wrap: normal;
}
@media screen and (max-width: 767px) {
#top main section.area section.terrace .accordion .box dl {
	padding-left: 0;
}
  .box2 dt,
#top main section.area section.terrace .accordion .box dt {
	  width: 5em;
	}
	.box2 dd{
		width: 78%;
	}
	.box2 dd,
	.box2 dt,
	.box2-2 dd,
	.box2-2 dt,
#top main section.area section.terrace .accordion .box dt{
    font-size: 14px;
  }
#top main section.area section.terrace .accordion .box dd{
    font-size: 14px;
	width: 78%;
	}
}
#top main section#special .box2 h3,
#top main section#plan .box3 h3{
  font-size: 30px;
  line-height: 1.2;
  color: #CB9769;
  margin-bottom: 10px;
}
#top main section#special02 .box2-2 h3,
#top main section#special02 .box2-3 h3{
  font-size: 28px;
  line-height: 1.2;
  color: #EE726A;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
#top main section#special .box2 h3,
#top main section#special02 .box2-2 h3,
#top main section#special02 .box2-3 h3,
#top main section#plan .box3 h3 {
    font-size: 18px;
  }
}
#top main section#special .box2 p.text,
#top main section#special02 .box2-2 p.text,
#top main section#special02 .box2-3 p.text,
#top main section#plan .box3 p.text{
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
#top main section#special .box2 p.text,
#top main section#special02 .box2-2 p.text,
#top main section#special02 .box2-3 p.text,
#top main section#plan .box3 p.text {
    font-size: 14px;
  }
}
	.text-bottom {
		font-size: 22px;
		text-align: center;
		margin: -25px 0 30px;
		line-height: 1.2;
	}
@media screen and (max-width: 767px) {
	.text-bottom {
	font-size:14px;
		margin: -10px 0 20px;
	}
	
}

.box2 ul li.kome {
	font-size: 20px;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.box2 ul li.kome {
		font-size: 14px;
	}
}


/*==================================================
スライダーのためのcss
===================================*/
main #area01 .slider2,
main #area02 .slider2,
main #area03 .slider2{
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 560px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	margin-bottom: 50px;
}
/*　背景画像設定　*/

main #area01 .slider-item01 {
    background:url(../images/image01.jpg);
}
main #area01 .slider-item02 {
    background:url(../images/image05.jpg);
}

main #area01 .slider-item03 {
    background:url(../images/image02.jpg);
}
main #area01 .slider-item04 {
    background:url(../images/image06.jpg);
}

main #area02 .slider-item05 {
    background:url(../images/image07.jpg);
}
main #area02 .slider-item06 {
    background:url(../images/image03.jpg);
}

main #area03 .slider-item07 {
    background:url(../images/image08.jpg);
}
main #area03 .slider-item08 {
    background:url(../images/image04.jpg);
}

main #area01 .slider-item,
main #area02 .slider-item,
main #area03 .slider-item{
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:560px;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 5;
    top: 48%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	display: none;
}
.slick-dots li {
    display:none;
}

@media screen and (max-width: 767px) {
	main #area01 .slider2,
	main #area02 .slider2,
	main #area03 .slider2{
		height: auto;
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: 25px;
	}
	main #area01 .slider-item,
	main #area02 .slider-item,
	main #area03 .slider-item{
		height: 220px;
	}
.slick-prev, 
.slick-next {
	height: 15px;
	width: 15px;
	}
}

#special02 p.button,
#special02 p.button2 {
  text-align: center;
}

#special02 p.button a {
  display: inline-block;
  color: #ffffff;
  background: #EE726A;
  padding: 25px;
  position: relative;
  max-width: 660px;
  width: 90%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  font-size: 21px;
line-height: 1.2;
}
#special02 p.button2 a {
  display: inline-block;
  color: #ffffff;
  background: #EE726A;
  padding: 30px 0 30px 33px;
  position: relative;
  max-width: 660px;
  width: 80%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
#special02 p.button a {
    font-size: 16px;
    padding: 20px;
  }
#special02 p.button2 a {
    font-size: 16px;
    padding: 20px 0;
  }
}
#special02 p.button2 a::before {
  content: url("../images/logo_airx.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
}
#special02 p.button a::after,
#special02 p.button2 a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
#special02 p.button2 a::before {
  content: url("../images/logo_airx_sp.png");
}}