@charset "UTF-8";
.bg100Rin, .contoutR {
  margin-inline: 0 var(--contout) !important;
  max-width: unset;
  padding-right: var(--incont);
}

.bg100Lin, .contoutL {
  margin-inline: var(--contout) 0 !important;
  max-width: unset;
  padding-left: var(--incont);
}

.bg100in {
  margin-inline: var(--contout) !important;
  max-width: unset;
  padding-inline: var(--incont);
}

.bg100 {
  margin-inline: var(--contout) !important;
  max-width: unset;
}

.wrapper {
  padding-block: var(--Wpdb);
}

.wrapper100 {
  margin-inline: var(--contout) !important;
  max-width: unset;
  padding-block: var(--Wpdb);
}

.wrapper100in {
  margin-inline: var(--contout) !important;
  max-width: unset;
  padding-inline: var(--incont);
  padding-block: var(--Wpdb);
}

.p-list p:not(:has(> a)) {
  position: relative;
}
.p-list p:not(:has(> a))::before {
  content: "bf";
  display: inline-block;
  background-color: #777;
  z-index: 1;
  font-weight: 900;
  font-family: var(--fa);
}

.h-font {
  font-weight: var(--hfw);
  font-family: var(--hff);
  line-height: var(--hlh);
  letter-spacing: var(--hls);
  color: var(--hcolor);
}

.bd-current {
  border: var(--line);
  border-color: currentColor;
}
.bd-block {
  border-block: var(--line);
}
.bd-left {
  border-left: var(--line);
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 3;
  min-width: auto !important;
}

#contents {
  width: 100%;
  max-width: 1100px;
  background: none !important;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
#contents a {
  color: #412308;
}

.blog aside a {
  color: #412308;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.nega_bottom {
  margin-bottom: -100px;
}
@media screen and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }
  .tabtar div {
    text-align: right !important;
  }
  .tabtac div {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .sptal div {
    text-align: left !important;
  }
  .sptar div {
    text-align: right !important;
  }
  .sptac div {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !important;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.wrap {
  flex-wrap: wrap;
}

.dir_revers {
  flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box30 {
  width: 28%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sptab100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10% 1%;
  }
}

/******************フレックスボックス*************************************/
.box h3 {
  display: none;
}
.box div h3 {
  display: block;
}

.flbox2 .box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.flbox3 .box {
  width: 31.11111111%;
  margin: 0 1% 20px 1%;
}

.flbox4 .box {
  width: 23%;
  margin: 0 1% 10px 1%;
}

.flbox5 .box {
  width: 18%;
  margin: 0 1% 10px 1%;
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31.1111111%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media screen and (max-width: 640px) {
  .flsp50 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media screen and (max-width: 640px) {
  .flsp100 .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

/******************表示非表示**************************************/
.dnone {
  display: none;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}

.pctb_none {
  display: none;
}
@media screen and (max-width: 640px) {
  .pctb_none {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tab_block {
    display: block;
  }
}

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

/***********************************書体*******************************************/
.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media only screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}
ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold;
}

.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

small {
  font-size: 70%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}

table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

@media screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 5px !important;
  }
}

@media screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 10px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #412308;
}

.border02 {
  border: solid 1px #ae8157;
}

.border03 {
  border: solid 1px #90c31f;
}

.border04 {
  border: solid 1px #ff9600;
}

.border01_4 {
  border: solid 4px #412308;
}

.border02_4 {
  border: solid 4px #ae8157;
}

.border03_4 {
  border: solid 4px #90c31f;
}

.border04_4 {
  border: solid 4px #ff9600;
}

.border_f {
  border: solid 1px #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #412308 !important;
}

.btm02 {
  border-bottom: 1px dotted #ae8157 !important;
}

.btm03 {
  border-bottom: 1px dotted #90c31f !important;
}

.btm04 {
  border-bottom: 1px dotted #ff9600 !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgL {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgR {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgC {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .imgC {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .imgC {
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .imgC img {
    max-width: 100%;
    height: auto !important;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/************************************プライバシーポリシー************************************/
.policy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #412308;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.policy p {
  padding: 10px;
  padding-bottom: 20px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #412308;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pankuzu li {
  display: inline-block;
}
.pankuzu a:link {
  color: #412308 !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #412308 !important;
}
/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
@media screen and (max-width: 640px) {
  .fadein {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************画像回転************************************/
.rotate5 img {
  transform: rotate(5deg);
}

.rotate8 img {
  transform: rotate(8deg);
}

.rotate-10 img {
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #412308 !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #f5e3d1;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-hop {
  transform: translate(0, 100px);
}
@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-left {
  transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-right {
  transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 834px) {
  .link_name {
    padding-top: 48px;
    margin-top: -48px;
  }
}

body.blog .clearfix:after {
  display: none;
}

body.blog {
  /* ================================================================= 
  ver5 calendar
  ================================================================= */
  /* ================================================================= 
  ver5 builingual
  ================================================================= */
  /* ================================================================= 
  スマホ　CSS
  ================================================================= */
}
body.blog section.blog {
  margin-top: var(--bl03);
}
body.blog #contents article ul.clearfix, body.blog #contents article style + * {
  margin-top: 0;
}
body.blog .h_btn:is(a) {
  text-decoration: none;
}
body.blog img {
  border: 0px;
}
body.blog video {
  max-width: 100%;
}
body.blog input,
body.blog textarea,
body.blog select,
body.blog button {
  margin: 0;
  padding: unset;
  font-family: sans-serif;
  font-size: 100%;
}
body.blog * html .clearfix {
  height: 1%;
}
body.blog .clearfix:after {
  clear: both;
  display: none;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}
body.blog select {
  padding: 4px 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}
body.blog div.wrap {
  width: unset;
  max-width: unset;
  margin: 0 auto;
  display: flex;
}
body.blog #main_image {
  width: 100%;
  height: 300px;
  height: 700px;
  background-image: url(../images/home/mvtrimresize.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
body.blog footer {
  width: 100%;
  background: unset;
}
body.blog section div.wrap {
  display: flex;
}
body.blog section aside {
  padding: 0 10px;
  width: 25%;
  min-width: 200px;
  overflow: hidden;
}
body.blog section div#contents {
  width: 75%;
  overflow: hidden;
}
body.blog aside div#prof a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-right: 10px;
}
body.blog aside div#search {
  position: relative;
}
body.blog aside div#search input {
  width: 100%;
}
body.blog aside div#search button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}
body.blog aside h3,
body.blog aside nav > div {
  font-size: 15px;
  line-height: 50px;
}
body.blog aside h3:nth-of-type(2),
body.blog aside nav > div:nth-of-type(2) {
  margin-top: 20px;
}
body.blog aside nav {
  padding: 20px 0;
}
body.blog aside nav > a {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}
body.blog aside ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
body.blog aside ul li:first-child {
  border-top: unset;
}
body.blog aside ul li a span:nth-of-type(2) {
  display: unset;
}
body.blog section div#contents div.pager {
  line-height: 30px;
  padding: 0 10px 50px 10px;
}
body.blog section div#contents div.pager a.next {
  float: right;
}
body.blog section div#contents div#blog_detail {
  padding: 10px 10px 0 10px;
}
body.blog section div#contents div#prof_detail img {
  padding: 0 10px;
  float: right;
}
body.blog section div#contents div#prof_detail div#prof_text {
  clear: right;
  padding: 10px;
}
body.blog section div#contents article div.date {
  line-height: 30px;
  color: var(--tx);
}
body.blog section div#contents article h1,
body.blog section div#contents article h1 span:nth-of-type(2),
body.blog section div#contents article h2 span:nth-of-type(2) {
  display: unset;
}
body.blog section div#contents article h1:empty,
body.blog section div#contents article h1 span:nth-of-type(2):empty,
body.blog section div#contents article h2 span:nth-of-type(2):empty {
  display: none;
}
body.blog section div#contents article ul {
  margin-bottom: 10px;
}
body.blog section div#contents article ul li {
  float: left;
  list-style: none;
}
body.blog section div#contents article ul li a {
  display: block;
  line-height: inherit;
  margin-left: 0.5em;
  margin-right: unset;
  border-radius: calc(var(--rad) / 2);
}
body.blog section div#contents article div.flex {
  display: flex;
  flex-direction: column;
}
body.blog section div#contents article div.flex_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  order: 1;
}
body.blog section div#contents article div.flex_images > * {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  body.blog section div#contents article div.flex_images > * {
    flex: unset;
    width: 49%;
  }
}
body.blog section div#contents div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body.blog section div#contents div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body.blog section div#contents article div.sns {
  display: flex;
  justify-content: center;
}
body.blog section div#contents article div.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 200px;
  height: 45px;
  border-radius: 3px;
  text-decoration: none;
}
body.blog section div#contents article div.sns a span {
  font-size: 16px;
}
body.blog section div#contents article div.sns a i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.blog section div#contents article div.sns a.tw {
  background: #1da1f2;
}
body.blog section div#contents article div.sns a.fb {
  background: #2f6db6;
}
body.blog section div#contents article div.sns a.line {
  background: #00b900;
}
body.blog section div#contents article div.sns a.tw i {
  background-image: url(../img/TW.png);
}
body.blog section div#contents article div.sns a.fb i {
  background-image: url(../img/FB.png);
  background-size: 28px;
  background-position: center 3px;
}
body.blog section div#contents article div.sns a.line i {
  background-image: url(../img/LINE.png);
}
body.blog section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
body.blog section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
body.blog section div#contents > dl dt > div > a {
  text-underline-offset: 0.5em;
  color: var(--tx);
  text-decoration-color: var(--mc);
  font-size: var(--h3FZ);
}
body.blog section div#contents > dl dt span.translate {
  display: block;
  font-weight: bold;
  padding-block: 0.25em;
  margin-block: 0.25em 0.5em;
}
body.blog section div#contents > dl dd {
  margin-top: var(--f16);
}
body.blog section div#contents > dl ul li {
  float: left;
  list-style: none;
  margin-bottom: 0.5em;
}
body.blog section div#contents > dl ul li a {
  display: block;
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
  background-color: unset;
  color: var(--bc);
  text-decoration: none;
  border-radius: var(--radhalf);
}
body.blog section div#contents > dl dt span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}
body.blog div#form_calendar {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 10px auto;
  min-width: unset;
}
body.blog div#form_calendar td.open {
  background: var(--mc10);
}
body.blog div#form_calendar td.blog {
  background-color: var(--mc50);
}
body.blog div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}
body.blog div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
body.blog div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 20px;
  font-size: 20px;
}
body.blog div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 25px;
}
body.blog div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
body.blog div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 25px;
}
body.blog div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 20px;
  font-size: 20px;
}
body.blog div#form_calendar div.head span:nth-of-type(1):hover,
body.blog div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}
body.blog div#form_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}
body.blog div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
body.blog div#form_calendar table tbody tr {
  height: 30px;
}
body.blog div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}
body.blog div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}
body.blog div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}
body.blog div#form_calendar table tbody tr td label {
  font-size: 12px;
}
body.blog div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}
body.blog div#form_calendar table tbody tr td:first-of-type label,
body.blog div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}
body.blog div#form_calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}
body.blog div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}
body.blog div#form_calendar table tbody tr td.other:first-of-type label,
body.blog div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}
body.blog div#form_calendar table tbody tr td:hover {
  background: rgba(0, 200, 255, 0.82) !important;
  cursor: pointer;
}
body.blog div#form_calendar table tbody tr td:hover label {
  cursor: pointer;
}
body.blog div#form_calendar table tbody tr td.close {
  background: var(--ac);
}
body.blog div#form_calendar dl.open,
body.blog div#form_calendar dl.close {
  display: flex;
  font-size: 12px;
}
body.blog div#form_calendar dl.open label,
body.blog div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 12px;
}
body.blog div#form_calendar dl.open label {
  background: var(--mc20);
}
body.blog div#form_calendar dl.close label {
  background: var(--ac);
}
body.blog div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}
body.blog div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}
body.blog div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}
body.blog div#builingual div.language {
  float: right;
  color: #999;
  font-weight: bold;
}
body.blog div#builingual div.language select {
  margin: 0 20px 0 10px;
}
body.blog div.translate {
  margin: 30px 0 30px 0;
}
body.blog section div#contents div#blog_detail + div.translate {
  margin: 10px 10px 30px 10px;
}
body.blog section div#contents article > p + div.translate {
  margin: 5px 0 30px 0;
}
body.blog section div#contents img {
  height: auto !important;
}
body.blog section div#contents article h1 span {
  display: block;
  font-size: var(--f40);
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  position: relative;
  border-bottom: var(--line);
  padding: 0.25em;
  margin-bottom: var(--f16);
  line-height: 1.3;
}
body.blog section div#contents article h1 span::before, body.blog section div#contents article h1 span::after {
  content: "";
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 2px;
}
body.blog section div#contents article h1 span::before {
  width: 66%;
  background-color: var(--mctr);
  display: none;
}
body.blog section div#contents article h1 span::after {
  width: 20%;
  background-color: var(--mc);
  display: none;
}
body.blog section div.form_wrap dl {
  display: flex;
}
body.blog section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
body.blog section div.form_wrap dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  box-sizing: border-box;
}
body.blog section div.form_wrap dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}
body.blog section div.form_wrap dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}
body.blog section div.form_wrap dl dt label,
body.blog section div.form_wrap p.annot {
  color: #ff0000;
}
body.blog section div.form_wrap dl dd > div {
  display: flex;
}
body.blog section div.form_wrap dl dd input[type=text],
body.blog section div.form_wrap dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}
body.blog section div.form_wrap dl dd div input[type=text],
body.blog section form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}
body.blog section div.form_wrap dl dd div:last-of-type input[type=text],
body.blog section div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}
body.blog section div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}
body.blog section div.form_wrap dl dd input[type=text] + span,
body.blog section div.form_wrap dl dd select + span {
  margin-left: 8px;
}
body.blog section div.form_wrap dl dd p {
  margin-top: 4px;
}
body.blog section div.form_wrap dl dd.addr input,
body.blog section div.form_wrap dl dd.ship_addr input {
  width: 100%;
}
body.blog section div.form_wrap dl dd.addr select,
body.blog section div.form_wrap dl dd.ship_addr select {
  width: 122px !important;
}
body.blog section div.form_wrap dl dd.addr div:nth-of-type(1) input,
body.blog section div.form_wrap dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}
body.blog section div.form_wrap dl dd.date div,
body.blog section div.form_wrap dl dd.birthday div,
body.blog section div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}
body.blog section div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}
body.blog section div.form_wrap dl dd.is_entry label {
  width: 80px;
}
body.blog section div.form_wrap dl dd.is_entry input[type=text] {
  width: 160px !important;
}
body.blog section div.form_wrap dl dd.date input,
body.blog section div.form_wrap dl dd.birthday input {
  width: 80px !important;
  text-align: center;
}
body.blog section div.form_wrap dl dd.date select,
body.blog section div.form_wrap dl dd.birthday select {
  width: 60px !important;
}
body.blog section div.form_wrap dl dd.date p,
body.blog section div.form_wrap dl dd.birthday p,
body.blog section div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}
body.blog section div.form_wrap dl dd.date div:last-of-type input[type=text],
body.blog section div.form_wrap dl dd.birthday div:last-of-type input[type=text],
body.blog section div.form_wrap dl dd.date div:last-of-type select,
body.blog section div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}
body.blog section div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}
body.blog section div.form_wrap dl dd.radio label,
body.blog section div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}
body.blog section div.form_wrap.confirm dl dd span {
  color: #ff0000;
}
body.blog section div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 50px 20px 20px 20px;
  border-radius: 2px;
}
body.blog section div.form_wrap.message ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
body.blog section div.form_wrap.message p span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
body.blog section div.form_wrap.error {
  background: #ff0000;
  margin-bottom: 10px;
}
body.blog section div.form_wrap.error p {
  padding: 5px;
}
@media only screen and (max-width: 960px) {
  body.blog section div.wrap {
    flex-direction: column-reverse;
    padding-inline: unset;
  }
  body.blog section aside {
    width: 98%;
  }
  body.blog section div#contents {
    width: 98%;
  }
  body.blog section div#contents article div.sns a {
    background: initial !important;
    width: 40px;
    width: 40px;
  }
  body.blog section div#contents article div.sns a span {
    display: none;
  }
  body.blog section div#contents article div.sns a i {
    background-size: 40px 40px !important;
    background-position: center center !important;
  }
  body.blog .tbl_block th {
    text-align: center;
  }
  body.blog .tbl_block th,
  body.blog .tbl_block td {
    display: block;
  }
  body.blog .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
body.blog .imgL {
  float: unset;
  margin-right: var(--g);
}
body.blog .imgR {
  float: unset;
  margin-left: var(--g);
}
body.blog .imgC {
  margin: 0px auto 0px auto;
  display: block;
}
@media screen and (max-width: 834px) {
  body.blog #contents {
    margin-bottom: 12%;
  }
}
body.blog aside nav > div {
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid var(--tx);
}
body.blog #contents .card.card3 {
  gap: 20px 2%;
  flex-wrap: wrap;
  margin-bottom: 6%;
}
body.blog #contents .card.card3 ul {
  display: contents;
}
body.blog #contents .card.card3 li {
  flex: unset;
  width: 32%;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  body.blog #contents .card.card3 li {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  body.blog #contents .card.card3 li {
    width: 100%;
  }
}
body.blog #contents .card.card3 a {
  padding: 0 !important;
  margin-right: 0 !important;
}
body.blog #contents .card.card3 img {
  width: 100% !important;
  margin: 0;
}
body.blog #contents .title3 article {
  padding-left: 0;
}

body:not(.blog) section .h_title {
  display: none;
}

body.blog {
  max-width: 100%;
  padding-inline: 0;
}
@media screen and (max-width: 834px) {
  body.blog {
    padding-inline: 0;
  }
}

div.blog_list h3,
div.blog_list div.blog_text {
  font-size: unset;
}

section aside {
  width: 24%;
  padding: 0 10px;
}
section aside * {
  text-align: left;
}
section aside *:is(nav > div) {
  text-align: center;
}
@media screen and (max-width: 834px) {
  section aside {
    padding: 0;
  }
}

section div#contents {
  width: 74%;
}

section.blog {
  width: var(--base);
  width: calc(var(--base) + 40px);
  max-width: 100%;
  margin-inline: auto;
  margin-top: 2%;
}

body.blog #contents article h2 {
  position: relative;
  z-index: 1;
  --wid: 112px;
}
body.blog #contents article h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: var(--wid);
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
  display: none;
}
@media screen and (max-width: 834px) {
  body.blog #contents article h2 {
    --pad: 20px;
    --wid: 60px;
  }
}

section div#contents > dl {
  overflow: auto;
}

aside ul li a {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s;
  border-radius: 0;
}

aside ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

input[type=text],
input[type=password],
textarea,
select {
  border-radius: 0;
}

aside nav > a {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
aside nav > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.blog #calendar #form_calendar {
  box-shadow: none;
  background: transparent;
}

td.other {
  background: transparent !important;
}

section div#contents article ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  color: unset;
  margin: 0 10px 10px 0;
}

section div#contents article ul li a {
  border-radius: 0;
  border: 1px solid #fff;
  background-color: var(--mc);
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  section.blog div#contents *,
  section.blog aside * {
    float: none !important;
  }
}
section.blog div#contents article,
section.blog aside article {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  section.blog div#contents article img,
  section.blog div#contents section div#contents article video,
  section.blog aside article img,
  section.blog aside section div#contents article video {
    margin: 10px 0 10px 0 !important;
  }
}
section.blog div#contents .category a,
section.blog div#contents ul a,
section.blog aside .category a,
section.blog aside ul a {
  border: unset;
}
section.blog div#contents div.date,
section.blog aside div.date {
  border-radius: 0;
  border: none;
  background-color: unset;
  padding: 0;
}
section.blog div#contents #calendar #form_calendar td:hover,
section.blog aside #calendar #form_calendar td:hover {
  background: unset !important;
}
section.blog div#contents #calendar #form_calendar td.close,
section.blog aside #calendar #form_calendar td.close {
  background: #aaa;
}
section.blog div#contents #calendar #form_calendar td.blog label,
section.blog aside #calendar #form_calendar td.blog label {
  display: grid;
  place-items: center;
  width: 2em !important;
  height: 2em;
  aspect-ratio: 1/1;
  line-height: 2;
  background: #fff;
  border-radius: 999px;
  bottom: 0;
  left: 0;
}
section.blog div#contents #calendar #form_calendar dl.open,
section.blog div#contents #calendar #form_calendar dl.close,
section.blog aside #calendar #form_calendar dl.open,
section.blog aside #calendar #form_calendar dl.close {
  display: flex;
  padding-left: 5px;
}
section.blog div#contents #calendar #form_calendar dl.open label,
section.blog div#contents #calendar #form_calendar dl.close label,
section.blog aside #calendar #form_calendar dl.open label,
section.blog aside #calendar #form_calendar dl.close label {
  display: block;
  width: 40px;
  height: 20px;
  margin-bottom: 5px;
}
section.blog div#contents #calendar #form_calendar dl.close label,
section.blog aside #calendar #form_calendar dl.close label {
  background-color: #aaa;
}

@media screen and (max-width: 640px) {
  section.blog div#contents article {
    margin-bottom: 20px;
  }
}
section.blog div#contents article ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
section.blog div#contents article ul li {
  float: none;
  list-style: none;
  margin-top: unset;
  display: inline-block;
}
section.blog div#contents article h2 span {
  display: block;
  font-size: var(--f32);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  font-weight: 600;
  padding: 6px 0 10px;
  position: relative;
  padding: 0.25em;
  border-bottom: var(--line);
  margin-bottom: var(--f16);
  line-height: 1.3;
}
section.blog div#contents .tate article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .tate h3 {
  order: -1;
  display: inline-block;
}
section.blog div#contents .tate div {
  margin-bottom: 20px;
}
section.blog div#contents .imglast article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .imglast .imgW {
  order: 1;
}
section.blog div#contents .imglast div {
  margin-bottom: 20px;
}
section.blog div#contents .yoko {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  section.blog div#contents .yoko {
    flex-wrap: wrap;
  }
}
section.blog div#contents .yoko article {
  width: 100%;
}
section.blog div#contents .yoko div {
  margin-bottom: 20px;
}

aside .pages a {
  text-align: left;
}

section div#contents > article > * + * {
  margin-top: var(--bl025);
}

section div#contents > article + article {
  margin-top: var(--bl05);
  padding-top: var(--bl05);
  border-top: 1px dashed var(--tx50);
}
section div#contents > article ul li a {
  color: var(--wh);
}
section div#contents > article h2 span {
  line-height: 2;
}
section div#contents > article time {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: var(--radhalf);
  color: #fff;
  background-color: var(--ac);
}

body.blog.bk {
  background-color: var(--bk);
}
body.blog.bk section div.wrap {
  background-color: var(--bk);
}
@media screen and (max-width: 834px) {
  body.blog.bk .fl37 > * {
    padding-left: 0px;
  }
}

div.bxi_index ol li:hover {
  color: var(--mc);
}

section div#contents div.bxi_index {
  margin: unset;
  border: 1px solid var(--tx50);
  padding: var(--pad);
}

div.bxi_index ol li {
  padding-inline: unset;
}

.blog article h1, .blog article h2, .blog article h3 {
  scroll-margin-top: var(--head);
}

body.blog section div#contents article ul li a,
body.blog section div#contents > dl ul li a {
  font-size: 80%;
}

section div#contents > article time {
  background-color: var(--mc);
  border-radius: var(--rad);
}

div.bxi_index ol li {
  border-bottom: var(--line);
}

div.bxi_index label {
  display: none;
}

body.blog section div#contents > dl dt span.translate {
  font-size: var(--h2FZ);
  font-weight: bold;
}

div#form_calendar div.head span, div.calendar div.head span {
  color: unset;
}

.blog :is(.it01, .ti01) img {
  width: 100% !important;
}

/*****************AI用ショッピングサイト****************************************/
div.search form {
  width: 100% !important;
}

div.search form div.select {
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  div.under ul li {
    width: 48% !important;
  }
}

div.under ul li a {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #90c31f;
  font-weight: bold;
}
div.under ul li a:hover {
  background: #90c31f;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  div.under ul li a {
    padding: 10px;
    width: 100%;
  }
}
div.under ul li a a.off.prev {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  div.under ul li a a.off.prev {
    width: 100% !important;
    margin: 10px 0;
  }
}
div.under ul li a a.off.next {
  width: 38% !important;
  display: block;
  margin-top: 0px;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  div.under ul li a a.off.next {
    width: 100% !important;
    margin: 10px 0;
  }
}

div.items {
  margin: 30px 0 0 0 !important;
}

div.items > article {
  border: 1px solid #ccc;
  padding: 30px;
  width: 31.11111% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
@media screen and (max-width: 834px) {
  div.items > article {
    width: 48% !important;
    margin: 10px 0;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 100% !important;
    margin: 10px 0;
    padding: 20px 5px;
  }
}

div.items > article a.name {
  font-size: 18px;
  font-weight: bold;
  color: #90c31f !important;
}
@media screen and (max-width: 640px) {
  div.items > article a.name {
    font-size: 16px;
  }
}

div.items > article p.summary {
  text-align: left !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  div.items > article p.summary {
    text-align: left !important;
  }
}

div.items > article p.price {
  font-weight: bold;
  font-size: 20px;
  color: #ae8157;
}

.item div.item_view h2 {
  background: #edffe5;
  padding: 10px;
  font-weight: bold;
  color: #90c31f;
}
@media screen and (max-width: 834px) {
  .item div.item_view h2 {
    margin-top: 20px;
  }
}

div.item_option a {
  font-size: 14px !important;
}

div.photo div.small img:hover {
  opacity: 0.5;
}

div.photo div.small {
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

article.item div.photo .small li {
  width: 23%;
  margin: 10px 1% 0 1%;
  flex-basis: unset;
}

div.item_view p.price {
  color: #e25325;
  font-weight: bold;
  font-size: 24px;
}

div.sku1 ul li, div.sku2 ul li {
  width: auto !important;
}

.detail {
  font-size: 14px;
}

article.item {
  display: flex;
}
@media screen and (max-width: 834px) {
  article.item {
    display: flex !important;
    flex-direction: column;
  }
}
article.item div.photo .small img {
  border: 1px solid #ccc;
  padding: 5px;
}
article.item div.photo div.large {
  text-align: center;
}
@media screen and (max-width: 834px) {
  article.item div.photo div.large {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  article.item {
    display: block;
  }
  article.item div.photo {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  article.item div.photo .small {
    max-width: 100%;
  }
  article.item div.photo .small ul {
    display: flex;
  }
  article.item div.photo .small ul li img {
    width: 100%;
    border: 1px solid #ccc;
  }
  article.item .item_view {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  article.item .item_view {
    margin-top: 20px;
  }
}

div.items > article a.photo {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  div.items {
    margin-top: 30px;
  }
}

div.item_view h2 {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  div.item_view h2 {
    font-size: 20px;
  }
}

div.item_view h2 span {
  display: none;
}

#sumcart ul li p.number {
  display: none;
}

@media screen and (max-width: 640px) {
  div.photo div.large {
    margin-left: 0;
  }
}

article.item {
  justify-content: space-between;
}

article.item div.photo {
  width: 40%;
  display: block;
}
@media screen and (max-width: 834px) {
  article.item div.photo {
    width: 100%;
  }
}

article.item div.photo div.large {
  margin: 0;
}

@media screen and (max-width: 834px) {
  div.order {
    margin-top: 30px !important;
  }
}

div.order ul li {
  margin: 5px 0 5px 5px;
}
div.order ul li a {
  color: #90c31f !important;
}

div.search div.pager {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.pager a {
  width: 49% !important;
}

div.search div.pager div.select {
  margin-right: calc(100% - 100px);
}

div.search div.pager div.select {
  float: none;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  div.search div.pager div.select {
    max-width: 180px;
  }
}

@media screen and (max-width: 640px) {
  div.search div.pager {
    width: 100%;
  }
}

/*******************************************/
div.under {
  margin-top: 20px;
}
div.under a {
  color: #90c31f !important;
}

div.under ul li a {
  text-decoration: none;
}

/***********************************************/
section div.purchase.accept {
  background: none !important;
}

/*****************詳細ページ******************************/
@media screen and (max-width: 640px) {
  section div.form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dd {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  div.item_view div.struct {
    display: block !important;
  }
}

div.item_view {
  width: 58%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 834px) {
  div.item_view {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.item_view div.item_option {
    width: 100%;
  }
}

/****************購入ページ*****************************************/
@media screen and (max-width: 640px) {
  #sumcart div.sum > div > div:nth-child(2) {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li div:nth-child(n+3) {
    min-width: 60px;
  }
}

@media screen and (max-width: 640px) {
  #sumcart ul li {
    display: block;
  }
}

#sumcart div.sum {
  padding: 10px;
}

@media screen and (max-width: 640px) {
  section div.purchase.confirm ul li {
    flex-wrap: wrap;
  }
}

div.relay div.flip, div.bundle div.flip {
  margin-top: 20px;
}

div.sku1 ul li.selected, div.sku2 ul li.selected {
  background: #90c31f;
}

div.sku1 ul li.selected:hover, div.sku2 ul li:hover {
  background: #edffe5;
}

div.sku1 ul li.selected:hover, div.sku1 ul li:hover {
  background: #edffe5;
}

div.sku1 ul li.selected:hover, div.sku2 ul li.selected:hover {
  color: #fff;
  background: #90c31f;
}

/*****************買い物リスト***********************/
#sumcart ul li div.item {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #sumcart ul li div.item {
    margin: 10px 0;
  }
}

:root {
  --base:1100px;
  --g:2vmin;
  --gr:#666;
  --bk:#000;
  --wh:#fff;
  --tx: #333333;
  --bc: #412308;
  --bc01: #ae8157;
  --bc02: #90c31f;
  --bc03: #ff9600;
  --ac: #ff720b;
  --hcolor: #67513e;
  --mc: #104480;
  --mc10: color-mix(in srgb, transparent,var(--mc) 10%);
  --mc20: color-mix(in srgb, transparent,var(--mc) 20%);
  --mc30: color-mix(in srgb, transparent,var(--mc) 30%);
  --mc40: color-mix(in srgb, transparent,var(--mc) 40%);
  --mc50: color-mix(in srgb, transparent,var(--mc) 50%);
  --mc60: color-mix(in srgb, transparent,var(--mc) 60%);
  --mc70: color-mix(in srgb, transparent,var(--mc) 70%);
  --mc80: color-mix(in srgb, transparent,var(--mc) 80%);
  --mc90: color-mix(in srgb, transparent,var(--mc) 90%);
  --tx10: color-mix(in srgb, transparent,var(--tx) 10%);
  --tx20: color-mix(in srgb, transparent,var(--tx) 20%);
  --tx30: color-mix(in srgb, transparent,var(--tx) 30%);
  --tx40: color-mix(in srgb, transparent,var(--tx) 40%);
  --tx50: color-mix(in srgb, transparent,var(--tx) 50%);
  --tx60: color-mix(in srgb, transparent,var(--tx) 60%);
  --tx70: color-mix(in srgb, transparent,var(--tx) 70%);
  --tx80: color-mix(in srgb, transparent,var(--tx) 80%);
  --tx90: color-mix(in srgb, transparent,var(--tx) 90%);
  --bl:120px;
  --bl025:calc(var(--bl)/4);
  --bl03:calc(var(--bl)/3);
  --bl05:calc(var(--bl)/2);
  --bl06:calc(var(--bl)/3*2);
  --bl075:calc(var(--bl)/4*3);
  --bl1:calc(var(--bl)*1.0);
  --bl15:calc(var(--bl)*1.5);
  --bl2:calc(var(--bl)*2.0);
  --bl25:calc(var(--bl)*2.5);
  --bl3:calc(var(--bl)*3.0);
  --Nbl15:calc(var(--bl)*-1.5);
  --Nbl05:calc(var(--bl)*-0.5);
  --Nbl075:calc(var(--bl)*-0.75);
  --Nbl2:calc(var(--bl)*-2.0);
  --Nbl:calc(var(--bl)*-1.0);
  --Nbl1:calc(var(--bl)*-1.0);
  --line: 1px solid currentColor;
  --icon: "Font Awesome 5 Pro";
  --h2FZ:clamp(20px, 3vw, 28px);
  --h3FZ:clamp(16px, 2vw, 24px);
}
@media screen and (max-width: 834px) {
  :root {
    --bl:80px;
  }
}

h2, .h2FZ, .h2FZ * {
  font-size: var(--h2FZ);
  font-weight: bold;
}

h3, .h3FZ, .h3FZ * {
  font-size: var(--h3FZ);
  font-weight: bold;
}

:is(h1, h2, h3) > small {
  margin-inline: 0.25em;
}

:is(h1, h2, h3):has(> em) {
  font-size: 1em;
}
:is(h1, h2, h3):has(> em) em {
  margin-inline: 0.125em;
  color: var(--ac);
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  body section .bp48-50 > *, footer .bp48-50 > *, .h .bp48-50 > *, .blog #contents .bp48-50 > * {
    width: calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 640px) {
  body section .sp-50 > *, footer .sp-50 > *, .h .sp-50 > *, .blog #contents .sp-50 > * {
    width: calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 834px) {
  body section .tab-50 > *, footer .tab-50 > *, .h .tab-50 > *, .blog #contents .tab-50 > * {
    width: calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 960px) {
  body section .bp96-50 > *, footer .bp96-50 > *, .h .bp96-50 > *, .blog #contents .bp96-50 > * {
    width: calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 480px) {
  body section .bp48-100 > *, footer .bp48-100 > *, .h .bp48-100 > *, .blog #contents .bp48-100 > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  body section .sp-100 > *, footer .sp-100 > *, .h .sp-100 > *, .blog #contents .sp-100 > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  body section .tab-100 > *, footer .tab-100 > *, .h .tab-100 > *, .blog #contents .tab-100 > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  body section .bp96-100 > *, footer .bp96-100 > *, .h .bp96-100 > *, .blog #contents .bp96-100 > * {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  body section .bp48-50.cardflex > *, footer .bp48-50.cardflex > *, .h .bp48-50.cardflex > *, .blog #contents .bp48-50.cardflex > * {
    width: calc(50% - var(--g) / 2) !important;
    flex: unset;
  }
}
@media screen and (max-width: 640px) {
  body section .sp-50.cardflex > *, footer .sp-50.cardflex > *, .h .sp-50.cardflex > *, .blog #contents .sp-50.cardflex > * {
    width: calc(50% - var(--g) / 2) !important;
    flex: unset;
  }
}
@media screen and (max-width: 834px) {
  body section .tab-50.cardflex > *, footer .tab-50.cardflex > *, .h .tab-50.cardflex > *, .blog #contents .tab-50.cardflex > * {
    width: calc(50% - var(--g) / 2) !important;
    flex: unset;
  }
}
@media screen and (max-width: 960px) {
  body section .bp96-50.cardflex > *, footer .bp96-50.cardflex > *, .h .bp96-50.cardflex > *, .blog #contents .bp96-50.cardflex > * {
    width: calc(50% - var(--g) / 2) !important;
    flex: unset;
  }
}
@media screen and (max-width: 480px) {
  body section .bp48-100.cardflex > *, footer .bp48-100.cardflex > *, .h .bp48-100.cardflex > *, .blog #contents .bp48-100.cardflex > * {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  body section .sp-100.cardflex > *, footer .sp-100.cardflex > *, .h .sp-100.cardflex > *, .blog #contents .sp-100.cardflex > * {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  body section .tab-100.cardflex > *, footer .tab-100.cardflex > *, .h .tab-100.cardflex > *, .blog #contents .tab-100.cardflex > * {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  body section .bp96-100.cardflex > *, footer .bp96-100.cardflex > *, .h .bp96-100.cardflex > *, .blog #contents .bp96-100.cardflex > * {
    flex-basis: 100% !important;
  }
}

.card3 img:is(#contents *), .card2 img:is(#contents *), .card4 img:is(#contents *), .cardflex img:is(#contents *), .cardfix img:is(#contents *) {
  aspect-ratio: 1;
}

.cardflex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.cardflex + .cardflex {
  margin-top: var(--g);
}
.cardflex > * {
  flex: 1;
  min-width: unset;
}

.p-list p:not(:has(> a)) {
  line-height: 1.75;
  font-size: inherit;
  border-bottom: 1px solid var(--tx50);
}
.p-list p:not(:has(> a)) b {
  font-size: 1.5em;
  color: var(--ac);
}
.p-list p:not(:has(> a)) + br {
  display: none;
}
.p-list p:not(:has(> a)):before {
  font-family: var(--icon);
  content: "\f14a";
  background-color: var(--un);
  border-radius: 1000px;
  display: inline-grid;
  place-items: center;
  vertical-align: middle;
  margin-right: 0.25em;
  color: var(--mc);
  font-size: 2em;
}
.p-list p:not(:has(> a)):is(.__circle *):before {
  content: "\f111";
}
.p-list p:not(:has(> a)):is(.__noIcon *):before {
  display: none;
}

.H-bd h1, .H-bd h2, .H-bd h3 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.25em;
}
.H-bd h1:is(body.blog *), .H-bd h2:is(body.blog *), .H-bd h3:is(body.blog *) {
  margin-block: 0.5em 0;
}
.H-bd h1:is(.__red *), .H-bd h2:is(.__red *), .H-bd h3:is(.__red *) {
  border-bottom-color: var(--red);
}
.H-bd h1:is(.__mc *), .H-bd h2:is(.__mc *), .H-bd h3:is(.__mc *) {
  border-bottom-color: var(--mc);
}
.H-bd h1:is(.__ac *), .H-bd h2:is(.__ac *), .H-bd h3:is(.__ac *) {
  border-bottom-color: var(--ac);
}
.H-bd h1:is(.__sc *), .H-bd h2:is(.__sc *), .H-bd h3:is(.__sc *) {
  border-bottom-color: var(--sc);
}
.H-bd h1:is(.__mc50 *), .H-bd h2:is(.__mc50 *), .H-bd h3:is(.__mc50 *) {
  border-bottom-color: var(--mc50);
}
.H-bd h1:is(.__ac50 *), .H-bd h2:is(.__ac50 *), .H-bd h3:is(.__ac50 *) {
  border-bottom-color: var(--ac50);
}
.H-bd h1:is(.__sc50 *), .H-bd h2:is(.__sc50 *), .H-bd h3:is(.__sc50 *) {
  border-bottom-color: var(--sc50);
}
.H-bd h1:is(.__mc2 *), .H-bd h2:is(.__mc2 *), .H-bd h3:is(.__mc2 *) {
  border-bottom-color: var(--mc2);
}
.H-bd h1:is(.__ac2 *), .H-bd h2:is(.__ac2 *), .H-bd h3:is(.__ac2 *) {
  border-bottom-color: var(--ac2);
}
.H-bd h1:is(.__sc2 *), .H-bd h2:is(.__sc2 *), .H-bd h3:is(.__sc2 *) {
  border-bottom-color: var(--sc2);
}
.H-bd h1:is(.__bc *), .H-bd h2:is(.__bc *), .H-bd h3:is(.__bc *) {
  border-bottom-color: var(--bc);
}
.H-bd h1:is(.__wh *), .H-bd h2:is(.__wh *), .H-bd h3:is(.__wh *) {
  border-bottom-color: var(--wh);
}
.H-bd h1:is(.__bk *), .H-bd h2:is(.__bk *), .H-bd h3:is(.__bk *) {
  border-bottom-color: var(--bk);
}
.H-bd h1:is(.__tx *), .H-bd h2:is(.__tx *), .H-bd h3:is(.__tx *) {
  border-bottom-color: var(--tx);
}

.it01, .ti01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
  --imgW: 50%;
}
.it01:has(iframe) > article, .ti01:has(iframe) > article {
  display: contents;
}
.it01:has(iframe) > article > *, .ti01:has(iframe) > article > * {
  width: unset;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .it01:has(iframe) > article > *, .ti01:has(iframe) > article > * {
    width: 100%;
    flex: unset;
  }
}
.it01.noArrow:after, .ti01.noArrow:after {
  display: none;
}
.it01[class*=img] figure, .ti01[class*=img] figure {
  max-width: var(--imgW);
  width: var(--imgW);
}
.it01.img100 *, .ti01.img100 * {
  --imgW: 100%;
}
.it01.img95 *, .ti01.img95 * {
  --imgW: 95%;
}
.it01.img90 *, .ti01.img90 * {
  --imgW: 90%;
}
.it01.img875 *, .ti01.img875 * {
  --imgW: 87.5%;
}
.it01.img85 *, .ti01.img85 * {
  --imgW: 85%;
}
.it01.img80 *, .ti01.img80 * {
  --imgW: 80%;
}
.it01.img75 *, .ti01.img75 * {
  --imgW: 75%;
}
.it01.img70 *, .ti01.img70 * {
  --imgW: 70%;
}
.it01.img66 *, .ti01.img66 * {
  --imgW: 66%;
}
.it01.img65 *, .ti01.img65 * {
  --imgW: 65%;
}
.it01.img60 *, .ti01.img60 * {
  --imgW: 60%;
}
.it01.img55 *, .ti01.img55 * {
  --imgW: 55%;
}
.it01.img50 *, .ti01.img50 * {
  --imgW: 50%;
}
.it01.img45 *, .ti01.img45 * {
  --imgW: 45%;
}
.it01.img40 *, .ti01.img40 * {
  --imgW: 40%;
}
.it01.img35 *, .ti01.img35 * {
  --imgW: 35%;
}
.it01.img33 *, .ti01.img33 * {
  --imgW: 33%;
}
.it01.img30 *, .ti01.img30 * {
  --imgW: 30%;
}
.it01.img25 *, .ti01.img25 * {
  --imgW: 25%;
}
.it01.img20 *, .ti01.img20 * {
  --imgW: 20%;
}
.it01.img10 *, .ti01.img10 * {
  --imgW: 10%;
}
.it01::after, .ti01::after {
  display: none;
}
.it01:where(.ti01, .__rev), .ti01:where(.ti01, .__rev) {
  flex-direction: row-reverse;
}
.it01 > :has(> img, iframe), .ti01 > :has(> img, iframe) {
  width: var(--imgW);
}
.it01 > :has(> img, iframe) img:is(#contents img), .ti01 > :has(> img, iframe) img:is(#contents img) {
  margin: unset;
  width: 100%;
  height: auto !important;
}
.it01 > :not(:has(> img, iframe)), .ti01 > :not(:has(> img, iframe)) {
  flex: 1;
}
.it01 > :not(:has(> img, iframe)) div, .ti01 > :not(:has(> img, iframe)) div {
  width: 100%;
}

:where(.span-check-circle) span {
  display: inline-block;
}
:where(.span-check-circle) span:before {
  content: "\f058";
  font-weight: 900;
  font-family: var(--icon);
  margin-right: 0.33em;
  display: inline-block;
  color: var(--mc);
}

:where(.i-check, .i-check-square, .i-check-circle, .i-isometric, .i-diamond, .i-cube, .i-needle, .i-question, .i-circle) i {
  display: inline-block;
  line-height: 1;
}
:where(.i-check, .i-check-square, .i-check-circle, .i-isometric, .i-diamond, .i-cube, .i-needle, .i-question, .i-circle) i:before {
  content: "\f00c";
  font-weight: 900;
  font-family: var(--icon);
  margin-right: 0.33em;
  display: inline-block;
  vertical-align: middle;
}

.i-mc i {
  color: var(--mc);
}

:where(.i-circle) i:before {
  content: "\f111";
}

:where(.i-check) i:before {
  content: "\f00c";
}

:where(.i-check-square) i:before {
  content: "\f14a";
}

:where(.i-check-circle) i:before {
  content: "\f058";
}

:where(.i-cube) i:before {
  content: "\f1b2";
}

:where(.i-question) i:before {
  content: "\f128";
  line-height: 1.5;
  vertical-align: bottom;
}

:where(.i-needle) i:before {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-mask: url(/images/contents/i01.png) no-repeat center/100% 100%;
          mask: url(/images/contents/i01.png) no-repeat center/100% 100%;
  background-color: var(--mc);
}

:where(.i-isometric, .i-diamond) i:before {
  content: "";
  background-color: currentColor;
  width: 1em;
  aspect-ratio: 45/26;
  -webkit-clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
          clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
}

:where(.i-diamond) i:before {
  aspect-ratio: 1;
}

.btn {
  padding: 10px 50px 10px 50px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #fff !important;
  border-bottom: 1px solid #412308;
  font-size: 16px;
  background: #000;
}
.btn:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 13px;
  background: url(/images/common/btn_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.sns_slide {
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--mc);
  --dateFW: 700;
  --capFZ: var(--bodyFZ);
  --dateFZ: 120%;
  --imgAR: 1;
  --imgOF: contain;
  --arrowContent:"";
  --arrowinset: calc(100% + var(--g));
  --arrowinset: -3em;
  --arrowBG: var(--wh);
  --arrowR: 999px;
  --arrowFZ: max(16px,3vmin);
  --arrowW: 3em;
  --arrowC: var(--mc);
  --dot: 20px;
}
.sns_slide.noDetail .detail {
  display: none !important;
}
.sns_slide.noTag .sns_text ul {
  display: none !important;
}
.sns_slide.noArrow :is(.slick-arrow) {
  display: none !important;
}
.sns_slide.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.sns_slide.noDate .sns_date {
  display: none !important;
}
.sns_slide.noText .sns_text {
  display: none !important;
}
.sns_slide.__visible .slick-list {
  overflow: visible !important;
}
.sns_slide .slick-slide {
  padding-inline: calc(var(--g) / 2);
  position: relative;
}
.sns_slide .slick-track {
  display: flex;
  gap: 2vmin;
}
.sns_slide .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}
.sns_slide .sns_list > div {
  border: none;
  display: block;
  flex-direction: column;
  position: relative;
}
.sns_slide .sns_list .sns_photo {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.sns_slide .sns_list .sns_photo:is(.noimg *) {
  display: none;
}
.sns_slide .sns_list .sns_photo figure {
  border-radius: var(--rad);
}
.sns_slide .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  aspect-ratio: var(--imgAR);
  -o-object-fit: var(--imgOF);
     object-fit: var(--imgOF);
}
.sns_slide .sns_list .sns_text {
  width: 100%;
  overflow: hidden;
  padding-block: 1em;
}
.sns_slide .sns_list .sns_text a {
  text-decoration: none;
}
.sns_slide .sns_list .sns_text > * + * {
  margin-top: 0.5em;
}
.sns_slide .sns_list .sns_date {
  color: var(--dateC);
  font-weight: var(--dateFW);
  font-size: var(--dateFZ);
  line-height: 1;
}
.sns_slide .sns_list .sns_date:is(.txwh *) {
  color: inherit;
}
.sns_slide .sns_list .caption {
  color: inherit;
  font-size: var(--capFZ);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sns_slide .sns_list .sns_text ul {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.sns_slide .sns_list .sns_text ul li {
  display: contents;
}
.sns_slide .sns_list .sns_text ul a {
  display: inline-block;
  background-color: var(--ulBG);
  color: var(--ulC);
  line-height: 1.35;
  padding: 0.3em 0.6em;
  margin-inline-end: 0.3em;
  font-family: var(--san);
  border-radius: var(--radhalf);
}
@media screen and (max-width: 1200px) {
  .sns_slide {
    --arrowinset: .75em;
    --arrowW: 2em;
  }
}
.sns_slide .slick-prev {
  right: unset;
  left: var(--arrowinset);
  z-index: 1;
}
.sns_slide .slick-next {
  left: unset;
  right: var(--arrowinset);
  z-index: 1;
}
.sns_slide .slick-prev, .sns_slide .slick-next {
  background-color: var(--arrowBG);
  border-radius: var(--arrowR);
  font-size: var(--arrowFZ);
  width: var(--arrowW);
  height: var(--arrowW);
  top: 40%;
  transform: translateY(-50%);
}
.sns_slide .slick-prev:is(.noText *), .sns_slide .slick-next:is(.noText *) {
  top: 50%;
}
@media screen and (max-width: 640px) {
  .sns_slide .slick-prev, .sns_slide .slick-next {
    display: none !important;
  }
}
.sns_slide .slick-prev:before, .sns_slide .slick-next:before {
  color: var(--arrowC);
  font-size: inherit;
  font-family: var(--icon);
  display: inline-block;
  content: var(--arrowContent);
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.sns_slide .slick-prev:before {
  scale: -1 1;
}
.sns_slide:has(.slick-dots):not(.noDot) {
  padding-block-end: calc(var(--dot) * 2);
}
.sns_slide .slick-dots li {
  width: var(--dot);
  height: var(--dot);
}
.sns_slide .slick-dots li button {
  width: var(--dot);
  height: var(--dot);
}
.sns_slide .slick-dots li button:before {
  position: unset;
  font-size: calc(var(--dot) / 2);
}
.sns_slide .slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}
.sns_slide .buttons {
  display: flex;
  justify-content: center;
}
.sns_slide .buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}
.sns_slide .buttons .button:hover {
  cursor: pointer;
  background-color: var(--ac);
  color: #fff;
  transition: all 300ms ease;
}
.sns_slide .slick-dots li.slick-active button:before {
  color: var(--arrowC);
}
.sns_slide .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: unset;
  top: calc(100% + 2vh);
  display: flex;
  justify-content: center;
}
.sns_slide .sns_slide .slick-dots li button {
  outline: none;
}

.simplebar-scrollbar:before {
  background: var(--bc) !important;
}

div.blog_form03 {
  color: var(--tx);
  overflow-y: scroll;
  border-radius: 12px;
}
div.blog_form03.noDetail .blog_text:is(div) {
  gap: 1em;
}
div.blog_form03.noDetail .blog_text:is(div) > * + * {
  margin-top: unset;
}
div.blog_form03.noDetail .blog_date:is(div) {
  background-color: var(--bc);
  color: #fff;
  padding: 0.125em 0.25em;
}
div.blog_form03.noDetail div.blog_list div.blog_text h3 {
  width: unset;
}
div.blog_form03.noDetail .detail {
  display: none !important;
}
div.blog_form03 * {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  div.blog_form03 {
    max-height: 35vh;
  }
}
div.blog_form03 .blog_list {
  border: unset;
}
div.blog_form03 .blog_photo {
  width: 20%;
  display: none;
}
@media screen and (max-width: 640px) {
  div.blog_form03 .blog_photo {
    width: 50%;
  }
}
div.blog_form03 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  font-size: inherit;
}
div.blog_form03 .blog_text:is(div) > * + * {
  margin-top: 0.5em;
}
div.blog_form03 .blog_date:is(div) {
  color: var(--ac);
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
div.blog_form03 .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
div.blog_form03 .simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
div.blog_form03 div.blog_list {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
div.blog_form03 .simplebar-content > div,
div.blog_form03 div.blog_list:not([data-simplebar]) > div {
  border-bottom: 1px solid #666;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
div.blog_form03 .simplebar-content > div > *,
div.blog_form03 div.blog_list:not([data-simplebar]) > div > * {
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  div.blog_form03 .simplebar-content > div,
  div.blog_form03 div.blog_list:not([data-simplebar]) > div {
    flex-direction: row;
  }
}
div.blog_form03 div.blog_list h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: inherit;
}
div.blog_form03 div.blog_list ul {
  display: block;
  display: none;
}
div.blog_form03 div.blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_form03::-webkit-scrollbar {
  background-color: transparent;
  width: 0.5px;
  height: 0;
}
div.blog_form03::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_card3.noTag .blog_list ul:is(#contents *) {
  display: none;
}
div.blog_card3 img:is(#contents *) {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  min-width: 100%;
}
div.blog_card3 .blog_list {
  border: unset;
  flex-direction: row;
  gap: var(--g);
  flex-wrap: wrap;
}
div.blog_card3 .blog_list > div {
  background-color: var(--bg-color50);
  border: unset;
  flex-direction: column;
  width: calc((100% - var(--g) * 2) / 3);
  flex-shrink: 0;
  padding: 1em;
  padding-bottom: 1em;
  margin-bottom: 0em;
}
div.blog_card3 .blog_list > div > * {
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  div.blog_card3 .blog_list > div {
    width: calc((100% - var(--g) * 1) / 2);
  }
}
@media screen and (max-width: 640px) {
  div.blog_card3 .blog_list > div {
    width: 100%;
  }
}
div.blog_card3 .blog_list ul {
  display: block;
  display: none;
}
div.blog_card3 .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_card3 .blog_list .blog_photo:is(#contents *) {
  width: 100%;
  padding: unset;
  border-bottom: 1px solid var(--gr);
  display: grid;
  place-items: center;
  place-content: center stretch;
}
div.blog_card3 .blog_list .blog_photo:is(#contents *) * {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  div.blog_card3 .blog_list .blog_photo:is(#contents *) img:is(#contents *) {
    height: 100%;
  }
}
div.blog_card3 .blog_list .blog_text:is(div) {
  padding: 1em;
  line-height: 2;
  font-size: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
div.blog_card3 .blog_list .blog_text:is(div) h3 {
  width: 100%;
  margin-bottom: 0px;
  font-size: 1.2em;
  font-weight: bold;
}
div.blog_card3 .blog_list .blog_text:is(div) h3 a {
  color: inherit;
}
div.blog_card3 .blog_list .blog_date:is(div) {
  color: var(--wh);
  font-weight: bold;
  background-color: var(--ac);
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
}
div.blog_card3 .blog_list ul {
  display: block;
}
div.blog_card3 .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_card3 .blog_list .detail {
  margin-top: unset;
}
div.blog_card3::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_card3::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}
#header {
  top: 0;
}
@media screen and (max-width: 834px) {
  #header {
    padding: 10px;
    padding-top: 58px;
  }
}

.h_top {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

.header_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .header_inner {
    display: block;
  }
}

.logo {
  max-width: 457px;
  width: 66%;
}
@media screen and (max-width: 834px) {
  .logo {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
}
@media screen and (max-width: 1000px) {
  .header_right {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .header_right {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .header_right {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

#hedaer_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #hedaer_info {
    display: block;
  }
}
#hedaer_info li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  #hedaer_info li {
    margin: 0;
    text-align: center;
  }
}
#hedaer_info .h_tel {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_tel {
    text-align: center;
  }
}
#hedaer_info .h_tel a {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_tel a {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_tel a {
    font-size: 24px;
  }
}
#hedaer_info .h_tel a i {
  margin-right: 10px;
}
#hedaer_info .h_tel p {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_tel p {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_tel p {
    margin-top: 15px;
  }
}
#hedaer_info .h_tel p a {
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_mail {
    margin-top: 10px;
  }
}
#hedaer_info .h_mail a {
  padding: 25px 20px;
  background: #ff720b;
  display: block;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_mail a {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_info .h_mail a {
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
  }
}
#hedaer_info .h_mail a i {
  margin-right: 10px;
}

#nav_global.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#nav_global {
  width: 100%;
  background: #000;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #nav_global ul {
    justify-content: flex-end;
  }
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 250px;
}
#nav_global ul ul li {
  width: 100%;
  background: #000;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

#mainArea {
  position: relative;
}
#mainArea #main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100% !important;
  height: 700px !important;
}
@media screen and (max-width: 834px) {
  #mainArea #main_img img {
    height: 500px !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea #main_img img {
    height: 400px !important;
  }
}
#mainArea .catch {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  height: 300px;
}
#mainArea .catch button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  #mainArea .catch {
    top: 50px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .catch {
    top: 30px;
  }
}
#mainArea .catch .catch01 img {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #mainArea .catch .catch01 {
    width: 80%;
    margin: 0 auto;
  }
}
#mainArea .catch .catch02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
  #mainArea .catch .catch02 {
    margin-top: 10px;
  }
}
#mainArea .catch .catch02 li {
  text-align: center;
  margin: 0 1%;
  width: 31%;
}
@media screen and (max-width: 640px) {
  #mainArea .catch .catch02 li {
    width: 80%;
    margin: 5px 10%;
  }
}
#mainArea .catch .catch02 li a {
  padding: 30px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#mainArea .catch .catch02 li a:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(10px);
}
@media screen and (max-width: 834px) {
  #mainArea .catch .catch02 li a {
    padding: 20px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .catch .catch02 li a {
    padding: 10px 10px;
    font-size: 14px;
  }
}
#mainArea .catch .catch02 li a:after {
  content: "";
  width: 30%;
  max-width: 73px;
  height: 56px;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/common/man_btnicon.png);
  background-position: bottom right;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.catch02_1 a {
  background: #ff790a;
}

.catch02_2 a {
  background: #90c31f;
}

.catch02_3 a {
  background: #ea2131;
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
}

.mean-container .mean-bar {
  background: #000000 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #666666 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

footer#global_footer {
  min-width: auto !important;
  background: #fff !important;
}

#footer {
  font-size: 13px;
  font-weight: bold;
  background: #fff !important;
}

.contact_title {
  color: #fff;
  font-size: 36px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 1px;
  max-width: 520px;
  width: 70%;
  margin: 0 auto;
  border-bottom: 3px #ae8157 solid;
  padding-bottom: 30px;
  position: relative;
  padding-right: 0 50px;
}
@media screen and (max-width: 834px) {
  .contact_title {
    font-size: 24px;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .contact_title {
    font-size: 24px;
    width: 60%;
    padding-bottom: 20px;
  }
}
.contact_title .f_fukidashi01 {
  position: absolute;
  left: -40%;
  top: -100px;
  max-width: 214px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .contact_title .f_fukidashi01 {
    left: -40%;
    top: -50px;
    max-width: 214px;
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .contact_title .f_fukidashi01 {
    width: 50%;
    left: -50%;
    top: -30px;
  }
}
.contact_title .f_fukidashi02 {
  position: absolute;
  right: -40%;
  top: -100px;
  max-width: 214px;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .contact_title .f_fukidashi02 {
    right: -40%;
    top: -50px;
    max-width: 214px;
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .contact_title .f_fukidashi02 {
    width: 50%;
    right: -50%;
    top: -30px;
  }
}

.contact_text {
  padding-top: 30px;
  color: #fff;
}

.contact {
  padding: 80px 20px;
  background: url(../images/common/bg01.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 30px 20px;
  }
}

.contact_inner {
  padding: 50px;
  background: #fff;
  margin: 0 auto;
  max-width: 790px;
}
@media screen and (max-width: 834px) {
  .contact_inner {
    padding: 30px;
  }
}

.contact_btn {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .contact_btn {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .contact_btn {
    padding-top: 0;
    display: block;
  }
}
.contact_btn li {
  margin: 0 25px;
}
@media screen and (max-width: 640px) {
  .contact_btn li {
    margin: 20px 0 0 0;
  }
}
.contact_btn .contact_f_tel {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact_btn .contact_f_tel {
    text-align: center;
  }
}
.contact_btn .contact_f_tel a {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .contact_btn .contact_f_tel a {
    font-size: 24px;
  }
}
.contact_btn .contact_f_tel a i {
  margin-right: 10px;
  color: #90c31f;
}
.contact_btn .contact_f_tel p {
  font-size: 14px;
  line-height: 1.2;
}
.contact_btn .contact_f_tel p a {
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .contact_btn .contact_f_tel p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .contact_btn .contact_f_mail {
    margin-top: 10px;
  }
}
.contact_btn .contact_f_mail a {
  padding: 25px 20px;
  background: #ff720b;
  display: block;
  color: #fff !important;
  text-decoration: none;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contact_btn .contact_f_mail a {
    padding: 10px;
  }
}
.contact_btn .contact_f_mail a i {
  margin-right: 10px;
}

.footer_inner {
  justify-content: space-between;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .footer_inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .footer_inner {
    padding: 20px 20px;
  }
}

#nav_footer {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #nav_footer {
    width: 63%;
  }
}
@media screen and (max-width: 640px) {
  #nav_footer {
    width: 100%;
    margin-top: 20px;
  }
}
#nav_footer ul {
  max-width: 800px;
  margin: 5px auto;
}
@media screen and (max-width: 640px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
  }
}
#nav_footer ul li {
  margin: 0px 5px 5px 5px;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #nav_footer ul li {
    display: block;
    margin-bottom: 5px;
  }
}
#nav_footer ul li a {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    font-size: 14px;
    text-align: center;
  }
}
#nav_footer ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #90c31f;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #nav_footer ul li a:after {
    display: none;
  }
}
#nav_footer ul li a:link {
  color: #333 !important;
  text-decoration: none;
}
#nav_footer ul li a:visited {
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  #nav_footer ul li a {
    background: #000 !important;
    padding: 10px;
    display: block;
  }
  #nav_footer ul li a:link {
    color: #fff !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #fff !important;
  }
}

.footer_info {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .footer_info {
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  .footer_info {
    width: 80%;
    margin: 0 auto;
  }
}
.footer_info address {
  color: #333 !important;
  margin-top: 10px;
}
.footer_info address ul {
  margin: 0 auto;
}
.footer_info address ul li {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer_info address ul li {
    width: 100%;
    text-align: center;
  }
}
.footer_info address ul .footer_address {
  display: block;
}
.footer_info address ul .footer_tel {
  display: block;
}
.footer_info address ul .footer_tel a {
  color: #333 !important;
}

#copy {
  background: #000 !important;
  color: #fff;
  padding: 14px;
  display: block !important;
  font-size: 16px !important;
  padding: 5px;
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 20px;
    right: 20px;
    width: 50px;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

#pagetop01 {
  position: fixed;
  bottom: 30%;
  right: 0px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop01 {
    bottom: 20px;
    left: 0;
    right: auto;
  }
  #pagetop01 img {
    width: 30px !important;
    height: auto;
    right: 20px;
    width: 25px;
  }
}

#main #col_main {
  width: 100%;
}

/* TOP */
.top_title01 h2 {
  font-size: 32px;
  position: relative;
  padding-right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #412308;
  /* 左側の線 */
  /* 右側の線 */
}
.top_title01 h2:after, .top_title01 h2:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px solid #412308;
}
.top_title01 h2:before {
  margin-right: 20px;
  padding-left: 25px;
}
.top_title01 h2:after {
  margin-left: 20px;
  padding-right: 25px;
}
@media screen and (max-width: 640px) {
  .top_title01 h2 {
    font-size: 24px;
  }
}
.top_title01 h2 span {
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}

.top_title02 h2 {
  font-size: 36px;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 834px) {
  .top_title02 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_title02 h2 {
    font-size: 20px;
  }
}
.top_title02 h2 .lag {
  font-size: 56px;
  color: #ff720b;
}
@media screen and (max-width: 834px) {
  .top_title02 h2 .lag {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top_title02 h2 .lag {
    font-size: 24px;
  }
}

.top_title03 h2 {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 834px) {
  .top_title03 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_title03 h2 {
    font-size: 20px;
  }
}
.top_title03 h2 .lag {
  font-size: 36px;
  color: #ff720b;
}
@media screen and (max-width: 834px) {
  .top_title03 h2 .lag {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top_title03 h2 .lag {
    font-size: 24px;
  }
}

.top_title04 article {
  position: relative;
}
.top_title04 article:after {
  content: "";
  max-width: 500px;
  position: absolute;
  height: 36px;
  width: 80%;
  bottom: -76px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/top_flow.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .top_title04 article:after {
    bottom: -56px;
  }
}
.top_title04 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top_title04 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top_title04 h2 {
    font-size: 20px;
  }
}
.top_title04 h2 .lag {
  font-size: 46px;
  color: #fff600;
}
@media screen and (max-width: 834px) {
  .top_title04 h2 .lag {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top_title04 h2 .lag {
    font-size: 24px;
  }
}

.top05_title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 2px solid #90c31f;
}
@media screen and (max-width: 834px) {
  .top05_title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top05_title h3 {
    font-size: 20px;
  }
}
.top05_title h3 .lag {
  font-size: 46px;
  color: #fff600;
}
@media screen and (max-width: 834px) {
  .top05_title h3 .lag {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top05_title h3 .lag {
    font-size: 24px;
  }
}

.top_title06 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 55px;
  margin-top: -20px;
}
.top_title06 h2:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.top_title06 h2:before {
  content: "";
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 7px;
  max-width: 600px;
  position: absolute;
  background: url(../images/common/h_line01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .top_title06 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top_title06 h2 {
    font-size: 18px;
  }
}

.top_title06_01 h2:after {
  width: 20%;
  max-width: 43px;
  height: 39px;
  background: url(../images/common/top_t_icon01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.top_title06_02 h2:after {
  width: 20%;
  max-width: 37px;
  height: 32px;
  background: url(../images/common/top_t_icon02.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.top_title06_03 h2:after {
  width: 20%;
  max-width: 30px;
  height: 35px;
  background: url(../images/common/top_t_icon03.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.top_title07 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 55px;
  margin-top: -20px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 834px) {
  .top_title07 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top_title07 h2 {
    font-size: 18px;
  }
}
.top_title07 h2:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20%;
  max-width: 39px;
  height: 33px;
  background: url(../images/common/top_t_icon04.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.top_title07 h2 span {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .top_title07 h2 span {
    font-size: 16px;
  }
}

.top02 {
  background-position: bottom center;
  background-size: cover;
}

.top02_table {
  padding: 5px;
  background-size: cover;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .top02_table {
    width: 100%;
    padding: 3px;
  }
}
.top02_table article {
  background: #fff;
  padding: 15px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .top02_table article {
    padding: 8px;
  }
}
.top02_table td {
  border: 0 !important;
  padding: 0 3px !important;
}
@media screen and (max-width: 640px) {
  .top02_table td {
    padding: 0 5px !important;
  }
}
.top02_table .top02_text div {
  font-weight: bold;
  font-size: 20px;
  color: #412308;
}
@media screen and (max-width: 834px) {
  .top02_table .top02_text div {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .top02_table .top_No {
    width: 14% !important;
  }
}

.top03 {
  background-size: cover;
}

.top03_table {
  position: relative;
  width: 49%;
  max-width: 530px;
  background: #fff;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 834px) {
  .top03_table {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.top03_table article {
  padding-bottom: 30px;
}
.top03_table article td {
  border: 0 !important;
}
.top03_table article .top03_text {
  position: relative;
  z-index: 5;
}
.top03_table article .point_img img {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news_bg01 {
  background: rgba(255, 255, 255, 0.5);
}

.flow_box {
  padding: 10px;
}
.flow_box article {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .flow_box article {
    padding: 15px;
  }
}
.flow_box article h3 {
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  padding: 10px;
  font-size: 24px;
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .flow_box article h3 {
    font-size: 20px;
    text-align: center;
  }
}
.flow_box article h3 span {
  font-size: 24px;
  background: #90c31f;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .flow_box article h3 span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.yajirusi {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #90c31f transparent transparent transparent;
  margin: 0 auto;
}

.title_text01 {
  border: 1px #ccc solid;
  padding: 2px;
}
.title_text01 article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
}
.title_text01 article h2, .title_text01 article h3 {
  font-size: 20px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-top: -20px;
  padding-top: 20px;
  position: relative;
  padding-left: 50px;
  font-weight: bold;
  color: #412308;
}
@media screen and (max-width: 834px) {
  .title_text01 article h2, .title_text01 article h3 {
    font-size: 18px;
    padding-left: 55px;
  }
}
.title_text01 article h2:after, .title_text01 article h3:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20%;
  max-width: 43px;
  height: 38px;
  background: url(../images/common/top_t_icon01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.title_text01 article div {
  margin-top: 10px;
}

.price_intro div {
  border-bottom: 1px solid #412308;
  padding: 10px;
}
.price_intro div .price {
  font-size: 36px;
  color: #ff720b;
}

.box_img250 img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .box_img250 img {
    height: 150px !important;
  }
}

.point_title h2, .point_title h3 {
  display: inline-block;
  background-color: #ff720b;
  padding: 3px 20px 5px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .point_title h2, .point_title h3 {
    font-size: 18px;
  }
}
.point_title h2 span, .point_title h3 span {
  font-size: 32px;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .point_title h2 span, .point_title h3 span {
    font-size: 24px;
  }
}

.waku01 {
  border: 1px #ccc solid;
}

/*****************タイトル*******************************/
.cnt_h1 {
  background: url(../images/common/h_cnt_bg.jpg);
  background-size: cover;
  padding: 80px 0;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .cnt_h1 {
    padding: 100px 0;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 {
    padding: 50px 0;
    background-position: center;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
  }
}
.cnt_h1 article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
.cnt_h1 article h1 {
  margin: 0 auto;
  text-align: left;
  font-size: 40px;
  display: block;
  color: #000;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 834px) {
  .cnt_h1 article h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 article h1 {
    font-size: 24px;
  }
}
.cnt_h1 article div {
  text-align: left;
  font-size: 18px;
  display: block;
  color: #000;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cnt_h1 article div {
    font-size: 12px;
  }
}

/***************タイトル01***************/
.cnt_title01 h3, .cnt_title01 h2 {
  display: block;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 75px;
  border-bottom: 1px solid #412308;
}
.cnt_title01 h3:after, .cnt_title01 h2:after {
  content: "";
  width: 51px;
  height: 42px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/top02_img06.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    font-size: 20px;
  }
}

/***************タイトル01***************/
.cnt_title01_1 h3, .cnt_title01_1 h2 {
  display: block;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 75px;
  border-bottom: 1px solid #412308;
}
.cnt_title01_1 h3:after, .cnt_title01_1 h2:after {
  content: "";
  width: 50px;
  height: 35px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/top02_img01_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .cnt_title01_1 h3, .cnt_title01_1 h2 {
    font-size: 20px;
  }
}

/***************タイトル02***************/
.cnt_title02 h3, .cnt_title02 h2, .cnt_title02 h4 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 8px;
  background: #412308;
}
@media screen and (max-width: 834px) {
  .cnt_title02 h3, .cnt_title02 h2, .cnt_title02 h4 {
    font-size: 18px;
  }
}
.cnt_title02 h3 .sub, .cnt_title02 h2 .sub, .cnt_title02 h4 .sub {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .cnt_title02 h3 .sub, .cnt_title02 h2 .sub, .cnt_title02 h4 .sub {
    display: block;
    margin: 0;
    font-size: 16px;
  }
}

/***************タイトル03***************/
.cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
  display: block;
  padding-bottom: 20px;
  padding-left: 10px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
.cnt_title03 h3:after, .cnt_title03 h2:after, .cnt_title03 h4:after {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: auto;
  background: #412308;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_title03 h3:before, .cnt_title03 h2:before, .cnt_title03 h4:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: auto;
  background: #ccc;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
    font-size: 20px;
  }
}
.cnt_title03 h3 .sub, .cnt_title03 h2 .sub, .cnt_title03 h4 .sub {
  color: #666;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 .sub, .cnt_title03 h2 .sub, .cnt_title03 h4 .sub {
    display: block;
    margin: 0;
    font-size: 14px;
  }
}

/***************タイトル04***************/
.cnt_title04 h3, .cnt_title04 h2, .cnt_title04 h4 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #412308;
  background: #f5e3d1;
  font-weight: bold;
  padding: 10px;
}

/***************タイトル05***************/
.cnt_title05 h3, .cnt_title05 h2, .cnt_title05 h4, .cnt_title05 h5 {
  display: block;
  position: relative;
  font-size: 16px;
  color: #412308;
  border-bottom: 1px solid #412308;
  font-weight: bold;
  padding: 5px;
}

/***************タイトル05***************/
.cnt_title06 h3, .cnt_title06 h2, .cnt_title06 h4, .cnt_title06 h5 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #412308;
  background: #f5e3d1;
  font-weight: bold;
  padding: 8px;
}
@media screen and (max-width: 834px) {
  .cnt_title06 h3, .cnt_title06 h2, .cnt_title06 h4, .cnt_title06 h5 {
    font-size: 16px;
  }
}

.midashi01 h2, .midashi01 h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 834px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 32px;
    padding: 0 0 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .midashi01 h2, .midashi01 h3 {
    font-size: 24px;
    padding: 0 0 10px 5px;
  }
}
.midashi01 h2:after, .midashi01 h3:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #412308;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.midashi02 h2, .midashi02 h3 {
  font-size: 22px;
  color: #412308;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 834px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .midashi02 h2, .midashi02 h3 {
    font-size: 18px;
  }
}

/******************強調テキスト**************************************/
.emphasis_text div, .emphasis_text h2 {
  font-size: 38px;
  color: #412308;
  text-align: center !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important;
  position: relative;
}
.emphasis_text div:after, .emphasis_text h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 147px;
  height: 146px;
  background: url(../images/common/cnt_title01.png);
}
@media screen and (max-width: 834px) {
  .emphasis_text div, .emphasis_text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .emphasis_text div, .emphasis_text h2 {
    padding: 20px 0 !important;
    font-size: 20px;
  }
}

/******************dl リスト01**************************************/
.dldt_list01 {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .dldt_list01 {
    width: 100%;
    margin: 10px auto;
  }
}
.dldt_list01 dl {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .dldt_list01 dl {
    display: block !important;
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #f5e3d1 !important;
  color: #333 !important;
  width: 20% !important;
  border: 0px !important;
  text-align: center;
  align-items: center !important;
  display: flex !important;
  background: #f5e3d1 !important;
  padding: 15px !important;
}
@media screen and (max-width: 834px) {
  .dldt_list01 dl dt {
    width: 100% !important;
    display: block !important;
    padding: 10px !important;
    text-align: left !important;
  }
}
.dldt_list01 dl dd {
  display: block !important;
  width: 80% !important;
  background: #fff !important;
  border: 0px !important;
  padding: 15px !important;
}
@media screen and (max-width: 834px) {
  .dldt_list01 dl dd {
    width: 100% !important;
    display: block !important;
    padding: 10px !important;
  }
}

/******************dl リスト02**************************************/
.dldt_list02 {
  font-size: 16px;
}
.dldt_list02 dl {
  width: 100%;
  margin: 0 auto 10px 0;
  padding: 10px;
  background: #f5e3d1 !important;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
    background: none !important;
    margin: 0;
  }
}
.dldt_list02 dl:nth-child(2n) {
  background: #d9d9d9 !important;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl:nth-child(2n) {
    background: none !important;
  }
}
.dldt_list02 dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #412308 !important;
  align-items: center !important;
  border: 0px !important;
  width: 120px !important;
  padding: 5px 5px !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #f5e3d1 !important;
  }
}
.dldt_list02 dl dd {
  padding: 5px !important;
  border: 0px !important;
  background: none !important;
  width: calc(100% - 120px) !important;
}
@media screen and (max-width: 640px) {
  .dldt_list02 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.ul_list01 ul li .no {
  color: #ff720b;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #412308;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.ul_list02 ul li .no {
  color: #ae8157;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list02 ul li:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: url(../images/common/check01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #412308;
  position: relative;
  padding: 10px;
}
.ul_list03 ul li:nth-child(odd) {
  background: #f5e3d1;
}
.ul_list03 ul li .no {
  color: #412308;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul50 ul {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ul50 ul li {
  margin: 0 !important;
  width: 49% !important;
}

@media screen and (max-width: 834px) {
  .spul100 ul li {
    width: 100% !important;
  }
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 47px;
  height: 35px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.link_list li {
  display: block;
  padding: 0 10px;
  width: 31.11111%;
  margin: 0 1% 10px 1%;
}
@media screen and (max-width: 640px) {
  .link_list li {
    width: 100%;
  }
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #412308;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px 40px 10px 40px;
  display: inline-block;
  text-decoration: none;
  background: #000;
  position: relative;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .cnt_textbtn a {
    font-size: 14px;
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.cnt_textbtn01 a {
  padding: 10px 50px 10px 50px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #fff !important;
  border-bottom: 1px solid #412308;
  font-size: 16px;
  background: #000;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    font-size: 14px;
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.cnt_textbtn01 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 13px;
  background: url(../images/common/btn_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table {
  border-bottom: 1px solid #ccc;
}
.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}
.price_table table .price div {
  color: #e25325;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: bottom;
  font-size: 24px;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .price_table table .price div {
    width: 100%;
  }
}

/***************新着情報(ブログ機能用)***************************/
@media screen and (max-width: 640px) {
  .blog_box {
    padding: 10px;
  }
}
.blog_box .blog_list {
  border: 0 !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .blog_box .blog_list {
    flex-direction: column !important;
  }
}
.blog_box div.blog_list > div {
  border-bottom: solid #ccc 1px !important;
  width: 48%;
  margin: 0 1% 10px 1%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .blog_box div.blog_list > div {
    width: 100%;
    flex-direction: row !important;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .blog_box div.blog_list > div {
    flex-direction: column !important;
  }
}
.blog_box .blog_date {
  font-size: 16px !important;
  color: #ae8157 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.blog_box .blog_text h3 {
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 !important;
}
.blog_box .blog_text h3 a {
  color: #412308 !important;
  font-weight: bold;
}
.blog_box .blog_photo {
  width: 45% !important;
  padding: 0 !important;
}
.blog_box .blog_photo img {
  width: 100% !important;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .blog_box .blog_photo img {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog_box .blog_photo img {
    height: 250px !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box .blog_photo {
    width: 35% !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box .blog_photo {
    width: 100% !important;
    text-align: center;
  }
}
.blog_box div.detail {
  margin-top: 0px !important;
}
.blog_box div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}
@media screen and (max-width: 640px) {
  .blog_box div.blog_text {
    font-size: 12px !important;
  }
}
.blog_box .blog_text {
  padding: 0 !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 834px) {
  .blog_box .blog_text {
    padding-left: 0px !important;
    padding-top: 10px !important;
  }
}

/*********************ブログ***********************/
#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}
#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #412308;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #412308 !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram {
  margin: 0 auto;
  max-width: 1100px;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 25%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50%;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

:not(.slick-slide) > .sns_photo img {
  height: 140px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  color: #412308;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
  border-bottom: 1px solid #412308;
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_date {
    font-size: 16px;
  }
}
.cnt_insta ul li {
  margin: 10px 10px 0 0;
}
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
  margin-top: 20px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.cnt_insta div.sns_list > div {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cnt_insta :not(.slick-slide) > .sns_photo img {
  height: 250px !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta :not(.slick-slide) > .sns_photo img {
    height: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta :not(.slick-slide) > .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

/***************新着情報***************************/
.newstitle article {
  position: relative;
}
.newstitle article:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  background: #000;
  z-index: 1;
}
.newstitle article h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  font-size: 30px;
  background: #fff;
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .newstitle article h2 {
    font-size: 24px;
  }
}
.newstitle article h2 span {
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  margin: 0 auto;
  height: 250px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px solid #666;
  padding: 10px 0;
  display: block !important;
}
.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px 0 5px !important;
}
.top_scroll dl dd {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  padding: 0 5px 5px 5px !important;
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #000 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #412308 !important;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}
.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.top_sbox .box div {
  display: block;
}
.top_sbox .box div .news_day {
  display: block;
  color: #412308;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar { /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal { /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
  background: #412308;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal { /* 横方向のスクロールバーの動く部分 */
  background: #412308;
}

.top_sbox::-webkit-scrollbar-track-piece:start { /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end { /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.faq article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.faq td {
  border: 0 !important;
  padding: 0 !important;
}
.faq .question div {
  color: #412308;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .faq .question div {
    font-size: 16px;
    padding-left: 50px !important;
  }
}
.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  .faq .question div:after {
    width: 40px;
    height: 40px;
  }
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faq .answer div {
    font-size: 14px;
    padding-left: 50px !important;
  }
}
.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 640px) {
  .faq .answer div:before {
    width: 40px;
    height: 40px;
  }
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}
.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #412308;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
.before_after table .arrow_img {
  width: 50px !important;
}
@media screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.information_dl {
  font-size: 16px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .information_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.information_dl dl dt {
  text-align: center !important;
  background: none !important;
  color: #412308 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #ae8157 !important;
  padding: 20px 5px !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    font-size: 16px;
    display: block !important;
    background: #f5e3d1 !important;
  }
}
.information_dl dl dd {
  padding: 20px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.contact_table {
  border: 1px solid #90c31f;
}
.contact_table table td {
  border: 0 !important;
  padding: 3px !important;
}
.contact_table table .contact_tel div a {
  font-weight: bold;
  font-size: 32px;
  color: #90c31f !important;
}
@media screen and (max-width: 640px) {
  .contact_table table .contact_tel div a {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}
.btnbox .box:hover {
  opacity: 0.9 !important;
}
.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.btnbox .box article a:after:hover {
  opacity: 1 !important;
}
.btnbox .box article h3 {
  display: none;
}
.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}
.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

.tokuho_h2 {
  padding-top: 30px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

.voice_table {
  padding: 5px 0 !important;
}

.voice_title div {
  font-size: 24px;
  border-bottom: 1px solid #ae8157;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  color: #412308;
}
@media screen and (max-width: 640px) {
  .voice_title div {
    font-size: 20px;
  }
}
.voice_title div span {
  color: #ff720b;
}

.voice_waku {
  border-bottom: 1px solid #ccc;
}

.price_table01 td {
  padding: 5px 0 !important;
}

.price_text01 div {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .price_text01 div {
    font-size: 18px;
  }
}
.price_text01 div .price01 {
  font-size: 36px;
  color: #dc143c;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .price_text01 div .price01 {
    font-size: 24px;
  }
}

.price_text02 div {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price_text02 div {
    font-size: 12px;
  }
}

.price_dl {
  font-size: 16px;
}
.price_dl dl {
  width: 100%;
  margin: 0 auto;
  flex-direction: row-reverse;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .price_dl dl {
    display: flex !important;
    border: 0 !important;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ccc !important;
  }
}
.price_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #dc143c !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #ff720b !important;
  padding: 10px 0 !important;
  width: 150px !important;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .price_dl dl dt {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
    text-align: right !important;
    display: block !important;
  }
}
.price_dl dl dd {
  padding: 10px 0 !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
  width: calc(100% - 150px) !important;
  font-size: 14px;
}
.price_dl dl dd h3 {
  font-size: 16px;
  font-weight: bold;
  color: #412308;
}
@media screen and (max-width: 640px) {
  .price_dl dl dd {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.cnt_contact_waku {
  padding: 20px;
  border: 1px solid #ccc;
}
.cnt_contact_waku td {
  padding: 3px !important;
}

.cnt_tel div {
  font-size: 36px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cnt_tel div {
    font-size: 24px;
  }
}
.cnt_tel div a {
  color: #416800 !important;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .sp_voice_img img {
    width: 40% !important;
    margin: 0 auto;
    max-width: 200px;
  }
}/*# sourceMappingURL=common_style.css.map */