@charset "UTF-8";

html {
  font-size: 62.5% !important;
}

body {
  width: 100%;
  margin: 0 auto;
  font: 1rem/1.6 Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  color: #111;
  font-size: 1.6rem;
  word-break: break-all;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  overflow: hidden;
}

.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
}

/* for IE 6 */
* html body {
  font-size: 75%;
}

/* for IE 7 */
*:first-child+html body {
  font-size: 75%;
}

/* リンク */
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

a.imgLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  cursor: pointer;
}

a img {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover img {
  opacity: 0.75;
}

a.box_link {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a.box_link:hover {
  opacity: 0.75;
}

a.box_link:hover img {
  opacity: 1;
}

.link-underline {
  text-decoration: underline;
}

.link-red {
  color: #c66060;
}

/* 画像 */
img {
  max-width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}

/* リスト */
ul {
  list-style-type: none;
}

ul.lst_none {
  list-style-type: none;
}

hr {
  border-bottom: none;
}

hr.line {
  border-top: 1px solid #d6d6d6;
}

hr.dash {
  border-top: 1px dashed #d6d6d6;
}

hr.cnt_width {
  max-width: 950px;
  margin: 0 auto;
}

/* テキスト */
p {
  line-height: 1.7;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

p.note:before {
  content: "※";
  font-weight: 300;
}

p.note.type01 {
  text-align: center;
  color: #686b67;
  font-size: 1.4rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.text-en {
  font-family: "Lato", sans-serif;
}

.text-pink {
  color: #d31e6d;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f3eb08));
  background: -o-linear-gradient(transparent 70%, #f3eb08 0%);
  background: linear-gradient(transparent 70%, #f3eb08 0%);
}

span.note {
  font-family: cursive;
}

/* テキスト装飾 */
.text-caution {
  color: #C31213;
}

.text-important {
  color: #C31213;
}

.text-bold {
  font-weight: bold;
}

/* slick */
.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

/* テーブル */
table {
  width: 100%;
  border-collapse: collapse;
}

table thead th {
  background-color: #d31e6d;
  color: #111;
}

table tbody tr:not(:last-child) th,
table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #111;
}

table tbody td {
  background-color: #fff;
}

table th,
table td {
  padding: 1em 1em;
}

table th:not(:last-child),
table td:not(:last-child) {
  border-right: 1px solid #111;
}

/* 数字アイコン */
.icon_num.type01 {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
  background-color: #d31e6d;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 36px;
  border-radius: 10px;
}

/* メディアクエリで表示・非表示切り替え */
.pc_only {
  display: inherit;
}

@media screen and (max-width: 478px) {
  .pc_only {
    display: none;
  }
}

.tab_only {
  display: none;
}

@media screen and (max-width: 834px) {
  .tab_only {
    display: inherit;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 478px) {
  .sp_only {
    display: inherit;
  }
}

/* Lity モーダル */
body .lity-close,
body .lity-close:hover,
body .lity-close:active {
  width: 25px;
  height: 25px;
  background: url(images/button_close.png) center center no-repeat;
  position: absolute;
  top: 35px;
  right: 42px;
  text-indent: -9999px;
  font-size: 10px;
  line-height: 25px;
}

@media (max-width: 799px) {

  body .lity-close,
  body .lity-close:hover,
  body .lity-close:active {
    top: 25px;
    right: 25px;
  }
}

@media screen and (max-width: 833px) {

  body input,
  body textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

  body .flex_to_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Flexbox レイアウト */
.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_wrap.v_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_wrap.vh_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_wrap.space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_wrap.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex_wrap.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

dl.note dt {
  position: relative;
}

dl.note dt span {
  position: absolute;
}

dl.note dd {
  padding-left: 1em;
}

dl.caution dt {
  margin-bottom: 0.3em;
  color: #cfa972;
  font-weight: 600;
}

.video_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.table_layout {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.table_layout .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 478px) {
  .table_layout .tr {
    display: block;
  }
}

.table_layout .tr:first-child .th {
  border-top: 1px solid #f0ecdb;
}

.table_layout .th {
  width: 30%;
  padding: 1.5em;
  background-color: #f0ecdb;
  border-left: 1px solid #f0ecdb;
  border-right: 1px solid #f0ecdb;
  border-top: 1px solid #FFF;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 478px) {
  .table_layout .th {
    width: 100%;
    padding: 1em;
  }
}

.table_layout .td {
  width: 70%;
  padding: 1.5em;
  background-color: #fff;
  border-right: 1px solid #f0ecdb;
  border-top: 1px solid #f0ecdb;
  text-align: left;
}

@media screen and (max-width: 478px) {
  .table_layout .td {
    width: 100%;
    padding: 1em;
    border-left: 1px solid #f0ecdb;
  }
}

.table_layout .td span {
  width: 100%;
  display: inline-block;
}

.table_layout .td span:not(:last-child) {
  margin-bottom: 1em;
}

.table_layout .td ul,
.table_layout .td ol {
  margin-bottom: 0;
}

.table_layout .attention {
  color: #cf462e;
  margin-left: 5px;
}

@media screen and (max-width: 478px) {
  .sp_table_list tr {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .sp_table_list thead {
    display: none;
  }

  .sp_table_list tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .sp_table_list tbody th {
    list-style: none;
    background-color: #f1f1f1;
  }

  .sp_table_list tbody td {
    border-top: none;
  }

  .sp_table_list tbody th,
  .sp_table_list tbody td {
    width: 100%;
    display: block;
  }
}

ol {
  margin-left: 1.5em;
}

ol li:not(:last-child) {
  margin-bottom: 0.5em;
}

/* ヘッダー */
.l-header {
  width: 100%;
  background-color: #FFF;
}

.header_inner {
  width: 950px;
  height: 80px;
  margin: 0 auto;
}

.header_inner .header_title {
  width: 170px;
  height: 46px;
}

.header_inner .header_title a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(images/logo.png) no-repeat center center/cover;
}

.global-nav {
  margin-left: auto;
}

.global-nav li {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #d31e6d;
}

.global-nav li:not(:last-child) {
  margin-right: 10px;
}

.global-nav li .pc_only {
  display: inline;
}

.global-nav a {
  color: #d31e6d;
  display: block;
  line-height: 1;
}

.global-nav a img {
  width: 26px;
  margin: 0 auto 8px;
  display: block;
}

.global-nav a img.icon_honeymoon {
  width: 30px;
  margin-top: -2px;
}

.global-nav .link_tel {
  text-align: right;
}

.global-nav .link_tel a {
  padding: 3px 0 3px 42px;
  font-size: 2.45rem;
  font-weight: 500;
  background: url(./images/icon/icon_tel.png) no-repeat left center/28px auto;
}

.global-nav .link_tel img {
  position: relative;
  top: -4.5px;
}

.home.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.home .header_inner {
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.home .header_inner .header_title a {
  -webkit-transition: background-image 0.5s ease-out;
  -o-transition: background-image 0.5s ease-out;
  transition: background-image 0.5s ease-out;
  background: url(images/logo.png) no-repeat center center/cover;
}

.home .global-nav a {
  color: #d31e6d;
}

.is-animation .header_inner {
  background-color: rgba(255, 255, 255, 0.85);
}

.is-animation .header_inner .header_title a {
  background: url(images/logo2.png) no-repeat center center/cover;
}

.is-animation .global-nav a {
  color: #111;
}

/* ハンバーガーボタン */
.hamburger_icon {
  display: none;
  z-index: 99;
}

#nav-toggle {
  margin: 0;
  display: block;
  width: 22px;
  height: 14px;
  text-align: center;
  cursor: pointer;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d31e6d;
  left: 0;
  border-radius: 2px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 6px;
}

#nav-toggle span:nth-child(3) {
  top: 12px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.sp_menu_bg {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.75);
}

/* ページャー */
.pager_number {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager_number .page-numbers {
  width: 46px;
  height: 46px;
  margin: 0 5px;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #d31e6d;
  color: #d31e6d;
}

.pager_number .page-numbers.current {
  background-color: #d31e6d;
  border: 1px solid #d31e6d;
  color: #FFF;
}

.pager_number .page-numbers.dots {
  width: auto;
  border: none;
}

.pager_number .page-numbers.prev,
.pager_number .page-numbers.next {
  width: 102px;
  border: 1px solid #d31e6d;
  color: #d31e6d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

@media screen and (max-width: 478px) {
  .pager_number {
    margin: 30px auto 0;
    padding-top: 30px;
  }

  .pager_number .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 1.2rem;
  }

  .pager_number .page-numbers.dots {
    display: none;
  }

  .pager_number .page-numbers.prev,
  .pager_number .page-numbers.next {
    width: 80px;
  }

  .pager_number .page-numbers.prev:before {
    width: 10px;
    height: 5px;
    margin-right: 5px;
  }

  .pager_number .page-numbers.next:after {
    width: 10px;
    height: 5px;
    margin-left: 5px;
  }
}

/* ページナビゲーション */
.navigation {
  margin-top: 50px;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation .nav-return {
  width: 230px;
  height: 46px;
  margin: 0 7px;
  font-weight: 400;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  border: 2px solid #d8eecd;
  border-radius: 5px;
  color: #d31e6d;
}

.navigation .nav-previous a,
.navigation .nav-next a {
  width: 114px;
  height: 46px;
  margin: 0 7px;
  font-weight: 400;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #d31e6d;
  color: #FFF;
  letter-spacing: 0.1em;
}

.navigation .nav-previous a:before {
  content: "";
  width: 9px;
  height: 15px;
  margin-right: 15px;
  display: inline-block;
  background: url(images/icon/arrow_prev.png) center no-repeat;
  background-size: contain;
}

.navigation .nav-next a:after {
  content: "";
  width: 9px;
  height: 15px;
  margin-left: 15px;
  display: inline-block;
  background: url(images/icon/arrow_next.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 478px) {
  .navigation {
    margin-top: 30px;
  }

  .navigation .nav-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation .nav-return {
    width: 30%;
    height: 40px;
    font-size: 1.2rem;
  }

  .navigation .nav-previous,
  .navigation .nav-next {
    width: 30%;
  }

  .navigation .nav-previous a,
  .navigation .nav-next a {
    width: 100%;
    height: 40px;
    margin: 0;
    font-size: 1.2rem;
  }

  .navigation .nav-previous a:before {
    margin-right: 8px;
  }

  .navigation .nav-next a:after {
    margin-left: 8px;
  }
}

/* サイドナビゲーション */
.side_navi {
  width: 100%;
  padding: 30px 16px;
  background-color: #f6faf4;
}

.side_navi .title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 2rem;
  color: #d31e6d;
}

.side_navi li {
  padding: 10px 12px;
  border-bottom: 1px solid #d1d7ce;
  letter-spacing: 0.1em;
}

.side_area .headline {
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #d31e6d;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
}

.recommend_wrap .recommend {
  display: block;
}

.recommend_wrap .recommend:not(:last-child) {
  margin-bottom: 15px;
}

.recommend_wrap .recommend .title {
  height: 48px;
  font-size: 1.4rem;
}

.recommend_wrap .recommend .image_area img {
  border-radius: 5px 5px 0 0;
}

.recommend_wrap .recommend .text_area {
  padding: 1.4rem;
  font-size: 1.4rem;
  border-radius: 0 0 5px 5px;
}

/* サイト共通 */
.section_wrap {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.section_wrap.wide_full {
  padding: 0;
}

.section_wrap.wide_full .content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.section_wrap.bg_pink {
  background-color: #fcd8e6;
}

.section_wrap.bg_pink2 {
  background-color: #d31e6d;
}

.section_wrap.pd_none {
  padding: 0;
}

.section_wrap.pd_top_none {
  padding-top: 0;
}

.section_wrap.pd_bottom_none {
  padding-bottom: 0;
}

.section_wrap .content:not(:last-child) {
  margin-bottom: 60px;
}

.content {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-content {
  margin-top: 80px;
}

.top_banner_area {
  padding: 15px 0;
  text-align: center;
}

.top_banner_area .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.top_banner_area a {
  display: block;
}

.top_banner_area .banner:not(:last-child) {
  margin-bottom: 20px;
}

.top_banner_area .alert {
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #ff0000;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

@media screen and (min-width: 479px) {
  .top_banner_area.top {
    padding: 0;
    position: relative;
  }

  .top_banner_area.top .inner {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #fcd8e6;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }

  .top_banner_area.top .close {
    height: 50px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top_banner_area.top .close .banner {
    height: 0;
    display: none;
  }

  .top_banner_area.top .close .switch {
    background-image: url(./images/icon/icon_plus.png);
  }

  .top_banner_area.top .close .title {
    display: block;
  }

  .top_banner_area.top .switch {
    width: 30px;
    height: 30px;
    background: url(./images/icon/icon_minus.png) no-repeat center/22px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    z-index: 999;
  }

  .top_banner_area.top .title {
    display: none;
  }

  .top_banner_area.top .alert {
    left: 0;
    right: auto;
  }
}

/* メインスライダー */
#main_visual {
  width: 100%;
}

#main_visual .main_slider {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#main_visual .main_slider.slick-initialized {
  opacity: 1;
}

#main_visual .slide {
  height: 100%;
}

#main_visual .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#main_visual .slide a {
  width: 100%;
  height: 100%;
  display: block;
}

#main_visual .slick-slider .slick-track,
#main_visual .slick-slider .slick-list {
  height: 100%;
}

#main_visual .slick-slider:hover .slick-arrow {
  opacity: 1;
}

#main_visual .slick-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#main_visual .slick-prev,
#main_visual .slick-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  display: block;
  z-index: 99;
}

#main_visual .slick-prev:before,
#main_visual .slick-next:before {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

#main_visual .slick-prev {
  left: 20px;
}

#main_visual .slick-prev:before {
  content: "";
  background-image: url(./images/arrow/arrow_prev.png);
}

#main_visual .slick-next {
  right: 20px;
}

#main_visual .slick-next:before {
  content: "";
  background-image: url(./images/arrow/arrow_next.png);
}

#main_visual .slick-dots {
  position: relative;
  bottom: auto;
}

#main_visual .slick-dots {
  margin-top: 10px;
}

#main_visual .slick-dots li {
  margin: 0 4px;
}

#main_visual .slick-dots li button:before {
  font-size: 12px;
}

/* イントロ */
.section_intro {
  border-bottom: 1px solid #e2e2e2;
}

.section_intro .message {
  font-size: 2.2rem;
  text-align: center;
}

.section_intro .message p {
  line-height: 1.8;
}

/* 検索エリア */
.section_search .checkbox_wrap {
  font-size: 2.2rem;
}

.checkbox_wrap {
  margin-right: -1.2em;
  margin-bottom: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox_wrap .inner {
  margin-right: 1.2em;
  margin-bottom: 0.5em;
}

/* お知らせ */
.info_list li {
  padding: 15px 20px;
  border-top: 1px dashed #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_list li:last-child {
  border-bottom: 1px dashed #CCC;
}

.info_list li:first-child {
  border-top: 0;
}

.info_list .date {
  margin-right: 2em;
}

.info_list .title {
  height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* おすすめツアー */
.recommend_column .image_area img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 5px 5px 0 0;
}

.recommend_column .text_area {
  padding: 18px;
  background-color: #f1f1f1;
  border-radius: 0 0 5px 5px;
}

.recommend_column .title {
  height: 62px;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  color: #d31e6d;
  border-bottom: 1px solid #d31e6d;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recommend_column .inner_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.recommend_column .inner_text br {
  display: none;
}

/* トラベルマガジン */
.magazine_column .image_area {
  position: relative;
}

.magazine_column .image_area img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 5px 5px 0 0;
}

.magazine_column .image_area.asia_icon.asia_icon::after {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.magazine_column .image_area.asia_icon.asia_icon.japan:after {
  background: url(./images/icon/japan.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.korea:after {
  background: url(./images/icon/korea.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.china:after {
  background: url(./images/icon/china.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.taiwan:after {
  background: url(./images/icon/taiwan.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.cambodia:after {
  background: url(./images/icon/cambodia.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.indonesia:after {
  background: url(./images/icon/indonesia.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.malaysia:after {
  background: url(./images/icon/malaysia.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.myanmar:after {
  background: url(./images/icon/myanmar.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.philippines:after {
  background: url(./images/icon/philippines.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.singapore:after {
  background: url(./images/icon/singapore.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.thailand:after {
  background: url(./images/icon/thailand.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.vietnam:after {
  background: url(./images/icon/vietnam.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.india:after {
  background: url(./images/icon/india.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.maldives:after {
  background: url(./images/icon/maldives.png) no-repeat;
  background-size: contain;
}

.magazine_column .image_area.asia_icon.asia_icon.srilanka:after {
  background: url(./images/icon/srilanka.png) no-repeat;
  background-size: contain;
}

.magazine_column .text_area {
  padding: 18px;
  background-color: #ffaec5;
  border-radius: 0 0 5px 5px;
}

.magazine_column .title {
  height: 62px;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.magazine_column .inner_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 6.4em;
  overflow: hidden;
}

.magazine_column .inner_text br {
  display: none;
}

/* お問い合わせインフォ */
.section_contact_info {
  padding-top: 60px;
}

.section_contact_info .headline {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

.section_contact_info .banner_area {
  width: 788px;
  margin: 80px auto 0;
}

.section_contact_info .banner_area a {
  display: block;
}

.contact_info_wrap {
  max-width: 990px;
}

.contact_info:not(:last-child) {
  margin-bottom: 60px;
}

.contact_info .headline {
  width: 70px;
  height: 70px;
  margin: 0 auto 40px;
  background-color: #d31e6d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.contact_info .headline:before,
.contact_info .headline:after {
  content: "";
  width: 290px;
  height: 1px;
  background-color: #d31e6d;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.contact_info .headline:before {
  right: 70px;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.contact_info .headline:after {
  left: 70px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.contact_info .headline.active:before,
.contact_info .headline.active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.contact_info .headline img {
  width: 40px;
}

.contact_info.tel dl {
  line-height: 1;
}

.contact_info.tel dt {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0;
}

.contact_info.tel dd {
  margin-top: 5px;
  font-size: 2rem;
}

.contact_info.tel dd img {
  position: relative;
  top: -1px;
}

.contact_info.reserve dl {
  line-height: 1;
}

.contact_info.reserve dt {
  font-size: 3rem;
  font-weight: 600;
}

.contact_info.reserve dd {
  margin-top: 20px;
}

.contact_info.reserve .btn {
  margin: 0 auto;
}

.contact_info .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_info .btn {
  width: 378px;
  max-width: 100%;
  padding: 20px 1em;
  display: block;
  background-color: #d31e6d;
  color: #FFF;
  font-size: 2.5rem;
  text-align: center;
}

/* バナーエリア */
.section_banner img {
  width: 100%;
}

.section_banner .l-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_banner .l-column.col3 .col_inner:last-child {
  margin-right: 0;
}

/* お問い合わせ */
.section_contact {
  padding-top: 60px;
}

.section_contact .content {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

.section_contact .message_area {
  margin-bottom: 60px;
  font-size: 2rem;
}

.section_contact .message_area2 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: left;
}

.section_contact .checkbox_wrap {
  margin-bottom: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_contact .checkbox_wrap .error {
  margin-top: 0.5em;
  font-size: 1.4rem;
  color: #ff0000;
}

.section_contact .checkbox_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_contact .checkbox_wrap2 label:not(:last-child) {
  margin-right: 15px;
}

.section_contact .checkbox_wrap3 .horizontal-item {
  width: 45%;
  margin-left: 0 !important;
  margin-bottom: 15px;
  display: inline-block;
}

.section_contact .checkbox_wrap3 .other_input {
  max-width: 100%;
  margin-left: 0;
}

.section_contact .input_ninzu {
  width: 74px !important;
}

.section_contact .other_input {
  max-width: 300px;
  margin-left: 10px;
}

.section_contact .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_contact .date_wrap .inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.section_contact .date_wrap .inner:not(:last-child) {
  margin-right: 10px;
}

.section_contact .date_wrap select {
  margin-right: 5px;
}

.section_contact .date_wrap .timeframe {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_contact .date_wrap .timeframe select {
  width: 100%;
}

.section_contact .people_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_contact .people_wrap .inner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.section_contact .people_wrap .inner:not(:last-child) {
  margin-right: 10px;
}

.section_contact .btn_wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_contact .btn_wrap .btn {
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
}

.section_contact .btn-submit {
  width: 378px;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 16px 0;
  background-color: #d31e6d;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
}

.section_contact .btn-return {
  width: 378px;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 16px 0;
  background-color: #AAA;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
}

.section_contact .text_other {
  margin-top: 30px;
}

.section_contact .flow {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.3rem;
}

.section_contact .flow dt {
  margin-bottom: 1.2em;
  color: #d31e6d;
}

.section_contact .mwform-checkbox-field-text a {
  text-decoration: underline;
}

.contact_form {
  margin-bottom: 50px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-color: #FFF;
  letter-spacing: 0;
}

.contact_form .title {
  padding: 10px 25px;
  font-size: 1.8rem;
  border-bottom: 1px solid #CCC;
}

.contact_form .title .required {
  margin-left: 15px;
  float: none;
  display: inline-block;
}

.contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
}

.contact_form dl.border_none {
  margin-bottom: -15px;
  border-bottom: none;
}

.contact_form dt {
  width: 321px;
  padding: 25px 20px;
  border-right: 1px solid #CCC;
  font-size: 1.8rem;
  text-align: left;
}

.contact_form dt .sub {
  font-size: 1.2rem;
  display: block;
}

.contact_form dd {
  padding: 25px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
}

.contact_form .switch_content {
  display: none;
}

.contact_form .required {
  width: 55px;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #ff0000;
  float: right;
  display: block;
  text-align: center;
  border-radius: 23px;
}

.contact_form .label_wrap:not(:last-child) {
  margin-bottom: 25px;
}

.contact_form .label_wrap .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_form .label_wrap label {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact_form .form_box:not(:last-child) {
  margin-bottom: 12px;
}

.contact_form .radio_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_form .radio_wrap>*:not(:last-child) {
  margin-right: 20px;
}

.contact_form .radio_wrap .error {
  margin-top: 0;
}

.contact_form select {
  width: 100%;
  padding: 6px 2em 6px 1em;
  background: #f2f2f2 url(images/arrow/arrow_select.png) right 15px center no-repeat;
  background-size: 7px auto;
  border-radius: 0;
}

.contact_form input[type=text] {
  width: 100%;
  padding: 6px 1em;
  background-color: #f2f2f2;
}

.contact_form input[type=email] {
  width: 100%;
  padding: 6px 1em;
  background-color: #f2f2f2;
}

.contact_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

.contact_form textarea {
  width: 100%;
  height: 170px;
  padding: 1em;
  background-color: #f2f2f2;
}

.contact_form .travel_area_wrap .text_other {
  display: none;
}

.contact_form .error_wrap .error:first-child {
  margin-top: 1em;
}

.contact_form .error {
  margin-top: 0.5em;
  font-size: 1.4rem;
  color: #ff0000;
}

.contact_form .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_form .btn_wrap .btn {
  margin-right: 10px;
  margin-left: 10px;
}

.contact_form .size_auto {
  width: auto;
}

.contact_form .size_35 {
  width: 35% !important;
}

.contact_form .size_50 {
  width: 50% !important;
}

.sub_content .title {
  padding: 10px;
  font-size: 2rem;
  color: #fff;
  background-color: #d31e6d;
  text-align: center;
}

.contact_timezone .mwform-checkbox-field:nth-child(2n):after {
  content: "\a";
  white-space: pre;
}

.contact_timezone .mwform-checkbox-field:nth-child(3n) {
  margin-left: 0;
}

.confirm_wrap dd span {
  padding: 22px 1em;
  display: block;
}

.travel_detail {
  display: none;
}

.reservation_number {
  display: none;
}

/* 確認画面 */
.page-confirm .required,
.page-confirm .show_input_only {
  display: none !important;
}

.page-confirm .contact_form dd {
  padding: 25px 25px;
}

/* 完了画面 */
.page-complete .btn-type01 {
  background-color: #FFF;
}

.complete_wrap h2 {
  margin-bottom: 1.5em;
}

/* 投稿者用フォーム */
.post_title {
  margin-bottom: 20px;
}

.post_title span {
  margin-left: 1rem;
  font-size: 1.8rem;
}

.post_title a {
  color: #1675C2;
  border-bottom: 1px solid #1675C2;
}

.post_title:before {
  content: "■";
  font-size: 3.2rem;
}

.iziModal_close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
  background: #000;
  border-radius: 100%;
}

.iziModal_close:before,
.iziModal_close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 10px;
  left: 19px;
  width: 3px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
}

.iziModal_close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iziModal_close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iziModal_close span {
  display: none;
}

/* GoToトラベルキャンペーンフォーム */
.goto_form_wrap .size_35 {
  margin-right: 1rem;
}

.goto_form_wrap .inner_wrap ul {
  margin-top: 20px;
}

.goto_form_wrap .checkbox_wrap2 span:not(:last-child) {
  margin-right: 1rem;
}

/* 下層共通 */
.page_ul .top_content {
  padding-top: 60px;
}

.page_ul .headline_wrap.type01 {
  margin-bottom: 60px;
}

.breadcrumbs {
  width: 950px;
  margin: 0 auto;
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 10px;
}

.breadcrumbs br {
  content: " ";
  margin-left: 0.5em;
}

/* 2カラム */
.col2_wrap {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2_wrap .col_main {
  width: 72%;
}

.col2_wrap .col_main .section_wrap {
  padding-top: 0;
}

.col2_wrap .col_side {
  width: 25%;
}

/* プラン一覧 */
.page-plan .section_search {
  background-color: #f1f1f1;
}

.page-plan .checkbox_wrap {
  font-size: 1.8rem;
}

.search_result_area {
  margin-bottom: 25px;
  padding: 0 0.5em 5px 0.5em;
  border-bottom: 1px solid #000;
}

.case_wrap_list .case {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #d31e6d;
}

.case_wrap_list .case:not(:last-child) {
  margin-bottom: 25px;
}

.case_wrap_list .image_area {
  width: 50%;
}

.case_wrap_list .image_area a {
  width: 100%;
  height: 100%;
  display: block;
}

.case_wrap_list .image_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.case_wrap_list .text_area {
  height: 100%;
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case_wrap_list .title {
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 600;
  color: #d31e6d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}

.case_wrap_list .title a {
  color: #d31e6d;
}

.case_wrap_list .explanation {
  font-size: 1.6rem;
}

.case_wrap_list .explanation p {
  max-height: 5.2em;
  height: 81px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.case_wrap_list .explanation p:not(:first-child) {
  display: none;
}

.case_wrap_list .explanation p br {
  display: none;
}

.case_wrap_list .explanation strong {
  font-weight: 400;
}

.case_wrap_list .plan_detail {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #fcd8e6;
  font-size: 1.4rem;
}

.case_wrap_list .plan_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case_wrap_list .plan_detail dl:not(:last-child) {
  margin-bottom: 5px;
}

.case_wrap_list .plan_detail dt {
  width: 4.4em;
  margin-right: 20px;
}

.case_wrap_list .plan_detail dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case_wrap_list .tag_wrap {
  max-height: 66px;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.case_wrap_list .tag_wrap li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.case_wrap_list .tag_wrap li:not(:last-child) {
  margin-right: 5px;
}

.case_wrap_list .tag_wrap a {
  padding: 5px 10px;
  display: block;
  background-color: #d31e6d;
  color: #FFF;
  border-radius: 5px;
  position: relative;
}

.case_wrap_list .tag_wrap a::before {
  content: "";
  width: 12px;
  height: 29px;
  background: url(./images/icon/tag.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -8px;
}

/* トラベルマガジン一覧 */
.icon_select_area {
  margin-bottom: 30px;
}

.icon_wrap li {
  width: 6%;
  display: inline-block;
}

.icon_wrap li:not(:last-of-type) {
  margin-right: 0.7%;
}

.icon_wrap li a {
  display: block;
  position: relative;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d6d6d6));
  background-image: -o-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
}

.icon_wrap li a .country_name {
  display: none;
  width: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  color: #d31e6d;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.icon_wrap li a:hover .country_name {
  display: block;
}

.icon_wrap li a:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}

.no_item_text {
  margin-top: 60px;
  text-align: center;
}

/* プラン詳細 */
.page-case .eyecatch {
  margin-bottom: 35px;
  text-align: center;
}

.page-case .headline_wrap.type01 .sub {
  font-size: 2.6rem;
}

.page-case .headline_wrap.type01 .title {
  font-size: 4rem;
}

.page-case .no_item_text {
  margin-top: 30px;
}

.case_detail {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

.case_detail:not(:last-child) {
  margin-bottom: 80px;
}

.case_detail .title {
  margin-bottom: 1em;
  color: #d31e6d;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 2.6rem;
  text-align: center;
}

.case_detail .title:after {
  content: "";
  width: 50%;
  height: 1px;
  margin: 20px auto 0;
  display: block;
  background-color: #d31e6d;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

@media screen and (max-width: 478px) {
  .case_detail .title:after {
    width: 150px;
  }
}

.case_detail .title.active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.case_detail .post_lauout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_detail .post_lauout.top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.case_detail .post_lauout.top .image_area {
  margin-top: 10px;
  margin-bottom: 40px;
}

.case_detail .post_lauout.bottom .image_area {
  margin-top: 60px;
}

.case_detail .post_lauout.right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_detail .post_lauout.right .tetx_area {
  width: 48%;
}

.case_detail .post_lauout.right .image_area {
  width: 48%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_detail .post_lauout.right .image_area .image_wrap {
  width: 100%;
}

.case_detail .post_lauout.right .image_area .image_wrap:not(:last-child) {
  margin-bottom: 20px;
}

.case_detail .post_lauout.left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.case_detail .post_lauout.left .tetx_area {
  width: 48%;
}

.case_detail .post_lauout.left .image_area {
  width: 48%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_detail .post_lauout.left .image_area .image_wrap {
  width: 100%;
}

.case_detail .post_lauout.left .image_area .image_wrap:not(:last-child) {
  margin-bottom: 20px;
}

.case_detail .tetx_area {
  width: 100%;
  font-size: 2rem;
}

.case_detail .tetx_area.bg_gray {
  padding: 20px;
  background-color: #ededee;
}

.case_detail .tetx_area.bg_pink {
  padding: 20px;
  background-color: #f8e2ed;
}

.case_detail strong {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(252, 238, 33, 0.6)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(252, 238, 33, 0.6) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(252, 238, 33, 0.6) 50%, transparent 50%);
  font-weight: 400;
  background-position: 100% 0%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position 1s ease-out;
  -o-transition: background-position 1s ease-out;
  transition: background-position 1s ease-out;
}

.case_detail strong.active {
  background-position: 0% 0%;
}

.case_detail .image_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case_detail .image_area.col1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case_detail .image_area.col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_detail .image_area.col2 .image_wrap {
  width: 48%;
}

.case_detail .image_area.col3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_detail .image_area.col3 .image_wrap {
  width: 32%;
}

.case_detail .map_area {
  margin-bottom: 50px;
}

.case_detail .massage_area {
  margin-top: 50px;
}

.case_detail .plan_detail {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8e2ed;
}

.case_detail .plan_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  border-bottom: 1px solid #d31e6d;
}

.case_detail .plan_detail dl:not(:last-child) {
  margin-bottom: 10px;
}

.case_detail .plan_detail dt {
  width: 4.4em;
  margin-right: 20px;
  font-weight: bold;
}

.plan_remarks_area {
  margin-bottom: 30px;
}

.image_wrap p {
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #595757;
}

.image_wrap p::before {
  content: "▶";
}

.btn-form {
  width: 378px;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 16px 0;
  background-color: #d31e6d;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.btn-form::after {
  position: absolute;
  content: "▶";
  right: 16px;
}

.price_table {
  border: 1px solid #000;
}

.price_table th,
.price_table td {
  width: 16.66%;
  padding: 1em 0;
  text-align: center;
  letter-spacing: 0;
}

.notes_wrap {
  font-size: 1.6rem;
}

.notes_wrap ul {
  margin: 1rem 0;
}

.notes_wrap li {
  list-style: disc outside none;
  margin-left: 1.3em;
}

.notes_wrap li:not(:last-child) {
  margin-bottom: 0.5em;
}

.notes_wrap p {
  margin-bottom: 0;
}

.notes_wrap a {
  color: #009ee7;
  border-bottom: 1px solid #009ee7;
}

.mark_wrap li:not(:last-child) {
  margin-right: 2rem;
}

.time_tabl {
  border: 1px solid #000;
}

.time_tabl th,
.time_tabl td {
  width: 14.28%;
  padding: 1em 0;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0;
}

.time_tabl th {
  background-color: #f8e2ed;
}

/* マガジン詳細 */
.page-magazine .section_wrap {
  padding-top: 0;
}

.page-magazine .no_item_text {
  margin-top: 60px;
}

.plan_list_wrap .title {
  color: #111;
}

/* 特集詳細 */
.page-feature .section_wrap {
  padding-top: 0;
}

.page-feature .main_image_area {
  display: block;
  width: 100%;
  background-color: #f8e2ed;
}

.page-feature .main_image_area p {
  margin: 0.5rem 0 0 0.5rem;
}

/* お知らせ詳細 */
.page-information .eyecatch {
  margin-bottom: 35px;
}

.page-information .headline_wrap.type01 .sub {
  font-size: 2.6rem;
}

.page-information .headline_wrap.type01 .title {
  font-size: 4rem;
}

.information_detail_headline {
  margin-bottom: 80px;
}

.information_detail_headline .sub_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information_detail_headline .date {
  font-size: 1.6rem;
}

.information_detail_headline .category {
  padding: 3px 2.5em;
  font-size: 1.3rem;
  background-color: #808080;
  color: #FFF;
}

.information_detail_headline .title {
  padding: 1.3em 0;
  font-size: 3rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

/* 私たちについて */
#about {
  min-height: 600px;
}

.page-about .section_wrap:first-of-type {
  padding-top: 30px;
}

.about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  background: url(./images/bg_image.png) no-repeat;
  background-size: 700px;
  background-position: bottom;
  border-bottom: 3px solid #e41373;
}

.about_content h1 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 600;
}

.about_content .inner_block:not(:first-of-type) {
  padding-top: 50px;
}

.about_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_content .message {
  font-size: 1.8rem;
}

.f_word_wrap {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 30px 0;
  font-weight: bold;
}

.f_word_wrap ul:not(:last-of-type) {
  margin-right: 10%;
}

.f_word_wrap span {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  font-family: initial;
}

/* 会社概要 */
.company_wrap h1 {
  margin-bottom: 30px;
}

.company_table {
  border: 1px solid #111;
}

.company_table th {
  width: 196px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.company_table a {
  color: #009ee7;
  border-bottom: 1px solid #009ee7;
}

/* ツアー申込フォーム */
.tours_form_wrap {
  max-width: 660px;
  margin: auto;
}

.tours_form_wrap input {
  font-size: 1.8rem;
}

.tours_form_wrap input[type=text] {
  width: 100%;
  padding: 6px 1em;
  background-color: #f2f2f2;
}

.tours_form_wrap input[type=email] {
  width: 100%;
  padding: 6px 1em;
  background-color: #f2f2f2;
}

.tours_form_wrap input[type=tel] {
  width: 100%;
  padding: 6px 1em;
  background-color: #f2f2f2;
}

.tours_form_wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

.tours_form_wrap select {
  width: 100%;
  padding: 6px 2em 6px 1em;
  background: #f2f2f2 url(images/arrow/arrow_select.png) right 15px center no-repeat;
  background-size: 7px auto;
  border-radius: 0;
}

.tours_form_wrap .case_detail {
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #CCC;
}

.tours_form_wrap .case_detail:not(:last-child) {
  margin-bottom: 40px;
}

.tours_form_wrap .case_detail + .headline_wrap {
  margin-top: 80px;
}

.tours_form_wrap .case_detail .title {
  text-align: left;
  font-size: 2.0rem;
}

.tours_form_wrap .case_detail .title:after {
  width: 100%;
  margin: 10px 0 0 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.tours_form_wrap .case_detail .tetx_area {
  font-size: 1.6rem;
}

.tours_form_wrap .required {
  width: 55px;
  margin-left: 10px;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #ff0000;
  border-radius: 23px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
}

.tours_form_wrap .content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tours_form_wrap .mwform-checkbox-field-text {
  display: inline-block;
}

.tours_form_wrap strong {
  font-weight: bold;
}

.tours_form_wrap .style01 {
  margin-top: 30px;
}

.tours_form_wrap .style01 li::before {
  content: '・';
}

.tours_form_wrap .radio_wrap span:not(:last-child) {
  margin-right: 20px;
}

.tours_form_wrap .btn-submit {
  width: 378px;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 16px 0;
  background-color: #d31e6d;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-column.col_half .col_inner {
  width: 50%;
}

.l-column.col2 {
  margin-bottom: -2%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-column.col2 .col_inner {
  width: 49%;
  margin-bottom: 2%;
}

.l-column.col2.type01 {
  margin-bottom: -40px;
}

.l-column.col2.type01 .col_inner {
  width: 48.5%;
  margin-bottom: 40px;
}

.l-column.col3 {
  margin-bottom: -2%;
}

.l-column.col3 .col_inner {
  width: 32%;
  margin: 0 2% 2% 0;
}

.l-column.col3 .col_inner:nth-child(3n) {
  margin: 0 0 2% 0;
}

.l-column.col3.type01 {
  margin-bottom: -5%;
}

.l-column.col3.type01 .col_inner {
  width: 30%;
  margin: 0 5% 5% 0;
}

.l-column.col3.type01 .col_inner:nth-child(3n) {
  margin: 0 0 5% 0;
}

.l-column.col4 {
  margin-bottom: -2%;
}

.l-column.col4 .col_inner {
  width: 23.5%;
  margin: 0 2% 2% 0;
}

.l-column.col4 .col_inner:nth-child(4n) {
  margin: 0 0 2% 0;
}

.l-content.type01 .content_inner {
  width: 100%;
}

.l-content.type01 .text_area {
  width: 80%;
  margin: -50px auto 0;
  padding: 80px 0;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.l-content.type01 .text_area .inner {
  width: 50%;
}

.l-content.type01 .image_area {
  height: 400px;
}

.l-content.type01 .image_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.l-content.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-content.type02:not(:last-child) {
  margin-bottom: 85px;
}

.l-content.type02:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-content.type02 .image_area {
  width: 42%;
}

.l-content.type02 .text_area {
  width: 54%;
}

.l-content.col2 {
  max-width: 1050px;
  margin: 30px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-content.col2 .main_area {
  width: 790px;
}

.l-content.col2 .main_area .content {
  width: 100%;
}

.l-content.col2 .main_area .content:not(:last-child) {
  margin-bottom: 120px;
}

.l-content.col2 .side_area {
  width: 270px;
}

.l-content.col2 .side_area .inner:not(:last-child) {
  margin-bottom: 22px;
}

@media screen and (max-width: 478px) {
  .l-column.col4.sp_col2 {
    margin-bottom: -4%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-column.col4.sp_col2 .col_inner {
    width: 48%;
    margin: 0 0 4%;
  }

  .l-column.col4.sp_col2 .col_inner:nth-child(4n) {
    margin: 0 0 4%;
  }

  .l-column.col3.sp_col2 {
    margin-bottom: -4%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-column.col3.sp_col2 .col_inner {
    width: 48%;
    margin: 0 0 4%;
  }

  .l-column.col3.sp_col2 .col_inner:nth-child(3n) {
    margin: 0 0 4%;
  }

  .l-column.col3.sp_col2.type01 {
    margin-bottom: -40px;
  }

  .l-column.col3.sp_col2.type01 .col_inner {
    margin: 0 0 40px;
  }

  .l-column.col3.sp_col2.type01 .col_inner:nth-child(3n) {
    margin: 0 0 40px;
  }

  .l-column.col3.sp_col1 {
    margin-bottom: -4%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-column.col3.sp_col1 .col_inner {
    width: 100%;
    margin: 0 0 4%;
  }

  .l-column.col3.sp_col1 .col_inner:nth-child(3n) {
    margin: 0 0 4%;
  }

  .l-column.col2.sp_col1 {
    margin-bottom: -4%;
  }

  .l-column.col2.sp_col1 .col_inner {
    width: 100%;
    margin: 0 0 4%;
  }

  .l-column.col_half.sp_col1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-column.col_half.sp_col1 .col_inner {
    width: 100%;
  }

  .l-content.type02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-content.type02:not(:last-child) {
    margin-bottom: 40px;
  }

  .l-content.type02 .image_area {
    width: 100%;
    margin-bottom: 15px;
  }

  .l-content.type02 .text_area {
    width: 100%;
  }

  .l-content.col2 {
    width: 100%;
    margin: 30px auto 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-content.col2 .main_area {
    width: 100%;
  }

  .l-content.col2 .main_area .content:not(:last-child) {
    margin-bottom: 60px;
  }

  .l-content.col2 .side_area {
    width: 100%;
    padding: 0 15px;
    margin-top: 60px;
  }

  .l-content.col2 .side_area .inner:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* フッター */
.l-footer {
  background-color: #d31e6d;
}

.footer_area {
  max-width: 990px;
  margin: 0 auto;
  padding: 52px 20px;
  color: #FFF;
  text-align: center;
}

.footer_area a {
  color: #FFF;
}

.footer_area .footer_title {
  width: 220px;
  height: 58px;
  margin: 0 auto 30px;
}

.footer_area .footer_title a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(images/logo2.png) no-repeat center center/cover;
}

.footer_area .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.footer_area .navi li:not(:last-of-type):after {
  content: "／";
}

.footer_area .copyright {
  margin-top: 30px;
  font-size: 1.2rem;
}

.headline-type01 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 3.5rem;
}

@media screen and (max-width: 478px) {
  .headline-type01 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}

.headline-type02 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 1px solid #111;
}

.headline-type_image {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.headline_style {
  position: relative;
}

.headline_style::after {
  content: " ";
  width: 50%;
  height: 34px;
  background: url(./images/airplane.png) no-repeat;
  background-size: 64px;
  position: absolute;
  right: -26%;
  bottom: -10px;
}

@media screen and (max-width: 478px) {
  .headline_style::after {
    background-size: 50px;
    bottom: -20px;
  }
}

.headline_style.active:after {
  -webkit-animation: flowing 1s linear;
  animation: flowing 1s linear;
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.headline_wrap.type01 {
  margin-bottom: 30px;
  text-align: center;
}

.headline_wrap.type01:after {
  content: "";
  width: 238px;
  height: 1px;
  margin: 20px auto 0;
  display: block;
  background-color: #d31e6d;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type01:after {
    width: 150px;
  }
}

.headline_wrap.type01.active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.headline_wrap.type01 .sub {
  margin-bottom: 4px;
  color: #d31e6d;
  font-size: 2.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  display: block;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type01 .sub {
    font-size: 1.6rem;
  }
}

.headline_wrap.type01 .title {
  font-weight: 600;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.3;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type01 .title {
    font-size: 2.5rem;
  }
}

.headline_wrap.type01 .comment {
  margin-top: 15px;
}

.headline_wrap.type02 {
  margin-bottom: 30px;
  text-align: center;
}

.headline_wrap.type02:after {
  content: "";
  width: 238px;
  height: 1px;
  margin: 20px auto 0;
  display: block;
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type02:after {
    width: 150px;
  }
}

.headline_wrap.type02.active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.headline_wrap.type02 .title {
  font-weight: 600;
  font-size: 3.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.3;
  color: #d31e6d;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type02 .title {
    font-size: 2.6rem;
  }
}

.headline_wrap.type02 .sub {
  margin-top: 4px;
  font-size: 2.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  display: block;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type02 .sub {
    font-size: 1.6rem;
  }
}

.headline_wrap.type03 {
  margin-bottom: 30px;
  text-align: center;
}

.headline_wrap.type03:after {
  content: "";
  width: 238px;
  height: 1px;
  margin: 20px auto 0;
  display: block;
  background-color: #d31e6d;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type03:after {
    width: 150px;
  }
}

.headline_wrap.type03.active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.headline_wrap.type03 .title {
  font-weight: 600;
  font-size: 3.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.3;
  color: #d31e6d;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type03 .title {
    font-size: 2.6rem;
  }
}

.headline_wrap.type03 .sub {
  margin-top: 4px;
  font-size: 2.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  display: block;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type03 .sub {
    font-size: 1.6rem;
  }
}

.headline_wrap.type04 {
  margin-bottom: 60px;
  text-align: center;
  border-left: 10px solid #e79db0;
  border-right: 10px solid #e79db0;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(35, 24, 21, 0.82);
  box-shadow: 0px 3px 1px -2px rgba(35, 24, 21, 0.82);
}

.headline_wrap.type04 .sub {
  margin-bottom: 4px;
  color: #d31e6d;
  font-size: 2.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  display: block;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type04 .sub {
    font-size: 1.6rem;
  }
}

.headline_wrap.type04 .title {
  font-weight: 600;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.3;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type04 .title {
    font-size: 2.5rem;
  }
}

.headline_wrap.type04 .comment {
  margin-top: 15px;
}

@media screen and (max-width: 478px) {
  .headline_wrap.type04 {
    margin-bottom: 40px;
  }
}

.headline_wrap.type05:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.headline_wrap .icon {
  letter-spacing: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.headline_wrap .icon.type01 {
  width: 120px;
  margin: -15px auto 25px;
  background-color: #d31e6d;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  position: relative;
}

.headline_wrap .icon.type01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: #d31e6d transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.headline_wrap .icon.type01.main {
  width: 160px;
  margin-top: -20px;
  padding: 2px 0;
  font-size: 2.5rem;
}

.headline_wrap .icon.type02 {
  width: 120px;
  margin: 0 auto 25px;
  padding: 28px 0 32px;
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 1;
  background: url(./images/bg/bg_icon_voice.png) no-repeat center/auto 100%;
}

.headline_wrap .icon.type03 {
  width: 96px;
  height: 96px;
  margin: 0 auto 25px;
  line-height: 96px;
  background-color: #d31e6d;
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
  border-radius: 50%;
}

.headline_wrap .icon.type04 {
  width: 96px;
  margin: 0 auto 25px;
}

/* ボタン関連 */
.btn {
  display: inline-block;
  text-align: center;
}

.btn-green {
  background-color: green;
  color: #FFF;
}

.btn-black {
  background-color: #000000;
  color: #FFF;
}

.btn-small {
  width: 100px;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.btn-type01 {
  width: 380px;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 18px 0;
  display: block;
  font-size: 1.8rem;
  border: 1px solid #d31e6d;
  color: #d31e6d;
  text-align: center;
}

.btn-more {
  width: 130px;
  margin: 30px auto 0;
  padding: 8px 0;
  display: block;
  color: #d31e6d;
  text-align: center;
  border: 1px solid #d31e6d;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  background-color: #FFF;
}

@media screen and (max-width: 478px) {
  .btn-more {
    width: 75%;
    margin: 30px auto 0;
    padding: 15px 0;
    font-size: 1.2rem;
  }
}

.btn-search {
  width: 380px;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 16px 0;
  display: block;
  background-color: #d31e6d;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 478px) {
  .btn-search {
    padding: 15px 0;
    font-size: 2rem;
  }
}

.btn-search.type02 {
  background-color: #FFF;
  color: #d31e6d;
}

.btn-search img {
  width: 40px;
  margin-right: 12px;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 478px) {
  .btn-search img {
    width: 26px;
    margin-right: 8px;
    top: -1px;
  }
}

.btn-contact {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  display: block;
  background-color: #d31e6d;
  color: #FFF;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 478px) {
  .btn-contact {
    padding: 15px 0;
    font-size: 2rem;
  }
}

.btn-contact.type02 {
  background-color: #FFF;
  color: #d31e6d;
}

.btn-contact img {
  width: 40px;
  margin-right: 12px;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 478px) {
  .btn-contact img {
    width: 26px;
    margin-right: 8px;
    top: -1px;
  }
}

.btn-large {
  width: 300px;
}

.btn-mid {
  width: 226px;
  padding: 12px 12px 13px;
}

/* フォーム関連 */
*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #cdd1d2;
}

input:-ms-input-placeholder {
  color: #cdd1d2;
}

input::-moz-placeholder {
  color: #cdd1d2;
}

textarea::-webkit-input-placeholder {
  color: #cdd1d2;
}

textarea:-ms-input-placeholder {
  color: #cdd1d2;
}

textarea::-moz-placeholder {
  color: #cdd1d2;
}

input[type=radio] {
  margin-right: 10px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  padding: 0;
  min-height: auto;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #666;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer;
  top: -2px;
}

input[type=radio]:checked:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 14px;
  height: 14px;
  background: #d31e6d;
  border-radius: 14px;
}

input[type=checkbox] {
  margin-right: 5px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  padding: 0;
  min-height: auto;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #666;
  vertical-align: middle;
  cursor: pointer;
  top: -2px;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  top: -5px;
  left: -1px;
  font-family: "FontAwesome";
  content: "";
  color: #d31e6d;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  input[type=checkbox] {
    font-size: 1.4rem;
  }
}

/* リスト */
ul.list_style_none {
  list-style-type: none;
}

ul.dot {
  list-style-type: none;
}

ul.dot li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

ul.dot li:before {
  content: "・";
}

ul.dot li:not(:last-child) {
  margin-bottom: 0.3em;
}

ul.note {
  list-style-type: none;
}

ul.note li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

ul.note li:before {
  content: "※";
  font-family: cursive;
}

ul.note li:not(:last-child) {
  margin-bottom: 0.3em;
}

/* IE11用　*/
_:-ms-fullscreen body,
:root body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

_:-ms-fullscreen .text-serif,
:root .text-serif {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen #main_visual .catch,
:root #main_visual .catch {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

_:-ms-fullscreen .voice_wrap dt,
:root .voice_wrap dt {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .commit_wrap dl,
:root .commit_wrap dl {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .schedule_wrap dl,
:root .schedule_wrap dl {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .case_detail .title,
:root .case_detail .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .information_detail_headline .title,
:root .information_detail_headline .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .case_wrap_list .title,
:root .case_wrap_list .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .voice_wrap_list dt,
:root .voice_wrap_list dt {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .section_case_photo .case .title,
:root .section_case_photo .case .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .headline_wrap.type01 .sub,
:root .headline_wrap.type01 .sub {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

_:-ms-fullscreen .headline_wrap.type01 .title,
:root .headline_wrap.type01 .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .headline_wrap.type02 .title,
:root .headline_wrap.type02 .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .headline_wrap.type02 .sub,
:root .headline_wrap.type02 .sub {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

_:-ms-fullscreen .headline_wrap.type03 .title,
:root .headline_wrap.type03 .title {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .headline_wrap.type03 .sub,
:root .headline_wrap.type03 .sub {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

_:-ms-fullscreen .headline_wrap .icon,
:root .headline_wrap .icon {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

_:-ms-fullscreen .btn-more,
:root .btn-more {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

_:-ms-fullscreen .cv_area .tel dt,
:root .cv_area .tel dt {
  font-size: 2.2rem;
}

_:-ms-fullscreen .cv_area .tel dd,
:root .cv_area .tel dd {
  letter-spacing: 0;
}

_:-ms-fullscreen .case_detail img,
:root .case_detail img {
  width: 100%;
}

_:-ms-fullscreen .section_voice .icon,
:root .section_voice .icon {
  top: -48px;
}

_:-ms-fullscreen .section_contact .message_area,
:root .section_contact .message_area {
  font-size: 1.8rem;
}

_:-ms-fullscreen .breadcrumbs br,
:root .breadcrumbs br {
  display: none;
}

/* Firefox用 */
@-moz-document url-prefix() {
  .label_wrap input {
    max-width: 456px;
  }

  .breadcrumbs br {
    display: none;
  }
}

/* SE用 */
@media screen and (max-width: 320px) {
  .section_contact .date_wrap {
    margin-bottom: -10px;
  }

  .section_contact .date_wrap .inner {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .header_inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 478px) {
  body {
    font-size: 1.4rem;
  }

  /* テキスト */
  p.text-center {
    text-align: left;
  }

  p.note.type01 {
    font-size: 1rem;
  }

  .sp_hide {
    display: none;
  }

  /* ヘッダー */
  .l-header {
    -webkit-box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.05);
  }

  .header_inner {
    width: 100%;
    height: 60px;
    padding: 0 10px;
  }

  .header_inner .header_title {
    width: 110px;
    height: 30px;
  }

  .hamburger_icon {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  .hamburger_icon p {
    margin: 0 -10px;
    padding-top: 22px;
    font-size: 1rem;
    color: #d31e6d;
  }

  .hamburger_icon.open {
    left: 10vw;
  }

  .hamburger_icon.open p {
    display: none;
  }

  .global-nav {
    display: none;
    padding-right: 40px;
  }

  .global-nav li .pc_only {
    display: none;
  }

  .global-nav a {
    min-width: 3em;
    color: #FFF;
    letter-spacing: 0;
  }

  .global-nav a img {
    width: 18px;
  }

  .global-nav .link_tel {
    text-align: center;
  }

  .global-nav .link_tel .sp_only {
    display: block;
  }

  .global-nav .link_tel a {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    background: none;
  }

  .global-nav .link_tel img {
    top: 0;
  }

  .sp_navi {
    background-color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20vw;
    overflow-y: scroll;
  }

  .sp_navi h1 {
    padding: 1em 0;
    background-color: #d31e6d;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
  }

  .sp_navi li {
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
    position: relative;
  }

  .sp_navi li:after {
    content: ">";
    position: absolute;
    top: 16px;
    right: 20px;
    color: #d31e6d;
  }

  .sp_navi li a {
    padding: 1em 1.5em;
    display: block;
  }

  .sp_navi .cv_area {
    margin-top: 0;
    padding: 25px 20px;
  }

  .sp_navi .cv_area .btn-contact {
    padding: 10px 0;
    font-size: 1.6rem;
  }

  .sp_navi .cv_area .btn-contact img {
    width: 22px;
  }

  .sp_navi .cv_area .tel {
    margin-top: 10px;
    color: #d31e6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp_navi .cv_area .tel a {
    color: #d31e6d;
  }

  .sp_navi .cv_area .tel dt {
    padding-left: 40px;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0;
    background: url(./images/icon/icon_tel.png) no-repeat left center/28px auto;
  }

  .sp_navi .cv_area .tel dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp_navi .cv_area .tel dd img {
    margin-right: 5px;
  }

  .is-animation .header_inner {
    background-color: white;
  }

  .open #nav-toggle span {
    background: #FFF;
  }

  /* サイト共通 */
  .section_wrap {
    padding: 50px 0;
  }

  .section_wrap.wide_full .content {
    padding: 0;
  }

  .section_wrap .content:not(:last-child) {
    margin-bottom: 30px;
  }

  .section_wrap .content.pd_w50 {
    padding: 0 15px;
  }

  .content {
    width: 100%;
    padding: 0 15px;
  }

  .site-content {
    margin-top: 60px;
  }

  .top_banner_area {
    padding: 10px 0;
  }

  .top_banner_area .inner {
    width: 100%;
  }

  .top_banner_area .switch {
    display: none;
  }

  .top_banner_area .title {
    display: none;
  }

  /* メインスライダー */
  #main_visual .main_slider {
    padding: 0;
  }

  /* イントロ */
  .section_intro .message {
    font-size: 1.8rem;
  }

  .section_intro .message p {
    line-height: 1.8;
  }

  .section_search .checkbox_wrap {
    font-size: 1.4rem;
  }

  /* プラン例 */
  .recommend_column .title {
    height: auto;
  }

  .case_wrap {
    width: 100%;
  }

  .case_wrap .col_100 {
    margin-bottom: 0;
  }

  .case_wrap .col_50 {
    width: 100%;
  }

  .case_wrap .col_50:not(:last-child) {
    margin-bottom: 55px;
  }

  .case_wrap .detail_wrap.col2 .detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_wrap .detail_wrap.col2 .image_area {
    width: 100%;
  }

  .case_wrap .detail_wrap.col2 .text_area {
    width: 100%;
  }

  .case_wrap .detail_wrap .image_area:not(:last-child) {
    margin-bottom: 15px;
  }

  .mark_wrap {
    display: block;
  }

  .mark_wrap li {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  /* マガジン */
  .magazine_column .title {
    height: auto;
  }

  /* 私たちについて */
  #about {
    min-height: 595px;
  }

  .about_content {
    background-size: contain;
  }

  .about_content h1 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .about_content h2 {
    font-size: 2rem;
  }

  .about_content .inner_block:not(:first-of-type) {
    padding-top: 30px;
  }

  .about_content .message {
    font-size: 1.6rem;
  }

  .f_word_wrap {
    width: 100%;
    padding-top: 10px;
  }

  .f_word_wrap span {
    display: block;
    width: auto;
    margin-right: 0;
  }

  /* 会社概要 */
  .company_table th {
    width: 30%;
    padding: 0.8em 0.4em;
    text-align: center;
  }

  /* お問い合わせインフォ */
  .section_contact_info .headline {
    font-size: 2.5rem;
  }

  .section_contact_info .banner_area {
    width: 100%;
    margin: 60px auto 0;
  }

  .contact_info_wrap {
    width: 100%;
  }

  .contact_info:not(:last-child) {
    margin-bottom: 40px;
  }

  .contact_info .headline {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }

  .contact_info .headline:before,
  .contact_info .headline:after {
    content: "";
    width: 38vw;
  }

  .contact_info .headline:before {
    right: 60px;
  }

  .contact_info .headline:after {
    left: 60px;
  }

  .contact_info .headline img {
    width: 30px;
  }

  .contact_info.tel dt {
    font-size: 4rem;
  }

  .contact_info.tel dd {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .contact_info.tel dd img {
    width: 15px;
  }

  .contact_info.reserve dt {
    font-size: 2rem;
  }

  .contact_info .btn_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_info .btn {
    width: 100%;
    font-size: 2rem;
  }

  .contact_info .btn:not(:last-child) {
    margin-bottom: 20px;
  }

  /* お知らせ */
  .info_list {
    width: 100%;
  }

  .info_list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px;
  }

  .info_list .date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }

  .info_list .title {
    height: auto;
    overflow: visible;
    white-space: normal;
  }

  /* フッター */
  .footer_area {
    padding: 40px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_area .footer_title {
    width: 100%;
    height: 40px;
  }

  .footer_area .footer_title a {
    background-size: auto 100%;
  }

  .footer_area .navi {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer_area .navi li {
    width: 100%;
  }

  .footer_area .navi li:after {
    display: none;
  }

  .footer_area .navi li:not(:last-child) {
    margin-bottom: 1em;
  }

  .footer_area .copyright {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 1.2rem;
    text-align: center;
    border-top: 1px solid #444;
  }

  /* お問い合わせ */
  .section_contact {
    padding-top: 20px;
  }

  .section_contact .content {
    width: 100%;
    padding: 0 15px;
  }

  .section_contact .message_area {
    margin-bottom: 30px;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }

  .section_contact .message_area br {
    display: none;
  }

  .section_contact .message_area2 {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }

  .section_contact .date_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section_contact .date_wrap .inner:not(:last-child) {
    margin-right: 10px;
  }

  .section_contact .date_wrap .inner.timeframe {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 1em;
  }

  .section_contact .date_wrap .inner span {
    font-size: 1.4rem;
  }

  .section_contact .date_wrap select {
    margin-right: 0;
  }

  .section_contact .people_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section_contact .people_wrap .inner:not(:last-child) {
    margin-bottom: 10px;
  }

  .section_contact .flow {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }

  .section_contact .flow dt {
    margin-bottom: 1.2em;
  }

  .section_contact .checkbox_wrap2 {
    margin-top: 8px;
  }

  .section_contact .checkbox_wrap2 label {
    margin-bottom: 8px;
    display: inline-block;
  }

  .section_contact .checkbox_wrap3 .horizontal-item {
    width: 100%;
  }

  .section_contact .other_input {
    width: 100% !important;
    margin-top: 5px;
    margin-left: 0;
  }

  .section_contact .btn_wrap {
    margin-top: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .section_contact .btn_wrap .btn {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section_contact .btn-submit {
    margin-top: 40px;
  }

  .section_contact .btn-return {
    margin-top: 40px;
  }

  .contact_form {
    margin-bottom: 30px;
  }

  .contact_form .title {
    padding: 15px 20px;
  }

  .contact_form dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_form dt {
    width: 100%;
    padding: 20px 20px 0;
    border-right: none;
    font-size: 1.6rem;
  }

  .contact_form dd {
    padding: 10px 20px 20px;
    font-size: 1.6rem;
  }

  .contact_form .required {
    font-size: 1.1rem;
  }

  .contact_form .label_wrap label {
    width: 80px;
  }

  .contact_form .notice {
    font-size: 1.1rem;
  }

  .contact_form .error_msg {
    font-size: 1.2rem;
  }

  .contact_form .btn-contact {
    padding: 30px 0;
  }

  .contact_form .radio_wrap {
    display: block;
  }

  .contact_form .radio_wrap .error {
    margin-top: 0.5em;
  }

  .confirm_wrap dd {
    font-size: 1.4rem;
  }

  .confirm_wrap dd span {
    padding: 17px 0;
    display: block;
  }

  .complete_wrap .btn-return {
    padding: 30px 0;
  }

  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
  }

  .mw_wp_form .horizontal-item:not(:last-child) {
    margin-right: 1em;
  }

  /* 投稿者用フォーム */
  .post_title {
    font-size: 1.8rem;
    line-height: 1;
  }

  .post_title span {
    margin-left: 1.8rem;
    font-size: 1.4rem;
  }

  /* 下層共通 */
  .page_ul .top_content {
    padding-top: 20px;
  }

  .page_ul .headline_wrap.type01 {
    margin-bottom: 30px;
  }

  /* 2カラム */
  .col2_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col2_wrap .col_main {
    width: 100%;
  }

  .col2_wrap .col_side {
    width: 100%;
    padding: 0 15px 50px;
  }

  /* トラベルマガジン一覧 */
  .icon_wrap li {
    width: 18%;
    margin-bottom: 20px;
  }

  .icon_wrap li:not(:last-child) {
    margin-right: 2%;
  }

  .icon_wrap li:nth-child(5n) {
    margin-right: 0;
  }

  .icon_wrap li:nth-last-child(-n+5) {
    margin-bottom: 0;
  }

  .icon_wrap li a .country_name {
    display: block;
    bottom: -20px;
    font-size: 1rem;
  }

  .icon_select_area {
    margin-bottom: 50px;
  }

  /* プラン詳細 */
  .page-case .eyecatch {
    margin-bottom: 35px;
  }

  .page-case .headline_wrap.type01 .sub {
    font-size: 1.6rem;
  }

  .page-case .headline_wrap.type01 .title {
    font-size: 2.5rem;
  }

  .case_detail {
    width: 100%;
  }

  .case_detail:not(:last-child) {
    margin-bottom: 40px;
  }

  .case_detail .post_lauout.top .image_area {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .case_detail .post_lauout.bottom .image_area {
    margin-top: 30px;
  }

  .case_detail .post_lauout.right .tetx_area {
    width: 100%;
  }

  .case_detail .post_lauout.right .image_area {
    width: 100%;
  }

  .case_detail .post_lauout.left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .case_detail .post_lauout.left .tetx_area {
    width: 100%;
  }

  .case_detail .post_lauout.left .image_area {
    width: 100%;
  }

  .case_detail .tetx_area {
    font-size: 1.6rem;
  }

  .case_detail .image_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .case_detail .image_area.col1 {
    margin-top: 30px;
  }

  .case_detail .image_area.col2 {
    margin-top: 30px;
  }

  .case_detail .image_area.col2 img {
    width: 100%;
  }

  .case_detail .image_area.col2 img:not(:last-child) {
    margin-bottom: 15px;
  }

  .case_detail .image_area img {
    width: 100%;
    height: auto;
  }

  .case_detail .map_area {
    margin-bottom: 30px;
  }

  .case_detail .map_area iframe {
    height: 75vw;
  }

  .case_detail .btn-type01 {
    margin-top: 30px;
  }

  .case_detail .massage_area {
    margin-top: 30px;
  }

  .table_wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .time_tabl {
    width: 684px;
  }

  /* 特集詳細 */
  .page-feature .image_title {
    width: 100%;
    margin-top: -13px;
    margin-bottom: 0;
    padding: 0;
    font-size: 2rem;
    border: none;
    left: 0;
  }

  .page-feature .image_area.col2 img:not(:last-child) {
    margin-bottom: 0;
  }

  /* お知らせ詳細 */
  .page-information .eyecatch {
    margin-bottom: 35px;
  }

  .page-information .headline_wrap.type01 .sub {
    font-size: 1.6rem;
  }

  .page-information .headline_wrap.type01 .title {
    font-size: 2.5rem;
  }

  .information_detail_headline {
    margin-bottom: 30px;
  }

  .information_detail_headline .date {
    font-size: 1.4rem;
  }

  .information_detail_headline .category {
    padding: 3px 2em;
    font-size: 1.2rem;
  }

  .information_detail_headline .title {
    padding: 0.8em 0;
    font-size: 2.4rem;
    text-align: center;
  }

  /* オーダーメイドプラン例 */
  .case_wrap_list .case {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_wrap_list .case:not(:last-child) {
    margin-bottom: 30px;
  }

  .case_wrap_list .image_area {
    width: 100%;
    height: auto;
    max-height: 56vw;
  }

  .case_wrap_list .text_area {
    height: auto;
    padding: 20px;
  }

  .case_wrap_list .title {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }

  .case_wrap_list .explanation {
    font-size: 1.4rem;
  }

  .case_wrap_list .explanation p {
    height: auto;
  }

  /* お客様の声 */
  .page-voice .headline_wrap.type01 .sub {
    font-size: 1.6rem;
  }

  .page-voice .headline_wrap.type01 .title {
    font-size: 2.5rem;
  }

  .voice_wrap_list .voice {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .voice_wrap_list .voice:not(:last-child) {
    margin-bottom: 30px;
  }

  .voice_wrap_list .image_area {
    width: 100%;
    height: auto;
    max-height: 56vw;
  }

  .voice_wrap_list dl {
    height: auto;
    padding: 20px;
  }

  .voice_wrap_list dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .voice_wrap_list dd {
    font-size: 1.4rem;
  }

  .voice_wrap_list .btn-more {
    margin-top: 20px;
    float: none;
  }

  /* ツアー申込フォーム */
  .tours_form_wrap .case_detail .title {
    font-size: 1.8rem;
  }

  .tours_form_wrap .case_detail .title:after {
    margin-top: 10px;
  }

  .tours_form_wrap .required {
    width: 44px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .section_intro .message {
    font-size: 1.4rem;
  }

  /* 私たちについて */
  .about_content .message {
    font-size: 1.4rem;
  }
}