@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family:  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#4d4d4d;
	background: url(../img/body_bg.jpg) repeat left top;
}

img { vertical-align:bottom; }

.f_min,.sec-tit {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","Ryumin Regular KL", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
}
.f_yumin{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.f_yugo,.sec02-li li dt,.f_yugo_dt{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inbox{
	width: 980px;
	margin: auto;
	box-sizing: border-box;
}
a:hover{
	opacity: 0.7;
}
/*-----------------header------------------*/

#header {
	width:100%;
	background: url(../img/header_bg.png) repeat left top;
	position: absolute;
	z-index: 999;
}

.header-in{
	padding:10px 0;
}
.hf-logo,.hf-right li:last-child{
	float: left;
}
.hf-right,.hf-right li{
	float: right;
}
.hf-right{
	width: 600px;
}
h1 {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height: 20px;
	background-color: rgba(119,94,75,0.6);
}

h1 span {
	display: block;
	width: 980px;
	margin:0 auto;
}
.hf-dl li:first-child{
	position: relative;
	right: -8px;
}
.hf-dl dl:first-of-type{
	margin-bottom:5px;
}
.hf-dl dl dt,.hf-dl dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-feature-settings: "palt";
	height: 20px;
	line-height: 20px;
}
.hf-dl dl dt{
	width: 60px;
	height: 20px;
	background:rgba(204,204,204,0.6);
	text-align: center;
}
.hf-dl dl dd{
	padding-left: 6px;
}
/* header2 */
#headerfixed header {
	background-color:rgba(255,255,255,0.8);
}
#headerfixed .header-in{
	padding: 5px 0 4px;
}
#headerfixed .hf-right{
	width: 797px;
}
#headerfixed .hf-dl li:first-child{
	padding-top: 10px;
}
#headerfixed .hf-dl dl:first-of-type{
	margin-bottom: 0;
	margin-right: 10px;
}
#headerfixed .hf-dl dl{
	float: left;
}
/* headerfixed */
#headerfixed {
	width:100%;
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
    z-index: 9999;
}
.fixed {
    position: fixed;
    top: 0;
}

/*---------navi------------*/
nav {
	background-color: #fff;
	text-align: center;
}
nav li a{
	display: block;
}
nav li{
	float: left;
}
nav ul{
	width: 980px;
	margin: auto;
}
.g-nav a{
	padding:5px 0;
}
body>nav {
	border-bottom: 5px solid #d6c9ab;
}

/*navi2*/
#headerfixed nav {
	background-color: rgba(255,255,255,0.8);
}

/*---------main_visual------------*/

#main_visual {
	width:100%;
	height:680px;
	position:relative;
	overflow:hidden;
	text-align:center;
	background:url(../img/mv_bg.jpg) no-repeat center top;
	background-size:cover;
}

#main_visual>p {
	width:980px;
	height:595px;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
}
#main_visual>p>img{
	width: 70%;
	padding-top: 18%;
}
/*-----------------container------------------*/
#container {
}
.sec-tit{
	font-size: 58px;
	font-weight: bold;
	border-bottom: 4px #d6c9ab double;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	letter-spacing:0.05em;
	color: #433725;
}
.cmn-dl dl{
	display: table;
	width: 100%;
	margin-bottom: 2px;
	background-color: #fff;
}
.cmn-dl dl:last-of-type{
	margin-bottom: 0;
}
.cmn-dl dl dt,.cmn-dl dl dd{
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
	font-size: 16px;
	padding: 18px 15px;
	box-sizing: border-box;
}
.cmn-dl dl dt{
	width: 250px;
	background-color: #d6c9ab;
	color: #56453b;
}
/*sec01
------------------------------------------------*/
#section01 {
	background:url(../img/section01_bg.jpg) no-repeat center top;
	background-size:cover;
	padding:33px 0 30px;
}
.sec01-in{
	background-color: rgba(255,255,255,0.8);
	padding: 21px 20px 37px;
	width: 880px;
	box-sizing: border-box;
}
.sec01-in p{
	font-size: 16px;
	line-height: 28px;
}
.sec01-in p span{
	font-weight: bold;
}
span.letter{
	font-weight: normal;
	letter-spacing: -0.3em;
}
.sec01-tit{
	font-size: 50px;
	text-align: left;
	margin-bottom: 17px;
	padding-bottom: 0;
}
/*sec02
------------------------------------------------*/
#section02 {
	background:url(../img/section02_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 67px 0 100px;
}
.sec02-li li{
	float: left;
	margin-right: 40px;
	text-align: center;
	width: 300px;
}
.sec02-li li:last-child{
	margin-right: 0;
}
.sec02-li li dt{
	font-size: 28px;
	font-weight: bold;
	color: #56453b;
	line-height: 35px;
	background: url(../img/sec02_dt_line.png)no-repeat center bottom;
	padding: 8px 0 14px;
	margin-bottom: 10px;
}
.sec02-li li dt span{
	font-size: 32px;
	color: #dd7d13;
}
.sec02-li li dd{
	margin-top: 5px;
	height: 60px;
}
.sec02-b{
	margin-top: 42px;
	border:10px solid #e6e6e6;
	background-color: #fff;
	padding:10px;
}
.sec02-b-tit{
	text-align: center;
	color: #fff;
	background-color: #56453b;
	height: 60px;
	line-height: 63px;
	font-size: 30px;
	margin-bottom: 20px;
}
.sec02-b-li{
	text-align: center;
}
.sec02-b-li li{
	display: inline-block;
	padding: 0 14px 8px;
}
.sec02-b-li li:nth-last-child(-n+3){
	margin-bottom: 0;
}
/*sec03
------------------------------------------------*/
#section03 .sec03-tit {
	background-color: #dd7d13;
	text-align: center;
	color: #fff;
	font-size: 56px;
	letter-spacing: 0.05em;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","Ryumin Regular KL", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
	font-weight: bold;
	padding: 36px 0 30px;
	position: relative;
	margin-bottom: 40px;
}
#section03 .sec03-tit:after{
	content: "";
	width: 200px;
	height: 60px;
	background: url(../img/sec03_tit_arr.png)no-repeat center top;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -60px;
}

#section03 {
	background-size:cover;
	padding-bottom: 100px;
}
.sec03-in{
	padding: 60px 30px 40px;
	background-color: #fff;
	box-sizing: border-box;
	width: 1040px;
	margin: auto;
}
.sec03-in li .sec03-img,.sec03-in li:nth-child(2n) dl{
	float: left;
}
.sec03-in li:nth-child(2n) .sec03-img,.sec03-in li dl{
	float: right;
}
.sec03-in li dl{
	width: 642px;
}
.sec03-in li:nth-child(3) dl,.sec03-in li:nth-child(4) dl{
	width: 522px;
	padding-top: 7px;
}

.sec03-in li:nth-child(2){
	margin-bottom: 51px;
}
.sec03-in li:nth-child(3){
	margin-bottom: 60px;
}
.sec03-in li:nth-child(1) dl{
	padding-top: 20px;
}
.sec03-in li:nth-child(2) dl{
	padding-top: 75px;
}
.sec03-in li dl dt{
	font-weight: bold;
	border-bottom: 4px #d6c9ab double;
	margin-bottom: 13px;
	letter-spacing:0;
	line-height: 60px;
	color: #433725;
	font-size: 38px;
	padding-bottom: 2px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 60px;;
}
.sec03-in li:nth-child(1) dl dd{
	letter-spacing: -0.18px;
}
.sec03-in li dl dd{
	font-size: 16px;
	letter-spacing: -0.15px;
	text-align: justify;
}
/*sec04
-----------------------------------------------*/

#section04 {
	background:url(../img/section04_bg.jpg) no-repeat center top;
	background-size:cover;
	padding: 37px 0 40px;
}
.sec04-tit{
	margin-bottom: 20px;
}
.sec04-li li{
	float: left;
	width: 300px;
	margin-right: 40px;
	text-align: center;
}
.sec04-li li:last-child{
	margin-right: 0;
}
.sec04-li li .sec04-img{
	text-align: center;
	margin-bottom: 10px;
}
.sec04-li li dl dt{
	text-align: center;
	color: #fff;
	background-color: #dd7d13;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
}
.sec04-li li dd{
	line-height: 21px;
	background-color: #fff;
	padding: 10px 8px;
	box-sizing: border-box;
}
/*sec05
-----------------------------------------------*/
#section05 {
	background:url(../img/section05_bg.jpg) no-repeat center top;
	background-size:cover;
	padding:80px 0 72px;
}
.sec05-in{
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 20px 20px;
}
.sec05-tit{
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.fb{
	width: 460px;
	float: left;
}
.tw{
	width: 448px;
	height: 358px;
	float: right;
	border:1px solid #cccccc;
}
/*sec06
-----------------------------------------------*/
#section06 {
	background:url(../img/section06_bg.jpg) no-repeat center top;
	background-size:cover;
}
.sec06-in{
	padding: 68px 0 95px;
}
.info-dl{
	margin-bottom: 20px;
}
/*sec07
-----------------------------------------------*/
#section07 {
	background:url(../img/section07_bg.jpg) no-repeat center top;
}
#section07 .contact{
	padding: 69px 0 80px;
}
.cont-dl dl dt{
	padding: 17px 15px 13px;
}
.cont-dl dl dd{
	padding: 15px;
}
.cont-dl dd li{
	float: left;
	padding:3px 20px 3px 0;
}
.cont-dl dt span{
	font-size: 12px;
}
span.cont-color{
	color: #bd5037;
	padding-left: 5px;
}
span.cont-span{
	display: block;
}
.cont-dl dl dt.cont-time-dt{
	padding: 9px 15px;
}
.cont-check dt,.cont-check dd{
	padding:18px 15px !important;
}
.cont-dl dd input[type=num],
.cont-dl dd input[type=text] {
	width: 100%;
	padding: 0 4px;
	border: none;
	background-color: #e6e6e6;
	box-sizing: border-box;
	height: 30px;
}
textarea {
	width: 100%;
	padding: 0 4px;
	height: 197px;
	border: none;
	background-color: #e6e6e6;
	box-sizing: border-box;
}
.contact_btn ul {
	margin-top: 40px;
  text-align: center;
}
.contact_btn ul li{
	display: inline-block;
}
.error-text {
  color: #bd5037;
  font-size: 12px;
}

#form_btn {
	font-size: 18px;
	cursor: pointer;
	border: none;
	width: 260px;
	padding: 27px 0 26px 20px;
	color: #fff;
	font-weight: bold;
	background: url(../img/cont_arr.png)no-repeat left 60px center #dd7d13;
}

/*privacy
--------------------------------------------*/
#section07 .privacy {
	background-color: rgba(214,201,171,0.3);
	padding: 50px 0 80px
}
.privacy-tit{
	color: #433725;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 5px solid #d6c9ab;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.privacy-box{
	background-color: #fff;
	padding:15px;
}
.privacy-in{
	overflow-y: scroll;
	height: 230px;
}
.title02{
	font-size: 16px;
	font-weight: bold;
	color: #775e4b;
	padding: 3px 15px 8px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	margin-bottom: 8px;
}
.title02:before{
	content: "";
	width: 5px;
	height: 30px;
	background-color: #dd7d13;
	position: absolute;
	left: 0;
	top: 0;
}
.privacy_text br{
	display: none;
}
.privacy_box{
	margin-bottom: 20px;
}
#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index:999;
}

/*-----------------footer------------------*/

#footer {
	background:url(../img/footer_bg.jpg) no-repeat center top;
	background-size: cover;
}

footer {
	width:980px;
	margin:0 auto;
}
.f-in{
	padding: 40px 0 16px;
}
#copyright {
	color:#fff;
	background-color:#775e4b;
	font-size:10px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#copyright a{
	color: #fff
}

/*追記==========*/
.sec02_youtube {
	width: 860px;
	margin: auto;
	margin-top: 40px;
}

.clear{clear: both;}
.youtube{
	overflow: hidden;
	margin: 20px 0;
}

.youtube li{
	float: left;
	width: 50%;
	text-align: center;
}

.youtube li img{width: 98%;}