@charset "utf-8";
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	font-family:"メイリオ","Arial","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	color: #333;
}
a {
	text-decoration: none;
}
img {
	font-size: 0;
	width: 100%;
	height: auto;
}
li {
	list-style: none;
}
#wrapper {
    background-color: #332211;
    overflow: hidden;
    position: relative;
}
#main {
	max-width: 1120px;
    margin: 0 auto;
    /*background-color: #fff;*/
    background-color: #F9F9F9;
}
.flex_box {
	display: flex;
}
.contents_tips {
    background: #F0E9D9;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 15px;
}
.link_box {
    margin-top: 80px;
    text-align: center;
}
button {
    width: 200px;
    height: 60px;
}
button a {
	color: #fff;
}
button a:hover {
	color: #fff;
}
.link_box .btn:first-child {
    margin-right: 20px;
}
.link_box .btn:last-child {
    margin-left: 20px;
}
.link_box button {
	border-radius: 0;
	transition: .3s;
	padding: 0;
}
.link_box button.btn-dark:hover,
.link_box button.custom:hover,
.link_box button.oriko:hover,
.link_box button.form:hover {
    background-color: #7C6200;
    border: 1px solid #7C6200;
	transition: .3s;
}
.link_box button a {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	transition: .3s;
}
.sp_only {
	display: none;
}

@media screen and (max-width:1024px) {
	#main {
	    max-width: 1024px;
	    width: 100%;
	}
	button {
	    max-width: 180px;
	    width: 26.4706%;
	    height: 55px;
	}
	.link_box button a {
	    height: 55px;
	    line-height: 55px;
	}
	.contents_tips {
		font-size: 16px;
	}
	_::-webkit-full-page-media, _:future, :root input {
	    border-radius: 1px;
	    border: 1px solid #ccc;
	}
}

@media screen and (max-width:599px) {
	.contents_tips {
	    font-size: 16px;
	    line-height: 16px;
	}
	.sp_only {
		display: block;
	}
	button {
	    width: 180px;
	    height: 55px;
	}
	.link_box button a {
	    font-size: 14px;
	}
	.link_box .btn:first-child {
	    margin-right: 0;
	    display: block;
	    margin: 0 auto;
	    margin-bottom: 15px;
	}
	.link_box .btn:last-child {
	    margin-left: 0;
	    margin-top: 15px;
	    display: block;
	    margin: 0 auto;
	    margin-top: 15px;
	}
	
}


/*============
 header
=============*/
#header {
    background-color: #fff;
}
	#header .h_inner {
	    justify-content: space-between;
	    max-width: 1120px;
	    margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#header .h_ttl {
	    display: none;
	}
	#header .h_info {
        margin-top: 20px;
	}
		#header .h_info p {
		    margin-bottom: 0;
		}

	#mv {
	    background: rgb(138,138,168);
		background: linear-gradient(214deg,
		 rgba(138,138,168,1) 0%,
		 rgba(229,229,236,1) 58%,
		 rgba(255,255,255,1) 100%);
	}
		#mv .mv_inner {
		    max-width: 1120px;
		    /*justify-content: center;*/
		    margin: 0 auto;
	        padding-left: 55px;
		    padding-top: 25px;
		    padding-bottom: 25px;
		}
		#mv .mv_img {
		    margin-right: 50px;
		}
		#mv .mv_ttl {
		    display: flex;
		    align-items: center;
			font-size: 28px;
			font-family: "游明朝";
			font-weight: bold;
			position: relative;
		}
			#mv .mv_ttl:before {
				content: "";
				position: absolute;
				bottom: 25px;
				width: 100%;
				height: 1px;
				border-bottom: 1px solid #7C6200;
			}
		#mv .color_pallet {
		    display: flex;
		    align-items: center;
		    margin-left: 50px;
		}
			#mv .color_pallet span + span {
				margin-left: 10px;
			}
			#mv .color01,
			#mv .color02,
			#mv .color03,
			#mv .color04 {
			    width: 30px;
			    height: 30px;
			    border-radius: 30px;
			    display: block;
			}
			#mv .color01 {
			    background-color: #3D5F68;
			}
			#mv .color02 {
			    background-color: #704145;
			}
			#mv .color03 {
			    background-color: #7C6200;
			}
			#mv .color04 {
			    background-color: #F0E9D9;
			}

@media screen and (max-width:1024px) {
	#header .h_inner {
	    max-width: 1024px;
	    padding-left: 2%;
	    padding-right: 2%;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
		#header .h_logo.left.flex_box {
			max-width: 399px;
			width: 46%;
		}
	#mv {
	    max-width: 1024px;
	    width: 100%;
	}
		#mv .mv_inner {
		    padding-left: 2%;
		    padding-right: 2%;
		    padding-top: 15px;
		    padding-bottom: 15px;
			max-width: 768px;
			margin: 0 auto;
			justify-content: center;
		}
			#mv .mv_img {
			    margin-right: 20px;
			    max-width: 268px;
			    width: 26.1719%;
			}
			#mv .mv_ttl {
			    font-size: 24px;
			}
			#mv .color_pallet {
			    margin-left: 20px;
			}
				#mv .color01,
				#mv .color02,
				#mv .color03,
				#mv .color04 {
					width: 25px;
					height: 25px;
				}
}

@media screen and (max-width:599px) {
	#header .h_inner {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    align-items: center;
	}
		#header .h_info {
			margin-top: 0;
		}
			#header .h_info p {
			    font-size: 12px;
			}
	#mv {
	    max-width: 599px;
	}
		#mv .mv_inner {
		    padding-top: 15px;
		    padding-bottom: 15px;
			max-width: 599px;
		}
			#mv .mv_img {
			    margin-right: 10px;
			    max-width: 268px;
			    width: 26.1719%;
			    display: none;
			}
			#mv .mv_ttl {
			    font-size: 18px;
			}
				#mv .mv_ttl:before {
				    bottom: 0px;
				}
			#mv .color_pallet {
			    margin-left: 10px;
			    display: none; 
			}
				
}




/*============
 footer
=============*/
#footer {
    background-color: #333;
}
	#footer .copyright {
	    text-align: center;
	    color: #fff;
	    font-size: 12px;
	    margin-bottom: 0;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}


@media screen and (max-width:1024px) {
}

/*============
 #total_price
=============*/
#total_price {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F0E9D9;
    /*margin-bottom: 38px;*/
    max-width: 1120px;
    width: 100%;
    line-height: 1;
}
	#total_price .flex_box {
	    margin-left: 7.1429%;
	    margin-right: 7.1429%;
	    border: 1px solid #333;
	    background-color: #fff;
	}
		#total_price .flex_box .plan {
		    max-width: 350px;
		    width: 36.4584%;
		    border-right: 1px solid #333;
			padding: 10px;
		}
			#total_price .flex_box .plan dt {
				font-size: 14px;
				font-weight: bold;
				color: #606060;
			}
			#total_price .flex_box .plan dd {
				text-align: center;
			    font-family: "Arial";
			    margin-top: 10px;
			}
		#total_price .flex_box .price {
		    max-width: 610px;
		    width: 63.5417%;
			padding: 10px;
		}
			#total_price .flex_box .price dt {
				font-size: 14px;
				font-weight: bold;
				color: #606060;
			}
			#total_price .flex_box .price dd {
				text-align: right;
			    /*font-family: "Arial";*/
			    margin-right: 10px;
			    font-size: 36px;
			}

	.js_fix.is_fixed {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	}

@media screen and (max-width:1024px) {
	#total_price .flex_box {
	    margin-left: 3.125%;
	    margin-right: 3.125%;
	}
		#total_price .flex_box .plan {
		    max-width: initial;
		    width: 45.8334%;
		}
		#total_price .flex_box .price {
			max-width: initial;
			width: 57.3530%;
		}
			#total_price .flex_box .price dd {
			    font-size: 24px;
			    margin-top: 10px;
			}
}

@media screen and (max-width:599px) {
	#total_price .flex_box {
	    display: block;
	}
		#total_price .flex_box .plan {
		    width: 100%;
		    border-right: none;
		    border-bottom: 1px solid;
		}
			#total_price .flex_box .plan dd {
			    text-align: left;
			}
		#total_price .flex_box .price {
		    width: 100%;
		}
}

/*== slide ==*/
#wrapper .slide_wrap {
    max-width: 960px;
    height: 360px;
}
	#wrapper .slide_list {
	    max-width: 580px;
	    width: 60.4167%;
	    height: 100%;
	    margin: 0 auto;
	    position: relative;
	}
		#wrapper .slide_list .slide-item.slick-active {
		    min-height: 360px;
		}
			#wrapper .slide_list .slide-item div {
				position: relative;
			}
				#wrapper .slide_list .slide-item .front img,
				#wrapper .slide_list .slide-item .side img,
				#wrapper .slide_list .slide-item .back img {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
				}

	#wrapper .slick-dots {
	    bottom: -10px;
	}
		#wrapper .slick-dots li {
		    width: 100px;
		    height: 13px;
		}
			#wrapper .slick-dots li button {
			    width: 100px;
			    height: 13px;
			}
				#wrapper .slick-dots li button:before {
					width: 100px;
				    height: 13px;
				    background-color: #767676;
				    content: "";
				    opacity: .8;
				}
				#wrapper .slick-dots li.slick-active button:before {
					background-color: #7C6200;
				}
	#wrapper .slick-arrow {
	    position: absolute;
	}
	#wrapper .slick-prev:before,
	#wrapper .slick-next:before {
		position: absolute;
	    content: "";
	    top: 0;
	    background-repeat: no-repeat;
	    background-size: contain;
	    width: 22px;
	    height: 44px;
	    opacity: 1;
	    transition: .3s;
	}
	#wrapper .slick-prev:before {
	    left: 0;
	    background-image: url(../img/custom/ext/arrow_left.png);
	}
		#wrapper .slick-prev:hover:before {
		    background-image: url(../img/custom/ext/arrow_g_left.png);
		    transition: .3s;
		}
	#wrapper .slick-next:before {
	   right: 0;
	    background-image: url(../img/custom/ext/arrow_right.png);
	}
		#wrapper .slick-next:hover:before {
		    background-image: url(../img/custom/ext/arrow_g_right.png);
		    transition: .3s;
		}

@media screen and (max-width:1024px) {
	#wrapper .slide_wrap {
	    height: 330px;
	}
	#wrapper .slide_list {
	    max-width: 580px;
	    width: 100%;
	}
	#wrapper .slick-dots {
	    bottom: -30px;
	}
}

@media screen and (max-width:599px) {
	#wrapper .slide_wrap {
	    height: 220px;
	}
	#wrapper .slide_list {
	    max-width: 599px;
	    width: 100%;
	}
		#wrapper .slide_list .slide-item.slick-active {
			min-height: 220px;
		}
	#wrapper .slick-prev:before {
	    left: 15px;
	}
	#wrapper .slick-next:before {
	    right: 15px;
	}
	#wrapper .slick-dots li {
	    width: 60px;
	}
		#wrapper .slick-dots li button:before {
		    width: 60px;
		    height: 10px;
		}
}