/******---共通目次---*****/
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	} 
	table {  
	    border-collapse:collapse;  
	    border-spacing:0;  
	} 
	fieldset,img {   
	    border:0;  
	} 
	address,caption,cite,code,dfn,em,strong,th,var {  
	    font-style:normal;  
	    font-weight:normal;  
	} 
	ol,ul {  
	    list-style:none;  
	} 
	caption,th {  
	    text-align:left;  
	} 
	h1,h2,h3,h4,h5,h6 {  
	    font-size:100%;  
	    font-weight:normal;  
	} 
	q:before,q:after {  
	    content:'';  
	} 
	abbr,acronym { border:0;  
	} 
	

body{
	color: #222;
	font-size:16px;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.8;
	letter-spacing:0.5px;
}

/*box-sizeing*/
header, #gNav, #gNavLi > li > .fade, #gNavLi .subNavLi, #language, #languageLi > li > .fade, #languageLi .subNavLi, .wrap, table, th, td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}
A:hover {COLOR: #000000; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none}

div {
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
	body {
		font-size:15px;
	}
}
@media (max-width: 480px) {
	body {
		font-size:14px;
	}
}

/**----------h1について----------**/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
ul {
	list-style-type: none;
}

/* =========================================================
■ header ヘッダー部分
========================================================= */
header {
	width:100%;
	height:61px;
	background-color: rgba(0,0,0,0.70);
	margin: 0 auto;
	position:fixed;
	top:-62px;
	right:0;
	z-index:3000;
	opacity:0;
	transition: 0.4s;
}
header.head_scroll {
	top:0;
	right:0;
	opacity:1.0;
	transition: 0.4s;
}
#index header {
	width:200px;
	height:auto;
	top:100px;
	right:-201px;
	background:none;
}
#index header.head_scroll {
	top:100px;
	right:10vw;
	
}
.head_inner {
	width:100%;
	margin:0 auto;
	padding-left:2%;
	box-sizing:border-box;
}
h1 {
	position:fixed;
	font-size:12px;
	line-height:1em;
	height:15px;
	width:100%;
	top:-15px;
	left:0;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 1920px) {
	
	#index header.head_scroll {
		right:1vw;
	}
}
@media screen and (max-width: 1340px) {
	
	#index header.head_scroll {
		right:0;
	}
}
@media screen and (max-width: 1300px) {
	#index header {
		width:100px;
	}
}
@media screen and (max-width: 1100px) {
	header {
		top:0;
		opacity:1.0;
		width:200px;
		background:none;
	}
	#index header {
		width:200px;
		top:0;
		opacity:1.0;
		
	}
	#index header.head_scroll {
		top:0;
	}
}
@media screen and (max-width: 480px) {
}

/* =========================================================
■ メニュー
========================================================= */
.lock {
	overflow:hidden;
}
#gNav {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#gNav li {
	text-align: center;
	width:16.6666%;
	margin:0;
	float:left;
}
#index #gNav li {
	width:100%;
	margin:0 0 10px;
}
#gNav li a {
	display: block;
	box-sizing:border-box;
	margin: 0;
	padding: 17px 17px 17px;
	font-size: 15px;
	letter-spacing:1px;
	text-decoration: none;
	background-color: rgba(0,0,0,0.70);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
	color:#fff;
	transition: 0.4s;
}
#gNav li a.select {
	background-color: rgba(0,0,0,0.9);
}
#gNav li a:hover {
	transition: 0.4s;
	background-color: rgba(0,0,0,0.9);
}
#gNavLi .open:after {
  display: none;
}
#closeBtn {
  display: none;
}

#js_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  
}

@media screen and (max-width: 1100px) {
	#js_menu {
		display: block;
		top:0;
		right:0;
	}
	#js_menu a {
		display:block;
		width: 60px;
		height: 60px;
		box-sizing:border-box;
		padding:5px;
		background:#fff;
	}
	#js_menu img {
		max-width:100%;
	}
	#closeBtn {
		display: block;
		position: absolute;
		width:60px;
		height:60px;
		top:-58px;
		right:1px;
		text-align:right;
	}
	#closeBtn a {
		display:inline-block;
		width:58px;
		height:58px;
		box-sizing:border-box;
		background:#fff;
		padding:10px 5px 0 5px;
		text-align:center;
	}
	#closeBtn a img {
		max-width:100%;
	}
	#spMenuWrap {
		float:none;
		position: absolute;
		top:60px;
		width: 100% !important;
		right: -101%;
		padding: 0 0 0;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		z-index: 98;
	}
	#spMenuWrap.open {
		right: 0;
	}
	#spMenuInner {
		padding-top:0;
		overflow-w: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#bar {
		width: 100%;
		float:none;
		background: none;
		border-bottom: none;
	}
	#gNav {
		margin:0;
		width:100%;
	}
	
	#gNavLi {
		display: block;
	}
	#gNavLi li {
		display: block;
	}
	#gNav li {
		width:100%;
		margin:0 0 10px;
		float:none;
	}
}


/* =========================================================
■ アニメーション用スタイル
========================================================= */
#main_fix {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	height:100vh;
}
#main {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	top:50%;
	transform: translateY(-50%);
}
.main_image {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.main_image:before {
	content: " ";
    display: block;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.35);
	z-index:100;
}
.main_image p {
		width:25%;
		text-align:center;
		float:left;
}
.main_image p img {
		max-width:100%;
}
/*#main:before {
    content: " ";
    display: block;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	z-index:100;
}*/
#d_slider{
    overflow: hidden;
    max-width:50%;
	margin:0 0 0 50%;
	min-height:600px;
	top:0;
	z-index:1;
}
.slide_txt {
	position: absolute;
	left:50%;
	top:50%;
	transform: translateX(-50%);
	transition: 1.5s ease-in-out;
	z-index: 30;
	width:100%;
	max-width:1200px;
	padding-left:10%;
	height:50px;
	box-sizing:border-box;
	text-align:left;
	background:rgba(256,256,256,0.5);
}
.slide_txt img {
	height:50px;
	width:auto;
	margin:0;
}
.slide_txt span {
	display:inline-block;
	margin-top:15px;
	font-weight:bold;
	text-shadow: 1px 1px #fff;
	font-size:18px;
}
@media (max-width: 1024px) {
		.main_image p {
			width:50%;
			height:50vh;
			overflow:hidden;
		}
		.main_image p img {
				width:auto;
				height:50vh;
				max-width:200%;
		}
}
@media (max-width: 540px) {
	.slide_txt img {
		height:8.5vw;
	}
	.slide_txt {
			padding-left:5vw;
	}
}
/* =========================================================
■ 本文
========================================================= */
#container {
	width:100%;
	padding-top:90px;
	
}
#index #container {
	padding-top:0;
	margin-top:100vh;
	position:relative;
	z-index:100;
	
}
/*.content_wrap_gradient {
	background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 30%),linear-gradient(rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.975) 100%);
}*/
.content{
	width:96%;
	max-width:1100px;
	margin:0 auto;
	padding:0 0 70px;
}
@media (max-width: 1100px) {
	#container {
		padding-top:100px;
	}
	#index #container {
	padding-top:0;
	}
}
@media (max-width: 640px) {
	#container {
		padding-top:50px;
	}
	#index #container {
	padding-top:0;
	}
	.content {
		padding-bottom:50px;
	}
}


/* =========================================================
■ トップページ
========================================================= */
.section01 {
	width:100%;
	background:#fff url(../item/bg_img01.png) no-repeat;
	background-size:auto 100%;
	background-position:left center;
	position:relative;
}
.section01:before {
    content: " ";
    display: block;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.35);
	z-index:100;
}
.section01_inner {
	padding:10vw 0;
	max-width: 800px;
	width: 96%;
	margin:0 auto;
	box-sizing: border-box;
	color:#fff;
	position:relative;
	z-index:200;
}
.section01_inner h2 {
	font-size: 44px;
	letter-spacing: .8rem;
	font-weight: 400;
	padding-left: 100px;
}
.section01 .txt_eng {
	font-size: 21px;
	margin-bottom:25px;
	display:inline-block;
}
.section01_inner p {
	margin-bottom:15px;
}
.section01_inner p.txt_btm {
	text-align:right;
	font-size:14px;
}

@media (max-width: 768px) {
		.section01 .txt_eng {
				font-size:18px;
		}
		.section01_inner p.txt_btm {
			font-size:13px;
	}
}
@media (max-width: 480px) {
	.section01 .txt_eng {
				font-size:16px;
		}
		.section01_inner p.txt_btm {
			font-size:12.5px;
	}
}


.section02 {
	width:100%;
	margin:0 auto;
	background:#f7f7f7;
	padding:120px 0 50px;
}
.section02 h2 {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:50px;
	font-weight:normal;
}
.section02 h2 span {
	font-size:22px;
	display:inline-block;
	padding-left:0.5em;
}
.box_layout {
	width:96%;
	max-width:940px;
	margin:0 auto 50px;
	background:#fff;
	box-sizing:border-box;
	padding:25px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
	position:relative;
	-webkit-transform:translate3d(0,20px,0);
	transform:translate3d(0,20px,0);
}
.box_layout_off {
	background:#f6f6f6;
}
.is-active .box_layout {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 2.5s;
	transition-duration: 2.5s;
	transition-delay:0.1s;
	-webkit-transition-delay: 0.1s;
}

.box_layout img {
	width:30%;
	float:left;
}
/*.img_box_inner img {
	width:100%;
	transition:transform .5s cubic-bezier(.645,.045,.355,1) 0s;
	transform:scale(1.2);
}
.is-active img {
	transition:transform 1.4s cubic-bezier(.215,.61,.355,1) 0s;
	transform:scale(1);
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}*/

.box_layout .box_txt {
	width:65%;
	float:right;
	text-align:left;
	padding:20px 0 0;
}
.box_layout .box_txt h3 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:35px;
	line-height:1.4em;
}
.box_layout .box_txt h3:after {
    content: " ";
    display: block;
	width:1em;
	height:2px;
	background:#555;
	margin:0;
}
.box_layout .box_txt p {
	margin-top:20px;
}
.box_layout .box_txt .txt_red {
	color:#444;
	margin-top:20px;
	padding-left:1em;
	font-size:1.2em;
	font-weight:bold;
}
.list_check {
	margin-left:1em;
}
.list_check li {
	background:url(../item/ico_check.png) no-repeat;
	background-size:15px auto;
	background-position:left 3px;
	padding-left:20px;
	line-height:1.4em;
	margin-bottom:7px;
}
.link_detail {
	display:inline-block;
	position:absolute;
	right:30px;
	bottom:30px;
	padding-right:20px;
}
.link_detail::before{
	display:block;
	position:absolute;
	content: "";
	margin:0;
	top:10px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 1000px) {
	.box_layout {
		max-width:650px;
		padding:25px 4% 75px;
	}
	.box_layout img {
		float:none;
		display:block;
		margin:0 auto 25px;
		width:80%;
		max-width:350px;
		text-align:center;
	}
	.box_layout .box_txt {
			float:none;
			width:100%;
			margin:0 auto;
			padding:0;
	}
}
@media (max-width: 768px) {
		.box_layout .box_txt h3 {
				font-size:21px;
				margin-bottom:25px;
		}
}
@media (max-width: 480px) {
	.box_layout .box_txt h3 {
				font-size:18px;
				margin-bottom:20px;
		}
		.box_layout .box_txt {
				padding-left:1%;
		}
}
/* =========================================================
■ アニメーション
========================================================= */
.scroll-opacity {
	opacity:0;
}
.mask_opacity {
	
	animation: maskopacity 1.0s ease-out forwards;
	animation-delay: 0;
	transform: translateX(-100%);
	overflow:hidden;
	position:relative;
	z-index:555;
}
@keyframes maskopacity {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	50% {
		opacity: 1.0;
		transform: translateX(0);
	}
	
	
	100% {
		opacity: 1.0;
		transform: translateX(0);
	}
}


.mask_cover {
	position:relative;
	overflow:hidden;
}
.mask_cover:before {
    content: " ";
    display: block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:666;
	background:#000;
	top:0;
	left:0;
	transform: translateX(-100%);
	animation: maskanimation 1.0s ease-out forwards;
	animation-delay: 0;
}
@keyframes maskanimation {
	0% {
		opacity: 1.0;
		transform: translateX(-100%);
	}
	50% {
		opacity: 1.0;
		transform: translateX(0);
	}
	
	
	100% {
		opacity: 1.0;
		transform: translateX(100%);
	}
}

.box_layout .scroll-in:before {
	content: " ";
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:666;
	background:#000;
	top:0;
	left:0;
	transform: translateX(0);
}
.box_layout .mask_cover:before {
	transform: translateX(0);
	animation: maskanimation1 0.5s ease-out forwards;
	animation-delay: 0;
}
@keyframes maskanimation1 {
	0% {
		opacity: 1.0;
		transform: translateX(0);
	}
	20% {
		opacity: 1.0;
		transform: translateX(0);
	}
	
	
	100% {
		opacity: 1.0;
		transform: translateX(100%);
	}
}

/* =========================================================
■ タイトル
========================================================= */
.sub_ttl_h3 h3 {
	font-size:32px;
	font-weight:normal;
	margin-bottom:35px;
}
.sub_ttl_h3 h3:after {
    content: " ";
    display: block;
	width:1em;
	height:2px;
	background:#555;
	margin:0;
}
@media (max-width: 1100px) {
		.sub_ttl_h3 h3 {
			font-size:30px;
		}
}
@media (max-width: 768px) {
	.sub_ttl_h3 h3 {
			font-size:27px;
		}
}
@media (max-width: 480px) {
	.sub_ttl_h3 h3 {
			font-size:22px;
			margin-bottom:25px;
		}
}
@media (max-width: 414px) {
	.sub_ttl_h3 h3 {
			font-size:20px;
		}
		.sub_ttl_h3 h3:after {
			height:1px;
		}
}
.pcno_830 {
		display:none;
		height:0;
		line-height:0;
}
@media (max-width: 830px) {
	.pcno_830 {
		display:block;
	}
}
/* =========================================================
■ service
========================================================= */
#sub_main {
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#sub_main img {
	width:100%;
}
.sub_ttl {
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	background-color:rgba(256, 256, 256, 0.6);
	padding:30px 0;
}
#sub_main h2 {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
	box-sizing:border-box;
	padding-left:2em;
	font-size:30px;
}


#sub_main h2 span {
	display:inline-block;
	position:relative;
	font-size:24px;
	font-weight:normal;
	line-height:1.4em;
	padding-left:1.5em;
}
#sub_main h2 span:after {
	content: " ";
    display: block;
	position:absolute;
	left:0.5em;
	top:50%;
	transform: translateY(-50%);
	width:0.8em;
	height:2px;
	background:#555;
	margin:0;
}
.service_top {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	margin-bottom:35px;
}
.service_point {
	width:96%;
	max-width:1000px;
	margin:0 auto;
	flex-wrap:wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.point_detail {
	width:48%;
	margin-bottom:40px;
	box-sizing:border-box;
	border:1px solid #ddd;
	box-shadow:5px 5px 30px rgb(0 0 0 / 20%), 5px 5px 30px rgb(0 0 0 / 10%) !important;
	padding:40px 35px 45px;
	text-align:left;
}
.point_detail h3 {
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin-bottom:15px;
}
.point_txt {
	line-height:1.6em;
}
@media (max-width: 1024px) {
	.service_point {
		width:94vw;
	}
	 .point_detail {
	 	padding:25px 2% 30px 3%;
		width:46vw;
		margin-bottom:2vw;
	 }
	 .point_detail h3 {
	 	font-size:20px;
		margin-bottom:10px;
	 }
}
@media (max-width: 767px) {
	.service_point {
		width:100%;
		display:block;
	}
	.point_detail {
		width:94%;
		max-width:480px;
		margin:0 auto 20px;
		padding:20px 3% 25px 4%;
	}
	.point_detail h3 {
		font-size:17.5px;
	}
	.service_top {
			font-size:27px;
	}
	#sub_main h2 {
			font-size:27px;
	}
	#sub_main h2 span {
			font-size:21px;
	}
}
@media (max-width: 480px) {
		.service_top {
			font-size:22px;
	}
	#sub_main h2 {
			font-size:22px;
			padding-left:1em;
	}
	#sub_main h2 span {
			font-size:17px;
	}
	#sub_main img {
		width:125%;
	}
}
.service_menu {
	width:100%;
	margin:0 auto 90px;
	text-align:center;
}
.service_menu li {
	display:inline-block;
	margin:0 10px;
}
.service_menu li a {
	display:inline-block;
	box-sizing:border-box;
	min-width:170px;
	padding:10px 30px;
	background:#333;
	border-radius:5px;
	opacity:1.0;
	transition:0.4s;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	letter-spacing:3px;
}
.service_menu li:last-child a {
	letter-spacing:0;
}
.service_menu li a:hover {
	opacity:0.8;
	transition:0.4s;
}
.service_menu li a span {
	display:inline-block;
	position:relative;
	padding-right:20px;
	z-index:10;
}
.service_menu li a span::after{
	position:absolute;
	content: "";
	margin:0;
	top:8px;
    right: 0;
    width:8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	border-bottom:none;
	border-left:none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	z-index:20;
}

.accordion dd {
	display:none;
}
.accordion dt:hover {
	cursor:pointer;
}
@media (max-width: 910px) {
.service_menu li a {
	font-size:16px;
	letter-spacing:1.5px;
	padding:10px 10px;
	min-width:140px;
}
.service_menu li {
	margin:0 7px;
}


}
@media (max-width: 700px) {
	.service_menu {
		max-width:400px;
		margin-bottom:50px;
}
.service_menu li {
	margin:0 7px 14px;
}
}
/**----------　授業時間　---------**/
.tbl_lesson {
	width:96%;
	max-width:900px;
	margin:0 auto 35px;
	
	border-collapse:separate;
	border-spacing:3px 0;
}
.tbl_lesson th {
	width:390px;
	text-align:center;
	vertical-align:middle;
	background:#eee;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:15px 0;
}
.tbl_lesson th p {
		font-size:17px;
		font-weight:bold;
		margin-bottom:10px;
}
.tbl_lesson td {
		text-align:left;
		vertical-align:middle;
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		padding:20px 5px 15px 15px;
}
.lesson_attention_txt {
		font-size:14px;
		letter-spacing:0;
		line-height:1.5em;
		margin-top:10px;
		display:inline-block;
}
.tbl_lesson th .list_indent {
		display:inline-block;
}
.tbl_lesson th .list_indent li {
		font-size:14px;
}
.lesson_attention {
	width:96%;
	max-width:900px;
	margin:0 auto 50px;
	box-sizing:border-box;
	border:3px solid #ddd;
	border-radius:5px;
	padding:30px 2% 25px 4%;
}
.lesson_attention li {
		text-indent:-1.1em;
		padding-left:1.1em;
		line-height:1.4em;
		margin-bottom:15px;
		letter-spacing:0.5px;
}
.lesson_attention li:last-child {
		margin-bottom:0;
}
.lesson_attention li span {
		font-size:0.875em;
}
.lesson_attention li span.marker {
		position:relative;
		font-size:100%;
}
.lesson_attention li span.marker:after {
	content: " ";
    display:inline-block;
	width:100%;
	height:0.5em;
	position:absolute;
	bottom:0;
	left:0;
	background:#FFC;
	z-index:-1;
}
@media (max-width: 768px) {
		.tbl_lesson th {
			display:block;
			width:100%;
			box-sizing:border-box;
			padding:15px 2% 10px;
		}
		.tbl_lesson td {
			padding:15px 2% 10px 3%;
			display:block;
			width:100%;
			box-sizing:border-box;
		}
		
}

/**----------　料金　---------**/
.tbl_price {
	width:96%;
	max-width:900px;
	margin:0 auto 50px;
	font-size:17px;
	border-collapse:separate;
	border-spacing:3px;
}
.tbl_price thead th {
 	background:#000;
	text-align:center;
	color:#fff;
	padding:10px 0;
	font-weight:bold;
}
.tbl_price tbody th {
	background:#eee;
	width:25%;
	text-align:center;
	padding:10px 0;
	font-weight:bold;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.tbl_price tbody td {
		text-align:center;
		padding:10px 0;
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
}
.tbl_price tbody tr td:first-child {
		text-align:right;
		padding-right:15px;
		border-left:1px solid #ddd;
}
.tbl_price tbody tr td:last-child {
		text-align:right;
		padding-right:15px;
}
.tbl_price tbody td.td_txt {
		border:none;
		font-size:14px;
		letter-spacing:0;
		padding:10px 0 0 20px;
}
.tbl_price tbody tr td.td_txt:first-child {
		border-left:none;
}
.tbl_price2 tbody th {
		width:50%;
		padding:20px 0;
}
.txt_box_red {
		width:96%;
		max-width:900px;
		margin:0 auto 50px;
		box-sizing:border-box;
		border:2px solid #F30;
		color:#F30;
		padding:25px 15px 25px 20px;
}
.tbl_price tbody td span.limit_price {
		display:block;
		font-size:0.7em;
		color:#444;
		letter-spacing:0;
}
.tbl_price tbody td span.limit_price span {
	text-decoration:line-through;
	font-size:1.1em;
}
@media (max-width: 830px) {
	.tbl_price tbody th {
		line-height:1.3em;
		font-size:16px;
	}
}
@media (max-width: 720px) {
	.tbl_price tbody tr td:first-child,
	.tbl_price tbody tr td:last-child {
		padding-right:10px;
	}
}
@media (max-width: 640px) {
	.tbl_price_sp tbody th {
		font-size:2.5vw;
	}
	.tbl_price_sp tbody td {
			padding-right:2vw;
			font-size:2.8vw;
	}
	.tbl_price thead th {
			font-size:15.5px;
			padding:7px 0;
	}
}
@media (max-width: 480px) {
	.tbl_price_sp tbody th {
		font-size:2.7vw;
	}
	.tbl_price_sp tbody td {
			font-size:3.1vw;
	}
	.tbl_price tbody td.td_txt {
			padding:10px 1% 0 2%;
	}
	.tbl_price tbody tr td:first-child,
	.tbl_price tbody tr td:last-child {
		padding-right:3px;
	}
	.tbl_price tbody tr td.td_txt:last-child {
			padding-right:1%;
	}
}
.tbl_price_howto tbody th {
		width:20%;
		padding:5px 0;
}
.tbl_price_howto tbody td {
		padding:15px 0;
}
.tbl_price_howto tbody tr td:last-child {
		text-align:center;
}
.tbl_price_howto tr th,
.tbl_price_howto tr td {
		vertical-align:middle;
}
.tbl_price_howto tr th span,
.tbl_price_howto tr td span {
	line-height:1.2em;
	font-size:0.8em;
}
@media (max-width: 768px) {
	.tbl_price_howto tbody th {
		font-size:14px;
	}
	.tbl_price_howto tbody td {
		padding:10px 0;
	}
	.tbl_price_howto tbody th {
		width:19.5%;
	}
	.tbl_price_howto tbody tr th:first-child {
		width:22%;
	}
}
@media (max-width: 640px) {
	.tbl_price_howto tbody th {
		font-size:13px;
	}
}
@media (max-width: 540px) {
	.tbl_price_howto tbody th {
		font-size:2.4vw;
	}
}
/**----------　流れ　---------**/
.dl_flow {
	width:96%;
	max-width:900px;
	margin:0 auto 35px;
	text-align:left;
	border:2px solid #222;
	border-radius:3px;
}
.dl_flow dt {
	width:100%;
	box-sizing:border-box;
	padding:30px 20px 30px 2%;
	position:relative;
}
.dl_flow dt:before {
    content: " ";
    display: block;
	position:absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
	width:24px;
	height:24px;
	border-radius:50%;
	background:url(../item/ico_close.png) no-repeat;
	background-size:7px auto;
	background-position:center;
	transition: 0.4s;
}
.dl_flow dt.active:before {
	background:url(../item/ico_open.png) no-repeat;
	background-size:7px auto;
	background-position:center;
	transition: 0.4s;
}
.dl_flow dt:hover:before {
	background:#000 url(../item/ico_close2.png) no-repeat;
	background-size:7px auto;
	background-position:center;
	transition: 0.4s;
	width:34px;
	height:34px;
	top:50%;
	transform: translateY(-50%);
	right:15px;
}
.dl_flow dt.active:hover:before {
	background:#000 url(../item/ico_open2.png) no-repeat;
	background-size:7px auto;
	background-position:center;
	transition: 0.4s;
}

.dl_flow dd {
	display:none;
	padding:0 2% 30px 3%;
	line-height:1.6em;
}
/**----------h5---------**/
.dl_flow dt h5 {
	font-weight:400;
	font-size:17px;
}
.dl_flow dt h5 span {
	display:inline-block;
	font-size:19px;
	position:relative;
	top:2px;
	padding-right:10px;
}
@media (max-width: 768px) {
		.dl_flow dt h5 {
				font-size:16px;
		}
		.dl_flow dt h5 span {
			font-size:18px;
		}
}
@media (max-width: 810px) {
	.dl_flow dt:before {
		right:12px;
		width:20px;
		height:20px;
	}
	.dl_flow dt:hover:before {
		width:30px;
		height:30px;
		right:7px;
	}
	.dl_flow dt {
		padding:25px 35px 25px 2%;
	}
}
@media (max-width: 480px) {
	.dl_flow {
			margin-bottom:20px;
			border:1px solid #111;
	}
	.dl_flow dt h5 {
				font-size:14.5px;
		}
		.dl_flow dt h5 span {
			font-size:15.5px;
			top:0;
		}
	.dl_flow dt {
		padding:15px 30px 15px 2%;
	}
	.dl_flow dt:before {
		right:12px;
		width:15px;
		height:15px;
	}
	.dl_flow dt:hover:before {
		width:25px;
		height:25px;
		right:7px;
	}
}
/**----------　メニューへ戻る　---------**/
#page-top {
	width:96%;
	margin:0 auto;
	text-align:right;
}
#page-top a {
	display:inline-block;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	text-align:center;
	padding:5px 20px;
	border-radius:5px;
}
#page-top a span {
	display:inline-block;
	position:relative;
	padding-right:16px;
	z-index:10;
}
#page-top a span::after{
	position:absolute;
	content: "";
	margin:0;
	top:12px;
    right: 0;
    width:6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	border-bottom:none;
	border-left:none;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
	z-index:20;
}

.link_position {
		padding-top:100px;
		margin-top:-100px;
}
@media (max-width: 1100px) {
	.link_position {
		padding-top:50px;
		margin-top:-50px;
}
}
/* =========================================================
■ about
========================================================= */
/**----------　経歴　---------**/
.tbl_about {
	width:96%;
	max-width:900px;
	margin:0 auto 50px;
	border-collapse:separate;
	border-spacing:3px;
	line-height:1.4em;
}
.tbl_about th {
	background:#eee;
	width:150px;
	text-align:center;
	vertical-align:middle;
	padding:15px 0;
	font-weight:bold;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.tbl_about td {
	text-align:left;
	vertical-align:middle;
	padding:7px 2% 7px 15px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.tbl_about tr:first-child th,
.tbl_about tr:first-child td {
	border-top:1px solid #ddd;
}
@media (max-width: 640px) {
	.tbl_about th {
			width:130px;
	}
}
@media (max-width: 540px) {
	.tbl_about th {
			width:110px;
	}
	.tbl_about td {
		padding-left:2.5%;
	}
}
@media (max-width: 480px) {
	.tbl_about th,
	.tbl_about td {
			display:block;
			width:100%;
			box-sizing:border-box;
			border-right:none;
	}
	.tbl_about tr:first-child td {
			border-top:none;
	}
	.tbl_about th {
		padding:7px 0;
	}
	.tbl_about td {
		padding:15px 2% 15px 3%;
	}
}
/**----------　経歴　---------**/
.tbl_history {
}
/**----------　プロフィール　---------**/
.tbl_profile td p {
	font-size:0.9em;
	letter-spacing:0.2px;
	margin-top:5px;
	line-height:1.4em;
	text-indent:-1em;
	padding-left:0.7em;
}
.tbl_profile td p:last-child {
	margin-bottom:5px;
}
@media (max-width: 480px) {
		.tbl_profile td p {
			font-size:100%;
		}
}
/* =========================================================
■ access
========================================================= */
/*.tbl_accsee {
	width:100%;
	max-width:800px;
	margin:0 auto 30px;
	border-collapse:separate;
	border-spacing:3px;
}
.tbl_accsee th {
	width:200px;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
}
.tbl_accsee td {
	padding:7px 0 7px 15px;
	text-align:left;
	vertical-align:middle;
}*/
.map {
	width:96%;
	max-width:900px;
	margin:0 auto;
}
.map iframe {
	width:100%;
}
/* =========================================================
■ 想い
========================================================= */
.thought_box {
		width:96%;
		max-width:900px;
		margin:0 auto 50px;
		text-align:left;
}
.thought_box p {
		margin-bottom:15px;
}
/* =========================================================
■ 営業カレンダー
========================================================= */
.month {
		text-align:center;
		font-size:32px;
}
.month span {
		font-size:27px;
		display:inline-block;
		position:relative;
		top:-1px;
}
.cal_time {
		width:96%;
		max-width:700px;
		margin:0 auto;
		box-sizing:border-box;
		padding-left:1%;
		text-align:left;
}
.cal_time p {
		margin-bottom:10px;
}
.cal_time ul li {
		text-indent:-1em;
		padding-left:1em;
		line-height:1.5em;
		margin-bottom:10px;
		font-size:15px;
}
.tbl_calender {
		width:96%;
		max-width:700px;
		margin:0 auto 10px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
}
.tbl_calender thead th {
		width:14.285%;
		box-sizing:border-box;
		text-align:center;
		vertical-align:middle;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#eee;
}
.tbl_calender tbody td {
		text-align:center;
		vertical-align:middle;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		font-size:14px;
		background:#fcfcfc;
}
.tbl_calender tbody td span {
		display:block;
		width:100%;
		height:50px;
		background:#fff;
}
.tbl_calender tbody td span {
	background:url(../item/open.jpg) no-repeat;
		background-size:cover;
		background-position:center;
}
.tbl_calender tbody td span.ful/*満席*/ {
		background:url(../item/reserve_ful) no-repeat;
		background-size:cover;
		background-position:center;
}
.tbl_calender tbody td span.open1/*残り1*/ {
		background:url(../item/reserve_open1) no-repeat;
		background-size:cover;
		background-position:center;
}
.tbl_calender tbody td span.open2/*残り2*/ {
		background:url(../item/reserve_open2) no-repeat;
		background-size:cover;
		background-position:center;
}
.tbl_calender tbody td:nth-child(4) span,
.tbl_calender tbody td:nth-child(6) span/*水金*/ {
	background:#eee;
}
.tbl_calender tbody td span.closed/*休み*/ {
	background:#eee;
}

.tbl_calender tbody td span.empty/*空*/ {
	background:#fff;
}
/*.tbl_calender thead tr th:nth-child(6),
.tbl_calender tbody tr td:nth-child(6) {
	color:#63F;
}
.tbl_calender thead tr th:nth-child(7),
.tbl_calender tbody tr td:nth-child(7) {
	color:#F00;
}*/
.tbl_calender thead tr th:last-child,
.tbl_calender tbody tr td:last-child {
	color:#63F;
}
.tbl_calender thead tr th:first-child,
.tbl_calender tbody tr td:first-child {
	color:#F00;
}

/* =========================================================
■ 予約カレンダー
========================================================= */
.tbl_wrap {
		width:100%;
		max-width:710px;
		margin:0 auto 25px;
		position:relative;
}
.tbl_scroll {
		width:calc(100% - 110px);
		margin-left:110px;
		overflow-x:auto;
		overflow-y:hidden;
}
.tbl_reserve_time {
		position:absolute;
		top:70px;
		left:0;
		width:110px;
		box-sizing:border-box;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
}
.tbl_reserve_time th,
.tbl_reserve_time td {
	box-sizing:border-box;
}
.tbl_reserve_time th {
		width:100%;
		height:40px;
		font-size:14px;
		text-align:center;
		vertical-align:middle;
		background:#eee;
		border-bottom:2px solid #fff;
		
}
.tbl_reserve_time tr:last-child th {
		border-bottom:none;
}
.tbl_reserve_time tr:nth-child(4) th,
.tbl_reserve_time tr:nth-child(9) th {
	border-bottom:none;
}
.tbl_reserve_time tr:nth-child(5) th,
.tbl_reserve_time tr:nth-child(10) th {
	background:#ccc;
	height:25px;
	font-size:13px;
	border-bottom:none;
}
.tbl_reserve_day {
		width:600px;
		border-bottom:1px solid #ccc;
}
.tbl_reserve_day thead .line_month th {
	height:25px;
	border-bottom:2px solid #fff;
	box-sizing:border-box;
}
.tbl_reserve_day th,
.tbl_reserve_day td {
		box-sizing:border-box;
}
.tbl_reserve_day thead th {
		width:40px;
		height:45px;
		text-align:center;
		vertical-align:middle;
		line-height:1.2em;
		background:#fff0f0;
		border-right:2px solid #fff;
}
.tbl_reserve_day thead tr th:last-child {
		border-right:none;
}
.tbl_reserve_day thead th.sat {
		color:#63F;
}
.tbl_reserve_day thead th.sun {
		color:#F00;
}
.tbl_reserve_day thead th span {
		display:inline-block;
		width:100%;
}
.tbl_reserve_day tbody td {
		height:40px;
		text-align:center;
		vertical-align:middle;
		border-bottom:1px dotted #ddd;
		border-right:1px solid #ddd;
		font-weight:bold;
		color:#F30;
}
.tbl_reserve_day tbody td.comp {
	color:#444;
	background:#f8f8f8;
}
.tbl_reserve_day tbody tr:nth-child(5) td,
.tbl_reserve_day tbody tr:nth-child(10) td {
	height:25px;
	background:#ddd;
}
@media (max-width: 740px) {
	
		
		.tbl_reserve_time {
			width:100px;
		}
		.tbl_reserve_time th {
			height:35px;
			font-size:13px;
		}
		.tbl_reserve_time tr:nth-child(5) th,
		.tbl_reserve_time tr:nth-child(10) th {
			height:22px;
			font-size:12px;
		}
		.tbl_reserve_day tbody tr:nth-child(5) td,
		.tbl_reserve_day tbody tr:nth-child(10) td {
			height:22px;
		}
		.tbl_scroll {
			width:calc(100% - 100px);
			margin-left:100px;
		}
		.tbl_reserve_day tbody td {
			height:35px;
		}
		.month,
		.month span {
			font-size:18px;
		}
}

/* =========================================================
■ footer フッター部分
========================================================= */
#footer {
	width:100%;
	margin:0 auto;
	color:#222;
	position:relative;
	z-index:100;
}
#footer a {
	color:#222!important;
	
}
.footer_btm {
	width:100%;
	background:url(../item/bg_footer.gif) repeat;
	padding:30px 0 130px;
	text-align:center;
	font-size:13px;
	color:#000;
}
.footer_btm .footer_txt1 {
	margin-bottom:10px;
}
.footer_btm .footer_txt2 {
	margin-bottom:30px;
}
#footer_contact {
	width:100%;
	padding:12px 0 15px;
	background-color: rgba(0,0,0,0.7);
	position:fixed;
	bottom:0;
	text-align:center;
}
#footer_contact p {
	font-size:15px;
	font-weight:bold;
	letter-spacing:1.5px;
	margin-bottom:5px;
	color:#fff;
}
#footer a.line_contact {
	display:inline-block;
	color:#fff!important;
	border:1px solid #fff;
	padding:1px 20px 2px;
	letter-spacing:1px;
	font-weight:bold;
	position:relative;
	overflow:hidden;
}
#footer a.line_contact:before {
	content: " ";
    display: block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:554;
	background-color: rgba(256,256,256,0.3);
	top:0;
	left:0;
	transform: translateX(-100%);
	transition:0.4s;
}
#footer a.line_contact:hover:before {
	animation: maskcover2animation 0.3s ease-out forwards;
	
}
@keyframes maskcover2animation {
	0% {
		opacity: 1.0;
		transform: translateX(-100%);
	}
	
	
	100% {
		opacity: 1.0;
		transform: translateX(0);
	}
}
a.line_contact span {
	display:inline-block;
	background:url(../item/icon_line.png) no-repeat;
	background-position:left center;
	background-size:30px auto;
	padding:7px 0 7px 35px;
}

/* =========================================================
■ PC非表示
========================================================= */
.pcno_480 {
	display:none;
	height:0;
	line-height:0;
}
@media screen and (max-width: 480px) {
	.pcno_480 {
		display:block;
	}
}

/* =========================================================
■ 汎用
========================================================= */
.inline_b {
	display:inline-block;
}
.list_indent li {
		text-indent:-1.1em;
		padding-left:1.1em;
		text-align:left;
		line-height:1.4em;
		margin-bottom:10px;
}
.list_indent li:last-child {
		margin-bottom:0;
}
/* =========================================================
■ clearfix
========================================================= */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}