@charset "UTF-8";
.pc{
  display: block;
}
.sp{
  display: none;
}
.else{
  display: none;
}
body{
  letter-spacing: 1px;
}
.en_container{
  padding: 15px 0;
}
.about_en_container{
  padding-top: 25px;
  padding-bottom: 25px;
}
.about_en_container_else{
  padding-top: 50px;
  padding-bottom: 25px;
}
.title_area{
  margin: 0 auto;
}
.else_2{
  margin-top: 25px;
  text-align: left;
}
.to_right{
  text-align: right;
}

/* about_en_img */
.about_en_img_outer {
  position: relative;
  }

.about_en_img_outer div {
  position: absolute;
  color: white;
  font-weight: bold; /*太字に*/
  font-size: 2.2rem;/*サイズ2倍*/
  top: 25px;
  left: 50px;
  }
  .about_en_img_outer div p{
    line-height: 40px;
    font-family: 'noto-ck';
  }

.about_en_img_outer img {
  width: 100%;
  }

/* 枠線部分 */
.special_inner{
  border: solid 1px #1e4e56;
  margin: 0 auto 50px;
}

/* 枠線の内側コンテンツの一番広い部分 */
.special_inner_inner{
  width: 94%;
  margin: 0 auto;
}

.about_jp_about_inner{
  width: 74%;
  margin: 0 auto;
}
.about_jp_about_explain{
  width: 100%;
  padding: 25px 0;
}

.about_en_explain{
  /* margin-bottom: 45px; */
}

.en_mini_title{
  background-color: #9cc1c6;
  padding: 5px 10px;
}
.en_mini_title h4{
  font-weight: bold;
  font-size: 1.8rem;
}
.about_en_credit{
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
}
.about_en_left{
  text-align: left;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1e4e56;
}

/* 表 */
table{
  width: 100%;
  text-align: center;
}
table th, table td {
  border: solid 1px #fff;
}
table tbody tr:first-child{
  background-color: #d9eaed;
}
table th {/*table内のthに対して*/
  padding: 25px 0px;/*上下左右10pxずつ*/
}
table td {/*table内のtdに対して*/
  padding: 25px 0px;/*上下3pxで左右10px*/
}
.room{
  width: 24%;
  text-align: center;
}
.price_1{
  width: 38%;
  text-align: center;
}
.price_2{
  width: 38%;
  text-align: center;
}

/* 表の下の説明 */
.about_en_explain{
  margin: 15px 0 45px;
}
.about_en_explain p{
  line-height: 25px;
}

.price_special_plan{
  max-width: 1000px;
  margin: 0 auto;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.price_special_plan h2{
  display: block;
}

.price_special_plan h2::before{
  content: none;
}
.price_special_plan h2::after{
  content: none;
}

/* クレジット */
.special_credit{
  width: 55%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.special_credit p{
  width: 90%;
  margin: 0 auto;
}
.special_credit img{
  margin-top: 20px;
  text_align: center;
}
.price_credit_area{
  margin-bottom: 50px;
}

/* ggmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 45px auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* btn */
.btn a{
  width: 168px;
  padding: 7px 20px 7px 0;

}
.en_btn_outer_big{
  margin-bottom: 35px;
  text-align: center;
}
.en_btn_outer_big .btn a{
  font-size: 2.3rem;
  width: 320px;
  padding: 10px 20px 10px 0;
}
.en_btn_outer_big .btn a::after{
  font-size: 1.5rem;
  top: 17px;
  right: 40px;
}
.en_btn_outer_mini_top{
  margin-bottom: 0px;
}
.en_btn_outer_mini{
  margin-bottom: 45px;
  text-align: center;
}
.btn a::after{
  font-size: 0.8rem;
  top: 10px;
  right: 40px;
}
/* .en_btn_outer_mini .btn a::after{
  font-size: 0.8rem;
  top: 10px;
  right: 40px;
} */

.about_en_explain_map{
  margin: 0px 0 45px;
}

@media screen and (max-width: 1024px) {
  .inner{
    width: 90%;
  }
  .content_wrap{
    padding: 75px 0 25px;
  }
}
@media screen and (max-width: 980px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body{
    line-height: 25px;
  }
  .else{
    display: block;
  }
  .about_en_container_else{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn a{
    width: 140px;
    padding: 5px 20px 5px 0;
  }
  .btn a::after{
    top: 6px;
    right: 22px;
    font-size: 0.8rem;
  }
  .title_area h2{
    margin-top: 15px;
  }
  .about_en_container_else {
    padding-top: 25px;
}
.about_en_img_outer div {
  top: 15px;
left: 15px;
font-size: 1.5rem;
}
.about_en_img_outer div p{
  line-height: 25px;
}
.subheading_area{
  padding: 15px 0;
}
.about_en_credit{
  width: 70%;
  margin: 0 auto;
}
.about_en_left{
  font-size: 1.5rem;
}
.en_btn_outer_mini .btn a::after{
  top: 6px;
  right: 22px;
}

  .contents{
    margin-bottom: 0;
  }
.special_inner_inner_inner {
    width: 86%;
}
.special_credit {
    margin-top: 25px;
}
.special_credit img {
    margin-top: 15px;
  }
  .special_btn a{
    margin: 25px 0;
  }
  .special_credit {
    width: 70%;
  }
  .special_btn h4{
    font-size: 1.5rem;
  }
  .special_btn img{
    margin-left: 0;
  }
 }

@media screen and (max-width: 480px) {
  .min_explain{
    padding: 10px 0;
  }
  .about_jp_about_inner{
    width: 100%;
  }
  .else{
    display: none;
  }
  .title_area h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.about_en_explain {
    margin: 15px 0 15px;
}
  .about_en_container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.about_en_container_else {
    padding-top: 15px;
}
.about_jp_about_explain {
    padding: 15px 0;
}
  .about_en_img_outer div p{
    line-height: 20px;
  }
  .about_en_left {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 0;
}
.en_btn_outer_big .btn a {
  width: 210px;
  font-size: 1.5rem;
}
.en_btn_outer_big .btn a::after {
  top: 10px;
}
.ggmap {
    margin: 25px auto;
}
.special_inner{
  margin-bottom: 25px;
}
.en_btn_outer_big {
    margin-bottom: 15px;
}
.en_btn_outer_mini {
    margin-bottom: 25px;
}
  table{
    display: block;
overflow-x: scroll;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
  }

.special_inner_inner_inner {
    width: 100%;
}
.special_btn h4 {
    font-size: 1.2rem;
}
}

@media screen and (max-width: 320px) { /* 320px以下*/ }
