@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.page-pkg {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.single-pkg {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.spc_b_5 {
	margin-bottom: 5px;
}
.spc_b_10 {
	margin-bottom: 10px;
}
.spc_b_20 {
	margin-bottom: 20px;
}
.spc_b_30 {
	margin-bottom: 30px;
}
.spc_b_40 {
	margin-bottom: 40px;
}
.spc_b_60 {
	margin-bottom: 60px;
}
.spc_b_80 {
	margin-bottom: 80px;
}
.spc_b_100 {
	margin-bottom: 100px;
}
.botm-brd {
	border-bottom: 1px solid #eee;
}
/* [CV-BOX]
--------------------------------------------------------------------------*/
#cv-wrap {
	background: #eedcf0;
}
.cv-box {
	border: 1px solid #2e2433;
	padding: 60px 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: center;
}
.cv-box div {
	width: 50%;
	padding: 30px 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cv-box .contact {
	padding: 30px 80px;
}
.cv-box div .ttl {
	color: #2e2433;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.cv-box .reserve {
	border-right: 1px solid #2e2433;
}
.cv-btn {
	display: block;
	width: 180px;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}
.reserve .cv-btn {
	background: #9351b9;
}
.contact .cv-btn {
	background: #2e2433;
}
.contact ul {
	justify-content: center;
}
.contact ul li {
	width: 48%;
	font-size: 26px;
	text-align: center;
}
.contact ul li span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #2e2433;
}
/* [CONTACT-FORM]
--------------------------------------------------------------------------*/
#page-contact .pkg {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.contact-form li {
	width: 100%;
	height: auto;
	display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    align-items: center;
}
.contact-form li div:first-child {
    width: 20%;
    height: auto;
    margin-right: 2%;
    font-weight: bold;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-form li div:last-child {
    width: 78%;
}
.contact-form li div .ttl {
  	width: 75%;
  	display: inline-block;
}
.contact-form li div .must {
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    display: inline-block;
    background: #ff5c84;
    padding: 5px;
}
.contact-form select {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 15px;
    background: #fff;
}
.contact-form li .time-zone select {
    width: 200px;
    display: block;
    margin-bottom: 10px;
}
.contact-form li .time-zone .hosoku,
.contact-form li .commitment .hosoku {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.contact-form li .commitment .other-in {
	display: block;
	width: 100%;
	margin-top: 8px;
}
.contact-form li .season,
.contact-form li .commitment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form li .season label,
.contact-form li .commitment label {
	width: 15%;
	display: inline-block;
}
.contact-form li .contact-item label {
	width: 200px;
	display: inline-block;
}
.contact-form li .people label {
	width: 100px;
	display: inline-block;
}
.contact-fin-tel-box {
	text-align: center;
	margin-bottom: 40px;
}
.contact-fin-tel-box .ttl {
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-fin-tel-box a {
    color: #9351b9;
    font-size: 44px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-fin-tel-box .time {
    font-size: 14px;
}
#privacy_txt {
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 1px #eee;
    font-size: 12px;
    line-height: 24px;
    padding: 30px;
    overflow-x: scroll;
    margin-bottom: 20px;
    color: #444;
}
#privacy_txt h4 {
	margin-bottom: 10px;
}
#required {
    background: #f5f5f5;
    padding: 10px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}
/* [CONTACT-FIN]
--------------------------------------------------------------------------*/
.contact-fin h2 {
	font-size: 32px;
	color: #1472d0;
	margin-bottom: 40px;
}
.contact-fin .tel-box {
	color: #2e2433;
	margin-bottom: 40px;
}
.contact-fin .tel-box a {
	color: #1472d0;
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 845px) {	
	.pkg,
	.page-pkg {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 20px;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    position: relative;
	}
	.cv-box {
		padding: 60px 40px;
	}
	.cv-box div {
		width: 100%;
	}
	.cv-box .reserve {
		border-right: none;
		border-bottom: 1px solid #2e2433;
		padding: 0 0 60px 0;
	}
	.cv-box .contact {
		padding: 60px 0 0 0;
	}
	.contact ul li {
		width: 100%;
	}
	.contact ul li:first-child {
		margin-bottom: 20px;
	}
	.single-pkg,
	#page-contact .pkg {
		padding: 60px 20px 80px 20px;
	}
	.contact-form li div:first-child,
	.contact-form li div:last-child {
		width: 100%;
	}
	.contact-form li div:first-child {
		margin-bottom: 15px;
		position: relative;
	}
	.contact-form li div .ttl {
		width: 100%;
	}
	.contact-form li div .must {
		position: absolute;
		right: 0;
		top: 0;
	}
	.contact-form li .season label,
	.contact-form li .commitment label {
		width: 48%;
		display: block;
		margin-bottom: 5px;
	}
	.contact-form li .contact-item label {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
}