@charset "utf-8";
/*--------------------------------------------------------------
>>> Common Setting:
--------------------------------------------------------------*/
/**
 * Common Setting for All Device
 **/
html{
  font-size: 62.5%; /* 1rem = 10px */
}
html,body{
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
}
body{
  background-color: #f0f0f0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0.05em;
  word-break: normal;
}
ul,ol{ list-style: none; }
a{
  color: #000;
  text-decoration: none;
}

/**
 * Common Setting for PC
 **/
@media (min-width: 1025px) {
  #content{
    padding-top: 61px;
  }
}
/**
 * Common Setting for SP
 **/
@media (max-width: 1024px) {
  h2{ font-size: 1.5rem; }
  img{ width: 100%; }
  #content{
    /*padding-top: 101px;*/
    padding-top: 90px;
  }
}
/**
 * Common Setting for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Common Class:
--------------------------------------------------------------*/
/**
 * Common Class All Device
 **/
.preload{ transition:0 !important; }
.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.mincho{
  font-family: 'Noto Serif JP', serif;
}
.font_whihte{ color: #fff; }
.w100{ width: 100%; }
.fw300{ font-weight: 300; }
.fw400{ font-weight: 400; }
.fw700{ font-weight: 700; }
.fw900{ font-weight: 900; }
.text-center{ text-align: center; }
.text-left{ text-align: center; }
.text-right{ text-align: center;}
.justify{ text-align: justify; text-justify: inter-ideograph; }
.opacity:hover{
  opacity: 0.8!important;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  transition: .7s;
}
.obfit{
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.d-block{ display: block; }
.bg_gray{
  position: relative;
  background: #f0f0f0;
}
.bg_white{
  position: relative;
  background: #fff;
}
.title_box{
  text-align: center
}
.title_box h2{
  display: inline-block;
  line-height: 1.5;
  border-bottom: solid 1px #000;
  padding: 0 15px;
  margin-bottom: 0px;
}
.shadow{
  -moz-box-shadow: 5px 10px 12px -7px rgba(209, 209, 209, 0.75);
  -webkit-box-shadow: 5px 10px 12px -7px rgba(209, 209, 209, 0.75);
  -ms-box-shadow: 5px 10px 12px -7px rgba(209, 209, 209, 0.75);
  box-shadow: 5px 10px 12px -7px rgba(209, 209, 209, 0.75);
}
.kouken_color01_bg{
  background: #f3730e;
}
.kouken_color02_bg{
  background: #8bc91e;
}
.kouken_color03_bg{
  background: #7d9afe;
}
.kouken_color04_bg{
  background: #dcb206;
}
.main_visual .img_box img{
  width: 100%;
}
/**
 * Common Class for PC
 **/
@media (min-width: 1025px) {
  ._pc{ display: block; }
  ._sp{ display: none; }
  ._se{ display: none; }
  ._tab{ display: none; }
  .inner{
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main_visual .title_box{
    padding-top: 50px;
  }
  .main_visual .img_box img{
    height: 50vh;
  }
  section.title{
    padding-top: 50px;
  }
  .title_box h2{
    margin-bottom: 50px;
  }
}
/**
 * Common Class for SP
 **/
@media (max-width: 1024px) {
  ._pc{ display: none; }
  ._sp{ display: block; }
  ._se{ display: none; }
  ._tab{ display: none; }
  .inner{
    padding: 30px 15px 0 15px;
  }
  .main_visual .title_box{
    padding-top: 30px;
  }
  .main_visual .title_box h2{
    margin-bottom: 0;
  }
  .main_visual .img_box img{
    height: 25vh;
  }
  section.title{
    padding-top: 30px;
  }
}
/**
 * Common Class for SE
 **/
@media (max-width: 320px) {
  ._se{
    display: block;
  }
}
/*--------------------------------------------------------------
>>> Header Class:
--------------------------------------------------------------*/
.drawer--navbarTopGutter{
  padding-top: 0;
}
/**
 * Header All Device
 **/
.drawer-navbar{
  height: auto;
}
.drawer-navbar-header h1 a{
  display: block;
  width: 153px;
  padding-top: 20px;
  height: 0px;
  overflow: hidden;
  background: url(../images/common/logo.svg?202003182127);
  background-repeat: no-repeat;
  line-height: 1;
}
.drawer-menu-item:hover{
  text-decoration: none;
}
#gtranslate_wrapper{
  z-index: 3!important;
}
#gtranslate_wrapper .switcher img{
  width: 16px;
  height: 16px;
}
#gtranslate_wrapper .switcher,
#gtranslate_wrapper .switcher .selected a,
#gtranslate_wrapper .switcher .option{
  width: 100%!important;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  color: #000;
}
#gtranslate_wrapper .switcher .selected a{
  background-position: 95% center!important;
}
/**
 * Header for PC
 **/
@media (min-width: 1025px) {
  .drawer-navbar{
    padding: 20px 0;
  }
  .drawer-container{
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .drawer-navbar .drawer-nav,
  .drawer-navbar-header{
    height: auto;
  }
  .drawer-menu-item{
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1!important;
    margin-left: 14px;
  }
  .drawer-menu-item::after{
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(0,1);
    transform-origin: center top;
    transition: transform .3s;
  }
  .drawer-menu-item:hover::after {
    transform: scale(1,1);
  }
  #gtranslate_wrapper{
    width: 170px;
    right: 0!important;
  }
  #gtranslate_wrapper .switcher .option a{
    font-size: 1.1rem;
  }
}
/**
 * Header for SP
 **/
@media (max-width: 1024px) {
  .drawer-navbar .drawer-navbar-header{
    height: 90px;
    padding: 10px 15px;
  }
  .drawer-navbar .drawer-nav{
    padding-top: 90px;
  }
  .drawer-navbar-header{
    height: 60px;
  }
  .drawer-navbar-header h1{
    margin-top: 10px;
  }
  .drawer-hamburger{
    width: 2.5rem;
    padding-right: 15px;
  }
  .drawer-navbar .drawer-nav{
    background: rgba(0,0,0,0.7);
    transition: .6s;
    text-align: center;
  }
  .drawer--right.drawer-open .drawer-nav{
    width: 100%;
  }
  .drawer--right.drawer-close .drawer-nav{
    width: 0;
    transition: 0.6s;
  }
  .drawer-navbar .drawer-menu{
    padding-top: 7.5rem;
  }
  .drawer-navbar .drawer-menu-item{
    color: #fff;
    line-height: 2;
    font-size: 15px;
  }
  #gtranslate_wrapper{
    width: 100%;
    padding: 0 15px;
    top: 60px!important;
    right: 0!important;
  }
}
/**
 * Header for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Footer Class:
--------------------------------------------------------------*/
/**
 * Footer All Device
 **/
footer{
  position: relative;
}
footer .inner{
  padding-bottom: 10px;
}
footer .copyright{
  font-size: 10px;
}
/**
 * Footer for PC
 **/
@media (min-width: 1025px) {
  footer .inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer_menu{
    display: flex;
    order: 2;
  }
  footer .footer_menu li a{
    margin-left: 15px;
    color: #000;
    font-size: 13px;
    text-decoration: underline;
  }
  footer .copyright{
    order: 1;
  }
}
/**
 * Footer for SP
 **/
@media (max-width: 1024px) {
  footer .inner{
    padding-bottom: 10px;
  }
  footer .footer_menu{
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  footer .footer_menu li a{
    line-height: 1;
    padding: 0 10px;
    border-right: solid 1px #000;
  }
  footer .footer_menu li:last-child a{
    border-right: none;
  }
  footer .copyright{
    text-align: center;
  }
}
/**
 * Footer for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Top :
--------------------------------------------------------------*/
/**
 * Top All Device
 **/
#top .slide{
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
#top .news{
  display: none;
}
#top .news .wrap ul li{
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#top .news .wrap ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 15px;
}
#top .news .wrap ul li dl dt{
  display: flex;
  align-items: center;
}
#top .news .wrap ul li dl dt:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(-45deg);
  margin: 0 15px;
}
#top #item .list h3{
  line-height: 2;
  margin-bottom: 20px;
}
#top #item .list .popup_group{
  display: none;
}
#top #contact a{
  border: solid 1px #000;
  transition: 0.6s;
}
#top #contact a:hover{
  color: #fff;
  background: #000;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev{
  opacity: 1!important;
}
/**
 * Top for PC
 **/
@media (min-width: 1025px) {
  #top .slide{
    height: calc(100vh - 81px);
    top: 81px;
  }
  #top .slide .slider li,
  #top .slide .slider img{
    width: 100%;
    height: calc(100vh - 61px);
  }
  #top .news .title_box h2{
    margin-bottom: 50px;
  }
  #top .news .wrap ul{
    width: 750px;
    margin: 0 auto;
  }
  #top .news .wrap ul li dl{
    display: flex;
  }
  #top .news .wrap ul li dl dd{
    margin-left: 20px;
  }
  #top #about .text_box{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
  }
  #top #about .img{
    margin-top: 40px;
  }
  #top #item .list{
    margin-bottom: 50px;
  }
  #top #item .list li:not(:last-child) figure{
    margin-bottom: 100px;
  }
  #top #item .list figure a,
  #top #item .list figure img{
    width: 375px;
    height: auto;
    transition: 0.6s;
    overflow: hidden;
    margin: auto;
  }
  #top #item .list figure a img:hover{
    transform: scale(1.03);
  }
  #top #item .list h3{
    line-height: 2;
    margin-bottom: 20px;
  }
  #top #item .list figure figcaption{
    display: table;
    margin: auto;
    padding-top: 20px;
    text-align: center;
  }
  #top #onlineshop .img_box{
    margin-bottom: 25px;
  }
  #top #onlineshop .text_box{
    font-size: 2rem;
  }
  #top #contact{
    padding-bottom: 100px;
  }
  #top #contact a{
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
    margin: 0 auto;
  }
}
/**
 * Top for SP
 **/
@media (max-width: 1024px) {
  #top .slide{
    height: auto;
    top: 90px;
  }
  #top .slide .slider li,
  #top .slide .slider img{
    height: auto;
  }
  #top .news,
  #top #about,
  #top #onlineshop{
    padding-bottom: 30px;
  }
    #top #about .img{
    margin-top: 25px;
  }
  #top #company{
    padding-bottom: 80px;
  }
  #top .title_box h2{
    margin-bottom: 30px;
  }
  #top .news .wrap ul li dl dt{
    font-size: 1.3rem;
  }
  #top .news .wrap ul li dl dt:before{
    position: relative;
    margin: 0 15px 0 0;
  }
  #top #item .list figure figcaption{
    padding: 5px 0 40px 0;
  }
  #top #onlineshop .img_box{
    margin-bottom: 5px;
  }
  #top #onlineshop .text_box{
    font-size: 3.7vw;
  }
  #top #contact{
    padding-bottom: 100px;
  }
  #top #contact a{
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
}
/**
 * Top for SE
 **/
@media (max-width: 320px) {

}

/*--------------------------------------------------------------
>>> Company :
--------------------------------------------------------------*/
/**
 * Company All Device
 **/
#company .company table{
  width: 100%;
}
#company .company th,
#company .company td{
  border-bottom: solid 1px #ddd;
}
#googlemap{
  width: 100%;
  margin-bottom: 50px;
}
/**
 * Companyfor PC
 **/
@media (min-width: 1025px) {
  #company .company .inner{
    width: 750px;
    margin: 0 auto 50px auto;
  }
  #company .company th,
  #company .company td{
    padding: 10px 30px;
  }
  #company .company td span{
    margin-left: 1em;
  }
  #googlemap{
    height: 500px;
  }
}
/**
 * Company for SP
 **/
@media (max-width: 1024px) {
  #company .company{
    margin-bottom: 30px;
  }
  #company .company th,
  #company .company td{
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #company .company th{
    font-size: 1.3rem;
  }
  #company .company td{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #company .company td span{
    display: block;
  }
  #googlemap{
    height: 350px;
  }
}
/**
 * Company for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Contact :
--------------------------------------------------------------*/
/**
 * Contact All Device
 **/
#contact .contact table{
  width: 100%;
  border-top: solid 1px #ddd;
}
#contact .contact th,
#contact .contact td{
  border-bottom: solid 1px #ddd;
}
#contact .contact th{
  white-space: nowrap;
}
#contact .contact td input,
#contact .contact td textarea{
  width: 100%;
  border: solid 1px #bbb;
  border-radius: 3px;
  padding: 3px 10px;
}
#contact .contact td textarea{
  min-height: 130px;
}
#contact .contact td .mwform-tel-field span{
  margin-left: 0;
}
#contact .contact .btn_box input{
  display: block;
  height: 35px;
  letter-spacing: 0.3em;
  border-radius: 3px;
  transition: 0.7s;
}
#contact .contact .btn_box input:hover{
  opacity: 0.8;
}
#contact .contact .btn_box input[name="submitConfirm"],
#contact .contact .btn_box input[name="submit"]{
  background: #000;
  color: #fff;
}
#contact .contact .btn_box input[name="submitBack"]{
  background: #ddd;
  color: #000;
}
/**
 * Contact for PC
 **/
@media (min-width: 1025px) {
  #contact .contact .inner{
    width: 750px;
    margin: 0 auto 50px auto;
  }
  #contact .contact table{
    margin-bottom: 50px;
  }
  #contact .contact th,
  #contact .contact td{
    padding: 10px 30px;
  }
  #contact .contact td .mwform-tel-field input{
    width: 25%;
  }
  #contact .contact .btn_box input{
    width: 150px;

  }
  #contact .contact .btn_box ul{
    display: flex;
    justify-content: center;
  }
  #contact .contact .btn_box ul li{
    margin: 0 15px;
  }
}
/**
 * Contact for SP
 **/
@media (max-width: 1024px) {
  #contact .contact table{
    margin-bottom: 15px;
  }
  #contact .contact th,
  #contact .contact td{
    display: block;
    text-align: left;
  }
  #contact .contact th{
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  #contact .contact td{
    padding: 10px;
    margin-bottom: 10px;
  }
  #contact .contact td .mwform-tel-field input{
    width: 29%;
  }
  #contact .contact .btn_box{
    padding-bottom: 50px;
  }
  #contact .contact .btn_box ul li input{
    width: 80%;
    margin: 0 auto 20px auto;
  }
}
/**
 * Contact for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Privacy :
--------------------------------------------------------------*/
/**
 * Privacy All Device
 **/
#privacy .privacy li p{
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
}
#privacy .privacy .parent > li{
  margin-bottom: 20px;
}
#privacy .privacy .child{
  margin-top: 20px;
}
#privacy .privacy .child > li:not(:last-child){
  margin-bottom: 10px;
}
#privacy .privacy address{
  font-style: normal;
}
/**
 * Privacy for PC
 **/
@media (min-width: 1025px) {
  #privacy .privacy .inner{
    width: 750px;
    margin: 0 auto;
  }
  #privacy .privacy .child{
    margin-left: 1em;
  }
}
/**
 * Privacy for SP
 **/
@media (max-width: 1024px) {
  #privacy .privacy{
    margin-bottom: 50px;
  }
  #privacy .privacy li h3{
    font-size: 1.4rem;
  }
  #privacy .privacy li h4,
  #privacy .privacy li p{
    font-size: 1.3rem;
  }
}
/**
 * Privacy for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Sitemap :
--------------------------------------------------------------*/
/**
 * Sitemap All Device
 **/
#sitemap .sitemap .inner{
  text-align: center;
}
#sitemap .sitemap .wsp-pages-title{
  display: none;
}
#sitemap .sitemap .wsp-container ul li{
  margin-bottom: 15px;
}
#sitemap .sitemap .wsp-container ul li:first-child{
  margin-top: 15px;
}
/**
 * Sitemap for PC
 **/
@media (min-width: 1025px) {
  #sitemap .sitemap .wsp-container ul li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #sitemap .sitemap .wsp-container ul li a::after{
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(0,1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #sitemap .sitemap .wsp-container ul li a:hover::after {
    transform: scale(1,1);
  }
}
/**
 * Sitemap for SP
 **/
@media (max-width: 1024px) {
  #sitemap .sitemap{
    margin-bottom: 50px;
  }
}
/**
 * Sitemap for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> News :
--------------------------------------------------------------*/
/**
 * News All Device
 **/
#news .news_post .inner{
  background: #fff;
}
#news .news_post .inner h3{
  display: inline-block;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#news .news_post .inner .post_content img{
  max-width: 100%;
  height: auto;
}
/**
 * News for PC
 **/
@media (min-width: 1025px) {
  #news .news_post{
    margin-top: 50px;
  }
  #news .news_post .inner{
    width: 750px;
    margin: 0 auto 50px auto;
    padding: 20px;
  }
  #news .news_post .inner h3{
    font-size: 2rem;
  }
}
/**
 * News for SP
 **/
@media (max-width: 1024px) {
  #news .news_post{
    margin: 30px 0 50px 0;
  }
  #news .news_post .inner{
    margin: 0 15px 0 15px;
    padding: 20px 15px;
  }
  #news .news_post .inner h3{
    font-size: 1.5rem;
  }
}
/**
 * Format for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Format :
--------------------------------------------------------------*/
/**
 * Format All Device
 **/

/**
 * Format for PC
 **/
@media (min-width: 1025px) {

}
/**
 * Format for SP
 **/
@media (max-width: 1024px) {

}
/**
 * Format for SE
 **/
@media (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Not Found :
--------------------------------------------------------------*/
/**
 * Not Found All Device
 **/
.not-found{

  text-align: center
}
.not-found p{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 50px 0;
}
/**
 * Not Found for PC
 **/
@media (min-width: 1025px) {
  .not-found p{
    font-size: 1.8rem;
  }
}
/**
 * Not Found for SP
 **/
@media (max-width: 1024px) {
  .not-found p{
    font-size: 1.5rem;
  }
}
/**
 * Not Found for SE
 **/
@media (max-width: 320px) {
  .not-found p{
    font-size: 1.4rem;
  }
}
