@charset "UTF-8";

/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--common--*/
h2.h2{
	text-align: center;
	font-weight: normal;
	position: relative;
	margin-bottom: 60px;
	line-height: 1.2;
}
h2.h2 span{
	font-size: 40px;
	letter-spacing: 0.08em;
	font-weight: 200;
	display: block;
}
h2.h2::after{
	content: "";
	position: absolute;
	bottom:-45px;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	width: 1px;
	height: 30px;
	background-color: #999999;
}
.h2.white{
	color: #fff;
}
h2.white.h2::after{
	background-color: #cccccc;	
}

/*--actionBox--*/
.actionBox{
	margin-top: 60px;
	text-align: center;
}
.actionBox ul.btnArea{
	width: 100%;
	font-size: 0;
	margin-top: 30px;
}
.actionBox ul.btnArea li{
	display: inline-block;
	vertical-align: middle;
	width: 32.3333%;
	margin-right: 1.5%;
}
.actionBox ul.btnArea li.last{
	margin-right: 0;
}
.actionBox ul.btnArea li a{
	display: block;
	padding: 16px 0;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	height: 72px;
}
.actionBox ul.btnArea li.tel a{
	font-size: 22px;
	line-height: 1;
}
.actionBox ul.btnArea li.tel a span.size11{
	font-size: 10px !important;
	letter-spacing: 0.05em !important;
}
.actionBox ul.btnArea li a span.size11{
	display: block;
	letter-spacing: 0.1em;
}
.actionBox ul.btnArea li a span.wrap{
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
.actionBox ul.btnArea li:nth-child(1) a{
	background-color: #535d62;
}
.actionBox ul.btnArea li:nth-child(2) a{
	background-color: #aca28a;
}
.actionBox ul.btnArea li:nth-child(3) a{
	background-color: #111;
}
.actionBox ul.btnArea li:nth-child(1) a span.wrap{
	background-image: url(../image/icon_pen.png);
	background-size: 13px 13px;	
}
.actionBox ul.btnArea li:nth-child(2) a span.wrap{
	background-image: url(../image/icon_mail.png);
	background-size: 12px 9px;	
}
.actionBox ul.btnArea li:nth-child(3) a span.wrap{
	background-image: url(../image/icon_tel2.png);
	background-size: 13px 13px;	
}



/*--hd--*/
#hd #pcHd{
	width: 100%;
	padding: 15px 0;
	position: fixed;
	z-index: 999;
	background-color: #fff;
    transition: 1000ms;
}
#hd #pcHd.is-animation{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}
#hd #pcHd .boxL{
	width: 15%;
	float: left;
	padding-left:30px;
}
#hd #pcHd .boxL img{
	height:auto;
	width: 178px;
	margin-top: 5px;
}
#hd #pcHd .boxR{
	text-align: right;
	width: 83%;
	float: right;
}
#hd #pcHd .boxR .gNav{
	font-size: 0;
}
#hd #pcHd .boxR .gNav > li{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}
#hd #pcHd .boxR .gNav > li > a{
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.13em;
}
#hd #pcHd .boxR .gNav > li.nml > a{
	font-family: 'Taviraj', serif;
	display: inline-block;
	position: relative;
}
#hd #pcHd .boxR .gNav > li.nml > a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #aaa;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#hd #pcHd .boxR .gNav > li.nml > a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#hd #pcHd .boxR .gNav > li.tel > a{
	font-size: 22px;
	letter-spacing: 0.05em;
}
#hd #pcHd .boxR .gNav > li.tel > a > span{
	padding-left: 20px;
	background-image: url(../image/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#hd #pcHd .boxR .gNav > li.btn{
	margin: 0;
}
#hd #pcHd .boxR .gNav > li.btn > a{
	color: #fff;
	line-height: 1;
	padding: 20px 0;
	width: 150px;
	text-align: center;
	position: relative;
	letter-spacing: 0.01em;
}
#hd #pcHd .boxR .gNav > li.btn > a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 10px;
	height: 1px;
	background-color: rgba(255,255,255,0.5)
}
#hd #pcHd .boxR .gNav > li.btn.res > a{
	background-color: #535d62;
}
#hd #pcHd .boxR .gNav > li.btn.con > a{
	background-color: #aca28a;
}
#hd #pcHd .boxR .gNav > li.btn > a:hover{
	opacity:0.8;
}


/*--MV--*/
#mv .slideWidth{
	padding-left: 15%;
	height: 100vh;
	position: relative;
	z-index: 1;
}
#mv .bxslider1 >li{
	background-repeat:  no-repeat !important;
	background-position:  center top 80px !important; 
	background-size:cover !important; 
	width:100% !important;
	height:100vh; 
}
#mv .copy{
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-shadow: 1px 1px 1px #fff;
	z-index: 9;
}
#mv .copy .tx01{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: 0.35em;
}
#mv .copy .tx02{
	font-size: 60px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
#mv .copy .tx02::after{
	content: "";
	position: absolute;
	right: -100px;
	bottom: -30px;
	background-image: url(../image/mv_img01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 223px;
	height: 83px;
	z-index: -1;
}
#mv .copy .tx03{
	font-size: 14px;
	line-height: 3;
	font-weight: 500;
}
#mv .panel{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
#mv .panel > a{
	display: block;
	font-size: 0;
	padding: 5px;
	background-image: url(../image/mv_img05.png);
	background-position: bottom 3px right 3px;
	background-repeat: no-repeat;
	background-color: #988f79;
	background-size: 8px 8px;
	width: 300px;
}
#mv .panel > a:hover{
	background-color: #7c7462;
	background-position: bottom 0 right 0;
}
#mv .panel > a .imgBox{
	width: 28%;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
#mv .panel > a .txBox{
	display: inline-block;
	vertical-align: middle;
	width: 72%;
}
#mv .panel > a .txBox p{
	padding: 0 10px;
	color: #fff;
	text-decoration: none;	
	font-size: 12px;
}
#mv .panel > a .txBox p span{
	font-size: 15px;
}
#mv .scroll {
	z-index: 99;
	position: absolute;
	left: 30px;
	bottom: 130px;
}
#mv .scroll > a{
	display: block;
	text-decoration: none;
	color: #000;
	width: 20px;
	height: 93px;
	position: relative;
}
#mv .scroll > a p{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	font-size: 10px;
	letter-spacing: 0.2em;
	padding-left: 5px;
}
#mv .scroll > a::before{
	content: "";
	position: absolute;
	background-image: url(../image/mv_img02.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 93px;
	left: 0;
	bottom: 0;
}

/*--ct01--*/
#ct01 {
	font-size: 0;
}
#ct01 .imgBox{
	width:  60%;
	float: left;
}
#ct01 .txBox{
	width:  40%;
	float: right;
	text-align: center;
	padding: 16% 0;
	background-image: url(../image/ct01_img02.png);
	background-repeat: no-repeat;
	background-position: bottom 30% right -10px;
}
#ct01 .txBox p{
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 3;
}

/*--ct02--*/
#ct02{
	background: url(../image/ct02_bg.png) repeat;
}
#ct02 .phBox_01 {
	margin-top: 50px;
}
#ct02 .phBox_01 .txArea{
	width: 100%;
	font-size: 0;
}
#ct02 .ttlBox{
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #bbbbbb;
	margin-right: 30px;
	text-align: center;
	width: 20%;
	font-size: 13px;
	padding: 5px 0;
	background-image: url(../image/ct02_part01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 126px 52px;
}
#ct02 .ttlBox span{
	font-size: 32px;
	display: block;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#ct02 .phBox_01 .txBox{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 77%;
}
#ct02 .imgArea{
	font-size: 0;
	margin-top: 20px;
}
#ct02 .imgArea ul.big{
	display: inline-block;
	vertical-align: top;
	width: 74.8%;
	margin-right: 1%;
}
#ct02 .imgArea ul.sml{
	display: inline-block;
	vertical-align: top;
	width: 24.2%;
}
#ct02 .imgArea ul.sml > li{
	width: 100%;
	margin-bottom: 3.6%;
}
#ct02 .imgArea ul li img{
	width: 100%;
	height: auto !important;
}
#ct02 .phBox_02Wrap{
	font-size: 0;
	width: 100%;
}
#ct02 .phBox_02{
	width: 48.5%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}
#ct02 .phBox_02:nth-child(2n){
	margin-right: 0;
}
#ct02 .phBox_02 .ttlBox{
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: 40% top;
	border: none;
}
#ct02 .phBox_02  .imgArea ul.big {
    width: 66.0%;
}
#ct02 .phBox_02  .imgArea ul.sml {
    width: 32.4%;
}
#ct02 .phBox_03 ul{
	font-size: 0;
	width: 100%;
}
#ct02 .phBox_03 ul > li{
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
	margin-top: 50px;
	display: inline-block;
	vertical-align: top;
}
#ct02 .phBox_03 ul > li.last{
	margin-right: 0;
}
#ct02 .phBox_03 ul > li img{
	width: 100%;
}
#ct02 .phBox_03 ul > li p{
	font-size: 14px;
	margin-top: 10px;
}

/*--ct03--*/
#ct03{
	background-image: url(../image/ct03_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#ct03 .planList{
	font-size: 0;
	width: 100%;
}
#ct03 .planList li{
	width:  32.333%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5%;
	background-color: #fff;
}
#ct03 .planList li.last{
	margin-right: 0;
}
#ct03 .planList li .txBox{
	padding: 25px 20px;
	text-align: center;
}
#ct03 .planList li .txBox .ttl{
	font-size: 18px;
	line-height: 1;
}
#ct03 .planList li .txBox .price{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1;
}
#ct03 .planList li .txBox .price span.gold{
	color: #aca28a;
	font-weight: lighter;
}
#ct03 .planList li .txBox .price span.big{
	font-size: 42px;
}
#ct03 .planList li .txBox .price span.big2{
	font-size: 16px;
}
#ct03 .planList li .txBox .glay{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1;
	color: #999999;
}
#ct03 .inc{
	width: 100%;
	margin-top: 15px;
	background-color: #000;
	color: #fff;
	padding: 5px 0;
	line-height: 1;
	font-size: 12px;
}
#ct03 .incList{
	margin-top: 6px;
	font-size: 0;
	width: 100%;
}
#ct03 .incList > li{
	width: 24.625%;
	margin:0 0.5% 0.5% 0;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eeeeee;
	padding: 10px 0;
}
#ct03 .incList > li:nth-child(4n){
	margin-right: 0;
}
#ct03 .incList > li .tx{
	font-size: 10px;
	line-height: 1.3;
	margin-top: 5px;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
#ct03 .incList > li .tx span{
	color: #ad3232;
}

/*--ct04--*/
#ct04{
	position: relative;
	background-image: url(../image/ct04_img02.png);
	background-repeat: no-repeat;
	background-position: left 50px bottom 220px;
	background-size: 565px 153px;
}
#ct04.setPad_04{
	padding: 80px 0 260px;
}
#ct04 .img{
	position: absolute;
	right: 0px;
	top: 230px;
	width: 1032px;
	height: 500px;
	z-index: -9;
}
#ct04 .img img{
	width: 1032px;
	height: 500px;
}
#ct04 .bg{
	background-image: url(../image/ct04_img01.jpg),url(../image/ct04_img02.jpg);
	background-position: right -50px top, left 60px bottom;
	background-size: 1033px 409px , 565px 152px;
	background-repeat: no-repeat, no-repeat;
}
#ct04 h4.h4{
	font-size: 22px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.1em;
}
#ct04 .tx{
	font-size: 14px;
	line-height: 3;
	margin-top: 20px;
}
#ct04 .inr_02{
	padding-top: 120px;
}

/*--ct05--*/
#ct05{
	background-image: url(../image/ct05_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#ct05 .telTx a{
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	color: #000;
	margin-top: 10px;
}
#ct05 .telTx a span{
	padding-left: 20px;
	background-image: url(../image/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#ct05 .blcTx{
	font-size: 10px;
	line-height: 1;
	padding: 4px 7px;
	background-color: #000;
	color: #fff;
	display: inline-block;
}
#ct05 .mapWidth{
	width: calc(100% - 100px);
width: -webkit-calc(100% - 100px);
	margin:50px auto 0 auto;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

/*--ct06--*/
#ct06{
	background: url(../image/ct06_bg.png) repeat;
}
#ct06 .radioList li{
	display: inline-block;
	margin-right: 10px;
}

/*--ft--*/
#ft{
	padding: 50px 0 15px;
	text-align: center;
}

/*--spBtm--*/
#spBtm .spbtmList{
	width: 100%;
	font-size: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999;
}
#spBtm .spbtmList > li{
	display: inline-block;
	width: 33.333%;
}
#spBtm .spbtmList > li a{
	text-decoration: none;
	font-size: 11px;
	display: block;
	width: 100%;
	color: #fff;
	padding: 8px 0 6px 0;
	text-align: center;
}
#spBtm .spbtmList > li a span{
	padding-top: 15px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}
#spBtm .spbtmList > li.res a{
	background-color: #535d62;
}
#spBtm .spbtmList > li.con a{
	background-color: #aca28a;
}
#spBtm .spbtmList > li.tel a{
	background-color: #111;
}
#spBtm .spbtmList > li.res a span{
	background-image: url(../image/icon_pen.png);
	background-size: 13px 13px;
}
#spBtm .spbtmList > li.con a span{
	background-image: url(../image/icon_mail.png);
	background-size: 12px 9px;
}
#spBtm .spbtmList > li.tel a span{
	background-image: url(../image/icon_tel2.png);
	background-size: 13px 13px;
}

/*--thanksPage--*/
#thanksBox{
	padding: 150px 0 80px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
#thanksBox .read{
	font-size: 20px;
	position: relative;
	margin-bottom: 40px;
}
#thanksBox .read::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform:translateX(-50%);
	width: 15px;
	height: 1px;
	background-color: #333;
}
#thanksBox .tx{
	font-size: 14px;
	line-height: 2.2;
}
#thanksBox .btn{
	max-width: 300px;
	width: 100%;
	margin: 30px auto 0 auto;
}
#thanksBox .btn a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	background-color: #111;
}
#thanksBox .btn a:hover{
	opacity: 0.8;
}

