@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 1080px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: break-all;
	padding-top: 80px;/*	background: linear-gradient(90deg, #f9f7f5 0%, #f9f7f5 21%, #ffffff 21%, #ffffff 100%);*/
}
body, table, input, textarea, select, option {
	font-family: YuMincho, 'Yu Mincho', "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #222222;
	font-weight: 500;
	letter-spacing: 1px;
}
div {
/*
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
*/
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.flex.alignend {
	align-items: flex-end;
}
.rel {
	position: relative;
}
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=60);
}
.fadeout {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
.fadeout:hover {
	opacity: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.inner {
	margin: 0 auto;
	width: 1080px;
	background-color: transparent;
}
.inner_pc {
	margin: 0 auto;
	width: 1080px;
	background-color: transparent;
}
.inner_sp {
	margin: 0 auto;
	width: inherit;
	background-color: transparent;
}
.innerwide {
	margin: 0 auto;
	max-width: 1366px;
	min-width: 1080px;
	width: 100%;
}
.hr70 {
	margin: 15px auto;
	width: 70px;
	border-top: 1px solid #40220F;
	line-height : 0px;
	letter-spacing : 6.16px;
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
}
header {
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1080px;
	background-image: url(../images/bg_white.jpg);
	background-repeat: repeat;
	z-index: 9999;
}
header .logo {
	float: left;
	line-height: 78px;
	display: table-cell;
	top: 0px;
	padding-left: 20px;
}
header .logo a {
	font-size : 31px;
	color : #000000;
}
header .logo img {
	/*
	width: 52px;
	height: 52px;
*/
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 5px;
}
header nav {
	float: right;
	display: table-cell;
}
header nav ul {
	display: table;
	height: 80px;
}
header nav ul li {
	position: relative;
	display: table-cell;
	width: auto;
	padding: 0 15px;
}
header nav ul li:nth-child(-n+4)::after {
	background-color: #E8546B;
	bottom: 0;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	transition: 1.5s all;
	width: 0;
}
header nav ul li:nth-child(-n+4):hover::after {
	width: 100%;
}
header nav ul li:nth-child(5) > div {
	position: relative;
	display: table;
	line-height: 0;
}
header nav ul li:nth-child(5) .imgarea {
	display: table-cell;/*	width: 50px;*//*	height: 100%;*/
}
header nav ul li:nth-child(5) .txtarea {
	display: table-cell;
/*	padding-left: 20px;*/
	padding-left: 15px;
	vertical-align: middle;
}
header nav ul li:nth-child(5) img {
/*	width: 43px;*/
	width: 55px; 
	vertical-align: middle;
}
header nav ul li:nth-child(5) p {
	font-size : 11px;
	line-height : 12px;
	letter-spacing : 1.54px;
	color : #FFFFFF;
}
header nav ul li:nth-child(5) span {
/*	font-size : 21px;*/
/*	line-height : 22px;*/
/*	letter-spacing : 2.1px;*/
	font-size: 34px; 
	line-height: 34px; 
	letter-spacing : 0.1px;
	color : #FFFFFF;
}
header nav ul li a {
	position: relative;
	color: #000000;
	display: table-cell;
	height: 80px;
	width: auto;
	text-align: center;
	font-weight : 400;
	font-size : 14px;
	letter-spacing : 3.92px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header nav ul li a ::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header nav ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
header nav ul li:nth-child(5) {
	background-color: #40220F;
	flex-basis: 260px;
	min-width: 260px;
	vertical-align: middle;
}
header nav ul li:nth-child(6) a {
	color: #ffffff;
}
header nav > ul > li:hover {
/*	background: #435E48;*/
}
header nav > ul > li:hover a {
/*	color: #ffffff;*/
}
.slicknav_menu {
	display: block;
}
#sp_menu {
	display: none;
}
#panel-btn {
	display: inline-block;
	/*    position: absolute;*/
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0;
	/* border-radius: 50%; */
/*    background: #435E48;*/
	right: 0;
	top: 0;
}
/*
#panel-btn:hover{
  background: #fafafa;
}
*/
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -15px;
	background: #ffffff;
	/*  background: transparent;*/
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #ffffff;
	/*  background: transparent;*/
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -10px;
}
#panel-btn-icon:after {
	margin-top: 8px;
}
.link-sp:hover > #panel-btn#panel-btn-icon {
	background: #ffffff;
}
#panel-btn .close {
	background: #E8546B;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #ffffff;
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	background-color: #ffffff;
}
.link-sp.close {
	width: 50px;
	position: absolute;
	right: 0;
	height: 100vh;
	background: #E8546B;
}
.ovalbox {
	display: table;
	padding: 0 20px;
	width: auto;
	height: 37px;
	border-style : solid;
	border-color: #40220F;
	border-width : 2px;
	border-radius : 37px;
	-moz-border-radius : 37px;
	-webkit-border-radius : 27px;
	color: #ffffff;
	background-color: #40220F;
	position: relative;
	text-align: center;
	vertical-align: middle;
	line-height : 37px;
	font-weight : bold;
	font-size : 17px;
	letter-spacing : 4.8px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ovalbox a {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	color: inherit;
	font-size : inherit;
	line-height : inherit;
	letter-spacing : inherit;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pageTop {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.fixed-bottom {
	position: fixed;
	bottom: 24px;
	right: 20px;
}
.pageTop i {
	padding-top: 6px
}
.pageTop a {
	display: block;
	z-index: 999;
	padding: 0px 0 0 0;
	border-radius: 92px;
	width: 62px;
	height: 62px;
	background-color: transparent;
	color: #435E48;
	border: solid 1px #435E48;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pageTop a:hover {
	text-decoration: none;
	background-color: #435E48;
	color: #ffffff;
}
.pageTop a .fa {
	font-size: 40px;
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
	position: relative;
	bottom: 0px;
	height: 60px;
	color: #ffffff;
	background-image: url(../images/bg_pink.jpg);
	background-repeat: repeat;
}
footer .copy {
	/*  font-weight : bold;*/
	font-size : 13px;
	line-height: 60px;
	letter-spacing : 2.6px;
	color : #FFFFFF;
	text-align: center;/*
	position: absolute;
	right: 0px;
	bottom: 130px;
*/
}
.mv .slider-area {
	display: block;
	position: relative;
	overflow: hidden;
	/*	min-height: 540px;*/
	width: 100%;
}
.mv .slider-area img {
	vertical-align: bottom;/*	width: 100%;*/
}
/*
.mv .slider-area::before {
	background-color: rgba(0,0,0,1.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
*/
.mv .overlay .txt {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 450px;
}
.mv .overlay .txt img {
	width: 100%;
}
.sec1 {
	/*
	padding-top: 80px;
	padding-bottom: 20px;
*/
	background-image: url(../images/bg_pink.jpg);
	background-repeat: repeat;
	height: 260px;
	padding-top: 50px;
	font-weight: 400;
}
.sec1 .ovalbox {
	font-weight: 400;
	letter-spacing: 0.3px;
	display: table;
	margin: 0 auto;
}
.sec1 .txt {
	display: table;
	margin: 0 auto;
}
.sec1 .txt1 {
	display: inline-block;
	font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "Noto Sans Japanese", sans-serif;
	font-size : 65.57px;
	font-weight: 800;
	line-height : 90px;
	letter-spacing : 0.2px;
	color : #F5EDE5;
}
.sec1 .txt2 {
	display: inline-block;
	font-family: "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "Noto Sans Japanese", sans-serif;
	font-size : 36.97px;
	font-weight: 800;
	line-height : 90px;
	letter-spacing : 0.2px;
	color : #F5EDE5;
}
.sec1 .txt3 {
	display: inline-block;
	font-size : 55.6px;
	font-weight: 700;
	line-height : 90px;
	letter-spacing : 0.2px;
	color : #40220F;
}
.sec1 .txt4 {
/*	font-size : 14px;*/
/*	line-height : 14px;*/
	font-size : 19px;
	line-height : 19px;
	letter-spacing : 0.68px;
	color : #40220F;
	text-align: center;
}
.sec2 {
	/*
	padding-top: 80px;
	padding-bottom: 20px;
*/
	background-image: url(../images/bg_black.jpg);
	background-repeat: repeat;
}
.menu {
	height: 927px;
	background-repeat: no-repeat;
	/*	background-size: auto 680px;*/
	background-size: 100% auto;
	background-position: top;
}
.menu .inner {
	position: relative;
	height: 100%;/*	border: solid 1px red;*/
}
.menu.newmenu {
	background-image: url(../images/menu_appare_pc.png);
}
.menu.itadaki {
	background-image: url(../images/menu_itadaki_pc.png);
}
.menu.miyabi {
	background-image: url(../images/menu_miyabi_pc.png);
}
.menu.iki {
	background-image: url(../images/menu_iki_pc.png);
}
.menu.akatsuki {
	background-image: url(../images/menu_akatsuki_pc.png);
}
.menu .overlay {
	position: absolute;
	width: 100%;
	bottom: 70px;/*	border: solid 1px blue;*/
}
.menuname_box {
	background-image: url(../images/bk_menuname.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	flex-basis: 388px;
	min-width: 388px;
	height: 372px;
	padding-top: 55px;
	padding-bottom: 20px;
	z-index: 9;
	text-align: center;/*	border: solid 1px green;*/
}
.menu .menuname_box_margin {
}
.menuname_box .menuname {
	width: 140px;
	margin: 0 auto;
}
.menuname_box .menuname_rubi {
	font-size : 11.5px;
	font-weight: bold;
	line-height : 20.4px;
	letter-spacing : 0.2px;
	color : #9F8678;
	margin-top: 10px;
}
.menuname_box .menuname_appeal {
	font-size : 24px;
	font-weight: 800;
	line-height : 43.76px;
	letter-spacing : 3.36px;
	color : #40220F;
	margin: auto auto 0;
}
.menuprice_box {
	width: 600px;
	/*	height: 60%;*/

	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 20px;
	z-index: 10;/*	border: solid 1px gold;*/
}
.menu .reverse .menuprice_box {
	right: inherit;
	left: 0;
}
.menuprice_box .menu_appeal {
	font-size : 15px;
	line-height : 27.83px;
	letter-spacing : 2.1px;
	color: #ffffff;
	padding-bottom: 20px;
}
.menu_ico_box {
	min-height: 90px;
	text-align: center;
}
.menu_ico_box img {
	display: block;
	margin: 0 0 20px;
}
.menu.newmenu .menu_ico_box img {
	width: 611.6px;
	height: 130.1px;
}
.menu.itadaki .menu_ico_box img {
	width: 405px;
	height: 111.5px;
}
.menu.miyabi .menu_ico_box img {
	width: 395.8px;
	height: 110.6px;
}
.menu.iki .menu_ico_box img {
	width: 398.1px;
	height: 119.9px;
}
.menu.akatsuki .menu_ico_box img {
	width: 310.6px;
	height: 90.5px;
}
.menu_sonota {
	font-size : 15px;
	line-height : 27.83px;
	letter-spacing : 0.5px;
	color : #9F8678;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.menu_ico_box ul {
	font-size : 15px;
	line-height : 27.83px;
	letter-spacing : 2.1px;
	color : #9F8678;
	justify-content: flex-start;
}
.menu_ico_box span {
	font-size : 13px;
	line-height : 13.83px;
	letter-spacing : 1.82px;
	color : #9F8678;
}
.menu_price {
	font-size : 50px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing : 1.00px;
	color: #E8546B;
	vertical-align: bottom;
}
.menu_price>span {
	font-size : 34px;
}
.menu_price>span>span {
	font-size : 14px;
}
.menu_ico_box ul li:nth-child(1) {
	flex-basis: 90px;
}
.menu_ico_box ul li:nth-child(n+2) {
	flex-basis: 100px;
	max-width: 100px;
	padding-left: 10px;
	overflow: visible
}
.menu_ico_box ul li:nth-child(n+2) span {
	text-align: center;
	white-space: nowrap;
}
.menu_ico_box ul li:last-child {
	flex-basis: auto;
	max-width: unset;
	text-align: left;
}
/* Sec3 サイドメニュー */
.sec3 {
	background-image: url(../images/bg_white.jpg);
	background-repeat: repeat;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 90px;
}
.sec3 .sidemenu_title {
	/*	width: 80%;*/

	font-size : 34px;
	line-height : 91.01px;
	letter-spacing : 1.2px;
	color : #40220F;
	text-align: center;
	margin: 0 auto;
}
.sec3 .sidemenu_title::before {
	content: url(../images/frame_left.png);
	margin-right: 10px;
	position: relative;
	top: 15px;
}
.sec3 .sidemenu_title::after {
	content: url(../images/frame_right.png);
	/*	margin-left: 10px;*/
	position: relative;
	top: 15px;
	left: -20px;
}
.sec3 .flex {
	font-size : 18px;
	line-height : 27.83px;
	letter-spacing : 2.52px;
	color : #40220F;
	text-align: center;
	margin-top: 50px;
}
.sec4 {
	background-image: url(../images/bg_pink.jpg);
	background-repeat: repeat;
	padding-top: 65px;
	padding-bottom: 65px;
}
.submenu_frame {
	background-image: url(../images/frame_big.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 100px;
	padding-right: 100px;
	margin: 0 auto;
	width: 1077px;
	height: 555px;
}
.submenu_title {
	background-image: url(../images/frame_wide.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 630px;
	height: 90px;
	margin: 0 auto 60px;
	font-size : 35px;
	line-height : 91.01px;
	letter-spacing : 0.2px;
	color : #40220F;
	text-align: center;
	vertical-align: middle;
}
.submenu_frame > ul > li {
	flex-basis: 500px;
	min-width: 340px;
	text-align: center;
}
.submenu_frame .coursename {
	background-image: url(../images/frame_line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	font-size : 32px;
	font-weight: 700;
	line-height : 43.76px;
	letter-spacing : 0.48px;
	color : #40220F;
	display: inline-table;
	margin-bottom: 20px;
}
.submenu_frame .kindlist {
	font-size : 15px;
	font-weight: 700;
	line-height : 27.83px;
	letter-spacing : 1.1px;
	color : #40220F;
	display: inline-table;
	margin-bottom: 30px;
}
.sec3_2 {
	background-image: url(../images/bg_black.jpg);
	background-repeat: repeat;
	padding-top: 65px;
	padding-bottom: 65px;
}
.sec3_2 .submenu_frame {
	padding-left: 30px;
	padding-right: 30px;
}
.sec3_2 .flex {
	width: 800px;
	margin: 0 auto;
}
.sec3_2 dt {
	float: left;
	width: 250px;
	font-size : 26px;
	font-weight: 700;
	line-height : 43.76px;
	letter-spacing : 4.48px;
	color : #40220F;
	text-align: left;/*	border: solid 1px yellow;*/
}
.sec3_2 dd {
	padding-left: 500px;
	width: 810px;
	text-align: right;/*	border: solid 1px green;*/
}
.sec3_2 dt span {
	font-size: 18px;
}
.sec3_2 .submenu_title {
	margin: 0 auto 40px;
}
.sec3_2 .menu_price {
	font-size : 30px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing : 1.00px;
	color : #40220F;
	vertical-align: bottom;
}
.sec3_2 .menu_price>span {
	font-size : 26px;
}
.sec3_2 .menu_price>span>span {
	font-size : 12px;
}
.sec5 {
	background-image: url(../images/bg_black.jpg);
	background-repeat: repeat;
	padding-top: 65px;
	padding-bottom: 65px;
}
.sec5 .submenu_frame {
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/frame_big3.png);
	background-size: 100% 100%;
	height: 585px;
}
.sec5 .flex {
	width: 915px;
	margin: 0 auto;
}
.sec5 .submenu_frame>ul.flex>li {
	flex-basis: 400px;
	position: relative;
}
.sec5 .submenu_frame>ul.flex>li + li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -55px;
	width: 4px;
	height: 100%;
	background-image: url(../images/separater.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.sec5 dl {
	display: flex;
	flex-wrap: wrap;
}
.sec5 dt {
	width: 295px;
	font-size : 20px;
	font-weight: 700;
	line-height: 41px;
	letter-spacing : .1em;
	color : #40220F;
	text-align: left;/*	border: solid 1px yellow;*/
}
.sec5 dd {
	width: 105px;
	text-align: right;/*	border: solid 1px green;*/
}
.sec5 dt span {
	font-size: 12px;
}
.sec5 .submenu_title {
	margin: 0 auto 60px;
}
.sec5 .menu_price {
	font-size : 20px;
	font-weight: 700;
	line-height: 41px;
	height: 41px;
	letter-spacing : 0;
	color : #40220F;
	vertical-align: bottom;
}
.sec5 .menu_price>span {
	font-size : 20px;
}
.sec5 .menu_price>span>span {
	font-size : 10px;
}
.sec6 .message_head {
	background-image: url(../images/message_head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	min-height: 689px;
	padding-top: 65px;
	padding-bottom: 65px;
}
.sec6 .message_head .overlay {
	text-align: center;
}
.sec6 .message_head .message_title {
	font-size : 40px;
	font-weight: 600;
	line-height : 91.01px;
	letter-spacing : 4.8px;
	color : #FFFFFF;
}
.sec6 .message_head .txt {
	font-size : 15px;
	font-weight: 700;
	line-height : 27.83px;
	letter-spacing : 2.1px;
	color : #FFFFFF;
}
.sec6 .message_box {
	background-image: url(../images/bg_pink.jpg);
	background-repeat: repeat;
}
.sec6 .message_box ul {
	position: relative;
	height: 500px;
	justify-content: flex-end;
}
.sec6 .message_box ul li:nth-child(1) {
	flex-basis: auto;
}
.sec6 .message_box ul li:nth-child(1) img {
	max-width: 10000px;
	max-height: 10000px;
	width: 100%;
	height: 500px;
	object-fit: cover;/*
	min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
*/
}
.sec6 .message_box ul li:nth-child(2) {
	flex-basis: 430px;
	max-width: 430px;
	min-width: 430px;
	flex-shrink: 0;
	padding: 65px 0px 0px 65px;
	background-color: transparent;
}
.sec6 .message_box ul.reverse li:nth-child(2) {
	padding: 65px 65px 0px 0px;
}
.sec6 .message_box .message_title {
	font-size : 28px;
	line-height : 49.76px;
	letter-spacing : 3.92px;
	color : #FFFFFF;
}
.sec6 .message_box .txt {
	font-size : 15px;
	line-height : 29.83px;
	letter-spacing : 2.1px;
	color : #FFFFFF;
}
.sec8 {
	height: 340px;
	background-image: url(../images/bg_white.jpg);
	background-repeat: repeat;
	padding-top: 65px;
}
.sec8 .logo {
	position: absolute;
	right: 0;
	top: -30px;
	z-index: -1;
}
.sec8 ul li:nth-child(1) {
	font-size : 28px;
	line-height : 49.76px;
	letter-spacing : 3.92px;
	color : #40220F;
	text-align: center;
}
.sec8 ul li:nth-child(3) {
	font-size : 15px;
	line-height : 27.83px;
	letter-spacing : 2.1px;
	color : #40220F;
	text-align: center;
}
.sec9 {
	height: 500px;
}
.sec9 .gmap {
	width: 100%;
	height: 500px;
}
.sec10 {
	height: 307px;
	background-image: url(../images/bg_white.jpg);
	background-repeat: repeat;
	padding-top: 40px;
}
.sec10 .logo {
	position: absolute;
	top: 50px;
	left: 30px;
}
.sec10 dl {
	font-size : 14px;
	font-weight: 700;
	line-height : 29.83px;
	letter-spacing : 1.96px;
	color : #40220F;
}
.sec10 .col1 {
	position: absolute;
	top: 40px;
	left: 400px;
}
.sec10 .col2 {
	position: absolute;
	top: 40px;
	left: 780px;
}
.sec10 dt {
	float: left;
	width: 80px;
}
.sec10 dd {
	padding-left: 80px;
	width: 335px;
}
.sec10 .col2 dd {
	width: 300px;
}
.news {
	position: relative;
	background-image: url(../images/bg_black.jpg);
	background-repeat: repeat;
}
.sec_twiter {
	width: 800px;
	height: 500px;
	padding: 20px 0;
	margin: auto;
}
.pop {
	position: absolute;
	top: 25px;
	right: 30px;
}

/*------- iPad等 一部文字サイズ変更考慮 ------*/
@media screen and (max-width: 800px) {
	header nav ul li a {
	/*	font-size: 20px;*/
	}
	header nav ul li:nth-child(5) img {
		/* width: 55px; */
	}
	header nav ul li:nth-child(5) span {
		/* font-size: 34px; */
		/* line-height: 34px; */
	}
	.sec1 .txt4 {
		font-size : 19px;
		line-height : 19px;
	}
}

/*----------------------------------Start レスポンシブ--------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	html, body {
		width: 100%;
		height: 100%;
		min-width: 100%;
	}
	body {
		padding-top: 50px;
	}
	header {
		min-width: 100%;
		max-width: 100%;
		height: 50px;
		top: 0px;
		position: fixed;
		background-color: #ffffff;
	}
	header .logo {
		width: 80%;
		height: 50px;
		line-height: 50px;
	}
	header .logo a {
		font-size : 21px;
		line-height: 50px;/*	margin-left: 3%;*/
	}
	header .logo a img {
		height: 33px;
		left: 10px;
	}
	header nav {
		display: none;
	}
	#panel-btn {
		position: absolute;
		width: 50px;
		height: 50px;
		background-color: #E8546B;
	}
	#sp_menu {
		top: 50px;
		display: none;
		background: #E8546B;
		;
		height: 100vh;
		position: absolute;
		width: 100%;
		padding-top: 30px;/*	padding-left: 40px;*/
	}
	#sp_menu li a {
		display: block;
		font-weight : normal;
		font-size : 14px;
		line-height: 50px;
		letter-spacing : 3.92px;
		color : #FFFFFF;
		padding-left: 40px;
	}
	.inner {
		width: 100%;
		/*	height: 100%;*/
		margin: 0 auto;
		padding-left: 5.33%;
		padding-right: 5.33%;
	}
	.inner_pc {
		margin: 0 auto;
		width: inherit;
	}
	.inner_sp {
		width: 100%;
		margin: 0 auto;
		padding-left: 5.33%;
		padding-right: 5.33%;
	}
	.innerwide {
		margin: 0 auto;
		max-width: inherit;
		min-width: inherit;
		width: 100%;
	}
	.flex, .flex.reverse {
		flex-direction: column;
	}
	.mv .slider-area {
	/*	min-height: unset;*/
	}
	.mv .overlay .txt {
		position: absolute;
		top: 200px;
		left: 5%;
		font-size: 20px;
		line-height : 43px;
		letter-spacing : 6.4px;
		-webkit-transform: translate(0%, -20%);
		-moz-transform: translate(0%, -20%);
		-ms-transform: translate(0%, -20%);
		-o-transform: translate(0%, -20%);
		transform: translate(0%, -20%);
	}
	.mv .overlay .txt {
		width: 80%;
	}
	/* footer  */
	footer {
		position: relative;
		height: auto;
	}
	footer .inner {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	footer .footer_logo {
		width: 34%;
		position: static;
		margin-top: 18px;
		margin-left: 33%;
	}
	footer .companyname {
		display: table;
		margin: 0 auto 20px;
	}
	footer .companyname a {
		font-size : 23px;
		line-height : 42px;
	}
	footer .companyname a img {
		width: 36px;
	}
	footer .copy {
		font-size : 10px;
		color : #FFFFFF;
		position: static;
		margin: 9px 0px 0px;
		text-align: center;
	}
	footer .footernav {
		position: static;
		width: 100%;
		color: #ffffff;
		font-size: 4.6vw;
		line-height: 3vw;
	}
	footer .footernav ul {
		/*	justify-content: flex-start;*/
		justify-content: center;
		-ms-flex-wrap: wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
		flex-wrap: wrap;
	}
	footer .footernav li {
		font-size: 14px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 3.5vw;
		padding-right: 3.5vw;
		margin-bottom: 3vw;
		text-align: center;
	}
	footer .footernav li a {
		display: inline;
		color: #ffffff;
	}
	footer .footernav li:nth-child(2), footer .footernav li:nth-child(3), footer .footernav li:nth-child(5), footer .footernav li:nth-child(6) {
		border-left: solid 1px #ffffff;
	}
	.ovalbox {
		width: auto;
		height: 33px;
		border-radius : 33px;
		-moz-border-radius : 33px;
		-webkit-border-radius : 23px;
		line-height : 28px;
		font-weight : normal;
		font-size : 12px;
		letter-spacing : 4.3px;
	}
	.sec1 {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.menu .inner {
		height: auto;
		padding-top: 360px;
	}
	.sec1 .txt {
		padding-top: 30px;
		text-align: center;
	}
	.sec1 .txt1 {
		font-size: 60px;
		line-height: 60px;
	}
	.sec1 .txt2 {
		line-height: 60px;
	}
	.sec1 .txt3 {
		font-size: 46px;
		line-height: 60px;
	}
	.sec1 .txt4 {
		margin-top: 20px;
		letter-spacing: 0.5px;
	}
	.menu {
		height: auto;
	}
	.menu.newmenu {
		background-image: url(../images/menu_appare_sp.png);
	}
	.menu.itadaki {
		background-image: url(../images/menu_itadaki_sp.png);
	}
	.menu.miyabi {
		background-image: url(../images/menu_miyabi_sp.png);
	}
	.menu.iki {
		background-image: url(../images/menu_iki_sp.png);
	}
	.menu.akatsuki {
		background-image: url(../images/menu_akatsuki_sp.png);
	}
	.menu .overlay {
		position: relative;
		bottom: 50px;
	}
	.menuname_box {
		background-size: contain;
		/*	flex-basis: 100%;*/
		flex-basis: 90vmin;
		min-width: unset;
		height: 90vmin;
		padding-top: 13vmin;
	}
	.menuname_box .menuname_appeal {
		font-size: 5.5vmin;
		line-height: 20px;
	}
	.menuprice_box {
		position: relative;
		width: 100%;
		margin-top: 0px;
	}
	.menu_ico_box ul {
		flex-direction: row;
		flex-wrap: wrap;
		letter-spacing: 0.2px;
	}
	.menu_ico_box ul li:nth-child(1) {
		flex-basis: 100%;
		height: 80px;
	}
	.menu_ico_box ul li:nth-child(1) img {
		height: 60px;
	}
	.menu_ico_box ul li:last-child {
		flex-basis: 100%;
		text-align: center;
	}
	.menu.newmenu .menu_ico_box img {
		width: 277.2px;
		height: 352.5px;
		margin: 0 auto 20px;
	}
	.menu.itadaki .menu_ico_box img {
		width: 290.8px;
		height: 218.2px;
		margin: 0 auto 20px;
	}
	.menu.miyabi .menu_ico_box img {
		width: 280.5px;
		height: 216.4px;
		margin: 0 auto 20px;
	}
	.menu.iki .menu_ico_box img {
		width: 282.3px;
		height: 215.4px;
		margin: 0 auto 20px;
	}
	.menu.akatsuki .menu_ico_box img {
		width: 157.1px;
		height: 188.5px;
		margin: 0 auto 20px;
	}
	.menu_sonota {
		position: static;
	}
	.menu .menu_price {
		text-align: center;
		padding-top: 30px;
	}
	.sec2 {
		background-position: -92px 2440px, 50px 5338px, -95px 6000px;
		background-size: 70%, 120%, 120%;
	}
	.sec2_head {
		background-image: url("../images/sec2img1_sp.jpg");
		position: relative;
		height: auto;
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.sec2 h2 {
		font-size : 25px;
		line-height : 36px;
		letter-spacing : 3.5px;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.sec2 h3 {
		font-size : 22px;
		font-weight: 600;
		line-height : 42px;
		letter-spacing : 3px;
		padding-top: 40px;
	}
	.sec2 h4 {
		font-size : 20px;
		line-height : 36px;
		letter-spacing : 2.8px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sec2_head .txt {
		font-size : 15px;
		line-height : 28px;
		letter-spacing : 3.0px;
		text-align: left;
		width: 92%;
	}
	.sec3 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sec3 .flex {
		flex-direction: row;
		flex-wrap: wrap;
		font-size: 12px;
	}
	.sec3 .flex li:nth-child(1), .sec3 .flex li:nth-child(2) {
		flex-basis: 48%;
	}
	.sec3 .flex li:nth-child(3), .sec3 .flex li:nth-child(4), .flex li:nth-child(5) {
		flex-basis: 32%;
	}
	.sec3 .sidemenu_title {
		font-size: 6.6vmin;
		line-height: 42px;
		position: relative;
	}
	.sec3 .sidemenu_title::before {
		position: absolute;
		top: unset;
		right: unset;
		left: 0px;
		bottom: 0px;
	}
	.sec3 .sidemenu_title::after {
		position: absolute;
		top: unset;
		left: unset;
		right: 0px;
		bottom: 0px;
	}
	.menu_ico_box ul li:nth-child(n+2) {
		padding-top: 20px;
	}
	.sec4 {
	}
	.submenu_frame.alcohol {
		background-image: url(../images/frame_long.png);
	}
	.submenu_frame.alcohol .menu_price {
		margin-top: 20px;
	}
	.submenu_frame.alcohol .col2 {
		margin-top: 40px;
	}
	.submenu_frame {
		background-image: url(../images/frame_long2.png);
		background-size: 100% 100%;
		padding: 10%;
		width: 100%;
		height: auto;
	}
	.submenu_title {
		width: 100%;
		height: auto;
		font-size: 7vmin;
		line-height: 10.5vmin;
		margin: 0 auto 20px;
	}
	.submenu_frame > ul > li {
		flex-basis: 100%;
		min-width: 100%;
	}
	.submenu_frame .coursename {
		font-size: 6.8vmin;
	}
	.submenu_frame .kindlist {
		font-size: 3.7vmin;
		letter-spacing: 0.2px;
		margin-bottom: 10px;
	}
	.sec3_2 {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec3_2 .flex {
		width: 100%;
	}
	.sec3_2 dt {
		float: none;
		width: 100%;
		font-size : 18px;
		font-weight: 700;
		line-height : 30px;
		letter-spacing : 4.48px;
		color : #40220F;
		text-align: center;
	}
	.sec3_2 dt span {
		font-size: 12px;
	}
	.sec3_2 dd {
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}
	.sec3_2 .menu_price {
		font-size : 26px;
		font-weight: 700;
		line-height: 50px;
		letter-spacing : 1.00px;
		color : #40220F;
		vertical-align: bottom;
		margin-bottom: 15px;
	}
	.sec3_2 .menu_price>span {
		font-size : 20px;
	}
	.sec3_2 .menu_price>span>span {
		font-size : 12px;
	}
	.sec5 {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec5 .submenu_frame {
		background-image: url(../images/frame_long3.png);
		height: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	.sec5 .submenu_title {
		margin: 0 auto 30px;
	}
	.sec5 .flex {
		width: 100%;
	}
	.sec5 .submenu_frame > ul.flex > li {
		flex-basis: auto;
	}
	.sec5 dt {
		width: calc(100% - 110px);
		font-size : 18px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing : .1em;
		color : #40220F;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.sec5 dt span {
		font-size: 12px;
		line-height: 18px;
	}
	.sec5 dd {
		width: 110px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.sec5 .menu_price {
		font-size : 18px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing : 0;
		color : #40220F;
		height: auto;
	}
	.sec5 .menu_price>span {
		font-size : 18px;
	}
	.sec5 .menu_price>span>span {
		font-size : 10px;
	}
	.sec6 {
	}
	.sec6 .message_head .message_title {
		font-size: 26px;
		line-height: 46px;
		letter-spacing: 1.8px;
		margin-bottom: 30px;
	}
	.sec6 .message_box ul {
		height: auto;
	}
	.sec6 .message_box .message_title {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: 1.2px;
		margin-bottom: 30px;
	}
	.sec6 .message_box .txt {
		font-size: 16px;
	}
	.sec6 .message_box ul li:nth-child(1) {
		flex-basis: 100%;
	}
	.sec6 .message_box ul li:nth-child(1) img {
		max-width: 10000px;
		max-height: 10000px;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.sec6 .message_box ul li:nth-child(2) {
		flex-basis: 100%;
		max-width: 100%;
		min-width: 100%;
		flex-shrink: 0;
		padding: 20px;
		background-color: transparent;
	}
	.sec6 .message_box ul.reverse li:nth-child(2) {
		padding: 20px;
	}
	.sec7 .slider-area {
	}
	.sec7slider img {
		max-width: 10000px;
		max-height: 10000px;/*
		height: auto;
		width: 100%;
	*/
	}
	.sec8 ul li:nth-child(1) {
		font-size: 24px;
	}
	.sec10 {
		height: auto;
		padding-bottom: 60px;
	}
	.sec10 .logo {
		position: relative;
		top: 0;
		left: 5%;
		padding-bottom: 30px;
	}
	.sec10 .logo img {
		width: 90%;
	}
	.sec10 .col1 {
		position: static;
	}
	.sec10 .col2 {
		position: static;
		margin-top: 10px;
	}
	.sec10 dl {
		font-size: 12px;
	}
	.sec10 dt {
		float: left;
		width: 30%;
	}
	.sec10 dd {
		padding-left: 30%;
		width: 100%;
	}
	/*
	.sec10 .col2 dd {
		width: 300px;
	}
	*/
	.sec_twiter {
		width: 100%;
		height: 500px;
		padding-left: 5.33%;
		padding-right: 5.33%;
		padding-bottom: 10vmin;
	}
		.pop {
		position: static;
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 10vmin;
		}  

	footer {
		/*	position: fixed;*/
		bottom: 0px;
		height: auto;
		color: #ffffff;
		background-image: url(../images/bg_pink.jpg);
		background-repeat: repeat;
	}
	footer .inner {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 5px;
		padding-right: 5px;
	}
	footer .copy {
		font-size : 9px;
		line-height: 16px;
		color : #FFFFFF;
		position: static;
		margin: 0px 0px 0px;
		text-align: left;
	}
}
/*----------------------------------End  レスポンシブ-----------------------------------*/
