@charset "utf-8";

/* Body
------------------------------ */

body {
	width: 100%;
	color: #000;
	font-family: source-han-serif-japanese,'myFont',"游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	text-shadow: 0 -2px 8px #FFF, -2px 0 8px #FFF, 2px 0 8px #FFF, 0 -2px 8px rgba(255,255,255,0.8), -2px 0 8px  rgba(255,255,255,0.8), 2px 0 8px  rgba(255,255,255,0.8);
	background: url(../images/body_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

a:link{
	text-decoration:underline;
	color: #000;
}
a:visited {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration:underline;
	color: #000;
}
a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	text-decoration: none;
}
.pc_none {
	display: none;
}

/* Layout */
.wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@font-face{
	font-family: "myFont";
		src: url("../font/utsukushi.eot");
		src: url('../font/utsukushi.eot?#iefix') format('embedded-opentype'),
			 url("../font/utsukushi.woff") format('woff'),
			 url("../font/utsukushi.otf")  format('opentype'),
			 url("../font/utsukushi.ttf")  format('truetype');
		src: url("../font/ipamp.eot");
}

/* header */
#header{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
h1{
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 86px 0 70px;
}

/* article*/
h2{
	font-size: 28px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 220px;
	margin-bottom: 40px;
	padding-top: 100px;
}
#catch{
	font-size: 24px;
	line-height: 1.7em;
	margin-bottom: 40px;
}

/* menu */
ul.menu_list{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}
ul.menu_list:nth-of-type(2){
	margin-left: 50px;
}
ul.menu_list li{
	line-height: 2em;
}

/* business_hours */
.business_outline{
	margin-bottom: 140px;
}

/* price_list */
p.outline{
	/*font-size: 20px;*/
	/*font-weight: 600;*/
	/*line-height: 1.9;*/
}
.main_contents dl{
	position: relative;
	display: block;
	/* width: 492px; */
	width: 530px;
	height: auto;
	margin: 30px auto;
}
.main_contents dl dt{
	float: left;
	line-height: 1.8em;
	/*padding-left: 40px;*/
}
.main_contents dl dt.second{
	width: 252px;
	text-align: right;
}
.main_contents dl dd{
	text-align: right;
	line-height: 1.8em;
	/*padding-right: 40px;*/
	padding-bottom: 12px;
	white-space: nowrap;
}
.main_contents dl dd span.caution{
	font-size: 14px;
}
.main_contents dl dd span.course{
	position: relative;
	display: inline-block;
	/*width: 300px;*/
	width: 260px;
	vertical-align: top;
}
.main_contents dl dt:last-of-type{
	text-align: left;
}
.main_contents dl dd:last-child span{
	position: relative;
	display: block;
	margin-top: 20px;
}
/*.detail_text br:nth-child(1){
	display: none;
}*/

/* profile */
.profile_outline{
	position: relative;
	display: block;
	width: 64%;
	font-size: 14px;
	text-align: left;
	line-height: 1.9em;
	letter-spacing: 0.03em;
	margin-right: 3%;
	padding-bottom: 0;
}
#fl_l{
	padding-right: 36%;
	background: url(../images/200601profile_pict2.png) no-repeat right top;
	-webkit-background-size: 30%;
	background-size: 30%;
}
#fl_l:after{
	content: "";
	position: absolute;
	display: block;
	width: 294px;
	height: 239px;
	background: url(../images/200601profile_pict3.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	top: 70%;
	right: 0;
}
.profile_title{
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.pict_list li{
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: auto;
	margin-right: 10px;
}
.pict_list li:nth-child(3n){
	margin-right: 0;
}
.pict_list li img{
	width: 100%;
	height: auto;
}
.add_pict_list{
	letter-spacing: -.4em;
	line-height: 0;
	text-align: center;
}
.add_pict_list.mt100{
	margin-top: 100px;
}
.add_pict_list li{
	position: relative;
	display: inline-block;
	width: 480px;
	height: auto;
	vertical-align: top;
}
p.add{
	font-size: 15px;
	max-width: 80%;
	margin: 20px auto;
}

/* contact */
h2#contact{
	margin-bottom: 40px;
}
.address{
	margin: 24px auto;
}
.fb-page{
	box-shadow: 0 -2px 8px #FFF, -2px 0 8px #FFF, 2px 0 8px #FFF;
	width: 500px;
	height: 500px;
	margin: 20px auto 40px;
}
form#mailformpro table{
	margin: 0 auto;
}
form#mailformpro table tr th{
	text-align: left;
	font-weight: 300;
}
form#mailformpro table .must{
	display: inline-block;
	float: none;
	color: #FF0000;
	border: 0;
	text-shadow: none;
	background: none;
	box-shadow: none;
	vertical-align: top;
}
form#mailformpro table tr td input[type="text"],
form#mailformpro table tr td input[type="tel"],
form#mailformpro table tr td input[type="email"]{
	border-radius: 0;
	box-shadow: none;
	width: 400px;
	height: 20px;
	font-size: 16px;
}
form#mailformpro table tr td textarea{
	border-radius: 0;
	box-shadow: none;
	width: 400px!important;
	height: 200px;
	font-size: 16px;
}
form#mailformpro button.submit{
	margin: 30px 0 80px;
}
.bottom_link{
	width: 710px;
	padding-bottom: 260px;
	margin: 20px auto;
	text-shadow: none;
}
.bottom_link ul li{
	position: relative;
	display: inline-block;
	text-align:center;
	margin:auto;

}
.bottom_link ul li{
	position: relative;
	display: inline-block;
	text-align:center;
	font-size: 12px;
}
.bottom_link ul li:after{
	content:" | ";
	padding: 0 12px;
}
.bottom_link ul li:nth-child(4):after,
.bottom_link ul li:last-child:after{
	display: none;
}

p .sub{
	position: relative;
	display: block;
	font-size: 28px;
	margin-top: 60px;
	margin-bottom: 20px;
}

/* footer */
#footer{
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow:0 -3px 5px #FFF;
	margin: 0;
	z-index: 1;
}
.footer_menu{
	position: relative;
	display: block;
	width: 750px;
	height: auto;
	margin: 60px auto 0;
	letter-spacing: -.4em;
	text-align: center;
}
.footer_menu li{
	position: relative;
	display: inline-block;
	color: #FFF;
	text-shadow: 0 -2px 8px rgba(0,0,0,0.8), -2px 0 8px rgba(0,0,0,0.8), 2px 0 8px rgba(0,0,0,0.8);
	letter-spacing: normal;
	vertical-align: top;
}
.footer_menu li a{
	color: #FFF;
}
.footer_menu li:after{
	content:" | ";
	padding: 0 12px;
}
.footer_menu li:last-child:after{
	display: none;
}

#copyright{
	clear: both;
	float: none;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 30px;
	text-shadow: 0 -2px 8px rgba(0,0,0,0.8), -2px 0 8px rgba(0,0,0,0.8), 2px 0 8px rgba(0,0,0,0.8);
}
#copyright a{
	color: #FFF;
	text-shadow: 0 -2px 8px rgba(0,0,0,0.8), -2px 0 8px rgba(0,0,0,0.8), 2px 0 8px rgba(0,0,0,0.8);
}
.yacht{
	position: fixed;
	display: block;
	width: 160px;
	height: 160px;
	bottom: 110px;
	right: 120px;
	z-index: 10000!important;
}
.yacht a{
	opacity:0.9;
}
.yacht a img{
	width: 100%;
	height: auto;
}
.yacht a:hover{
	opacity:1;
}
#sp_yacht{
	display: none;
}

/* clear */
.clear{
	clear: both;
	float: none;
}

@media screen and (min-width: 1390px) {
	.wrapper{
		width: 1280px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	h1{
		font-size: 60px;
		font-weight: normal;
		letter-spacing: 0.3em;
		margin: 140px 0 70px;
	}
	body{
		font-size: 18px;
		line-height: 1.9em;
	}

	/* article*/
	h2{
		font-size: 32px;
		line-height: 1.2em;
		font-weight: normal;
		text-align: center;
		letter-spacing: 0.1em;
		margin-top: 280px;
		margin-bottom: 40px;
		padding-top: 160px;
	}
	#catch{
		font-size: 28px;
		line-height: 1.9em;
	}

	/* profile */
	.profile_outline{
		position: relative;
		display: block;
		float: left;
		width: 32%;
		font-size: 14px;
		text-align: left;
		line-height: 2.2em;
		letter-spacing: 0.03em;
		margin-right: 3%;
	}
	#fl_l{
		padding-right: 0!important;
		background: none!important;
	}
	#fl_l:after{
		display: none;
	}
	#fl_r{
		padding-right: 29%;
		background: url(../images/200601profile_pict2.png) no-repeat right top,
					url(../images/200601profile_pict3.png) no-repeat right top 80%;
		-webkit-background-size: 40%;
		background-size: 40%;
		padding-bottom: 7%;
	}
	.pict_list li{
		position: relative;
		display: block;
		float: left;
		width: 406px;
		height: 308px;
		margin-right: 10px;
	}

	/* price_list */
	.main_contents dl{
		/*width: 550px;*/
		/* width: 570px; */
		width: 600px;
	}
	.main_contents dl dt.second{
		width: 284px;
		text-align: right;
	}
	.bottom_link{
		width: 810px;
	}
	.bottom_link ul li{
		font-size: 14px;
	}
	.footer_menu{
		width: 810px;
		margin: 40px auto 0;
	}
	#copyright{
		font-size: 14px;
	}
}
@media screen and (max-width: 1390px) {
	/* price_list */
	.main_contents dl dd span.course{
		width: 200px;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-family: source-han-serif-japanese,'myFont',"游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝";
		/*font-family: 'webfont2','SH-LCMincho-MP','MRSW-ShinGo-Regular','MTLmr3m.ttf',"myFont","游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;*/
		font-weight: 300;
	}

	html{
		max-width: 480px!important;
		width: 100%;
		overflow-x: hidden!important;
		-webkit-text-size-adjust: 100%!important;
	}
	body{
		max-width: 480px!important;
		width: 100%;
		height: auto;
		font-size: 15px!important;
		line-height: 1.9em!important;
		background: none;
		-webkit-text-size-adjust: 100%!important;
	}
	body::before {
		content: "";
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/sp_body_bg.jpg) repeat-y center top;
		background-size: 100% auto;
		top: 0;
		left: 0;
		padding-bottom: 108px;
		z-index: -1;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.wrapper{
		max-width: 480px;
		width: 100%;
		overflow-x: hidden;
	}
	.sp_header {
		display: none;
	}
	.sp_header_flex {
		position: fixed;
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 50px;
		left: 0;
		top: 0;
		background: rgba(255,255,255,0.7);
		z-index: 100;
	}
	.sp_header_logo a {
		display: block;
		font-size: 22px;
		text-decoration: none;
		padding: 10px 12px;
	}
	.sp_header_contact a {
		position: relative;
		display: block;
		font-size: 12px;
		text-decoration: none;
		padding: 22px 12px 0;
	}
	.sp_header_contact a::before {
		position: absolute;
		content: "";
		width: 27px;
		height: 19px;
		left: 50%;
		transform: translateX(-50%);
		top: 8px;
		background: url(../images/mail.svg) no-repeat center center / contain;
	}
	h1{
		font-size: 32px!important;
		margin: 80px 0 40px;
	}

	/* article*/
	h2{
		font-size: 18px!important;
		line-height: 1.2em;
		font-weight: normal;
		text-align: center;
		letter-spacing: 0.1em;
		/* margin-top: 360px; */
		margin-top: 260px;
		margin-bottom: 20px;
		padding-top: 90px;
		/* padding-top: 60px; */
	}
	h2#menu{
		/* margin-top: 300px; */
		margin-top: 240px;
	}
	h2#contact{
		/* margin-top: 280px; */
		margin-top: 230px;
	}
	#catch{
		font-size: 16px;
		line-height: 1.8em;
		padding: 0 2%;
	}
	.business_outline{
		margin-bottom: 60%;
	}
	.main_contents{
		width: 96%;
		margin: 0 2%;
	}
	.main_contents dl{
		width: 100%;
		margin: 0;
	}
	.main_contents dl dt{
		clear: both;
		float: none;
		text-align: center;
		padding: 12px 0 4px;
	}
	.main_contents dl dd{
		text-align: center;
		padding: 0 0 12px;
		white-space: normal;
	}
	.main_contents dl dt.second{
		width: 100%;
		text-align: center;
	}

	/* profile */
	.profile_outline{
		clear: both;
		float: none;
		width: 96%;
		font-size: 12px;
		line-height: 1.8em;
		letter-spacing: 0.04em;
		margin: 0 2%;
		padding-bottom: 6%;
	}
	#fl_l{
		padding-top: 80%;
		padding-right: 0;
		background: url(../images/200601profile_pict2.png) no-repeat center top;
		-webkit-background-size: contain;
		background-size: contain;
	}
	#fl_l:after{
		display: none;
	}
	#fl_r{
		padding-right: 0;
		padding-top: 90%;
		background: url(../images/200601profile_pict3.png) no-repeat center top 5%;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.profile_title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.pict_list{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.pict_list li{
		width: 50%;
		height: auto;
		margin: 0;
	}
	.pict_list li:nth-child(3n){
		margin: 0;
	}
	.pict_list li img{
		width: 100%;
		height: auto;
	}
	.add_pict_list.mt100{
		margin-top: 50px;
	}
	.add_pict_list li{
		position: relative;
		display: inline-block;
		width: 49%;
		height: auto;
		vertical-align: top;
	}
	.add_pict_list li:first-child{
		margin-right: 2%;
	}
	.add_pict_list li img{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	p.add{
		font-size: 15px;
		max-width: 80%;
		margin: 20px auto;
	}

	.detail_text{
		letter-spacing: -0.01em;
	}
	.detail_text br:nth-child(1){
		display: block;
	}
	ul.menu_list{
		margin-bottom: 0;
	}
	ul.menu_list:nth-of-type(2){
		margin-left: 0;
	}
	p.outline{
		font-size: 94%;
		padding: 0 5%;
	}
	.main_contents dl dt{
		font-size: 18px;
		font-weight: 600;
	}
	.main_contents dl dd:nth-child(4) span.course{
		margin-bottom: 10px;
	}
	.main_contents dl dd br.sp_none{
		display: none;
	}
	.main_contents dl dd span.course{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.main_contents dl dt:last-of-type{
		text-align: center;
	}

	.contact_outline{
		margin: 0 4%;
	}
	.fb-page{
		width: 96%;
		height: 450px;
		margin: 20px auto 40px;
		overflow: hidden;
	}
	.greeting{
		margin-top: 20px;
	}
	.bottom_link{
		width: 100%;
		margin: 20px auto 0;
	}
	.bottom_link ul li{
		width: 100%;
		font-size: 12px;
		text-align: center;
		margin: 0 auto 8px;
	}
	.bottom_link ul li:after{
		display: none;
	}
	#footer{
		/* height: 120px; */
		height: 145px;
		background: url(../images/footer_bg.jpg) no-repeat center top;
	}
	.footer_menu{
		width: 92%;
		margin: 18px auto 0;
	}
	.footer_menu li{
		width: 50%;
		font-size: 12px;
		margin-top: -8px;
		text-shadow: 0 -2px 2px rgba(0,0,0,0.5), -2px 0 2px rgba(0,0,0,0.5), 2px 0 2px rgba(0,0,0,0.5);
	}
	.footer_menu li:after{
		display: none;
	}
	#copyright{
		font-size: 12px;
		padding-top: 4px;
	}
	#copyright a{
		color: #FFF;
		text-shadow: 0 -2px 2px rgba(0,0,0,0.5), -2px 0 2px rgba(0,0,0,0.5), 2px 0 2px rgba(0,0,0,0.5);
	}
	.yacht{
		position: fixed;
		display: block;
		width: 80px;
		height: 80px;
		top: auto!important;
		bottom: 115px;
		right: 0;
	}
	form#mailformpro table{
		width: 90%;
	}
	form#mailformpro table tr th,
	form#mailformpro table tr td{
		position: relative;
		display: block;
		width: 100%;
	}
	form#mailformpro table tr td{
		margin-bottom: 20px;
	}
	form#mailformpro table tr td input[type="text"],
	form#mailformpro table tr td input[type="tel"],
	form#mailformpro table tr td input[type="email"]{
		width: 100%;
		padding: 2% 5%;
		margin: 0;
	}
	form#mailformpro table tr td textarea{
		width: 100%!important;
		padding: 2% 5%;
		margin: 0;
	}
}