@charset "UTF-8";
/*------------------------------------*\
    MAIN
\*------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}z

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

	core

*****************************************/
html {
  font-size: 62.5%;
  /* 10px = 1rem */
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  /* WebKitのバグ回避 */
  overflow-x: hidden;
  /* 要素がはみ出した場合、水平方向のスクロールバーが表示されないように */
  position: relative;
  box-sizing: border-box;
}
body * {
  box-sizing: inherit;
  /* box-sizingの値は継承されないので明示的に設定 */
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
  /* 英字がはみ出すのを防ぐ */
  overflow-wrap: break-word;
  /* 英字がはみ出すのを防ぐ */
}
a:focus {
  outline: none;
}
a:hover img {
  opacity: 0.9;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  margin-left: 3rem;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
    /* 10px = 1rem */
  }
}
.section {
  padding: 5rem 0;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.align-item-center{
  align-items: center;
}
.flex .flex-col2-item{
  width:48%;
}

@media (max-width: 767px) {
  .block-md{
    display: block;
  }

  .flex .flex-col2-item{
    width: 100%;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .flex.reverse {
    display: block;
    flex-direction: row;
  }
}

.nav-menu.pc{
  display: block !important;
}

@media (max-width: 1138px) {
  .nav-menu.pc{
    display: none !important;
  }
}

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

/****************************************

	clearfix

*****************************************/
.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:before, .clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0 !important;
  content: "";
  font-size: 0;
}

/****************************************

	webfont

*****************************************/
@font-face {
  font-family: 'iconset';
  src: url("../fonts/iconset.eot?mewwgx");
  src: url("../fonts/iconset.eot?mewwgx#iefix") format("embedded-opentype"), url("../fonts/iconset.ttf?mewwgx") format("truetype"), url("../fonts/iconset.woff?mewwgx") format("woff"), url("../fonts/iconset.svg?mewwgx#iconset") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

/****************************************

	benri

*****************************************/
.en {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.mincho {
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.gothic {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 500;
}

.weight500 {
  font-weight: 500 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #e30c20;
}

.color-redl {
  color: #df0615;
}

.color-gold {
  color: #a7987e;
}

.color-gray {
  color: #999;
}

.color-black {
  color: #666;
}

.bg-white {
  background: #fff;
}

.bg-gold {
  background: #faf8f3;
}

.bg-gray {
  background-color: #f3f3f3;
}

.righting {
  text-align: right;
}

.centering {
  text-align: center;
}

.letter-spacing0 {
  letter-spacing: 0 !important;
}

.letter-spacing1 {
  letter-spacing: 1px;
}

.letter-spacing2 {
  letter-spacing: 2px;
}

.letter-spacing3 {
  letter-spacing: 3px;
}

.letter-spacing4 {
  letter-spacing: 4px;
}

.letter-spacing5 {
  letter-spacing: 5px;
}

.letter-spacing6 {
  letter-spacing: 6px;
}

.letter-spacing7 {
  letter-spacing: 7px;
}

.letter-spacing8 {
  letter-spacing: 8px;
}

.link {
  color: #37a1ec;
  text-decoration: underline;
}
.link:hover {
  color: #333;
}
.link:after {
  font-family: 'iconset';
  content: "\f105";
  padding-left: 5px;
  display: inline-block;
}

.blank[target="_blank"]:after {
  margin: 0 8px 0 10px;
  display: inline-block;
  vertical-align: middle;
  min-height: 15px;
  content: "";
  background: transparent url(../images/ic_blank.png) no-repeat 0 0;
  background-size: 15px 15px;
  vertical-align: -2px;
  width: 15px;
  height: 15px;
}

.underline {
  text-decoration: underline;
}

.lineheight1 {
  line-height: 1;
}

.anchor {
  /* アンカーリンクずれ防止 */
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.font10 {
  font-size: 1rem;
}

.font11 {
  font-size: 1.1rem;
}

.font12 {
  font-size: 1.2rem;
}

.font13 {
  font-size: 1.3rem;
}

.font14 {
  font-size: 1.4rem;
}

.font15 {
  font-size: 1.5rem;
}

.font16 {
  font-size: 1.6rem;
}

.font17 {
  font-size: 1.7rem;
}

.font18 {
  font-size: 1.8rem;
}

.font19 {
  font-size: 1.9rem;
}

.font20 {
  font-size: 2rem;
}

.font21 {
  font-size: 2.1rem;
}

.font22 {
  font-size: 2.2rem;
}

.font23 {
  font-size: 2.3rem;
}

.font24 {
  font-size: 2.4rem;
}

.font25 {
  font-size: 2.5rem;
}

.font26 {
  font-size: 2.6rem;
}

.font27 {
  font-size: 2.7rem;
}

.font28 {
  font-size: 2.8rem;
}

.font29 {
  font-size: 2.9rem;
}

.font30 {
  font-size: 3rem;
}

.font31 {
  font-size: 3.1rem;
}

.font32 {
  font-size: 3.2rem;
}

.font33 {
  font-size: 3.3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font35 {
  font-size: 3.5rem;
}

.font36 {
  font-size: 3.6rem;
}

.font37 {
  font-size: 3.7rem;
}

.font38 {
  font-size: 3.8rem;
}

.font39 {
  font-size: 3.9rem;
}

.font40 {
  font-size: 4rem;
}

.font41 {
  font-size: 4.1rem;
}

.font42 {
  font-size: 4.2rem;
}

.font43 {
  font-size: 4.3rem;
}

.font44 {
  font-size: 4.4rem;
}

.font45 {
  font-size: 4.5rem;
}

.font46 {
  font-size: 4.6rem;
}

.font47 {
  font-size: 4.7rem;
}

.font48 {
  font-size: 4.8rem;
}

.font49 {
  font-size: 4.9rem;
}

.font50 {
  font-size: 5rem;
}

.line-height10 {
  line-height: 1;
}

.line-height11 {
  line-height: 1.1;
}

.line-height12 {
  line-height: 1.2;
}

.line-height13 {
  line-height: 1.3;
}

.line-height14 {
  line-height: 1.4;
}

.line-height15 {
  line-height: 1.5;
}

.line-height16 {
  line-height: 1.6;
}

.line-height17 {
  line-height: 1.7;
}

.line-height18 {
  line-height: 1.8;
}

.line-height19 {
  line-height: 1.9;
}

.line-height20 {
  line-height: 2;
}

@media (min-width: 1001px) {
  .fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
}
/****************************************

	margin padding

*****************************************/
.ml-auto {
  margin-left: auto !important; 
}

.mr-auto {
  margin-right: auto !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mt15 {
  margin-top: 15rem !important;
}

.mr1 {
  margin-right: 1rem;
}

.mr2 {
  margin-right: 2rem;
}

.mr3 {
  margin-right: 3rem;
}

.mr4 {
  margin-right: 4rem;
}

.mr5 {
  margin-right: 5rem;
}

.mr6 {
  margin-right: 6rem;
}

.mr7 {
  margin-right: 7rem;
}

.mr8 {
  margin-right: 8rem;
}

.mr9 {
  margin-right: 9rem;
}

.mr10 {
  margin-right: 10rem;
}

.mr15 {
  margin-right: 15rem;
}

.mb0 {
  margin-bottom:0 !important;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.mb7 {
  margin-bottom: 7rem;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem;
}

.mb10 {
  margin-bottom: 10rem;
}

.mb15 {
  margin-bottom: 15rem;
}

.ml1 {
  margin-left: 1rem;
}

.ml2 {
  margin-left: 2rem;
}

.ml3 {
  margin-left: 3rem;
}

.ml4 {
  margin-left: 4rem;
}

.ml5 {
  margin-left: 5rem;
}

.ml6 {
  margin-left: 6rem;
}

.ml7 {
  margin-left: 7rem;
}

.ml8 {
  margin-left: 8rem;
}

.ml9 {
  margin-left: 9rem;
}

.ml10 {
  margin-left: 10rem;
}

.ml15 {
  margin-left: 15rem;
}

.pt0{
  padding-top: 0 !important;
}

/****************************************

	visible hidden

*****************************************/
.visible-xxxxxs, .visible-xxxxs, .visible-xxxs, .visible-xxs, .visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 319px) {
  .visible-xxxxxs {
    display: block !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .visible-xxxxs {
    display: block !important;
  }
}
@media (min-width: 375px) and (max-width: 559px) {
  .visible-xxxs {
    display: block !important;
  }
}
@media (min-width: 560px) and (max-width: 699px) {
  .visible-xxs {
    display: block !important;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 319px) {
  .hidden-xxxxxs {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .hidden-xxxxs {
    display: none !important;
  }
}
@media (min-width: 375px) and (max-width: 559px) {
  .hidden-xxxs {
    display: none !important;
  }
}
@media (min-width: 560px) and (max-width: 699px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
/****************************************

	container2

*****************************************/
.container2-xxs {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.container2-xs {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.container2-md {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container2-lg {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container2-full {
  width: 100%;
}

.inner-md, .inner-xl {
  margin-right: auto;
  margin-left: auto;
}

.inner-md {
  max-width: 1200px;
  width: 90%;
}

.inner-xl {
  max-width: 1600px;
}

@media screen and (max-width: 1400px) {
  .container2-lg {
    margin: 0 5%;
    max-width: none;
  }
}
@media screen and (max-width: 1300px) {
  .container2-md {
    margin: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .container2-sm {
    margin: 0 5%;
  }
}
@media screen and (max-width: 980px) {
  .container2-xs {
    margin: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 0 5%;
  }

  .container2-xxs {
    margin: 0 5%;
  }
}
/****************************************

	form

*****************************************/
table.inquiry {
  width: 100%;
}
table.inquiry tr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #f1f1f1;
  display: block;
}
table.inquiry tr:last-child {
  border-bottom: none;
}
table.inquiry th {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
table.inquiry th .haveto {
  background-color: #df0615;
  color: #FFF;
  padding: 3px 10px;
  border-radius: 15px;
  margin-left: 10px;
  font-size: 1.1rem;
  vertical-align: middle;
}
table.inquiry td {
  display: block;
  text-align: left;
  font-size: 1.6rem;
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"] {
  border: none;
  padding: 16.5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  width: 100%;
  background-color: #f1f1f1;
}

textarea {
  border: none;
  padding: 16.5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  width: 100%;
  background-color: #f1f1f1;
}

input[type="email"] {
  max-width: 100%;
  width: 100%;
}

select {
  font-size: 14px;
  line-height: 1em;
  padding-right: 25px;
  border: 1px solid #ccc;
  padding: 12px;
}

.select-wrap {
  position: relative;
}
.select-wrap:before {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 12px;
}

input[type="radio"] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: pointer;
  padding: 10px;
  margin-right: 1rem;
}
input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: #CC0000 !important;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #df0615;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.35rem 1rem;
  max-width: 280px;
  width: 80%;
  border-radius: 3.5rem;
}
input[type="button"], input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #b29061;
  color: #fff;
  border: none;
  display: block;
  font-size: 1.9rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3rem 1rem;
  min-width: 280px;
}

span.wpcf7-list-item {
  display: block !important;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  opacity: 0.9;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #e60012;
}

.wpcf7-response-output {
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"] {
    padding: 12.5px;
  }

  textarea {
    padding: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"] {
    font-size: 2rem;
    max-width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  textarea {
    font-size: 2rem;
    max-width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1.6rem;
  }

  select {
    font-size: 12px;
  }

  input[type="text"], input[type="email"], input[type="url"], input[type="tel"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
  }
  input[type="submit"], input[type="button"], input[type="reset"] {
    width: 100%;
    max-width: 100%;
  }
}
/****************************************

	header

*****************************************/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0;
  background: #fff;
}

#header__inner {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin: auto;
  background-color: #FFF;
}
#header__inner .logo-pc {
  display: block;
}
#header__inner .logo-clone {
  display: none;
}
#header__inner.is-show .logo-pc {
  display: none;
}
#header__inner.is-show .logo-clone {
  display: block;
}
#header__inner.is-show #nav-pc__inner {
  padding: 0.5rem 0;
}

.clone-nav #header__inner {
  padding-right: 3rem;
  padding-left: 3rem;
}

#nav-pc {
  font-weight: 700;
  background: #fff;
}

#nav-pc__inner {
  margin-right: 2rem;
  display: flex;
  justify-content: end;
}

#nav-pc__gnav {
  display: flex;
  justify-content: flex-start;
}
#nav-pc__gnav li {
  background: transparent;
  color: #333;
  text-decoration: none;
  border-left: none;
  display: block;
  background-color: #FFF;
  position: relative;
  width: auto;
}
#nav-pc__gnav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #df0615;
  transform: scale(0, 1);
  transform-origin: left;
  transition: .3s linear;
}
#nav-pc__gnav li:hover:before {
  transform: scale(1);
}
#nav-pc__gnav li a {
  background: transparent;
  color: #333;
  text-decoration: none;
  border-left: none;
  display: block;
  padding: 1rem 2rem;
}
#nav-pc__gnav li .fa {
  margin-left: 10px;
}
#nav-pc__gnav > li {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nav-pc__gnav > li.header_contact a {
  color: #FFF;
  width: 170px;
  background-color: #a7987e;
  margin-left: 20px;
}
#nav-pc__gnav .menu-item-has-children {
  position: relative;
}

.menu-01 {
  display: flex;
  justify-content: end;
  align-items: end;
  gap:1rem;
  padding: 1rem 0;
}

.menu-01 .mod-btn{
  width: 150px;
  font-size: 1.1rem !important;
  margin-left: 0;
}

.menu-item-has-children .sub-menu {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 5.6rem;
  left: 0;
  z-index: 2;
  text-align: left;
  transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
}
.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-item-has-children:hover .sub-menu li:hover a {
  background-color: #df0615 !important;
  color: #FFF !important;
}
.menu-item-has-children:hover .sub-menu li:before {
  transform: scale(0) !important;
}
.menu-item-has-children .sub-menu li {
  padding-right: 0;
  width: 100%;
}

#logo {
  max-width: 362px;
}

#header__btn {
  position: absolute;
  right: 0;
  top: 2.5rem;
  display: flex;
  justify-content: space-between;
  width: 380px;
}
#header__btn a {
  display: block;
  text-align: center;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
}

.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
}
.sns:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #000;
}
.sns li {
  display: flex;
  align-items: center;
}
.sns li img {
  display: flex;
}
.sns li:nth-of-type(1) img, .sns li:nth-of-type(2) img {
  height: 24px;
}
.sns li:nth-of-type(3) img {
  height: 13px;
}


@media (max-width: 1080px) {
  .is-show {
    transform: translateY(-100%);
  }

  #header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #nav-pc {
    display: none;
  }

  header {
    position: relative;
    z-index: 100;
    padding: 0;
  }

  #header-clone {
    display: none;
  }

  #logo {
    max-width: 300px;
  }

  #header__btn, #nav-pc-menu, .clone-nav {
    display: none;
  }

  .nav-menu.pc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  header {
    background-color: rgba(255, 255, 255, 0);
  }

  #logo {
    max-width: 150px;
  }
}
/****************************************

hamburger

*****************************************/
#navi-sp {
  display: none;
}

@media (max-width: 1138px) {
  nav {
    opacity: 0;
  }

  nav.panelactive {
    opacity: 1;
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  nav ul {
    /*position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
  }

  nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
  }

  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(223, 6, 21, 0.9);
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all .6s;
  }

  .circle-bg.circleactive {
    transform: scale(50);
  }

  #navi-sp {
    transition: all .6s;
    overflow-y: auto;
    padding-top: 8rem;
    width: 300px;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -100%;
    position: fixed;
    display: block;
    opacity: 0;
  }

  #navi-sp__gnav a {
    display: block;
    padding: 2rem;
    font-size: 14px;
    color: #FFF;
  }
  #navi-sp__gnav .lang a{
    display: flex;
    align-items: center;
  }
  #navi-sp__gnav .lang span{
    margin-right: 1rem;
  }
  .nav_btn {
    width: 35px;
    height: 44px;
    z-index: 300;
    top: 11px;
    right: 15px;
    cursor: pointer;
    position: fixed;
  }

  .hamburger_line {
    transition: all .6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #333;
    position: absolute;
  }

  .hamburger_line1 {
    top: 10px;
  }

  .hamburger_line2 {
    top: 21px;
  }

  .hamburger_line3 {
    top: 32px;
  }

  .nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #333;
    cursor: pointer;
    position: fixed;
  }

  /* 表示された時用のCSS */
  .nav_open header #navi-sp {
    opacity: 1;
    right: 0%;
    width: 100%;
  }
  .nav_open .nav_bg {
    visibility: visible;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
    background-color: #FFF;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
    background-color: #FFF;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
    background-color: #FFF;
  }

  #navi-sp__gnav > li {
    position: relative;
  }
  #navi-sp__gnav li > i {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    width: 60px;
    z-index: 1000;
    cursor: pointer;
    display: table;
  }
  #navi-sp__gnav li > .fa::before {
    content: "\f107";
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
  }
  #navi-sp__gnav li > a i {
    display: none;
  }
  #navi-sp__gnav .sub-menu {
    display: none;
  }

  #nav-sp__sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    margin: 3rem auto;
  }
  #nav-sp__sns li {
    display: flex;
    align-items: center;
  }
  #nav-sp__sns li img {
    display: flex;
  }
  #nav-sp__sns li:nth-of-type(1) img, #nav-sp__sns li:nth-of-type(2) img {
    height: 24px;
  }
  #nav-sp__sns li:nth-of-type(3) img {
    height: 13px;
  }
}
@media (max-width: 768px) {
  .nav_btn {
    top: 0px;
  }
}

.navi-sp__social{
  margin-top: 5rem;
  display: flex;
  width:fit-content;
  justify-content: center;
  gap: 2rem;
  background:#fff;
  border-radius: 100px;
  padding: 1rem;
  margin: 0 2rem;
}
/****************************************

	footer

*****************************************/

.footer-bnr{
  margin-top: 8rem;
}

.footer-bnr ul{
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 3rem 4.5rem;
}

.footer-bnr li{
  max-width: 370px;
}
@media (max-width: 768px) {
  .footer-bnr{
    margin-top: 4rem;
  }
}

footer {
  background-color: #FFF;
}
footer #footer-main {
  float: left;
  display: flex;
  justify-content: space-between;
  padding: 6rem 0;
}
footer .nav-menu {
  float: right;
  padding: 6rem 0;
}
footer .nav-menu .menu-01 {
  display: block;
}
footer .nav-menu .menu-01 a {
  margin-bottom: 1.2rem;
  margin-left: 0;
  padding: 1rem;
  width: 180px;
}
footer .menu-item-has-children .sub-menu {
  width: 100%;
  visibility: visible;
  opacity: 1;
  position: static;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: left;
}
footer .menu-item-has-children .sub-menu a {
  position: relative;
  padding-left: 3rem;
  font-weight: 400;
}
footer .menu-item-has-children .sub-menu a::before {
  content: '';
  margin-right: 1rem;
  border-bottom: solid 1px #333;
  position: absolute;
  left: 0px;
  top: 17px;
  width: 12px;
}

.home footer {
  border-top: none;
}

#footer__logo {
  margin: 7rem auto 3rem;
}

footer .sns {
  width: 150px;
}
footer .sns:before {
  content: normal;
}

.footer-main__inner:not(:last-child) {
  padding-right: 6rem;
}
.footer-main__inner dt {
  padding: 3px 0;
}
.footer-main__inner a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 3px 0;
  color: #333;
}

#copyright {
  clear: both;
  border-top: solid 1px #f3f3f3;
  text-align: center;
  padding: 4rem 0;
  color: #333;
}

#pup {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: fixed;
  right: 25px;
  bottom: 6px;
  background: url(../images/ic_arrow.png) #666666 center center no-repeat;
  background-size: 15px 8px;
  text-align: center;
  line-height: 45px;
  z-index: 999;
  border-radius: 100px;
  cursor: pointer;
}

.footer-regist a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  width: 130px;
  height: 130px;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 999;
  border-radius: 100px;
  background: linear-gradient(90deg, #df0615 0%, #f2871a 100%);
  background-size: 200% 200%;
  animation: gradationAnimred 5s ease infinite;
}

.footer-regist a:hover{
  opacity: 0.6;
}

@media (max-width: 1138px) {
  .footer-regist a{
    display:none;
  }
}

@media (max-width: 767px) {
  footer .footer__block {
    max-width: 100%;
    width: 90%;
    display: block;
  }
  footer .footer__block a {
    border-bottom: 1px solid #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }
}
@media (max-width: 767px) {
  #pup {
    display: block;
    width: 100%;
    height: 44px;
    position: static;
    font-size: 30px;
    line-height: 40px;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    background: url(../images/ic_arrow.png) #666666 center center no-repeat;
    background-size: 15px;
  }
  #pup .fa {
    margin-top: 8px;
  }
}
@media (max-width: 1138px) {
  footer {
    padding-bottom: 7rem;
  }
  footer #footer-main {
    padding: 4rem 0 1rem;
    float: none;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
  }
  footer .nav-menu {
    float: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10;
  }
  footer .nav-menu.pc {
    display: none !important;
  }
  footer .nav-menu.sp {
    display: block !important;
  }
  footer .nav-menu .menu-01 {
    display: flex;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: #FFF;
  }
  footer .nav-menu .menu-01 .mod-btn {
    margin-bottom: 0;
    width: calc(100% / 5);
    min-width:initial;
    max-width: 100%;
    border-radius: 0;
  }
  footer .nav-menu .menu-01 .mod-btn span {
    margin-right: 0rem;
    display: block;
    margin-bottom: 1rem;
  }
  footer .nav-menu .menu-01 .mod-btn.bg-color-red {
    margin-top: 0px;
  }
  footer .footer-main__right {
    display: block;
    width: 100%;
    margin-top: 5%;
  }
  footer .footer-main__inner {
    width: 50%;
    margin-bottom: 3rem;
  }
  footer .footer-main__inner:first-child {
    margin-top: 0rem;
    margin-top: 0;
  }
  footer .footer-main__inner:nth-of-type(3) li:last-child a {
    border-bottom: none;
  }
  footer .footer-main__inner dt {
    font-size: 1.8rem;
  }
  footer .footer-main__inner a {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  footer .footer-main__inner:not(:last-child) {
    padding-right: 0;
  }
  footer #copyright {
    padding: 3rem 0;
  }

  footer .menu-item-has-children .sub-menu a::before {
    top: 11px;
  }
}
/****************************************

	breadcrumb

*****************************************/
#breadcrumb {
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  font-size: 1.2rem;
  color: #666;
}
#breadcrumb i {
  margin: 0 8px;
}
#breadcrumb span {
  margin-right: 0.5rem;
}
#breadcrumb span:nth-child(n+2) {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  #breadcrumb {
    bottom: 0;
    right: 2rem;
    left: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/****************************************

pagination

*****************************************/
.pagination > .page-numbers {
  font-size: 14px;
  line-height: 40px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 6rem auto 0;
}
.pagination li {
  width: 40px;
  text-align: center;
  margin-bottom: 6px;
  margin-right: 6px;
}

.page-numbers span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.page-numbers a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.page-numbers a:hover {
  color: #fff;
  background: #000;
}
.page-numbers .current {
  background: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
}

/****************************************

	column

*****************************************/
.col-2, .col-3, .col-4 {
  display: flex;
  flex-wrap: wrap;
}

.col-2 a, .col-3 a, .col-4 a {
  display: block;
}

.col-2 {
  justify-content: space-between;
}
.col-2 a {
  width: 47%;
  margin-bottom: 7%;
}

.col-3 a {
  width: 30%;
}
.col-3 a:not(:nth-child(3n)) {
  margin-right: 5%;
}
.col-3 a .col-ttl {
  padding: 2.5rem 0 5rem;
}
.col-3 a:nth-last-child(-n+3) .col-ttl {
  /* 最後から3つはpadding-bottom:0 */
  padding: 2.5rem 0 0;
}
.col-3:nth-of-type(n+4) .col-ttl {
  padding: 2.5rem 0 0;
}

.col-4 a {
  width: 22.5%;
}
.col-4 a:not(:nth-child(4n)) {
  margin-right: 3.33333333%;
}

@media screen and (max-width: 900px) {
  .col-3, .col-4 {
    justify-content: space-between;
  }

  .col-3 a {
    width: 48%;
  }
  .col-3 a:not(:last-child) {
    margin-bottom: 3rem;
  }
  .col-3 a:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .col-4 a {
    width: 48%;
  }
  .col-4 a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
/****************************************

	banner

*****************************************/
.bn-col2-wrap {
  padding: 4vw 0;
}

.bn-col2 {
  display: flex;
  flex-wrap: wrap;
}
.bn-col2 li {
  width: 48%;
  margin: 1.5vw 0;
}
.bn-col2 li:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .bn-col2-wrap {
    padding: 0;
  }

  .bn-col2 {
    display: block;
  }
  .bn-col2 li {
    margin: 5% 0;
    width: 100%;
  }
}
/****************************************

	area-wrap

*****************************************/
.area-wrap-padding {
  padding: 13rem 0;
}

.area-wrap-padding2 {
  padding: 7rem 0;
}

.area-wrap-margin {
  margin: 13rem 0;
}

.area-wrap-margin2 {
  margin: 7rem 0;
}

@media screen and (max-width: 767px) {
  .area-wrap-padding, .area-wrap-padding2 {
    padding: 10% 0;
  }

  .area-wrap-margin, .area-wrap-margin2 {
    margin: 10% 0;
  }
}
/****************************************

	mod-ttl

*****************************************/
.mod-ttl {
  font-size: 3.3rem;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.mod-ttl:after {
  content: '';
  width: 50px;
  height: 3px;
  display: block;
  margin: auto;
  background: #b29061;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
}

.mod-ttl-sm {
  font-size: 2.5rem;
}

@media screen and (max-width: 900px) {
  .mod-ttl {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
  .mod-ttl:after {
    width: 100px;
    height: 4px;
    left: calc(50% - 50px);
  }
}
/****************************************

	section-title

*****************************************/
.section-title {
  font-size: 3.6rem;
  line-height: 1.5;
}
.section-title .en {
  text-transform: uppercase;
  font-size: 1.6rem;
  display: block;
  color: #df0615;
}
.section-title .small {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.6rem;
  }
  .section-title .en {
    font-size: 1.4rem;
  }
  .section-title .small {
    font-size: 2rem;
  }
}
/****************************************

	mod-btn

*****************************************/
.mod-btn__center, .mod-btn__right {
  display: flex;
}

.mod-btn__center {
  justify-content: center;
}

.mod-btn__right {
  justify-content: flex-end;
}

.mod-btn {
  position: relative;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #2d2d2d;
  color: #FFF;
  display: block;
  min-width: 130px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 0.7rem 0;
  border-radius: 3rem;
  margin-left: 1rem;
}
.mod-btn.w-280 {
  font-size: 1.5rem;
  max-width: 280px;
  width: auto !important;
  padding: 2.8rem;
  border-radius: 6rem;
  margin: 0 auto;
}
.mod-btn.w-360{
  max-width: 360px;
  font-size: 1.5rem;
  width: auto !important;
  padding: 2.8rem;
  border-radius: 6rem;
  margin: 0 auto;
}

.mod-btn.w-half{
  width:46% !important;
  max-width: 100%;
  font-size: 1.5rem;
  width: auto !important;
  padding: 2.8rem 6rem;
  border-radius: 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mod-btn.w-half{
    width:auto !important;
    max-width: 360px;
    padding: 2.8rem;
  }

   .mod-btn.w-half:nth-of-type(n+2){
    margin-top: 2rem;
   }
}

@media (min-width: 1200px) {
  .mod-btn {
    width: 200px;
  }
}
.mod-btn span {
  vertical-align: middle;
  margin-right: 1rem;
}
.mod-btn.en {
  display: flex;
  background-color: #FFF;
  color: #2d2d2d;
  border-left: solid 1px #000;
  max-width: 100px;
  min-width: inherit;
  border-radius: 0;
  text-align: left;
  padding-left: 1rem;
}
.mod-btn:hover {
  opacity: 0.8;
}
.mod-btn.bg-color-red {
  background-color: #df0615;
}

.mod-btn.bg-color-grade-red {
  background: linear-gradient(90deg, #df0615 0%, #f2871a 100%);
  background-size: 200% 200%;
  animation: gradationAnimred 5s ease infinite;
}

.mod-btn.important{
  font-size: 1.4rem !important;
  width: 180px;
  padding: 1.5rem 1rem;
}

@keyframes gradationAnimred {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

.mod-btn-white {
  color: #fff;
}

.mod-btn-white:before {
  background: url(../images/ic_arrow_white.svg) left center no-repeat;
}
.mod-btn-white::after {
  background: #fff;
}

.mod-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #b29061;
  border: 2px solid #b29061;
  max-width: 300px;
  padding: 1.3rem 1rem;
}
.mod-btn2:before {
  content: '';
  content: "";
  background: url(../images/ic_arrow_gold.svg) left center no-repeat;
  background-size: 21px 10px;
  width: 21px;
  height: 10px;
  display: block;
  margin-right: 0.5rem;
}

.mod-btn2-full {
  max-width: 100%;
}

.mod-btn2-center {
  margin-left: auto;
  margin-right: auto;
}

.post-content .mod-btn2 {
  text-decoration: none !important;
}

.mod-btn2:hover {
  color: #fff !important;
  background: #b29061;
  fill: #fff;
}
.mod-btn2:hover:before {
  background: url(../images/ic_arrow_white.svg) left center no-repeat;
}

/****************************************

	mod-table

*****************************************/
.mod-table {
  width: 100%;
}
.mod-table tr {
  display: block;
}
.mod-table tr:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.mod-table th, .mod-table td {
  box-sizing: border-box;
  text-align: left;
  font-weight: 500;
}
.mod-table th {
  padding: 2rem 3rem 2rem 0;
  vertical-align: top;
  width: 21rem;
  font-weight: 700;
}
.mod-table td {
  padding: 2rem 0 2rem 3rem;
}
.mod-table td p + p {
  margin-bottom: 0;
}

@media (max-width: 565px) {
  form .mod-table tr {
    border-bottom: none;
  }

  .mod-table th, .mod-table td {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
  .mod-table tr {
    padding: 2rem 0;
  }
  .mod-table th, .mod-table td {
    border-bottom: none;
    padding: 0;
  }
}
/****************************************

	mod-alink

*****************************************/
.mod-alink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mod-alink li {
  margin: 0 0.5%;
}
.mod-alink a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b29061;
  color: #b29061;
  padding: 1.5rem 2rem;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  transition: 1s;
}
.mod-alink .current-cat a, .mod-alink a:hover {
  background: #b29061;
  color: #fff;
}

@media (max-width: 1000px) {
  .mod-alink li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .mod-alink {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mod-alink li {
    width: 48.5%;
    margin-bottom: 2%;
  }
}
@media (max-width: 375px) {
  .mod-alink {
    display: block;
  }
  .mod-alink li {
    width: 100%;
  }
}
/****************************************

	mod-frame

*****************************************/
.mod-frame {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 6rem;
}
.mod-frame p:not(:last-child) {
  margin-bottom: 3rem;
}

.mod-frame2 {
  background: #faf8f3;
  margin: 2rem 0;
  padding: 1rem;
}

.mod-frame2__inner {
  border: 1px solid #e3d7c4;
  padding: 1.5rem 2.5rem;
}

.mod-frame3 {
  margin: 3rem 0;
  border: 6px solid #f0e9df;
  padding: 4rem;
  font-size: 1.4rem;
}
.mod-frame3 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .mod-frame {
    padding: 5%;
  }
}
/****************************************

	mod-dl

*****************************************/
.mod-dl {
  margin: 3rem 0;
  padding: 5rem 5rem;
  border-top: 3px solid #b29061;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mod-dl dt {
  color: #b29061;
}
.mod-dl dd {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e3d7c4;
}

/****************************************

	pagettl

*****************************************/
#pagettl__wrap {
  position: relative;
}

#pagettl {
  text-align: center;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#pagettl span {
  display: block;
}

#pagettl__jp {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #666;
}

#pagettl__en {
  font-size: 6rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #df0615;
}

@media screen and (max-width: 1100px) {
  #pagettl {
    padding: 6rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #pagettl {
    padding: 3rem 0;
    width: 100%;
  }

  #pagettl__jp {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #666;
  }

  #pagettl__en {
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #df0615;
  }
}
/****************************************

	#page-mainimg

*****************************************/
#page-mainimg {
  width: 100%;
  margin: 0 auto;
}

/****************************************

	common

*****************************************/
.home #wrap, .page-template-page-design #wrap {
  padding-bottom: 0;
}

#contents {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto 0;
}
#contents > main {
  width: 65%;
}
#contents > aside {
  width: 28.5%;
}
#contents > aside .widget:nth-of-type(n+2) {
  margin-top: 5rem;
}
#contents > aside h2 {
  border-top: solid 2px #df0615;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 2rem 0;
  position: relative;
  border-bottom: 1px dotted #333;
}
#contents > aside ul {
  margin-bottom: 3rem;
}
#contents > aside ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 1.4rem 0;
  position: relative;
  border-bottom: 1px dotted #333;
}
#contents > aside .widget {
  margin-bottom: 1rem;
}
#contents > aside .widget h3 {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem 1rem 0;
  position: relative;
  border-bottom: 1px dotted #333;
}

.post-cat {
  text-transform: uppercase;
}

.post-cat li {
  margin-right: 5px;
  display: inline;
  border: solid 1px #a7987e;
  padding: 0 5px;
}
.post-cat li:not(:last-child) {
  margin-right: 5px;
}
.post-cat a {
  font-size: 1.2rem;
  color: #999;
}

.pagenation-border {
  border: solid 1px #e0dbd2;
  padding: 2rem;
  width: 50%;
}

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

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

@media screen and (max-width: 480px) {
  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: left;
  }
}
@media screen and (max-width: 1300px) {
  #wrap {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 1100px) {
  .home #wrap {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    display: block;
  }
  #contents > main {
    width: 100%;
  }
  #contents > aside {
    width: 100%;
    margin-bottom: 10rem;
  }
}
@media (max-width: 565px) {
  .post-area .mod-ttl {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}
/****************************************

	archive

*****************************************/
#news-area {
  padding: 10rem 0;
  background: #fff;
}
#news-area .new-list li {
  border-bottom: solid 1px #dfdfdf;
  position: relative;
}
#news-area .new-list li a {
  padding: 3rem 0;
  padding-right: 6rem;
  display: block;
}
#news-area .new-list li:first-child {
  border-top: solid 1px #dfdfdf;
}
#news-area .new-list li .en {
  display: inline-block;
  background-color: #666;
  color: #FFF;
  margin-right: 5rem;
  font-size: 1.3rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
#news-area .new-list li h3 {
  font-size: 1.4rem;
  display: inline-block;
}
#news-area .new-list li::before {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 21px;
  height: 11px;
  background-image: url("../images/common/arrow.png");
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
#news-area .mod-btn__center {
  margin-top: 6rem;
}
#news-area .mod-btn__center a {
  font-size: 1.5rem;
  max-width: 280px;
  padding: 2.5rem 0;
  border-radius: 4.5rem;
}

.archive-area {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}

.archive-area__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.archive-area__box {
  width: 31%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 3.5%;
}
.archive-area__box:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

/* トップページだけ特別 */
.home .archive-area__box {
  width: 24%;
}
.home .archive-area__box:nth-of-type(1) {
  margin-left: 10.5%;
}
.home .archive-area__box:nth-of-type(3) {
  margin-right: 0 !important;
}
.home .archive-area__box:not(:nth-child(4n)) {
  margin-right: 3.5%;
}

/* トップページだけ特別 */
.archive-area__txt {
  padding: 6% 0;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

.archive-area__img {
  overflow: hidden;
  height: 45rem;
  position: relative;
}
.archive-area__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.archive-area__img .img-there img {
  opacity: 0.6;
}

@media (max-width: 1600px) {
  .archive-area {
    max-width: 1470px;
    margin: 0 5%;
  }

  .archive-area__img {
    height: 25vw;
  }
}
@media (max-width: 1200px) {
  .archive-area__inner {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .archive-area__box {
    width: 100%;
  }

  /* トップページだけ特別 */
  .home .archive-area__inner {
    display: block;
    max-width: none;
  }
  .home .archive-area__box {
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .archive-area__box:nth-of-type(1) {
    margin-left: auto;
  }
  .home .archive-area__box:nth-of-type(3) {
    margin-right: auto !important;
  }
  .home .archive-area__box:not(:nth-child(4n)) {
    margin-right: auto;
  }

  /* トップページだけ特別 */
  .archive-area__img {
    overflow: hidden;
    height: 50vw;
    position: relative;
  }
}
@media (max-width: 767px) {
  #news-area {
    padding: 6rem 0;
  }
  #news-area .new-list li .en {
    margin-bottom: 1rem;
  }
  #news-area .mod-btn__center {
    margin-top: 6rem;
  }
  #news-area .mod-btn__center a {
    max-width: 200px;
  }

  .archive-area__img {
    overflow: hidden;
    height: 60vw;
    position: relative;
  }
}
/****************************************

	page-single / page-default

*****************************************/
.page-single .post-date {
  display: inline-block;
  background-color: #666;
  color: #FFF;
  margin-right: 5rem;
  font-size: 1.3rem;
  border-radius: 2rem;
  padding: 0 1rem;
}

.single-ttl {
  margin-bottom: 4rem;
  clear: both;
}
.single-ttl h1 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.7;
  padding: 0.5rem 0;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  clear: both;
}

.page-single .post-content h2,
.h3-title01 {
  font-size: 2.5rem;
  line-height: 1.6;
  margin: 3rem 0;
  padding-bottom: 1rem;
  border-bottom: solid 3px #e4e4e4;
  position: relative;
}

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

.page-single .post-content h2.section-title {
  font-size: 2.5rem;
  line-height: 1.6;
  margin: 3rem 0;
  padding-bottom: 1rem;
  border-bottom: none;
}

.page-single .post-content h2.section-title:after {
  border-bottom: none;
}

.page-single .post-content h2:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #df0615;
  bottom: -3px;
  width: 80px;
}

.h3-title01:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #df0615;
  bottom: -3px;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.h3-title02{
  font-size: 3rem;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.4rem;
  color: #333333;
  padding: 1rem 2rem;
}

@media (max-width: 767px) {
  .h3-title02{
    font-size: 2.2rem;
  }
}

.page-single .post-content h2:first-child {
  margin: 0 0 3rem;
}

.page-single .post-content h3{
  font-size: 2.0rem;
  margin: 3rem 0;
  line-height: 3.3rem;
  background-color: #f3f3f3;
  color: #333333;
  padding: 1rem 2rem;
}

.page-single .post-content h4 {
  font-size: 2rem;
  border-bottom: 1px solid #df0615;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}

.page-single .post-content h5 {
  font-size: 1.8rem;
  color: #df0615;
  margin-bottom: 2rem;
}

.page-single .post-content a {
  color: #333;
  text-decoration: underline;
}

.page-single .post-content a:hover {
  opacity: 0.6;
}

.post-content strong {
  background: linear-gradient(transparent 40%, #f1f7aa 40%);
  line-height: 2rem;
}

.post-content ul {
  margin: 0;
}
.post-content ul li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  list-style: none;
  border-bottom: solid 1px #dfdfdf;
}
.post-content ul li:last-child {
  border: none;
}
.post-content .disc-list li {
  padding: 0;
  list-style: disc;
  border-bottom: none;
}
.page-single a[target="_blank"]:after {
  font-family: 'iconset';
  content: "\f105";
  padding-left: 5px;
  display: inline-block;
}
.page-single .post-content ul {
  margin-left: 2rem;
  margin-bottom: 3rem;
}

.page-default .post-content ul, .page-single .post-contentol, .page-default .post-content ol {
  margin: 0;
}

.page-single ul li {
  list-style-type: disc;
}

.page-default ul li {
  list-style: none;
}
.page-default dt {
  font-weight: 700;
}
.page-default dd:not(:last-child) {
  margin-bottom: 3rem;
}

.page-single .mod-btn__center .mod-btn {
  font-size: 1.5rem;
  max-width: 240px;
  padding: 2.1rem 0;
}

.post-thumb {
  width: 100%;
  min-height: auto;
  overflow: hidden;
  position: relative;
}
.post-thumb:before {
  content: "";
  display: block;
  padding-top: 130%;
}

.post-thumb-type2:before {
  padding-top: 63%;
}

.post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.post-thumb:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-thumb-nohover:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

#toc_container {
  margin: 3rem 0;
}

.post-link {
  clear: both;
}
.post-link a {
  text-decoration: underline;
  color: #b29061;
}
.post-link .pagenation-border a {
  color: #666;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    margin: 2rem auto;
    text-align: center;
    display: block;
  }
}
/****************************************

	previous

*****************************************/
.post-navigation {
  margin: 0;
  padding: 2em 0 0;
  border-top: 1px solid #eee;
}

.post-nav__links {
  display: flex;
  justify-content: space-between;
}

/****************************************

	googlemap

*****************************************/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/****************************************

	YOUTUBE、動画レスポンシブ対応

*****************************************/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.youtube iframe, .youtube object, .youtube embed, .youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

	ウィジェットの検索

*****************************************/
.screen-reader-text {
  display: block;
  padding: 0.5rem 1.5rem;
  border-radius: 5px 5px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.searchform input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.searchform #searchsubmit {
  display: block;
  background-color: #b29061;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  box-shadow: none;
  border: none;
  width: 40%;
  border-radius: 3px;
}

/****************************************

	Gutenberg

*****************************************/
.wp-block-embed {
  clear: both;
}

.has-white-color {
  color: #fff !important;
}

.wp-block-button__link:hover, .wp-block-buttons a {
  text-decoration: none !important;
}

.wp-block-button a:hover {
  opacity: 0.5;
}

.has-black-color {
  line-height: 1.5;
}

.wp-block-verse {
  padding: 3rem;
  border: 1px solid #e5e5e5;
}

.wp-block-image, .wp-block-code, .wp-block-preformatted, .wp-block-pullquote, .wp-block-table, .wp-block-audio, .wp-block-cover, .wp-block-media-text, .wp-block-video {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.wp-block-gallery {
  margin-bottom: 3rem !important;
}
.wp-block-gallery ul {
  margin-left: 0;
  margin-bottom: 0;
}

.wp-block-quote.is-style-large {
  font-weight: 700;
  background: #f0f0f0;
  padding: 2rem !important;
}
.wp-block-quote.is-style-large p {
  margin-bottom: 1rem;
}

.post-nav-links {
  display: flex;
}

.post-page-numbers {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: none !important;
    margin: 2rem auto !important;
  }
}
/****************************************

	バナー

*****************************************/
#banner-area {
  background-image: url("../images/common/sns_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 310px 0 0 0;
  margin-bottom: 4rem;
}
#banner-area ul {
  position: relative;
  bottom: -4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#banner-area ul li {
  width: 30%;
  max-width: 370px;
  margin-right: 3%;
}
#banner-area ul li a {
  display: block;
  background-color: #FFF;
  padding: 2.3rem 0;
  box-shadow: 0px 0px 23px #edebe6;
  border-radius: 40px;
}
#banner-area ul li a.bg-green {
  background-color: #00b900;
  color: #FFF;
}
#banner-area ul li a.bg-white {
  background-color: #FFF;
  color: #333333;
}
#banner-area ul li a .icon {
  width: 34px;
  height: 34px;
  margin-right: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #banner-area {
    background-image: url("../images/common/sns_bg-sp.png");
    background-size: contain;
    padding: 41vw 0 15vw 0;
    background-color: #f3f3f3;
    margin-bottom: 0;
  }
  #banner-area ul {
    display: block;
    bottom: -11vw;
  }
  #banner-area ul li {
    width: 100%;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
  }
  #banner-area ul li a {
    padding: 1rem 0;
  }
}
.popup {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.pop-show {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

#js-black-bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 3%);
  width: 90%;
  max-width: 960px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner .popup__block .popup__caution {
  width: 67px;
  margin: 0 auto 15px;
}

.popup-inner .popup__block .popup_title {
  font-size: 35px;
  line-height: 45px;
  color: #3399CC;
}

.popup-inner .popup__block .popup_text {
  color: #84C1E1;
}

.popup__block p + p{
  margin-top: 2rem;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3000px;
  background-color: rgba(115, 115, 115, 0.8);
  z-index: 1;
  cursor: pointer;
}

.popup__block ul li {
  padding: 5rem 0;
  border-bottom: dotted 1px #cccccc;
}
.popup__block ul li:last-child {
  border: none;
}

@media (max-width: 992px) {
  .popup-inner .popup__block img {
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .popup-inner {
    padding: 2.5rem;
  }
  .popup-inner .popup__block img {
    width: 70px;
    margin-bottom: 2rem;
  }
  .popup__block ul li {
    padding: 3rem 0;
  } 
}
