@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dokdo&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

.dokdo {
  font-family: "Dokdo", system-ui;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/******************************/
/* 見出し　 */
/******************************/
.ttl00 {
  font-size: 70px;
}

.ttl00.eng {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl00 {
    font-size: 50px;
    text-align: center;
  }
}

.ttl01 {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ttl01 {
    text-align: center;
  }
}

.ttl01.non_line:after {
  display: none;
}

.ttl01.type01 .jp_txt {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.375rem, 0.977rem + 1.7vw, 2.25rem);
  font-weight: bold;
  line-height: 1;
}

.ttl01.type01 .eng_txt {
  font-family: "Dokdo", system-ui;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.682rem + 1.09vw, 1.5rem);
  line-height: 1;
  display: inline-block;
  color: #886113;
}

.ttl01.type02 .jp_txt {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  font-weight: bold;
  line-height: 1;
}

.ttl01.type02 .eng_txt {
  font-family: "Dokdo", system-ui;
  font-size: clamp(2.625rem, 1.659rem + 4.12vw, 4.75rem);
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #886113;
}

.ttl01:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 0;
  border-bottom: solid 2px #886113;
}

@media screen and (max-width: 767px) {
  .ttl01:after {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: solid 2px #886113;
  }
}

.ttl02 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl02 {
    margin-bottom: 30px;
  }
}

.ttl02.non_line:after {
  display: none;
}

.ttl02.type01 .jp_txt {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.375rem, 0.977rem + 1.7vw, 2.25rem);
  font-weight: bold;
  line-height: 1;
}

.ttl02.type01 .eng_txt {
  font-family: "Dokdo", system-ui;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.682rem + 1.09vw, 1.5rem);
  line-height: 1;
  display: inline-block;
  color: #886113;
}

.ttl02.type02 .jp_txt {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  font-weight: bold;
  line-height: 1;
}

.ttl02.type02 .eng_txt {
  font-family: "Dokdo", system-ui;
  font-size: clamp(2.625rem, 1.659rem + 4.12vw, 4.75rem);
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #886113;
}

.ttl02:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #886113;
}

.ttl03 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-left: solid 4px #886113;
  margin-bottom: 20px;
  padding: 0 10px 0;
}

@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.ttl03::before {
  content: "";
  position: absolute;
  width: calc(100%);
  left: -4px;
  bottom: -10px;
  height: 2px;
  border-bottom: dotted 2px #886113;
}

.ttl03.non_border:before {
  display: none;
}

.ttl04 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 2px #886113;
}

.ttl04 .en_ttl {
  font-family: "Dokdo", system-ui;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  line-height: 1;
  display: inline-block;
  color: #886113;
}

.ttl04 .jp_ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}

.ttl05 {
  font-family: "Zen Maru Gothic", serif;
  border-bottom: dotted 3px #DE9608;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #886113;
}

.ttl05b {
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  border-bottom: solid 1px #E15078;
  padding-bottom: 8px;
  margin-bottom: 12px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .ttl05b {
    font-size: 18px;
  }
}

.ttl06 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 20px;
  }
}

.ttl06::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: dotted 2px #886113;
}

.ttl07 {
  border-radius: 100px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1D66F;
  color: #503A19;
  width: 100%;
  padding: 10px 0;
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .ttl07 {
    padding: 10px 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
  }
}

.ttl07 .eng_ttl {
  font-family: "Dokdo", system-ui;
  -webkit-text-stroke: 2px #886113;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ttl07 .eng_ttl {
    font-size: 24px;
  }
}

.ttl07 .jp_ttl {
  font-size: 20px;
  margin-left: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl07 .jp_ttl {
    font-size: 14px;
    margin-left: 15px;
  }
}

.ttl08 {
  position: relative;
}

.ttl08 .en_ttl {
  font-family: "Dokdo", system-ui;
  font-weight: 400;
  font-size: 28px;
  color: #886113;
  line-height: 1;
}

.ttl08 .jp_ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 26px;
}

.ttl09 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #E15078;
  font-size: 28px;
  text-align: center;
  border-bottom: dotted 2px #C9B3B9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .ttl09 {
    font-size: 18px;
  }
}

.ttl10 {
  border-left: 5px solid #DE9608;
  padding-left: 15px;
  font-weight: bold;
}

.ttl11 {
  font-family: "Dokdo", system-ui;
  color: #886113;
  padding-bottom: 15px;
  border-bottom: solid 1px #333333;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
}

/******************************/
/* ボタン */
/******************************/
@media screen and (max-width: 1024px) {
  .btn01 {
    text-align: center;
  }
}

.btn01 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #419498;
  border: solid 1px #419498;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn01 a:hover {
  opacity: 1;
  color: #fff;
}

.btn01 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn01 a:before {
  background: #306d70;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn02 a {
  display: inline-block;
  width: 200px;
  font-family: "Dokdo", system-ui;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 20px;
  border-bottom: 1px solid #1a1515;
  text-align: left;
  padding-bottom: 7px;
  margin: 26px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn02 a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1a1515;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn02 a i {
  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;
  width: 80px;
  height: 80px;
  border: 1px solid #1a1515;
  /* font-family: 'Zen Old Mincho', serif; */
  font-weight: 700;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn02 a i.txt2 {
  font-family: "Dokdo", system-ui;
  font-size: 16px;
}

.btn02 a:hover {
  opacity: 0.7;
}

.btn02 a:hover:before {
  right: 0;
}

.btn02 a:hover i {
  background-color: #1a1515;
  color: #fff;
}

.btn03 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #FFCD6A;
  overflow: hidden;
  color: #1D1D1D;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn03 a:before {
  background: #EB7B09;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn03 a:after {
  content: "\f35a";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 100;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.btn03 a:hover {
  color: #fff;
}

.btn03 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn03 a:hover:after {
  right: 8px;
  color: #fff;
}

.btn03 a span:before {
  content: "●";
  color: #EB7B09;
  margin-right: 10px;
}

.btn04 a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #ffa500;
  color: #333;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 0;
  -webkit-box-shadow: 0 6px 0 #5f3f25;
          box-shadow: 0 6px 0 #5f3f25;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn04 a:after {
  content: "\f0a9";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  background-color: #ffa500;
  border-radius: 50%;
}

.btn04:hover {
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn05 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .btn05 {
    text-align: center;
  }
}

.btn05 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border: solid 1px #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn05 a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

.btn05 a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(100, 100);
          transform: translate(-50%, -50%) scale(100, 100);
  z-index: -1;
}

.btn05 a:after {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #cccccc;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.btn06 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFCD6A;
  padding: 40px 0;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  .btn06 a {
    padding: 25px 0;
  }
}

.btn06 a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #EB7B09;
}

.btn06 a:hover .txt_area .jp_txt,
.btn06 a:hover .txt_area .en_txt {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
}

.btn06 a .txt_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}

@media screen and (max-width: 1024px) {
  .btn06 a .txt_area {
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn06 a .txt_area .jp_txt {
  font-weight: 500;
  font-size: 20px;
}

.btn06 a .txt_area .en_txt {
  color: #886113;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .btn07 {
    text-align: center;
  }
}

.btn07 a {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EEC8C8;
  color: #333;
  border-radius: 200px;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 35px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.btn07 a span {
  color: #E15078;
  font-size: 15px;
  margin-left: 10px;
}

.btn07 a:hover {
  opacity: 1;
  color: #fff;
}

.btn07 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn07 a:hover span {
  color: #fff;
}

.btn07 a:before {
  background: #FA676D;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

/******************************/
/* テキストリンク */
/******************************/
a.tel_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Dokdo", system-ui;
}

a.tel_link::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  font-size: 25px;
  position: relative;
}

a.mail_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Dokdo", system-ui;
}

a.mail_link::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  font-size: 25px;
  position: relative;
}

.text_link01 a {
  position: relative;
  width: 100%;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #ccc;
}

.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link01 a:after {
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link01 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link01 a span {
  font-family: "Dokdo", system-ui;
}

.text_link01 a span:before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid 2px #666;
  width: 30px;
  height: 1px;
  bottom: -1px;
}

.text_link02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 10px;
}

.text_link02 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link02 a:after {
  content: "";
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link02 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link02 a span {
  font-family: "Dokdo", system-ui;
}

/******************************/
/* レイアウト　 */
/******************************/
.bg_img01 {
  position: relative;
}

.bg_img01:before {
  content: "";
  background-image: url(../images/common/bg01.png);
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/400;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}

.layout_a .imgbox {
  width: 53%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}

.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_a .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}

.layout_b .imgbox {
  width: 53%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}

.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.layout_c li.li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* layout_d 画像（枠外）+テキスト */
.layout_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .layout_d {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.layout_d .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .layout_d .imgbox {
    width: 100%;
  }
}

.layout_d .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 10/5;
}

.layout_d .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.layout_d .txtbox .box {
  width: 85%;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

/* layout_e 画像（枠外）+テキスト */
.layout_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .layout_e {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.layout_e .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .layout_e .imgbox {
    width: 100%;
  }
}

.layout_e .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 10/5;
}

.layout_e .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox {
    margin-right: 0;
    margin-top: 25px;
  }
}

.layout_e .txtbox .box {
  margin-left: auto;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 40px;
}

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

.sub_images_ul.cul2 li {
  width: calc(100% / 2 - 20px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul li {
  width: calc(100% / 3 - 30px);
}

@media screen and (max-width: 767px) {
  .sub_images_ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/******************************/
/* #タブ切り替え */
/******************************/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.tab-label {
  color: White;
  background: #fff;
  border: solid 2px #1f9681;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0.5em;
  width: calc(80% / 3);
  margin: 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    font-size: 12px;
    padding: 15px 0.5em 15px;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 10px;
  }
}

.tab-label span {
  display: block;
  font-size: 14px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #1f9681 !important;
  color: #fff !important;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 15px 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  border-top: dotted 3px #1f9681;
  margin-top: 70px;
}

.tab-switch {
  display: none !important;
}

.tab-switch:checked + .tab-label {
  background: #fff;
  position: relative;
}

/*******************/
/*　STEP　開閉なし*/
/*******************/
.step_box {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.step_box:first-child {
  margin-top: 0;
}

.step_box dt {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #F1E8D8;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  padding: 20px 50px 20px 5.3em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 3px #E2CCAC;
  border-left: solid 3px #E2CCAC;
  border-right: solid 3px #E2CCAC;
}

@media screen and (max-width: 1024px) {
  .step_box dt {
    padding: 10px 10px 10px 4.5em;
    font-size: 16px;
  }
}

.step_box dt:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/traffic/traffic_step_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .step_box dt:before {
    left: 15px;
  }
}

.step_box dd {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px 20px 50px;
  border: solid 3px #E2CCAC;
  background-color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .step_box dd {
    padding: 10px 20px 10px 20px;
  }
}

.step_box:nth-child(1) dt:before {
  background-image: url(../images/traffic/traffic_step_icon01.svg);
}

.step_box:nth-child(2) dt:before {
  background-image: url(../images/traffic/traffic_step_icon02.svg);
}

.step_box:nth-child(3) dt:before {
  background-image: url(../images/traffic/traffic_step_icon03.svg);
}

.step_box:nth-child(4) dt:before {
  background-image: url(../images/traffic/traffic_step_icon04.svg);
}

.step_box:nth-child(5) dt:before {
  background-image: url(../images/traffic/traffic_step_icon05.svg);
}

.step_box:nth-child(6) dt:before {
  background-image: url(../images/traffic/traffic_step_icon06.svg);
}

.step_box:nth-child(7) dt:before {
  background-image: url(../images/traffic/traffic_step_icon07.svg);
}

/*******************/
/*　FAQ　開閉なし*/
/*******************/
.faq_box {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq_box:first-child {
  margin-top: 0;
}

.faq_box dt {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #ea6882;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 50px 20px 4.3em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .faq_box dt {
    padding: 10px 10px 10px 3.5em;
    font-size: 16px;
  }
}

.faq_box dt:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .faq_box dt:before {
    left: 15px;
  }
}

.faq_box dd {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px 20px 5.5em;
  border: solid 2px #ea6882;
  background-color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .faq_box dd {
    padding: 10px 20px 10px 4em;
  }
}

.faq_box dd:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .faq_box dd:before {
    left: 15px;
  }
}

/*******************/
/*　FAQ　アコーディオン*/
/*******************/
.faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_contents .accordion_one {
  margin: 0 auto 30px;
}

.faq_contents .accordion_one .accordion_header {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border: solid 2px #DE9608;
  border-radius: 6px;
  /*font-size: 26px;*/
  padding: 20px 5% 20px 50px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 31%;
  left: 20px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before, .faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #DE9608;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**/
.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 0px 30px 30px 50px;
  margin-top: 30px;
  /*border-left: 2px solid #b4b4b4;
    border-right: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 5px;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
    height: 300px;
  } */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 30px 15px 35px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 0px 30px 15px 50px;
  }
}

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  .pager .page-numbers {
    font-size: 10px;
    width: 20px;
    height: 20px;
  }
}

.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.post-btn .prev a,
.post-btn .next a {
  /*border: solid 1px #333;*/
  color: #fff;
  background-color: #333;
  /*border-radius: 50%;*/
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.post-btn .link_btn {
  /*border: solid 1px #333;*/
  background-color: #333;
  /*border-radius: 50px;*/
  padding: 3px 25px;
  line-height: 30px;
}

.post-btn .link_btn a {
  color: #fff;
}

/******************************/
/* レイアウト　リスト （UL）*/
/******************************/
/*REASON＿FLEX*/
.reason_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 50px;
}

@media screen and (max-width: 1024px) {
  .reason_flex {
    display: block;
  }
}

.reason_flex .imgbox {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .reason_flex .imgbox {
    width: 100%;
  }
}

.reason_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 42/37;
  border-radius: 20px;
}

.reason_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .reason_flex .txtbox {
    margin-top: 30px;
  }
}

.reason_flex .txtbox .point_ic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #E15078;
  line-height: 1;
}

.reason_flex .txtbox .point_ic:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/point_ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90.74px;
  height: 50px;
}

.reason_flex .txtbox .h3 {
  color: #E15078;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .reason_flex .txtbox .h3 {
    font-size: 17px;
  }
}

/*BTN　リスト*/
.list_btn {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 1024px) {
  .list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.list_btn li {
  width: calc(100% / 2 - 5px);
}

@media screen and (max-width: 1024px) {
  .list_btn li {
    width: calc(100% / 2 - 5px) !important;
    margin: 0 !important;
  }
}

.list_btn li a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  border: solid 2px #DE9608;
  overflow: hidden;
  color: #333;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list_btn li a:before {
  background: #EB7B09;
  border: solid 2px #EB7B09;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.list_btn li a:after {
  content: "\f35a";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #EB7B09;
}

.list_btn li a:hover {
  color: #fff;
}

.list_btn li a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.list_btn li a:hover:after {
  right: 8px;
  color: #fff;
}

/*Check　リスト*/
.chk_list {
  list-style-type: none;
}

.chk_list.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}

@media screen and (max-width: 1024px) {
  .chk_list li {
    padding-left: 2.5em;
  }
}

.chk_list li:first-child {
  margin-top: 0;
}

.chk_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/chk_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .chk_list li::before {
    position: absolute;
    top: 3px;
    left: 0;
  }
}

.chk_list02 {
  list-style-type: none;
}

.chk_list02.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list02.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list02 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.chk_list02 li:first-child {
  margin-top: 0;
}

.chk_list02 li::before {
  content: "\f4fc";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.chk_list03 {
  list-style-type: none;
  content: "\2713";
}

.chk_list03.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list03.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list03 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.chk_list03 li:first-child {
  margin-top: 0;
}

.chk_list03 li::before {
  content: "\2713";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin-right: 10px;
}

.doted li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.8;
}

.doted li:first-child {
  margin-top: 0;
}

.tbl_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.tbl_list01 li:last-child {
  margin-bottom: 0;
}

.tbl_list01 li .tbl_ttl {
  width: 30%;
  background-color: #f3f7f8;
  border: solid 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_ttl {
    padding: 15px 10px;
  }
}

.tbl_list01 li .tbl_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.tbl_list02 li:last-child {
  margin-bottom: 0;
}

.tbl_list02 li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 25%;
  background-color: #886113;
}

.tbl_list02 li .list_ttl {
  width: 25%;
  line-height: 1.8;
  font-weight: bold;
  padding: 10px 20px;
  color: #886113;
}

@media screen and (max-width: 767px) {
  .tbl_list02 li .list_ttl {
    padding: 10px;
  }
}

.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  padding: 10px 0;
}

.price_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .price_list01 li {
    display: block;
  }
}

.price_list01 li:last-child {
  margin-bottom: 0;
}

.price_list01 li .list_ttl {
  width: 40%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.4;
  background-color: #F5EFE3;
  border-radius: 6px 0px 0px 6px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .price_list01 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.price_list01 li .list_ttl .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

.price_list01 li .list_body {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  padding: 20px;
  background-color: #F8F6F2;
  border-radius: 0px 6px 6px 0px;
}

.price_list01 li .list_body .b_text {
  font-size: 24px;
}

.price_list01 li .list_body .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

.price_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .price_list02 li {
    display: block;
  }
}

.price_list02 li:last-child {
  margin-bottom: 0;
}

.price_list02 li .list_ttl {
  width: 30%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.4;
  background-color: #F5EFE3;
  border-radius: 6px 0px 0px 6px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .price_list02 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price_list02 li .list_body {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  padding: 20px;
  background-color: #F8F6F2;
  border-radius: 0px 6px 6px 0px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .price_list02 li .list_body {
    font-size: 14px;
  }
}

/*フローリスト*/
.flow_list {
  max-width: 1000px;
  margin: 0 auto;
}

.flow_list.type01 li:before {
  display: none !important;
}

.flow_list li {
  padding: 30px 0;
  position: relative;
  background-color: #fff;
  border-bottom: solid 2px #DE9608;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

.flow_list li:last-child {
  margin-bottom: 0;
}

.flow_list li:last-child:before {
  display: none;
}

.flow_list li:before {
  border-top: 20px solid #DE9608;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .flow_list li:before {
    border-top: 20px solid #DE9608;
    bottom: -20px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    margin-left: -40px;
  }
}

.flow_list li .step {
  font-family: "Dokdo", system-ui;
  color: #EB7B09;
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
}

.flow_list li .arrow01 {
  position: relative;
  color: #503A19;
  font-weight: bold;
}

.flow_list li .arrow01:before {
  content: "\f0da";
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: #DFBD14;
  margin-right: 10px;
}

.flow_list li p {
  line-height: 1.5;
}

.flow_list li.flow_in_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex {
    display: block;
  }
}

.flow_list li.flow_in_flex .imgbox {
  width: 170px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .imgbox {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: inherit;
  }
}

.flow_list li.flow_in_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/******************************/
/* レイアウト　リスト （DL）*/
/******************************/
.normal_dl dt {
  color: #E15078;
  font-size: 22px;
  border-bottom: solid 1px #C9B3B9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

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

.dl_tbl01 dt {
  width: 25%;
  border-bottom: solid 2px #C9B3B9;
  color: #E15078;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dt {
    width: 35%;
  }
}

.dl_tbl01 dd {
  width: calc(100% - 25%);
  border-bottom: solid 1px #C9B3B9;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 35%);
  }
}

.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

.tbl_list01_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1f9681;
}

.tbl_list01_dl dt {
  width: 120px;
  max-width: 120px;
  padding: 5px 0;
}

.tbl_list01_dl dd {
  width: calc(100% - 120px);
  padding: 5px 0;
}

/******************************/
/* レイアウト　テーブル （TABLE）*/
/******************************/
.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.tbl_price {
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .tbl_price {
    width: 700px;
  }
}

.tbl_price .wd40p {
  width: 40%;
}

.tbl_price .wd10p {
  width: 10%;
}

.tbl_price thead th {
  color: #aa6908;
  background-color: transparent;
  border: none;
  text-align: left;
}

.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}

.tbl_price th {
  color: #ffffff;
  background-color: #000;
}

/******************************/
/* ギャラリー　スライダー*/
/******************************/
.swiper-container {
  overflow: hidden;
  /*position: relative;*/
}

.gallery-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #fff;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
/*   -o-object-fit: cover; */
/*      object-fit: cover; */
}

body .gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/******************************/
/* 投稿一覧出力　レイアウト*/
/******************************/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}

.category-list li {
  position: relative;
}

.category-list li:before {
  content: "-";
  display: inline-block;
}

/*サムネイル　縦*/
.thum_list {
  /* max-width: 900px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

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

@media screen and (max-width: 767px) {
  .thum_list.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 10px;
  }
}

.thum_list.cul4 li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 767px) {
  .thum_list.cul4 li {
    width: calc(100% / 2 - 5px);
  }
}

.thum_list li {
  width: calc(100% / 3 - 15px);
}

@media screen and (max-width: 767px) {
  .thum_list li {
    width: 100%;
    margin-top: 10px;
  }
}

.thum_list li .date {
  margin-bottom: 5px;
  font-size: 13px;
}

.thum_list li .price {
  margin-top: 10px;
}

.thum_list li .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.thum_list li .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #E87109;
  color: #ffff;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}

.thum_list li figure {
  overflow: hidden;
  border: solid 3px #DE9608;
  border-radius: 20px;
  margin-bottom: 10px;
  aspect-ratio: 285/190;
}

.thum_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 285/190;
}

.thum_list li:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.thum_list li .limit_text_2 {
  font-size: 16px;
}

/*サムネイル　横*/
.thum_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #886113;
}

.thum_list02 li .imgbox {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .thum_list02 li .imgbox {
    width: 40%;
  }
}

.thum_list02 li .txtbox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  padding-right: 50px;
}

.thum_list02 li .txtbox .date_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

.thum_list02 li .txtbox .single_link {
  position: relative;
}

.thum_list02 li .txtbox .single_link:after {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  font-size: 25px;
  color: #00B7BD;
  font-weight: 800;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thum_list02 li .txtbox .single_link:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.thum_list02 li .txtbox .single_link:hover:after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: -35px;
}

.thum_list02 li .txtbox .category_c a {
  background-color: #08A0A5;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
  padding: 3px 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .thum_list02 li .txtbox .category_c a p {
    font-size: 12px;
  }
}

/*サムネイルなし*/
.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .non_thum_list li {
    display: block;
  }
}

.non_thum_list li:hover {
  background-color: #F8F6F2;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.non_thum_list li:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.non_thum_list li .non_thum_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.non_thum_list li .category_c {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.non_thum_list li .category_c a {
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 20px;
  display: block;
  font-weight: bold;
  /*max-width: 140px;*/
  width: 105px;
  padding: 3px 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .non_thum_list li .category_c a {
    width: auto;
  }
}

/*# sourceMappingURL=css_map/template.css.map */
