@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@500&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Oswald&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;500;700;900&family=Oswald&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/**********************************************************/
/*  共通
/**********************************************************/
*{margin:0px;padding:0px;margin:0px;}
*, :after, :before {box-sizing: border-box;}
html{overflow-y:scroll;font-size:62.5%;}
@media screen and ( min-width:1400px) and ( max-width:1599px) {
  html {font-size: 54.5%;}
}
@media screen and ( min-width:1200px) and ( max-width:1399px) {
  html {font-size: 46.5%;}
}
@media screen and ( min-width:1000px) and ( max-width:1199px) {
  html {font-size: 38.5%;}
}
@media screen and ( min-width:768px) and ( max-width:999px) {
  html {font-size: 29.5%;}
}
body{
  position: relative;
  counter-reset: number 0;
  background-color:#f3f0ee;
  background-color:#fff;
  font-size: 1.8rem;
  font-family: "EB Garamond", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  /* font-family: "EB Garamond", "Shippori Mincho", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif; */
  /* font-family: "Shippori Mincho", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif; */
  letter-spacing: .1em;
  line-height: 2;
  color: #333;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;

}

dl, ol, ul{margin: 0;}
dl dt{width: 30%;}
dl dd{width: 70%;}
dl dt, dl dd{padding: 0.4em;}
p, dt, dd, li, th, td{font-size: 1em;}
p{margin-bottom: 2em;}
a{
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:active, a:focus {outline: 0;}
a:hover{
  /* color: #ae9940; */
  color: #ff7c48;
}
ul li{list-style: none;line-height: 1.4;}
th,td{font-weight: normal; box-sizing: border-box;}
small{font-size: 0.8em;}
h1, h2, h3, h4, h5, h6{
  margin: 0 0 0.6em;
  padding: 0;
  line-height: 1.4;
  font-weight: 500;
}
h1{font-size: 1.8em;}
h2{font-size: 1.8em;}
h3{font-size: 1.2em;}
img{
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  /* border-radius: 5px; */
}
figure{
  margin: 0; line-height: 0;
vertical-align: top;
}
select{position: relative;}
table{width: 100%; border-collapse: collapse;}
/* table tr th, table tr td{
  padding: 0.4em;
  border-bottom: solid 1px #f8f5ee;
  border-right: solid 1px #f8f5ee;
}
table tr{
  border-left: solid 1px #f8f5ee;
}
table tr:nth-of-type(1) td{border-top: solid 1px #f8f5ee;} */
section{
  position: relative;
  margin: 6em 0;
}
.section{margin: 0;padding: 6em 0;}
.section_top{margin-top: 0em;}
.no_syle{list-style: none!important;}
.no_list::before{content: none!important;}
.a_uline a{text-decoration: underline;}
.u_line span{background: linear-gradient(transparent 60%, #ffc000 60%);}
.aligncenter{
  display: block;
  text-align: center;
  margin: auto;
}
.alignleft{
  display: block;
  text-align: left;
  margin-right: auto;
}
.alignright{
  display: block;
  text-align: right;
  margin-left: auto;
}
.objectfit{
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-w {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.f-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.f-ais {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.f-e {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.f-r {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
.f-1{
  flex: 1;
}
.sp{display: none!important;}
.m0{margin: 0!important;}
.mt0{margin-top: 0!important;}
.mt1{margin-top: 1em!important;}
.mt2{margin-top: 2em!important;}
.mt4{margin-top: 4em!important;}
.mt6{margin-top: 6em!important;}
.mb0{margin-bottom: 0!important;}
.mb1{margin-bottom: 1em!important;}
.mb2{margin-bottom: 2em!important;}
.mb3{margin-bottom: 3em!important;}
.mb4{margin-bottom: 4em!important;}
.mb6{margin-bottom: 6em!important;}
.p0{padding: 0!important;}
.pt0{padding-top: 0!important;}
.pt1{padding-top: 1em!important;}
.pt2{padding-top: 2em!important;}
.pt4{padding-top: 4em!important;}
.pt6{padding-top: 6em!important;}
.pb0{padding-bottom: 0!important;}
.pb1{padding-bottom: 1!important;}
.pb2{padding-bottom: 2em!important;}
.pb4{padding-bottom: 4em!important;}
.pb6{padding-bottom: 6em!important;}
.col{width: 100%;}
.col2{width: 50%;}
.col3{width: 33.3333%;}
.col4{width: 25%;}
.col2s{width: 48%;}
.col3s{width: 32.3333%;}
.col4s{width: 24%;}
.container1600{
  position: relative;
  /* width: calc((1600 / 1920)* 100%); */
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.container1400{
  position: relative;
  /* width: calc((1400 / 1920)* 100%); */
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.container1200{
  position: relative;
  /* width: calc((1200 / 1920)* 100%); */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container1000{
  position: relative;
  /* width: calc((1000 / 1920)* 100%); */
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.container800{
  position: relative;
  /* width: calc((800 / 1920)* 100%); */
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.container{
  margin-left: 5%;
  margin-right: 5%;
}
.sec_ml{
  margin-left: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}
.row{margin: 6em 0 0; position: relative;}
.row:first-of-type{margin-top: 0;}
.wrapper{
  position: relative;
  margin: 6em 0;
}
.inner{
  position: relative;
  padding: 6em;
}
.gototop{
  position: fixed;
  bottom: 2%;
  left: 2%;
  display: none;
  z-index: 999;
  width: 3em;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 12em; /*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 2px;
  background: #ae9940;
}
.cp_arrows .cp_arrow:before {
  left: 2px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {
  right: 2px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
  0% { opacity: 0; top: 40%;}
  70% { opacity: 1;}
  100% { opacity: 0;}
}
.ttl_vertical{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.ttl_center{
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.ttl_center_top50{
  top: 50%;
}
.ttl_center_bottom{
  top: initial;
  bottom: 0;
  transform: translateX(-50%) translateY(0);
}
.ttl_middle{
  display: inline-flex;
  align-items: center;
}
.btn_next{
  position: relative;
  line-height: 3;
  font-size: 0.8em;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  max-width: 220px;
  width: 100%;
  z-index: 1;
  background-color: #002e5e;
  border-radius: 6px;
}
.btn_next a{
  display: block;
  color: #fff;
}
.btn_next a::before{
  content: '';
  display: block;
  width: 0.8em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ae9940;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.btn_next:hover a::before{
  animation: twinkleAnime 0.5s linear;
}
.btn_next_order{
  background-image: url(images/icon_btn-order02.svg);
  background-position: 10em 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #111;
  max-width: 600px;
  border: none;
  box-shadow: 8px 8px 0 #d1c79a;
  font-size: 1em;
  font-weight: 600;
}
.btn_next_order a{
  padding: 0.8em 1em;
  color: #fff;
}
@keyframes twinkleAnime{
  0% {
      transform: scale(2) rotate(45deg);
      opacity: 0;
  }
  20% {
      transform: scale(20) rotate(45deg);
      opacity: 0.6;
  }
  40% {
      transform: scale(30) rotate(45deg);
      opacity: 0.4;
  }
  80% {
      transform: scale(45) rotate(45deg);
      opacity: 0.2;
  }
  100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
  }
}
/* .btn_next:hover{
  opacity: 0.6;
} */
.btn_next_auto{
  max-width: 100%!important;
}
.btn_arrow{
  background-image: url(images/icon_arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding: 0.2em;
  margin-left: 2em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_arrow_g{
  background-image: url(images/icon_arrow-g.svg);
}
a:hover .btn_arrow{
  margin-left: 3em;
}

.ol_policy{margin-left: 2em;}
.ol_policy>li{margin-bottom: 2em;}
.ul_policy{margin-left: 2em;}
.ul_policy li{
  font-size: 1em;
  font-weight: normal!important;
  list-style: disc;
  line-height: 1.2;
}


/* ////////////////////////////////////////////////////////////////////// */
/*  ヘッダー
/* ////////////////////////////////////////////////////////////////////// */
header{
  position: relative;
  z-index: 99;
  line-height: 0;
}
.ttl_name{
  /* width: 8em;
  font-size: 1em;
  text-align: center;
  margin: 2em auto; */
  width: 6.0em;
  font-size: 1em !important;
  margin: 0 0 0 2em !important;
}
.ttl_name a{
  display: block;
}
.sp_nav{
  position: fixed;
  top: 1.4em;
  right: 2%;
  z-index: 99;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  グローバルメニュー
/* ////////////////////////////////////////////////////////////////////// */
.main_nav{
  position: relative;
  width: 100%;
  /* width: 100%;
  padding: 1em 5% 0;
  position: fixed;
  z-index: 9; */
}
nav{
  position: relative;
  z-index: 10;
}
/* nav ul li a{
  position: relative;
  display: inline-block;
  padding: 1em 1em;
  font-size: 1em;
  text-align: center;
  text-decoration:none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

nav ul li:hover a{
  text-decoration:none;
}
nav ul li:last-of-type::after{
  height: auto;
  width: auto;
}
nav li.has-child{
  position: relative;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #ae9940;
  color: #fff;
} */
/*下の階層を持っているulの指定*/
nav li.has-child ul{
	position: absolute;
	left:-10px;
	top:40px;
	z-index: 4;
	background:#fff;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
.pc_nav{
  position: relative;
  /* padding: 2em 0 1em; */
}
.nav_h .has-child li a::after{content: none;}
.nav_h .has-child li a{
  padding: 1em 1em;
  display: block;
  text-align: left;
}
/* .sp_nav{display: none;} */

.h_nav_jp{
  font-size: 1.0em;
  margin-right: 0;
  letter-spacing: 0;
  text-transform: none;
}
.h_nav_en{
  color: #ae9940;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media(max-width:768px){
  .nav_h{display: none!important;}
  /* .sp_nav{display: block;} */
  #g-nav{
    max-width: 100%;
    padding: 6em 5% 6em;
  }
  .h-btn{
  cursor: pointer;
  width: 3em;
  height: 2em;
  position: relative;
  border-radius: 6px;
  z-index: 99;
  }
  .h-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
  }
  .h-btn span:nth-of-type(1) {top:5%;}
  .h-btn span:nth-of-type(2) {top:55%; width: 75%;}
  .h-btn span:nth-of-type(3) {top:100%; width: 50%;}
  .h-btn.active span{
    background-color: #111;
  }
  .h-btn.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(0) rotate(-45deg);
    width: 100%;
  }
  .h-btn.active span:nth-of-type(2) {opacity: 0;}
  .h-btn.active span:nth-of-type(3){
    top: 50%;
    transform: translateY(0) rotate(45deg);
    width: 100%;
  }
  #g-nav{
    position:fixed;
    z-index: 98;
    top:0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background:#fff;
    transition: all 0.6s;
    /* padding: 120px 60px; */
    padding: 2em 5%;
    overflow: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
  }
  #g-nav.panelactive{right: 0;}
  #g-nav li{
    list-style: none;
    /* text-align: center;
    border-bottom: solid 1px #ddd;
    margin-bottom: 0; */
  }
  #g-nav li a{
    color: #333;
    text-decoration: none;
    /* padding:1em; */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
  }
  #g-nav li:hover>a{opacity: .5;}
  #g-nav li a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(270deg, #00a656 0%, #81cb42 80%, #bcdf76 100%); */
    background: linear-gradient(270deg, #ffffff 0%, #f2f1f1 80%, #ffffff 100%);
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    transition: width 360ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #g-nav.panelactive li a:after{
    width: 0;
    right: 0;
    left: auto;
    transition-delay: 430ms;
  }
  #g-nav .nav_logo{text-align: center;}
  .h_nav_main>li{margin-bottom: 1em;}
  .h_nav_children li a{
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 0.9em;
  }
  .h_nav_children li a:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ae9940;
    margin-right: 15px;
  }
  .h_nav_sub{
    border-top: solid 1px #ae9940;
    border-bottom: solid 1px #ae9940;
    padding: 40px 0;
    margin: 40px;
  }
.h_nav_sub li{font-size: 1.2rem;}
  .h_nav_sub {margin: 35px 0 0;}
  #g-nav .h_nav_sub li a{display: block;}
  .h_nav_main li:first-child{
    border-top: solid 1px #ddd;
  }
  .m_nav_main li{
    width: 50%;
  }
  .m_nav_main li:nth-of-type(odd) {
    border-right: solid 1px #ddd;
  }
}

/* ////////////////////////////////////////////////////////////////////// */
/*  footer
/* ////////////////////////////////////////////////////////////////////// */
footer{
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 4em 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/bk_footer.jpg);
}
address{
  position: relative;
  font-size: 1rem;
  text-align: right;
  padding: 4em 4em 2em 0;
}
.ttl_footer{
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.footer_copy{
  text-align: center;
  margin-top: 2em;
  background-color: #d1e9fc;
  padding: 0.4em 0;
}
.footer_navi{
  width: 100%;
  max-width: 660px;
  margin-left: 4%;
}
.footer_navi li{
  font-size: 1.4rem;
  width: 25%;
  display: inline-flex;
  line-height: 0.3;
}
.footer_navi li a{
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  display: block;
  border-bottom: solid 1px #7da2d2;
}
.footer_navi li::before{
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 20px;
  background-color: #7da2d2;
  margin-right: 5px;
}

/* ////////////////////////////////////////////////////////////////////// */
/*  mv
/* ////////////////////////////////////////////////////////////////////// */
.mainimg{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 2em;
  padding-top: 5em;
  /* background-color: #1f2936; */
  /* background-color: #f9f9f9; */
  /* background-color: #1a232e; */
}
.ul_mainimg{
  display: inline-flex;
  align-items: center;
  margin-top: 2em;
}
.ul_mainimg li{
  position: relative;
  /* color: #4CAF50; */
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.2em 1em;
  background-color: #f9f9f9;
}
.ul_mainimg li::before{
  content: '';
  position: absolute;
  left: 0.4em;
  top: 0.7em;
  display: block;
  height: 0.3em;
  width: 0.3em;
  background-color: #4CAF50;
  border-radius: 1em;
}
.mainimg_p{
  padding: 1em 2em;
  font-size: 0.8em;
  background-color: #4f5a68;
  color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
}
.mainimg_p small{
  font-size: 0.5em;
}
.mv_slick .mv_slick_li{
  padding: 0;
  margin: 1em 1em;
  outline: none;
}
.mv_slick .mv_slick_li img{
  border-radius: 1em;
  border: solid 1px #ddd;
}
/* .mv_slick_li{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60em;
}
.mv01{background-image: url(images/mv01.jpg);}
.mv02{background-image: url(images/mv02.jpg);}
.mv03{background-image: url(images/mv03.jpg);} */
.mv_slick_img a{
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-image: url(images/mv01.jpg); */
  padding-top: 55vh!important;
  width: 60vw;
  border-radius: 1em;
}
.mv_slick_ttl{
  padding: 1em 1em;
  margin: 0;
  border-radius: 10px;
}
.mv_slick_ttl i{
  margin-left: 1em;
}
.mv_slick_ttl i.btn_arrow{
  padding: 0.8em;
}
.mv_slick .slick-next{
  right: calc(50% - 455px);
}
.mv_slick .slick-prev{
  left: calc(50% - 455px);
}
.mv_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  /* padding: 0 10% 0!important; */
}
.subimg{
  position: relative;
  padding: 4em 0 4em 14em;
  /* background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f9f9; */
}



/* ////////////////////////////////////////////////////////////////////// */
/*  投稿一覧
/* ////////////////////////////////////////////////////////////////////// */
.ul_info {
  background-color: #fff;
  padding: 2em;
  border-radius: 2em;
}
.ul_info a{
  display: block;
}
.li_info{
  border-bottom: solid 1px #ddd;
  margin-bottom: 2em;
}
.li_info a{display: block;}
.li_info:last-child{margin: 0;}
.cat_ttl{
  margin: 0 0 0 0;
}
.cat_time{
  font-size: 0.8em;
  letter-spacing: 0;
  margin: 0;
}
.cat_info{
  font-size: 0.6em;
  background: linear-gradient(45deg, #c1ea92 0%, #f8f0b2 100%);
  margin: 0 2em 0;
  padding: 0.2em 1em;
  border-radius: 6px;
}
.cat{
  border-radius: 2px;
  background-color: #ddd;
  text-align: center;
  font-size: 0.6em;
  padding: 0.4em 1em;
  margin-right: 2em;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  投稿記事
/* ////////////////////////////////////////////////////////////////////// */
.page_main{width: 68%;}
.page_sub{width: 28%;}
#single_page ul, #single_page ol{margin-left: 30px;}
#single_page ul li{list-style: disc;margin-bottom: 0.8em;}
#single_page h2{
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.4em;
  background-color: #f7f5ee;
  margin-bottom: 0.8em;
}
#single_page h3 {
  font-size: 1.1em;
  font-weight: 500;
  border: none;
  position: relative;
  padding: 0 0.6em 0.6em 0;
  border-bottom: 2px solid #7da2d2;;
  margin-bottom: 0.8em;
}
#single_page p{
  /* margin-bottom: 1em; */
  margin: 2em 0;
}
#single_page p:last-child{
  margin-bottom: 0;
}
.single_area{
  background-color: #fff;
  padding: 2em;
  border-radius: 1em;
  border: solid 2px #7da2d2;
}
.single_ttl{
  margin-bottom: 1em;
}
.ttl_single{
  font-size: 1.6em;
}
.ttl_single_date{
  font-style: italic;
  font-size: 0.8em;
  text-align: right;
}
.cat-menu{padding-bottom: 2em;}
.page_sub .cat-menu:last-of-type{border-bottom: 0;}
.ttl_side_cate{
  color: #7da2d2;
  text-align: left;
  font-size: 0.9em;
  font-weight: 700;
  background-color: #ebebeb;
  padding: 0.4em 1em;
  margin: 0;
  border-radius: 20px;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.ttl_side_cate::before{
  content: '';
  /* background-image: url(images/icon-arrow.svg); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.6em;
  display: inline-block;
  background-color: #7da2d2;
  margin-right: 0.6em;
}
.cat-menu ul li a{
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  padding: 1em 0 1em 1em;
  display: block;
  line-height: 1.4;
}
.cat-menu ul li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #7da2d2;
}
.post_area{
  position: relative;
  padding: 4em 0 1em;
}
.post_area div{
  width: 30%;
}
.all_post{
  font-size: 2em;
  text-align: center;
  background-color: #78d980;
  border-radius: 50px;
  margin: 0;
}
.all_post a{
  color: #fff;
  display: block;
}
.next_post {text-align: right;}
.next_post a, .previous_post a {
  display: block;
  margin: 0;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 1;
}
.next_post a::after, .previous_post a::before {
  position: relative;
  background-color: #4cc79a;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 1.2em;
  height: 1.4em;
  width: 1.4em;
}
.previous_post a::before {
  content: '<';
  margin-right: 6px;
}
.next_post a::after {
  content: '>';
  margin-left: 6px;
}
/*イエローマーカー*/
.markerYellow{background: linear-gradient(transparent 60%, #ffffbc 60%);}
/*ピンクマーカー*/
.markerPink{background: linear-gradient(transparent 60%, #FFDFEF 60%);}
/*ブルーマーカー*/
.markerBlue{background: linear-gradient(transparent 60%, #cce5ff 60%);}
/*注釈*/
.asterisk{
	display: block;
  font-size: 1.2rem;
  color: #7F7F7F;
  margin-bottom: 0;
}
/* 引用 */
blockquote {
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  font-style: italic;
  color: #777;
  background: #fff;
}
blockquote:before{
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  /* content: "\f10d";
  font-family: FontAwesome; */
  content: " ” ";
  color: #d2e6ff;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 500;
}
blockquote:after{
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 15px;
  text-align: center;
  content: " ” ";
  color: #d2e6ff;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 500;
}
blockquote p {
  position: relative;
  font-size: 0.8em;
  padding: 0;
  margin: 1em 4em;
  z-index: 3;
  line-height: 1.7;
}
blockquote cite {
  position: relative;
  z-index: 3;
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
@media(max-width:768px){
  .page_main, .page_sub{width: 100%;}
  .page_sub{margin-top: 1em;}
  .cat-menu{margin: 0; padding-bottom: 2em;}
  blockquote p {
    margin: 1em 3em;
  }
  blockquote:before{font-size: 3rem;}
  blockquote:after{font-size: 3rem;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  ページャー
/* ////////////////////////////////////////////////////////////////////// */
.pagenavi {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2em;
  text-align: center;
}
.pagenavi .page-numbers {
  padding: 10px 10px;
  margin-left: 15px;
  display: inline-block;
  line-height: 1;
}
.pagenavi .current {
  background-color: #7da2d2;
  color: #fff;
  border-radius: 6px;
}
.pagenavi a{color: #7da2d2;}

@media(max-width:768px){
  .pagenavi {margin-bottom: 4em;}
}

/* ////////////////////////////////////////////////////////////////////// */
/*  フォーム
/* ////////////////////////////////////////////////////////////////////// */
.wpcf7-form input, .wpcf7-form textarea{
  padding: 0.6em;
  font-size: 1em;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #ddd;
}
.wpcf7-form input:focus-visible, .wpcf7-form textarea:focus-visible{
  outline: solid 1px #6fce46;
}
.wpcf7-form input[type='submit']{
  max-width: 350px;
  margin: 4em auto 0;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #7da2d2;
  color: #fff;
}
.wpcf7-form th span{
  margin-left: 1em;
  font-size: 0.6em;
  background-color: #ff9d9d;
  border-radius: 6px;
  padding: 0.1em 0.6em;
  color: #000;
}
.wpcf7-form th span.nini{
  background-color: #9ddaff;
}
/* ////////////////////////////////////////////////////////////////////// */
/*  slick slider
/* ////////////////////////////////////////////////////////////////////// */

.slide_slick{
  /* padding: 0 8em; */
  padding: 0;
}
.slide_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  padding: 0!important;
}

.slide_slick .slide_slick_li{
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  padding: 0 10% 0!important;
}
.slide_slick_li{
  margin-right: 1em;
  /* box-shadow: 15px 15px 0 #e9cfbc;
  margin-bottom: 15px; */
  text-align: center;
}
.slide_slick_li em{
  font-size: 0.8em;
}
.slick-dots{
  position: static;
  margin-top: 1em;
  padding-bottom: 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  width: 1.4em;
  height: 1.4em;
  content: '';
  border-radius: 50%;
  border: solid 1px #111;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #111;
}
/* .slick-dotted.slick-slider{
  margin: 0;
} */
.slick-prev, .slick-next{
  z-index: 9;
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before{
  font-size: 3.8vw;
  color: #ffca00;
  text-shadow: 0 0 2px #898989;
  opacity: 1;
}

@media(max-width:768px){
  /* slide */
  .slick-next {
    right: 10%;
  }
  .slick-prev {
    left: 10%;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 4rem;
  }
  .slide_slick .slick-list {
    /* 左右どちらかにスペースを入れると画像が一部隠れる */
    padding: 0 50px 0!important;
  }
  .slick-dots{
    position: static;
    margin: 1em 0 0;
    padding: 0;
  }
  .slick-dots li{
    width: auto;
    height: auto;
  }
  .slick-dots li button:before{
    width: 6px;
    height: 6px;
  }
  .slick-dots li button{
    width: 8px;
    height: 8px;
  }

}

/* ////////////////////////////////////////////////////////////////////// */
/*  機能
/* ////////////////////////////////////////////////////////////////////// */
/* map */
.gmap{height: 450px;line-height: 0;}
/* 拡大 */
.imgWrap{overflow: hidden; display: block;}
.imgWrap figure{overflow: hidden;}
.imgWrap img {
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.imgWrap:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
/* ホバー */
.btn_hover{
  transition-duration: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}
.btn_hover:hover::before{
  transform: none!important;
}
.btn_hover::before{
  content: none!important;
}
.btn_hover:hover{
  opacity: 0.6;
}
.btn_hover_r:hover{
  border-radius: 50px;
}
.btn_hover_r:hover .btn_arrow {
  right: 5px;
}
/* リンクテキスト */
.link_txt{
  position: relative;
  padding-bottom: 4px;
}
.link_txt:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: 0.5s;
}
.link_txt:hover:after {
  background: #b1ebd6;
}

/* パンくずリスト */
div.breadcrumbs {
  color: #333;
  padding: 10px 0 0;
  font-size: 1.4rem;
  letter-spacing: 3px;
  width: 80%;
}
div.breadcrumbs a{
  color: #333;
  text-decoration: underline;
}


@media(max-width:768px){
  ul li, ol li{font-size: 1em;}
  th,td {margin: 0;border: 0;}
  /* dt,dd,th,td{line-height: 1.4;} */
  /* th {width: 100%;} */
  .pc{display: none!important;}
  .sp{display: block!important;}
  .flex{display: block;}
  .main_nav .flex{display:flex;}
  section{
    margin: 3em 0;
  }
  .section{
    padding: 3em 0;
  }
  .container1600{
    width: 90%;
  }
  .container1400{
    width: 90%;
  }
  .container1200{
    width: 90%;
  }
  .container1000{
    width: 90%;
  }
  .container800{
    width: 90%;
  }
  .container{
    margin-left: 5%;
    margin-right: 5%;
  }
  .container_over{
    width: 105%;
    margin-left: -5%;
  }
  .container_add{
    width: 92%;
    margin: 0 auto;
  }
  .container_reset{width: 100%;}
  .gmap{height: 300px;}
  div.breadcrumbs {letter-spacing: 0;}
  .table_overflow {
    display: block;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }
  .table_overflow table{
    /* table-layout: fixed; */
    width: 800px;
  }
  .table_overflow table th, .table_overflow table td{
    display: table-cell;
  }
  .table_company th, .table_company td{
    width: 100%;
  }
  .colsp{width: 100%!important;}
  .col2sp{width: 48%!important;}

}

/* ////////////////////////////////////////////////////////////////////// */
/*
/* ////////////////////////////////////////////////////////////////////// */
.way__point-fadeInUp, .way__point-fadeIn, .way__point-fadeInRight{
  opacity: 0;
}
/****** 無限ループスライド ******/
  .slide_container{
    position: relative;
    z-index: 1;
  }
  .slide_container__wrap {
    display: flex;
    overflow: hidden;
  }
  .slide_container__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .slide_container__list--left {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
  .slide_container__item{
    width: calc(100vw / 5);
    margin: 0 0.5vw 0.4em;
    text-align: center;
  }
  .slide_container__item em{
    font-size: 0.8em;
    margin-top: 1em;
    display: block;
  }
  /* .slide_container__item img {
    border-radius: 10px;
    box-shadow: 0 0 10px #a9a7a7;
  } */
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media(max-width:768px){
    .slide_container__item {
      width: calc(100vw / 3);
      margin: 1vw;
    }
  }

em{
  font-style: normal;
}
.mv_ttl{
  position: absolute;
  top: 5em;
  /* right: 5em; */
  right: 14em;
  padding-top: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 15px #000000;
  padding-top: 5em;
}
.mv_ttl em{
  font-size: 5em;
  display: block;
}
.mv_ttl ul li{
  font-size: 2em;
}
.mv_ttl .ttl_sub{
  font-size: 2em;
  padding: 0 3em;
  margin-bottom: 2em;
}
.mv_ttl .ttl_sub span::before, .mv_ttl .ttl_sub span::after {
  width: 3em;
  background-color: #fff;
}
.flat_nav .footer_contact a{
  background-color: #ae9940;
}
.slide_container{
  position: relative;
  margin-top: 0;
}
.slide_container::after{
  /* content: '';
  display: block;
  width: 100%;
  height: 8em;
  background-color: #ebebeb;
  position: absolute;
  top: -4em;
  left: 0;
  z-index: -1; */
}
/* .slide_container::after{
  content: '';
  position: fixed;
  background-image: url(images/bk_body.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
} */
.sec_concept h2{
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}
.sec_concept_figure{
  margin: 6em auto 6em;
  max-width: 400px;
}
.p_cap{
  font-size: 0.7em;
  margin-bottom: 0;
  line-height: 2!important;
}
/* .ttl_main{
  position: relative;
  font-size: 1.6em;
  padding: 0.2em 1em 0.2em 1em;
  word-break: break-all;
  color: #fff;
  background-color: #000;
  display: inline-block;
}
.ttl_main span{
  font-size: 1.6em;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #111;
}
.ttl_main::after{
  content: '';
  position: absolute;
  top: 0;
  right: -1em;
  width: 0;
  height: 0;
  border-width: 1.8em 1.0em 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
} */
.ttl_main{
  position: relative;
  color: #615e5a;
  font-size: 1.6em;
  font-weight: 900;
  padding: 0 0.2em;
  margin-bottom: 2em;
}
.ttl_main::before{
  display: block;
  /* content: counter(heading-counter, decimal-leading-zero);
  font-style: italic; */
  content: '';
  height: 1em;
  width: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
  font-size: 3em;
  color: #ebebeb;
  /* background-image: url(images/logo_ttl.png);
  background-repeat: no-repeat;
  background-position: center left; */
  
}
.ttl_main::after{
    --stripe-color: #dfdcd7;
    position: absolute;
    content: "";
    width: 100%;
    height: 0.5em;
    bottom: -0.5em;
    left: 0;
    background: linear-gradient(135deg, transparent 25%, var(--stripe-color) 25%, var(--stripe-color) 50%, transparent 50%, transparent 75%, var(--stripe-color) 75%, var(--stripe-color));
    background-size: 4px 4px;
}
.ttl_sub{
  position: relative;
  font-size: 1.3em;
  padding: 0 6em;
  margin-bottom: 4em;
  z-index: 1;
  display: inline-block;
}
.ttl_sub span{
  padding: 0 1em;
}
.ttl_sub span::before, .ttl_sub span::after{
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #111;
  z-index: -1;
  width: 6em;
}
.ttl_sub span::after{
  right: 0;
}
.ttl_sub span::before{
  left: 0;
}
.ttl_big{
  line-height: 1;
  text-align: right;
  margin-bottom: 12em;
}
.ttl_big em{
  font-size: 12em;
  font-weight: 400;
  color: #f2f1f1;
}
.ttl_big span{
  display: block;
  color: #ae9940;
  font-size: 2em;
}
.ttl_small{
  font-size: 1em!important;
}
.ttl_items{
  max-width: 50em;
  margin: 4em auto 2em;
  /* border-left: solid 4px;
  padding-left: 1em;
  background: linear-gradient(90deg, #f4f4f4 00%, #fdfdfd 100%); */
  font-size: 1em!important;
  font-weight: 600;
  /* background: linear-gradient(90deg, #f1eddc 00%, #fdfdfd 100%); */
}
.sec_surface{
  margin-bottom: 4em;
}
.sec_surface .box_surface:nth-of-type(1){
  background-color: #f2f1f1;
}
.sec_surface .box_surface:nth-of-type(2){
  background-color: #ebebeb;
}
.box_surface em{
  text-align: center;
  display: block;
  font-size: 8em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  /* color: #fff; */
  /* color: #f2f1f1; */
  color: #f7f7f7;
  text-shadow: 1px 1px 1px #c1c1c1;
}
.wrapper_surface{
  max-width: 600px;
  width: 90%;
  padding: 4em 0 4em;
  margin: 0 auto;
}
.wrapper_surface .ttl_sub{
  margin-top: 2em;
  margin-bottom: 2em;
}
.slide_nav, .slide_nav02{
  margin-top: 1em;
}
.slide_nav_li{
  margin-right: 10px;
}
.sec_feature figure img{
  border-radius: 0;
}
.sec_feature figure .p_cap{
  text-align: right;
}
.footer_container{
  color: #fff;
}
.footer_container a{
  color: #fff;
}
.footer_container h2{
  font-size: 1em;
  line-height: 0;
  margin: 0;
}
.footer_container em{
  font-size: 2em;
}
.footer_infomation{
  margin: 4em 0;
  padding-bottom: 4em;
  border-bottom: solid 1px #fff;
}
.footer_container_icon li{
  text-align: center;
  margin: 0 0.5em;
}
.footer_container_icon li img{
  width: 2em;
}
.footer_container_icon li a{
  color: #fff;
  display: block;
}
.footer_container_icon li span{
  display: block;
  font-size: 1.4rem;
}
.footer_tel span{
  position: relative;
  font-size: 2em;
  background-image: url(images/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.8em;
  padding-left: 1em;
}
.footer_tel span a{
  color: #fff;
}
.footer_tel dl dt, .footer_tel dl dd{
  font-size: 0.8em;
  padding: 0;
}
.footer_contact{
  margin-top: 1em;
}
.footer_contact a{
  display: inline-block;
  padding: 0.4em 1.2em;
  color: #fff;
  border: solid 1px;
  border-radius: 2em;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.footer_contact a:hover{
  border: solid 1px #ae9940;
  background-color: #b3a466;
}
.footer_contact span{
  position: relative;
  font-size: 1em;
  background-image: url(images/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2em;
  padding-left: 2.4em;
}
.nav_ttl{
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: solid 1px;
}
.nav_box{
  margin-bottom: 4em;
}
.nav_list{
  margin-left: 1em;
}
.nav_list li{
  margin-top: 2em;
}
.nav_service li{
  width: 32%;
  /* width: 23%; */
  margin-top: 2em;
  text-align: center;
}
.nav_service li em{
  font-size: 0.9em;
  font-weight: 600;
}
.color_gold{
  color: #ae9940;
}
.ttl_icon{
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
}
.ttl_icon img{
  margin-right: 0.4em;
}

.box_gallery{
  background: #f9f9f9;
  padding: 1em;
  border-radius: 2em;
}
.box_gallery_main{
  position: relative;
  width: 84%;
  display: flex;
}
.box_gallery_main li p{
  position: absolute;
  bottom: 1em;
  right: 1em;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #000;
}
.box_gallery_sub{
  width: 15%;
  overflow-y: scroll;
  height: 30em;
  align-content: space-between;
}
.box_gallery_sub li{
  position: relative;
  width: 48%;
  cursor: pointer;
}
.active_li{
  opacity: 1;
  display: block;
}
.active_li figure{
  height: 100%;
}
.active_li figure img{
  border-radius: 1em;
  border: solid 1px #e7e7e7;
}
.deactive_li{
  opacity: 0; z-index: 0;
  display: none;
}
.col_head figure{
  width: 100%;
  max-width: 240px;
}
.col_head_em{
  line-height: 1.2;
  text-align: center;
  font-size: 0.9em;
  margin: 0;
  display: block;
  margin-top: 1em;
}
.ul_attention{
  position: relative;
}
.ul_attention li{
  position: relative;
  display: inline-block;
  color: #ff0000;
  padding-left: 1em;
  line-height: 1.4;
}
.ul_attention li::before{
  content: '※';
  position: absolute;
  top: 0.2em;
  left: 0;
}
.p_attention{
  position: relative;
  display: inline-block;
  color: #ff0000;
  padding-left: 1em;
  line-height: 1.4;
}
.p_attention::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.p_attention_b{
  color: #333;
  display: block;
}
.p_small{
  font-size: 0.9em;
  line-height: 1.8;
}
.p_small em{
  margin-left: 0em;
  padding: 0.2em 0.4em;
  text-align: center;
  background-color: #000000;
  font-size: 0.8em;
  color: #fff;
}
.p_dl{
  position: relative;
  padding-left: 2em;
  margin-right: 1em;
}
.p_dl a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 1.6em;
  width: 1.6em;
}
.i_exls a::before{
  background-image: url(images/icon_excel.svg);
}
.i_pdf a::before{
  background-image: url(images/icon_pdf.gif);
}

.p_red{
  color: #ff0000;
}
.p_uline{
  font-weight: 600;
  text-decoration:underline;
}
strong.p_uline{
  font-size: 1.2em;
}
.a_link{
  position: relative;
  font-family: Meiryo, sans-serif;
  font-weight: 700;
  color: #ff0000;
  display: inline-flex;
  align-items: center;
  border-bottom: solid 1px;
}
.a_link i{
  position: relative;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.a_link i::after{
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  /* border-color: transparent transparent #ff0000 #ff0000; */
  border-color: transparent transparent #ae9940 #ae9940;
  transform: rotate(225deg);
  margin-left: 0.4em;
}
.a_link:hover{
  /* color: #ff0000; */
  color: #1a3b56;
}
.a_link:hover i{
  transform: translateX(1em);
}

.box_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
}
.box_movie iframe {
  width: 100%;
  height: 100%;
}
.ul_products li{
  width: 31%;
  margin-bottom: 6em;
  line-height: 2;
}
.box_products{
  /* background-color: #f7f7f7; */
  margin: 0 0 1em;
  padding: 1em;
  font-size: 0.9em;
}
.box_products h2{
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1.4em;
}
.box_products P{
  font-size: 0.9em;
  margin-bottom: 1em;
}
.ul_products li .btn_next{
  margin-right: 0;
}
.ul_point li{
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.6em;
}
.ul_point li::before{
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  height: 0.2em;
  width: 0.2em;
  background-color: #111;
  border-radius: 1em;
}
.ul_point li:last-child{
  margin-bottom: 0;
}
.ul_point.flex-w li{
  margin-right: 2em;
  font-size: 0.9em;
}
.box_border{
  padding: 2em 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.box_spec{
  background-color: #f4f4f4;
  padding: 4em;
  text-align: center;
}
.box_color li{
  width: 20%;
  margin: 0 4% 3em;
}
.box_color li p{
  margin-top: 0.6em;
  margin-bottom: 0;
}
.box_color li em{
  font-size: 0.6em;
  font-family: Meiryo, sans-serif;
  line-height: 1.2;
  display: block;
}
.box_color_small li{
  /* margin: 1em 0.2em 1em!important; */
  margin: 0 0.2em 0.2em !important;
  width: 12%!important;
  line-height: 1;
}
.box_color_small li img{
  border-radius: 2px;
}

.box_font li{
  width: 18%;
  margin: 0 0 4em;
}
.box_font li p{
  margin-top: 1.4em;
  margin-bottom: 0;
}

.box_attachment li{
  text-align: center;
}
.box_attachment li p{
  margin: 0 0 1em;
}
.ul_surface li{
  width: 50%;
  text-align: center;
}
.ul_surface.f-c li{
  margin: 0 auto;
}
.ul_surface li p{
  margin: 0 0 1em;
}
.box_list{
  width: 48%;
}
.box_list_l{
  width: 100%;
}
.box_list ul li{
  padding: 1em;
  border-bottom: solid 1px #111;
  text-align: center;
}
.box_list_ttl{
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #111;
  padding: 0.4em 1em;
  margin: 0;
}
.dl_attention p{
  font-weight: 600;
}
.dl_attention dl dt, .dl_attention dl dd{
  font-size: 0.9em;
  background-color: #f2f1f1;
}
.dl_attention dl dt{
  width: 40%;
}
.dl_attention dl dd{
  width: 60%;
}
.box_attention{
  padding: 2em;
  /* background-color: #f4f4f4; */
  background-color: #fbfbfb;
}
.box_attention_info{
  margin: 2em auto 0;
  width: 70%;
  max-width: 800px;
}
.box_qa{
  margin-left: 2em;
}
.box_mix .footer_tel span{
  background-image: url(images/icon_tel-b.svg);
}
.box_mix .footer_tel span a{
  color: #111;
}
.ul_dl_bk li{
  width: 20%;
}
.ul_dl_bk li em{
  display: block;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 0.8em;
}
.order_flow{
  position: relative;
  font-size: 0.8em;
  background-color: #e6e6e6;
  margin: 0 auto 10em;
  display: block;
  width: 100%;
  max-width: 800px;
  height: 0.8em;
  border-radius: 1em;
}
.order_flow .order_flow_point{
  position: absolute;
  top: 0;
  padding-top: 1.6em;
  color: #bfbfbf;
  font-weight: 600;
}
.order_flow .order_flow_point:nth-of-type(1){
  left: 0;
}
.order_flow .order_flow_point:nth-of-type(2){
  left: 34%;
  transform: translateX(-34%);
}
.order_flow .order_flow_point:nth-of-type(3){
  left: 66%;
  transform: translateX(-66%);
}
.order_flow .order_flow_point:nth-of-type(4){
  right: 0;
}
.order_flow .order_flow_point i{
  position: absolute;
  top: 0;
  background-color: #bfbfbf;
  height: 0.8em;
  width: 0.8em;
  border-radius: 1em;
}
.order_flow .order_flow_point:nth-of-type(2) i{
  left: 34%;
  transform: translateX(-34%);
}
.order_flow .order_flow_point:nth-of-type(3) i{
  left: 66%;
  transform: translateX(-66%);
}
.order_flow .order_flow_point:nth-of-type(4) i{
  right: 0;
}
.order_flow .order_flow_point.order_flow_active{
  color: #111;
}
.order_flow .order_flow_point.order_flow_active i{
  background-color: #111;
}
.btn_pdf{
  text-align: center;
}
.btn_pdf a{
  background-image: url(images/icon_pdf.gif);
  background-position: 1em 50%;
  background-repeat: no-repeat;
  background-size: 1.4em;
  padding-left: 1.4em;
  display: inline-block;
  background-color: #555;
  color: #fff;
  padding: 0.4em 1em 0.4em 3em;
}
.txt_policy{
  height: 250px;
  overflow-y: scroll;
  background-color: #fff;
  border: solid 1px #dddddd;
  border-radius: 3px;
  padding: 1em;
  margin: 1em auto 0;
}
.txt_policy ol li{margin-left: 1em;}
.txt_policy p, .txt_policy li{
  font-size: 0.7em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.txt_policy p span{font-weight: bold;}
.ol_policy{margin-left: 1em;}
.ul_policy{margin-left: 1em;}
.ul_policy li{
  font-size: 1em;
  list-style: disc;
  line-height: 1.2;
}
.wrapper_order{
  margin-top: 4em;
}
.wrapper_order_btn{
  position: relative;
}
.check{
  color: #fff;
  font-size: 0.6em;
  background-color: #ff0000;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.2;
  margin-right: 1em;
}
.checknot{
  background-color: #555;
}
.chk_on{
  display: none;
}
#id_design, #id_data, #id_send, #id_square, #id_ellipse, #id_namelist, #id_namedata{
  display: none;
}
#mail_order, #items_order{
  display: none;
}
.chk_policy{
  margin: 2em 0;
  text-align: center;
}
.active_box{
  display: block!important;
}
.ttl_order_midashi {
  position: relative;
  padding-right: 1em;
  font-weight: 600;
}
.ttl_order_sub{
  margin: 2em 0 1em;
  font-weight: 600;
}
.ttl_midashi{
  font-size: 1.1em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding: 0.5em 0.7em;
  background-color: #f2f2f2;
  color: #333333;
}
.ttl_midashi::before{
  content: '';
  display: inline-block;
  width: 0.3em;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #7da2d2;
  border-radius: 1em;
}
.ttl_h3{
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 2em;
  border-bottom: solid 1px;
}
.ttl_order {
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 2em;
  padding: 0;

}
.ttl_order i{
  color: #fff;
  padding: 0 0.8em;
  text-align: center;
  font-style: normal;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.ttl_order i::after{
    content: '';
    background-color: #111;
    position: absolute;
    padding: 1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
}
.row_order_content {
  border-left: solid 2px #111;
  padding: 2em 1em 4em 4em;
  margin-left: 1em;
}
.row_order_content_last {
  /* padding-bottom: 0; */
  border-left: 0;
}
.flow_img{
  border: solid 6px #dedede;
  margin-bottom: 2em;
}
.row_order_content .order_img{
  width: 100%;
}
.contact_content{
  display: inline-block;
  padding-right: 2em;
  line-height: 1.4;
}
.contact_content strong{
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.row_order_content .footer_tel span{
  background-image: url(images/icon_tel-b.svg);
}
.row_order_content .footer_tel a{
  color: #333;
}
.table_order{
  max-width: 800px;
  margin: 0 auto;
}
.table_order tr{
  display: block;
  padding-bottom: 2em;
}
.table_order th, .table_order td{
  width: 100%;
  display: block;
  text-align: left;
}
.table_order th{
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.table_order th .check{
  margin-left: 1em;
  margin-right: 0;
}
.table_namelist td{
  padding: 0.3em 0.6em;
}
.table_namelist td:nth-of-type(1){
  text-align: center;
}
.table_namelist td:nth-of-type(4){

}
.box_order_detail{
  margin-top: 2em;
  margin-bottom: 4em;
  /* padding-bottom: 2em;
  border-bottom: solid 1px #ddd; */
}
.box_order_detail dl dt:first-of-type, .box_order_detail dl dd:first-of-type{
  padding-top: 0.4em;
  margin-top: 2em;
}
.box_order_detail dl dt, .box_order_detail dl dd{
  font-size: 0.9em;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  width: 50%;
}
.box_order_detail dl dt{
  background-color: #f2f1f1;
}
.box_order_detail dl dd{
  border-bottom: solid 1px #f2f1f1;
  text-align: right;
}
.box_order_detail dl dd small{
  margin-left: 0.6em;
}
.box_order_detail dl dt:last-of-type{
  background-color: initial;
  text-align: right;
  font-weight: 600;
}
.btn_cart{
  cursor: pointer;
  width: 100%;
  padding: 1em;
  background-color: #ff4948;
  border: 0;
  color: #fff;
  border-radius: 6px;
}
.btn_cart:hover{
  opacity: 0.6;
}
.btn_pdf{
  max-width: 300px;
  background-color: #48a2ff;
  margin-bottom: 4em;
}
.wrapper_form{
  position: relative;
  padding-bottom: 3em;
  margin: 3em 0;
  border-bottom: dotted 1px #ddd;
}
.form_radio{}
.form_radio::after {
   content: "";
   display: block;
   clear: both;
}
.form_content{
  width: 100%;
  padding: 2em 1em;
  /* background-color: #f2f1f1; */
  background-color: #fbfbfb;
}
.form_sample li{
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: dotted 1px #ddd;
}
.form_sample li:first-of-type{
  border-top: dotted 1px #ddd;
  padding-top: 1em;
}
.form_sample_li_01{
  width: calc(100% - 34em);
}
.form_sample_li_02{
  width: 16em;
}
.form_sample_li_03{
  width: calc(100% - 18em);
}
dl.dl_detail dt{
  width: 15%;
}
dl.dl_detail dd{
  width: 85%;
}
dl.dl_detail dt, dl.dl_detail dd{
  padding: 1em 0 0;
  border: 0;
}
dl dt:first-of-type, dl dd:first-of-type{
  padding-top: 0;
}

.btn_form{
  text-align: center;
  margin: 0;
}
.btn_form_back{
  position: fixed;
  bottom: 0;
  margin: 0;
}
.btn_form_back button{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background: #ffbc00;
  padding: 0.8em 10em;
  cursor: pointer;
  border: 0;
  border-radius: 0.6em;
  box-shadow: 0 0 10px #b3b3b3;
}

.mw_wp_form #submit-button input {
  position: relative;
  overflow: hidden;
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background: #111;
  padding: 1em 1em;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.mwform-radio-field{float: left;}
input[type='text'], input[type='tel'], input[type='email'], input[type='date'], input[type='number'], textarea, select{
  border: solid 1px #f3f2eb;
  border-radius: 4px;
  background-color: #fbfaf2;
  padding: 0.6em 1em;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;/need for safari/
  appearance: none;
  font-size: 1em;
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='date']:focus, input[type='number']:focus, textarea:focus, select:focus{
  outline: 0;
  border: 1px solid #555;
  -moz-appearance: none;
  -webkit-appearance: none;/need for safari/
  appearance: none;
}

p#submit-button{margin: 1em 0;}
input::placeholder, textarea::placeholder {color: #cacbcf;}
/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #cacbcf;}
/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {color: #cacbcf;}
.mwform-checkbox-field input, .mwform-radio-field input{
  transform: scale(1.4);
}
.mw_wp_form input[type="file"]{
  font-size: 1em;
}
.mw_wp_form .form_radio .horizontal-item + .horizontal-item{
  margin: 0 0 0 2em;
}

#chk_contact .row_order .p_attention, #chk_contact .form_content, #chk_contact #privacypolicy{
  display: none;
}
#chk_contact .ttl_order_midashi{
  margin-bottom: 1em!important;
}
#chk_contact .form_radio, #chk_contact .txt_fonttype, #chk_contact .form_kazu, #chk_contact #id_square, #chk_contact #id_ellipse, #chk_contact .table_namelist td{
  font-size: 1.1em;
  font-family: Meiryo, sans-serif;
  margin-left: 2em;
}


@media(min-width:769px){
  /* .mv_slick_li{
    height: 75vh;
    margin: 6em 10vw 0 !important;
  } */
  .btn_form_back{
    left: 50%;
    transform: translateX(-50%);
  }
  .pc_center{
    text-align: center;
  }
  .pc_center .p_dl{
    display: inline-block;
  }
  .box800{
    max-width: 800px;
    margin: 0 auto;
  }
  .container1600_r{
    margin-left: 0;
  }
  .box_surface{
    width: 50%;
  }
  .sec_concept{
    margin-top: 6em;
    text-align: center;
  }
  .sec_concept p{
    line-height: 3;
  }
  .box_attention_center{
    text-align: center;
  }
  .container_feature{
    position: relative;
    width: calc((1360 / 1920)* 100%);
    max-width: 1360px;
  }
  .sec_feature figure{
    max-width: 600px;
    width: 50%;
  }
  .sec_feature figure img{
    border-radius: 0 5px 5px 0;
  }
  .wrapper_feature{
    margin-left: 6em;
    flex: 1;
  }
  .wrapper_form_kubun{
    display: flex;
    justify-content: center;
  }
  .wrapper_form_kubun .ttl_order_midashi{
    margin-right: 5%;
  }
  .flat_nav_service{
    /* width: 58%; */
    width: 65%;
  }
  .flat_nav{
    width: 30%;
  }
  .nav_box{
    width: 50%;
  }
  .nav_service_s li{
    /* width: 32%; */
    width: 23%;
  }
  .btn_side_nav{
    position: fixed;
    top: 30%;
    right: 1%;
    z-index: 999;
  }
  .btn_side_nav_li{
    text-align: center;
    margin-top: 2em;
  }
  .btn_side_nav_li i{
    display: inline-block;
    width: 3em;
  }
  .btn_side_nav_li span{
    display: block;
    font-size: 0.8em;
    font-weight: 600;
  }
  .btn_side_nav_li:first-of-type{
    margin-top: 0;
  }
  .col_head{
    width: 24%;
  }
  .col_body{
    width: 72%;
  }
  .col_body .col2:nth-of-type(1) img{
    border-radius: 5px 0 0 5px;
  }
  .col_body .col2:nth-of-type(2) img{
    border-radius: 0 5px 5px 0;
  }
  .row_order_content .order_img{
    max-width: 520px;
    width: 49%;
  }
  .box_products h2{
    text-align: center;
  }
  .box_products P{
    margin-bottom: 0;
    min-height: 8em;
  }
  .box_list ul li{
    padding: 1em 2em;
  }
  .dl_attention p{
    text-align: center;
  }
  .box_mix{
    text-align: center;
  }
  .table_order td dl{
    margin-left: 20%;
  }
  .footer_container_icon{
    position: absolute;
    bottom: 8em;
    right: 6em;
  }


}


@media(max-width:768px){
  body{
    font-size: 1.5rem;
  }
  .container_max{
    width: 100%!important;
  }
  .wrapper{
    margin: 4em 0;
  }
  .inner{
    padding: 4em;
  }
  .nav_service li em{
    font-size: 0.7em;
  }

  .flat_nav_service{
    margin-bottom: 4em;
  }
  .flat_nav{
    width: 100%;
  }
  .nav_service li {
    width: 49%;
  }
  .h-btn {
    width: 2em;
    height: 1.5em;
  }
  .ttl_name {
    width: 5em;
    margin-left: 0!important;
  }
  .ttl_main {
    font-size: 1.4em;
    padding-left: 1em;
    margin-bottom: 1.4em;
  }
  .ttl_main span {
    padding: 0 0.6em;
  }
  .ttl_main span::after {
    width: 100%;
  }
  .ttl_main_s{
    font-size: 1.2em;
  }
  .ttl_big {
    margin-bottom: 6em;
  }
  .ttl_big em {
    font-size: 5em;
  }
  .ttl_big span {
    font-size: 1.4em;
  }
  .ttl_sub span::before, .ttl_sub span::after{
    width: 3em;
  }
  .ttl_sub{
    font-size: 1.2em;
    padding: 0 3em;
    margin-bottom: 3em;
  }
  .ttl_center_sp{
    text-align: center;
  }
  .sec_surface{
    margin-bottom: 2em;
  }
  .box_surface em {
    /* font-size: 4.0em; */
    font-size: 2.0em;
    padding-top: 0.6em;
  }
  .wrapper_surface{
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .wrapper_surface .ttl_sub {
    margin-top: 0;
  }
  .mv_ttl{
    /* top: 1em;
    right: 4em; */
    position: static;
    color: #111;
    text-shadow: 0 0 15px #ffffff;
    margin: 0;
    padding: 0;
  }
  .mv_ttl em{
    font-size: 2.4em;
    line-height: 1;
    display: block;
  }
  .mv_ttl ul li{
    font-size: 1em;
  }
  .mv_ttl .ttl_sub{
    font-size: 1em;
    margin-bottom: 1em;
  }
  .sec_concept{
    margin-top: 4em;
  }
  .sec_concept h2 {
    font-size: 1.2em;
  }
  .sec_concept_figure {
    margin: 4em auto 4em;
    padding: 0 4em;
  }
  .wrapper_feature{
    margin: 2em 5% 0;
  }
  .col_head figure{
    margin: 0 auto 2em;
  }
  .ul_products li{
    width: 100%;
  }
  .ul_products li figure img{
    border-radius: 0;
  }
  .ul_products li .btn_next{
    margin: 0 auto;
  }
  .box_color.f-c{
    -webkit-box-pack: left;
    justify-content: left;
  }
  .box_color li{
    width: 40%;
    margin: 0 5% 3em;
  }
  .box_color li p{
    font-size: 0.8em;
  }
  .box_color_small li{
    width: 6%!important;
  }
  .box_list{
    width: 100%;
  }
  .box_list_mt{
    margin-top: 2em;
  }
  .box_spec{
    padding: 2em 1em;
  }
  .dl_attention dl dt, .dl_attention dl dd{
    width: 100%;
  }
  .dl_attention dl dt{
    padding: 1em 1em 0;
  }
  .dl_attention dl dd{
    font-size: 0.8em;
    padding-top: 0;
  }
  .dl_attention p {
    margin-bottom: 1em;
  }
  .box_attention {
    padding: 1em;
  }
  .box_attention_center h3{
    font-size: 1em;
  }
  .box_attention_info{
    width: 100%;
  }
  .ttl_order_midashi{
    margin-bottom: 2em!important;
  }
  .table_namelist tr td:nth-of-type(1){
      width: 10%;
  }
  .table_namelist tr td:nth-of-type(2){
      width: 35%;
  }
  .table_namelist tr td:nth-of-type(3){
      width: 35%;
  }
  .table_namelist tr td:nth-of-type(4){
      width: 20%;
  }
  .home.blog .cp_arrows{
    height: 6em;
  }
  .slide_container{
    margin-top: 2em;
  }
  .ttl_icon{
    font-size: 0.8em;
  }
  .btn_side_nav_li{
    position: fixed;
    bottom: 0;
    right: 5%;
  }
  .btn_side_nav_li i{
    width: 3.4em;
    display: inline-block;
  }
  .btn_side_nav_li span{
    display: block;
    font-size: 0.8em;
    font-weight: 600;
  }
  .form_sample_li_01,.form_sample_li_02,.form_sample_li_03{
    width: 100%;
  }
  .btn_next_order{
    background-position: 25% 50%;
    max-width: 500px;
    width: 80%;
  }

}





/* ======================================== */
.wrapper_product{
  position: relative;
  /* background-color: #f8f8f8; */
  padding: 1em 0;
  margin-bottom: 2em;
  margin-left: 3em;
  border-radius: 1em 0 0 1em;
}
.wrapper_banner{
  padding: 1em 0;
  margin-bottom: 2em;
  margin-left: 14em;
  margin-right: 14em;
}
.wrapper_banner img{
  border-radius: 1em;
  box-shadow: 1px 1px 10px #ddd;
  border: solid 1px #dbdbdb;
}
.wrapper_banner li{
  width: 49%;
}
/* .wrapper_product::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 4em solid #fff;
  border-left: 4em solid transparent;
} */
.box_product li{
  box-shadow: 1px 1px 10px #ddd;
  margin: 0 0.5em 0.5em;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 6px;
}


#id_taxonomy_list .box_product li{
  width: calc((100% / 4) - 1em);
  margin-bottom: 2em;
}
.box_product_img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 11em;
  border-radius: 6px 6px 0 0;
  width: 100%;
}
.box_product_ttl{
  font-size: 0.8em;
  margin: 1em;
}
.box_product_ttl small{
  display: block;
  margin-bottom: 1em;
  color: #2e8b7e;
}
.box_product_ttl b{
  display: block;
  min-height: 2em;
}
.img_quo{background-image: url(images/img_quo.jpg);}
.img_quo_pre{background-image: url(images/img_quo_pre.jpg);}
.img_tosho{background-image: url(images/img_tosho.jpg);}
.img_pins{background-image: url(images/img_pins.jpg);}
.img_mug{background-image: url(images/img_mug.jpg);}
.img_key{background-image: url(images/img_key.jpg);}
.img_magnet{background-image: url(images/img_magnet.jpg);}
.img_coaster{background-image: url(images/img_coaster.jpg);}
.img_spoon{background-image: url(images/img_spoon.jpg);}
.img_file{background-image: url(images/img_file.jpg);}
.img_toto{background-image: url(images/img_toto.jpg);}
.img_parker{background-image: url(images/img_parker.jpg);}
.img_herbarium{background-image: url(images/img_herbarium.jpg);}
.img_ballpen{background-image: url(images/img_ballpen.jpg);}
.img_clock_wool{background-image: url(images/img_clock_wool.jpg);}
.img_clock_photo{background-image: url(images/img_clock_photo.jpg);}
.img_bottle_stainless{background-image: url(images/img_bottle_stainless.jpg);}
.img_bottle_ice{background-image: url(images/img_bottle_ice.jpg);}
.img_chopsticks{background-image: url(images/img_chopsticks.jpg);}
.img_bath_flower{background-image: url(images/img_bath_flower.jpg);}
.img_soap_hand_flower{background-image: url(images/img_soap_hand_flower.jpg);}
.img_soap_flower{background-image: url(images/img_soap_flower.jpg);}
.img_tissue_wet{background-image: url(images/img_tissue_wet.jpg);}
.img_prevention_set{background-image: url(images/img_prevention_set.jpg);}
.img_mo_battery{background-image: url(images/img_mo_battery.jpg);}
.img_mo_5000{background-image: url(images/img_mo.jpg);}
.img_mo_10000{background-image: url(images/img_mo.jpg);}

@media(min-width:641px){
  .remodal {
     max-width: 1400px;
  }
  .box_product_ttl b{
    min-height: 3em;
  }
 }

 .table_pricelist{
  position: relative;
  font-size: 0.9em;
}
.table_pricelist table{
  table-layout: fixed;
  margin-bottom: 2em;
}
.table_pricelist tr th{
  /* width: calc((100% - 10em) / 5); */
  width: 8em;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.4;
  background-color: #e7e5dd;
  border: solid 1px;
}
.table_pricelist tr td{
  border: solid 1px;
  text-align: right;
  padding: 0.4em 0.1em;
}
.table_pricelist tr td small{
  font-size: 0.6em;
}
.table_pricelist caption{
  font-size: 0.9em;
  font-weight: 900;
  margin-bottom: 0.4em;
  text-align: left;
}


.box_product_price{
  /* display: inline-flex;
  align-items: center;
  color: #ff0000;
  padding: 0 0.2em;
  border-radius: 3px; */
  color: #ff0000;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.box_product_price small{
  font-size: 0.9em;
  margin-right: 0.4em;
  color: #fff;
}
.box_product_price em{
  font-size: 1.1em;
  font-weight: 900;
  font-family: Arial;
}
.box_product_price span{
  font-size: 0.7em;
  font-weight: 900;
}
.bk_free{
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-image: url(images/bk_free.jpg);
  color: #fff;
  padding: 4em 0 8em;
  text-align: center;
}
.sec_free{
  position: relative;
  margin-top: -8em;
  margin-bottom: 4em;
}
.sec_free::after{
  content: '';
  background-color: #1f2936;
  padding-top: 30em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec_free figure{
  width: 28%;
}
.top_ttl_main{
  text-align: center;
}
.top_ttl_main h2{
  font-size: 2.8em;
  font-weight: 700;
  border-bottom: solid 3px;
  display: inline-block;
  margin-bottom: 0.2em;
}
.subttl_main{
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 4em;
}
.sec_recommend{
  background-color: #f1ebdd;
  margin: 0 3em;
  padding: 4em;
  border-radius: 8em 8em 0 0;
}
.wrapper_recommend{
  margin: 0 4vw;
}
.box_recommend{
  position: relative;
  width: 32%;
}
.box_recommend p{
  margin: 1em 1em 2em;
  font-size: 0.8em;
  color: #5A5A5A;
 }
.img__recommend{
  position: relative;
  z-index: 1;
}
.ttl_recommend{
  background-color: #fff;
  border-radius: 1em;
  padding: 4em 0.4em 2em;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: -3em;
  font-weight: 700;
}
.ttl_recommend img{
  width: 3.5em;
  margin-right: 0.6em;
  margin-left: 0.6em;
}
.sec_recommend_bottom{
  background-color: #fbf8f0;
  margin: 0 3em;
  padding: 4em;
  border-radius: 0 0 8em 8em;
}
.sec_recommend_bottom .box_recommend{
  width: 40%;
  margin: 0 auto;
}
.sec_recommend_bottom .img__recommend{
  position: absolute;
  top: -1em;
  left: -8em;
  width: 40%;
}
.sec_recommend_bottom .ttl_recommend{
  margin-top: 0;
  padding: 2em 0.4em 2em 4em;
}
.sec_recommend_bottom p{
  margin: 3em 1em 2em;
  font-size: 0.8em;
}
.wrapper_more{
  position: relative;
  padding: 4em 0;
  margin: 0 auto;
}
.img_ad{
  position: absolute;
  bottom: 0;
  right: 6em;
  width: 17%;
}
.p_more{
  position: relative;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
}
.p_more::before, .p_more::after{
  content: '';
  height: 4em;
  width: 1px;
  background-color: #111;
  display: block;
  margin: 0 auto;
}
.sec_top_product{
  position: relative;
  background-color: #fffbf2;
  border-top: solid 6em #f7db92;
  padding: 1em 0 2em;
  margin-bottom: 4em;
  margin-left: 3em;
  border-radius: 4em 0 0 0;
}
#id_taxonomy_list .sec_top_product{
  border-top: 0;
  margin-top: 4em;
}
/* ======================================== */

.side_nav .btn_next, .sample_btn.btn_next{
  max-width: 180px;
  width: 80%;
  /* background-color: #e53232; */
  background-color: #ff7c48;
  background-repeat: no-repeat;
  background-position: 1em;
  background-image: url(images/icon_mail.svg);
  background-size: 1.6em;
  padding-left: 1em;
}
.sample_btn.btn_next{
  max-width: 280px;
  background-color: #48a2ff;
}
.side_nav_ul{
  margin: 2em 1.4em;
}
.side_nav_ul li{
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-weight: 900;
}
.side_nav_ul li a{
  display: inline-flex;
  align-items: center;
}
.side_nav_ul_child_ttl{
  margin-bottom: 0.6em;
}
.side_nav_ul_child{
  margin-left: 1.8em;
}
.side_nav_ul_child li{
  /* font-size: 1em; */
  font-weight: 400;
}
.side_nav_ul_child li a{
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  width: 100%;
}
.side_nav_ul_child li a::before{
  content: '';
  width: 0.4em;
  height: 1px;
  border-radius: 1em;
  background-color: #555;
  margin-right: 0.4em;
}
.navi_icon{
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.4em;
  margin-bottom: 0.3em;
}
.ttl_top{
  position: relative;
  font-size: 1.2em;
  font-weight: 900;
  /* color: #5e799d; */
  margin-left: 0.2em;
}
.ttl_top::before{
  content: '';
  background-repeat: no-repeat;
  background-position: 0 45%;
  background-size: auto;
  position: relative;
  padding: 0.8em;
  margin-right: 0.4em;
}
.icon_midashi01::before{background-image: url(images/icon_midashi01.svg);}
.icon_midashi02::before{background-image: url(images/icon_midashi02.svg);}
.icon_midashi03::before{background-image: url(images/icon_midashi03.svg);}
.icon_midashi04::before{background-image: url(images/icon_midashi04.svg);}
.icon_midashi05::before{background-image: url(images/icon_midashi05.svg);}
.icon_midashi06::before{background-image: url(images/icon_midashi06.svg);}
.icon_midashi07::before{background-image: url(images/icon_midashi07.svg);}
.icon_midashi08::before{background-image: url(images/icon_midashi08.svg);}
.top_nav{
  /* background-color: #1f2936;
  background-color: #20487b;
  display: inline-flex;
  color: #fff;
  align-items: center;
  width: calc(100% - 14em);
  margin-left: 14em;
  padding: 0.4em 1em;
  line-height: 1;
  position: fixed;
  z-index: 99; */
  background-color: #1f2936;
  background-color: #20487b;
  /* background-color: #3a6dad; */
  display: inline-flex;
  color: #fff;
  align-items: center;
  padding: 0.6em 2em;
  line-height: 1;
  position: fixed;
  z-index: 99;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top_nav p{
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
}
.wrapper_item_sticky{
  position: sticky;
  top: 0;
  padding-top: 6em;
  margin-top: -3em;
}
.wrapper_item_sticky .wrapper_banner{
  width: 25%;
  padding: 0;
  margin: 0 3em 0 auto;
}

.box_gallery_sub li {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0.6em;
  padding-right: 0.6em;
}
.box_gallery_sub li img{
  border-radius: 6px;
}
.radio-group{
  margin-bottom: 2em;
}
.form_selector{
  /* cursor: pointer; */
  /* padding: 1em 1em;
  display: block; */
  border: solid 1px #ddd;
  border-radius: 6px;
  margin-bottom: 1em;
}
.form_selector label{
  cursor: pointer;
  position: relative;
  margin: 0 1em;
  padding: 1em 0;
  display: block;
}
.form_selector:has(input[type="radio"]:checked) {
  border: solid 2px #0071e3!important;
}
.box_selector{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}
.optprice_selector {
  text-align: right;
  font-size: 0.8em;
  /* font-weight: 600; */
  position: absolute;
  top: 35%;
  right: 0;
  color: #bfbfbf;
}
.p_selector_small{
  /* font-size: 10px; */
  /* color: #fd7474; */
  font-size: 0.7em;
  /* color: #25937a; */
  color: #a3a3a3;
}
/* option-design */
#design-container::after,#design-container::before,#option-design::after,#option-design::before{
  content:'';
  display:table
}
#design-container::after, #option-design::after{ clear:both }
#design-container .form_selector, #option-design .form_selector{
  width: 27.3333%;
  float: left;
  margin: 3%;
  text-align: center;
}
#design-container .form_selector, #option-design .form_selector{
  border: solid 2px #fff;
}
#design-container .form_selector label, #option-design .form_selector label{
  margin: 0;
  padding: 0;
}
#design-container .form_selector label::before, #option-design .form_selector label::before{
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  display: block;
}
#id_quo_pre #design-container .form_selector:nth-of-type(1) label:before{background-image: url(images/design.jpg);}
#id_quo_pre #design-container .form_selector:nth-of-type(2) label:before{background-image: url(images/design.jpg);}
#design-container .form_selector label img, #option-design .form_selector label img{
  display: block;
  margin: auto;
}
.icon_cart{
  width: 2em;
  margin-right: 1em;
}
.tel_free{
  display: inline-flex;
  align-items: center;
  font-size: 1.6em;
  /* background-color: #173a65; */
  background-color: #3a6dad;
  padding: 0 0.8em;
  border-radius: 1em;
}
.tel_free img{
  width: 1em;
  margin-right: 0.4em;;
}
.box_product_info{
  font-size: 0.9em;
  line-height: 1.8;
  width: 64%;
  padding: 0;
  margin-bottom: 0;
  margin-right: auto;
  /* border-bottom: solid 1px #ddd; */
}
.box_product_info p{
  margin-bottom: 1em;
}
.ttl_item{
  /* font-size: 1.6em; */
  font-size: 1.8em;
  font-weight: 900;
}
.ttl_item_sub{
  font-size: 1em;
  font-weight: 400;
  display: block;
  color: #25937a;
  border-bottom: solid 1px #ddd;
  margin: 0 0 2em;
  padding: 0 0 2em;
}
.ttl_item_unit{
  font-size: 0.8em;
  /* font-weight: 600; */
  /* color: #bbbbbb; */
  color: #86868b;
  text-align: right;
}
.ttl_item_order{
  font-size: 1.0em;
  /* color: #fd7474; */
  margin-bottom: 1.2em;
  background-color: #000000;
  color: #ffffff;
  padding: 0.4em 1em;
}
.ttl_item_detail{
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom:1em;
}
.box_btn_item{
  margin-top: 2em;
}

.btn_item_detail{
  text-align: right;
}
.btn_item_detail a{
  display: inline-flex;
  align-items: center;
  font-size: 0.8em;
  font-weight: 900;
  padding: 0.2em 0.4em;
  margin: 0 0.4em;
  border-bottom: solid 1px;
}
.btn_item_detail a img{
  width: 2em;
  margin-right: 0.4em;
}
.bk_item_detail{
  /* background-color: #f9f9f9; */
  background-color: #fbfaf2;
  padding: 4em 0;
  margin-top: 4em;
  margin-bottom: 3em;
}
.table_detail{
  background-color: #fff;
  font-size: 0.9em;
}
.table_detail tr th {
  width: 20%;
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  background-color: #fffce6;
}
.table_detail tr th,.table_detail tr td{
  padding: 0.8em 1em;
  border-bottom: solid 1px #ddd;
  line-height: 1.4;
}
.table_detail tr:first-of-type {
  border-top: solid 1px #ddd;
  line-height: 1.4;
}
.table_cart tr th{
  text-align: center;
  background-color: #333;
  color: #fff;
}
.table_cart tr td{
  text-align: center;
  padding: 0.4em;
  border-top: solid 1px #e5e5e5;
}
.table_cart tr td:nth-of-type(1){text-align: left;}
.table_cart tr td:nth-of-type(4){text-align: right;}
.table_cart tr td:nth-of-type(5){text-align: right;}
.table_cart tr td b{
  font-size: 1.1em;
}
.table_cart tr.opt-row td{
  border-top: 0;
} 
.table_cart tr.opt-row td:first-of-type{
  padding-left: 1em;
  font-size: 0.8em;
}
.memo_tax{
  font-size: 0.7em;
  margin-left: 1em;
  color: #ababab;
}
.total_price{
  font-size: 1.4em;
  font-weight: 900;
  margin-top: 2em;
  text-align: right;
}
.total_price i{
  margin-right: 1em;
  font-size: 0.8em;
  font-style: normal;
}
.total_price span{
  font-size: 0.8em;
  margin-left: 0.2em;
}

button.is-disabled{
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-error{
  color: #d60000;
  font-size: 0.9em;
  margin-top: 0.4em;
  margin-bottom: 0;
}


.splide__arrow{
  /* background: #20487b; */
  /* background: #1f2936; */
  /* background: #111; */
  background: #002e5e;
  height: 5em;
  width: 5em;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow svg {
  fill: #fff;
  height: 2em;
  width: 2em;
}
.splide__pagination{
  position: static;
  margin-top: 0.6em;
}
.splide__pagination__page {
  background: #000;
}
.splide__pagination__page.is-active {
  background: #fff;
  border: solid 1px #000;
  transform: scale(1);
}
.splide__arrow--next{
  right: 0;
}
.splide__arrow--prev{
  left: 0.7em;
}
.splide__arrows button:disabled{
  display: none;
}
.slide_slick .slick-track{
  margin: 0;
}
#slider_mv{
  margin-bottom: 2em;
}
#slider_mv .splide__slide{
  margin: 0 0.4em;
}
#slider_mv .splide__slide img{
  border-radius: 6px;
}
#slider_mv .splide__slide:after{
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity .1s ease-out;
  width: 100%;
  z-index: 1;
  background: #b4e900;
  background: linear-gradient(0deg, #0000009a, #0000009a);
  border-radius: 6px;
}
#slider_mv .splide__slide.is-active:after{
  /* opacity: 0; */
  content: none;
}

#sample_pp .wrapper_item{
 width: 100%!important;
}
#sample_pp .wrapper_item_sticky{
  position: static;
  padding-top: 0;
  margin-top: 0;
}


@media(min-width:769px){
  .top_nav{
    border-radius: 0 0 3em 3em;
  }
  .mainimg{
    padding-left: 14em;
  }
  .container_main{
    /* margin-left: 256px; */
    margin-left: 14em;
  }
  .subimg{
    margin-left: 14em;
  }
  .container_left{
    position: relative;
    margin-left: 1em;
  }
  .side_nav{
    background-color: #fff;
    border-right: solid 1px #ddd;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 14em;
    padding-top: 5em;
  }
  .wrapper_item{
    /* width: 58%; */
    /* margin-top: -10em; */
    width: 64%;
  }
  .wrapper_order{
    /* width: 38%; */
    width: 32%;
    margin-top: 4em;
  }
  .box_recommend p{
    min-height: 6em;
  }

}
@media(max-width:768px){
  .icon_cart{
    margin-right: 4em;
    width: 2.2em;
  }
  .h-btn_ttl{
    color: #fff;
    padding-top: 12px;
    font-size: 8px;
    font-weight: 600;
  }
  .wrapper_product {
    margin-left: 1em;
  }
  .box_product_img {
    padding-top: 14em;
  }
  .splide__arrow {
    height: 3em;
    width: 3em;
  }
  .splide__arrow svg {
    fill: #fff;
    height: 1em;
    width: 1em;
  }
  .order_flow {
    margin: 0 auto 6em;
  }
  .subimg {
    padding-top: 2em;
  }
  .top_ttl_main h2{
    font-size: 1.8em;
  }
  .table_cart{
    font-size: 0.9em;
  }
  .table_cart td:nth-child(1){width: 50%;}
  .table_cart td:nth-child(2){width: 12%;}
  .table_cart td:nth-child(3){width: 6%;}
  .table_cart td:nth-child(4){width: 10%;}
  .table_cart td:nth-child(5){width: 12%;}
  .table_cart td:nth-child(6){width: 10%;}
  #id_taxonomy_list .box_product li {
    width: calc((100% / 3) - 1em);
  }
  .box_product_ttl {
    font-size: 0.9em;
  }
  /* .box_product_price {
    display: block;
    margin-top: 1em;
    margin-left: auto;
    text-align: right;
  } */
  .wrapper_banner {
    margin-left: 2em;
    margin-right: 2em;
  }
  .sec_recommend, .sec_recommend_bottom{
    margin: 0 1em;
    padding: 1em;
  }
  .sec_recommend{border-radius: 3em 3em 0 0;}
  .sec_recommend_bottom{border-radius: 0 0 3em 3em;}
  .subttl_main {
    margin-bottom: 2em;
  }
  .wrapper_recommend{
    margin: 0;
  }
  .box_recommend{
    width: 90%;
    /* width: 46%; */
    margin: 0 auto;
  }
  .box_recommend .btn_item_detail{
    text-align: left;
    margin-left: 0;
  }
  .sec_recommend_bottom .box_recommend{
    width: 80%;
    margin: 2em auto;
  }
  .img__recommend{
    width: 10em;
    margin-left: auto;
  }
  .ttl_recommend{
    margin-top: -3em;
    display: block;
    padding: 1em 0.4em 1em;
  }
  .ttl_recommend em{
    display: block;
    margin-top: 0.6em;
  }
  .ttl_item{font-size: 1.4em;}
  .ttl_item_sub {
    margin: 0 0 1em;
    padding: 0px 0 1em;
  }
  .box_gallery_main {
    width: 100%;
  }
  .box_gallery_sub{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: auto;
    margin-top: 1em;
  }
  .box_gallery_sub li{
    width: 20%;
    padding-right: 1%;
  }
  .box_product_info{width: 100%;}
  .wrapper_item_sticky .wrapper_banner {
      width: 60%;
      padding: 0;
      margin: 2em auto 0;
  }
  .sample_btn.btn_next{
    margin-top: 2em;
  }
  .table_detail{
    font-size: 1em;
  }
  .table_detail tr th, .table_detail tr td {
    display: block;
    width: auto;
    padding: 1em;
  }
  .table_detail tr th{
    padding: 0.4em 1em;
    background-color: #f3f3f3;
    font-weight: 600;
    text-align: left;
  }
  .ttl_item_detail{
    font-size: 1.2em;
  }
  .side_nav{
    position: fixed;
    z-index: 99;
    top: 0.6em;
    right: 2em;
  }
  .btn_item_detail {
    margin: 1em 2em;
  }
  .box_product li {
    box-shadow: 1px 1px 4px #ddd;
    margin: 0 0.2em 0.5em;
    background-color: #fff;
  }
  #qty-container label{
    width: 90%;
    display: block;
    margin: auto;
  }
  #slider_product .splide__arrow {
      top: 100%;
    }
}
@media(max-width:500px){
  .sec_top_product{
    border-top: solid 4em #f7db92;
    margin-left: 1em;
    padding-left: 1em;
  }
  .order_flow .order_flow_point {
      font-size: 10px;
  }
  #id_taxonomy_list .box_product li {
    /* width: calc((100% / 2) - 1em); */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

.splide__pagination__page {
    height: 5px;
    width: 5px;
  }
  .ul_mainimg{
    display: block;
  }
  .ul_mainimg li {
    background-color: initial;
    border-bottom: dotted 2px #9f9f9f;
  }
  
}