@charset "UTF-8";
/* ===================================================================
CSS information
 file name  : newnormal.css
 author     : Ability Consultant
 style info : Go To
=================================================================== */
#contents .con_intro, #contents .con_column, #contents .con_map_google, #contents .con_map_kyoto, #contents .con_base, #contents .con_guide, #contents .con_bus, #contents .con_trip, .con_hotel {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1330px) {
  #contents .con_intro, #contents .con_column, #contents .con_map_google, #contents .con_map_kyoto, #contents .con_base, #contents .con_guide, #contents .con_bus, #contents .con_trip, .con_hotel {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_intro, #contents .con_column, #contents .con_map_google, #contents .con_map_kyoto, #contents .con_base, #contents .con_guide, #contents .con_bus, #contents .con_trip, .con_hotel {
    width: 97.2%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_intro, #contents .con_column, #contents .con_map_google, #contents .con_map_kyoto, #contents .con_base, #contents .con_guide, #contents .con_bus, #contents .con_trip, .con_hotel {
    width: 93.75%;
    padding: 0;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	設定
----------------------------------------------------------- */
/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents .wrp_topicpath {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
#contents .con_title {
  max-width: 1920px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
#contents .con_intro {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  #contents .con_intro {
    margin-top: 80px;
  }
}
#contents .con_intro h3 {
  position: relative;
}
#contents .con_intro h3 .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 308%;
  letter-spacing: 0.07em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_intro h3 .jp {
    font-size: 247%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_intro h3 .jp {
    font-size: 185%;
  }
}
#contents .con_intro h3 .en {
  display: block;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-size: 770%;
  color: rgba(255, 111, 94, 0.2);
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_intro h3 .en {
    font-size: 539%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_intro h3 .en {
    font-size: 308%;
  }
}
#contents .con_intro .txt_intro {
  font-size: 124%;
  text-align: center;
  line-height: 2.5;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_intro .txt_intro {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_intro .txt_intro {
    font-size: 93%;
  }
}

/* -----------------------------------------------------------
	.con_column
----------------------------------------------------------- */
#contents .con_column {
  margin-top: 120px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_column {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_column {
    margin-top: 80px;
  }
}
#contents .con_column h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_column h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_column h3 .main {
    font-size: 170%;
  }
}
#contents .con_column h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_column h3 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_column .box_info {
  margin-top: 20px;
}
#contents .con_column .box_info > ul > li {
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 131%;
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_column .box_info > ul > li {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_column .box_info > ul > li {
    font-size: 93%;
  }
}
#contents .con_column .box_column {
  margin-top: 20px;
}
#contents .con_column .box_column > ul > li h4 {
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 131%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_column .box_column > ul > li h4 {
    font-size: 131%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_column .box_column > ul > li h4 {
    font-size: 116%;
  }
}
#contents .con_column .box_column > ul > li .txt_column {
  font-size: 116%;
  text-align: justify;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_column .box_column > ul > li .txt_column {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_column .box_column > ul > li .txt_column {
    font-size: 93%;
  }
}
#contents .con_column .box_column > ul > li:nth-of-type(n+2) {
  border-top: 1px solid #FFE2DF;
  padding-top: 20px;
  margin-top: 20px;
}

/* -----------------------------------------------------------
	.con_map_google
----------------------------------------------------------- */
#contents .con_map_google {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  #contents .con_map_google {
    margin-top: 80px;
  }
}
#contents .con_map_google h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_map_google h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_map_google h3 .main {
    font-size: 170%;
  }
}
#contents .con_map_google h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_map_google h3 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_map_google .box_map {
  margin-top: 40px;
}
#contents .con_map_google .box_map iframe {
  width: 100%;
  aspect-ratio: 3 / 1;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_map_google .box_map iframe {
    aspect-ratio: 2 / 1;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_map_google .box_map iframe {
    aspect-ratio: 1 / 1;
  }
}

/* -----------------------------------------------------------
	.con_map_kyoto
----------------------------------------------------------- */
#contents .con_map_kyoto {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  #contents .con_map_kyoto {
    margin-top: 80px;
  }
}
#contents .con_map_kyoto h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_map_kyoto h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_map_kyoto h3 .main {
    font-size: 170%;
  }
}
#contents .con_map_kyoto h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_map_kyoto h3 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_map_kyoto > .box_img {
  width: 800px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_map_kyoto > .box_img {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_map_kyoto > .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_map_kyoto > .box_img img {
    max-width: none;
    width: 600px;
  }
}

/* -----------------------------------------------------------
	.con_base
----------------------------------------------------------- */
#contents .con_base {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  #contents .con_base {
    width: 80%;
    margin: 80px auto 0;
  }
}
#contents .con_base h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_base h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_base h3 .main {
    font-size: 139%;
  }
}
#contents .con_base h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_base h3 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_base .box_img {
  margin-top: 40px;
}
#contents .con_base .txt_det {
  font-size: 124%;
  text-align: center;
  line-height: 2.5;
  margin-top: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_base .txt_det {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_base .txt_det {
    font-size: 93%;
  }
}
#contents .con_base .btn_base {
  max-width: 300px;
  margin: 30px auto 0;
}
#contents .con_base .btn_base a {
  display: block;
  font-size: 124%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #191711;
  padding: 12px 0;
  transition: 0.2s;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_base .btn_base a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_base .btn_base a {
    font-size: 108%;
  }
}
#contents .con_base .btn_base a:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 5px;
}
#contents .con_base .btn_base a:hover {
  color: #fff;
  background-color: #191711;
}

/* -----------------------------------------------------------
	.con_guide
----------------------------------------------------------- */
#contents .con_guide {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  #contents .con_guide {
    width: 80%;
    margin: 80px auto 0;
  }
}
#contents .con_guide h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_guide h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_guide h3 .main {
    font-size: 170%;
  }
}
#contents .con_guide h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_guide h3 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_guide .box_guide {
  margin-top: 50px;
}
@media only screen and (min-width: 641px) {
  #contents .con_guide .box_guide > ul {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1023px) {
  #contents .con_guide .box_guide > ul > li {
    width: calc(100% / 3 - (30px * 2) / 3);
  }
  #contents .con_guide .box_guide > ul > li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_guide .box_guide > ul > li {
    width: calc(100% / 3 - (10px * 2) / 3);
  }
  #contents .con_guide .box_guide > ul > li:nth-of-type(n+2) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_guide .box_guide > ul > li:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#contents .con_guide .box_guide > ul > li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto serif JP', serif;
  font-size: 154%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_guide .box_guide > ul > li h4 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_guide .box_guide > ul > li h4 {
    font-size: 116%;
  }
}
#contents .con_guide .box_guide > ul > li .txt_det {
  font-size: 116%;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_guide .box_guide > ul > li .txt_det {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_guide .box_guide > ul > li .txt_det {
    font-size: 93%;
  }
}
#contents .con_guide .box_guide > ul > li .box_btn {
  margin-top: 30px;
}
#contents .con_guide .box_guide > ul > li .box_btn a {
  display: block;
  font-size: 124%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #191711;
  padding: 12px 0;
  transition: 0.2s;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_guide .box_guide > ul > li .box_btn a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_guide .box_guide > ul > li .box_btn a {
    font-size: 108%;
  }
}
#contents .con_guide .box_guide > ul > li .box_btn a:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 5px;
}
#contents .con_guide .box_guide > ul > li .box_btn a:hover {
  color: #fff;
  background-color: #191711;
}

/* -----------------------------------------------------------
	.con_bus
----------------------------------------------------------- */
#contents .con_bus {
  text-align: center;
  margin-top: 120px;
}

/* -----------------------------------------------------------
	.con_trip
----------------------------------------------------------- */
#contents .con_trip {
  margin-top: 120px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip {
    width: 80%;
    margin: 120px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip {
    margin-top: 80px;
  }
}
#contents .con_trip h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip h3 .main {
    font-size: 170%;
  }
}
#contents .con_trip h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_trip h3 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_trip .txt_lead {
  font-size: 124%;
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .txt_lead {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .txt_lead {
    font-size: 93%;
  }
}
#contents .con_trip .box_trip {
  margin-top: 60px;
}
#contents .con_trip .box_trip > ul > li:nth-of-type(n+2) {
  margin-top: 120px;
}
@media only screen and (min-width: 1023px) {
  #contents .con_trip .box_trip > ul > li .box_main {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1023px) {
  #contents .con_trip .box_trip > ul > li .box_main > .box_img {
    width: 40%;
    margin-right: 60px;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt {
  flex: 1;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt {
    margin-top: 20px;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt h4 .jp {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 200%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt h4 .jp {
    font-size: 185%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt h4 .jp {
    font-size: 154%;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt h4 .en {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 108%;
  margin-top: 5px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt h4 .en {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt h4 .en {
    font-size: 100%;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt .txt_det {
  font-size: 108%;
  line-height: 1.8;
  margin-top: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt .txt_det {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt .txt_det {
    font-size: 100%;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt table {
  width: 100%;
  margin-top: 20px;
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt table tr th {
  width: 120px;
  font-size: 100%;
  text-align: center;
  border-top: solid 1px #eee;
  padding: 10px 0;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt table tr th {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt table tr th {
    font-size: 93%;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt table tr td {
  font-size: 100%;
  border-top: solid 1px #eee;
  padding: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt table tr td {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_main .box_txt table tr td {
    font-size: 93%;
  }
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt table tr:last-of-type th {
  border-bottom: solid 1px #eee;
}
#contents .con_trip .box_trip > ul > li .box_main .box_txt table tr:last-of-type td {
  border-bottom: solid 1px #eee;
}
#contents .con_trip .box_trip > ul > li .box_midokoro {
  margin-top: 40px;
}
#contents .con_trip .box_trip > ul > li .box_midokoro h4 {
  display: flex;
  align-items: center;
}
#contents .con_trip .box_trip > ul > li .box_midokoro h4 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro h4 .sub {
    width: calc(61px * 0.4);
  }
}
#contents .con_trip .box_trip > ul > li .box_midokoro h4 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 185%;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro h4 .main {
    font-size: 170%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro h4 .main {
    font-size: 139%;
  }
}
#contents .con_trip .box_trip > ul > li .box_midokoro .box_detail {
  margin-top: 20px;
}
#contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li {
  border-bottom: 1px solid #FFE2DF;
  padding-bottom: 10px;
}
#contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li h5 {
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 131%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li h5 {
    font-size: 131%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li h5 {
    font-size: 116%;
  }
}
#contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li .txt_detail {
  font-size: 100%;
  text-align: justify;
  margin-top: 5px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li .txt_detail {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_midokoro .box_detail > ul > li .txt_detail {
    font-size: 93%;
  }
}
#contents .con_trip .box_trip > ul > li .box_map {
  margin-top: 40px;
}
#contents .con_trip .box_trip > ul > li .box_map iframe {
  width: 100%;
  aspect-ratio: 3 / 1;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_trip .box_trip > ul > li .box_map iframe {
    aspect-ratio: 2 / 1;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_trip .box_trip > ul > li .box_map iframe {
    aspect-ratio: 1 / 1;
  }
}

/* -----------------------------------------------------------
	.con_hotel
----------------------------------------------------------- */
.con_hotel {
  margin-top: 120px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel {
    width: 80%;
    margin: 120px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel {
    width: 80%;
    margin: 80px auto 0;
  }
}
.con_hotel h3 .main {
  display: block;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 231%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel h3 .main {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel h3 .main {
    font-size: 170%;
  }
}
.con_hotel h3 .sub {
  display: block;
  width: calc(61px * 0.5);
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  .con_hotel h3 .sub {
    width: calc(61px * 0.4);
  }
}
.con_hotel .box_hotel > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (min-width: 1023px) {
  .con_hotel .box_hotel > ul > li {
    width: calc(100% / 2 - 30px * (2 - 1) / 2);
  }
  .con_hotel .box_hotel > ul > li:nth-child(1) {
    margin-right: 30px;
  }
  .con_hotel .box_hotel > ul > li:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel .box_hotel > ul > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel .box_hotel > ul > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 641px) {
  .con_hotel .box_hotel > ul > li .box_top {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1023px) {
  .con_hotel .box_hotel > ul > li .box_top .box_img {
    width: 50%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel .box_hotel > ul > li .box_top .box_img {
    width: 40%;
    margin-right: 10px;
  }
}
.con_hotel .box_hotel > ul > li .box_top .txt_hotel {
  flex: 1;
  font-family: 'Noto serif JP', serif;
  font-weight: 400;
  font-size: 170%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel .box_hotel > ul > li .box_top .txt_hotel {
    font-size: 170%;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel .box_hotel > ul > li .box_top .txt_hotel {
    font-size: 124%;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel .box_hotel > ul > li .box_top .txt_hotel {
    margin-top: 20px;
  }
}
.con_hotel .box_hotel > ul > li .box_top .txt_hotel:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
}
.con_hotel .box_hotel > ul > li .box_top .txt_hotel.red:after {
  background-color: #ff6f5e;
}
.con_hotel .box_hotel > ul > li .box_top .txt_hotel.blue:after {
  background-color: #40bfc1;
}
.con_hotel .box_hotel > ul > li .box_top .txt_hotel.orange:after {
  background-color: #e8935a;
}
.con_hotel .box_hotel > ul > li .txt_address {
  font-size: 116%;
  margin-top: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel .box_hotel > ul > li .txt_address {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel .box_hotel > ul > li .txt_address {
    font-size: 93%;
  }
}
.con_hotel .box_hotel > ul > li .lst_btn {
  margin-top: 20px;
}
@media only screen and (min-width: 641px) {
  .con_hotel .box_hotel > ul > li .lst_btn {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1023px) {
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn:nth-child(1) {
    margin-right: 10px;
  }
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn:nth-child(n+3) {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn {
    width: calc(100% / 2 - 8px * (2 - 1) / 2);
  }
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn:nth-child(1) {
    margin-right: 8px;
  }
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn:nth-child(n+3) {
    width: 100%;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn:nth-child(n+2) {
    margin-top: 5px;
  }
}
.con_hotel .box_hotel > ul > li .lst_btn .box_btn a {
  display: block;
  font-size: 116%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #191711;
  padding: 12px 0;
  transition: 0.3s;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn a {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  .con_hotel .box_hotel > ul > li .lst_btn .box_btn a {
    font-size: 93%;
  }
}
.con_hotel .box_hotel > ul > li .lst_btn .box_btn a:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 5px;
}
.con_hotel .box_hotel > ul > li .lst_btn .box_btn a:hover {
  color: #fff;
  background-color: #191711;
}
.con_hotel .box_hotel > ul > li .lst_btn .box_btn.inversion a {
  color: #fff;
  background-color: #191711;
}
.con_hotel .box_hotel > ul > li .lst_btn .box_btn.inversion a:hover {
  color: #191711;
  background-color: #fff;
}
