@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&family=Mukta&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP&family=Sawarabi+Gothic&family=Sawarabi+Mincho&family=Work+Sans:wght@200;500&family=Yuji+Syuku&family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap');

/* ----------------------------------------------------------
  RESETTING DEFAULT 
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}




    
    
    
    




/* ----------------------------------------------------------
   GENERAL
---------------------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
    margin:0px;
	font-size:16px;
    color:#333;
	background-color:#fdfdfd;
    overflow-y:scroll;
    font-family: 'Noto Sans JP', sans-serif;
  
}

a{
  transition:.3s;
}

a:link,
a:visited,
a:active {
    text-decoration:none;
    color:#333;
}

a:hover {
    text-decoration:none;
    color:#999;
}


a:hover img	{
    filter:alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}



/* --------------------------------------------------
   HEADER AREA
-------------------------------------------------- */

#wrapper_header_area {
    margin:0px auto 0px auto;
    padding:28px 0px 28px 0px;
	width:100%;
	height:auto;
	background-color:#fff;
	z-index:10;
    
}

#wrapper_header {
    margin:0px auto;
    padding:0% 2.5%;
	width:95%;
	height:auto;
    overflow: hidden;
}


.menu_box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.menu_box_button{
    width: 85%;
    height: auto;
    display: flex;
}


h1 {
    width: 12%;
    margin: 0px 0% 0px 0px;
    padding:0px 0px 0 0;
}

h1 img {
	width:100%;
	height:auto;
}


.header_sub_menu {
    width: 43%;
    margin:0px;
    height: auto;
}



ul.sub_menu_box {
    display: flex;
	list-style: none;
    width:100%;
    height: auto;
	margin:0px 0 0 0%;
	padding:22px 0 0 0;
    justify-content: flex-end;
}

ul.sub_menu_box li {
    display: inline-block;
    margin:0 3% 0 1.5%;
    padding: 0 0% 0 3%;
	font-size:15px;
    text-align: right;
    border-left: 1px solid #ccc;
    white-space: nowrap;
}

ul.sub_menu_box li:last-child{
    padding: 0 3% 0 3%;
    border-left: 1px solid #ccc;
}

@media only screen and (max-width: 1280px){
    
ul.sub_menu_box li {
    margin:0 2%;
    padding: 0 2% 0 2%;
    font-size:14px;
}
    
}





/* ----------------------------------------------------------
   WRAPPER AREA
---------------------------------------------------------- */

.wrap{
    overflow: hidden;
}

.curved01 {
  padding:30px 0% 60px 0%;
  position: relative;
  background: #ececeb;
  border-bottom-left-radius: 50% 18%;
  border-bottom-right-radius: 50% 18%;
}

.curved02 {
  padding:30px 0% 60px 0%;
  position: relative;
  background: #fff;
  border-bottom-left-radius: 50% 18%;
  border-bottom-right-radius: 50% 18%;
}


/* BASE WRAPPER */
.wrapper_content_area {  
    margin:0px;
    padding:0px;
    width:100%;
	height:auto;
	overflow:hidden;
 }


/* BASE WRAPPER COLOR */
.content_color01 {
	background-color:#ececeb;
}
.content_color02 {
	background-color:#ffffff;
}


/* BASE INNER */
.wrapper_content {
    margin:0px auto;
    padding:80px 2% 80px 2%;
    max-width:1100px;
	height:auto;
	overflow:hidden;
 }




/* ----------------------------------------------------------
   CONTENTS AREA（right_content）
---------------------------------------------------------- */

/* --------------------------------------- ct title */


h3.top_title{
    font-family: 'Kiwi Maru', serif;
    margin: 0 0 10% 0;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.1em;
}


h3.ct_title {
    margin:0px 0px 0px 0px;
	padding:3.4% 0px 60px 0px;
	font-size:23px;
	line-height:1em;
	letter-spacing:0.05em;
    text-align: center;
	overflow:hidden;
    background:url("https://img07.shop-pro.jp/PA01413/024/etc/ct_mark.png?cmsp_timestamp=20220218165820")no-repeat;
    background-position: center top;
}

h3.ct_title span{
    display: block;
    font-size: 14px;
    padding: 1% 0 0% 0;
    letter-spacing: 0.1em;
}


h4.ct_title {
    margin:0px 0px 40px 0px;
	padding:1% 0% 1% 2%;
	font-size:19px;
	line-height:1em;
	letter-spacing:0.05em;
    border-bottom: 1px solid #43500e;
    border-top: 1px solid #43500e;
  font-weight:500;
}






/* --------------------------------------- INFORMATION */

ul.information {
	margin:0px;
	padding:0px;
	list-style: none;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
	width:100%;
	height:auto;
}


ul.information li {
	margin:0px 0px 0px 0px;
	padding:3% 0px 3% 0px;
	width:100%;
    height:auto;
	line-height:1.5em;
	border-bottom:1px solid #999;
}

ul.information li:first-child{
	padding:0% 0px 3% 0px;
}

ul.information li .title {
	margin:0px 0px 0px 0px;
	padding:0px;
    width: 100%;
}

ul.information li .title span{
    display: inline;
    font-weight: bold;
	margin:0px 3% 0px 0px;
	padding:0px;
    color: #2c1e11;
}



/* ----------------------------------------------------------
   GENERAL PARTS
---------------------------------------------------------- */

.box_container {
    margin:100px 0px 0px 0px;
    padding:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}

.box_container02 {
    position: relative;
    margin:0px 0px 0px 0px;
    padding:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}


/* ----------------------------------------- TEXT */

.com{
    padding:0px;
	text-align:left;
	line-height:1.85em;
}

.com a:link,
.com a:visited,
.com a:active {
    text-decoration:underline;
}

.com a:hover {
    text-decoration:underline;
}

.com span{
	color:#F85F62;
}

.com span.large{
    color:#333;
	font-weight:bold;
}

p.center{
    text-align: center;
}

p.right{
    text-align: right;
}


.top_com{
    padding:0px;
	text-align:left;
	line-height:2.5em;
    color: #270d0d;
}


/* ----------------------------------- button */

.btn_box{
    margin: 5% 0% 0% 0%;
    letter-spacing: 0.15em;
}

.btn_center{
    text-align: center;
}

.btn_right{
    text-align: right;
}


/*矢印が縮む*/

.btnarrow6{
    position: relative;
    /*ボタンの形状*/
    background:#43500e;
    padding: 13px 70px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
    color:#fff;
    text-decoration: none;
    border:1px solid #fff;
}

.btn_box a:link,
.btn_box a:visited,
.btn_box a:active {
    color:#fff;
}

.btn_box a:hover{
  color:#ccc;

}

/*矢印と線の形状*/
.btnarrow6:before{
  content:url("https://img07.shop-pro.jp/PA01413/024/etc/yajirushi.png?cmsp_timestamp=20220224111252");
  position: absolute;
  top:13px;
  right:18px;
  font-weight: bold;
}

/*hoverした際の矢印の形状*/
.btnarrow6:hover::before{
  right:8px;
  transition: 0.5s ;

}


/* ----------------------------------- IMAGE ONLY */

.images{
	margin:0px;
    padding:0px;
}

.images img{
	max-width:100%;
	height:auto;
}


/* -------------------------- IMAGE (LEFT) + TEXT */

.image_left {
	float:left;
	width:40%;
	overflow:hidden;
}

.image_left img {
	max-width:100%;
	height:auto;
}

.com_right {
	float:right;
	margin:0% 0% 0% 5%;
	width:55%;
}

.image_left .caption {
	margin:10px 0px 10px 0px;
	padding:0px;
	width:100%;
	font-size:14px;
	line-height:1.4em;
    color: #a47d54;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}



/* ----------------------- TEXT + IMAGE (RIGHT) */

.com_left {
    position: relative;
	float:left;
	margin:0% 5% 0% 0%;
	width:55%;
}

.image_right {
	float:right;
	width:40%;
	overflow:hidden;
}

.image_right img {
	max-width:100%;
	height:auto;
}

.image_right .caption {
	margin:10px 0px 10px 0px;
	padding:0px;
	width:100%;
	font-size:14px;
	line-height:1.4em;
    color: #a47d54;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}




/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */

/* ------------------------------------ ct_title mark */
.ct_mark {
    padding:0px 0px 0px 36px;
}

.ct_mark:before {
	position:absolute;
    display:block;
    content:"";
    width:32px;
    height:32px;
    left:0px;
    top:5px;
	background:url(../common/ct_mark.png) no-repeat;
    background-size: 32px 32px;
}



/* ---------------------- IMAGE×1  + CAPTION */

.image1 {
    margin: 0px;
	padding:0px;
	width:100%;
	height:auto;
    overflow: hidden;
}

.image1 img {
	width:100%;
    height:auto;
}

.image1 .caption {
	margin:10px 0px 10px 0px;
	padding:0px;
	width:100%;
	font-size:14px;
	line-height:1.4em;
    color: #a47d54;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	text-align:center;
}




/* ---------------------- IMAGE×4  + CAPTION */

ul.image4 {
	list-style: none;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	padding:0px;
	width:100%;
	height:auto;
}

ul.image4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
ul.image4::after{
  content:"";
  display: block;
  width:22%;
}

ul.image4 li {
	margin:0% 0% 0px 0%;
	padding:0px;
	width:22%;
    height:auto;
}

ul.image4 li:nth-of-type(n+5) {
	margin:4% 0% 0px 0%;
}

ul.image4 li img {
	width:100%;
    height:auto;
}

.caption {
	margin:10px 0px 7px 0px;
	padding:0px 0;
	width:100%;
  height:50px;
	font-size:16px;
	line-height:1.35em;
    text-align: center;
}

.caption span{
    color: #6f746d;
	font-size:14px;
    display: block;
    font-weight: bold;
}




/* ---------------------- IMAGE×3  + CAPTION */

ul.image3 {
	list-style: none;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	padding:0px;
	width:100%;
	height:auto;
}

ul.image3::after{
  content:"";
  display: block;
  width:32%;
}

ul.image3 li {
    position: relative;
	margin:0% 0% 20px 0%;
	padding:0px;
	width:32%;
    height:auto;
}


ul.image3 li img {
	width:100%;
    height:auto;
}


.category_title{
    position: absolute;
    bottom: 0%;
    right: 0%;
    padding: 2.5% 0%;
    width:100%;;
    height:auto;
    background:rgba(67,80,14,0.8);
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.2em;
    text-align: center;
}







/* ----------------------------------------------------------
  CAPTION
---------------------------------------------------------- */

.image_left .caption {
	margin:10px 0px 10px 0px;
	padding:0px;
	width:100%;
	font-size:14px;
	line-height:1.4em;
    color: #a47d54;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

.image_right .caption {
	margin:10px 0px 10px 0px;
	padding:0px;
	width:100%;
	font-size:14px;
	line-height:1.4em;
    color: #a47d54;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}







/* ----------------------------------------------------------
  FOOTER AREA
---------------------------------------------------------- */



.wrapper_footer_area {
	margin:120px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	width:100%;
	height:auto;
    background: #383c39;
	overflow:hidden;
}


.wrapper_footer_inner {
    position: relative;
    margin:0px auto;
    padding:90px 0px 90px 0px;
    max-width:1100px;
	height:auto;
	overflow:hidden;
 }

.footer_tree{
    position: absolute;
    bottom: 2%;
    right: 0;
}


.wrapper_footer_left {
	float:left;
	margin:0px 0px 0px 0px;
    padding:15px 50px 0px 0px;
	width:70%;
	height:auto;
	overflow:hidden;
    display: flex;
}

.wrapper_footer_right {
	float:right;
	margin:0%;
    padding:0px 0px 0px 0px;
	width:20%;
	height:auto;
	overflow:hidden;
}



/* ---------------------------------- RIGHT */

.footer_logo {
	margin:0%;
    padding:0% 0% 0 0;
	width:55%;
	height:auto;
    color: #fff;
}

.footer_logo img {
    margin: 0 0 0% 0;
	width:60%;
	height:auto;
}

.footer_logo p.footer_com{
    margin: 8% 0 0 0;
    font-size: 15px;
    line-height: 1.3em;
}

.footer_logo p.footer_com span{
    margin: 4% 0 0 0;
    display: block;
    font-weight: 200;
}


/* ---------------------------------- LEFT */


.footer_menu {
    display: flex;
	margin:0px 0% 0% 0%;
    padding:0;
    width:100%;
	height:auto;
}

.footer_menu ul {
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:35%;
	height:auto;
}

.footer_menu ul.case02{
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:65%;
	height:auto;
}

.footer_menu ul li {
	margin:0px 15px 12px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	letter-spacing:0.1em;
}

.footer_menu ul.case02 li {
	font-size:14px;
    font-weight: 300;
}

.footer_menu ul a:link,
.footer_menu ul a:visited,
.footer_menu ul a:active {
    color: #fff;
    text-decoration:none;
}

.footer_menu ul a:hover {
    text-decoration:none;
    color:#999;
}




/* --------------------------------------- ADDRESS */

.address_container{
	margin:0% auto;
    padding:0px 0% 0% 0%;
	width:100%;
	height:50px;
	background:#020d04;
	overflow:hidden;
}

address {
	margin:20px auto 0px auto;
	width:1100px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	font-weight:bold;
    color: #fff;
    text-align: center;
}



/* ----------------------------------------------------------
   PAGE TOP
---------------------------------------------------------- */

#page_top {
    position: fixed;
    bottom: 8%;
    right: 2%;
	z-index:1000;
    text-align:right;
}

#page_top img{
    width: 7%;
    height: auto;
}

/* --------------------------------------------------
  OTHER 
-------------------------------------------------- */

.pc_none { display:none !important; }
.pc_ta_non { display:none !important; }

.pc { display: block !important; }
.ta { display: none !important; }
.sp { display: none !important; }


/** FLOAT RESET **/

.clear {
    clear:both;
    height:0px;
}



/* ----------------------------------------------------------
   MAIN CATEGORY　AREA
---------------------------------------------------------- */

.wrapper_main_category_area {
	position:relative;
    margin:0px auto 25px auto;
	width:100%;
	height:300px;
	top:0px;
	background:url("https://img07.shop-pro.jp/PA01413/024/etc/title_back.jpg?cmsp_timestamp=20220218172906") no-repeat;
    background-size: cover;
}



h2.main_title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    margin: auto;
    width:auto;
    height:auto;
    padding: 1.5% 3%;
	font-size:23px;
	line-height:1em;
	display: flex;
    align-items: center;/* 縦位置の調整 */
    justify-content: center;/* 横位置の調整 */
	color:#474444;
	text-align:center;
	letter-spacing:0.1em;;
    background:#fff;
}

.second_curved{
    position: absolute;
    left: 0%;
    bottom: -12%;
    z-index: 9;
}

.second_curved img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}



/* ----------------------------------------------------------
   PAGE NAVI
---------------------------------------------------------- */

.wrapper_page_navi_area {
    margin:0px;
    padding:0px;
    width:100%;
	height:auto;
	overflow:hidden;
 }

.page_navi_inner {
    margin:0px auto;
    padding:10px 0px 10px 0px;
    max-width:1100px;
	height:auto;
	overflow:hidden;
}

.page_navi_inner p {
	float:left;
	margin:0px;
    padding:0px 0px 0px 0px;
	font-size:14px;
}
.page_navi_inner a:link,
.page_navi_inner a:visited,
.page_navi_inner a:active {
    text-decoration:none;
    color:#333;
}

.page_navi_inner a:hover {
    text-decoration:underline;
    color:#666666;
}



/* ----------------------------------------------------------
   WRAPPER AREA
---------------------------------------------------------- */

.wrapper_second_content_area {
    margin:0px;
	width:100%;
	height:auto;
    background-repeat: no-repeat;
	overflow:hidden;
 }

.wrapper_second_content {
    margin:0px auto;
    padding:180px 0% 0px 0%;
    max-width:1100px;
	height:auto;
	overflow:hidden;
 }
 

/* --------------------------------------------------
  PRODUCT
-------------------------------------------------- */


ul.page_list{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  scroll-behavior: smooth;
}


ul.page_list li{
    padding:0px;
    width:32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.page_list li:nth-child(n+4){
    margin: 1.5% 0 0 0;
}




ul.page_list li a{
    display:block;
    position:relative;
    padding:10px 0;
    width:100%;
    color:#fff;
    font-size:18px;
    letter-spacing: 0.1em;
    background: #43500e;
    text-decoration:none;
    text-align:center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}


ul.page_list li a:hover{
    background: #607119;
    color:#fff;
}


.ct_image{
    width: 100%;
    height: auto;
}

.ct_image img{
    width: 100%;
    height: auto;
}

.ct_image p{
    margin: 3% 0 0 0;
    text-align: center;
    color: #615959;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}


.btn_buy{
  margin:4% 0 0 0;
    width: 100%;
    background:#43500e;
    padding: 7px 0px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
    color:#fff;
    text-decoration: none;
    border:1px solid #fff;
    font-size: 15px;
}

a.btn_buy:link,
a.btn_buy:visited,
a.btn_buy:active {
    color:#fff;
}

a.btn_buy:hover{
  color:#ccc;

}



/* --------------------------------------------------
  FAQ
-------------------------------------------------- */

.faq_detail_container {
	margin:20px 0px 0px 0px;
    padding:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.cp_qa {
	overflow-x:hidden;
	margin:0 auto;
	color:#333333;
}
.cp_qa .cp_actab {
	padding:20px 0;
	border-bottom:1px dotted #cccccc;
}
.cp_qa label {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:15px 10px 10px 48px;
	cursor:pointer;
  font-size:16px;
}
.cp_qa .cp_actab-content {
	font-size:1em;
	position:relative;
	overflow:hidden;
	height:0;
	margin:0 40px 0 36px;
	padding:0 14px 0 10px;
	-webkit-transition:0.4s ease;
	        transition:0.4s ease;
	opacity:0;
}

.cp_qa .cp_actab-content a:link,
.cp_qa .cp_actab-content a:visited,
.cp_qa .cp_actab-content a:active {
    text-decoration:underline;
    color:#333;
}

.cp_qa .cp_actab-content a:hover {
    text-decoration:underline;
    color:#999;
}


.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height:auto;
	padding:14px;
	opacity:1;
}
.cp_qa .cp_plus {
	font-size:2.4em;
	line-height:100%;
	position:absolute;
	z-index:5;
	margin:3px 0 0 10px;
	-webkit-transition:0.2s ease;
	        transition:0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
    display:none;
}


/* --------------------------------------------------
  CONTACT
-------------------------------------------------- */

ul.contact_box{
    margin: 0;
  display:flex;
  list-style:none;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
 ul.contact_box li{
  width:48%;
   height:auto;
}




/* ----------------------------------------------------------
   TABLE
---------------------------------------------------------- */

table.form_std{
  border: solid 1px #ccc;
  border-collapse: collapse;
  width: 100%;
    text-align:left;
}
table.form_std th,
table.form_std td{
  padding: 10px 5px;
  border: solid 1px #ccc;
  box-sizing:border-box;
    text-align: center;
}

table.form_std th {
    font-weight: bold;
  text-align: center;
    font-size: 14px;
}

table.form_std td.case01{
    width: 30%;
    height: auto;
}

table.form_std td{
    width: 7%;
    background: #fff;
    font-size: 15px;
}

table.form_std td.title01{
  width: 7%;
    font-weight: bold;
    background: #e3e0df;
    text-align: center;
}


.bc_act01{
  background: #eee;
}



/* ------------------------------------------- company */

table.form_company {
	display:table;
	width:100%;
	height:auto;
	background:none;
	border-collapse:separate;
	border-spacing:0;
    font-size: 15px;
}

table.form_company th {
	margin:0px;
    padding:25px;
    width:20%;
	border-bottom:solid 1px #cac6c1;
	text-align: center;
    font-weight: bold;
    background: #fbfcf6;
}

table.form_company td {
	margin:0px;
    padding:25px;
    width:80%;
	border-bottom:dotted 1px #cac6c1;
}

table.form_company th.case01 {
	border-top:solid 1px #cac6c1;
}

table.form_company td.case01 {
	border-top:dotted 1px #cac6c1;
}


table.form_company a:link,
table.form_company a:visited,
table.form_company a:active {
    text-decoration:underline;
    color:#333;
}

table.form_company a:hover {
    text-decoration:underline;
    color:#999;
}










    
/*    PC END   */    
    
    
    
    
    
    
    
    
    
    
    
    
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET               

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



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


    
.wrapper_main_category_area {
    margin:0px auto 25px auto;
	width:100%;
	height:240px;
}


h2.main_title {
	position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    margin: auto;
    width:auto;
    height:auto;
    padding: 1.5% 3%;
	font-size:21px;
	line-height:1em;
	display: flex;
    align-items: center;/* 縦位置の調整 */
    justify-content: center;/* 横位置の調整 */
	color:#474444;
	text-align:center;
	letter-spacing:0.1em;;
    background:#fff;
}

.second_curved{
    position: absolute;
    left: 0%;
    bottom: -12%;
    z-index: 9;
}

.second_curved img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

    
    
    


/* ----------------------------------------------------------
   PAGE NAVI - TA
---------------------------------------------------------- */

 .wrapper_page_navi_area {
    padding-top:80px;
 }
  
.page_navi_inner {
  width:94%;
    padding:2% 0% 2% 0%;
}


/* ----------------------------------------------------------
   WRAPPER AREA  - TA
---------------------------------------------------------- */

 .wrapper_second_content {
    padding:10% 0% 0% 0%;
 }

    
ul.page_list::after{
  content:"";
  display: block;
  width:32%;
}
    
ul.page_list li{
    margin: 0;
    padding: 0;
    width: 32%;
}
    
ul.page_list li:nth-child(n+4){
    margin: 1% 0 0 0;
}
    
ul.page_list li a{
  font-size:16px;
}
 
    
    
    
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET   general            

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	


/* ----------------------------------------------------------
   GENERAL - SP
---------------------------------------------------------- */

body {
	font-size:15px;
}

    
/* --------------------------------------------------
   HEADER AREA - TA
-------------------------------------------------- */

#wrapper_header_area {
    position: fixed;
    margin: 0;
    padding:0px 0px 0px 0px;
	width:100%;
	height:auto;
}

    
#wrapper_header {
    margin:0px 3% 0px 3%;
    padding:0px 0px 0px 0px;
	width:94%;
	height:70px;
}
    


h1 {
    width: 15%;
    margin: 15px 0px 0px 0px;
    padding: 0;
}

.menu_box{
    width: 100%;
    height: auto;
    display:block;
    justify-content: space-between;
}

.menu_box_button{
    width: 100%;
    height: auto;
    display:block;
}


/* ----------------------------------------------------------
   WRAPPER AREA - TA
---------------------------------------------------------- */

/* BASE INNER */
.wrapper_content {
    margin:0px auto;
    padding:7% 3% 7% 3%;
    width:94%;
	height:auto;
	overflow:hidden;
 }

    
.curved01 {
  padding:30px 0% 60px 0%;
  border-bottom-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
}

.curved02 {
  padding:30px 0% 60px 0%;
  border-bottom-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
}
    
    
.top_com{
	line-height:2em;
}


/* ----------------------------------------------------------
   CONTENTS AREA（right_content） - TA 
---------------------------------------------------------- */

/* --------------------------------------- ct title */

h3.ct_title {
	padding:5% 0px 60px 0px;
	font-size:19px;
}

h3.ct_title span{
    padding: 1% 0 0% 0;
    letter-spacing: 0.1em;
}
    
h4.ct_title {
    margin:0px 0px 40px 0px;
	padding:1% 0% 1% 2%;
	font-size:18px;
}

    

/* --------------------------------------- INFORMATION */

ul.information li {
	line-height:1.3em;
}

ul.information li .title {
	margin:3px 0px 0px 0px;
}



/* ----------------------------------------------------------
   GENERAL PARTS  - TA 
---------------------------------------------------------- */

.box_container {
    margin:6% 0px 0% 0px;
    padding:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}

    
    
/* ----------------------------------------------------------
   CONTENTS AREA  - TA
---------------------------------------------------------- */

/* ------------------------------------ information */

.information_box {
	margin:3% 0px 0px 0px;
	width:100%;
}



/* ----------------------------------------------------------
  FOOTER AREA
---------------------------------------------------------- */



.wrapper_footer_area {
	margin:80px 0px 0px 0px;
}


.wrapper_footer_inner {
    margin:0% auto;
    padding: 6% 0%;
    max-width:90%;
 }


.wrapper_footer_left {
	float:left;
	margin:0px 0px 0px 0px;
    padding:15px 50px 0px 0px;
	width:75%;
}

.wrapper_footer_right {
	float:right;
	margin:0%;
    padding:0px 0px 0px 0px;
	width:15%;
	height:auto;
	overflow:hidden;
}



/* ---------------------------------- RIGHT */


.footer_contact {
	margin:0%;
    padding:0%;
	width:100%;
	height:auto;
}

.footer_contact img{
	width:100%;
	height:auto;
}


/* ---------------------------------- LEFT */

    
.footer_logo {
	margin:0% 5% 0 0;
    padding:0%;
	width:60%;
	height:auto;
}

.footer_logo img {
	width:60%;
	height:auto;
}
    

.footer_menu ul {
	width:45%;
	height:auto;
}

.footer_menu ul.case02{
	width:55%;
	height:auto;
}

.footer_menu ul li {
	margin:0px 15px 12px 0px;
	font-size:15px;
}



/* --------------------------------------- ADDRESS */

.address_container{
	height:40px;
}

address {
	margin:13px auto 0px auto;
	width:90%;
	font-size:10px;
}


/* -----------------------------------------------
  OTHER - TA
---------------------------------------------- */

.pc_none { display:block !important; }
.ta_none { display:none !important; }
.sp_none { display:block !important; }
.pc_ta_non { display:none !important; }

.pc { display: none !important; }
.ta { display: block !important; }
.sp { display: none !important; }


}

    
    


/* TABRET END */













/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE                  

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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


/* ----------------------------------------------------------
   GENERAL - SP
---------------------------------------------------------- */

body {
	font-size:14px;
}


/* --------------------------------------------------
   HEADER AREA - SP
-------------------------------------------------- */

#wrapper_header {
    margin:0px 2% 0px 2%;
	width:96%;
	height:65px;
}
    
    
h1 {
    width: 25%;
    margin: 17px 0px 0px 0px;
    padding: 0;
}

h1 img {
	width:100%;
	height:auto;
}

    
    

/* ----------------------------------------------------------
   WRAPPER AREA - SP
---------------------------------------------------------- */

/* BASE INNER */
.wrapper_content {
    padding:8% 3% 8% 3%;
 }

.curved01 {
  padding:0px 0% 3% 0%;
  border-bottom-left-radius: 50% 3%;
  border-bottom-right-radius: 50% 3%;
}

.curved02 {
  padding:0px 0% 3% 0%;
  border-bottom-left-radius: 50% 3%;
  border-bottom-right-radius: 50% 3%;
}
    
    
    
    
/* ----------------------------------------------------------
   CONTENTS AREA（right_content） - SP
---------------------------------------------------------- */

    
h3.top_title{
    margin: 0 0 5% 0;
    font-size: 17px;
}


    
    
/* --------------------------------------- ct title */

    
h3.ct_title {
	padding:7% 0px 6.5% 0px;
	font-size:16.5px;
    background-size: 10%;
}

h3.ct_title span{
    padding: 1.5% 0 0% 0;
    font-size: 13px;
}
    
h4.ct_title {
    margin:0px 0px 5% 0px;
	padding:2% 0% 1.5% 2%;
	font-size:15px;
}
    
    

/* ----------------------------------------------------------
   GENERAL PARTS  - SP 
---------------------------------------------------------- */

.box_container {
    margin:10% 0px 0% 0px;
}
    
    
.btnarrow6{
    padding: 9px 50px;
    font-size: 15px;
}
    
.btnarrow6:before{
  top:9px;
  right:10px;
}
    
    
    
/* -------------------------- IMAGE (LEFT) + TEXT */

.image_left {
	float:none;
	width:100%;
}

.image_left02 {
    margin: 0 auto;
	float:none;
	width:80%;
}
    
.com_right {
	float:none;
	margin:3% 0% 0% 0%;
	width:100%;
}


/* ----------------------- TEXT + IMAGE (RIGHT) */

.com_left {
	margin:5% 0% 0% 0%;
	float:none;
	width:100%;
}

.image_right {
	margin:5% 0% 0% 0%;
	float:none;
	width:100%;
}



/* ----------------------------------------------------------
   CONTENTS AREA - SP
---------------------------------------------------------- */

/* ------------------------------------ ct_title mark */

.ct_mark {
     padding:0px 0px 0px 26px;
}

.ct_mark:before {
	 position:absolute;
     display:block;
     content:"";
     width:22px;
     height:22px;
     left:0px;
     top:2px;
	 background:url(../common/ct_mark.png) no-repeat;
     background-size: 22px 22px;
}

/* ---------------------- IMAGE×1  + CAPTION */
    
.image1 .caption {
	margin:1% 0px 1% 0px;
	font-size:13px;
	line-height:1.5em;
}
    
    
    
/* ---------------------- IMAGE×4  + CAPTION */

ul.image4 li {
	margin:0% 0% 0px 0%;
	padding:0px;
	width:48%;
    height:auto;
}
    
ul.image4 li:nth-of-type(n+3) {
	margin:10% 0% 0px 0%;
}
    

.caption {
	margin:2% 0px 1% 0px;
  height:60px;
	font-size:15px;
	line-height:1.5em;
}

.caption span{
	font-size:13px;
}



/* ---------------------- IMAGE×3  + CAPTION */

ul.image3 {
	margin:0% auto 0% auto;
	padding:0px;
	width:100%;
	height:auto;
}

ul.image3 li {
	margin:0% 0% 0% 0%;
	padding:0px;
	width:49%;
    height:auto;
}
    
ul.image3 li:nth-child(n+3){
    margin: 2% 0 0 0;
}
    

ul.image3 li img {
	width:100%;
    height:auto;
}

.category_title{
    padding: 2% 0%;
    font-size: 15px;
    letter-spacing: 0.2em;
}
    
    
    
    
    
/* ----------------------------------------------------------
  FOOTER AREA
---------------------------------------------------------- */

.wrapper_footer_area {
	margin:10% 0px 0px 0px;
    padding:0% 0% 0% 0%;
}
    
.wrapper_footer_inner {
    margin:0% auto;
    padding: 10% 0% 10% 0%;
    width:100%;
 }
    
.wrapper_footer_left {
	float:none;
	margin:0px auto;
    padding: 0;
	width:100%;
    border: none;
    display: block;
}

.wrapper_footer_right {
	float:none;
	margin:0%;
    padding: 0;
    width:100%;
}
    
.footer_tree{
    display: none;
}
    
    

/* ---------------------------------- LEFT  */

        
.footer_logo {
    display: block;
    margin: 0 auto;
	width:100%;
    text-align: center;
}
    
.footer_logo img{
    margin: 0 auto;
	width:32%;
}
    
.footer_logo p.footer_com{
    margin: 4% 0 0 0;
    font-size: 15px;
}

.footer_logo p.footer_com span{
    margin: 2% 0 0 0;
}   
    
    
/* ---------------------------------- RIGHT */

.footer_menu {
	margin:0px auto;
    padding:0;
    width:100%;
	height:auto;
}
    
.footer_menu ul.case02{
    margin: 6.5% auto 0% auto;
	width:83%;
	height:auto;
    text-align: center;
	font-size:13px;
    display: flex;
    justify-content: space-between;
}

.footer_menu ul.case02 li {
	margin:0px;
	font-size:12px;
}


/* --------------------------------------- ADDRESS */

.address_container{
	height:30px;
}

address {
	margin:2% auto 0px auto;
	font-size:9px;
    text-align: center;
}





/* ----------------------------------------------------------
  PAGE TOP - SP
---------------------------------------------------------- */

#page_top {
    bottom:10px;
    right:30px;
}

#page_top img {
	width:20%;
}

/* -----------------------------------------------
  OTHER - SP
---------------------------------------------- */

.pc_none { display:block !important; }
.ta_none { display:none !important; }
.sp_none { display:none !important; }
.pc_ta_non  { display:block !important; }

.pc { display: none !important; }
.ta { display: none !important; }
.sp { display: block !important; }

  
  



/* ------------------------------------ scroll */

.scroll {
overflow-x:scroll;
white-space: nowrap;   
}

    
    
/* --------------------------------------------- std */
    table.form_std td{
    padding: 7px;
}
    

/* ---------------------------------------- company */

table.form_company {
    margin:0% auto 0% auto;
    padding:0% 0% 0% 0%;
    width:100%;
	border:none;
	font-size:13px;
}
 
table.form_company th {
	margin:0% 0% 0% 0%;
	padding:0% 0% 0.5% 2%;
    width:100%;
	vertical-align:middle;
	text-align:left;
	display:block;
	border-bottom:dotted 1px #ccc8ba;
}

table.form_company td {
	margin:2% 0% 5% 0%;
    padding:0% 0% 0% 2%;
    width:100%;
	vertical-align:middle;
	display:block;
	border:none;
}
    
table.form_company th.case01 {
	border-top:none;
}

table.form_company td.case01 {
	border-top:none;
}
  
  


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    second sp                  

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




.wrapper_main_category_area {
    margin:0px auto 2% auto;
	width:100%;
	height:180px;
}


h2.main_title {
	position: absolute;
    top: 68%;
    left: 50%;
    padding: 2.5% 3%;
	font-size:16px;
}

.second_curved{
    bottom: -6%;
}

    
    
    


/* ----------------------------------------------------------
   PAGE NAVI - SP
---------------------------------------------------------- */

.wrapper_page_navi_area {
    padding-top:2%;
 }
  
.page_navi_inner {
    padding:2% 0% 2% 2%;
}

.page_navi_inner p {
	font-size:13px;
	line-height:1.5em;
}

    
ul.page_list li{
    margin: 0;
    padding: 0;
}
    
ul.page_list li:nth-child(n+4){
    margin: 1% 0 0 0;
}
    
ul.page_list li a{
  font-size:15px;
}
    

/* ----------------------------------------------------------
   WRAPPER AREA  - SP
---------------------------------------------------------- */

  .wrapper_second_content {
    padding:20% 0% 0% 0%;
 }

 

 /* ----------------------------------------------------------
   CONTENTS AREA  - SP
---------------------------------------------------------- */

ul.page_list{
  	width: 100%;
}

ul.page_list li{
    padding: 1%;
    font-size: 14px;
}
		
ul.page_list li a{
    font-size: 13px;
}
	

    
    
    
/* --------------------------------------------------
  FAQ
-------------------------------------------------- */

.faq_detail_container {
	margin:2% 0px 0px 0px;
    padding:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}

.cp_qa .cp_actab {
	padding: 12px 0;
	border-bottom: 1px dotted #cccccc;
}

.cp_qa label {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:6px 10px 0px 48px;
	cursor:pointer;
    font-size: 15px;

}
.cp_qa .cp_actab-content {
	position:relative;
	overflow:hidden;
	height:0;
	line-height:1.5em;
	margin:0 0px 0 34px;
	padding:0 14px 0 10px;
	-webkit-transition:0.4s ease;
	        transition:0.4s ease;
	opacity:0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height:auto;
	padding:14px;
	opacity:1;
}
.cp_qa .cp_plus {
	font-size:2.4em;
	line-height:100%;
	position:absolute;
	z-index:5;
	margin:0px 0 0 10px;
	-webkit-transition:0.2s ease;
	        transition:0.2s ease;
}

    
/* --------------------------------------------------
  CONTACT
-------------------------------------------------- */
 
 ul.contact_box li{
     margin: 0 0 4% 0;
     width:100%;
     height:auto;
    
}








    
    
    
}





/***  sp END ***/




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE + TABLET             

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

nav.gmenu {
    position:fixed;
    width:100%;
    top:0;
    left:0;
	background:#edebe6;
	opacity:0.95;
    text-align:center;
    transform:translateY(-100%);
    transition:all 0.6s;
    z-index: 990;
}

nav.gmenu ul {
    margin:0% auto 0% auto;
    padding:15% 0px 0% 0px;
    width:100%;
}
 
nav.gmenu ul li {
	display:inline-block;
    padding:0;
    width:100%;
	font-size:17px;
	line-height:24px;
    list-style-type:none;
    border-bottom:solid 1px #dad0bf;
}

nav.gmenu ul li:last-child {
    padding-bottom:3%;
    border-bottom:none;
}
 
nav.gmenu ul li a {
    display:block;
    color:#22321e;
    padding:1em 0;
}

nav.gmenu .sub_title {
	font-size:13px;
	line-height:15px;
}


/* このクラスを、jQueryで付与・削除する */
nav.gmenu.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: relative;    /* bodyに対しての絶対位置指定 */
	float:right;
    right: 0%;
    top: 14px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 999;
/*	background-color:#FAF9F4;
*/    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    top: 34px;
}


.navToggle.active {
	background:none;
}

.navToggle.active span {
    border-bottom: solid 3px #22321e;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navToggle.active span:nth-child(4) {
    border: none;
}





/* ================================================== 

   PC                  

===================================================== */
	
@media only screen and (min-width: 1100px) {


.navToggle,
.wrapper_drawer {
	display:none;
}

nav.gmenu {
    position:sticky;
    margin: 0 0% 0 0;
    padding:22px 2% 0px 0px;
	transform:translateX(0);
	overflow:hidden;
    background: none;

}
    
@media only screen and (max-width: 1280px){
    
nav.gmenu {
    padding:22px 4% 0px 0px;
    }
}
    
    

nav.gmenu ul {
    margin:0px 0% 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    display:flex;
    justify-content:flex-end;
	border-top:none;
}
    
nav.gmenu ul li {
	display:inline-block;
    width:auto;
	margin:0px 0% 0px 4%;
    padding:0 0px 0 0%;
	font-size:17.5px;
	line-height:1em;
	letter-spacing:0.2em;
    border-bottom:none;
    font-weight: 500;
    white-space: nowrap;
}    
    
nav.gmenu ul li:last-child {
    padding-bottom:0%;
}
  
 nav.gmenu ul li:nth-last-child(2) {
  margin:0px 0% 0px 4%;
    padding-bottom:0%;
}
  
  
    
nav.gmenu ul li a {
      display: inline-block;
  text-decoration: none;
    margin: 0;
    padding: 0;
	border-bottom:none;
  text-decoration: none;
    letter-spacing: 0.08em;
    line-height: 1em;

}

nav.gmenu ul li a:link,
nav.gmenu ul li a:visited,
nav.gmenu ul li a:active {
	color:#333;
}

    nav.gmenu ul li a:hover{
	color:#AAAAAA;
}
    
@media only screen and (max-width: 1280px){
    
    
nav.gmenu ul li {
	margin:0px 0% 0px 3%;
	font-size:16px;
}    

}
    
@media only screen and (max-width: 1149px){
    
    
nav.gmenu ul li {
	margin:0px 0% 0px 2%;
	font-size:17px;
}    

}
    
    










 





    
    
