@charset "UTF-8";
/* CSS Basic Style ---------------------------------------------------------- */

/* reset elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
	b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	zoom: 1;
	font-size: 16px;
	overflow-x: hidden;
	line-height:30px;
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing:border-box;
}

a {
	color: #191919;
	text-decoration:none;
}
a:link {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #191919;
}
body {
	padding: 0;
	margin:0;
	color:#000000;
}
* html body {
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.wrap{
	width:100%;
	margin:0 auto;
	max-width: 1200px;
}

#toggle{
display: none;
}
a:hover img{
	opacity:0.6;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
#series01{
color:#1e8c63;
}
#series02{
color:#3fa7d1;
}
#series03{
color:#ffa318;
}
#series04{
color:#d14b3f;
}
#common{
color:#453721;
}
*/
#series03{
	padding-top:100px;
	border-top:1px dotted #453721;
}
#series04{
	padding-top:100px;
	border-top:1px dotted #453721;
}
/*==============================================================
header
==============================================================*/
#header{
box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  clear:both;
  overflow:hidden;
  padding:10px;
  width:100%;
  background:#ffffff;
  z-index: 99999;
  }
#header .wrap #logo{
float:left;
margin:15px 0;
}
#header .wrap #bt {
    float: right;
    margin: 15px 0;
}
#header .wrap #bt li {
    float: left;
    margin: 0 20px 0 0;
}
#header .wrap #bt li a {
    font-size: 20px;
    background: #339866;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 15px;
}


#main{
	background: url(images/main_bg.png) no-repeat center center / cover;
	padding: 200px 0;
	max-height:500px;
	text-align: center;
	margin-bottom:100px;
}

#anchor{
	margin-bottom:100px;
}
#anchor .anchor_box{
	padding: 30px;
}
#anchor .anchor_box ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#anchor .anchor_box ul li{
	margin-right:15px;
	margin-bottom:15px;
}
#anchor .anchor_box ul li:last-child{
	margin-right:0;
}
#anchor .anchor_box .title{
	font-size:22px;
	font-weight: bold;
	margin-bottom:15px;
}
.anchor01{
	background: #d2e8e0;
}
.anchor02{
	background: #d9edf6;
}
.anchor03{
	background: #ffedd1;
}
.anchor04{
	background: #f6dbd9;
}
.anchor01 .title{
	color:#1e8c63;
}
.anchor02 .title{
	color:#3fa7d1;
}
.anchor03 .title{
	color:#ffa318;
}
.anchor04 .title{
	color:#d14b3f;
}
/*==============================================================
main_column
==============================================================*/

/*==========title==========*/
.title_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}
.title_box h2{
	font-size:24px;
	font-weight: bold;
	padding: 20px;
	border-width:3px;
	border-style: solid;
	border-radius: 10px;
	width: 800px;
}
.title_box .bt_contact{
	width: 200px;
}
.title_box .bt_contact a{
	display: block;
	border:2px solid #000000;
	text-align: center;
	font-size:18px;
	padding: 10px 20px;
	width: 100%;
	color: #000000;
	background:#f3f3f3;
}
.title_box .bt_contact a:hover{
	background:#d2ccc4;
}

/*==========content_box==========*/
.content_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom:100px;
}
.content_box .img{
	width: 400px;
}
.content_box .content{
	width: calc(100% - 400px);
}

.content_box .content .img{
	width: auto;
}
.content_box .content .subtitle_box{
	width: 300px;
	text-align: center;
	border: 1px solid #333333;
	color: #333333;
	padding: 10px;
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}
.content_box .content .sub_content{
	margin-bottom:40px;
}
.content_box .content .sub_content .tax{
	text-align: right;
}
.content_box .content .sub_content ol.disc{
	margin-left: 25px;
	width: 100%;
}
.content_box .content .sub_content ol li{
	margin-bottom:10px;
}
.content_box .content .sub_content ol.disc li{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.content_box .content .sub_content ol.disc li span{
	color: #ff0000;
}
.content_box .content .sub_content ol.disc li::before{
	position: absolute;
	content: "●";
	left: -25px;
}
.content_box .content .sub_content ol li .size{
	width: 90%;
}
.content_box .content .sub_content ol li .size span{
	color: #ff0000;
}
.content_box .content .sub_content ol li .size_price{
	width: 10%;
	color: #ff0000;
	font-weight: bold;
	text-align: right;
}
.content_box .content .sub_content ol li .size_price span{
	color:#333333;
	font-weight: normal;
}
.content_box .content .sub_content ol.number{
	margin-left: 25px;
	width: 100%;
}
.content_box .content .sub_content ol.number li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.content_box .content .sub_content ol.number li::before{
	position: absolute;
	left: -25px;
}
.content_box .content .sub_content ol.number li:nth-of-type(1):before{
	content: "①";
}
.content_box .content .sub_content ol.number li:nth-of-type(2):before{
	content: "②";
}
.content_box .content .sub_content ol.number li:nth-of-type(3):before{
	content: "③";
}
.content_box .content .sub_content ol.number li:nth-of-type(4):before{
	content: "④";
}
.content_box .content .sub_content ol.number li:nth-of-type(5):before{
	content: "⑤";
}
.content_box .content .sub_content ol.number li:nth-of-type(6):before{
	content: "⑥";
}
.content_box .content .sub_content ol.number li:nth-of-type(7):before{
	content: "⑦";
}
.content_box .content .sub_content ol.number li:nth-of-type(8):before{
	content: "⑧";
}
.content_box .content .sub_content ol.number li:nth-of-type(9):before{
	content: "⑨";
}
.content_box .content .sub_content ol.number li:nth-of-type(10):before{
	content: "⑩";
}
/*==========#series01==========*/
#series01{

}
#series01 .title_box h2{
	color:#1e8c63;
	border-color: #1e8c63;
	background: #d2e8e0;
}
.content_table{
	width: 100%;
	border-collapse:  collapse; 
}
.content_table th,.content_table td{
	padding: 10px;
	text-align: center;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
.content_table th,.content_table td.weight{
	color: #ff0000;
}
.content_table th,.content_table td.price{
	color: #ff0000;
	font-weight: bold;
}

.series01_04_content{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px;
	margin-top: 10px;
}
.series01_04_content .img{
	margin-right:15px;
}
.series01_04_content .txt{
	font-size:14px;
	line-height: 22px;
}
/*==========#series02==========*/
#series02{

}
#series02 .title_box h2{
	color:#3fa7d1;
	border-color: #3fa7d1;
	background: #d9edf6;
}

/*==========#series03==========*/
#series03{

}
#series03 .title_box h2{
	color:#ffa318;
	border-color: #ffa318;
	background: #ffedd1;
}

/*==========#series04==========*/
#series04{

}
#series04 .title_box h2{
	color:#d14b3f;
	border-color: #d14b3f;
	background: #f6dbd9;
}
#series04 .series0402_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#series04 .series0402_box .img{
	width: 250px;
}
#series04 .series0402_box .series0402_content{
	width: calc(100% - 260px);
	border:1px solid #000000;
	margin-bottom:40px;
}
#series04 .series0402_box .series0402_content .sub_content{
	margin-bottom:0;
}
#series04 .series0402_box .series0402_content .disc{
	margin:0 30px;
}

/*==============================================================
contact
==============================================================*/
#contact{
	width: 100%;
	margin-bottom:100px;
}
#contact .title{
	font-size:24px;
	font-weight: bold;
	padding: 20px;
	border-width:3px;
	border-style: solid;
	border-radius: 10px;
	width: 100%;
	color:#453721;
	border-color: #453721;
	margin-bottom:20px;
	background: #e3e1de;
}
#contact .att{
	color: #ff0000;
}
#contact .error_list{
	color: #ff0000;
	margin-bottom:30px;
}

#contact .form_name{
	border-collapse:  collapse;
	width: 100%;
	margin-bottom:50px;
}
#contact .form_name th,#contact .form_name td{
	padding: 15px;
	border:1px solid #dddddd;
}
#contact .form_name th{
	width: 18%;
	background: #f0f0f0;
}

#contact .form_content{
	border-collapse:  collapse;
	width: 100%;
}
#contact .form_content th,#contact .form_content td{
	padding: 15px;
	border:1px solid #dddddd;
	vertical-align: middle;
}
#contact .form_content th{
	text-align: center;
	font-weight: bold;
	background: #f0f0f0;
}

#contact .form_content td.form_series01{
	font-weight: bold;
	color:#1e8c63;
	background: #d2e8e0;
	width: 20%;
	text-align: center;
}
#contact .form_content td.form_series02{
	font-weight: bold;
	color:#3fa7d1;
	background: #d9edf6;
	text-align: center;
}
#contact .form_content td.form_series03{
	font-weight: bold;
	color:#ffa318;
	background: #ffedd1;
	text-align: center;
}
#contact .form_content td.form_series04{
	font-weight: bold;
	color:#d14b3f;
	background: #f6dbd9;
	text-align: center;
}
#contact .form_content td.none_border_left{
	border-left:none;
}
#contact .form_content td.none_border_right{
	border-right:none;
}
#contact input ,#contact select{
	padding: 10px;
	border: 1px solid #dddddd;
}
#contact input.input_size01{
	width: 100%;
}
#contact input.input_size02{
	width: 40%;
}
#contact input.input_size03{
	width: 50%;
}
#contact textarea{
	width: 100%;
	padding: 10px;
}

#contact .bt_contact{
	text-align: center;
	padding: 50px;
	margin:0 auto;
	width: 300px;
}
#contact .bt_contact input.btn{
display: block;
	border:2px solid #000000;
	text-align: center;
	font-size:18px;
	padding: 10px 20px;
	width: 100%;
	color: #000000;
	background:#f3f3f3;
}

/*==============================================================
footer
==============================================================*/
#footer{
clear:both;
overflow:hidden;
padding:0px 0 0 0;
}


address{
clear:both;
overflow:hidden;
text-align:center;
padding:30px 0;
font-size:14px;
font-size:1.4rem;
border-top:1px solid #f0f0f0;
}

/*==============================================================
thank
==============================================================*/
#thank{
	padding:200px 0;
}
#thank h3{
	font-size:40px;
	text-align: center;
	font-weight: bold;
	color: #453721;
	margin:0 auto 100px auto;
}

#thank .thank_txt{
	width:600px;
	margin: 0 auto 100px auto;
}
#thank .bt_to_index{
	width: 300px;
	margin: 0 auto 100px auto;
}
#thank .bt_to_index a{
	display: block;
	border:2px solid #339866;
	text-align: center;
	font-size:18px;
	padding: 10px 20px;
	width: 100%;
	color: #ffffff;
	background:#339866;
}
#thank .bt_to_index a:hover{
	background:#d6eae0;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SP
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:3vw;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
img {
max-width : 100% ;
}


body {
	-webkit-text-size-adjust : 100%!important ;
	font-size: 3vw;
	line-height:3vh;
	}
* {
	font-size: 3vw;
	line-height:3vh;
	}
	
#toggle{
display: block;
clear:both;
position: absolute;
right: 5%;
top: 5px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*==============================================================
header
==============================================================*/
#header{
height:auto;
padding:0;
}
#header .wrap #logo{
float:none;
margin:20px 5px 5px 5px;
}
#header .wrap #bt {
    margin: 0;
}
#header .wrap #bt li a {
    font-size: 3vw;
    padding: 5px;
    white-space: nowrap;
	}
/*==============================================================
main_column
==============================================================*/
#main{
	padding: 10vh 0;
	max-height:70vh;
	text-align: center;
	margin-bottom:5vh;
}
#main .main_img{
	width: 96%;
	margin: 0 auto;
}
#anchor{
	margin-bottom:5vh;
}
#anchor .anchor_box{
	padding: 1.5vh 3vw;
}
#anchor .anchor_box ul li{
	width: 48%;
	margin-right:2%;
	margin-bottom:2%;
}
#anchor .anchor_box .title{
	font-size:4.2vw;
	margin-bottom:2vh;
}

/*==========title==========*/
.title_box{
	width: 96%;
	margin:0 auto 3vh auto;
}
.title_box h2{
	font-size:4vw;
	padding:0.5vh 1vw;
	width:65%;
}
.title_box .bt_contact{
	width: 30%;
}
.title_box .bt_contact a{
	font-size:3vw;
	padding:0.25vh .5vw;
}

/*==========content_box==========*/
.content_box{
	display: block;
	margin-bottom:10vh;
}
.content_box .img{
	width: 70%;
	margin:0 auto 5vh auto;
}
.content_box .content{
	width: 96%;
	margin:0 auto;
}
.content_box .content .subtitle_box{
	width: 100%;
	padding: .5vh 1vw;
	font-size:3.6vw;
	margin-bottom:2vh;
}
.content_box .content .sub_content{
	margin-bottom:2vh;
}
.content_box .content .sub_content ol.disc{
	width: 90%;
}
.content_box .content .sub_content ol.number{
	width: 90%;
}
.content_box .content .sub_content ol li .size{
	width: 80%;
    margin-right: 2%;
}
.content_box .content .sub_content ol li .size_price{
	width: 18%;
}
/*==============================================================
contact
==============================================================*/
#contact{
	width: 96%;
	margin:0 auto 3vh auto;
}
#contact .title{
	padding: .5vh 1vw;
	font-size:3.6vw;
	margin-bottom:2vh;
}
#contact .form_name th{
	width: 30%;
}
#contact .form_name th,#contact .form_name td{
	padding: 1vh 2vw;
}
#contact .form_content th,#contact .form_content td{
	padding: 1vh 2vw;
}
#contact .sp_scroll{
	overflow-x: scroll;
}
#contact .sp_scroll .form_content{
	min-width: 900px;
}
/*==============================================================
footer
==============================================================*/
#footer{
padding:0;
}
#footer_contact{
display:none;
}
#footer .wrap #footer_address{
display:none;
}
#footer .wrap #f_logo{
margin-bottom:10px;
}
address{
padding:10px;
font-size:8px;
font-size:0.8rem;
}

/*==============================================================
thank
==============================================================*/
#thank{
	padding:5vh 0;
}
#thank h3{
	font-size:6vw;
	margin:0 auto 1.5vh auto;
}
#thank h5{
	font-size:3.8vw;
	margin:0 auto 3vh auto;
}
#thank .thank_txt{
	width: 90%;
	margin:0 auto 3vh auto;
}
#thank .bt_to_index{
	margin:0 auto 5vh auto;
}

}