@charset "utf-8";

/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	body {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 90%;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		line-height: 160%;
		overflow-x: hidden;
		position: relative;
	}

	h1{
		letter-spacing: 1px;
		font-size: 130%;
		line-height: 160%;
	}

	h2{
		letter-spacing: 1px;
		font-size: 130%;
		line-height: 160%;
	}

	h3{
		letter-spacing: 1px;
		font-size: 120%;
		line-height: 160%;
	}

	p{
		font-size: 90%;
	}

	p.minititle{
		text-align: center;
	}

	.underline01{
		background: linear-gradient(transparent 60%, #b8cbdd 40%);
		position: relative;
	}

	.underline02 .red{
		color: #e02f49;
		font-size: 120%;
	}
}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	body {
		width: 100%;
		margin: 0;
		padding: 0;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		line-height: 160%;
		box-sizing: border-box;
		overflow-x: hidden;
		position: relative;
		background-color: #fff;
	}

	h1{
		letter-spacing: 2px;
		font-size: 180%;
		line-height: 180%;
	}

	h2{
		letter-spacing: 2px;
		font-size: 180%;
		line-height: 160%;
	}

	h3{
		letter-spacing: 2px;
		font-size: 160%;
		line-height: 160%;
	}

	p{
		letter-spacing: 1px;
	}

	p.lead{
		text-align: center;
	}

	p.minititle{
		text-align: center;
	}

	.underline01{
		background: linear-gradient(transparent 60%, #b8cbdd 40%);
		position: relative;
	}

	.underline01:before{
		content: "";
		width: 0;
		height: 0;
		border-bottom: 16px solid #b8cbdd;
		border-left: 6px solid transparent;
		position: absolute;
		bottom: 0;
		left: -6px;
	}

	.underline01:after{
		content: "";
		width: 0;
		height: 0;
		border-top: 18px solid #b8cbdd;
		border-right: 6px solid transparent;
		position: absolute;
		bottom: 0;
	    right: -6px;
	}
	.underline02{
		background: linear-gradient(transparent 60%, #f2e982 40%);
		position: relative;
	}

	.underline02:before{
		content: "";
		width: 0;
		height: 0;
		border-bottom: 16px solid #f2e982
		border-left: 6px solid transparent;
		position: absolute;
		bottom: 0;
		left: -6px;
	}

	.underline02:after{
		content: "";
		width: 0;
		height: 0;
		border-top: 18px solid #f2e982;
		border-right: 6px solid transparent;
		position: absolute;
		bottom: 0;
	    right: -6px;
	}

	.underline02 .red{
		color: #e02f49;
		font-size: 120%;
	}
}


.en{
/*
	font-family: 'Alegreya', serif;
*/
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}


/*　リンク　*/

a {
	text-decoration: none;
}

a:link {
	color: #182d40;
}

a:visited {
	color: #182d40;
}

a:hover {
	color: #182d40;
	text-decoration: underline;
}

a:active {
	color: #182d40;
	text-decoration: underline;
}

a img {
	border: none;
}

.opac a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a:hover img.opac {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/*　配置　*/

.img-center {
	text-align: center;
}

.img-right {
	padding: 5px 0 10px 20px;
	float: right;
}

.img-left {
	padding: 5px 20px 10px 0;
	float: left;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.clear {
	clear: both;
}

.bar{
	letter-spacing: -3px;
	margin-right: 0.3em;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 80%;
}

.red {
	color: #ff0000;
}

.orange {
	color: #E67579;
}

.txt-center{
	text-align: center;
}

.dotline{
	padding: 0;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

.line{
	padding: 0;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.double_line{
	padding: 0;
	margin: 5px 0 0 0;
	border-bottom: 5px double #000;
}

.dashed_line01{
	padding: 0;
	margin: 5px 0 0 0;
	border-bottom: 2px dashed #aaa;
}

.dashed_line02{
	padding: 0;
	margin: 5px 0 0 0;
	border-bottom: 1px dashed #aaa;
}

.marker_yellow{
	background: linear-gradient(transparent 40%, #ffff66 40%);
}

.marker_pink{
	background: linear-gradient(transparent 40%, #FFDFEF 40%);
}


::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

img {
	width: 100%;
}

div.image90{
	width: 90%;
	margin: 0 auto;
}

div.image80{
	width: 80%;
	margin: 0 auto;
}

div.image60{
	width: 60%;
	margin: 0 auto;
}

div.image50{
	width: 50%;
	margin: 0 auto;
}

div.image40{
	width: 40%;
	margin: 0 auto;
}

div.image30{
	width: 30%;
	margin: 0 auto;
}

div.image20{
	width: 20%;
	margin: 0 auto;
}

span.i_block{
	display: inline-block;
}

span.dash{
	letter-spacing: -2px;
}

.parallax-mirror{
	z-index: 0 !important;
}


/* --- インスタ設定 ---------- */
/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	.insta_hows .insta{
		margin: 0 auto;
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap:  wrap;
	}

	.insta_hows .insta_img{
		width: 32.5%;
		height: 32.5%;
		margin: 2px 0.3%;
		position: relative;
		max-width: 250px;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
	}

	.insta_hows.pat_eight .insta_img:last-child{
		display: none;
	}

	.insta_hows.pat_eight .insta_img:nth-child(7){
		display: none;
	}

	 .insta_img::before{
		content: "";
		display: block;
		padding-top: 100%;
	}

	.insta_hows .insta_img a{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border: 1px solid #eee;
		box-sizing: border-box;
		background: #fff;
	}

	.insta_hows .insta_img img{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.gallery .insta_hows .insta_img a{
		border: none;
	}
}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {
	.insta_hows .insta{
		max-width: 1040px;
		margin: 0 auto;
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap:  wrap;
	}

	.insta_hows .insta_img{
		width: 24%;
		height: 24%;
		margin: 5px 0.5%;
		position: relative;
		max-width: 250px;
	}

	 .insta_img::before{
		content: "";
		display: block;
		padding-top: 100%;
	}

	.insta_hows .insta_img a{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border: 1px solid #eee;
		background: #fff;
		box-sizing: border-box;
	}

	.gallery .insta_hows .insta_img a{
		border: none;
	}

	.insta_hows .insta_img img{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


/*　ヘッダー　*/
/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	div#header {
		width: 100%;
		margin: 0 auto;
		border: 0;
		background-color:#fff;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
		z-index: 9999999;
	}

	#header .header_body{
		width: 100%;
		margin: 0;
	}

	#header .header_body .left{
		line-height: 0;
	}


	#header .header_logo{
		width: 80%;
		margin-left: 2%;
		position: relative;
	}

	#header .header_logo h1{
		margin: 0;
		padding: 0;
		line-height: 0;
	}


	#header .header_logo img{
		max-width: 100px;
		margin: 8px 0;
	}

	#header .header_tel{
		display: none;
	}



	div.header_menu_btn {
		width: 50px;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		z-index: 500;
	}

	div.header_close_btn {
		width: 50px;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: fixed;
		top: 0;
		right: 0;
		display: none;
	}

	div#header.on div.header_close_btn {
		display: block;
		z-index: 500;
	}

	div#header.on .header_menu ul {
		visibility: visible;
		opacity: 1;
		z-index: 100;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		display: block;
		position: fixed;
		animation: keyframe-fade-in 0.2s linear 0s;
	}

	#menu-background {
		background-color: #333; /*黒背景*/
		display: block;
		height: 100%;
		opacity: 0;
/*		position: fixed;*/
		right: 0;
		top: 0;
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		width: 100%;
		z-index: -1;
	}

	#menu-icon {
/*
		background-color: #f9b9b9; アイコン部分背景色
*/
		border-radius: 0 0 0 10px; /*左下角丸*/
		color: #fff; /*アイコン（フォント）色*/
		cursor: pointer;
		display: block;
		font-size: 50px; /*アイコン（フォント）サイズ*/
		height: 50px; /*アイコン縦高さ*/
		line-height: 50px; /*縦位置中央化*/
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 50px; /*アイコン横幅*/
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		z-index: 1000;
	}
	
	#ham-menu {
		color: #000;
		background: rgba(255, 255, 255, .9); /*メニュー背景色*/
		box-sizing: border-box;
		height: 100%;
		padding: 0;
		position: fixed;
		right: -280px;
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 280px;
		z-index: 1000;
	}
	
	#ham-menu a{
	}

	#menu-cb {
		display: none; /*チェックボックス本体は消しておく*/
	}
	
	#menu-cb ~ #menu-icon img:last-child {
		display:none;
	}
	#menu-cb:checked ~ #menu-icon img:first-child {
		display:none;
	}
	#menu-cb:checked ~ #menu-icon img:last-child {
		display:block;
	}

	#menu-cb:checked ~ #ham-menu,
	#menu-cb:checked ~ #menu-icon {
		transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
	}

	#menu-cb:checked ~ #ham-menu {
		overflow-y:auto;
	}
	#menu-cb:checked ~ #menu-background {
		opacity: 0.5;
		z-index: 999;
		position:fixed;
	}


	.header_menu {
	}

	div.header_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
/*		display: none;*/
	}

	div.header_menu ul li {
		margin: 0;
	}

	div.header_menu ul li a{
		display: block;
		padding: 10px;
		color: #000;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	div.header_menu ul li.main a{
		background: #666;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	div.header_menu ul.sub li a{
		background: none;
		color: #000;
		border-bottom: 1px solid #666;
	}

	div.header_menu ul li a:hover {
		text-decoration:none;
		background: #ccc;
		color: #000;
	}

	div.header_menu ul li.sns{
		margin: 5px 0 5px 5px;
		display: inline-block;
	}

	div.header_menu ul li.sns a{
		width: 40px;
		background: none;
	}

	div.header_menu ul li.sns a:hover{
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		opacity: 0.70;
	}

}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	#header{
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 9999;
	}

	#header .header_body{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
		padding: 0 0 15px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	#header .header_body .left{
		text-align: center;
		line-height: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}

	#header .header_body .right{
		width: 70%;
	}

	#header .header_logo{
		max-width: 200px;
	}

	#header .header_logo h1{
		margin: 0;
		padding: 0;
	}

	#header .header_tel{
		text-align: right;
	}

	#header .header_tel img{
		max-width: 300px;
	}

	#header .header_menu{
	}

	.header_menu ul.opac{
		width: 96%;
		padding: 0 0 0 4%;
		margin: 10px 0;
		line-height: 0;
		letter-spacing: 1px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		font-size: 75%;
		font-family: TsukuGoPr5-D, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Pゴシック", Osaka, sans-serif;
	}

	.header_menu ul li.main{
		position: relative;
		text-align: center;
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 0;
		width: 9%;
	}

	.header_menu ul li.main:first-child{
		width: 14%;
		min-width: 5em;
	}

	.header_menu ul li.main:nth-child(4), .header_menu ul li.main:nth-child(7){
		width: 6%;
	}

	.header_menu ul li.main:nth-child(6){
		width: 4%;
	}

	.header_menu ul li.main img{
		max-width: 150px;
	}

	.header_menu ul li.sns{
		list-style-type: none;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}

	.header_menu ul li.sns img{
		max-width: 30px;
	}

	.header_menu ul li.main ul.sub li a{
		color: #000;
	}

	.header_menu ul li.main ul.sub{
		position: absolute;
		display: block;
		z-index: 100;
/*		border:1px solid red;*/
		list-style-type: none;
		padding:0;
		font-size: 95%;
		top: 10px;
		font-family: TsukuGoPr5-D, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Pゴシック", Osaka, sans-serif;
	}

	.header_menu ul li.main ul.sub li{
		overflow: hidden;
		width: 280px;
		height: 0;
		color: #fff;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
		text-align: left;
	}

	.header_menu ul li.main:hover ul.sub li a{
		text-align:left;
		padding: 20px 10px;
		color: #000;
		display:block;
		box-sizing: border-box;
	}

	.header_menu li.main:nth-child(7) ul.sub {
		direction:rtl;
	}

	.header_menu li.main:hover ul.sub li{
		overflow: visible;
		height: 38px;
		border-top: 1px dotted #eee;
		border-bottom: 1px dotted #eee;
		background:rgba(255, 255, 255, .9);
	}

	.header_menu li.main:hover ul.sub li:first-child{
		border-top: 0;
	}

	.header_menu li.main:hover ul.sub li:last-child{
		border-bottom: 0;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 1100px) {

	#header .header_logo{
		max-width: 160px;
	}

	.header_menu ul li.sns{
		display: none;
	}

	.header_menu ul.opac{
		font-size: 65%;
	}

	.header_menu ul a{
		line-height: 1.5;
	}

	.header_menu ul li.main:first-child{
		width: 16%;
	}

}


/*　メイン　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.pc_contents {
		display: none;
	}

	div#main{
		width: 100%;
	}

	.menu .title_pic{
		position: relative;
		padding: 0;
	}

	.main_body00{
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}

	.main_body01{
		width: 94%;
		padding: 25px 0;
		margin: 0 auto;
	}

	.main_body02{
		width: 92%;
		padding: 25px 0;
		margin: 0 auto;
	}

	.style01{
		width: 100%;
		background: #fff;
	}

	.style02{
		width: 100%;
		background: url(../img/top/style03_bk.jpg);
	}

	.style03{
		width: 100%;
		background: #f3f6f7;
	}

	.style04{
		width: 100%;
		background: url(../img/top/style04_bk.jpg);
	}

	.style05{
		width: 100%;
		background: #dfeaf4;
	}

	.style06{
		width: 100%;
		background: #f3f6f7;
	}

	.pankuzu{
		margin: 0;
		padding: 5px;
		background: #fff;
		border-top: 1px dotted #ddd;
		border-bottom: 1px dotted #ddd;
		font-size: 8pt;
	}

	.pankuzu_body{
		width: 96%;
		margin: 0 auto;
	}

	.pankuzu_body p{
		margin: 0;
		padding: 0;
	}


	.btn01{
		max-width: 740px;
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}

	.btn01 a{
		font-size: 90%;
		letter-spacing: 2px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 10px;
		color: #000;
		text-align: center;
		text-decoration: none;
		background: rgba(255, 255, 255, .9);
		box-sizing: border-box;
		border: 1px solid #000;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.btn01 a:hover,
	.btn03 a:hover{
		background: #434546;
		color: #fff;
	}


	.btn02{
		max-width: 740px;
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}

	.btn02 a{
		font-size: 90%;
		letter-spacing: 2px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background: #434546;
		box-sizing: border-box;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.btn02 a:hover{
		background: rgba(255, 255, 255, 0);
		border: 1px solid #434546;
		color: #434546;
	}


	.btn03{
		max-width: 740px;
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}

	.btn03 a{
		font-size: 90%;
		letter-spacing: 2px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 10px;
		color: #000;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
		border: 1px solid #000;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.btn_box_double .box{
		max-width: 640px;
		width: 100%;
		margin: 10px auto;
	}

	select.box{
		width: 100%;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		margin: 0;
		height: 30px;
		background: transparent;
		position: relative;
		z-index: 1;
		padding:0 0 0 10px;
		border:1px solid #ccc;
	}

	select.box{
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		height: 30px;
		background: transparent;
		position: relative;
		z-index: 1;
		padding: 0 0 0 10px;
		border: 1px solid #ccc;
	}

	select::-ms-expand {
		display: none;
	}

	.selectbox{
		width: 100%;
		margin: 0 auto;
		position: relative;
		background: #fff;
	}

	.selectbox:: before{
		content:'';
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		background: #f2f2f2;
		height: 30px;
		width: 30px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.selectbox::after{
		content:'';
		position: absolute;
		z-index: 0;
		top: 12px;
		bottom: 0;
		right: 9px;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #333 transparent transparent transparent;
	}


	/* 影付きのパターン */
	.contents_bk{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 5px;
		right: -5px;
		background: url(../img/common/bk03.png);
	}

	.btn01.tel_btn{
		position: relative;
	}

	.btn01.tel_btn:before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		content:"";
		background: url(../img/top/tel.png) left center no-repeat;
		width: 30px;
	}

	.btn01.tel_btn a:hover{
		background: #fff;
		color: #000;
	}

	.bottom_contact_box{
		text-align: center;
		line-height: 2.0;
	}

	.bottom_contact_box .attention{
		display: inline-block;
		font-size: 130%;
		border-bottom: 1px solid #000;
		margin-bottom: 0;
		padding-bottom: 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

	.bottom_contact_box .btn01.tel_btn{
		max-width: 520px;
		width: 90%;
		margin: 0 auto;
	}

	.bottom_contact_box .btn01.tel_btn .en{
		font-size: 130%;
	}
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.sp_contents {
		display: none;
	}

	div#main{
		width: 100%;
	}

	.menu .title_pic{
		position: relative;
		padding: 50px 0;
	}

	.main_body00{
		max-width: 1600px;
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}

	.main_body01{
		max-width: 1400px;
		width: 92%;
		padding: 50px 0;
		margin: 0 auto;
	}

	.main_body02{
		max-width: 1200px;
		width: 90%;
		padding: 50px 0;
		margin: 0 auto;
	}

	.style01{
		width: 100%;
		background: #fff;
	}

	.style02{
		width: 100%;
		background: url(../img/top/style03_bk.jpg);
	}

	.style03{
		width: 100%;
		background: #f3f6f7;
	}

	.style04{
		width: 100%;
		background: url(../img/top/style04_bk.jpg);
	}

	.style05{
		width: 100%;
		background: #dfeaf4;
	}

	.style06{
		width: 100%;
		background: #f3f6f7;
	}

	.pankuzu{
		margin: 0;
		padding: 10px 0 40px 0;
		font-size: 8pt;
	}

	.pankuzu_body{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
		text-align: left;
	}

	.pankuzu_body p{
		margin: 0;
		padding: 0;
	}

	.btn01{
		max-width: 740px;
		width: 100%;
		margin: 40px auto 0 auto;
		text-align: center;
	}

	.btn01 a{
		font-size: 100%;
		letter-spacing: 2px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 20px 20px;
		color: #000;
		text-align: center;
		text-decoration: none;
		background: rgba(255, 255, 255, .9);
		box-sizing: border-box;
		border: 1px solid #000;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.btn01 a:hover,
	.btn03 a:hover{
		background: #434546;
		color: #fff;
	}

	.btn02{
		max-width: 740px;
		width: 100%;
		margin: 40px auto;
		text-align: center;
	}

	.btn02 a{
		font-size: 150%;
		letter-spacing: 2px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 30px 20px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background: #434546;
		box-sizing: border-box;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.btn02 a:hover{
		background: rgba(255, 255, 255, 0);
		border: 1px solid #434546;
		color: #434546;
	}

	.btn03{
		max-width: 740px;
		width: 100%;
		margin: 40px auto 0 auto;
		text-align: center;
	}

	.btn03 a{
		font-size: 100%;
		letter-spacing: 2px;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		padding: 20px 20px;
		color: #000;
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
		border: 1px solid #000;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}

	.btn_box_double{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.btn_box_double .box{
		width: 48%;
	}

	select.box{
		width: 100%;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		margin: 0;
		height: 30px;
		background: transparent;
		position: relative;
		z-index: 1;
		padding:0 0 0 10px;
		border:1px solid #ccc;
	}

	select::-ms-expand {
		display: none;
	}

	.selectbox{
		width: 100%;
		margin: 0 auto;
		position: relative;
		background: #fff;
	}

	.selectbox::before{
		content:'';
		position:absolute;
		z-index: 0;
		top: 0;
		right: 0;
		background: #f2f2f2;
		height: 30px;
		width: 30px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.selectbox::after{
		content:'';
		position: absolute;
		z-index: 0;
		top: 12px;
		bottom: 0;
		right: 9px;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #333 transparent transparent transparent;
	}

	.btn01.tel_btn{
		position: relative;
	}

	.btn01.tel_btn a:before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		content:"";
		background: url(../img/top/tel.png) left center no-repeat;
		width: 30px;
	}

	.btn01.tel_btn a:hover{
		background: #fff;
		color: #000;
	}

	.bottom_contact_box{
		text-align: center;
		line-height: 2.0;
	}

	.bottom_contact_box .attention{
		display: inline-block;
		font-size: 130%;
		border-bottom: 1px solid #000;
		padding-bottom: 12px;
		letter-spacing: 3px;
	}

	.bottom_contact_box .btn01.tel_btn{
		max-width: 520px;
		width: 90%;
		margin: 0 auto;
	}

	.bottom_contact_box .btn01.tel_btn .en{
		font-size: 130%;
	}
}


/* カーブのトップパターン */
/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	.chapter_curve_top{
		width: 100%;
		height: 70px;
		margin: 0 0 -70px 0;
		padding: 0;
		line-height: 0;
		background: url(../img_sp/menu/menu_studio_line.png) center bottom no-repeat;
		position: relative;
		top: -70px;
	}

}

/* --- PC ---------- */

@media print,screen and (min-width: 741px) {

	.chapter_curve_top{
		width: 100%;
		height: 70px;
		margin: 0 0 -70px 0;
		padding: 0;
		line-height: 0;
		background: url(../img/menu/menu_studio_line.png) center bottom no-repeat;
		position: relative;
		top: -70px;
	}

}



/* flex-boxのパターン */
/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	div.flex_contents{
	}

	div.flex_contents a{
		text-decoration: none;
	}

	div.flex_contents a h4{
	}

	div.flex_contents a p{
		color: #000;
	}

	div.flex_contents .flex_box.pt01{
		width: 98%;
		padding: 5px 10px 5px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 10px auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}

	div.flex_contents .flex_box.pt02{
		width: 98%;
		padding: 5px 10px 5px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 10px auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	div.flex_contents .flex_box.pt03{
		width: 98%;
		padding: 5px 10px 5px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 10px auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	div.flex_contents .flex_box.pt04{
		width: 98%;
		padding: 5px 10px 5px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 10px auto 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	div.flex_img{
		width: 36%;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		text-align: center;
		margin-right: 5px;
		box-sizing: border-box;
	}

	div.flex_contents .flex_box.pt01 .flex_img img{
		max-width: 320px;
	}

	div.flex_contents .flex_box.pt02 .flex_img img{
		max-width: 320px;
	}

	div.flex_contents .flex_box.pt03 .flex_img img{
		max-width: 200px;
	}

	div.flex_text{
		width: 64%;
	}

	div.flex_box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	div.flex_box h4{
		font-size: 100%;
		text-align: left;
		margin: 10px 0;
		line-height: 150%;
	}

	div.flex_box h4 span.big{
		font-size: 130%;
	}

	div.flex_text p{
		font-size: 100%;
		text-align: left;
		margin: 10px 0 0 0;
		line-height: 150%;
		color: #000;
	}

}


/* --- PC ---------- */

@media print,screen and (min-width: 741px) {

	div.flex_contents{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}

	div.flex_contents a{
		text-decoration: none;
	}

	div.flex_contents a h4{
	}

	div.flex_contents a p{
		color: #000;
	}

	div.flex_contents .flex_box.pt01{
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: center;
		margin-top: 15px;
	}

	div.flex_contents .flex_box.pt02{
		width: 49%;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: center;
		margin-top: 15px;
	}

	div.flex_contents .flex_box.pt03{
		width: 32%;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: center;
		margin-top: 15px;
	}

	div.flex_contents .flex_box.pt04{
		width: 24%;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: center;
		margin-top: 15px;
	}

	div.flex_img{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	div.flex_contents .flex_box.pt02 .flex_img img{
		max-width: 320px;
	}

	div.flex_contents .flex_box.pt01 .flex_img img{
		max-width: 320px;
	}

	div.flex_contents .flex_box.pt03 .flex_img img{
		max-width: 200px;
	}


	div.flex_box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	div.flex_box h4{
		font-size: 150%;
		margin: 10px 0 0 0;
		line-height: 150%;
	}

	div.flex_box h4 span.big{
		font-size: 150%;
	}

	div.flex_box p{
		font-size: 100%;
		margin: 10px 0 0 0;
		line-height: 150%;
		text-align: left;
		color: #000;
	}

}



/*　フッター　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	#footer{
		width: 100%;
		background: #434546;
		padding: 0 0 15px 0;
		border-top: 1px solid #ccc;
	}

	#footer_access{
		width: 100%;
		background: #fff;
		padding: 15px 0;
	}

	.footer_access_body{
		width: 96%;
		margin: 0 auto;
	}

	.footer_access_body p:first-child{
		margin-top: 8px;
	}

	.footer_access_body .left{
		width: 100%;
		text-align: center;
	}

	.footer_access_body .left h2{
		text-align: center;
	}

	.footer_access_body .left h2 img{
		max-width: 150px;
	}

	.footer_access_body .left .btn01{
		margin-top: 0;
	}

	.footer_access_body .left p.reserve{
		margin-top: 15px;
		text-align: center;
		margin-bottom: 5px;
	}

	.footer_access_body .left p.reserve_info{
		text-align: center;
		margin-top: 5px;
	}
/*
	.footer_access_body .left span.tel{
		display: inline-block;
		width: 30px;
		vertical-align: middle;
	}
*/

	.footer_access_body .left .btn01{
		position: relative;
		margin-bottom: 10px;
	}

	.footer_access_body .right{
		width: 100%;
	}

	.footer_access_body .right h2{
		font-size: 110%;
		text-align: center;
	}

	.footer_access_body .right .footer_access_wrap{
		margin-bottom: 10px;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_photo{
		width: 30%;
		float: left;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_photo img{
		max-width: 180px;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_text{
		width: 66%;
		float: right;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_text h3{
		font-size: 100%;
		margin: 0;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_text p{
		margin: 5px 0;
	}

	.access_btn a{
		display: inline-block;
		font-size: 80%;
		cursor: pointer;
		margin: 0 auto;
		padding: 3px 10px 3px 10px;
		color: #000;
		text-align: center;
		text-decoration: none;
		background: rgba(255, 255, 255, .9);
		box-sizing: border-box;
		border: 1px solid #666;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}

	.access_btn a:hover{
		background: rgba(125, 125, 125, .8);
		color: #fff;
	}


	.footer_body{
		width: 96%;
		margin: 0 auto;
		padding: 15px 0 0 0;
		position: relative;
	}

	.footer_link{
		width: 100%;
	}

	.footer_link_body{
		display: none;
	}


	.footer_bnr_link{
		width: 100%;
		text-align: center;
	}

	.footer_bnr_link a img{
		max-width: 480px;
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.footer_bnr_btn{
		margin-bottom: 10px;
	}

	.footer_bottom_link{
		display: none;
	}

	.copyright p{
		margin-bottom: 0;
		text-align: center;
		font-size: 70%;
		color: #fff;
	}

	div.pagetop{
		width: 30px;
		position: fixed;
		bottom: 30px;
		right: 0;
		z-index: 9999;
	}

}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	#footer{
		width: 100%;
		background: #434546;
		padding: 0 0 15px 0;
		border-top: 1px solid #ccc;
	}

	#footer_access{
		width: 100%;
		background: #fff;
		padding: 50px 0;
	}

	.footer_access_body{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.footer_access_body .left{
		width: 45%;
		padding-right: 4%;
		text-align: center;
		border-right: 1px dotted #ccc;
	}

	.footer_access_body .left h2{
		text-align: center;
	}

	.footer_access_body .left h2 img{
		max-width: 260px;
	}

	.footer_access_body .left .btn01{
		margin-top: 0;
	}

	.footer_access_body .left p.reserve{
		margin-top: 30px;
		margin-bottom: 5px;
		text-align: center;
	}

	.footer_access_body .left p.reserve_info{
		text-align: center;
	}
/*
	.footer_access_body .left span.tel{
		display: inline-block;
		width: 30px;
		vertical-align: middle;
	}
*/

	.footer_access_body .right{
		width: 42%;
		margin: 0 4%;
	}

	.footer_access_body .right h2{
		font-size: 110%;
	}

	.footer_access_body .right .footer_access_wrap{
		margin-bottom: 10px;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_photo{
		width: 30%;
		float: left;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_photo img{
		max-width: 180px;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_text{
		width: 66%;
		float: right;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_text h3{
		font-size: 100%;
		margin: 0;
	}

	.footer_access_body .right .footer_access_wrap .footer_access_text p{
		margin: 5px 0;
	}

	.access_btn a{
		display: inline-block;
		font-size: 85%;
		cursor: pointer;
		margin: 0 auto;
		padding: 5px 20px 3px 20px;
		color: #000;
		text-align: center;
		text-decoration: none;
		background: rgba(255, 255, 255, .9);
		box-sizing: border-box;
		border: 1px solid #666;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}

	.access_btn a:hover{
		background: #434546;
		color: #fff;
	}


	.footer_body{
		max-width: 1400px;
		width: 96%;
		margin: 0 auto;
		padding: 50px 0 0 0;
		position: relative;
	}

	.footer_link{
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.footer_link_body{
		width: 60%;
	}

	.footer_link_body dl{
		margin: 0;
		padding: 0;
	}

	.footer_link_body dt{
		letter-spacing: 2px;
		margin-top: 15px;
		color: #fff;
	}

	.footer_link_body dd{
		font-size: 90%;
		margin: -1.8em 0 0 10em;
		padding: 0;
		color: #fff;
	}

	.footer_link_body dd a{
		display: inline-block;
		margin-left: 1.5em;
		text-decoration: underline;
		color: #fff;
	}


	.footer_bnr_link{
		width: 36%;
		text-align: right;
	}

	.footer_bnr_link a img{
		max-width: 480px;
	}

	.footer_bnr_btn{
		margin-bottom: 15px;
	}

	.footer_bottom_link{
		color: #fff;
	}

	.footer_bottom_link a{
		color: #fff;
		text-decoration: underline;
		margin-left: 5px;
	}

	.copyright p{
		margin-bottom: 0;
		text-align: right;
		font-size: 70%;
		color: #fff;
	}

	div.pagetop{
		width: 50px;
		position: fixed;
		bottom: 30px;
		right: 0;
		z-index: 9999;
	}

}
