﻿@charset "utf-8";
/* CSS Document */

.pc { display: block; }
.sp { display: none; }

.sp_br{
	display: none;
}

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


body{
}
header.pc{
	background: url("../img/pc_header.jpg") no-repeat center;
	background-size: cover;
	height: 800px;
	position: relative;
}
header.pc .btn{
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
header.pc .btn a{
	padding-left: 450px;
}

main .cont01{
	background: url("../img/cont01_bg.png") no-repeat top center;
	background-size: cover;
}
main .cont01 .inner{
	max-width: 950px;
	margin: 0 auto;
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}
main .cont01 .inner .txt .box{
	margin-top: 20px;
background: #fff;
border: 3px solid #a48645;
}
main .cont01 .inner .txt .box p.name{
	text-align: center;
	margin-top: 25px;
}
main .cont01 .inner .txt .box p.name span{
	font-size: 2.3em;
color: #a48645;
	display: block;
}
main .cont01 .inner .txt .box p.name span::before{
	content: '';
	background:url("../img/cont01_icon01.png") no-repeat left;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
main .cont01 .inner .txt .box p.name span::after{
	content: '';
	background:url("../img/cont01_icon02.png") no-repeat right;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
main .cont01 .inner .txt .box p.ttl{
	margin: 20px 0 0 30px;
	font-size: 1.6em;
	font-weight: bold;
}
main .cont01 .inner .txt .box ul{
	margin-top: 10px;
	padding: 0 30px;
	font-size: 1.6em;
	margin-bottom: 20px;
}
main .cont01 .inner .txt .box ul li{
	margin-bottom: 10px;
	background: url("../img/cont01_icon03.png") no-repeat left center;
	padding-left: 20px;
}
main .cont01 .inner .img p{
	text-align: center;
	margin-top: 15px;
}
main .cont01 .inner .img p a{
	text-decoration: underline;
	font-size: 1.6em;
	font-weight: bold;
}

main .cont02{
	max-width: 980px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
main .cont02::before{
	content: '';
	background: url("../img/cont02_icon01.png") no-repeat left center;
	padding: 50px;
}
main .cont02::after{
	content: '';
	background: url("../img/cont02_icon02.png") no-repeat right center;
	padding: 50px;
}
main .cont02 figure{
	padding: 40px 0;
}
main .cont02 p.txt{
	padding: 20px 0;
	font-size: 2.2rem;
	max-width: 500px;
	line-height: 2em;
}
main .cont02 p.txt span{
	font-weight: bold;
	border-bottom: #A48645 5px solid;
}

main .cont03 .ttl{
	background: url("../img/cont03_ttl_bg.png") no-repeat center;
	height: 360px;
	margin-top: 120px;
	padding-top: 80px;
}
main .cont03 .ttl h2{
max-width: 730px;
	text-align: center;
border-radius: 50px;
background: rgba(255,255,255,0.8);
	font-size: 45px;
	margin: 0 auto;
	padding: 30px 40px;
	font-weight: bold;
	font-family: 'Krona One', sans-serif;
}
main .cont03 .ttl h2 span{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	display: block;
	font-size: 33px;
}
main .cont03 ul.slider{
	max-width: 1120px;
	margin: 60px auto 0;
}
main .cont03 ul.slider img.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
main .cont03 ul.slider img.prev-arrow{
	right: -80px;
}
main .cont03 ul.slider img.next-arrow{
	left: -90px;
}

main .cont04{
	margin-top: 100px;
}
main .cont04 .top{
	background: url("../img/cont04_ttl_bg.png");
	padding: 80px 0;
	margin-top: 100px;
}
main .cont04 .top h3.pc{
	text-align: center;
	font-size: 4.5rem;
	font-weight: bold;
	color: #fff;
}
main .cont04 .top h3.pc::before{
	content: '';
	background: url("../img/cont04_ttl_icon.png") no-repeat;
	padding-left: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
}
main .cont04 .top h3.pc::after{
	content: '';
	background: url("../img/cont04_ttl_icon2.png") no-repeat;
	padding-right: 150px;
	padding-top: 60px;
	padding-bottom: 60px;
}
main .cont04 .top h3.no2::after{
	content: '';
	background: url("../img/cont04_ttl_icon3.png") no-repeat;
	padding-right: 150px;
	padding-top: 60px;
	padding-bottom: 60px;
}
main .cont04 .box{
	max-width: 940px;
	margin: 90px auto 0;
	display: flex;
	justify-content: space-between;
}
main .cont04 .box .txt{
	max-width: 550px;
}
main .cont04 .box .txt p.ttl{
	font-size: 3.4rem;
	font-weight: bold;
	border-bottom: 5px solid #222222;
	position: relative;
}
main .cont04 .box .txt p.ttl::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 80%;
	border-bottom: 5px solid #FF81AD;
}
main .cont04 .box .txt p.com{
	font-size: 2.0rem;
	line-height: 2em;
	margin-top: 20px;
}
main .cont04 .box .txt p.img{
	margin-top: 35px;
}

main .cont05{
	background: url("../img/cont05_bg.png");
	margin-top: 115px;
	padding: 90px 0;
}
main .cont05 .inner{
	max-width: 920px;
	margin: 0 auto;
}
main .cont05 p.top{
	text-align: center;
}
main .cont05 p.top span{
	font-family: 'Krona One', sans-serif;
	font-size: 4.0rem;
	background:linear-gradient(transparent 60%, #FFF000 60%);
	padding: 0 100px;
}
main .cont05 h2.ttl{
	font-size: 5.0rem;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	background: url("../img/cont05_ttl_bg.png") no-repeat;
	padding-bottom: 50px;
}
main .cont05 .box{
	margin-top: 55px;
	border: 1px solid #222222;
	background: #fff;
	padding: 70px 60px;
	display: flex;
	justify-content: space-between;
}
main .cont05 .box .right{
	max-width: 475px;
}
main .cont05 .box .right p.txt{
	font-size: 1.8rem;
	line-height: 2em;
}
main .cont05 .box .right p.case{
	margin-top: 80px;
}
main .cont05 .box .right p.case span{
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	background: #222222;
	border-radius: 50px;
	color: #fff;
	padding: 5px 50px;
}
main .cont05 .box .right dl{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
main .cont05 .box .right dl dd{
	max-width: 255px;
	font-size: 1.8rem;
	line-height: 2em;
}
main .cont05 .box .right dl dd span.name{
	font-weight: bold;
}
main .cont05 .box .right dl dd span.price{
	font-size: 2.6rem;
	color: #FF81AD;
	font-weight: bold;
}

main .cont06{
	background: url("../img/cont06_bg.png") top center;
	padding-bottom: 110px;
}
main .cont06 .lead01{
	text-align: center;
	padding-top: 105px;
}
main .cont06 .lead02{
	text-align: center;
	padding-top: 40px;
	font-size: 4.3rem;
	font-weight: bold;
}
main .cont06 .txt01{
	max-width: 790px;
	margin: 75px auto 0;
	font-size: 2.2rem;
}
main .cont06 .lead03{
	text-align: center;
	padding-top: 120px;
}
main .cont06 .txt02{
	text-align: center;
	padding-top: 100px;
}
main .cont06 .img{
	text-align: center;
	padding-top: 10px;
}

main .cont_info{
	background: url("../img/cont_info_bg.png");
	padding-bottom: 60px;
}
main .cont_info .txt{
	padding-top: 45px;
	text-align: center;
}
main .cont_info .btn{
	text-align: center;
}

main .cont07{
	background: url("../img/cont07_bg.png") top center;
	padding-bottom: 110px;
}
main .cont07 .icon01{
	text-align: center;
	padding-top: 80px;
}
main .cont07 .lead01{
	text-align: center;
	padding-top: 45px;
}
main .cont07 .txt01{
	text-align: center;
	padding-top: 45px;
}
main .cont07 ul.img{
	padding-top: 90px;
	display: flex;
	justify-content: space-between;
	max-width: 920px;
	margin: 0 auto;
}
main .cont07 p.comment{
	font-size: 2.2rem;
	text-align: center;
	color: #333;
	margin-top: 70px;
}
main .cont07 .box{
	max-width: 730px;
background: #fff;
border: 3px solid #a48645;
	margin: 80px auto 0;
	padding: 80px 0;
}
main .cont07 .box .logo{
	text-align: center;
}
main .cont07 .box .lead{
	text-align: center;
	margin-top: 60px;
}
main .cont07 .box .lead span{
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: dotted 6px #A48645;
}
main .cont07 .box .txt{
	margin-top: 40px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2em;
}
main .cont07 .box .txt span{
	text-decoration: underline;
	font-weight: bold;
}

main .cont08 .top{
	background: url("../img/cont08_top_bg.png") no-repeat;
	padding: 100px 0 120px;
}
main .cont08 .top h2{
	text-align: center;
	font-size: 4.5rem;
	font-weight: bold;
}
main .cont08 .top h2::before{
	content: '';
	background: url("../img/cont08_top_icon01.png") no-repeat;
	padding-left: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
}
main .cont08 .top h2::after{
	content: '';
	background: url("../img/cont08_top_icon02.png") no-repeat;
	padding-right: 150px;
	padding-top: 60px;
	padding-bottom: 40px;
}
main .cont08 .content{
	background: url("../img/cont08_bg.png") no-repeat top center;
	padding-bottom: 50px;
	margin-top: -35px;
}
main .cont08 .content .box{
	max-width: 940px;
	margin: 0 auto;
	padding-top: 110px;
	display: flex;
	justify-content: space-between;
}
main .cont08 .content .box dl{
	max-width: 550px;
}
main .cont08 .content .box dl dt{
	font-size: 3.5rem;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #FFF000 60%);
	text-align: center;
}
main .cont08 .content .box dl dd{
	margin-top: 30px;
	line-height: 2em;
	font-size: 1.8rem;
}
main .cont08 .content p.other{
	text-align: center;
	margin-top: 150px;
}
main .cont08 .content p.other span{
	font-size: 5.0rem;
	font-weight: bold;
	display: inline-block;
}
main .cont08 .content p.other span::before{
	content: '';
	background: url("../img/cont08_icon03.png") no-repeat left center;
	padding: 30px 80px;
}
main .cont08 .content p.other span::after{
	content: '';
	background: url("../img/cont08_icon04.png") no-repeat right center;
	padding: 30px 80px;
}
main .cont08 .content p.comment{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 50px;
}
main .cont08 .content .greeting{
	max-width: 950px;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
}
main .cont08 .content .greeting a{
	display: block;
	text-align: right;
}
main .cont08 .content .lead{
	text-align: center;
	margin-top: 130px;
}

main .cont09{
	background: url("../img/cont09_bg.png") top center;
}
main .cont09 .lead01{
	padding-top: 150px;
	text-align: center;
}
main .cont09 .img{
	padding-top: 50px;
	text-align: center;
}
main .cont09 .box{
	margin: 60px auto 0;
	max-width: 930px;
}
main .cont09 .box p.txt{
	background: #fff;
	font-size: 1.8rem;
	padding: 30px;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	line-height: 2em;
}
main .cont09 .box p.txt::before{
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	border: 1px solid #222;
	margin: 10px 0 0 10px;
	z-index: 10;
	background: #fff;
}
main .cont09 .box p.txt span{
	position: relative;
	z-index: 100;
}
main .cont09 .box p.comment{
	text-align: right;
	font-size: 1.4rem;
	margin-top: 20px;
}
main .cont09 .lead02{
	padding-top: 100px;
	text-align: center;
}
main .cont09 .photo{
	margin: 50px auto 0;
	max-width: 940px;
	display: flex;
	justify-content: space-between;
}
main .cont09 .photo .txt{
	max-width: 540px;
	margin-top: 25px;
}
main .cont09 .photo .txt p{
	background: #fff;
	font-size: 1.8rem;
	padding: 30px;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	line-height: 2em;
}
main .cont09 .photo .txt p::before{
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	border: 1px solid #222;
	margin: 10px 0 0 10px;
	z-index: 10;
	background: #fff;
}
main .cont09 .photo .txt p span{
	position: relative;
	z-index: 100;
}

main .cont10{
	margin-top: 120px;
}
main .cont10 h3{
	background: url("../img/cont10_top_bg.png") no-repeat;
	font-size: 4.9rem;
	font-weight: bold;
	padding: 200px 0;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
main .cont10 .flow{
	display: flex;
	max-width: 920px;
	margin: 80px auto 0;
}
main .cont10 .flow .right{
	max-width: 810px;
	margin-left: 20px;
}
main .cont10 .flow .right .ttl{
	font-size: 3.2rem;
	font-weight: bold;
	border-bottom: 4px dotted #FF81AD;
	padding-bottom: 10px;
}
main .cont10 .flow .right .txt{
	font-size: 1.8rem;
	margin-top: 10px;
}

main .cont11{
	background: url("../img/cont11_bg.png") top center;
	padding-bottom: 100px;
}
main .cont11 .inner{
	max-width: 730px;
	margin: 100px auto 0;
	padding-top: 120px;
}
main .cont11 .inner h3{
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 110px;
}
main .cont11 .inner h3::before{
	content: '';
	background: url("../img/cont11_icon01.png") no-repeat left center;
	padding: 40px 50px;
}
main .cont11 .inner h3::after{
	content: '';
	background: url("../img/cont11_icon02.png") no-repeat right center;
	padding: 40px 50px;
}
main .cont11 .inner dl{
	background: #E5FFF0;
	padding: 0px;
	margin-bottom: 30px;
}
main .cont11 .inner dl dt{
	font-size: 2.0rem;
	font-weight: bold;
	background: url("../img/cont11_icon04.png") no-repeat;
	background-position: 0% 0px;
	padding-right: 0px;
	padding: 20px 0 15px 100px;
	display: flex;
	cursor: pointer;
}
main .cont11 .inner dl dt.active{
	background: url("../img/cont11_icon03.png") no-repeat;
	background-position: 0% 0px;
}
main .cont11 .inner dl dd{
	font-size: 18px;
	display: none;
	padding: 30px;
	background: #fff;
	line-height: 2em;
}

main .cont12{
	background: url("../img/cont12_bg.png") center top;
	padding-top: 130px;
}
main .cont12 .lead{
	text-align: center;
}
main .cont12 .img{
	text-align: center;
	margin-top: 40px;
}

footer{
	background: #222;
}
footer .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}
footer .inner p.left{
	margin-top: 20px;
	line-height: 2em;
	font-size: 2.0rem;
	color: #fff;
}
footer .inner p.right{
	text-align: right;
	margin-top: 40px;
	line-height: 2em;
	font-size: 1.8rem;
	color: #fff;
}
