/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
body {
	background-color: #050505;
	color: #000;
	font: 14px/1.5 "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Times New Roman",serif;
	overflow-x: hidden;
}
h1 {
    font-size: 11.5px;
    margin: 0 0 10px;
}
h2 {
	font-size: 34px;
	color: #000000;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 0;
	margin-bottom: 50px;
	text-align: center;
}
.back03 h2 {
	font-size: 72px;
	color: #B68B47;
	background-image: none;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
    font-size: 25px;
    margin: 0 0 10px;
}
h4 {
    font-size: 20px;
    margin: 0 0 10px;
}
a {
    color: #000000;
}
a:visited {
}
a:hover {
    opacity: 0.7;
}
ol, ul {
    list-style: outside none none;
}
table {
}
th {
}
td {
}
p {
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

/* back -------------------------*/
.back01{
	background-image: url(../img/back01.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.back02{
	background: url(../img/back02.png) center -300px repeat-y, url(../img/back.png) repeat;
	background-color: #FFFFFF;
}
.back03{
	background-image: url(../img/back.png);
	background-repeat: repeat;
	background-color: #C9242B;
}

/* Header -------------------------*/
header {
    background-color: #c9242b;
    background-image: url("../img/back.png");
    background-repeat: repeat;
    color: #ffffff;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,sans-serif;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}
#top {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1000px;
}
#top p {
    float: left;
}
#top p + p {
    float: right;
}
#mainbox {
    margin: 0 auto 30px;
    max-width: 1300px;
    position: relative;
}
#mainbox span { display: none; }
#mainbox .shop {
    bottom: 20px;
    height: 55px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 265px;
}
#mainbox .topdot01 {
    left: -570px;
    position: absolute;
    top: -150px;
}
#mainbox .topdot02 {
    bottom: -120px;
    position: absolute;
    right: -450px;
}
#mainbox .topmenu00 {
    bottom: 30px;
    left: 100px;
    position: absolute;
}
#mainbox .topmenu01 {
    position: absolute;
    right: 100px;
    top: 270px;
}
#mainbox .topmenu02 {
    bottom: 30px;
    position: absolute;
    right: 200px;
}

/* Navigation -------------------------*/
nav::after {
    clear: both;
    content: "";
    display: block;
}
nav#mainnav {
	margin: 0 auto;
	padding: 20px 15px;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	max-width: 1000px;
}
nav#mainnav.mainpho01 {
	height: 290px;
	background-image: url(../img/mainlogo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav.mainpho02 {
	height: 310px;
	background-image: url(../img/feature01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav.mainpho03 {
	height: 310px;
	background-image: url(../img/feature02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav.mainpho04 {
	height: 310px;
	background-image: url(../img/feature03.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav.mainpho05 {
	height: 310px;
	background-image: url(../img/feature04.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav.mainpho06 {
	height: 310px;
	background-image: url(../img/feature05.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav.mainpho07 {
	height: 310px;
	background-image: url(../img/feature06.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav#mainnav a {
	color: #FFFFFF;
	text-decoration: none;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
nav#mainnav .about01 a {
	background-image: url(../img/square01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	font-size: 22px;
}
nav#mainnav .about02 a {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px 15px 5px 10px;
	font-size: 18px;
	height: 190px;
	text-align: left;
}
@media all and (-ms-high-contrast:none){
nav#mainnav .about01 a {
	width: 22px;
}
nav#mainnav .about02 a {
	width: 18px;
}
}
nav .mainmenu00 a{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 290px;
	display: block;
	text-indent: -9999px;
}
nav .mainmenu01{
	position: absolute;
	top: 40px;
	left: 280px;
}
nav .mainmenu02{
	position: absolute;
	top: 40px;
	left: 210px;
}
nav .mainmenu03{
	position: absolute;
	top: 40px;
	left: 140px;
}
nav .mainmenu04{
	position: absolute;
	top: 40px;
	left: 70px;
}
nav .mainmenu05{
	position: absolute;
	top: 40px;
	right: 310px;
}
nav .mainmenu06{
	position: absolute;
	top: 40px;
	right: 250px;
}
nav .mainmenu07{
	position: absolute;
	top: 40px;
	right: 190px;
}
nav .mainmenu08{
	position: absolute;
	top: 40px;
	right: 130px;
}
nav .mainmenu09{
	position: absolute;
	top: 40px;
	right: 70px;
}

/* Footer -------------------------*/
footer {
    background-color: #c9242b;
    color: #ffffff;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,sans-serif;
    padding: 10px 0;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
footer .copy {
    float: right;
}
footer ul {
    float: left;
}
footer li {
    float: left;
    margin-right: 10px;
}
footer li::before {
    content: "■";
    margin-right: 5px;
}

/* Layout -------------------------*/
section + section {
    margin-top: 80px;
}
section iframe {
    margin-bottom: -6px;
}
#wrap {
    margin: 0 auto 60px;
    max-width: 1000px;
    padding: 0 15px;
}
.wrap {
	margin: 0 auto;
	max-width: 1000px;
	padding: 60px 15px 100px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.8;
}
.back02 .wrap {
	color: #000000;
	position: relative;
}
.back03 .wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 100px;
	background-color: #FFFFFF;
	color: #000000;
}
.back03 section + section {
    margin-top: 50px;
}

/* box -------------------------*/
.box {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 15px;
}
.box2 {
    float: left;
    margin-left: 4%;
    width: 48%;
}
.box2:first-child {
    margin-left: 0;
}
.box3 {
    float: left;
    margin-left: 3.5%;
    width: 31%;
}
.box3:first-child {
    margin-left: 0;
}
.box4{
	float: left;
	width: 22%;
	margin-left: 4%;
	position: relative;
}
.box4:first-child{
	margin-left: 0;
}
.box37 {
    float: left;
    width: 37%;
}
.box60 {
    float: right;
    width: 60%;
}
.box53 {
	display: flex;
	flex-wrap: wrap;
	gap:8px;
    float: right;
    width: 55%;
}

.box53 p{
	border: solid #fff;
	padding: 15px;
	width: 226px;
	
}
@media screen and (max-width: 1000px) {
  .box53 {
    width: 100%;
  }

  .box53 img,
  .box53 p {
    width: 47%;
    box-sizing: border-box;
  }

  .projector-room {
    width: 100% !important;
    height: auto !important;
  }
	
}



.photo_l{
	float: left;
	padding: 0px 2% 10px 0px;
	text-align: center;
}
.photo_r{
	float: right;
	padding: 0px 0px 10px 2%;
	text-align: center;
}
.photo_l div+p,.photo_r div+p{
	padding-top: 5px;
	font-size: 12px;
}
.photo_l p+div,.photo_r p+div{
	padding-top: 20px;
}

/* Contents -------------------------*/
#content {
}

/* Sidebar -------------------------*/
#sidebar {
}

/* info -------------------------*/
.info_box {
	height: 160px;
	overflow: auto;
	padding: 0px 15px;
	background: #EEE;
}
.text_day {
	font-weight: bold;
	font-size: 12px;
}
.coment {
	margin: 15px 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #D6D6D6;
}

/* top -------------------------*/
header.page-header {
    background: #ccc none repeat scroll 0 0;
}
header.entry-header {
    background: #eee none repeat scroll 0 0;
}
section.entry-content {
    margin: 0 0 20px;
}
nav.page-navi li.prev {
    float: left;
}
nav.page-navi li.next {
    float: right;
}
#global {
    background-image: url("../img/global.png");
    background-position: left center;
    background-repeat: repeat-y;
    margin-bottom: 20px;
	color: #FFFFFF;
}
.globaltitle {
	background-image: url(../img/global.png);
	background-position: right center;
	background-repeat: repeat-y;
	float: left;
	font-weight: bold;
	width: 80px;
	height: 400px;
	position: relative;
}
.globaltitle p {
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	background-image: url(../img/global.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	left: 20px;
	padding-top: 30px;
	font-size: 32px;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast:none){
.globaltitle p {
	width: 40px;
}
}
.globaltitle span { display: none; }
#global nav{ float: right; }
#global nav li{
	float: left;
	margin-left: 2px;
	position: relative;
}
#global nav li:hover{ opacity: 0.7; }
#global nav li a:hover{ opacity: 1; }
#global nav li a{
	position: absolute;
	display: inline-block;
	color: #FFFFFF;
	top: 30px;
	left: 40px;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	font-weight: bold;
}
#global nav li a span{ font-size: 35px; }
.btn {
    margin-top: 10px;
}
.btn p {
    float: left;
}
.btn p + p {
    margin-left: 20px;
}

/* contents -------------------------*/
.maintext{
	font-size: 22px;
	line-height: 2.4;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* about -------------------------*/
.abouttext{
	width: 470px;
	margin: 0 auto;
	height: 400px;
}
@media all and (-ms-high-contrast:none){
.abouttext{
	width: 73%;
}
}
.aboutbox01{
	width: 49.5%;
	margin-bottom: 5px;
	float: left;
	margin-right: 1%;
}
.aboutbox01:nth-child(2n){
	margin-right: 0;
}
.aboutbox02{
	width: 50%;
	margin-top: 5px;
	float: left;
	margin-right: 2%;
}
.aboutbox03{
	width: 48%;
	max-width: 260px;
	max-height: 175px;
	margin-top: 5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #FFFFFF;
	font: 14px/2.4 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	background-color: #000000;
}
.aboutbox04{
	width: 62%;
	float: left;
}
.aboutbox05{
	width: 32%;
	margin-top: 260px;
	float: right;
	font: 13px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
}
.floor{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
	background-image: url(../img/floor.png);
	padding: 5px 10px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.aboutbar{
	background-image: url(../img/bar01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.aboutbar p{
	font: 25px/1.2 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	background-image: url(../img/square02.png);
	background-repeat: no-repeat;
	background-position: 20px 2px;
	padding-left: 50px;
}
.aboutbar p+p{ margin-top: 15px; }
.aboutbar p span{font-size: 15px;}
table.abouttable{
	border-collapse: separate;
	border-style: none;
	font: 14px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
}
table.abouttable th {
	padding: 2px 2px 2px 40px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-image: url(../img/square01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
table.abouttable td {
	padding: 2px;
	vertical-align: middle;
}
table.abouttable span { font-size: 10px; }

/* dishes -------------------------*/
.dishestext{
	width: 360px;
	margin: 0 auto;
	height: 480px;
}
@media all and (-ms-high-contrast:none){
.dishestext{
	width: 68%;
}
}
.dishestitle{ padding-bottom: 30px; }
.dishestitle .one{
	float: left;
	border-right: 6px solid #FFFFFF;
	margin-right: 40px;
	padding-right: 30px;
	color: #B68B47;
	font-weight: bold;
	font-size: 170px;
	line-height: 1;
}
.dishestitle .two{
	float: left;
	font-size: 18px;
	line-height: 2.5;
}
.dishesitem{ font: 14px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif; }
.dishesitem .itemtext01{
	font-weight: bold;
	font-size: 27px;
	background-image: url(../img/square02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.dishesitem .itemtext01 span{
	font-size: 13px;
	display: inline-block;
}
.dishesitem .itemtext02{
	margin-bottom: 20px;
	padding-left: 30px;
}
.dishesitem .itemtext02 span{
	display: inline-block;
}
.dishesitem .note{
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 10px;
}
.dishesitem table{
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 14px;
}
.dishesitem td{ width: 48%; }
.dishesitem td+td{ width: 52%; }
.dishesitem .threetable td{ width: 33%; }
.dishesitem .fourtable td{ width: 22%; }
.dishesitem .dishesimg{
	margin-bottom: 5px;
}
.dishesitem .clearfix .dishesimg{
	width: 49.5%;
	float: left;
}
.dishesitem .clearfix .dishesimg+.dishesimg{
	float: right;
}
.dishesitem .dishesimg img{
	width: 100%;
}

/* course -------------------------*/
.newtitle{
	font-size: 28px;
	background-image: url(../img/square03.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left center;
	font-weight: bold;
}
.newtitle .red{
	font-size: 47px;
	color: #C9242B;
	margin: 0 10px;
}
.newtitle .yen{
	font-size: 26px;
	color: #C9242B;
	position: relative;
	margin: 0 10px 0 0px;
}
.newtitle .yen:before{
	content: "（税込）";
	position: absolute;
	font-size: 10px;
	color: #000000;
	width: 120px;
	top: -15px;
}
.newtitle .parson{
	vertical-align: text-top;
	font-size: 16px;
}
table.coursetable{ font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif; }
table.coursetable th{
	border-radius: 5px;
	background-color: #6D6E71;
	padding: 0 10px;
	color: #FFFFFF;
	vertical-align: middle;
}
table.coursetable td{
	padding-left: 10px;
	font-size: 13px;
}
.coursebar02{
	background-image: url(../img/bar03.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 20px;
	padding-bottom: 20px;
}
.nabebox{
	position: relative;
	width: 25%;
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	text-align: center;
}
.nabebox p{
	position: absolute;
	width: 90%;
	bottom: 0px;
	border-radius: 5px;
	right: 5%;
	background-color: #B68B47;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.nabebox p.new{
	position: absolute;
	width: auto;
	top: 0px;
	right: -20px;
	background-color: inherit;
}
.nabebox:first-child{
	width: 22%;
	margin-left: 0;
	background-color: #B68B47;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	padding: 25px 5px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nabebox:first-child span{
	font-size: 34px;
}
.meshibox{
	position: relative;
	width: 25%;
	float: left;
	margin-left: 1%;
	margin-bottom: 10px;
	text-align: center;
}
.meshibox p{
	position: absolute;
	width: 90%;
	bottom: 0px;
	border-radius: 5px;
	right: 5%;
	background-color: #C9242B;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.meshibox p.new{
	position: absolute;
	width: auto;
	top: 0px;
	right: -20px;
	background-color: inherit;
}
.meshibox:first-child{
	width: 22%;
	margin-left: 0;
	background-color: #C9242B;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	padding: 30px 5px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.meshibox:first-child span{
	font-size: 24px;
}
.coursetitle{
	margin: 20px auto;
	max-width: 830px;
}
.coursetitle p{
	color: #B68B47;
	font-weight: bold;
	float: left;
	font-size: 70px;
}
.coursetitle p+p{
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	padding: 5px;
	background-color: #B68B47;
	margin-top: 20px;
}
.coursedetail{
	font-size: 18px;
	line-height: 2.4;
	text-align: center;
	margin-bottom: 30px;
}
.coursebar01{
	background-image: url(../img/bar02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.coursebar01+.coursebar01{
	margin-bottom: 60px;
}
.courseprice{
	margin: 0 auto;
	max-width: 830px;
}
.pricebox{
	margin: 0 auto;
	max-width: 550px;
}
.pricebox p{
	font: bold 27px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	background-image: url(../img/square02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.pricebox span{
	margin-left: 5px;
	font-size: 15px;
}
.pricebox span.price{
	font: 45px "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", serif;
	color: #B68B47;
}
.pricebox span.priceyen{
	font: 25px "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", serif;
	color: #B68B47;
}
.pricebox span.priceyen+.priceyen{
	font-size: 15px;
}

/* feature -------------------------*/
.feature01text{
	width: 360px;
	height: 620px;
	margin: 0 auto;
}
.feature02text{
	width: 360px;
	height: 620px;
	margin: 0 auto;
}
.feature03text{
	width: 420px;
	height: 620px;
	margin: 0 auto;
}
.feature04text{
	width: 520px;
	height: 700px;
	margin: 0 auto;
}
.feature05text{
	width: 360px;
	height: 620px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast:none){
.feature01text{
	width: 68%;
}
.feature02text{
	width: 68%;
}
.feature03text{
	width: 72%;
}
.feature04text{
	width: 76%;
}
.feature05text{
	width: 68%;
}
}
.feature01pho01{
	position: absolute;
	top: 30px;
	left: -130px;
}
.feature01pho02{
	position: absolute;
	bottom: 50px;
	left: -50px;
}
.feature01pho03{
	position: absolute;
	top: 60px;
	right: -60px;
}
.feature01pho04{
	position: absolute;
	bottom: 50px;
	right: -100px;
}
.feature02pho01{
	position: absolute;
	top: 40px;
	left: -80px;
}
.feature02pho02{
	position: absolute;
	bottom: 40px;
	left: -50px;
}
.feature02pho03{
	position: absolute;
	top: 50px;
	right: -60px;
}
.feature02pho04{
	position: absolute;
	bottom: 30px;
	right: -130px;
}
.feature03pho01{
	position: absolute;
	top: 30px;
	left: -130px;
}
.feature03pho02{
	position: absolute;
	top: 30px;
	right: -30px;
}
.feature03pho03{
	position: absolute;
	bottom: 30px;
	right: -100px;
}
.feature04pho01{
	position: absolute;
	top: 80px;
	left: -80px;
}
.feature04pho02{
	position: absolute;
	bottom: 40px;
	left: -50px;
}
.feature04pho03{
	position: absolute;
	top: 60px;
	right: -60px;
}
.feature04pho04{
	position: absolute;
	bottom: 60px;
	right: -100px;
}
.feature05pho01{
	position: absolute;
	top: 30px;
	left: -130px;
}
.feature05pho02{
	position: absolute;
	bottom: 30px;
	right: -80px;
}
.feature06pho01{
	position: absolute;
	top: 80px;
	left: -80px;
}
.feature06pho02{
	position: absolute;
	bottom: 40px;
	left: -50px;
}
.feature06pho03{
	position: absolute;
	top: 60px;
	right: -60px;
}
.feature06pho04{
	position: absolute;
	bottom: 60px;
	right: -100px;
}

/* Breadcrumb -------------------------*/
#breadcrumb li {
}

/* Pagetop -------------------------*/
#pagetop {
    text-align: right;
}

/* Clearfix -------------------------*/
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.clearfix {
}

/* Other -------------------------*/
.sp{ display: none; }
.gothic{ font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif; }
.center{ text-align: center; }
.hidden{
	overflow: hidden;
}
.vertical{
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.tcy {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.mar_b05{ margin-bottom: 5px; }
.mar_b30{ margin-bottom: 30px; }
.text10{ font-size: 10px; }
.text18{ font-size: 18px; }

/* 760px -------------------------*/
@media screen and (max-width: 768px) {
.pc{ display: none; }
.sp{ display: inline-block; }
.center{ text-align: left; }
.vertical{
	-ms-writing-mode: lr-tb; /* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.back03 .wrap {
	padding: 60px 15px;
}
h2 {
	font-size: 28px;
	padding: 25px 0;
}
.back03 h2 {
	font-size: 35px;
}
#navre:before{
	content:url(../img/mainlogo+.png);
}
nav#mainnav { padding: 0; }
nav#mainnav.mainpho01,nav#mainnav.mainpho02,nav#mainnav.mainpho03,nav#mainnav.mainpho04,nav#mainnav.mainpho05,nav#mainnav.mainpho06 {
	height: auto;
	background-image: none;
}
nav#mainnav a {
	-ms-writing-mode: lr-tb; /* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
nav#mainnav .about01 a,nav#mainnav .about02 a {
	background-image: none;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	height: auto;
	display: block;
}
nav .mainmenu00 a{
background: #bc2b28; /* Old browsers */
background: -moz-linear-gradient(top,  #bc2b28 0%, #AB1F26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc2b28 0%,#AB1F26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc2b28 0%,#AB1F26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2b28', endColorstr='#AB1F26',GradientType=0 ); /* IE6-9 */
	position: static;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	font-size: 18px;
	text-align: center;
	height: auto;
	display: block;
	text-indent: 0;
	padding: 10px 0;
}
nav .mainmenu01,nav .mainmenu02,nav .mainmenu03,nav .mainmenu04,nav .mainmenu05,nav .mainmenu06,nav .mainmenu07,nav .mainmenu08,nav .mainmenu09,nav .mainmenu00{
background: #bc2b28; /* Old browsers */
background: -moz-linear-gradient(top,  #bc2b28 0%, #AB1F26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc2b28 0%,#AB1F26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc2b28 0%,#AB1F26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2b28', endColorstr='#AB1F26',GradientType=0 ); /* IE6-9 */
	position: static;
	top: 0;
	left: 0;
}
#mainbox {
	text-align: center;
	overflow: hidden;
}
#mainbox a,#mainbox span {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
}
#mainbox span { display: block; }
#mainbox .topdot01 {
	left: -200px;
	top: 0;
	width: 70%;
}
#mainbox .topdot02 {
    top: 50px;
    right: -100px;
	width: 70%;
}
#mainbox .shop { position: static; margin-top:10px; }
#mainbox .topmenu00 { position: static; margin-top:10px; background-color: #C9242B; padding:5px; }
#mainbox .topmenu00 img { display: none; }
#mainbox .topmenu01 { position: static; margin-top:10px; background-color: #C9242B; padding:5px; }
#mainbox .topmenu01 img { display: none; }
#mainbox .topmenu02 { position: static; margin-top:10px; background-color: #C9242B; padding:5px; }
#mainbox .topmenu02 img { display: none; }
#global {
    background-image: none;
}
.globaltitle {
	background-image: none;
	float: none;
	border-top: 3px double #ED2026;
	border-bottom: 3px double #ED2026;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-top: 0px;
	width: auto;
	height: auto;
}
.globaltitle p {
	-ms-writing-mode: lr-tb; /* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	text-decoration: none;
	position: static;
	background-position: left center;
	padding-top: 0;
	padding-left: 30px;
	font-size: 25px;
}
#global nav{ float: none; }
#global nav li{
	float: none;
	margin-left: 0;
	padding: 5px 0;
	margin-top: 5px;
}
#global nav li a{
	-ms-writing-mode: lr-tb; /* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	top: 15px;
	left: 15px;
}
#global nav li a span{ font-size: 35px; }
.btn p {
	float: none;
	text-align: center;
}
.btn p + p {
	margin-left: 0;
	margin-top: 10px;
}
.maintext{
	font-size: 18px;
	line-height: 1.8;
	-ms-writing-mode: lr-tb; /* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.abouttext,.dishestext{
	width: 100%;
	margin: 0;
	height: auto;
}
.aboutbox04{
	width: 100%;
	float: none;
}
.aboutbox05{
	width: 100%;
	margin-top: 20px;
	float: none;
}
.dishestitle .one{
	float: none;
	border-right: none;
	border-bottom: 3px solid #FFFFFF;
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 80px;
}
.dishestitle .two{
	float: left;
	font-size: 16px;
	line-height: 1.5;
}
.dishesitem table{
	margin-bottom: 30px;
}
.dishesitem td{ width: 100%; float:left; }
.dishesitem td+td{ width: 100%; float:left; }
.dishesitem .threetable td{ width: 100%; float:left; }
.dishesitem .fourtable td{ width: 100%; float:left; }
.newtitle .red{ font-size: 35px; }
table.coursetable th,table.coursetable td{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.nabebox{
	width: 100%;
	float: none;
	margin-left: 0;
}
.nabebox p.new{
	right: 0;
}
.nabebox:first-child{
	width: 100%;
	padding: 25px 5px;
}
.meshibox{
	width: 100%;
	float: none;
	margin-left: 0;
}
.meshibox p.new{
	right: 0;
}
.meshibox:first-child{
	width: 100%;
	padding: 25px 5px;
}
.coursetitle{
	margin: 20px auto;
	max-width: 830px;
}
.coursetitle p{
	line-height: 1.2;
	float: none;
	font-size: 35px;
}
.coursetitle p+p{
	float: none;
}
.coursedetail{
	text-align: left;
}
.feature01text,.feature02text,.feature03text,.feature04text,.feature05text{
	width: 100%;
	margin: 20px 0;
	height: auto;
}
.featurebox:after{
    clear: both;
    content: "";
    display: block;
}
.feature01pho01,.feature01pho03{
	position: static;
	float: left;
	width: 49%;
}
.feature01pho02,.feature01pho04{
	position: static;
	float: right;
	width: 49%;
}
.feature02pho01{
	position: static;
	float: left;
	width: 49%;
}
.feature02pho02{
	position: static;
	float: right;
	width: 49%;
}
.feature02pho03,.feature02pho04{
	position: static;
	text-align: center;
}
.feature03pho01{
	position: static;
	text-align: center;
}
.feature03pho02{
	position: static;
	float: left;
	width: 49%;
}
.feature03pho03{
	position: static;
	float: right;
	width: 49%;
}
.feature04pho01,.feature04pho03{
	position: static;
	float: left;
	width: 49%;
}
.feature04pho02,.feature04pho04{
	position: static;
	float: right;
	width: 49%;
}
.feature05pho01,.feature05pho02{
	position: static;
	text-align: center;
}
.feature06pho01,.feature06pho03{
	position: static;
	float: left;
	width: 49%;
}
.feature06pho02,.feature06pho04{
	position: static;
	float: right;
	width: 49%;
}
.box2 {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.box2+.box2 {
	margin-top: 40px;
}
.box3,.box4 {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 30px;
}
.box37 {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.box60 {
    float: none;
    width: 100%;
}
.box53 {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
    float: none;
    width: 100%;
}
}

/* 480px -------------------------*/
@media screen and (max-width: 480px) {
#top p {
	float: none;
	margin-bottom: 10px;
}
#top p + p {
    float: none;
}
footer .copy { margin-top: 10px; }
.info_box {
	height: 350px;
}
.photo_l{
	float: none;
	padding: 0px 0px 10px 0px;
}
.photo_r{
	float: none;
	padding: 0px 0px 10px 0px;
}
.photo_l img,.photo_r img{
	width: 100%;
}
}