@charset "UTF-8";
/*----------------------------------------------
mv_area
----------------------------------------------*/
.mv_area {
  width: 100%;
  height: 300px;
  margin: 70px 0 0;
  position: relative;
  justify-content: center;
  background: url("../images/info_mv_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area h2 {
  width: 176px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #523D32;
}
.mv_area h2 img {
  width: 100%;
}

@media screen and (max-width: 815px) {
  .mv_area {
    background: url("../images/info_mv_sp_2.jpg") no-repeat center center;
    background-size: cover;
    margin: 50px 0 0;
    height: 200px;
  }
  .mv_area h2 {
    width: 129px;
  }
}
/*----------------------------------------------
faci_link
----------------------------------------------*/
.faci_link {
  padding: 60px 0;
}
.faci_link .flex_box li {
  width: 240px;
  align-items: stretch;
}
.faci_link .flex_box li:after {
  content: "";
  width: 32px;
  height: 16px;
  background: url(../images/arrow_gr.svg) no-repeat center center;
  background-size: contain;
  margin: 24px auto 0;
  display: block;
}
.faci_link .flex_box li:nth-child(even):after {
  content: "";
  width: 32px;
  height: 16px;
  background: url(../images/arrow_yr.svg) no-repeat center center;
  background-size: contain;
  margin: 24px auto 0;
  display: block;
}
.faci_link .flex_box a {
  width: 100%;
  height: 240px;
  position: relative;
  display: block;
  border-radius: 120px;
  overflow: hidden;
}
.faci_link .flex_box a:after {
  content: "";
  width: 240px;
  height: 240px;
  background: rgba(35, 24, 21, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all ease 0.3s;
}
.faci_link .flex_box a img {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all ease 0.3s;
}
.faci_link .flex_box a strong {
  width: 100%;
  height: auto;
  display: block;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  letter-spacing: 2px;
  line-height: 1;
}
.faci_link .flex_box a strong span {
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 10px 0 0;
}
.faci_link .flex_box a:hover {
  opacity: 1;
}
.faci_link .flex_box a:hover:after {
  content: "";
  width: 240px;
  height: 240px;
  background: rgba(35, 24, 21, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.faci_link .flex_box a:hover img {
  transform: scale(110%);
}

@media screen and (max-width: 1200px) {
  .faci_link .flex_box li {
    width: 200px;
    align-items: stretch;
  }
  .faci_link .flex_box a {
    width: 100%;
    height: 200px;
    border-radius: 100px;
  }
  .faci_link .flex_box a img {
    width: 200px;
    height: 200px;
  }
  .faci_link .flex_box a strong {
    bottom: 20px;
  }
}
@media screen and (max-width: 815px) {
  .faci_link {
    padding: 32px 0;
  }
  .faci_link .flex_box li {
    width: 150px;
    align-items: stretch;
  }
  .faci_link .flex_box li:after {
    content: "";
    width: 18px;
    height: 15px;
    background: url(../images/arrow_gr.svg) no-repeat center center;
    background-size: contain;
    margin: 12px auto 0;
    display: block;
  }
  .faci_link .flex_box li:nth-child(1), .faci_link .flex_box li:nth-child(2) {
    margin: 0 0 20px;
  }
  .faci_link .flex_box li:nth-child(even):after {
    content: "";
    width: 18px;
    height: 15px;
    background: url(../images/arrow_yr.svg) no-repeat center center;
    background-size: contain;
    margin: 12px auto 0;
    display: block;
  }
  .faci_link .flex_box a {
    width: 100%;
    height: 150px;
    border-radius: 75px;
  }
  .faci_link .flex_box a img {
    width: 150px;
    height: 150px;
  }
  .faci_link .flex_box a strong {
    bottom: 20px;
    font-size: 1.4rem;
  }
  .faci_link .flex_box a strong span {
    font-size: 0.9rem;
    padding: 5px 0 0;
  }
}
/*----------------------------------------------
faci
----------------------------------------------*/
#faci {
  padding: 100px 0;
}
#faci .sec_title .sub img {
  width: 112px;
}
#faci ul.flex_box {
  flex-wrap: wrap;
  align-items: stretch;
}
#faci ul.flex_box li {
  width: 32%;
}
#faci ul.flex_box li img {
  width: 100%;
}
#faci ul.flex_box li h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 4px 0;
  margin: 25px 0 15px;
  border-bottom: 1px solid #3F7650;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#faci ul.flex_box li h3 span.gr_box {
  background: #3F7650;
  color: #FFF;
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px;
  width: 52px;
  text-align: center;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#faci ul.flex_box li p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
#faci ul.flex_box li .wifi {
  position: relative;
  width: 100%;
  height: auto;
}
#faci ul.flex_box li .wifi:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../../images/point01_icon.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
#faci ul.flex_box li.col2_2 {
  width: 48.25%;
  max-width: 772px;
  padding: 49px 0 0;
}
#faci ul.flex_box li.col2_2 h3 {
  margin: 0 0 15px;
}
#faci ul.flex_box li .swiper-container {
  width: 100%;
  height: 100%;
}
#faci ul.flex_box li .swiper-slide {
  width: 100%;
  height: 100%;
}
#faci ul.flex_box li.col2 {
  width: 48.25%;
  max-width: 772px;
  padding: 0 0 65px;
}
#faci ul.flex_box li.col2 h3 {
  font-size: 2.8rem;
}
#faci ul.flex_box li.col2 .swiper-slide {
  width: 100%;
  height: 480px;
}
#faci ul.flex_box li .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #FFF;
  opacity: 1;
  margin: 0 6px;
}
#faci ul.flex_box li .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #FFF;
  background: #FFF;
}
#faci ul.flex_box li .slide_area01 .no01 {
  background: url(../images/faci_ph01_1_2.jpg) no-repeat center center;
  background-size: cover;
}
#faci ul.flex_box li .slide_area01 .no02 {
  background: url(../images/faci_ph01_2_2.jpg) no-repeat center center;
  background-size: cover;
}
#faci ul.flex_box li .slide_area02 .no01 {
  background: url(../images/faci_ph02_1_2.jpg) no-repeat center center;
  background-size: cover;
}
#faci ul.flex_box li .slide_area02 .no02 {
  background: url(../images/faci_ph02_2_2.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  #faci ul.flex_box li h3 {
    font-size: 1.7rem;
  }
  #faci ul.flex_box li h3 span.gr_box {
    background: #3F7650;
    color: #FFF;
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px 5px;
    width: 34px;
    margin: 0 10px 0 0;
  }
  #faci ul.flex_box li.col2 .swiper-slide {
    width: 100%;
    height: 380px;
  }
  #faci ul.flex_box li .wifi {
    position: relative;
    width: 100%;
    height: auto;
  }
  #faci ul.flex_box li .wifi:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../../images/point01_icon.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
  }
}
@media screen and (max-width: 815px) {
  #faci {
    padding: 50px 0;
  }
  #faci .inner02 {
    width: 90%;
    margin: 0 auto;
  }
  #faci .sec_title .sub img {
    width: 84px;
  }
  #faci ul.flex_box {
    flex-direction: column;
  }
  #faci ul.flex_box li {
    width: 100%;
    margin: 0 0 38px;
  }
  #faci ul.flex_box li:last-child {
    margin: 0;
  }
  #faci ul.flex_box li img {
    width: 100%;
  }
  #faci ul.flex_box li h3 {
    font-size: 2rem;
    padding: 0 0 2px 0;
    margin: 15px 0;
    border-bottom: 1px solid #3F7650;
  }
  #faci ul.flex_box li h3 span.gr_box {
    background: #3F7650;
    color: #FFF;
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px;
    width: 44px;
    margin: 0 10px 0 0;
  }
  #faci ul.flex_box li p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  #faci ul.flex_box li.col2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #faci ul.flex_box li.col2 h3 {
    font-size: 2rem;
  }
  #faci ul.flex_box li.col2 .swiper-slide {
    width: 100%;
    height: 260px;
  }
  #faci ul.flex_box li.col2_2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #faci ul.flex_box li.col2_2 h3 {
    margin: 0 0 15px;
  }
  #faci ul.flex_box li .wifi {
    position: relative;
    width: 100%;
    height: auto;
  }
  #faci ul.flex_box li .wifi:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../../images/point01_icon.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
  }
}
/*----------------------------------------------
service
----------------------------------------------*/
#service {
  padding: 100px 0;
  background: url(../images/bg_left.png) no-repeat left bottom #f8f8f0;
}
#service .sec_title .sub:before {
  background: #969107;
}
#service .sec_title .sub img {
  width: 103px;
}
#service .service_box {
  align-items: stretch;
}
#service .service_box .img_area {
  background: url(../images/service_ph.jpg) no-repeat center center;
  background-size: cover;
  width: 45.75%;
  max-width: 732px;
  height: 516px;
}
#service .service_box .right_box {
  width: 49.5%;
  max-width: 792px;
}
#service .service_box .right_box > p {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 50px;
  line-height: 1.8em;
}
#service .service_box .right_box > p .col_yellow {
  font-weight: bold;
}
#service ul.flex_box {
  flex-wrap: wrap;
}
#service ul.flex_box li {
  width: 32%;
  max-width: 250px;
  align-items: center;
  margin: 0 0 25px;
  font-family: "Noto Serif JP", serif;
}
#service ul.flex_box li img {
  max-width: 110px;
  width: 44%;
}
#service ul.flex_box li p {
  line-height: 1.5em;
}
#service ul.flex_box li div {
  width: 52%;
}

@media screen and (max-width: 1200px) {
  #service .service_box {
    flex-direction: column;
  }
  #service .service_box .img_area {
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
  #service .service_box .right_box {
    width: 100%;
    max-width: 100%;
  }
  #service .service_box .right_box > p {
    margin: 40px 0;
  }
  #service ul.flex_box {
    justify-content: flex-start;
  }
  #service ul.flex_box li {
    margin: 0 1% 25px 0;
  }
}
@media screen and (max-width: 815px) {
  #service {
    padding: 50px 0;
    background: url(../images/bg_left_sp.png) no-repeat left bottom #f8f8f0;
    background-size: 366px 258px;
  }
  #service .inner02 {
    width: 90%;
    margin: 0 auto;
  }
  #service .sec_title .sub img {
    width: 77px;
  }
  #service .service_box .img_area {
    background: url(../images/service_ph.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 242px;
  }
  #service .service_box .right_box {
    width: 100%;
    max-width: 100%;
  }
  #service .service_box .right_box > p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 35px 0;
    line-height: 1.8em;
    text-align: center;
  }
  #service ul.flex_box {
    justify-content: space-between;
  }
  #service ul.flex_box li {
    width: 48%;
    max-width: 48%;
    margin: 0 0 20px;
  }
  #service ul.flex_box li:last-child {
    margin: 0;
  }
  #service ul.flex_box li p {
    font-size: 1.25rem;
  }
  #service ul.flex_box li img {
    width: 38%;
  }
  #service ul.flex_box li div {
    width: 58%;
  }
}
/*----------------------------------------------
breakfast
----------------------------------------------*/
#breakfast {
  padding: 100px 0;
}
#breakfast .sec_title .sub img {
  width: 121px;
}
#breakfast .breakfast_box {
  align-items: stretch;
}
#breakfast .breakfast_box .swiper-container {
  margin: 0;
}
#breakfast .breakfast_box .swiper-slide {
  width: 100%;
  height: 540px;
}
#breakfast .breakfast_box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #FFF;
  opacity: 1;
  margin: 0 6px;
}
#breakfast .breakfast_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #FFF;
  background: #FFF;
}
#breakfast .breakfast_box .slide_area03 {
  width: 56.25%;
  max-width: 900px;
}
#breakfast .breakfast_box .slide_area03 .no01 {
  background: url(../images/breakfast_ph01_2.jpg) no-repeat center center;
  background-size: cover;
}
#breakfast .breakfast_box .slide_area03 .no02 {
  background: url(../images/breakfast_ph05_2.jpg) no-repeat center center;
  background-size: cover;
}
#breakfast .breakfast_box .right_box {
  width: 39.75%;
  max-width: 636px;
}
#breakfast .breakfast_box .right_box h3 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 40px;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
}
#breakfast .breakfast_box .right_box h3:after {
  content: "";
  width: 90px;
  height: 78px;
  display: inline-block;
  background: url(../images/breakfast_icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -107px;
  bottom: 0;
}
#breakfast .breakfast_box .right_box h3 .col_green {
  font-weight: bold;
}
#breakfast .breakfast_box .right_box .bg_gr {
  background: #edf1ee;
  padding: 25px;
  margin: 50px 0 0;
}
#breakfast .breakfast_box .right_box .bg_gr.flex_box {
  justify-content: flex-start;
}
#breakfast .breakfast_box .right_box .bg_gr dl {
  margin: 0 40px 0 0;
}
#breakfast .breakfast_box .right_box .bg_gr dl:nth-of-type(2) {
  margin: 0;
}
#breakfast .breakfast_box .right_box .bg_gr dt {
  font-weight: bold;
  padding: 0 20px 0 0;
  white-space: nowrap;
}
#breakfast ul.flex_box {
  flex-wrap: wrap;
  align-items: stretch;
  margin: 80px 0 0;
}
#breakfast ul.flex_box li {
  width: 32%;
}
#breakfast ul.flex_box li img {
  width: 100%;
}
#breakfast ul.flex_box li h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 30px 0;
  margin: 15px 0;
  text-align: center;
  background: url(../images/point_border.png) no-repeat center bottom;
}
#breakfast ul.flex_box.center_box {
  justify-content: center;
}
#breakfast ul.flex_box.center_box li {
  margin: 0 0 0 2%;
}
#breakfast ul.flex_box.center_box li:first-of-type {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  #breakfast .breakfast_box {
    flex-direction: column;
  }
  #breakfast .breakfast_box .swiper-slide {
    width: 100%;
    height: 440px;
  }
  #breakfast .breakfast_box .slide_area03 {
    width: 100%;
    max-width: 100%;
  }
  #breakfast .breakfast_box .right_box {
    width: 100%;
    max-width: 100%;
  }
  #breakfast .breakfast_box .right_box h3 {
    z-index: 3;
    margin: 50px 0 40px;
  }
  #breakfast ul.flex_box li h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 815px) {
  #breakfast {
    padding: 50px 0;
  }
  #breakfast .inner02 {
    width: 90%;
    margin: 0 auto;
  }
  #breakfast .sec_title .sub img {
    width: 91px;
  }
  #breakfast .breakfast_box .swiper-slide {
    width: 100%;
    height: 205px;
  }
  #breakfast .breakfast_box .slide_area03 {
    width: 100%;
    max-width: 100%;
  }
  #breakfast .breakfast_box .right_box {
    width: 100%;
    max-width: 100%;
  }
  #breakfast .breakfast_box .right_box h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 25px 0 25px;
    width: auto;
    height: auto;
    position: relative;
    /*display: inline-block;*/
    display: block;
    z-index: 3;
  }
  #breakfast .breakfast_box .right_box h3:after {
    content: "";
    width: 70px;
    height: 58px;
    display: inline-block;
    background: url(../images/breakfast_icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  #breakfast .breakfast_box .right_box h3 span.col_green {
    font-weight: bold;
  }
  #breakfast .breakfast_box .right_box .bg_gr {
    background: #edf1ee;
    padding: 20px;
    margin: 25px 0 0;
  }
  #breakfast .breakfast_box .right_box .bg_gr.flex_box {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  #breakfast .breakfast_box .right_box .bg_gr dl {
    margin: 0;
  }
  #breakfast ul.flex_box {
    flex-direction: column;
    margin: 40px 0 0;
  }
  #breakfast ul.flex_box li {
    width: 100%;
    margin: 0 0 35px;
  }
  #breakfast ul.flex_box li:last-child {
    margin: 0;
  }
  #breakfast ul.flex_box li img {
    width: 100%;
  }
  #breakfast ul.flex_box li h4 {
    font-size: 2rem;
    padding: 0 0 20px 0;
  }
  #breakfast ul.flex_box.center_box {
    justify-content: center;
  }
  #breakfast ul.flex_box.center_box li {
    margin: 0 0 35px 0;
  }
  #breakfast ul.flex_box.center_box li:first-of-type {
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 340px) {
  #breakfast .breakfast_box .right_box h3:after {
    content: "";
    width: 60px;
    height: 48px;
    display: inline-block;
    background: url(../images/breakfast_icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
}
/*----------------------------------------------
overview
----------------------------------------------*/
#overview {
  padding: 100px 0;
  background: url(../images/bg_left.png) no-repeat left bottom #f8f8f0;
}
#overview .sec_title .sub:before {
  background: #969107;
}
#overview .sec_title .sub img {
  width: 117px;
}
#overview .flex_box {
  align-items: stretch;
}
#overview .flex_box > img {
  max-width: 454px;
  width: 37.83%;
  height: 100%;
}
#overview .flex_box .right_box {
  max-width: 680px;
  width: 56.66%;
}
#overview table {
  font-size: 1.4rem;
  width: 100%;
}
#overview tr th {
  border-top: 2px solid #cfcd8e;
  padding: 16px 20px;
  font-weight: bold;
  background: #FFF;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
#overview tr td {
  border-top: 1px solid #c5c6c7;
  padding: 16px 20px;
  background: #FFF;
  line-height: 1.5em;
}
#overview tr:last-of-type th {
  border-bottom: 2px solid #cfcd8e;
}
#overview tr:last-of-type td {
  border-bottom: 1px solid #c5c6c7;
}

@media screen and (max-width: 815px) {
  #overview {
    padding: 50px 0;
    background: url(../images/bg_left_sp.png) no-repeat left bottom #f8f8f0;
    background-size: 366px 258px;
  }
  #overview .sec_title .sub img {
    width: 88px;
  }
  #overview .flex_box {
    flex-direction: column;
  }
  #overview .flex_box > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  #overview .flex_box .right_box {
    max-width: 100%;
    width: 100%;
  }
  #overview table {
    font-size: 1.3rem;
    margin: 30px 0 0;
  }
  #overview tr th {
    padding: 10px 5px;
    line-height: 1.5em;
  }
  #overview tr td {
    padding: 10px 5px;
    background: #FFF;
    line-height: 1.5em;
  }
  #overview tr:last-of-type th {
    border-bottom: 2px solid #cfcd8e;
  }
  #overview tr:last-of-type td {
    border-bottom: 1px solid #c5c6c7;
  }
}
/*----------------------------------------------
amenity
----------------------------------------------*/
#amenity {
  padding: 100px 0 0;
}
#amenity h2.sec_title .sub img {
  width: 121px;
}
#amenity .ame_list {
  width: 100%;
  height: 328px;
  overflow: hidden;
  margin: 80px 0 0;
}
#amenity .ame_list:first-of-type {
  margin: 0;
}
#amenity .ame_list .ph01 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities01_img_2.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .ph02 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities02_img_2.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .ph03 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities03_img_2.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .ph04 {
  width: 51.66%;
  max-width: 620px;
  height: 328px;
  background: url(../images/amenities04_img_2.jpg) no-repeat center center;
  background-size: cover;
}
#amenity .ame_list .right_box {
  position: relative;
  width: calc(48.33% - 59px);
  max-width: 580px;
  height: 328px;
  background: #FFF;
  padding: 0 40px 0 20px;
}
#amenity .ame_list .right_box:before {
  content: "";
  background: url(../images/ame_bg02.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: -40px;
  bottom: 0;
}
#amenity .ame_list .right_box h3 {
  position: relative;
  z-index: 1;
  color: #3f7650;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: double 3px #b4c2b4;
  margin: 35px 0 20px;
  padding: 0 0 10px;
}
#amenity .ame_list .right_box h3 span {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 0 0 20px;
}
#amenity .ame_list .right_box .flex_box {
  position: relative;
  z-index: 1;
  align-items: stretch;
}
#amenity .ame_list .right_box .flex_box.kids {
  background: url(../images/bear.png) no-repeat center right;
  min-height: 192px;
}
#amenity .ame_list .right_box ul li {
  font-size: 1.3rem;
  line-height: 1.2em;
  position: relative;
  padding: 0 0 0 1em;
  margin: 10px 0 0;
}
#amenity .ame_list .right_box ul li:first-child {
  margin: 0;
}
#amenity .ame_list .right_box ul li:after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#amenity .ame_list.ph_right {
  flex-direction: row-reverse;
}
#amenity .ame_list.ph_right .right_box {
  position: relative;
  width: calc(48.33% - 59px);
  max-width: 580px;
  height: 328px;
  background: #FFF;
  padding: 0 20px 0 40px;
}
#amenity .ame_list.ph_right .right_box:before {
  content: "";
  background: url(../images/ame_bg01.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: inherit;
  right: -40px;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  #amenity .ame_list {
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0 0;
  }
  #amenity .ame_list .ph01 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .ph02 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .ph03 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .ph04 {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #amenity .ame_list .right_box {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    background: #FFF;
    padding: 20px;
  }
  #amenity .ame_list .right_box:before {
    content: "";
    background: none;
    background-size: contain;
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #amenity .ame_list .right_box h3 {
    position: relative;
    z-index: 1;
    color: #3f7650;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: double 3px #b4c2b4;
    margin: 0 0 15px;
    padding: 0 0 5px;
  }
  #amenity .ame_list .right_box h3 span {
    font-size: 1.3rem;
    display: block;
    padding: 0;
  }
  #amenity .ame_list .right_box .flex_box {
    align-items: stretch;
  }
  #amenity .ame_list .right_box .flex_box.kids {
    background: url(../images/bear_sp.png) no-repeat center right;
    background-size: 144px 168px;
  }
  #amenity .ame_list .right_box ul {
    width: 49%;
  }
  #amenity .ame_list .right_box ul li {
    font-size: 1.3rem;
    line-height: 1.2em;
    position: relative;
    padding: 0 0 0 1em;
    margin: 10px 0 0;
  }
  #amenity .ame_list .right_box ul li:first-child {
    margin: 0;
  }
  #amenity .ame_list .right_box ul li:after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  #amenity .ame_list.ph_right {
    flex-direction: column;
  }
  #amenity .ame_list.ph_right .right_box {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    background: #FFF;
    padding: 20px;
  }
  #amenity .ame_list.ph_right .right_box:before {
    content: "";
    background: none;
    background-size: contain;
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #amenity .ame_list:nth-of-type(1) .right_box ul:nth-of-type(3) {
    width: 100%;
    margin: 10px 0 0;
  }
  #amenity .ame_list:nth-of-type(2) .right_box ul:nth-of-type(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #amenity .ame_list:nth-of-type(2) .right_box ul:nth-of-type(3) li {
    width: calc(49% - 1em);
  }
  #amenity .ame_list:nth-of-type(2) .right_box ul:nth-of-type(3) li:first-child {
    margin: 10px 0 0;
  }
  #amenity .ame_list:nth-of-type(3) .right_box ul:nth-of-type(3) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 815px) {
  #amenity {
    padding: 50px 0 0;
  }
  #amenity h2.sec_title .sub img {
    width: 92px;
  }
  #amenity .ame_list .ph01 {
    width: 100%;
    height: 182px;
  }
  #amenity .ame_list .ph02 {
    width: 100%;
    height: 182px;
  }
  #amenity .ame_list .ph03 {
    width: 100%;
    height: 182px;
  }
  #amenity .ame_list .ph04 {
    width: 100%;
    height: 182px;
  }
}/*# sourceMappingURL=style2.css.map */