@charset utf-8;

/*
RESET
***********************************/
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,em,img,q,small,strong,sub,sup,b,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html{-webkit-text-size-adjust: 100%;}
h2,h3,h4,h5,h6,th{font-weight:normal;}
ol,ul,li{list-style:none;}
li{list-style-position:outside; /* for IE */*display:inline;*zoom:1;}
blockquote,q{quotes: none;}
blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}
a{outline:none;text-decoration:none;}
a,a img{-moz-transition-property:all;-moz-transition-duration: 0.2s;-moz-transition-timing-function: ease;-moz-transition-delay: 0.1s;-webkit-transition-property:all;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0.1s;}
a:hover{text-decoration:underline;}
a:hover,a img:hover{-moz-transition-property:all;-moz-transition-duration: 0.2s;-moz-transition-timing-function: ease;-moz-transition-delay: 0.1s;-webkit-transition-property:all;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0.1s;}
a img{border-style:none;}
a img:hover{opacity: 0.7;}
img{max-width:100%;height: auto;backface-visibility: hidden;}
table {border-collapse:collapse;border-spacing:0;}
object{pointer-events: none;}
input[type=submit]{-webkit-appearance: none;}

/*
DEFAULT
***********************************/

/* body */
body{width:100%;height:auto;word-break:break-all;word-wrap:break-word;font-family:"Roboto", "Noto Sans JP", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", "Hiragino Kaku Gothic ProN", "Droid Sans", sans-serif;font-weight: normal;-webkit-font-smoothing: antialiased;line-height:1.4;font-size:16px;color:#222222;background-color:#fff;}
a{color:#064a01;}
a:hover{color:#5cb556;}

/* font */
.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}
.red{color:#e25858;}

/* position */
.hidden{visibility:hidden;}
.over_hidden{overflow:hidden;}
.align_l{text-align:left;}
.align_c{text-align:center;}
.align_r{text-align:right;}
.middle{vertical-align:middle;}
.flo_l{float:left;}
.flo_r{float:right;}
.relative{position:relative;}
.absolute{position:absolute;}
.box{display:-webkit-box;display:-moz-box;display:box;}
.box-flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;}
.just_c{justify-content:center!important;}

/* margin */
.m-auto{margin:0 auto;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mlr5{margin-left:5px;margin-right:5px;}
.mlr10{margin-left:10px;margin-right:10px;}
.mlr15{margin-left:15px;margin-right:15px;}
.mlr20{margin-left:20px;margin-right:20px;}
.p5{padding:5px;}
.p10{padding:10px;}
.p20{padding:20px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}

/* size */
.bold{font-weight:700;}
.normal{font-weight:400;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size28{font-size:28px;}
.size30{font-size:30px;}
.size32{font-size:32px;}
.size34{font-size:34px;}
.lh0{line-height:0;}
.underline{text-decoration:underline;}

/* bg */
.bg_white{background:#fff;}
.bg_gray{background:#f2f2f2;}
.bg_beige{background:#faf8f4;}
.bg_yellow{background: #f1bb00;}
.bg_red{background:#e25858;}
.bg_green{background:#0f7151;color:#fff;}
.bg_stripe{-webkit-background-size: 20px 20px;background-size: 20px 20px;background-color: #f5f5f5;background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #eeeeee), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #eeeeee),color-stop(.75, #eeeeee), color-stop(.75, transparent),to(transparent));background-image: -webkit-linear-gradient(-45deg, #eeeeee 25%, transparent 25%,transparent 50%, #eeeeee 50%, #eeeeee 75%,transparent 75%, transparent);background-image: linear-gradient(-45deg, #eeeeee 25%, transparent 25%,transparent 50%, #eeeeee 50%, #eeeeee 75%,transparent 75%, transparent);}

/* color */
.white{color:#fff;}

/* animation_base */
.animation .anm_mod{opacity: 0;transform: translate3d(0, 100%, 0);transition: all 1s ease;}
.animation .anm_mod.full{width: 100%;font-size: 3rem;}
.animation .anm_mod.left {transform: translate3d(-100%, 0, 0);}
.animation .anm_mod.right {transform: translate3d(100%, 0, 0);}
.animation .anm_mod.delay {transition: all 2s ease;}
.animation .anm_mod.fast {transition: all 0.8 ease;}
.animation .anm_mod.active {opacity: 1;transform: translate3d(0, 0, 0);}

/* content_foot */
.content_foot {background-color: #f9f9f9;padding: 50px 0 0 0;}

/* consultation */

.consultation {display: flex;justify-content: space-between;max-width: 985px;margin: 0 auto;}

.consultation_box {width: 49%;background-color: #fff;padding: 15px 20px;border-radius: 5px;box-sizing: border-box;}

/*
COMMON
***********************************/

/* container */
#wrapper{width: 100%;background-color:#fff;}
.container{width:100%;}
.contents{padding:0 0 50px;}
.contents.first{padding-top: 50px;}
.inner{width: 100%;max-width:1200px;margin: 0 auto;overflow: hidden;position: relative;}
.contents_block{margin-bottom:60px;}
.contents_l{width:840px;float:left;margin-right: 20px;}
.contents_r{width:340px;font-size:13px;float:left;}
.contents_block{margin-bottom: 40px;}
.last{margin-bottom: 0!important;padding-bottom: 0!important;}
#topnews.anchor_tune{padding-top:90px!important;}

/* header */
header{width: 100%;}
header .head_pc{display: block;}
header .head_sp{display: none;}
header.is-fixed{position: fixed;top: 0;left: 0;z-index: 100;width: 100%;border-bottom:solid 2px #412101;background: #fff;}
header .head_t{display: -webkit-flex;display: flex;flex-wrap:wrap;padding: 10px 0 20px;justify-content:space-between;}
header .head_t .desc{font-size:12px;}
header .head_t .link{display: -webkit-flex;display: flex;flex-wrap:wrap;font-size:12px;}
header .head_t .link li a{display: block;color:#272727;padding:0 10px;border-right:solid 1px #272727;}
header .head_t .link li a:hover{text-decoration: none;opacity:0.7;}
header .head_t .link li:last-child a{border-right:none;padding-right: 0;}
header .head_t2{display: -webkit-flex;display: flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
header .head_t2 .logo{max-width:255px;width: 100%;height: auto;}
header .head_t2 .link2{display: -webkit-flex;display: flex;padding-bottom: 10px;}
header .head_t2 .link2 li{margin-left: 20px;}
header .head_t2 .link2 li a{color:#272727;}
header .head_t2 .link2 li a:hover{text-decoration: none;opacity:0.7;}
header.is-fixed .head_t{display: none;}
header.is-fixed .head_t2{padding-top: 10px;}

/* eyecatch */
.mainvisual{position: relative;height: auto;}
.mainvisual:before{content: "";display: block;padding-top:450px;}
.mainvisual .slide-img{position: absolute;right: 0;left: 0;top: 0;bottom: 0;height: 100vh;}
.mainvisual picture{display: block;width: 100%;max-width:1200px;margin: 0 auto;height: 400px;position: relative;background:#fff;}
.mainvisual picture img:hover{opacity:0.7;}
.mainvisual img{width: auto;max-width: none;position: absolute;left: 50%;transform: translate(-50%, 0%);-webkit-transform: translate(-50%, 0%);-ms-transform: translate(-50%, 0%);}
.mainvisual a,.mainvisual a img{-moz-transition-property:all;-moz-transition-duration: 0s;-moz-transition-timing-function: ease;-moz-transition-delay: 0s;-webkit-transition-property:all;-webkit-transition-duration: 0s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0s;}
.mainvisual a{display: block;}
.mainvisual a:hover{opacity:1;}
.subcatch{width: 100%;background:url(../img/items/img_subcatch.png) no-repeat center 50%;background-size:cover;padding:100px 0;background: #ccb18e!important;padding: 20px 0!important;}
.subcatch .subtitle{text-align: center;color:#fff;font-size:25px; z-index: 1;position: relative;}

/* footer */
footer{background: #af8f66;width: 100%;color:#fff;padding: 20px 0 5px;}
footer .footer_t{display: -webkit-flex;display: flex;flex-wrap: wrap;}
footer .logo{width: 20%;}
footer .pagelink{width:78%;margin-left: 2%;display: -webkit-flex;display: flex;flex-wrap:wrap;}
footer .pagelink>li{width:18%;margin-right: 2%;margin-bottom: 20px;}
footer .pagelink>li a{position: relative;display:inline-block;color:#fff;font-size:14px;padding: 0 0 0 15px;vertical-align: middle;}
footer .pagelink>li>a::before,
footer .pagelink>li>a::after{position: absolute;top: 0;bottom: 0;left: 0;margin: auto;content: "";vertical-align: middle;}
footer .pagelink>li>a::before{width: 12px;height: 12px;-webkit-border-radius: 50%;border-radius: 50%;background: #fff;}
footer .pagelink>li>a::after{left: 5px;box-sizing: border-box;width: 7px;height: 7px;border: 5px solid transparent;border-left: 5px solid #af8f66;}
footer .pagelink>li ul.sublist li a{font-size:12px;}
footer .pagelink>li ul.sublist.child li a{padding: 0px 0 0 27px;}
footer .copyzone{border-top:solid 1px #fff;padding-top:5px;display: -webkit-flex;display: flex;font-size:12px;}
footer .copyzone{align-items: center;justify-content:space-between;}
footer .copyzone .txt{margin-left: 10px;}
footer .copyzone .jpxmark{margin-left: auto;width:40px;margin-right:10px;}


/*
PARTS
***********************************/

/* title */
.maintitle{text-align: center;margin-bottom: 50px;color:#412101;}
.maintitle.green{color:#064a01;}
.maintitle .title{font-size:25px;display: block;margin-bottom:0px;font-weight: bold;}
.maintitle .sub{font-size:16px;font-weight: normal;}
.maintitle2{text-align: center;margin-bottom:20px;color:#412101;}
.maintitle2.green{color:#064a01;}
.maintitle2 .title{font-size:20px;display: block;margin-bottom:0px;font-weight: bold;}
.maintitle2 .sub{font-size:14px;font-weight: normal;}

/* btn */
.btn_01{max-width:500px;margin: 0 auto;text-align: center;}
.btn_01.left{text-align: left;}
.btn_01 a{max-width: 100%;color:#fff;background:#412101;padding:10px 7%;font-size:16px;text-align: center;position: relative;display: inline-block;box-sizing:border-box;border-radius:3px;margin: 0 auto;}
.btn_01 a::after{content: "";position: absolute;top: 50%;right: 10px;width: 7px;height: 7px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(45deg);margin-top: -3px;}
.btn_01 a:hover{text-decoration: none;opacity:0.7;}
.btn_01_w{/* max-width:900px; */margin: 0 auto;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;}
.btn_01_w a{max-width: 100%;color:#fff;background:#412101;padding: 10px 4%;font-size:16px;text-align: center;position: relative;display: block;box-sizing:border-box;border-radius:3px;margin: 0 20px 20px;}
.btn_01_w a::after{content: "";position: absolute;top: 50%;right: 10px;width: 7px;height: 7px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(45deg);margin-top: -3px;}
.btn_01_w a:hover{text-decoration: none;opacity:0.7;}

/* pagelink */
.topic_path{width:100%;margin: 0 auto;padding:10px 0 10px;}
.topic_path .inner{margin: 0 auto;}
.topic_path ul{width: 100%;overflow: hidden;font-size:14px;}
.topic_path li{float: left;margin-right: 5px;}
.topic_path li,.topic_path li a{color:#656565;}
.topic_path li a:hover{text-decoration: underline;}

/* responsive */
.pcView{display:block;}
.spView{display:none;}

/* title */
.title_h1 {text-align: center;margin: 50px 0;color: #412101;font-weight: bold; font-size: 24px; line-height: 1.7;}
.title_h1:first-child {margin-top: 0;}
.title_h1 .title_main {display: block;}
.title_h1 .title_sub {display: block;font-size: 16px;letter-spacing: .03em;margin-top: 4px;font-weight: normal;}
.title_h2 {text-align: center;margin: 30px 0;font-size: 20px;color: #064a01;font-weight: bold;}
.title_h2:after {content: "";display: block;width: 50px;height: 1px;background-color: #064a01;margin: 10px auto 0 auto;}
.title_h2_brown {color: #412101;}
.title_h2_brown:after {background-color: #412101;}
.title_h2_2{font-size: 18px;color: #422201;font-weight: bold;}
.title_h3 {font-size: 18px;color: #064a01;margin: 20px 0;padding-left: 20px;position: relative;font-weight: bold;}
.title_h3:after {content: "";display: block;width: 10px;height: 2px;background-color: #064a01;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.title_h3_brown {color: #412101;}
.title_h3_brown:after {background-color: #412101;}
.title_h4 {font-size: 18px;color: #064a01;margin: 20px 0;position: relative;font-weight: bold;}
.title_h4.title_h4_brown {color: #412101;}
.title_nomargin {margin-top: 0;}

/* text */
.text {line-height: 1.9;max-width: 1000px;margin: 0 auto;}
.text p { margin: 1.5em 0; }
.text p:first-child { margin-top: 0; }
.text_small { font-size: 12px; }
.text_center { text-align: center; }

/* button */
.button {display: block;text-align: center;padding: 13px 0;color: #fff;text-decoration: none;background-color: #af8f66;border: solid 1px #af8f66;position: relative;margin: 0 auto;width: 100%;font-size: 15px;box-sizing: border-box;transition: all, .3s;cursor: pointer;}
.button.doble {line-height: 1;padding: 8.5px 0;}
.button small {font-size: 10px;}
.button_left {margin-left: 0;}
.button:after {content: "";position: absolute;top: 50%;right: 15px;width: 6px;height: 6px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translateY(-50%) rotate(45deg);transition: all, .3s;}
.button_return:after {right: auto;left: 15px;transform: translateY(-50%) rotate(-135deg);}
.button:hover {text-decoration: none;background-color: #fff;color: #af8f66;}
.button:hover:after {border-color:	#af8f66;}
.button_sub {display: block;font-size: 12px;margin-top: 3px;}
.button_white {background-color: #fff;color: #af8f66;}
.button_white:after {border-color: #af8f66;}
.button_white:hover {background-color: #af8f66;color: #fff;}
.button_white:hover:after {border-color: #fff;}
.button_green {background-color: #3bce83;border-color: #3bce83;}
.button_green:hover {color: #3bce83;}
.button_green:hover:after {border-color: #3bce83;;}
.button_blue {background-color: #3bbace;border-color: #3bbace;}
.button_blue:hover {color: #3bbace;}
.button_blue:hover:after {border-color: #3bbace;;}
.button_red {background-color: #c35151;border-color: #c35151;}
.button_red:hover {color: #c35151;}
.button_red:hover:after {border-color: #c35151;;}
.button_w90 {width: 90%;}
.button_w80 {width: 80%;}
.button_w60 {width: 60%;}
.button_w50 {width: 50%;}
.button_w40 {width: 40%;}
.button_wrap {margin: 20px auto;max-width:500px;}
.button_max300{max-width:300px;}
.button_max400{max-width:400px;}
.button_max500{max-width:500px;}
.button_max600{max-width:600px;}
.button_max700{max-width:700px;}


/* form */

.form_table {width: 100%;max-width: 600px;margin: 0 auto;}
.form_title {white-space: nowrap;padding-right: 20px;vertical-align: middle;text-align: left;width: 200px;}
.form_title, .form_entry {padding-bottom: 20px;}
.form_label {display: block;}
.form_label_must {padding-right: 50px;position: relative;}
.form_label_must:after {content: "必須";display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 10px;color: #fff;background-color: #c35151;border-radius: 100px;padding: 6px 10px 5px 10px;font-weight: bold;line-height: 1;white-space: nowrap;}
.form_element {border: none;display: block;width: 100%;background-color: #eee;padding: 10px 17px;box-sizing: border-box;font-size: 13px;-webkit-appearance: none;border-radius: 0;}
.form_element_textarea {height: 100px;}
.form_element_select {position: relative;}
.form_element_select:after {z-index: 1;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);pointer-events: none;content: "";width: 6px;height: 6px;border-top: 2px solid #333;border-right: 2px solid #333;transform: translateY(-50%) rotate(135deg);padding-top: -3px;}
.form_element_select select {outline:none;-moz-appearance: none;text-indent: 0.01px;text-overflow: '';background: none transparent;vertical-align: middle;-webkit-appearance: button;-moz-appearance: button;appearance: button;appearance: none;-webkit-appearance: none;-moz-appearance: none;background-color: #eee;border-right: none;width:100%;cursor: pointer;}
.form_element_select select::-ms-expand {display: none;}
.form_element_select select:-moz-focusring {color: transparent;}

.form_element_check input{display: none;}
.form_element_check{cursor: pointer;padding-left: 25px;position: relative;margin-right: 20px;display: inline-block;}
.form_element_check_name {font-size: 13px;}
.form_element_check .form_element_check_name:after{display: block;content: "";width: 16px;height: 16px;background-color: #eee;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.form_element_check input:checked + .form_element_check_name:before{display: block;content: "";width: 10px;height: 10px;/*border-radius: 10px;*/background-color: #af8f66;position: absolute;left: 3px;top: 50%;transform: translateY(-50%);z-index: 1;}
.form_element_radio .form_element_check_name:after{border-radius: 100%;}
.form_element_radio input:checked + .form_element_check_name:before{border-radius: 100%;}
.form_send {padding-top: 25px;}
.list_ol {
}
.list_wrap {margin: 20px 0;}

/* list */
.list li {list-style-type: none;position: relative;padding-left: 1em;margin: 10px 0;}
.list li:before {border-radius: 50%;width: 5px;height: 5px;display: block;position: absolute;left: 0;top: 0.5em;content: "";background: #af8f66;}
.list_square li:before {border-radius: 0;width: 6px;height: 6px;}
.list_ol {counter-reset: item;list-style-type: none;padding-left: 0;}
.list_ol li{text-indent: -1.3em;padding-left: 1.3em;}
.list_ol li:before {counter-increment: item;content: counter(item)'.';padding-right: .5em;font-weight: bold;color: #af8f66;border-radius: 0;background: none;width: auto;height: auto;}

/* column */
.column {display: flex;flex-wrap: wrap;justify-content: space-between;}
.column_a-flex-end {display: flex;flex-wrap: wrap;justify-content: space-between; align-items: flex-end;}
.column_box {margin: 10px 0;}
.column_wrap {margin: 30px 0;}
.column_reverse {flex-flow: row-reverse;}
.column_box_w10 {width: 9%;}
.column_box_w20 {width: 19%;}
.column_box_w27 {width: 27%;}
.column_box_w30 {width: 29%;}
.column_box_w32 {width: 31%;}
.column_box_w40 {width: 39%;}
.column_box_w50 {width: 49%;}
.column_box_w60 {width: 59%;}
.column_box_w70 {width: 69%;}
.column_box_w80 {width: 79%;}
.column_box_w90 {width: 89%;}
.column_box_w100 {width: 10%;}
.column_box_pr20 {padding-right: 20px;box-sizing: border-box;}
.column_box_pr40 {padding-right: 40px;box-sizing: border-box;}
.column_box_pl20 {padding-left: 20px;box-sizing: border-box;}
.column_box_pl40 {padding-left: 40px;box-sizing: border-box;}
.column_box_sample {background-color: #eee;text-align: center;padding: 20px 0;box-sizing: border-box;}
.column_product { display: block; background-color: #eee; padding: 20px 20px 70px 20px !important; border-radius: 10px; color: #412101; box-sizing: border-box; position: relative; }
.column_items_after:after {display: block;content: "";width: 31%;}
/* .column_product:hover {opacity: .5;color: #412101;text-decoration: none;} */
.column_product_title {font-weight: bold;text-align: center;margin: 15px 0;font-size: 15px;line-height: 1.7;}
.column_product_text {margin: 15px 0;font-size: 14px;line-height: 1.7;}
.column_product_link {text-align: center;padding: 10px 0;position: absolute;left: 20px;right: 20px;bottom: 20px;width: calc(100% - 40px);}
.column_product_ph img {width: 100%;height: auto;}
.column_product_ph_item {background-color: #fff;text-align: center;}
.column_product_ph_item img {width: 60%;height: 200px;object-fit: contain;}
.contents_instagram_wrap {background-color: #f9f9f9;padding: 50px 0 20px 0;}
.contents_instagram .column_inn {display: flex;justify-content: space-between;max-width: 500px;width: 100%;flex-wrap: wrap;margin: 0 auto;}
.contents_instagram .column_inn li img {width: 100%;height: auto;}
.contents_instagram .column_inn li {width: 32%;}

/* table */
.table {border-collapse: separate;border-spacing: 1px;table-layout: fixed;}
.table th, .table td {padding: 7px 13px;white-space: nowrap;}
.table th {background-color: #af8f66;color: #fff;}
.table td {background-color: #eee;}
.table_w100 {min-width: 100%;}
.table_wrap {display: block;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;}
.table th, .table td {white-space: normal;}

/* paging */
.paging {display: flex;flex-wrap: wrap;justify-content: center;}
.paging_link {background-color: #af8f66;display: inline-block;padding: 5px 10px;color: #fff;text-decoration: none;border: solid 1px #af8f66;margin: 3px;}
.paging_current, .paging_link:hover {background-color: #fff;color: #af8f66;text-decoration: none;}

/* linkst */
.links_wrap {margin: 40px 0;}
.links_news {margin-bottom: 0;}
.links {display: flex;justify-content: space-between;flex-wrap: wrap;}
.links_box {width: 19%;margin: 5px 0;}

/* pagetop */
.pagetop{display: none;position: fixed;right: 15px;bottom: 20px;z-index: 99999;}
.pagetop a{display: block;font-size: 0;width: 50px;height: 50px;text-align: center;background:#412101;border-radius: 50%;line-height: 50px;}
.pagetop a i{font-size: 20px;color:#fff;line-height: 50px;}
.svg-inline--fa.fa-w-14 {width: 37px!important;height: auto!important;color: #fff;position: relative;top: 4px;}


@media screen and (max-width:1200px){

/*
COMMON
***********************************/
/* container */
.inner{width:95%;}
.contents_l{width:65%;margin-right: 2%;}
.contents_r{width:33%;}
/* eyecatch */
.mainvisual picture{height: auto;}
.mainvisual img{width: 100%;position: relative;transform: translate(0%, 0%);-webkit-transform: translate(0%, 0%);-ms-transform: translate(0%, 0%);top: 0;left: 0;}
.mainvisual:before{padding-top:35%;}
/* header・footer */
header .head_t2 .logo{max-width:220px;width: 220px;height: auto;}
header .head_t2 .link2 li{margin-left: 15px;font-size:14px;}
footer .pagelink>li{width:23%;margin-right: 2%;margin-bottom: 20px;}
/* linkst */
.links_box {width: 24%;margin: 5px 0;}
}


@media screen and (max-width:900px){

/*
COMMON
***********************************/

/* header */
header .head_pc{display:none!important;}
header .head_sp{padding:10px 0;display: -webkit-flex;display: flex;flex-wrap:nowrap;align-items: center;width: 100%;z-index: 9999;background: #fff;border-bottom: solid 1px #ccc;}
.head_sp .logo{width:200px;height: auto;margin-left: 1%; max-width: 25%;}
.head_sp .linklist{margin-left: auto;align-items: center;display: -webkit-flex;display: flex;flex-wrap:nowrap;align-items:center;}
.head_sp .linklist li{padding:0 10px;border-right:solid 1px #272727;}
.head_sp .linklist li a{color:#272727;}
.head_sp .linklist svg,.head_sp .linklist .txt{display: block;text-align: center;margin: 0 auto;}
.head_sp .linklist .txt{font-size:12px;margin-top: 10px;}
.head_sp .pure-container{z-index:9999;margin-left:10px;}
.head_sp .pure-toggle-label{position: relative;top: 0;}
.head_sp .pure-toggle-label[data-toggle-label='right']{border:none;right: 5px;left: auto;width: 45px;height: 45px;}
.head_sp .pure-toggle-label .pure-toggle-icon,
.head_sp .pure-toggle-label .pure-toggle-icon::before,
.head_sp .pure-toggle-label .pure-toggle-icon::after{background: #272727;border-radius: 10px;}
.head_sp .pure-toggle-label:hover .pure-toggle-icon,
.head_sp .pure-toggle-label:hover .pure-toggle-icon:after,
.head_sp .pure-toggle-label:hover .pure-toggle-icon:before{background:#272727;}
.head_sp .pure-toggle:checked+.pure-toggle-label{position: fixed;padding-top:27px;}
.head_sp .pure-toggle:checked+.pure-toggle-label .pure-toggle-icon::before,
.head_sp .pure-toggle:checked+.pure-toggle-label .pure-toggle-icon::after{background: #fff;}
.head_sp .pure-drawer{background:#af8f66;}
.head_sp .nav_title{margin-top:3%;font-size:20px;padding: 2% 2% 15px 2%;color: #fff;border-bottom:solid 2px #fff;}
.head_sp .nav_sp{padding: 20px;}
.head_sp .nav_sp li{overflow: hidden;}
.head_sp .nav_sp li a{display: block;color: #fff;position: relative;border-bottom:dotted 1px #fff;box-sizing: border-box;padding: 10px 2%;}
.head_sp .nav_sp li a::after{position: absolute;top: 37%;right: 0px;content: '';border: 8px solid transparent;border-top-width: 6px;border-bottom-width: 6px;border-left-color: #fff;}
.head_sp .onlineshop span.txt{margin-top:0 !important; line-height:1; font-size:9px!important;}

/* linkst */
.links_box {width: 32%;margin: 5px 0;}
}

@media screen and (max-width: 780px) {
.consultation {display: block;}
.consultation_box {width: auto;margin: 10px 0;}
}


@media screen and (max-width: 768px) {

/*
COMMON
***********************************/

/* container */
.contents_l{width: 100%;margin-right: 0;float: none;}
.contents_r {width: 98%;float: none;margin: 0 auto;}

/* eyecatch */
.mainvisual:before{padding-top:45%;}

/* footer */
footer .footer_t{display: block;}
footer .logo{width: 100%;max-width: 300px;margin: 0 auto 20px;}
footer .pagelink{width: 100%;margin-left: 0;}
footer .pagelink>li{width:32%;}
footer .pagelink>li:nth-of-type(3n){margin-right: 0;}

/*
PARTS
***********************************/

/* title */
.maintitle{margin-bottom: 30px;}
.maintitle .title{font-size:19px;}
.maintitle .sub{font-size:14px;}
.maintitle2 .title{font-size:16px;}
.maintitle2 .sub{font-size:14px;}

/* title */
.title_h1 {margin: 30px 0;font-size: 19px;}
.title_h1 .title_sub {margin-top: 1px;font-size: 13px;}
.title_h2 {font-size: 15px;}
.title_h3 {font-size: 16px;}
.title_h4 {font-size: 16px;}

/* text */
.text {font-size: 14px;}

/* btn */
.btn_01.left{text-align: center;}
.btn_01_w{max-width: 100%;}
.btn_01_w a{max-width: 500px;width: 100%;}

/* form */
.form_table, .form_table tbody, .form_table tr, .form_table th, .form_table td {display: block;}
.form_title {padding-bottom: 10px;width: auto;}
.form_entry {padding-bottom: 20px;}
.form_label {display: inline-block;}

/*
RESET・DEFAULT
***********************************/
/* responsd View*/
.pcView{display:none !important;}
.spView{display:block !important;}

}



@media screen and (max-width: 660px) {
/* linkst */
.links_box {width: 49%;}
.links_box .button {font-size: 12px;}
.button.doble {padding: 9px 0;}
}

@media screen and (max-width:480px) {

/* container */
.contents.first{padding-top: 30px;}
.contents{padding: 0 0 20px;}

/* header・footer */
.head_sp .logo{width:130px;height: auto;}
.head_sp .linklist .txt{font-size:10px;}
footer .inner{width: 100%;}
footer .pagelink{border-bottom:solid 1px #fff;}
footer .pagelink>li:nth-of-type(2n) a{border-left:none;}
footer .pagelink>li>a::before, footer .pagelink>li>a::after{left: 5px;}
footer .pagelink>li>a::after{left: 10px;}
footer .pagelink>li ul.sublist{display: none;}
footer .pagelink>li{width:50%;box-sizing:border-box;margin-right: 0;margin-bottom: 0;}
footer .pagelink>li a{box-sizing:border-box;display: block;width: 100%;border:solid 1px #fff;padding: 10px 10px 10px 20px;margin-bottom: -1px;}
/* title */
.title_h1 {margin: 30px 0;}
.title_h1 br { display: none; }
.title_h2_2{text-align: center;}
/* column */
.column_wrap_break {display: block;}
.column_wrap_break .column_box {width: 100%; padding-left: 0;padding-right: 0;}
/* table */
.table_blake, .table_blake thead, .table_blake tbody, .table_blake tr, .table_blake th, .table_blake td {display: block;white-space: normal;}
}

