@charset "utf-8";
/* CSS Document */
@import url(sanitize.css);
/* CSS Document */
/*********************
clearfix 
************************/
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}
html {}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	min-height: 100%;
	background-color: #000;
	text-align: center;
		font-family: "Sawarabi Mincho";
}
.container {
	margin: 0 auto;
	width: 100%;
}
header {
	width: 100%;
	/*max-width: 2000px;*/
	height: auto;
	/*max-height: 1166px;*/
	position: relative;
	margin: 0 auto 25px;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
header h1 {
	font-size: 12px;
	color: #fff;
}
section#introduction {
	margin-top: 30px;
}
section h2 {
	margin: 10px auto;
	color: #E95504;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
}
.trouble-m {
	display: none;
}
.trouble {
	position: relative;
	> img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}
.troubleback {
	position: relative;
}
.troubleNote {
	margin: 20px auto;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/*transform: translate(-50%, -50%);*/
	/*background-color: rgba(255,255,255,0.7);*/
	/*> div {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		/*font-size: 1rem;*/
	/*line-height: 1.7;
		padding: 10px 0;
	}
}
.troubleTitle {
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.troubleTitle ul {
	color: #000;
	margin: 20px 0;
	padding: 0;
}
.troubleTitle ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	white-space: nowrap;*/
}
/*--------------
プロフィール
---------------------------------*/
section#profile {
	margin-top: 50px;
}
.profileBox {
	width: 640px;
	margin: 10px auto;
}
.profileBox .nakataImg {
	float: left;
	width: 312px;
}
.profileBox .profileNote {
	float: right;
	margin: 0 0 0 10px;
	color: #ffff;
	width: 300px;
	text-align: left;
}
.nakataWork {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
}
.nakataName {
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
}
span.smallname {
	font-size: 16px;
}
ul.profileList {
	margin: 0;
	padding: 0;
}
ul.profileList li {
	font-size: 14px;
	margin-left: 2em;
	margin-bottom: 0.4em;
	color: #fff;
}
.introduction {
	margin-top: 10px;
}
.introduction p {
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
}
/*-----------
新着情報
-----------------------------------------*/
section#newsevent {
	margin-top: 50px;
}
 .newstopics {
		width: 90%;
		height: 200px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
	}
	.frame {
		width: 80%;
		height: 100%;
		margin: 0 auto;
	}
/*--------
レッスン
--------------------------------------*/
section#lesson {
	margin-top: 50px;
}
.present {
	width: 572px;
	margin: 20px auto;
	border: 2px #E95504 solid;
	padding: 6px 4px;
	color: #E95504;
	font-size: 15px;
	line-height: 1.6;
}
.presentinner{
	margin: 0 auto;
}
h3 {
	color: #E95504;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.level1 {
	/*position: relative;
	background: url("../images/level1back.png") no-repeat center center;*/
	width: 576px;
	height: 199px;
	margin: 10px auto 0;
}
.times {
	/*position: absolute;
	top: 25px;
	left: 175px;
	color: #fff;
	font-size: 20px;
	text-align: left;*/
}
.timesSmall {
	/*font-size: 12px;
	margin-top: 3px;*/
}
.lesson1 {
	/*position: absolute;
	top: 57px;
	left: 154px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;*/
}
.m-level {
	display: none;
}
/*.lesson2 {
	position: absolute;
	top: 95px;
	left: 118px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
.lesson3 {
	position: absolute;
	top: 139px;
	left: 85px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}*/
.level2 {
	/*position: relative;
	background: url("../images/level2back.png") no-repeat center center;*/
	width: 576px;
	height: 199px;
	margin: 0 auto 1px;
}
.level3 {
	/*position: relative;
	background: url("../images/level3back.png") no-repeat center center;*/
	width: 576px;
	height: 199px;
	margin: 0 auto;
}
/*.lesson4 {
	position: absolute;
	top: 84px;
	left: 130px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
.lesson5 {
	position: absolute;
	top: 123px;
	left: 102px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}*/
h3#lesson {
	margin-top: 20px;
}
h4 {
	color: #E95504;
	font-size: 14px;
}
.lessonNote {
	width: 560px;
	margin: 10px auto;
	color: #fff;
	font-size: 11px;
	line-height: 1.8;
}
.trackmanTitle {
	margin: 20px auto 10px;
	color: #fff;
	font-size: 11px;
}
.trackmanBox {
	width: 576px;
	margin: 0 auto 20px;
	border: 1px #ccc solid;
	overflow: hidden;
}
.trackmanImg {
	float: left;
	width: 193px;
}
.trackmancontants {
	float: right;
	padding: 10px 20px;
	width: 380px;
	text-align: left;
}
.trackmanNote {
	margin-top: 20px;
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
}
.trackmanNote a {
	color: #fff;
}
.processback {
	margin: 20px 0;
	text-align: center;
}
.sp-br{
	display: none;
}
.pc-br{
	display: block;
}
/*------------
プライス
----------------------------------------*/
section#price {
	margin-top: 50px;
}
.priceList {
	margin: 10px auto;
}
.priceLine {
	margin: 10px auto;
}
.priceDetails {
	width: 500px;
	margin: 10px auto;
}
.priceDetails p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.6;
}
/*-----------
スタジオマップ
-----------------------------------------------*/
section#studioaccess {
	margin-top: 40px;
}
.studio {
	display: block;
	color: #fff;
	font-size: 12px;
	margin: 10px auto;
}
.studioaccessBox {
	margin: 10px auto;
	width: 550px;
}
.studioAdd {
	float: left;
	font-size: 12px;
	color: #fff;
	width: 160px;
	margin-right: 10px;
	text-align: left;
	line-height: 1.6;
}
.studioAdd a {
	color: #fff;
}
.map {
	float: right;
	width: 380px;
}
.map-m {
	display: none;
}
.studioPhoto {
	margin: 3px auto;
	width: 550px;
}
.studioPhoto ul {
	margin: 0;
	padding: 0;
}
.studioPhoto ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
.studioAddSmall {
	display: block;
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.2;
}
/*--------
コースアクセス
---------------------------------*/
section#courseaccess {
	margin-top: 40px;
}
/*------------
コンタクト
--------------------------------------*/
section#contact {
	margin-top: 40px;
}
.contactBotton {
	margin: 20px auto;
}
/*-------
SNS
----------------------------------*/
section#sns {
	margin-top: 40px;
}
.snsTitle {
	margin: 10px auto;
	font-size: 14px;
	color: #fff;
}
ul.sns {
	margin: 20px auto;
	width: 185px;
}
ul.sns li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
ul.sns li:last-child {
	margin-right: 0;
}
/*---------
フッター
--------------------------------------*/
footer {
	margin: 70px auto 20px;
}
address {
	margin-top: 30px;
	font-size: 12px;
	color: #fff;
}
/*---------
メニュー
----------------------------------*/
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.cp_cont {
	height: 65vh;
}
.cp_offcm04 {
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm04 .cp_menu {
	position: fixed;
	top: 0;
	left: -100vw;
	/*width: 250px;*/
	width: 176px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
	transition-timing-function: cubic-bezier(.38, .52, .23, .99);
	background-color: rgba(0, 151, 167, 1);
	opacity: 0.8;
	background: url("../images/menu/back05.png") repeat-y;
}
.cp_offcm04 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm04 .cp_menu li {
	list-style: none;
}
.cp_offcm04 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.cp_offcm04 #cp_toggle04 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm04 #cp_toggle04:checked ~ .cp_menu {
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}
/* menu toggle */
.cp_offcm04 #cp_toggle04 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
	transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm04 #cp_toggle04:checked ~ label {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}
.cp_offcm04 #cp_toggle04 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em;
	content: url("../images/menu/botton.png");
}
.cp_offcm04 #cp_toggle04:checked ~ label::before {
	content: '\f00d';
	content: url("../images/menu/botton.png");
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}
/*------------
スワイパー
-----------------------------*/
.c-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding: 0 15px;
}
/*------------
メニュー
----------------------------------*/
.cp_offcm04 {
	/*position: absolute;*/
	position: fixed;
	top: 10px;
	left: 2px;
	z-index: 2;
}
/*----------
メールフォーム
----------------------------------------*/
dl.mailform {
	background-color: #000;
	width: 443px;
	margin: 20px auto;
}
dt.mfp {
	color: #fff;
	background-color: none;
}
dd.mfp {
	color: #fff;
	background-color: none;
}
.required {
	color: #e95504;
}
.reservation {
	color: #fff;
	margin: 0 auto;
}
.reservation ul {
	margin: 0 auto;
	text-align: center;
	width: 22em;
}
.reservation ul li {
	float: left;
	margin-right: 2em;
	list-style-type: none;
}
.reservation ul li:last-child {
	margin-right: 0;
}
.mailNote {
	width: 420px;
	margin: 10px auto;
	padding: 4px;
	border: 1px #e95504 solid;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
}
.contactTop {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
	font-weight: bold;
}
.contactNote {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
/*------------
トピックス新着
--------------------------------------*/
section#newsevent {
	margin-top: 40px;
}
.newstopics {
	width: 500px;
	margin: 15px auto;
	text-align: center;
}
iframe {
	width: 100%;
	background-color: #FFF;
	/*border:none;*/
	border: 1px #7fb4c6 solid;
	border-radius: 4px;
}
.mailTopLogo {
	margin: 50px auto 0;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
スマホサイト
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
	html {}
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
		min-height: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.container {
		margin: 0 auto;
		width: 100%;
	}
	header {
		width: 100%;
		height: auto;
		max-width: 701px;
		max-height: 420px;
		position: relative;
		margin: 0 auto 25px;
	}
	header h1 {
		font-size: 75%;
		color: #fff;
		line-height: 1.4;
	}
	section#introduction {
		margin-top: 30px;
	}
	section h2 {
		margin: 10px auto 20px;
		color: #E95504;
		font-weight: bold;
		line-height: 1.4;
	}
	.trouble-m {
		display: block;
		width: 100%;
		max-width: 578px;
		height: auto;
		max-height: 282px;
		margin: 0 auto;
	}
	.trouble {
		display: none;
	}
	.trouble img {
		display: none;
	}
	.troubleback {
		display: none;
	}
	.troubleNote {
		display: none;
	}
	.troubleTitle {
		display: none;
	}
	.troubleTitle ul {
		display: none;
	}
	.troubleTitle ul li {
		display: none;
	}
	/*--------------
プロフィール
---------------------------------*/
	section#profile {
		margin-top: 50px;
	}
	.profileBox {
		width: 100%;
		margin: 10px auto;
	}
	.profileBox .nakataImg {
		float: none;
		width: 100%;
		height: auto;
		max-width: 312px;
		max-height: 382px;
	}
	.profileBox .profileNote {
		float: none;
		color: #ffff;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
    .nakataWork {
		font-size: 14px;
    }
	.nakataName {
		margin-bottom: 10px;
		font-size: 120%;
		color: #fff;
	}
	span.smallname {
		font-size: 90%;
	}
	ul.profileList {
		margin: 0;
		padding: 10px 0 0;
	}
	ul.profileList li {
		font-size: 100%;
		margin-left: 4vw;
		margin-bottom: 0.4em;
		text-align: left;
		color: #fff;
	}
	.introduction {
		margin-top: 20px;
		width: 100%;
		text-align: left;
	}
	.introduction p {
		font-size: 100%;
		line-height: 1.8;
	}
	/*-----------
新着情報
-----------------------------------------*/
	section#newsevent {
		margin-top: 50px;
	}
	/*--------
レッスン
--------------------------------------*/
	section#lesson {
		margin-top: 50px;
	}
	.present {
		width: 90%;
		margin: 20px auto;
		border: 2px #E95504 solid;
		padding: 10px 6px 20px;
		color: #E95504;
		font-size: 92.5%;
		line-height: 1.6;
		background-color: #232323;
	}
	.presentinner{
		width: 95%;
        padding: 6px;
        margin: 0 auto;
		text-align: center;
    }
	h3 {
		color: #E95504;
		font-size: 110%;
        line-height: 1.5;
	}
    
	.level1 {
		max-width: 576px;
		width: 90%;
		max-height: 199px;
		height: auto;
		margin: 10px auto 0;
	}
	.level2 {
		max-width: 576px;
		width: 90%;
		max-height: 199px;
		height: auto;
		margin: 0 auto;
	}
	.level3 {
		max-width: 576px;
		width: 90%;
		max-height: 199px;
		height: auto;
		margin: 0 auto;
	}
	.lesson4 {
		display: none;
	}
	.lesson5 {
		display: none;
	}
	h3#lesson {
		margin-top: 20px;
	}
	h4 {
		color: #E95504;
		font-size: 120%;
	}
	.lessonNote {
		width: 90%;
		margin: 10px auto;
		color: #fff;
		font-size: 90%;
		line-height: 1.6;
		text-align: left;
	}
	.trackmanTitle {
		margin: 20px auto 10px;
		color: #fff;
		font-size: 100%;
	}
	.trackmanBox {
		width: 90%;
		margin: 0 auto 20px;
		border: 1px #ccc solid;
		overflow: hidden;
	}
	.trackmanImg {
		float: none;
		width: 100%;
		max-width: 193px;
		height: auto;
	}
	.trackmancontants {
		float: none;
		padding: 10px 20px;
		width: 100%;
		text-align: center;
	}
	.trackmanNote {
		margin-top: 20px;
		color: #fff;
		font-size: 100%;
		line-height: 1.6;
        text-align: left;
	}
	.trackmanNote a {
		color: #fff;
	}
	.processback {
		margin: 20px 0;
		text-align: center;
	}
	.pc-br {
		display: none;
	}
	.sp-br{
		display: block;
	}
	/*------------
プライス
----------------------------------------*/
	section#price {
		margin-top: 50px;
	}
	.priceList {
		margin: 10px auto;
        padding: 0 10px;
	}
	.priceLine {
		margin: 10px auto;
	}
	.priceDetails {
		width: 100%;
		margin: 10px auto;
	}
	.priceDetails p {
		color: #fff;
		font-size: 90%;
		margin: 0 auto 10px;
		text-align: left;
		line-height: 1.6;
		width: 90%;
	}
	/*-----------
スタジオマップ
-----------------------------------------------*/
	section#studioaccess {
		margin-top: 40px;
	}
	.studioaccessBox {
		margin: 10px auto;
		width: 100%;
	}
	.studioAdd {
		float: none;
		margin: 0 auto;
		font-size: 100%;
		color: #fff;
		width: 90%;
		text-align: left;
		line-height: 1.6;
		text-align: center;
	}
	.studioAdd a {
		color: #fff;
	}
	.map {
		float: none;
		width: 100%;
		max-width: 1300px;
		margin-top: 10px;
	}
	.map iframe {
		width: 100%;
		max-width: 1300px;
	}
	.studioPhoto {
		margin: 3px auto;
		width: 100%;
		max-width: 550px;
		text-align: center;
	}
	.studioPhoto ul {
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.studioPhoto ul li {
		list-style-type: none;
		display: inline-block;
		margin: 0 auto 5px;
		padding: 0;
        float: none;
	}
	.studioAddSmall {
		display: block;
		font-size: 100%;
		margin-top: 10px;
		line-height: 1.2;
        text-align: left;
	}
	/*----------------------*/
	@media screen and (max-width: 375px) {
		.studioPhoto ul {
			margin: 0 auto;
			padding: 0;
			text-align: center;
		}
		.studioPhoto ul li {
			list-style-type: none;
			float: none;
			text-align: center;
    		margin: 0 auto 5px;
			padding: 0;
		}
	}
	/*--------
コースアクセス
---------------------------------*/
	section#courseaccess {
		margin-top: 40px;
	}
	/*------------
コンタクト
--------------------------------------*/
	section#contact {
		margin-top: 40px;
	}
	.contactBotton {
		margin: 20px auto;
	}
	/*-------
SNS
----------------------------------*/
	section#sns {
		margin-top: 40px;
	}
	.snsTitle {
		margin: 10px auto;
		font-size: 120%;
		color: #fff;
	}
	ul.sns {
		margin: 20px auto;
		width: 185px;
		text-align: center;
	}
	ul.sns li {
		float: left;
		margin-right: 20px;
		list-style-type: none;
	}
	ul.sns li:last-child {
		margin-right: 0;
	}
	/*---------
フッター
--------------------------------------*/
	footer {
		margin: 70px auto 20px;
	}
	address {
		margin-top: 30px;
		font-size: 100%;
		color: #fff;
	}
	/*---------
メニュー
----------------------------------*/
	*, *:before, *:after {
		box-sizing: border-box;
	}
	.cp_cont {
		height: 65vh;
	}
	.cp_offcm04 {
		position: absolute;
		top: 20px;
		left: 20px;
		display: inline-block;
	}
	/* menu */
	.cp_offcm04 .cp_menu {
		position: fixed;
		top: 0;
		left: -100vw;
		/*width: 250px;*/
		width: 176px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: 0.53s transform;
		transition: 0.53s transform;
		-webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
		transition-timing-function: cubic-bezier(.38, .52, .23, .99);
		background-color: rgba(0, 151, 167, 1);
		opacity: 0.8;
		background: url("../images/menu/back05.png") repeat-y;
	}
	.cp_offcm04 .cp_menu ul {
		margin: 0;
		padding: 0;
	}
	.cp_offcm04 .cp_menu li {
		list-style: none;
	}
	.cp_offcm04 .cp_menu li a {
		display: block;
		padding: 20px;
		text-decoration: none;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.cp_offcm04 #cp_toggle04 {
		position: absolute;
		display: none;
		opacity: 0;
	}
	.cp_offcm04 #cp_toggle04:checked ~ .cp_menu {
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
	}
	/* menu toggle */
	.cp_offcm04 #cp_toggle04 ~ label {
		display: block;
		padding: 0.5em;
		cursor: pointer;
		-webkit-transition: 0.5s transform;
		transition: 0.5s transform;
		-webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
		transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
		text-align: center;
		color: #333333;
	}
	.cp_offcm04 #cp_toggle04:checked ~ label {
		-webkit-transform: translateX(250px);
		transform: translateX(250px);
	}
	.cp_offcm04 #cp_toggle04 ~ label::before {
		font-family: 'FontAwesome';
		content: '\f0c9';
		font-size: 2em;
		content: url("../images/menu/botton.png");
	}
	.cp_offcm04 #cp_toggle04:checked ~ label::before {
		content: '\f00d';
		content: url("../images/menu/botton.png");
	}
	/* contents */
	.cp_contents {
		color: #333333;
		text-align: center;
	}
	/*------------
スワイパー
-----------------------------*/
	.c-container {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		padding: 0 15px;
	}
	/*------------
メニュー
----------------------------------*/
	.cp_offcm04 {
		/*position: absolute;*/
		position: fixed;
		top: 40px;
		left: 2px;
		z-index: 2;
	}
	/*----------
メールフォーム
----------------------------------------*/
	dl.mailform {
		background-color: #000;
		width: 443px;
		margin: 20px auto;
	}
	dt.mfp {
		color: #fff;
		background-color: none;
	}
	dd.mfp {
		color: #fff;
		background-color: none;
	}
	.required {
		color: #e95504;
	}
	.reservation {
		color: #fff;
		width: auto;
		margin: 0 auto;
	}
	.reservation ul {
		margin: 0 auto;
	}
	.reservation ul li {
		color: #fff;
		float: none;
		width: 12em;
		margin: 0 0 10px 0;
		text-align: left;
		list-style-type: none;
	}
	.mailNote {
		width: 90%;
		margin: 10px auto;
		padding: 10px;
		border: 1px #e95504 solid;
		color: #fff;
		font-size: 3.25vw;
		line-height: 1.6;
	}
	dl.mailform {
		width: 90%;
	}
	/*------------
トピックス新着
--------------------------------------*/
	section#newsevent {
		margin-top: 40px;
	}
	.newstopics {
		/*width: 100%;
	margin: 40px auto;
	text-align: center;*/
		width: 90%;
		height: 200px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
	}
	.frame {
		width: 80%;
		height: 100%;
		margin: 0 auto;
	}
	/*.newstopics iframe {
	width: 90%;
	background-color: #FFF;
	border: 1px #7fb4c6 solid;
	border-radius: 4px;
	max-height: 200px;
	
}	*/
@media screen and (min-width: 480px) and (max-width:1668px) {
 .newstopics {
		width: 90%;
		height: 200px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
	}
.frame {
		width: 80%;
		height: 100%;
		margin: 0 auto;
	}
}
}

/*---スマホサイト終わり---*/


/*------------------------------
    201908 add
------------------------------*/

@media (max-width: 414px) {
    
	section h2 {
		font-size: 5vw;
		line-height: 1.4;
	}
    
    h3 {
        font-size: 4vw;
    }
    
    .mfp_buttons {
        margin-left: -200px;
    }
    
}
@media (max-width: 339px) {
	header h1 {
		font-size: 70%;
	}
    
}