@charset "UTF-8";

/*---------------------------------
  共通　パーツ
---------------------------------*/
/*-- PC 共通 --*/
/* @media only screen and (min-width: 769px) {
  main a[href^="tel:"] {
    pointer-events: none;
  }
} */
/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {}

/* .m-breadcrumbs {
  margin-top: 136px;
} */

/*---------------------------------
  #s-mainHeader
---------------------------------*/
#s-mainHeader {
  transition: all 0.25s ease-in;
  position: fixed;
  /* position: relative; */
  width: 100%;
  top: 0;
  z-index: 5;
  background: #fff;
  transition: all 0.25s ease-in;
  margin-bottom: 20px;
}

#s-mainHeader .s-mainHeader-above {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

#s-mainHeader .s-logo {}

#s-mainHeader .s-logo__link {}

#s-mainHeader .s-logo__img {
  width: 360px;
}

#s-mainHeader .s-header-contact {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#s-mainHeader .s-header-contact li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#s-mainHeader .s-header-contact .s-tel_btn {
  background-color: #f0f0f0;
  min-width: 270px;
  width: 100%;
  padding: 10px 15px 5px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

#s-mainHeader .s-header-contact .s-tel_btn:hover,
#s-mainHeader .s-header-contact .s-contactus-btn01:hover,
#s-mainHeader .s-header-contact .s-contactus-btn02:hover {
  opacity: 0.8;
}

#s-mainHeader .s-header-contact .s-tel_btn .s-number {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #e34563;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

#s-mainHeader .s-header-contact .s-tel_btn .s-number:before {
  content: "";
  background: url(/assets/images/original/trunk2022-phone-icon.png) no-repeat top left/100% 100%;
  width: 42px;
  height: 27px;
  display: inline-block;
  margin-right: 15px;
}

#s-mainHeader .s-header-contact .s-tel_btn .s-info-txt {
  font-size: 10px;
  color: #000000;
  text-align: center;
  display: block;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

#s-mainHeader .s-header-contact .s-contactus-btn01 {
  /* width: 100%; */
  background-color: #4caf50;
  border-radius: 4px;
  color: #fff;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}


@media only screen and (max-width: 768px) {
    #s-mainHeader .s-header-contact .s-contactus-btn01 {
        width: 100%;
      }
}

#s-mainHeader .s-header-contact .s-contactus-btn01 a {
  min-width: 200px;
  padding: 20px 10px 20px 30px;
  color: #fff;
  position: relative;
}

#s-mainHeader .s-header-contact .s-contactus-btn01 a:before {
  content: "";
  background: url(/assets/images/original/trunk2022-mail.png) no-repeat top left/100% 100%;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 20px;
}

#s-mainHeader .s-header-contact .s-contactus-btn02 {
  background-color: #e34563;
  /* min-width: 200px; */
  /* width: 100%; */
  /* padding: 15px 12px; */
  border-radius: 4px;
  margin-left: 10px;
  /* height: 58px; */
  display: flex;
  align-items: center;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

@media only screen and (max-width: 768px) {
    #s-mainHeader .s-header-contact .s-contactus-btn02 {
        width: 100%;
      }
}

#s-mainHeader .s-header-contact .s-contactus-btn02 a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  min-width: 200px;
  padding: 20px 6px 20px 35px;
  position: relative;
}

#s-mainHeader .s-header-contact .s-contactus-btn02 a:before {
  content: "";
  background: url(/assets/images/original/trunk2022-application.png) no-repeat top left/100% 100%;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 38px;
}

#s-mainHeader .s-header-contact .s-contactus-btn02 .s-small-txt {
  font-size: 10px;
}

#s-mainHeader .s-mainHeader-below {
  background-color: #002b69;
  transition: all 0.25s ease-in;
}

#s-mainHeader .s-Header-nav {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#s-mainHeader .s-nav_item a {
  padding: 10px 15px;
  display: block;
}

#s-mainHeader .s-nav_item a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

#s-mainHeader .s-nav_item:hover {
  background-color: #335587;
  /* padding: 10px 15px; */
}

#s-mainHeader .s-nav_item.s-active {
  background-color: #335587;
  /* padding: 10px 15px; */
}

#s-mainHeader .s-mainHeader-below.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.25s ease-in;
  z-index: 5;
}

/* new added css 2022/09/26 */
#s-mainHeader .s-btn_link-flx{
    padding: 20px 6px 20px 70px !important;
}

#s-mainFooter {
  min-width: 1120px;
}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
  #s-mainFooter {
    min-width: auto;
  }
}

/*---------------------------------
  #s-sub
---------------------------------*/
/* #sub {
  width: 220px;
} */
#sub {
  width: 220px;
  position: relative;
}

#sub .s-facility_banner-link {
  margin-bottom: 16px;
  display: block;
}

#sub .s-facility_banner-img {
  width: 220px;
  display: block;
}

#sub .s-facility_banner-ttl {
  font-size: 16px;
  font-weight: 700;
  color: #002b69;
  border-bottom: solid 1px #002b69;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#sub .s-facility_banner-txt {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

#sub .s-facility_banner-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 24px;
}

#sub .s-facility_banner-lnkbtn {
  text-align: right;
}

#sub .s-facility_banner-lnk {
  font-size: 16px;
  font-weight: 50;
  color: #002b69;
}

#sub .s-facility_banner-lnk:hover {
  opacity: 0.8;
}

/* #sub .s-facility_accflex {
  
  position: relative;
} */
#sub .s-facility_accttl {
  color: #002b69;
  width: 100%;
  font-size: 16px;
  position: relative;
  display: block;
  font-weight: 500;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 8px;
}

#sub .s-facility_accttl:after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/original/trunk2022-downarrow.png);
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#sub .s-facility_accttl.is-opened:after {
  transform: translateY(-50%) rotate(180deg);
}

#sub .s-facility_arrwwrap {
  width: 80px;
  height: 20px;
  cursor: pointer;
}

.s-accdesc {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin-top: 12px;
}

#sub .s-facility_group {
  margin-bottom: 10px;
  margin-top: 14px; 
}
#sub .s-facility_group:first-child {
  margin-top: 0; 
}
#sub .s-facility_group_title {
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 8px;
}

#sub .s-facility_acclink {
  color: #002b69;
  font-size: 16px;
  display: block;
  /*margin-bottom: 16px;*/
  margin-bottom: 12px;
  font-weight: 500;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  #sub {
    width: 100%;
    margin-top: 24px;
  }

  #sub .s-facility_banner-img {
    width: 100%;
  }

  #sub .s-facility_banner-ttl {
    padding-top: 24px;
  }

  #sub .s-facility_banner-desc {
    margin-bottom: 16px;
  }
}

/*---------------------------------
  #s-mainFooter
---------------------------------*/
#s-mainFooter {
  background-color: #002b69;
  padding: 0 0 50px;
  position: static;
}

@media only screen and (max-width: 768px) {
  #s-mainFooter {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
  }
}

.s-mainFooter {
  opacity: 0;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.25s ease-in;
}

.s-mainFooter.bottomnav {
  display: flex;
  opacity: 1;
  transition: all 0.25s ease-in;
}

#s-mainFooter .s-feader-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

#s-mainFooter .s-tel_btn {
  background-color: #f0f0f0;
  min-width: 320px;
  width: 100%;
  padding: 10px 15px 5px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

#s-mainFooter .s-tel_btn:hover,
#s-mainFooter .s-contactus-btn01:hover,
#s-mainFooter .s-contactus-btn02:hover {
  opacity: 0.8;
}

#s-mainFooter .s-number {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #e34563;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

#s-mainFooter .s-number:before {
  content: "";
  background: url(/assets/images/original/trunk2022-phone-icon.png) no-repeat top left/100% 100%;
  width: 42px;
  height: 27px;
  display: inline-block;
  margin-right: 15px;
}

#s-mainFooter .s-info-txt {
  font-size: 10px;
  color: #000000;
  text-align: center;
  display: block;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

#s-mainFooter .s-contactus-btn01 {
  background-color: #4caf50;
  border-radius: 4px;
  color: #fff;
  margin-left: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

#s-mainFooter .s-contactus-btn01 a {
  color: #fff;
  font-size: 20px;
  min-width: 480px;
  width: 100%;
  height: 58px;
  padding: 20px 20px 20px 60px;
  position: relative;
}

#s-mainFooter .s-contactus-btn01 a:before {
  content: "";
  background: url(/assets/images/original/trunk2022-mail.png) no-repeat top left/100% 100%;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 140px;
  top: 53%;
  transform: translateY(-50%);
}

#s-mainFooter .s-contactus-btn02 {
  margin-left: 10px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック",
    "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic,
    "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

#s-mainFooter .s-contactus-btn02 a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #e34563;
  min-width: 320px;
  border-radius: 4px;
  width: 100%;
  padding: 15px 12px 15px 90px;
  position: relative;
}

#s-mainFooter .s-contactus-btn02 a:before {
  content: "";
  background: url(/assets/images/original/trunk2022-application.png) no-repeat top left/100% 100%;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

#s-mainFooter .s-contactus-btn02 .s-small-txt {
  font-size: 10px;
  margin-left: 5px;
}

#s-mainFooter .s-contactus-btn02 .s-btn_link-footer{
    min-width: 480px;
}
#s-mainFooter .s-tel_btn-width{
    min-width: 480px;
}
#s-mainFooter .s-number_jcc{
    justify-content: center;
}


.s-nav-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-nav-icon:before,
.s-nav-icon:after {
  content: "";
  display: block;
  background-color: #00296d;
  display: block;
  height: 2px;
  transition: all 0.2s ease-in-out;
  width: 24px;
}

.s-nav-line {
  content: "";
  display: block;
  background-color: #00296d;
  display: block;
  height: 2px;
  transition: all 0.2s ease-in-out;
  width: 24px;
  border-radius: 30px;
  margin: 6px 0;
}

.s-nav-icon.is-opened {
  z-index: 3;
  margin-top: 10px;
}

.s-nav-icon.is-opened:before {
  margin: 0;
  transform: translateY(11px) rotate(135deg);
  background-color: #002b69;
}

.s-nav-icon.is-opened:after {
  margin: 15px 0px;
  transform: translateY(-8px) rotate(-135deg);
  background-color: #002b69;
}

.s-nav-icon.is-opened .s-nav-line {
  margin: 0;
  transform: scale(0);
  background-color: #adaca7;
}

#s-mainHeader {
  min-width: 1120px;
  box-shadow: none;
}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
  #s-mainHeader {
    min-width: auto;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
  }

  #s-mainFooter .s-number {
    font-size: 20px;
  }

  #s-mainFooter .s-tel_btn {
    min-width: 200px;
    padding: 7px 5px;
    cursor: pointer;
  }

  #s-mainFooter .s-number:before {
    width: 25px;
    height: 16px;
  }

  #s-mainFooter .s-contactus-btn01:before,
  #s-mainFooter .s-contactus-btn02:before {
    display: none;
  }

  #s-mainFooter .s-contactus-btn01 {
    /* min-width: 72px;
    padding: 12px;
    height: 48px; */
    margin-left: 5px;
  }

  #s-mainFooter .s-contactus-btn01 a {
    font-size: 16px;
    min-width: 155px;
    padding: 12px 2px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #s-mainFooter .s-contactus-btn01 a::before {
    content: none;
  }

  #s-mainFooter .s-contactus-btn02 {
    /* min-width: 83px;
    height: 48px;
    padding: 6px; */
    margin-left: 5px;
  }

  #s-mainFooter .s-contactus-btn02 a::before {
    content: none;
  }

  #s-mainFooter .s-contactus-btn02 a {
    font-size: 12px;
    min-width: 82px;
    height: 48px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #s-mainFooter {
    padding: 5px;
  }

  #s-mainHeader .s-header-contact {
    display: none;
  }

  #s-mainHeader .s-logo__img {
    width: 172px;
  }

  #s-mainHeader .s-mainHeader-above {
    padding: 5px 16px;
  }

  #s-mainHeader .s-Header-nav {
    flex-direction: column;
    align-items: baseline;
    position: absolute;
    top: 0;
    left: 0;
    /* height: 60vh; */
    max-height: 0;
    /* width: 0;
    max-width: 0; */
    transition: 0.25s all ease-out;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }

  #s-mainHeader .s-Header-nav.shown {
    /*width: 100%;
    max-height: 1000px;
    transition: 0.25s all ease-out;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 40px;

    overflow-y: auto;
    white-space: normal;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    height: 100vh;*/

position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100dvh;
max-height: 100dvh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
z-index: 2;
padding-top: 80px;
padding-bottom: 40px;
transition: 0.25s all ease-out;
opacity: 1;
visibility: visible;
  }

  #s-mainHeader .s-Header-nav.shown .s-nav_item.s-active {
    background-color: #fff;
  }

  #s-mainHeader .s-Header-nav.shown .s-nav_item {
    padding: 0 15px;
    /*margin-bottom: 40px;*/
    position: relative;
    border: none;
  }

  #s-mainHeader .s-Header-nav.shown .s-nav_item a:after {
    position: absolute;
    content: ">";
    color: #00296d;
    padding-left: 10px;
    font-size: 20px;
  }

  #s-mainHeader .s-Header-nav.shown .s-nav_item a {
    color: #002b69;
    font-size: 20px;
    padding: 20px 0;
  }

  #s-mainHeader .s-nav_item:hover {
    background-color: transparent;
  }

  /* #s-mainHeader .s-nav_item a #s-mainHeader .s-nav_item.s-active { 
    background-color: #002b69;  
  } */

  #s-mainHeader .s-nav_item {
    width: 100%;
    border-bottom: solid 1px #fff;
  }

  #s-mainHeader .s-mainHeader-below.fixed-header {
    position: static;
  }

  body.overflow {
    overflow: hidden;
  }

  .o-footer {
    margin-bottom: 65px;
  }

  #s-mainFooter .s-contactus-btn02 .s-small-txt {
    margin-left: 0;
  }
}

/* 
.sticky-up.hide-down {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}
.sticky-up {
  visibility: visible;
  opacity: 1;
} */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #s-mainHeader .s-header-contact .s-contactus-btn01 a {
    padding-top: 5px;
  }

  #s-facility_detailpage .s-facility_store-slider {
    margin-right: 15px;
  }
}

body .old_design {
  background: transparent !important;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.anchor-1 {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}

/* OLD CSS */

/* static_adjustment_trunk-about */

/* ================================================================================

    汎用CSS

================================================================================ */
/* ----- font ----- */
.old_design .fs48 {
  font-size: 48px !important;
}

.old_design .fs40 {
  font-size: 40px !important;
}

.old_design .fs36 {
  font-size: 36px !important;
}

.old_design .fs32 {
  font-size: 32px !important;
}

.old_design .fs30 {
  font-size: 30px !important;
}

.old_design .fs28 {
  font-size: 28px !important;
}

.old_design .fs26 {
  font-size: 26px !important;
}

.old_design .fs24 {
  font-size: 24px !important;
}

.old_design .fs21 {
  font-size: 21px !important;
}

.old_design .fs18 {
  font-size: 18px !important;
}

.old_design .fs16 {
  font-size: 16px !important;
}

.old_design .fs14 {
  font-size: 14px !important;
}

.old_design .fs12 {
  font-size: 12px !important;
}

.old_design .fs10 {
  font-size: 10px !important;
}

.old_design .fs9 {
  font-size: 9px !important;
}

.old_design .fs8 {
  font-size: 8px !important;
}

.old_design .tar {
  text-align: right !important;
}

.old_design .tac {
  text-align: center !important;
}

.old_design .tal {
  text-align: left !important;
}

.old_design .fwn {
  font-weight: normal !important;
}

.old_design .fwb {
  font-weight: bold !important;
}

/* ----- margin ----- */
/* margin-top */
.old_design .mt0 {
  margin-top: 0 !important;
}

.old_design .mt5 {
  margin-top: 5px !important;
}

.old_design .mt10 {
  margin-top: 10px !important;
}

.old_design .mt15 {
  margin-top: 15px !important;
}

.old_design .mt20 {
  margin-top: 20px !important;
}

.old_design .mt25 {
  margin-top: 25px !important;
}

.old_design .mt30 {
  margin-top: 30px !important;
}

.old_design .mt35 {
  margin-top: 35px !important;
}

.old_design .mt40 {
  margin-top: 40px !important;
}

.old_design .mt45 {
  margin-top: 45px !important;
}

.old_design .mt50 {
  margin-top: 50px !important;
}

.old_design .mt55 {
  margin-top: 55px !important;
}

.old_design .mt60 {
  margin-top: 60px !important;
}

.old_design .mt65 {
  margin-top: 65px !important;
}

.old_design .mt70 {
  margin-top: 70px !important;
}

.old_design .mt75 {
  margin-top: 75px !important;
}

.old_design .mt80 {
  margin-top: 80px !important;
}

.old_design .mt85 {
  margin-top: 85px !important;
}

.old_design .mt90 {
  margin-top: 90px !important;
}

.old_design .mt95 {
  margin-top: 95px !important;
}

.old_design .mt100 {
  margin-top: 100px !important;
}

/* margin-right */
.old_design .mr0 {
  margin-right: 0 !important;
}

.old_design .mr5 {
  margin-right: 5px !important;
}

.old_design .mr10 {
  margin-right: 10px !important;
}

.old_design .mr15 {
  margin-right: 15px !important;
}

.old_design .mr20 {
  margin-right: 20px !important;
}

.old_design .mr25 {
  margin-right: 25px !important;
}

.old_design .mr30 {
  margin-right: 30px !important;
}

.old_design .mr35 {
  margin-right: 35px !important;
}

.old_design .mr40 {
  margin-right: 40px !important;
}

.old_design .mr45 {
  margin-right: 45px !important;
}

.old_design .mr50 {
  margin-right: 50px !important;
}

.old_design .mr55 {
  margin-right: 55px !important;
}

.old_design .mr60 {
  margin-right: 60px !important;
}

.old_design .mr65 {
  margin-right: 65px !important;
}

.old_design .mr70 {
  margin-right: 70px !important;
}

.old_design .mr75 {
  margin-right: 75px !important;
}

.old_design .mr80 {
  margin-right: 80px !important;
}

.old_design .mr85 {
  margin-right: 85px !important;
}

.old_design .mr90 {
  margin-right: 90px !important;
}

.old_design .mr95 {
  margin-right: 95px !important;
}

.old_design .mr100 {
  margin-right: 50px !important;
}

/* margin-bottom */
.old_design .mb0 {
  margin-bottom: 0 !important;
}

.old_design .mb5 {
  margin-bottom: 5px !important;
}

.old_design .mb10 {
  margin-bottom: 10px !important;
}

.old_design .mb15 {
  margin-bottom: 15px !important;
}

.old_design .mb20 {
  margin-bottom: 20px !important;
}

.old_design .mb25 {
  margin-bottom: 25px !important;
}

.old_design .mb30 {
  margin-bottom: 30px !important;
}

.old_design .mb35 {
  margin-bottom: 35px !important;
}

.old_design .mb40 {
  margin-bottom: 40px !important;
}

.old_design .mb45 {
  margin-bottom: 45px !important;
}

.old_design .mb50 {
  margin-bottom: 50px !important;
}

.old_design .mb55 {
  margin-bottom: 55px !important;
}

.old_design .mb60 {
  margin-bottom: 60px !important;
}

.old_design .mb65 {
  margin-bottom: 65px !important;
}

.old_design .mb70 {
  margin-bottom: 70px !important;
}

.old_design .mb75 {
  margin-bottom: 75px !important;
}

.old_design .mb80 {
  margin-bottom: 80px !important;
}

.old_design .mb85 {
  margin-bottom: 85px !important;
}

.old_design .mb90 {
  margin-bottom: 90px !important;
}

.old_design .mb95 {
  margin-bottom: 95px !important;
}

.old_design .mb100 {
  margin-bottom: 100px !important;
}

.old_design .mb110 {
  margin-bottom: 110px !important;
}

.old_design .mb120 {
  margin-bottom: 120px !important;
}

.old_design .mb130 {
  margin-bottom: 130px !important;
}

.old_design .mb140 {
  margin-bottom: 140px !important;
}

.old_design .mb150 {
  margin-bottom: 150px !important;
}

.old_design .mb160 {
  margin-bottom: 160px !important;
}

.old_design .mb170 {
  margin-bottom: 170px !important;
}

.old_design .mb180 {
  margin-bottom: 180px !important;
}

.old_design .mb190 {
  margin-bottom: 190px !important;
}

.old_design .mb200 {
  margin-bottom: 200px !important;
}

/* margin-left */
.old_design .ml0 {
  margin-left: 0 !important;
}

.old_design .ml5 {
  margin-left: 5px !important;
}

.old_design .ml10 {
  margin-left: 10px !important;
}

.old_design .ml15 {
  margin-left: 15px !important;
}

.old_design .ml20 {
  margin-left: 20px !important;
}

.old_design .ml25 {
  margin-left: 25px !important;
}

.old_design .ml30 {
  margin-left: 30px !important;
}

.old_design .ml35 {
  margin-left: 35px !important;
}

.old_design .ml40 {
  margin-left: 40px !important;
}

.old_design .ml45 {
  margin-left: 45px !important;
}

.old_design .ml50 {
  margin-left: 50px !important;
}

.old_design .ml55 {
  margin-left: 55px !important;
}

.old_design .ml60 {
  margin-left: 60px !important;
}

.old_design .ml65 {
  margin-left: 65px !important;
}

.old_design .ml70 {
  margin-left: 70px !important;
}

.old_design .ml75 {
  margin-left: 75px !important;
}

.old_design .ml80 {
  margin-left: 80px !important;
}

.old_design .ml85 {
  margin-left: 85px !important;
}

.old_design .ml90 {
  margin-left: 90px !important;
}

.old_design .ml95 {
  margin-left: 95px !important;
}

.old_design .ml100 {
  margin-left: 100px !important;
}

/* padding-top */
.old_design .pt0 {
  padding-top: 0 !important;
}

.old_design .pt5 {
  padding-top: 5px !important;
}

.old_design .pt10 {
  padding-top: 10px !important;
}

.old_design .pt15 {
  padding-top: 15px !important;
}

.old_design .pt20 {
  padding-top: 20px !important;
}

.old_design .pt25 {
  padding-top: 25px !important;
}

.old_design .pt30 {
  padding-top: 30px !important;
}

.old_design .pt35 {
  padding-top: 35px !important;
}

.old_design .pt40 {
  padding-top: 40px !important;
}

.old_design .pt45 {
  padding-top: 45px !important;
}

.old_design .pt50 {
  padding-top: 50px !important;
}

.old_design .pt55 {
  padding-top: 55px !important;
}

.old_design .pt60 {
  padding-top: 60px !important;
}

.old_design .pt65 {
  padding-top: 65px !important;
}

.old_design .pt70 {
  padding-top: 70px !important;
}

.old_design .pt75 {
  padding-top: 75px !important;
}

.old_design .pt80 {
  padding-top: 80px !important;
}

.old_design .pt85 {
  padding-top: 85px !important;
}

.old_design .pt90 {
  padding-top: 90px !important;
}

.old_design .pt95 {
  padding-top: 95px !important;
}

.old_design .pt100 {
  padding-top: 100px !important;
}

.old_design .pt110 {
  padding-top: 110px !important;
}

.old_design .pt120 {
  padding-top: 120px !important;
}

.old_design .pt130 {
  padding-top: 130px !important;
}

.old_design .pt140 {
  padding-top: 140px !important;
}

.old_design .pt150 {
  padding-top: 150px !important;
}

.old_design .pt160 {
  padding-top: 160px !important;
}

.old_design .pt170 {
  padding-top: 170px !important;
}

.old_design .pt180 {
  padding-top: 180px !important;
}

.old_design .pt190 {
  padding-top: 190px !important;
}

.old_design .pt200 {
  padding-top: 200px !important;
}

/* padding-right */
.old_design .pr0 {
  padding-right: 0 !important;
}

.old_design .pr5 {
  padding-right: 5px !important;
}

.old_design .pr10 {
  padding-right: 10px !important;
}

.old_design .pr15 {
  padding-right: 15px !important;
}

.old_design .pr20 {
  padding-right: 20px !important;
}

.old_design .pr25 {
  padding-right: 25px !important;
}

.old_design .pr30 {
  padding-right: 30px !important;
}

.old_design .pr35 {
  padding-right: 35px !important;
}

.old_design .pr40 {
  padding-right: 40px !important;
}

.old_design .pr45 {
  padding-right: 45px !important;
}

.old_design .pr50 {
  padding-right: 50px !important;
}

.old_design .pr55 {
  padding-right: 55px !important;
}

.old_design .pr60 {
  padding-right: 60px !important;
}

.old_design .pr65 {
  padding-right: 65px !important;
}

.old_design .pr70 {
  padding-right: 70px !important;
}

.old_design .pr75 {
  padding-right: 75px !important;
}

.old_design .pr80 {
  padding-right: 80px !important;
}

.old_design .pr85 {
  padding-right: 85px !important;
}

.old_design .pr90 {
  padding-right: 90px !important;
}

.old_design .pr95 {
  padding-right: 95px !important;
}

.old_design .pr100 {
  padding-right: 100px !important;
}

/* padding-bottom */
.old_design .pb0 {
  padding-bottom: 0 !important;
}

.old_design .pb5 {
  padding-bottom: 5px !important;
}

.old_design .pb10 {
  padding-bottom: 10px !important;
}

.old_design .pb15 {
  padding-bottom: 15px !important;
}

.old_design .pb20 {
  padding-bottom: 20px !important;
}

.old_design .pb25 {
  padding-bottom: 25px !important;
}

.old_design .pb30 {
  padding-bottom: 30px !important;
}

.old_design .pb35 {
  padding-bottom: 35px !important;
}

.old_design .pb40 {
  padding-bottom: 40px !important;
}

.old_design .pb45 {
  padding-bottom: 45px !important;
}

.old_design .pb50 {
  padding-bottom: 50px !important;
}

.old_design .pb55 {
  padding-bottom: 55px !important;
}

.old_design .pb60 {
  padding-bottom: 60px !important;
}

.old_design .pb65 {
  padding-bottom: 65px !important;
}

.old_design .pb70 {
  padding-bottom: 70px !important;
}

.old_design .pb75 {
  padding-bottom: 75px !important;
}

.old_design .pb80 {
  padding-bottom: 80px !important;
}

.old_design .pb85 {
  padding-bottom: 85px !important;
}

.old_design .pb90 {
  padding-bottom: 90px !important;
}

.old_design .pb95 {
  padding-bottom: 95px !important;
}

.old_design .pb100 {
  padding-bottom: 100px !important;
}

.old_design .pb110 {
  padding-bottom: 110px !important;
}

.old_design .pb120 {
  padding-bottom: 120px !important;
}

.old_design .pb130 {
  padding-bottom: 130px !important;
}

.old_design .pb140 {
  padding-bottom: 140px !important;
}

.old_design .pb150 {
  padding-bottom: 150px !important;
}

/* padding-left */
.old_design .pl0 {
  padding-left: 0 !important;
}

.old_design .pl5 {
  padding-left: 5px !important;
}

.old_design .pl10 {
  padding-left: 10px !important;
}

.old_design .pl15 {
  padding-left: 15px !important;
}

.old_design .pl20 {
  padding-left: 20px !important;
}

.old_design .pl25 {
  padding-left: 25px !important;
}

.old_design .pl30 {
  padding-left: 30px !important;
}

.old_design .pl35 {
  padding-left: 35px !important;
}

.old_design .pl40 {
  padding-left: 40px !important;
}

.old_design .pl45 {
  padding-left: 45px !important;
}

.old_design .pl50 {
  padding-left: 50px !important;
}

.old_design .pl55 {
  padding-left: 55px !important;
}

.old_design .pl60 {
  padding-left: 60px !important;
}

.old_design .pl65 {
  padding-left: 65px !important;
}

.old_design .pl70 {
  padding-left: 70px !important;
}

.old_design .pl75 {
  padding-left: 75px !important;
}

.old_design .pl80 {
  padding-left: 80px !important;
}

.old_design .pl85 {
  padding-left: 85px !important;
}

.old_design .pl90 {
  padding-left: 90px !important;
}

.old_design .pl95 {
  padding-left: 95px !important;
}

.old_design .pl100 {
  padding-left: 100px !important;
}

.old_design .pl1em {
  padding-left: 1em !important;
}

.old_design .pl2em {
  padding-left: 2em !important;
}

.old_design .pl3em {
  padding-left: 3em !important;
}

/* ----- line-height ----- */
.old_design .lh100 {
  line-height: 1 !important;
}

.old_design .lh150 {
  line-height: 1.5 !important;
}

.old_design .lh167 {
  line-height: 1.67 !important;
}

.old_design .lh200 {
  line-height: 2 !important;
}

/* ----- min-height ----- */
/* ----- text-indent ----- */
.old_design .ti-1em {
  text-indent: -1em;
}

.old_design .ti-2em {
  text-indent: -2em;
}

.old_design .ti-3em {
  text-indent: -3em;
}

.old_design #content .pagetop {
  margin: 0 -15px -30px 40px;
  padding: 26px 0 0 0;
}

@media screen and (max-width: 768px) {
  .old_design #content .pagetop {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
  }

  .old_design #content .pagetop img {
    height: auto;
    width: auto;
    float: right;
    margin-right: 10px;
  }

  .old_design img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }
}

/* trunk-css-common */

/* ----- reset ----- */
body .old_design,
.old_design div,
.old_design dl,
.old_design dt,
.old_design dd,
.old_design ul,
.old_design ol,
.old_design li,
.old_design h1,
.old_design h2,
.old_design h3,
.old_design h4,
.old_design h5,
.old_design h6,
.old_design pre,
.old_design form,
.old_design fieldset,
.old_design input,
.old_design textarea,
.old_design p,
.old_design blockquote,
.old_design th,
.old_design td {
  margin: 0;
  padding: 0;
}

.old_design table {
  border-collapse: collapse;
  border-spacing: 0;
}

.old_design fieldset,
.old_design img {
  border: 0;
}

.old_design address,
.old_design caption,
.old_design cite,
.old_design code,
.old_design dfn,
.old_design em,
.old_design strong,
.old_design th,
.old_design var {
  font-style: normal;
  font-weight: normal;
}

.old_design ol,
.old_design ul {
  list-style: none;
}

.old_design caption,
.old_design th {
  text-align: left;
}

.old_design h1,
.old_design h2,
.old_design h3,
.old_design h4,
.old_design h5,
.old_design h6 {
  font-size: 100%;
  font-weight: normal;
}

.old_design q:before,
.old_design q:after {
  content: "";
}

.old_design abbr,
.old_design acronym {
  border: 0;
}

/* ----- tag ----- */
body .old_design {
  background: #ffffff;
}

.old_design img {
  vertical-align: bottom;
}

.old_design strong {
  font-weight: bold;
}

.old_design th,
.old_design td {
  vertical-align: top;
}

body .old_design {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}

.old_design table,
.old_design textarea,
.old_design select {
  font-size: inherit;
  font: 100%;
}

.old_design h1,
.old_design h2,
.old_design h3,
.old_design h4,
.old_design h5,
.old_design h6 {
  line-height: 1.5;
  color: #4d4d4d;
}

.old_design p,
.old_design li,
.old_design td,
.old_design th,
.old_design dt,
.old_design dd {
  line-height: 1.5;
  /* color: #4d4d4d; */
}

.old_design input,
.old_design textarea,
.old_design option {
  font-size: 100%;
  line-height: 1.5;
  color: #333;
}

.old_design a {
  color: #00a1c9;
  text-decoration: none;
}

.old_design a:hover {
  color: #33b4d4;
  text-decoration: underline;
}

.old_design .clear {
  clear: both;
}

/* ----- clearfix ----- */
.old_design .clearfix {
  zoom: 1;
}

.old_design .clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .old_design #main .s-trunk-size-image {
    width: 630px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    box-sizing: border-box;
  }

  .old_design #main .s-trunk-size-image>li {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    padding: 20px;
    background-color: #fff;
  }

   .old_design #main .s-trunk-size-image>li:last-child {
    margin-bottom: 0;
  } 

  .old_design #main .s-trunk-size-image>li .s-size-image-text {
    box-sizing: border-box;
    /* width: 370px; */
    /* padding: 0 20px 0 20px; */
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  /* .old_design #main .s-trunk-size-image>li .s-size-image-text>p:first-child {
    color: #002c69;
    font-weight: bold;
    font-size: 2.8rem;
  }

  .old_design #main .s-trunk-size-image>li .s-size-image-text>p:first-child+p {
    padding: 5px 0 10px;
    color: #00a1e9;
    font-weight: bold;
  } */

  .old_design #main .s-trunk-size-image>li .s-size-image-photo {
    /* position: absolute;
    bottom: -20px;
    right: -40px; */
  }
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image {
    margin-top: 20px;
    box-sizing: border-box;
  }

  .old_design #main .s-trunk-size-image>li {
    padding: 4.34783%;
    margin-bottom: 20px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-align-items: center; */
    /* align-items: center; */
  }

   .old_design #main .s-trunk-size-image>li:last-child {
    margin-bottom: 0;
  } 

  .old_design #main .s-trunk-size-image>li .s-size-image-text {
    box-sizing: border-box;
    /* width: 53.96825%; */
    /* padding: 1.30208vw 0; */
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 16px;
  }



  .old_design #main .s-trunk-size-image>li .s-size-image-text>p:first-child {
    margin: 0 0 1.30208vw;
    font-size: 1.7rem;
    font-weight: bold;
    color: #002c69;
  }

  .old_design #main .s-trunk-size-image>li .s-size-image-text>p:first-child+p {
    margin: 0 0 2.60417vw;
    font-weight: bold;
    color: #00a1e9;
    font-size: 1rem;
  }

  .old_design #main .s-trunk-size-image>li .s-size-image-photo {
    width: 41.26984%;
    position: static;
  }
}

/* IMAGE CAPTIONS */
.old_design .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.old_design .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.old_design

/*#p-index*/
#visual {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.old_design

/*#p-index*/
#visual .slider {
  margin-left: -1470px;
  position: absolute;
  left: 50%;
  width: 2940px;
}

.old_design

/*#p-index*/
#visual .bx-wrapper {
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.3);
}

.old_design

/*#p-index*/
#visual .bx-wrapper .bx-pager {
  bottom: -45px;
}

.old_design
/*#p-index*/
/* #content .pagetop {
  padding: 20px 40px 50px;
  width: auto;
  background: url("/assets/images/original/trunk-images-common-bg.png");
} */

.old_design

/*#p-index*/
#content .inner {
  border-bottom: 1px solid #e6e6e6;
}

.old_design

/*#p-index*/
#content .merit {
  /* padding-bottom: 55px; */
}

.old_design

/*#p-index*/
#content .merit h2 {
  text-align: center;
  margin-bottom: 20px;
}

.old_design

/*#p-index*/
#content .merit .col2 {
  margin: 0 -40px;
  width: 980px;
  padding: 0 25px 5px 35px;
}

.old_design

/*#p-index*/
#content .merit .col2 div {
  float: left;
  padding-right: 5px;
}

.old_design

/*#p-index*/
#content .merit .col3 {
  margin: 0 -40px;
  width: 980px;
  padding: 0 25px 0 35px;
}

.old_design

/*#p-index*/
#content .merit .col3 div {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.old_design

/*#p-index*/
#content .information .list {
  float: left;
  width: 630px;
  padding-right: 45px;
}

.old_design

/*#p-index*/
#content .information .list h3 {
  padding-bottom: 5px;
}

.old_design

/*#p-index*/
#content .information .list ul li {
  border-bottom: 1px dotted #aeafb2;
  padding-bottom: 10px;
}

.old_design

/*#p-index*/
#content .information .list ul .last {
  border-bottom: none;
  padding-top: 15px;
}

.old_design

/*#p-index*/
#content .information .list ul li span {
  display: block;
}

.old_design

/*#p-index*/
#content .information .list ul li .date {
  padding-bottom: 5px;
}

.old_design

/*#p-index*/
#content .information .list ul li span a.linkIcon {
  background: url("/assets/images/original/trunk-images-index-arrow_info.png") no-repeat scroll 0 3px transparent;
  padding-left: 15px;
}

.old_design

/*#p-index*/
#content .information .list ul li .listNews .name {
  padding-right: 15px;
}

.old_design

/*#p-index*/
#content .information .banner {
  float: left;
}

.old_design

/*#p-index*/
#content .information .banner ul li {
  padding-bottom: 20px;
}

.old_design

/*#p-index*/
#content .shop {
  background-color: #fff;
  padding: 50px 30px 30px;
}

.old_design

/*#p-index*/
#content .shop h3 {
  padding-bottom: 15px;
}

.old_design

/*#p-index*/
#content .shop .list .btn {
  float: left;
  padding-bottom: 10px;
  padding-right: 10px;
}

.old_design #p-facility-index #content #main h2 {
  margin: -5px -5px 40px;
}

.old_design

/*/*.p-facility-subpage*/
*/ #main h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #002b69;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}

.old_design

/*/*.p-facility-subpage*/
*/ #main h2 span {
  padding-left: 15px;
  border-left: 5px solid #002b69;
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.old_design

/*.p-facility-subpage*/
#main .address {
  margin-bottom: 20px;
}

.old_design

/*.p-facility-subpage*/
#main .address h3 {
  margin-right: 10px;
  padding: 0 10px;
  float: left;
  display: block;
  color: #fff;
  font-size: 14px;
  background: #002b69;
  line-height: 26px;
}

.old_design

/*.p-facility-subpage*/
#main .data {
  margin-bottom: 40px;
}

.old_design

/*.p-facility-subpage*/
#main .photo {
  float: left;
  width: 330px;
}

.old_design

/*.p-facility-subpage*/
#main .photo .image {
  margin-bottom: 10px;
  width: 330px;
  height: 330px;
  position: relative;
}

.old_design

/*.p-facility-subpage*/
#main .photo .image li {
  position: absolute;
  left: 0;
  top: 0;
}

.old_design

/*.p-facility-subpage*/
#main .photo .image li img {
  width: 330px;
  height: 330px;
}

.old_design

/*.p-facility-subpage*/
#main .photo .thumbnail {
  margin-left: -10px;
  width: 340px;
}

.old_design

/*.p-facility-subpage*/
#main .photo .thumbnail li {
  margin-left: 10px;
  float: left;
}

.old_design

/*.p-facility-subpage*/
#main .photo .thumbnail li img {
  width: 75px;
  height: 75px;
}

.old_design #main .s-user_sab-h {
  max-width: 898px;
  color: #00286c;
  font-weight: bold;
  margin: 40px 0 20px 0 !important;
  padding: 0 2px 4px;
  border-bottom: 1px solid #02a0ea;
}

@media screen and (min-width: 769px) {
  .old_design #main .s-user_sab-h {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .old_design #main .s-user_sab-h {
    font-size: 20px;
  }
}

.old_design fieldset,
.old_design img {
  border: 0;
}

.old_design .logoarea img {
  width: 270px;
}

.old_design .logoarea p {
  margin-left: 280px;
}

.old_design #main .map .image img {
  max-width: 280px;
}

@media screen and (max-width: 768px) {
  .old_design #main .map .image img {
    max-width: 100%;
  }
}

/* ----- background ----- */
/* ----- color ----- */
.old_design .pink {
  color: #eb6ea5 !important;
}

.old_design .blue {
  color: #002b69 !important;
}

/* ----- float ----- */
.old_design .fll {
  float: left !important;
}

.old_design .flr {
  float: right !important;
}

.old_design #content .pagetop {
  /* margin: 0 -15px -30px 0; */
  padding: 35px 0 0;
  clear: both;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .old_design #content .pagetop {
    /* margin: 0 -15px -30px 0; */
    padding: 15px 0 0;
  }

  .old_design .user-img-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .old_design .s-trunk-user-ttl_sub-sp02 {
    width: auto;
  }

  .old_design .s-trunk-user-ttl_sub-sp {
    width: auto;
  }
}

.s-trunk-table-cell-info {
  display: table;
  margin-bottom: 20px;
}

.s-trunk-table-cell-info .s-trunk-table-cell-info_dt,
.s-trunk-table-cell-info .s-trunk-table-cell-info_dd {
  display: table-cell;
}

.s-trunk-table-cell-info .s-trunk-table-cell-info_dt {
  width: 5em;
}

.s-trunk-table-cell-info .s-trunk-table-cell-info_dd {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 769px) {
  .m-breadcrumbs {
    margin-top: 130px !important;
  }
}

/* NEW CSS 07/06/2022 */

.old_design #main .s-trunk-size-sub-title-box {
  display: flex;
  padding: 16px 20px 16px 20px;
  background-color: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-sub-title-box {
    display: flex;
    flex-direction: column;
  }

}

.old_design #main .s-trunk-size-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-subtitle {
    margin-bottom: 8px;
  }
}


.old_design #main .s-trunk-size-sublink {
  font-size: 14px;
  color: #1e50a2;
  position: relative;
  text-decoration: underline;
  line-height: 1.6;
}

.old_design #main .s-trunk-size-sublink:hover {
  text-decoration: none;
  opacity: .7;
}


@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-sublink:after {
    bottom: -2px;
    width: 80%;
  }
}

.old_design #main .s-trunk-size-image>li .s-trunk-size-titlebox {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image>li .s-trunk-size-titlebox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}

.old_design #main .s-trunk-size-image .s-trunk-size-num {
  color: #002c69;
  font-weight: bold;
  font-size: 2.8rem;
  margin-right: 16px;
}


.old_design #main .s-trunk-size-image .s-trunk-size-dsc {
  padding: 5px 0 5px;
  color: #00a1e9;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image .s-trunk-size-dsc {
    font-size: 14px;
  }
}

.old_design #main .s-trunk-size-image .s-trunk-size-txt {
  margin-bottom: 16px;
  font-size: 14px;
}

.old_design #main .s-trunk-size-image .s-trunk-size-col-sm .s-trunk-size-dimension-img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image .s-trunk-size-col-sm .s-trunk-size-dimension-img {
    height: auto;
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}

.old_design #main .s-trunk-size-image .s-size-image-text {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image .s-size-image-text {
    display: flex;
    flex-direction: column-reverse;
  }
}

.old_design #main .s-trunk-size-image .s-trunk-size-col-sm {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image .s-trunk-size-col-sm {
    flex: 0 1 100%;
    width: 100%;
  }
}

.old_design #main .s-trunk-size-image .s-trunk-size-col-lg {
  width: 344px;
  height: auto;
  position: relative;
}


@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image .s-trunk-size-col-lg {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}

.old_design #main .s-trunk-size-image .s-size-image-text-bold {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.old_design #main .s-trunk-size-image .s-trunk-size-li {
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 4px;
  color: #777;
}

.old_design #main .s-trunk-size-image .s-trunk-size-li-link {
  color: #1e50a2;
  text-decoration: underline;
}

.old_design #main .s-trunk-size-image .s-trunk-size-li-link:hover {
  opacity: .7;
  text-decoration: none;
}

.old_design #main .s-trunk-size-image-fig {
  margin: 0;
  position: relative;
}

.old_design #main .s-trunk-size-image-capt {
  font-size: 12px;
  line-height: 2;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
}

@media screen and (max-width: 768px) {
  .old_design #main .s-trunk-size-image-capt {
  }
}

.s-facility_fee-txt{
	display: flex;
	justify-content: flex-end;
	padding: 16px 16px 0px 0 !important;
	color:#e34563;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	.s-facility_fee-txt{
		display: flex;
		justify-content: flex-end;
		padding: 18px 8px 0px 0 !important;
		color:#e34563;
		font-size: 10px;
	}
}

/*20230620森根追記ここから*/
#s-mainHeader .s-header-contact .s-tel_btn .s-number.s-20230620 {
    color: rgba(199,0,10,0.75);
}

#s-mainFooter .s-number.s-20230620 {
    color: rgba(199,0,10,0.75);
}
#s-mainHeader .s-header-contact .s-contactus-btn02.s-20230620 {
    background-color: rgba(199,0,10,0.75);
}
/*20230620森根追記ここまで*/

/* 202504追記 */
@media only screen and (max-width: 768px) {
  #s-mainHeader .s-mainHeader-above.s-202504update {
    padding: 0;
  }
  #s-mainHeader .s-mainHeader-above.s-202504update .s-btn {
    display: flex;
    /*width: 10.8rem;*/
    width: 18rem;
  }
  #s-mainHeader .s-mainHeader-above.s-202504update .s-btn-item,
  #s-mainHeader .s-mainHeader-above.s-202504update .s-nav-icon {
    width: 33.3%;
    height: 64px;
  }
  #s-mainHeader .s-mainHeader-above.s-202504update .s-phone-btn,
  #s-mainHeader .s-mainHeader-above.s-202504update .s-reserve-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
  }
  #s-mainHeader .s-mainHeader-above.s-202504update .s-phone-btn img,
  #s-mainHeader .s-mainHeader-above.s-202504update .s-reserve-btn img {
    width: 2.5rem;
    height: auto;
  }
  #s-mainHeader .s-mainHeader-above.s-202504update .s-phone-btn {
    background-color: #00a2ea;
  }
  #s-mainHeader .s-mainHeader-above.s-202504update .s-reserve-btn {
    background-color: #002869;
  }
}



