@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0 !important;
}
body {
  color: #231815;
  font-family: 'Noto Sans Japanese', serif;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}
img {
  display: block;
  width: 100%;
}
.article-box img {
  display: block;
  max-width: 100%;
  width: auto;
}
.clr:after{
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.js-bg-ref {
  opacity: 0;
}


/*** display ***/
/* pc-only */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
  .pc-block {
    display: block !important;
  }
}
/* sp-only */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
}


/*** fontstyle ***/
.font_gothic {
    font-family: "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Roboto, "Droid Sans", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.font_maru_gothic {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, "メイリオ", sans-serif;
}
.font_Mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.align_c {
  text-align: center !important;
}
.align_l {
  text-align: left !important;
}
.align_r {
  text-align: right !important;
}
.vertical_t {
  vertical-align: top !important;
}
.vertical_m {
  vertical-align: middle !important;
}
.vertical_b {
  vertical-align: bottom !important;
}
.font_normal {
  font-weight: normal !important;
}
.font_demibold {
  font-weight: 600 !important;
}
.font_bold {
  font-weight: bold !important;
}
.font_underline {
  text-decoration: underline !important;
}
.font-spacing-0 {
  letter-spacing: 0;
}
.color-white {
  color: #fff !important;
}
.color-red {
  color: #B7282C !important;
}
.color-blue {
  color: #3EAFDD !important;
}
.color-pink {
  color: #d62d75 !important;
}
.color-green {
  color: #92d050 !important;
}
.color-orange {
  color: #F1A822 !important;
}
.color-gold {
  color: #916C27 !important;
}
.color-gold02 {
  color: #A88E1F !important;
}

/*img*/
.img_natural {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

/*width*/
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-85 {
  width: 85%;
}
.width-90 {
  width: 90%;
}
.width-95 {
  width: 95%;
}
.width-100 {
  width: 100%;
}


/*** margin padding ***/
/* margin(px) */
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/* margin(em) */
.mt01-em {
  margin-top: 1em;
}
.mt02-em {
  margin-top: 2em;
}
.mr01-em {
  margin-right: 1em;
}
.mr02-em {
  margin-right: 2em;
}
.mb01-em {
  margin-bottom: 1em;
}
.mb02-em {
  margin-bottom: 2em;
}
.ml01-em {
  margin-left: 1em;
}
.ml02-em {
  margin-left: 2em;
}

/* padding(px) */
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}


/*** label ***/
.underline.line-yellow {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #EFEA3B 0%) repeat scroll 0 0;
}
/*IE9〜11*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .underline.line-yellow {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #EFEA3B 0%) no-repeat bottom 10px left;
    background-size: 100% 55px;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) and (max-width:568px) {
  .underline.line-yellow {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff954 0%) no-repeat bottom 3px left;
    background-size: 100% 24px;
  }
}


/*** animation marker ***/
.marker-animation.js-animated {
  background-position: -100% .7em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(252,242,86) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(252,242,86) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(252,242,86) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(252,242,86) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(252,242,86) 50%);
  background-repeat: repeat-x;
  background-size: 200% .6em;
  background-position: 0 .7em;
  -webkit-transition: all 1.5s ease 0.3s;
  -o-transition: all 1.5s ease 0.3s;
  transition: all 1.5s ease 0.3s;
}


/*** parallax ***/
*[data-sf] {
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
*[data-sf="slide-top"] {
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0, 25px);
}
*[data-sf="slide-left"] {
  -webkit-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}
*[data-sf="slide-right"] {
  -webkit-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  transform: translate(25px, 0);
}
*[data-sf="slide-open"] {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
*[data-sf="slide-open-in"] {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
*[data-sf="fade-in-group"] {
}
*[data-sf="fade-in-group-ele"] {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

*.js-animated[data-sf="fade-in"] {
	opacity: 1;
}
*.js-animated[data-sf="slide-top"],
*.js-animated[data-sf="slide-left"],
*.js-animated[data-sf="slide-right"] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
*.js-animated[data-sf="slide-open"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
*.js-animated[data-sf="slide-open"] *[data-sf="slide-open-in"] {
  opacity: 1;
}
*.js-animated[data-sf="fade-in-group"] {
  opacity: 1;
}
*.js-animated[data-sf="fade-in-group"] *[data-sf="fade-in-group-ele"] {
  opacity: 1;
}


/*** hover ***/
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  a:hover {
    opacity: 0.7;
  }
}


/*** icon ***/
/*fa-phone*/
.fa-phone {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* ico-arrow01 */
.ico-arrow01 {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.ico-arrow01:before,
.ico-arrow01:after {
  display: block;
  position: absolute;
  content: '';
}
.ico-arrow01:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
.ico-arrow01:after {
  top: 50%;
  right: 3px;
  margin-top: -1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
/* ico-arrow02 */
.ico-arrow02 {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
}
.ico-arrow02:before,
.ico-arrow02:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 4px;
  height: 4px;
  margin-top: 2px;
  border-top: 1px solid #00a0c1;
  border-right: 1px solid #00a0c1;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -moz-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -ms-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -o-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  content: '';
}
.ico-arrow02:before {
  margin-right: -5px;
}
/* notes-mark */
.notes-mark {
  font-size: 0.75rem;
}


/*** loading ***/
.js-loader-box {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
}
.js-loader-box .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.js-loader-box .ball-scale-multiple > div {
    background-color: rgba(168,142,31,0.5);
}


/*** border ***/
.section-border01 {
  display: block;
  height: 14px;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d0b00+0,d9bfa6+50,2d0b00+100 */
  background: rgb(45,11,0); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(45,11,0,1) 0%, rgba(217,191,166,1) 50%, rgba(45,11,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(45,11,0,1) 0%,rgba(217,191,166,1) 50%,rgba(45,11,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45,11,0,1) 0%,rgba(217,191,166,1) 50%,rgba(45,11,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d0b00', endColorstr='#2d0b00',GradientType=1 ); /* IE6-9 */
}
.section-border02 {
  display: block;
  height: 1px;
  border: none;
  background-color: rgba(194,176,98,1);
}
body.lower .section-border02 {
  max-width: 1080px;
  margin: 0 auto;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  body.lower .section-border02 {
    width: calc(100% - 30px);
  }
}


/*** title ***/
.contents-ttl {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
/*.section-ttl.ttl-deco01*/
.section-ttl.ttl-deco01 {
  position: relative;
  padding: 30px 0 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}
.section-ttl.ttl-deco01 .ttl-deco01.icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 122px;
  height: 22px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
}
/*section-ttl01*/
.section-ttl01 {
  text-align: center;
}
.section-ttl01 .section-ttl01-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}
.section-ttl01 .section-ttl01-main {
  font-size: 32px;
  line-height: 1.4;
}

/*section-ttl02*/
.section-ttl02 {
  padding: 10px;
  /* border-top: 1px solid #00a0c1;
  border-bottom: 1px solid #00a0c1; */
  /* color: #00a0c1; */
  background: #916C27;
  color: #fff;
  /* font-weight: bold; */
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}
/*section-ttl03*/
.section-ttl03 {
  padding: 12px;
  border-top: 1px solid #00a0c1;
  border-bottom: 1px solid #00a0c1;
  color: #00a0c1;
  /* font-weight: bold; */
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}
/*section-ttl04*/
/* .section-ttl04 {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
} */
.section-ttl04 {
  padding: 10px;
  /* border-top: 1px solid #00a0c1;
  border-bottom: 1px solid #00a0c1; */
  /* color: #00a0c1; */
  background: #916C27;
  color: #fff;
  /* font-weight: bold; */
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}
/*section-ttl05*/
.section-ttl05 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  /*section-ttl01*/
  .section-ttl01 .section-ttl01-sub {
    font-size: 13px;
  }
  .section-ttl01 .section-ttl01-main {
    font-size: 20px;
  }
  /*.section-ttl.ttl-deco01*/
  .section-ttl.ttl-deco01 {
    font-size: 22px;
  }
  /*section-ttl02*/
  .section-ttl02 {
    font-size: 20px;
  }
  /*section-ttl03*/
  .section-ttl03 {
    font-size: 20px;
  }
  /*section-ttl04*/
  .section-ttl04 {
    font-size: 18px;
  }
  /*section-ttl05*/
  .section-ttl05 {
    font-size: 14px;
  }
}


/*** container ***/
.container {
  opacity: 0;
  overflow: hidden;
  position: relative;
}
/* pc-only */
@media screen and (min-width: 769px){
}
/* sp-only */
@media screen and (max-width: 768px){
  .container {
    margin-top: 53px;
  }
}


/*** layout ***/
/* pc-only */
@media screen and (min-width: 769px){
  .contents-area {
    padding: 0 3.8vw 60px;
  }
  body.top .contents-area {
    padding: 0;
  }
  .section-area {
  }
}
/* sp-only */
@media screen and (max-width: 768px){
}


/*** header ***/
body.top .header-catch-box {
  display: block;
  position: relative;
  max-width: 155px;
  margin: 0 auto 7vh;
  padding: 4vh 3vh;
  text-align: center;
}
body.top .header-catch-box:before,
body.top .header-catch-box:after {
  display: block;
  position: absolute;
  width: 42px;
  height: 60px;
  content: '';
}
body.top .header-catch-box:before {
  top: 0;
  right: 0;
  border-top: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
}
body.top .header-catch-box:after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #3E3A39;
  border-left: 1px solid #3E3A39;
}
body.top .header-catch-txt {
  display: inline-block;
  font-size: 3vh;
  line-height: 1.75;
  text-align: left;
}
body.top .header-catch-txt:after {
  display: inline-block;
  width: 1px;
  height: 67px;
  margin-top: 10px;
  background: #3E3A39;
  content: '';
}
/* pc-only */
@media screen and (min-width: 769px){
  body.top .header {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 310px;
    /* min-height: 743px; */
    /* height: 743px; */
    height: calc(100vh - 105px);
    background: #fff;
    text-align: center;
  }
  body.lower .header {
    display: none;
  }
  body.top .header-inner {
    padding: 4vh 25px;
  }
  body.top .header-logo {
    max-width: 253px;
    width: 27vh;
    margin: 0 auto 5vh;
  }
  body.top .header-contact-list {
    display: inline-block;
    text-align: left;
  }
  body.top .header-contact-item + .header-contact-item {
    margin-top: 3vh;
  }
  body.top .header-contact-item a {
    font-size: 2vh;
    line-height: 1.75;
  }
  body.top .header-contact-item.tel a {
  }
  body.top .header-contact-item.address a {
  }
  body.top .header-contact-item.tel .icon {
    display: inline-block;
    width: 13px;
    margin-right: 12px;
    font-size: 13px;
  }
  body.top .header-contact-item.address .icon {
    display: inline-block;
    width: 13px;
    margin-right: 6px;
    margin-left: 1px;
    font-size: 16px;
  }
  body.top .header-catch-txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 769px) and (min-height: 848px){
  body.top .header-catch-box {
    margin: 0 auto 56px;
    padding: 57px 36px;
  }
  body.top .header {
    min-height: 743px;
    height: 743px;
  }
  body.top .header-logo {
    width: auto;
    margin: 0 auto 42px;
  }
  body.top .header-contact-item + .header-contact-item {
    margin-top: 28px;
  }
  body.top .header-catch-txt {
    font-size: 24px;
  }
  body.top .header-contact-item a {
    font-size: 16px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 15px;
    background: #fff;
  }
  .header:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 120%;
    height: 100%;
    -webkit-box-shadow: 0 6px 5px -5px #D9D9D9;
    -moz-box-shadow: 0 6px 5px -5px #D9D9D9;
    box-shadow: 0 6px 5px -5px #D9D9D9;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-logo {
    position: relative;
    z-index: 2;
    max-width: 165px;
  }
  body.top .header-catch-box {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  body.top .header-catch-txt {
    position: relative;
    padding: 20px 15px;
    background-color: rgba(168,142,31,0.7);
    font-size: 20px;
    text-align: center;
  }
  body.top .header-catch-txt:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12%;
    height: 30%;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    content: '';
  }
  body.top .header-catch-txt:after {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 12%;
    height: 30%;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    content: '';
  }
  body.top .header-catch-box:before,
  body.top .header-catch-box:after {
    content: none;
  }
  .menu-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 15px;
    width: 25px;
    height: 18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-btn i {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #231815;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .menu-btn i:nth-child(1) {
    top: 0;
  }
  .menu-btn i:nth-child(2) {
    top: 8px;
  }
  .menu-btn i:nth-child(3) {
    top: 16px;
  }
  .js-hnav-op .menu-btn i:nth-child(1) {
    top: 4px;
    transform: translate(0px, 4px) rotate(135deg);
    -o-transform: translate(0px, 4px) rotate(135deg);
    -ms-transform: translate(0px, 4px) rotate(135deg);
    -moz-transform: translate(0px, 4px) rotate(135deg);
    -webkit-transform: translate(0px, 4px) rotate(135deg);
  }
  .js-hnav-op .menu-btn i:nth-child(2) {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
  }
  .js-hnav-op .menu-btn i:nth-child(3) {
    top: 12px;
    transform: translate(0px, -4px) rotate(-135deg);
    -o-transform: translate(0px, -4px) rotate(-135deg);
    -ms-transform: translate(0px, -4px) rotate(-135deg);
    -moz-transform: translate(0px, -4px) rotate(-135deg);
    -webkit-transform: translate(0px, -4px) rotate(-135deg);
  }
  .header-contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .header-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-contact-item {
    width: 50%;
  }
  .header-contact-item a {
    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;
    height: 100%;
    padding: 15px 8px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
  }
  .header-contact-item a .icon {
    margin-right: 8px;
    color: #fff !important;
  }
  .header-contact-item.tel {
    background-color: rgba(194,176,98,1);
  }
  .header-contact-item.address {
    background-color: rgba(168,142,31,1);
  }
  .header-gnav-box {
    display: none;
    overflow: auto;
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    margin-top: -1px;
    padding: 0;
    background-color: #fff;
    width: 100%;
  }
  .global-nav-list {
    display: block;
    border-top: 1px solid #ccc;
  }
  .global-nav-item {
    border-bottom: 1px solid #ccc;
  }
  .global-nav-item-in > a,
  .global-nav-item-in > span,
  .global-nav-sub-item > a {
    display: block;
    position: relative;
    padding: 20px 15px;
    font-size: 14px;
    cursor: pointer;
  }
  .global-nav-item-in > a:not(.js-ac-head):after,
  .global-nav-sub-list a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    border-radius: 2px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .global-nav-item-in > a .js-ac-icon,
  .global-nav-item-in > span .js-ac-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .global-nav-item-in > a .js-ac-icon:before,
  .global-nav-item-in > span .js-ac-icon:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .global-nav-item-in > a .js-ac-icon:after,
  .global-nav-item-in > span .js-ac-icon:after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .global-nav-item-in > a .js-ac-icon:before,
  .global-nav-item-in > a .js-ac-icon:after,
  .global-nav-item-in > span .js-ac-icon:before,
  .global-nav-item-in > span .js-ac-icon:after {
    display: block;
    position: absolute;
    background: #231815;
    border-radius: 2px;
    content: '';
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .global-nav-item-ttl.js-ac-head.js-ac-op .js-ac-icon:after {
    opacity: 0;
  }
  .global-nav-sub-list-box {
    display: none;
  }
  .global-nav-sub-list a {
    color: #fff;
  }
  .global-nav-sub-list a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .global-nav-sub-item {
    background-color: rgba(168,142,31,0.9);
  }
  .global-nav-sub-item + .global-nav-sub-item {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 325px){
  .header-contact-item a {
    padding: 10px;
  }
}

/*** header_lower ***/
.header_lower {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  padding: 0 3.8vw;
  background: #fff;
}
body.top .header_lower {
  display: none;
}
.header_lower:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 120%;
  height: 100%;
  -webkit-box-shadow: 0 6px 5px -5px #D9D9D9;
  -moz-box-shadow: 0 6px 5px -5px #D9D9D9;
  box-shadow: 0 6px 5px -5px #D9D9D9;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header_lower-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 0 20px;
}
body.top .header_lower-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: static;
  padding: 24px 0;
}
body.lower .header_lower-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: static;
  padding: 40px 0 20px; 
}
.header_lower-contact {
  position: absolute;
  top: 15px;
  right: 3.8vw;
  z-index: 300;
}
body.top .header_lower-contact {
  display: none;
}
.header_lower-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_lower-contact-item + .header_lower-contact-item {
  margin-left: 25px;
}
.header_lower-contact-item a {
  font-size: 12px;
}
.header_lower-contact-item.tel a .icon {
  display: inline-block;
  margin-right: 6px;
  font-size: 13px;
}
.header_lower-contact-item.address a .icon {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}
.header_lower-logo {
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  z-index: 100;
  min-width: 200px;
  width: 200px;
}
.header_lower-content-box {
  /* width: calc(100% - 200px); */
  margin: 0 -25px -25px 0;
}
body.lower .header_lower-content-box {
  margin: 0 -25px -20px 0;
}
.header_lower-gnav-box .global-nav:before {
  content: none;
}
.header_lower-gnav-box .global-nav {
  position: static;
  height: auto;
  padding: 0;
}
.header_lower-gnav-box .global-nav-item {
  width: auto;
}
.header_lower-gnav-box .global-nav-item-in {
  min-height: 0;
}
.header_lower-gnav-box .global-nav-sub-list-box {
  padding: 30px 3.8vw;
}
.header_lower-gnav-box .global-nav-item-ttl {
  min-height: 0;
  margin-bottom: 24px;
  padding: 0 10px;
  font-size: 14px; 
}
.header_lower-gnav-box .global-nav-sub-item a {
  font-size: 14px; 
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){}


/*** global-nav ***/
.global-nav {
  position: relative;
  z-index: 100;
  background: #fff;
}
.js-current-active {
  color: #A88E1F;
}
/* pc-only */
@media screen and (min-width: 769px){
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 105px;
    padding: 0 3.8vw;
  }
  .global-nav:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 120%;
    height: 100%;
    -webkit-box-shadow: 0 6px 5px -5px #D9D9D9;
    -moz-box-shadow: 0 6px 5px -5px #D9D9D9;
    box-shadow: 0 6px 5px -5px #D9D9D9;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .global-nav-in {
    z-index: 2;
    width: 100%;
  }
  .global-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-nav-item {
    width: 20%;
  }
  .global-nav-item-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .global-nav-item-ttl {
    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;
    width: 100%;
    min-height: 105px;
    margin: 0 15px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .global-nav-item + .global-nav-item .global-nav-item-ttl:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 1px;
    height: 24px;
    background: #3E3A39;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    content: '';
  }
  .global-nav-sub-list-box {
    opacity: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 30px 3.8vw;
    background-color: rgba(168,142,31,0.9);
    /* -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left; */
    -webkit-transform: translateY(100%) translateX(-50%) scaleY(0);
    -moz-transform: translateY(100%) translateX(-50%) scaleY(0);
    -ms-transform: translateY(100%) translateX(-50%) scaleY(0);
    -o-transform: translateY(100%) translateX(-50%) scaleY(0);
    transform: translateY(100%) translateX(-50%) scaleY(0);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .global-nav-sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .global-nav-item-in:hover .global-nav-sub-list-box {
    opacity: 1;
    -webkit-transform: translateY(100%) translateX(-50%) scaleY(1);
    -moz-transform: translateY(100%) translateX(-50%) scaleY(1);
    -ms-transform: translateY(100%) translateX(-50%) scaleY(1);
    -o-transform: translateY(100%) translateX(-50%) scaleY(1);
    transform: translateY(100%) translateX(-50%) scaleY(1);
  }
  .global-nav-sub-item {
    margin-right: 30px;
  }
  .global-nav-sub-item a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) and (max-height: 848px){
  body.top.js_page-top .global-nav-sub-list-box {
    top: 0;
    bottom: auto;
  }
  body.top.js_page-top .global-nav-item-in:hover .global-nav-sub-list-box {
    opacity: 1;
    -webkit-transform: translateY(-100%) translateX(-50%) scaleY(1);
    -moz-transform: translateY(-100%) translateX(-50%) scaleY(1);
    -ms-transform: translateY(-100%) translateX(-50%) scaleY(1);
    -o-transform: translateY(-100%) translateX(-50%) scaleY(1);
    transform: translateY(-100%) translateX(-50%) scaleY(1);  
  }
}
/* sp-only */
@media screen and (max-width: 768px){
}



/*** footer ***/
/* pc-only */
@media screen and (min-width: 769px){
  .footer {
    overflow: hidden;
    padding: 0 3.8vw;
    background: #493321;
  }
  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 370px;
    width: 370px;
    margin-left: -3.8vw;
    padding: 20px 3.8vw;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a88d4a+0,916c27+100&0.2+0,0.2+100 */
    background: -moz-linear-gradient(left,  rgba(168,141,74,0.2) 0%, rgba(145,108,39,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(168,141,74,0.2) 0%,rgba(145,108,39,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(168,141,74,0.2) 0%,rgba(145,108,39,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a88d4a', endColorstr='#33916c27',GradientType=1 ); /* IE6-9 */
  }
  .footer-logo a {
    display: block;
    max-width: 253px;
    width: 100%;
  }
  .footer-contact-list {
    padding: 14px 0 0 20px;
    position: relative;
    text-align: right;
  }
  .footer-contact-list:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    background: #fff;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer-contact-item + .footer-contact-item {
    margin-top: 3px;
  }
  .footer-contact-item a {
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
  }
  .footer-contact-item a .strong01 {
    font-size: 15px;
  }
  .footer-contact-item a .strong02 {
    font-size: 16px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  .footer {
    padding: 20px 15px 60px;
    background: #493321;
  }
  .footer-logo {
    max-width: 165px;
    width: 100%;
    margin: 0 auto;
  }
}
/* sp-only */
@media screen and (max-width: 380px){
  .footer {
    padding: 20px 15px 75px;
  }
}


/*** contents-area ***/
.contents-area {
  position: relative;
  z-index: 1;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){}


/*** 投稿ページ ***/
body.post-page.lower .main-area {
  height: 200px;
}
body.lower .section-area.archive,
body.lower .section-area.article {
  padding: 70px 0 0;
  text-align: center;
}
.article-box {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.article-all-btn {
  display: block;
  position: relative;
  max-width: 224px;
  margin: 32px auto 0;
  padding: 8px 32px 8px 25px;
  border: 1px solid #A88E1F;
  font-size: 16px;
  line-height: 1.75;
}
.article-all-btn:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  background: #916C27;
  content: '';
}
.article-all-btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #A88E1F;
  border-right: 1px solid #A88E1F;
  content: '';
  transform: rotate(45deg) translateY(-50%);
}
/* sp-only */
@media screen and (max-width: 768px){
  .article-box {
    font-size: 14px;
  }
}


/*** pager ***/
.navigation {
  margin-top: 30px;
  text-align: center;
}
.nav-links {
  display: inline-block;
}
.page-numbers {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 16px;
  line-height: 1.75;
}
.page-numbers.current {
  color: #A88E1F;
  text-decoration: underline;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  .navigation {
    margin-top: 30px;
    margin: 30px -15px 0;
    text-align: center;
  }
  .page-numbers {
    font-size: 16px;
  }
  .page-numbers.prev,
  .page-numbers.next {
    font-size: 14px;
  }
}


/*** module ***/
/* font-size */
.font-size-s {
  font-size: 12px !important;
}
.font-size-m {
  font-size: 14px !important;
}
.font-size-l {
  font-size: 16px !important;
}
.font-size-xl {
  font-size: 18px !important;
}
/* cmn-lead-txt01 */
.cmn-lead-txt01 {
  font-size: 16px;
  line-height: 1.75;
}
.cmn-lead-txt01.font-large {
  font-size: 18px;
  line-height: 1.6;
}
/* cmn-link-txt01 */
.cmn-link-txt01 {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}
/* cmn-list-module */
.cmn-list-module .cmn-list-ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.cmn-list-module .cmn-list-block {
}
.cmn-list-module .cmn-list-item {
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1em;
}
.cmn-list-module .cmn-list-item.list-indent-none {
  margin-left: 0;
  text-indent: 0;
}
.cmn-list-module .cmn-list-item + .cmn-list-item {
  margin-top: 15px;
}
/* cmn-definition-module01 */
.cmn-definition-module01 + .cmn-definition-module01 {
  margin-top: 60px;
}
.cmn-definition-module01 .cmn-definition-ttl {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #916C27;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}
.cmn-definition-module01 .cmn-definition-cont {
  font-size: 16px;
  line-height: 1.75;
}
/* cmn-definition-module02 */
.cmn-definition-module02 {
  padding: 10px;
  border: 1px solid #00a0c1;
}
.cmn-definition-module02 + .cmn-definition-module02 {
  margin-top: 40px;
}
.cmn-definition-module02 .cmn-definition-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.cmn-definition-module02 .cmn-definition-cont {
  font-size: 14px;
  line-height: 1.9;
}
/*cmn-col2-module01*/
.cmn-col2-module01 {
  width: 100%;
}
.cmn-col2-module01 .col2-item {
  display: table;
  width: 100%;
}
.cmn-col2-module01 .col2-item + .col2-item {
  margin-top: 30px;
}
.cmn-col2-module01 .col2-item .det-ttl {
  display: table-cell;
  width: 26%;
  min-width: 80px;
  padding: 0 20px 30px 0;
  border-bottom: 1px solid #00a0c1;
  color: #00a0c1;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: top;
}
.cmn-col2-module01 .col2-item .det-det {
  display: table-cell;
  width: 74%;
  padding: 0 0 30px 5px;
  border-bottom: 1px solid #2C0A00;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: top;
}
/*cmn-table-module01*/
.cmn-table-module01 {
  overflow-x: auto;
}
.cmn-table-module01 table {
  width: 100%;
}
.cmn-table-module01 th {
  width: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  background: rgba(168,142,31,1);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}
.cmn-table-module01 th:nth-child(1) {
  background: rgba(194,176,98,1);
  color: inherit;
}
.cmn-table-module01 td {
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
.cmn-table-module01 td p {
  font-size: 14px;
  line-height: 1.6;
}
.cmn-table-module01 td ul li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
/*cmn-table-module02*/
.cmn-table-module02 {
  overflow-x: auto;
}
.cmn-table-module02 table {
  width: 100%;
}
.cmn-table-module02 th {
  width: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  background: rgba(168,142,31,1);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}
.cmn-table-module02 th:nth-child(1) {
  background: rgba(194,176,98,1);
  color: inherit;
}
.cmn-table-module02 td {
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
.cmn-table-module02 td p {
  font-size: 14px;
  line-height: 1.6;
}
.cmn-table-module02 td .note-txt {
  margin-left: 1em;
  text-indent: -1em;
}
.cmn-table-module02 td ul li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
/*cmn-table-module03*/
.cmn-table-module03 {
  overflow-x: auto;
}
.cmn-table-module03 table {
  width: 100%;
}
.cmn-table-module03 th {
  width: 150px;
  padding: 10px;
  border: 1px solid #646464;
  background: #916C27;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}
.cmn-table-module03 td {
  margin-top: -1px;
  padding: 10px;
  border: 1px solid #646464;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
/*cmn-photo-list*/
.cmn-photo-list-box {
  overflow: hidden;
}
.cmn-photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
.cmn-photo-item {
  width: 50%;
  margin-top: 30px;
  padding: 0 15px;
}
.cmn-photo-cap {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
}
.cmn-photo-cap:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #916C27;
  content: '';
}
.cmn-photo-cap.icon-none {
  padding-left: 0;
}
.cmn-photo-cap.icon-none:after {
  content: none;
}
.cmn-col03-box .cmn-photo-list {
  margin: -30px -5px 0;
}
.cmn-col03-box .cmn-photo-item {
  width: 33.333%;
  margin-top: 30px;
  padding: 0 5px;
}
.cmn-col03-box .cmn-photo-cap {
  font-size: 13px;
}
/*cmn-col02-box*/
.cmn-col02-box {
  overflow: hidden;
}
.cmn-col02-box-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.cmn-col02-left,
.cmn-col02-right {
  padding: 0 20px;
}
.cmn-col02-box.col-reverse .cmn-col02-box-in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* pc-only */
@media screen and (min-width: 769px){
  .cmn-definition-module01 .cmn-definition-ttl.ttl-type01 {
    margin-bottom: 30px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  /* cmn-lead-txt01 */
  .cmn-lead-txt01 {
    font-size: 14px;
  }
  /* cmn-definition-module01 */
  .cmn-definition-module01 + .cmn-definition-module01 {
    margin-top: 40px;
  }
  .cmn-definition-module01 .cmn-definition-ttl {
    font-size: 16px;
  }
  .cmn-definition-module01 .cmn-definition-cont {
    font-size: 14px;
  }
  /* cmn-list-module */
  .cmn-list-module .cmn-list-item {
    font-size: 14px;
  }
  /*cmn-col2-module01*/
  .cmn-col2-module01 .col2-item {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #2C0A00;
  }
  .cmn-col2-module01 .col2-item + .col2-item {
      margin-top: 15px;
  }
  .cmn-col2-module01 .col2-item .det-ttl {
    display: block;
    width: 100%;
    min-width: 0;
    margin-bottom: 5px;
    padding: 0;
    border-bottom: none;
    color: #00a0c1;
    font-size: 14px;
  }
  .cmn-col2-module01 .col2-item .det-det {
    display: block;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
  }
  /*cmn-table-module01*/
  .cmn-table-module01 th {
    min-width: 150px;
    font-size: 13px;
  }
  .cmn-table-module01 td {
    font-size: 13px;
  }
  .cmn-table-module01 th:nth-child(1) {
    min-width: 120px;
  }
  /*cmn-table-module02*/
  .cmn-table-module02 tr {
    display: block;
  }
  .cmn-table-module02 tr + tr {
    margin-top: 40px;
  }
  .cmn-table-module02 th:nth-child(1) {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 5px;
    background: none;
    border: none;
    border-bottom: 1px solid #916C27;
    color: rgba(194,176,98,1) !important;
    font-weight: bold;
    font-size: 14px;
  }
  .cmn-table-module02 td {
    display: block;
    padding: 0;
    background: none;
    border: none;
    font-size: 13px;
  }
  .cmn-table-module02 td p {
    font-size: 13px;
  }
  /*cmn-table-module03*/
  .cmn-table-module03 th {
    font-size: 13px;
  }
  .cmn-table-module03 td {
    font-size: 13px;
  }
  /*cmn-photo-list*/
  .cmn-photo-list-box {
    overflow: hidden;
  }
  .cmn-photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -8px 0;
  }
  .cmn-photo-item {
    margin-top: 20px;
    padding: 0 8px;
  }
  .cmn-photo-cap {
    padding-left: 10px;
    margin-top: 5px;
    font-size: 14px;
  }
  .cmn-col03-box .cmn-photo-cap {
    font-size: 12px;
  }
  /*cmn-photo-list*/
  .cmn-photo-cap {
    font-size: 14px;
  }
  .cmn-photo-cap:after {
    top: 8px;
  }
  /*cmn-col02-box*/
  .cmn-col02-box.sp-col01 .cmn-col02-box-in {
    display: block;
    margin: 0;
  }
  .cmn-col02-box.sp-col01 .cmn-col02-box-in .cmn-col02-left,
  .cmn-col02-box.sp-col01 .cmn-col02-box-in .cmn-col02-right {
    width: 100%;
    padding: 0;
  }
  .cmn-col02-box.sp-col01 .cmn-col02-box-in .cmn-col02-right + .cmn-col02-left,
  .cmn-col02-box.sp-col01 .cmn-col02-box-in .cmn-col02-left + .cmn-col02-right {
    margin-top: 25px;
  }
}

/* modal-trigger */
.modal-trigger {
  position: relative;
  cursor: pointer;
}
.modal-trigger > * {
  position: relative;
  z-index: 1;
}
.modal-trigger:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 35px;
  height: 35px;
  background-color: rgba(255,255,255,0.8);
  background-image: url(../img/common/icon_zoom.svg);
  background-size: 26px auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
}
.remodal-cancel {
  color: #fff;
  background: rgba(194,176,98,1);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  opacity: 0.7;
  background: rgba(194,176,98,1);
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){}