@charset "utf-8";
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
/*固定ページ見出しH"*/
.main_wrap h1, .midashi01 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.main_wrap h2, .midashi02 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.main_wrap h3, .midashi03 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.main_wrap h4, .midashi04 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.8rem;
  position: relative;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.main_wrap h5, .midashi05 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding: 0.5em 0.7em;
  background: #F7F7F7;
  font-family: "Noto Sans JP", sans-serif;
}
.main_wrap h6, .midashi06 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.main_wrap h2, .main_wrap h3, .main_wrap h4, .main_wrap h5, .main_wrap h6, .midashi03, .midashi04, .midashi05, .midashi06 {
  margin-top: 60px;
}
.main_wrap h2:first-of-type {
  margin-top: 0;
}
.main_wrap p {
  margin-bottom: 20px;
}
.main_wrap p, .main_wrap table, .main_wrap ul, .list, .main_wrap ol, ol.num_list {
  line-height: 2;
}
@media(max-width: 768px) {
  .main_wrap h1, .midashi01, .main_wrap h2, .midashi02 {
    font-size: 2.6rem;
  }
  .main_wrap h3, .midashi03 {
    font-size: 2.4rem;
  }
  .main_wrap h4, .midashi04 {
    font-size: 2.2rem;
  }
  .main_wrap h5, .midashi05 {
    font-size: 2.0rem;
  }
  .main_wrap h6, .midashi06 {
    font-size: 1.8rem;
  }
  .main_wrap p {
    margin-bottom: 20px;
  }
  .main_wrap .table {
    font-size: 1.2rem;
  }
  .main_wrap table {
    font-size: 1.4rem;
  }
  .main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {}
}
/*----------------------------------------
	リンク関連
-----------------------------------------*/
.main_wrap p a, .main_wrap ul a, .main_wrap ol a, .main_wrap table a {
  color: #0071bc;
  text-decoration: underline;
}
.main_wrap p a:hover, .main_wrap ul a:hover, .main_wrap ol a:hover, .main_wrap table a:hover {
  text-decoration: none;
}
.main_wrap p a:visited {
  color: #006AB7;
  text-decoration: underline;
}
/*リンクテキスト*/
a.link_txt {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0;
  vertical-align: middle;
  color: #0071bc !important;
  padding-left: 20px;
}
a.link_txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #EFD81C;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0;
}
.main_wrap a.link_txt[href$=".pdf"]:after {
  content: "\f1c1" !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
}
.main_wrap a.link_txt[target="_blank"]:after {
  content: "\f08e";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
}
/*-------------------------------------*/
/*	ボタン	白*/
/*-------------------------------------*/
a.bt_base {
  width: 100%;
  max-width: 250px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 1.5em;
  line-height: 1;
  text-decoration: none !important;
  color: #32A0BF !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 1.6rem;
  background: #FFFFFF;
  border: 1px solid #32A0BF;
  border-radius: 50px;
  text-align: center;
}
a.bt_base::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
a.bt_base:hover::before {
  right: 5px;
}
a.bt_base:hover {
  opacity: 1 !important;
  background-color: #32A0BF;
  color: #FFFFFF !important;
  transform: translateY(2px);
}
/*-------------------------------------*/
/*	ボタン	もっと見る*/
/*-------------------------------------*/
a.bt_more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 2em 1em 80px;
  line-height: 1;
  text-decoration: none !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 2.4rem;
  background: #E0B502;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}
a.bt_more::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/bt_more.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
a.bt_more::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
a.bt_more:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  a.bt_more {
    padding: 1em 2em 1em 50px;
    font-size: 1.8rem;
  }
  a.bt_more::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/bt_more.svg);
    top: 50%;
    left: 5px;
  }
  a.bt_more::before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-family: FontAwesome;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ボタン	LINE*/
/*-------------------------------------*/
a.bt_line {
  width: 100%;
  max-width: 560px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 2em 1em 90px;
  line-height: 1;
  text-decoration: none !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 2.4rem;
  background: #34C754;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
a.bt_line::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/ico_line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
a.bt_line::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
a.bt_line:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  a.bt_line {
    padding: 1em 2em 1em 60px;
    font-size: 1.6rem;
  }
  a.bt_line::after {
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    left: 10px;
  }
  a.bt_line::before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-family: FontAwesome;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ボタン	予約*/
/*-------------------------------------*/
a.bt_reserve {
  width: 100%;
  max-width: 560px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 2em 1em 90px;
  line-height: 1;
  text-decoration: none !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 2.4rem;
  background: #E08202;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
a.bt_reserve::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/bt_calendar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
a.bt_reserve::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
a.bt_reserve:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  a.bt_reserve {
    padding: 1em 2em 1em 60px;
    font-size: 1.6rem;
  }
  a.bt_reserve::after {
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    left: 10px;
  }
  a.bt_reserve::before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-family: FontAwesome;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ボタン	楽天トラベル*/
/*-------------------------------------*/
a.bt_rakuten {
  width: 100%;
  max-width: 560px;
  height: 80px;
  line-height: 70px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0 2em;
  text-decoration: none !important;
  font-size: 2.4rem;
  background: #34C754;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
a.bt_rakuten::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
a.bt_rakuten:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  a.bt_rakuten {
    height: 60px;
    line-height: 55px;
  }
  a.bt_rakuten img {
    max-width: 200px;
  }
  a.bt_rakuten::before {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ボタン	booking */
/*-------------------------------------*/
a.bt_booking {
  width: 100%;
  max-width: 560px;
  height: 80px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 65px;
  outline: none;
  transition: ease .2s;
  padding: 0 2em;
  background: #273A7D;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
a.bt_booking::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  font-size: 2.8rem;
}
a.bt_booking:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  a.bt_rakuten::before {
    font-size: 2.8rem;
  }
  a.bt_booking {
    height: 60px;
    line-height: 50px;
  }
  a.bt_booking img {
    max-width: 200px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ボタン	テキスト */
/*-------------------------------------*/
a.bt_link {
  color: #32A0BF;
  display: inline-block;
  border-bottom: 1px solid #32A0BF;
  font-size: 2.4rem;
}
a.bt_link::after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 2.8rem;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  a.bt_link {
    color: #32A0BF;
    display: inline-block;
    border-bottom: 1px solid #32A0BF;
    font-size: 1.8rem;
    line-height: 1;
  }
  a.bt_link::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {}
/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.main_wrap hr {
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #aaaaaa;
  padding: 0;
}
.main_wrap img {
  margin-bottom: 10px;
  border: none !important;
}
.main_wrap p.parent {
  margin-bottom: 0 !important;
}
.main_wrap .aligncenter {
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.main_wrap .alignleft {
  float: left;
  margin-right: 20px;
  max-width: 100%;
}
.main_wrap .alignright {
  float: right;
  margin-left: 20px;
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 20px;
}
.wp-caption img {
  margin-bottom: 10px;
  padding: 0;
  border: 0 none;
  display: block;
}
.wp-caption .wp-caption-text {
  /*margin-right: 20px;  右側の余白調整 */
  font-size: 1.4rem !important;
}
p.wp-caption-text {
  margin-bottom: 40px;
  margin-top: 0px;
  line-height: 1.5;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  max-width: 550px;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  max-width: 550px;
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  max-width: 350px;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  max-width: 350px;
  width: calc(100% / 3 - 20px);
}
.col_box {
  margin-bottom: 40px;
}
.col_box .box {
  margin-top: -10px;
}
.col_box p, .col_box .box {
  /*margin-bottom: 0 !important;*/
}
@media(max-width: 768px) {
  .main_wrap hr {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
  /*2列レイアウト*/
  .col-2_list {
    gap: 10px 10px;
  }
  .col-2_list .col_box {
    width: calc(100% / 2 - 10px);
  }
  /*3列*/
  .col-3_list {
    gap: 10px 10px;
  }
  .col-3_list .col_box {
    width: calc(100% / 2 - 10px);
  }
}
@media(max-width: 550px) {
  .col_box {
    margin: 0 auto 40px auto;
  }
  /*2列レイアウト*/
  .col-2_list .col_box {
    width: calc(100% / 1 - 10px);
  }
  /*3列*/
  .col-3_list {
    gap: 10px 10px;
  }
  .col-3_list .col_box {
    width: calc(100% / 1 - 10px);
  }
}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
.main_wrap ul, .list {
  margin-bottom: 20px;
  padding: 0;
}
.main_wrap ul li, .list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  list-style: none;
  font-weight: 600;
}
.main_wrap ul li:before, .list li::before {
  content: "";
  background-color: #32A0BF;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  display: block;
  left: 0;
  top: 0.8em;
  position: absolute;
}
.main_wrap ol, ol.num_list {
  margin-bottom: 20px;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none; /*数字を一旦消す*/
  padding: 0;
}
.main_wrap ol, ol.num_list {
  counter-reset: item;
  padding: 0 0 0 20px;
}
.main_wrap ol li, ol.num_list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: 600;
}
.main_wrap ol li:before, ol.num_list li:before {
  counter-increment: item;
  content: counter(item)".";
  position: absolute;
  top: 0;
  left: 0;
  color: #32A0BF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-align: right;
}
@media(max-width: 768px) {}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.box {
  background: #E1EDF6;
  padding: 1.5em;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #E1E1E1;
  border-radius: 10px;
}
.box p {
  margin-bottom: 0 !important;
}
.box h3, .box h4, .box h5, .box h6, .box .midashi03, .box .midashi04, .box .midashi05, .box .midashi06 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {}
/*----------------------------------------
	引用文
-----------------------------------------*/
.main_wrap blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  background: #fafafa;
  color: #555;
  margin-bottom: 20px;
  border-radius: 10px;
}
.main_wrap blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10e";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}
.main_wrap blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.main_wrap blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .main_wrap blockquote:before {
    font-size: 20px;
  }
  .main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
  }
}
/*----------------------------------------
	テーブル関連
-----------------------------------------*/
.main_wrap table, .gaiyo {
  width: 100%;
  border-top: 2px solid #000000;
  margin-bottom: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.main_wrap table, .main_wrap table td, .main_wrap table th, .gaiyo, .gaiyo td, .gaiyo th {
  border-collapse: collapse;
}
.main_wrap table td, .main_wrap table th, .gaiyo td, .gaiyo th {
  padding: 1.5em 1em;
  line-height: 1.5;
}
.main_wrap table th, .gaiyo th {
  border-bottom: 2px solid #171C47;
  font-weight: 500;
  width: 25%;
}
.main_wrap table td, .gaiyo td {
  border-bottom: 2px solid #171C47;
}
@media screen and (max-width: 768px) {
  .main_wrap table th, .gaiyo th {
    width: 30%;
  }
}
@media screen and (max-width: 550px) {}