@charset "UTF-8";
/* CSS Document */
/* --- txt --- */
.df-txt {
  color: #645B52;
}
.tx-red {
  color: #E85F5F;
}
.tx-b {
  font-weight: bold;
}
/* --- margin / padding --- */
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
/* --- その他 --- */
.pi-cur {
  cursor: pointer;
}
a:hover img {
  opacity: 90%;
}
/* --- header --- */
header {
  width: 100%;
  height: 60px;
  text-align: center;
  background: #645A52;
  position: relative;
  clear: both;
}
header .hd-box {
  display: table;
  width: 100%;
  height: 55px;
  padding-top: 6px;
}
header .hd-box div {
  display: table-cell;
  height: 40px;
}
/* --- アイコン --- */
header .hd-box div a {
  display: inline-block;
}
header .hd-box .hd-menu {
  width: 20%;
  padding-left: 15px;
  text-align: left;
}
header .hd-box .hd_Logo {
  width: 60%;
  text-align: center;
}
header .hd-box .hd-login {
  width: 20%;
  padding-right: 15px;
  text-align: right;
}
img.hd-pic_menu, img.hd-pic_login {
  width: 30px;
  height: 35px;
}
img.hd-pic_Logo {
  width: 62px;
  height: 43px;
  position: relative;
  top: 3px;
}
/* --- contents--- */
.contentsWrap {
  min-width: 701px;
  max-width: 1024px;
  margin: 0 auto;
}
.contents h2 {
  margin-bottom: 45px;
  padding-bottom: 45px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-bottom: #645B52 dashed 2px; 
}
.in-content {
  margin: 0 15px 35px;
  line-height: 1.5;
}
/* --- h3（吹き出しタイトル） --- */
.description h3 {
  margin: 20px 0 35px;
  padding: 10px 20px;
  color: #645B52;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #E3DED8;
  position: relative;
}
.description h3::after {
  content: "";
  width: 30px;
  height: 10px;
  text-align: center;
  background: url(../image/huki1.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 48%;
}
.in-content img.ttl_image {
  display: block;
  width: 100%;
}
.in-content p.list {
  width: 34em;
  margin: 0 auto;
  font-size: 110%;
  line-height: 1.8;
}
.in-content .list_sp {
  display: none;
}
.in-content p.in-txt {
  padding: 0 15px;
}
.in-content img.pic_image {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 35px auto;
}
/* --- バナー --- */
a.bnr {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
a.bnr img {
  width: 100%;
}
/* --- ページ内アンカー --- */
.in-content .bnr_box {
  display: table;
  margin: 35px auto 0;
}
.in-content .bnr_box div {
  display: table-cell;
  width: 300px;
}
.L-box {
  padding-right: 10px;
}
.R-box {
  padding-left: 10px;
}
.bnr_box div a img {
  width: 100%;
}
.in-content img.pic_txt {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 25px auto 0;
}
/* --- ボタン（オレンジ） --- */
.but_pc {
  max-width: 380px;
  margin: 0 auto;
}
/* --- drawer_close.js --- */
.swith-OFF {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}
.swith-ON {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(0);
}
.bg_swith-OFF {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.bg_swith-ON {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
/* --- side menu --- */
.sd-menu_box {
  width: 90%;
  max-width: 290px;
  height: 100vh;
  z-index: 10;
  position: absolute;
  top: 0;
  padding-top: 5px;
}
.sd-menu_box .sd-content_box {
  width: 100%;
  height: 100%;
  padding: 20px;
  /* transform: translateX(0%); */
  /* transition: all 0.3s ease-in-out 0s; */
  background: #645B52;
  box-shadow: rgba(0, 0, 0, 0.15) 6px 0 25px;
  overflow: auto;
}
.sd-content_box .close-icon, .sd-content_box .close-icon img {
  width: 25px;
  height: 25px;
}
.sd-content_box .logo {
  margin-bottom: 20px;
}
/* --- sd menu list --- */
ul.sd-menu li a {
  border-bottom: #FFFFFF 2px dashed;
}
ul.sd-menu li:first-child {
  border-top: #FFFFFF 2px dashed;
}
ul.sd-menu li a {
  display: block;
  /* padding: 15px 10px; */
  padding: 17px 10px 13px;
  color: #FFFFFF;
  font-size: 110%;
  /* font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'YuGothicM', YuGothic, Meiryo, sans-serif !important; */
  line-height: 150%;
  text-align: left;
  text-decoration: none;
}
/* ul.sd-menu li a:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: url("../image/sd-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
} */
ul.sd-menu li {
  position: relative;
}
/* --- close(bg) --- */
label.nav-close {
  width: 100%;
  height: 100%;
  z-index: -5;
  /* transition: all 0.3s ease-in-out 0s; */
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.bg-close {
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
/*
@media screen and (max-width: 414px) {
  #contentsWrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .detail li > p span.feeContent span.price {
    font-size: 17px;
  }
}
*/