@charset "utf-8";
html {-webkit-text-size-adjust: 100%}
/*------------------------------*/
/*gratefuls公式　PC				*/
/*------------------------------*/

html,body {
	line-height: 1.75;
	text-align: center;
	font-size: 12px;
	color: #0A5475;
/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic', '游ゴシック',sans-serif;
    
	margin: 0px auto;
	font-feature-settings:"palt";
	min-width:1200px;
}


a {text-decoration:none;	color: #0A5475;}

a:hover {
	transition-duration:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}


.fPc {display:block !important;}
.fPci {display:inline !important;}
.fPcib {display:inline-block !important;}
.fSp {display:none !important;}
.fSpi {display:none !important;}
.fSpib {display:none !important;}

.fSp02 {display:none !important;}

.w100 {width:100% !important;}

#wrap {}

.ochiba,ul.ochiba li {
    text-indent: -1em !important;
    margin-left: 1em !important;
}

/*ヘッダー*/

strong {font-weight:bold;}


header{
	width:100%;
	min-width:1200px;
	height:70px;
	margin-bottom:0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	/* background: rgba(255,254,238, 0.7); */
	/* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#90FFFEEE,EndColorStr=#90FFFEEE); */
}

.headerBody {
	width:1100px;
	min-width:1100px;
	margin:auto;
	display:table;
	margin-bottom:0px;
	padding:0;
	height:70px;
}

.headerLeftLogo {
	display:table-cell;
	width:340px;
	vertical-align:top;
	padding-top:15px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align:left;
}
.headerRight {
	display:table-cell;
	vertical-align:top;
}


/*ヘッダメニュー*/
.headMenu {
	width:100%;
	text-align:center;
	padding-top:2px;
	padding-bottom:5px;
}

#gnav {
	width:100%;
	margin:auto;
	padding-top:2px;
	padding-bottom:2px;
}

/* #gnav ul{
	height:26px;
	margin-top:30px;
	} */
#gnav ul{

	height:26px;
	margin-top:30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}



#gnav li a{
	display: block;
	text-align:center;
	padding:6px 10px;
	height:26px;
	line-height:1.0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing:border-box;
	*display: inline;  /*IE7*/
	*zoom: 1;   /*IE7*/
	position: relative;
}

#gnav > ul > li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #0F5779;
    bottom: -5px;
	transition: all .3s ease 0s;
}
#gnav > ul > li a:hover::after {
    width: calc(100% - 4px);
}

#gnav > ul > li.currentH a{
    /* padding: 0px 8px; */
    position: relative;
}

#gnav > ul > li.currentH a::after{
    content: "";
    display: block;
    position: absolute;
    display: block;
    width: calc(100% - 4px);
    height: 1px;
	background: #0F5779;
    bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}







#gnav li a:hover{
/*	background-color:#0B3190;
	color:#fff;*/
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}


#gnav li span{
	font-size:10.5px;
	color:#888888;
}
#gnav li a:hover span {
	color:#ffffff;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}


/*footer*/
footer {
	margin-top:100px;
	background: rgba(255,254,238, 0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#90FFFEEE,EndColorStr=#90FFFEEE);
}
.footerBody {
	display: table;
	width:1100px;
	margin:auto;
	height:135px;
	padding-top: 15px;
}

.footerLogo {
	display: table-cell;
	width:240px;
	text-align: left;
	vertical-align: middle;
}

.footerMenu {
	display: table-cell;
	vertical-align: middle;
}
.footerMenu ul　{
	width:100%;
}

.footerMenu ul li{
	display: inline-block;
	float:left;
	width:auto;
}
.footerMenu ul li a{
	margin-left:40px;
}

.footerCopy {
	width:1100px;
	text-align: right;
	margin:auto;
}


/*トップメイン*/

.movieBox {
    position: relative;
    overflow: hidden;
    width:100%;
    height:100vh;
}
.fitMovie {
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%,-50%);
}

/*
.videoContainer {
	width: 100%;
	height: 100vh;
    overflow: hidden;
    background: #ddd;
	z-index: -101;
    }
#bg-video{
    position: relative;
	right: 50%;
	bottom: 50%;
	width: 100%;
	height: auto;
	z-index: -100;
	background: url(poster.jpg) no-repeat;
	background-size: cover;

}

.topImg {
	width:100%;
    height:100%;
	text-align:center;
}

#slider {
	width:100%;
	min-width:1200px;
    height:100vh;
	margin:0;
	padding:0;
    background-image:url('images/slide01.jpg');
    background-size:cover;
    background-position: center center;
    text-align: center;
}

*/

#soundBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    right:5%;
    bottom: 3%;
    cursor: pointer;
}
#soundBtn.soundOff {
    background-image: url(./images/soundOff.png);
    background-size: 50px 50px;

}

#soundBtn.soundOn {
    background-image: url(./images/soundOn.png);
    background-size: 50px 50px;
}

.topMainCtach {
    margin: auto;
    margin-top: 50vh;

}



section {
	width:100%;
	min-width:1200px;
	margin:auto;
	text-align:left;
	margin-bottom:120px;
	
}
.mainBox {
	width:900px;
	margin:auto;
	clear:both;
}

.bx-wrapper {margin-bottom:0 !important;}


.vam {vertical-align:middle !important;}
.vat{vertical-align:top !important;}


h2.secTitle{
	width:100%;
	margin-bottom:25px;
	display:table;

}
h2.secTitle span{
	display:table-cell;
}

h2.secTitle span.h2R{
	display:table-cell;
	text-align:right;
}


/*top*/
#topNews{
	padding-top: 70px;
}

#topNews h2 {

	margin-bottom:35px;
}
#topNews ul {
	width:934px;
	margin-left: -34px;
}
#topNews ul li {
	width:433px;
	float:left;
	margin-left:34px;
	margin-bottom: 34px;
}


#topNews ul li img{
	float:left;
	margin-right: 13px;
	width:110px;
	height:auto;
}
#topNews ul li h3 {
	font-size:13px;
	font-weight:bold;
	padding-top: 3px;
	margin-bottom: 5px;
}

#topNews ul li h3 b {
	background-image: linear-gradient(transparent 40%, #EF91AB 40%);
	padding:3px 7px;
	font-weight:bold;
}

#topNews ul li p {
	text-align:left;
	text-align: justify;
	text-justify:inter-ideograph;
}
#topNews .more {
	text-align: right;
}

#topNews .more a{
	display: inline-block;
	padding:0px 8px;
	border-bottom:1px solid #0A5475;
	line-height: 1;
}


#topNews .more a:hover{
	border-bottom:1px solid #DCAAB8;
}

/*about*/

body#about footer {
    margin-top: 0;
}


#aboutMain {
	background-image:url("images/aboutBack.png");
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:120px;
	padding-top:0px;
    margin-top: 170px;
}
#aboutMain .mainBox{
	margin-bottom:80px;
}

.aboutBox {
	margin-bottom:50px;
	width:435px;
}

.aboutBox h3{
	margin-bottom:6px;
}
.aboutImgBox {
	width:158px;
}

.aboutLcont {
	width:435px;
}
.aboutBox .fl_R h3 {text-align:right;}

.aboutDetail {
	width:260px;
	font-size:12px;
	line-height:23px;
	text-align:left;
	text-align: justify;
	text-justify:inter-ideograph;	
}
		
.aboutBox02 {
	width:560px;
}		
.aboutImgBox02 {
	width:275px;
	margin-top:-40px;
}

/*about02 210121*/
#aboutMain02 {
    margin-bottom: 0;
    
}

#aboutMain02 .mainBox{
    position: relative;
    text-align: center;
    line-height: 0;
}
#aboutMain02 h2 {
    background-color: #000;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 40px;
    line-height: 1;
    
}

#aboutMain02 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;

}
#aboutMain02 dl dt{
    width: 64px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#aboutMain02 dl dd{
    background-color: #f2f2f2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1rem;

}

#imgAbout02Back {
    position: relative;
    margin: auto;
    margin-left: -117px;
}

/*about230611*/
#aboutMainTitle {
    background-image: url(./images/aboutMainTitleBack.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.aboutMainTitle:before,
.aboutMainTitle:after{
    transition: all 0.6s;
}

.aboutMainTitle {
    padding: 2rem 3rem 1rem 3rem;
    position: absolute;
    border: 2px solid transparent;
    box-sizing: border-box;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.aboutMainTitle img{
    max-width: 70vw;
    height: auto;
}

.aboutMainTitle:before,
.aboutMainTitle:after {
    content: "";
    border-style: solid;
    position: absolute;
    z-index: 5;
    box-sizing: content-box;
}

.aboutMainTitle:before {
    width: 0;
    height: calc(100% + 4px);
    border-width: 2px 0 2px 0;
    top: -2px;
    left: 0;
    transition-delay: 0.1s;
    box-sizing: border-box;
}

.aboutMainTitle:after {
    width: calc(100% + 4px);
    height: 0;
    border-width: 0 2px 0 2px;
    top: 0;
    left: -2px;
    box-sizing: border-box;
}


.aboutMainTitle.active:before {
    width: calc(100% + 4px);
    box-sizing: border-box;
    left: -2px;
}

.aboutMainTitle.active:after {
    height: calc(100% + 4px);
    top: -2px;
    box-sizing: border-box;
    /* transition-delay: 0.3s; */
}

.aboutMainTitle.active:before,
.aboutMainTitle.active:after {
    border-color: #fff;
}

#aboutMainTitle01,#aboutMainTitle02,#aboutTitleArrow {
    opacity: 0;

}
#aboutMainTitle02 {
    position: absolute;
    top: calc(45% + 120px);
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#aboutTitleArrow {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

#aboutMainTitle01.active,#aboutMainTitle02.active,#aboutTitleArrow.active {
    opacity: 1;
    transition: all 1.5s;
    transition-delay: .8s;
}
#aboutMainTitle02.active {
        transition-delay: 2s;
}

#aboutTitleArrow.active {
	-webkit-animation:blink 1s ease-out infinite alternate;
    -moz-animation:blink 1s ease-out infinite alternate;
    animation:blink 1s ease-out infinite alternate;
}

/* 点滅 */
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*aboutList*/
#aboutDetail {
    padding-top: 3rem;
}
.aboutList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aboutList li{
    width: 44.44%;
    min-height: 400px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 100px;
}
.aboutList li#aboutListTitle{
    background-color: #0A5475;
    padding: 2rem 0;
    text-align: center;
}

.aboutList li figure{
    position: relative;
    line-height: 0;
}
.aboutList li figure img{
    line-height: 0;
}
.aboutList li > div {
    position: relative;
    margin-top: -80px;
}
.aboutList li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    height: 80px;
    position: relative;
    margin-bottom: 1rem;
}


.aboutList li h3 span.h3Num{
    font-size: 4rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    background:rgba(10,84,117, 0.8);
    width: 20%;
    /* height: 80px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutList li h3 span.h3p{
    line-height: 1.2;
    color: #0A5475;
    font-size: 2rem;
    width: 80%;
    background:rgba(255,255,255, 0.8);
    /* height: 80px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.aboutList li p{
    font-size: 1.25rem;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.075em;
    text-align: justify;

}



/*menu*/



/*modal*/
#menu .modalCont {
    width: 440px;
    height: 440px;
    padding-top: 10%;
    box-sizing: border-box;
    position: relative;
}

#menu .modalCont .no1Label.no01{
    left:5px;
    top:30px;
    /* position: relative; */
    z-index: 0;
}
#menu .modalCont .no1Label.chicken{
    left:-10px;
    top:30px;
    /* position: relative; */
    z-index: 5;
}

#menu .modalCont figure {
    max-width: 180px;
    margin: auto;
    position: relative;
}
#menu .modalCont figure img{
    position: relative;
    z-index: 1;
}

#menu .modalCont h3{
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #0e5679;
    font-size: 1.75rem;
    letter-spacing: 0.075em;
    line-height: 1.2;
    margin-bottom: 0;
}
#menu .modalCont span{
    margin-bottom: 1rem;
    display: block;
    font-size: 11px;
    
}
#menu .modalCont p{
    font-size: 13px;
    line-height: 1.6;
}
#menu .modalCont p.tSmall{
    font-size: 11px;
    color: #666;
    margin-top: 1rem;
}


ul#pageMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 75px; */
    width: 900px;
    margin: auto;
    margin-bottom: 20px;
	padding-top: 120px;
    position: relative;
}
ul#pageMenu li {
    width: 20%;
    /* border-radius: 4px; */
    /* background-color: #0e5679; */
    /* -webkit-box-shadow: 3px 3px 5px 0 #666464, inset 0 0 2px 0 #fff;
    -moz-box-shadow: 3px 3px 5px 0 #666464, inset 0 0 2px 0 #fff;
    box-shadow: 3px 3px 5px 0 #666464, inset 0 0 2px 0 #fff; */
    height: 75px;
}
ul#pageMenu li a{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
ul#pageMenu li:nth-child(2n) {
    /* background-color: #fbf9ea;      */
}
ul#pageMenu li#allergyMenuBtn {
    position: absolute;
    top: 90px;
    right: 20px;
    width: auto;

}

ul#pageMenu li#allergyMenuBtn a{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 15px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
	background-color: #0A5475;
    height: initial;
}

ul#pageMenu li#allergyMenuBtn a span{
    color:#ffef00;
    font-weight: inherit;
}



#menu section {
    padding: 50px 0 0 0 ;
    margin: 0;
}
#menu section#menuBurger {
    margin-bottom: 0;
}

#menu h2.menuSecTitle{
	border-bottom:1px solid #0E5679;
	padding-bottom: 2px;
	margin-bottom: 13px;
    position: relative;
    height: 40px;
    
}
#menu h2.menuSecTitle img{
	float:left;
    position: absolute;
    top:-4px;
}

#menu h2.menuSecTitle span{
	float:right;
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	color:#0E5679;
	line-height: 1.6;
    white-space: nowrap;
    width:auto;
    margin-bottom: 0;
}

.menuDesc {
	margin-bottom:30px;
}

.labelList {
	float: left;
	padding-top:4px;
}

.burgerLabel {
	font-size:13px;
	font-weight: bold;
	padding:5px;
	line-height: 1;
	display: inline-block;
	float: left;
	margin-right: 35px;
    white-space: nowrap;

}

::-webkit-full-page-media, _:future, :root .burgerLabel {/*safari*/
	padding-top: 7px;
}
.label01 {
	border-left: 4px solid #F29739; 
	color:#F29739;
}
.label02 {
	border-left: 4px solid #8CC456; 
	color:#8CC456;
}
.label03 {
	border-left: 4px solid #E95532; 
	color:#E95532;
}
.descDtail {
	float:right;
	display: inline-block;
	line-height:1.4;
    white-space: nowrap;
    width:auto;
}
#menu h3{
	line-height: 1.2;
	margin-bottom: 4px;
	font-size:11px;
	font-weight: bold;
	letter-spacing: 0.025em;
}

#menu p{
	font-size: 11px;
	/* font-weight: bold; */
    letter-spacing: 0.025em;
	color:#3E3A39;
	line-height: 1.3;
	margin-bottom:3px;
/*
    -webkit-transform: scale(0.92, 1);
    transform:scale(0.92, 1);
*/

}

#menu p.price{
    font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.025em;
}
/* #menu p.price span{ 
	font-size: 70%;
} */

#menu p.pageMenuSup {
    font-size: 1.2rem;
    font-weight: normal;
}

#menu .menuListBurger{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 30px;
}

#menu .menuListBurger li{
	width:22.5%;
	margin-bottom: 20px;
	text-align: center;
	white-space: nowrap;
	position: relative;
    margin-right: 2.5%;
}
#menu .menuListBurger li figure{
    line-height: 0;
}
#menu .menuListBurger li:nth-of-type(4){
    margin-right: 0;
}

#menu .menuListBurger li h3{
    line-height: 1;
    background-color: #0E5679;
    width: 100%;
    padding: 2px 0 1px 0;
    margin-bottom: 4px;
}
#menu li h3 + p{
    margin-bottom: .6rem;
}

#menu .menuListBurger li p{
	font-size: 11.5px;
	letter-spacing: 0.025em;
}


#menu .menuListBurger li img{
	position: relative;
}

.no1Label {
	position: absolute;
	z-index: -1;
}

.boys {
	top:12px;
	left:15px;
}
.no01 {
	top:12px;
	left:22px;
}
.no02 {
	top:12px;
	left:22px;
}

.girls {
	top:12px;
	left:17px;	
}
.chicken {
    top:12px;
	left:8px;
    z-index: 2;
}
.kids {
    top:-10px;
	right:-10px;
    z-index: 2;
}
.hot{
    top:-10px;
	left:10px;
    z-index: 2;
}
.noTake{
    bottom:20px;
	right:0px;
    z-index: 2;
}

#menu .menuListPlate.ala li .noTake{
    top:30px;
	left:120px;
    z-index: 2;
}

.pizza {
    bottom:20px;
	right:25px;
    z-index: 2;
}


.mb1em {
	margin-bottom: 1em !important;
}

/*plate メニュー*/
#menuPlate,#menuDessert,#menuBBQ {
    background-color: #fbf9ea;
    padding-bottom: 0;
}

#menu .menuListPlate{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding-bottom: 60px;
}


#menu .menuListPlate.plate li {
	width:23%;
	/* width:20%; */
	text-align: center;
    margin-bottom: 40px;
    position: relative;
}

#menu .menuListPlate.plate li.col2 a{
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

}
#menu .menuListPlate li.col2 span{
    text-align: left !important;
}
#menu .menuListPlate li.col2 figure{
    /* width: 180px; */
    text-align: right;
    position: relative;
    z-index: 4;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#menu .menuListPlate li.col2 figure img{
    line-height: 0;
}
#menu .menuListPlate li.col2 div h3{
    position: relative;
    padding-left: 100px;
    margin-left: -100px;
    padding-right: 10px;
    box-sizing: content-box;
}

#menu .menuListPlate li.col2 div{
    position: relative;
    text-align: left;
    padding: 1rem 0 0 1.5rem;
    z-index: 1;
}
.plateMenuLine {
	width:180px;
	line-height:1.2;
    margin: auto;
    margin-top: 0.55em;
	margin-bottom:4px;
	font-size:13px;
}

.plateMenud {
	width:70px;
	display:table;
	float:left;
}
.menudL {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	white-space:nowrap;
}

.menudL span{
	font-weight:bold !important;
}

.menudR {
	text-align:right;
	font-size:10px;
	display:table-cell;
	vertical-align:middle;
	color:#3E3A39;
}

.plateMenudPrice {
	float:right;
/*	width:50px;*/
	text-align: right;
	color:#3E3A39;
}
.plateMenudPrice span{
	font-size:70%;
/*    display: none;*/
}
#menu .menuListPlate li.col2{
    width: 50%;
    padding-left: 3rem;
    /* margin:0 4%; */
    box-sizing: border-box;
}

#menu .menuListPlate.loco {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; 
    width: 100%;
    margin: auto;
}
#menu .menuListPlate li.locoTitle {
    text-align: left;
    padding-top: 20px;
    padding-right: 10px;
    width: auto;
}

#menu .menuListPlate li:not(.locoTitle) h3 {
    line-height: 1;
    background-color: #0E5679;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 0 1px 0;
    text-align: center;
}
#menu .menuListPlate.loco li:not(.locoTitle) p,
#menu .menuListPlate.loco li:not(.locoTitle) span{
    display: block;
    text-align: center;
}
#menu .menuListPlate li.locoTitle p{
    font-size: 12px;
    line-height: 1.8;
}


#menu .menuListPlate.loco li.locoTitle figure {
    text-align: right;
}

#menu .menuListPlate.loco li {

}

#salad h2{
    margin-bottom: 25px;
}

#menu .menuListPlate.salad {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
#menu .menuListPlate.salad li{
    width: 46%;
}

/*a la*/
section#menuAla {
    padding-bottom: 64px;
}

#menu .menuListPlate.ala li {
	text-align: center;
	white-space: nowrap;
    margin-bottom: 40px;
    position: relative;
}
#menu .menuListPlate.ala {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#menu .menuListPlate.ala > li {
    width:32%;
    text-align: left;
}
#menu .menuListPlate.ala > li:nth-of-type(2){
    width: 26%; 
}

#menu .menuListPlate.ala > li:not(:first-child) p.price{
    /* margin-left: 7px; */
}

#menu .menuListPlate.ala li li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

#menu .menuListPlate.ala li h3{
    text-align: left;
    line-height: 1;
    background-color: #0E5679;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 10px 1px 10px;
    margin-bottom: 2px;
}
/* #menu .menuListPlate.ala li h3 img{
    vertical-align: middle;
} */
/* #menu .menuListPlate.ala li h3 span{
    font-weight: inherit;
    margin-left: 6px;
} */
#menu .menuListPlate.ala li p{
    text-align: right;
}
#menu .menuListPlate.ala li li > p{
    margin-top: 5px;
}

#menu .menuListPlate.ala > li div{
    text-align: left;
    
    /* margin-top: 6px; */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; */
}
#menu .menuListPlate.ala li li div:nth-of-type(1){
    width: calc(100% - 46px);
}
#menu .menuListPlate.ala li li div:nth-of-type(1) span{
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
}
#menu .menuListPlate.ala li li.mochico6 div:nth-of-type(2){
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 5px;
}
#menu .menuListPlate.ala li li.mochico6  div:nth-of-type(2) p{
    position: relative;
    text-align: left;
}
#menu .menuListPlate.ala li li.mochico6  div:nth-of-type(2) figure{
    position: absolute;
    top:-60px;
    right: -150px;
    z-index:0 ;
}

/* #bbqCheese {
    position: relative;
    margin-top: -21px;
    z-index: 0;
} */

.descAla {
    padding: 20px 40px;
    box-sizing: border-box;
    border: 1px solid #0E5679;
    color:#0E5679;
    line-height: 2;
    font-size: 12px;
    letter-spacing: 0.12em;
}
.descAla ul{
    margin-bottom: .3em;
}

#menu p.allergy {
    color:inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size:0.92em;
    padding-left: calc(1em + 14px);
    box-sizing: border-box;
    line-height: 1.5;
    letter-spacing: inherit;
    
}

/*pizza*/
#menu .titlePizza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
#menu .titlePizza h2{
    margin-right: 15px;
}
#menu .titlePizza h3{
    margin-top: 40px;
    margin-bottom: 15px;
}

#menu .titlePizza > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#menu .titlePizza p{
    font-size: 15px;
    line-height: 1.8;
    color:#000;
}
#menu .titlePizza p.note{
    line-height: 1.4;
    font-weight: normal;
    font-size: 11px;
    color:#73488B;
    font-weight: bold;
}
#menu .titlePizza > div figure{
    line-height: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#menu .menuListPizza{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 88%;
    margin: auto;
    
}

#menu .menuListPizza li {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;

}

#menu .menuListPizza li div{
    padding-top: 6px;
    flex-grow:2;
}

#menu .menuListPizza li h3{
    margin-bottom: 15px;
    color:#73488B;
    font-weight: normal;
    font-size: 12px;
}

#menu .menuListPizza li figure{
    width: 155px;
    position: relative;
}
#menu .menuListPizza li p:not(.price) {
    min-height: 3em;
}

#menu .menuListPizza li p.price {
    margin-top: 15px;
    text-align: right;
}

#menuPizza figure {
    line-height: 0;
}

/*Dessert*/
#menu section#menuDessert {
    padding-bottom: 20px;
    padding-bottom: 20px;
}

#menu .dessertBox {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 20px 50px;
}
#menu .dessertBox.appleH,.dessertBox.Malasada ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

#menu .dessertBox.appleH {
    position: relative;
    height: 140px;

}
#menu .dessertBox.appleH h3 {
    font-size: 15px;
    color: #e50012;
    font-weight: normal;
}

#menu .dessertBox.appleH p {
    font-size: 15px;
    color: #e50012;
    line-height: 2;
}

#menu .dessertBox.appleH p.price {
    text-align: right;
    color:#3a3a3a;
    line-height: 1;
}
#menu .dessertBox.appleH figure img{
    position: relative;
    top:-35px;
}


#menu .dessertBox.Malasada ul li{
    text-align: center;
}
#menu .dessertBox.Malasada ul li:first-child p{
    line-height: 2;
    text-align: left;
    font-size: 15px;
}

#menu .dessertBox.Malasada ul li:first-child p.price{
    text-align: right;
}

#menu .dessertBox.Malasada ul li:not(:first-child) {
    padding-top: 15px;
}

#menu .dessertBox.Malasada ul li:not(:first-child) h3{
    color: #717171;
    font-weight: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

#menu .dessertBox.Malasada ul li:nth-child(3) h3{
    text-indent: 1em;
}
#menu .dessertBox.Malasada ul li:nth-child(4) h3{
        text-indent: 2em;
}
#menu .dessertBox.Malasada ul li:not(:first-child) p{
    margin-bottom: 10px;
    line-height: 1.75;
}

/*party box*/
#menu section#menuParty {
        padding-bottom: 50px;
}

#menu #menuParty .pp {
    position: relative;
    margin-bottom: 100px;
}

#menu #menuParty .title > p{
    color:#000;
    font-size: 15px;
    text-align: justify;
    line-height: 2;
    text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;
    position: relative;
}
#menu #menuParty .title {
    position: relative;
    margin-bottom: 4rem;
}

#menu #menuParty .pp .title figure{
    position: absolute;
    top:-40px;
    right: 0;
}
#menu #menuParty .pp .title p {
    width: 82%;
}
#menu #menuParty .details {
    background-color: #c8d9e3;
    box-sizing: border-box;
    padding: 20px 15px 15px 15px;
    position: relative;
    z-index: 0;
    margin-bottom: 1rem;
}
#menu #menuParty ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#menu #menuParty ul li{
    position: relative;
    width: 46%;
}
#menuImgPa01_02 {
    position: absolute;
    top:-70px;
    right: -70px;
    z-index: -1;
}
#menuImgPa01_03 {
    position: absolute;
    top:-120px;
    right: -15px;
    z-index: -1;
}

#menu #menuParty .sb .title {
    text-align: right;
    margin-bottom: 100px;
 }
#menu #menuParty .sb .title p{
    text-align: right;
 }

#menu #menuParty .sb .title figure {
   position: absolute;
    left: 0;
    top:-45px;
}

#menu #menuParty li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    color:#000;
    margin-bottom: .5rem;

}
#menu #menuParty li h3 span.partyName {
    font-size: 1.16rem;
    font-weight: bold;
    margin-right: 1rem;
}

#menu #menuParty li h3 span.price{
    font-size: 1rem;
    font-weight: normal;
    /* font-size: 80%; */
    /* font-weight: bold; */
}

#menu #menuParty p.att b {
	background-image: linear-gradient(transparent 40%,#fff000 40%);
/*	background-image: linear-gradient(transparent 40%, rgba(255,240,0,);#fff000 40%);*/
    -webkit-background-blend-mode: multiply;
    background-blend-mode: multiply;
}

.pp > p,.sb > p {
    text-align: right;
    position: relative;
    z-index: 5;
}

/*BBQ*/
#menu section#menuBBQ {
    padding-bottom: 50px;
    
}

#menu #menuBBQ figure{
    margin-bottom: 30px;
    position: relative;
    line-height: 0;
}

#menu #menuBBQ figure #bq01Cap{
    position: absolute;
    top:0;bottom: 0;left:0;right:0 ;margin: auto;
    z-index: 3;
}

#menu #menuBBQ figure #bq01Back{
    position: relative;
    z-index:1;
}
#menu #menuBBQ figure #bq01Sub{
    position: absolute;
    z-index: 2;
    bottom:-60px;
    right: -40px;
}

#menu .detailBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width:100%;
    margin: auto;
    margin-bottom: 32px;
}
#menu .detailBox .title{
/*    padding-left: 30px;*/
    padding-top: 15px;
    box-sizing: border-box;
    width: 345px;
}
#menu .detailBox .title > h3{
    margin-bottom: 25px;
}

#menu #menuBBQ .detailBox .title p{
    color: #000;
    font-size: 15.5px;
    line-height: 2;
    letter-spacing: 0.025em;
    text-align: justify;
    
}
#menu #menuBBQ .detailBox .details{
    width: 464px;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    background-color: #3e3a3a;
    color: #fff;
}

#menu #menuBBQ .detailBox .details ul {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
}
#menu #menuBBQ .detailBox .details ul.contents li span{
    font-size: 75%;
}

#menu #menuBBQ .detailBox .details ul.contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em;
}

#menu #menuBBQ .detailBox .details ul.contents li{

}
#menu #menuBBQ .detailBox .details ul.contents::after {
  content: '';
  width: 100%;
}


/* #menu #menuBBQ .detailBox .details ul.contents li:nth-child(3n+2){
    text-align: center;
}
#menu #menuBBQ .detailBox .details ul.contents li:nth-child(3n){
    text-align: right;
}

#menu #menuBBQ .detailBox .details ul.contents li:nth-child(n+4){
    order: 1;
} */
#menu #menuBBQ .detailBox .details .optionBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* padding: 10px 10px 5px 10px; */
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#menu #menuBBQ .detailBox .details .optionBox h3{
    align-items: center;
    line-height: 1;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
#menu #menuBBQ .detailBox .details p.att {
    color: #fff;
    font-weight: normal;
    text-align: right;
    margin-bottom: 3px;
}
#menu #menuBBQ .detailBox .details .optionBox h3 span{
    width: 50%;

}
#menu #menuBBQ .detailBox .details .optionBox h3 span span{
    font-size: 88%;
}
#menu #menuBBQ .detailBox .details .optionBox h3 > span:nth-of-type(2){
    font-size: 11px;
    text-align: center;
}
#menu #menuBBQ .detailBox .details .optionBox ul{
    align-items: center;
    color: #fff;
    white-space: nowrap;
    padding: 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
}
#menu #menuBBQ .detailBox .details .optionBox ul li {
    font-size: 15px;
    line-height: 1.4;

}
#menu #menuBBQ .detailBox .details .optionBox ul li:nth-of-type(2n+1) {
    width: 54%;
}
#menu #menuBBQ .detailBox .details .optionBox ul li:nth-of-type(2n) {
    width: 44%;
}
#menu #menuBBQ .detailBox .details .optionBox li > span:nth-of-type(1) {
    width: 50%;
    display: inline-block;

}
#menu #menuBBQ .detailBox .details .optionBox li span span{
    font-size: 66.6%;
}
#menu #menuBBQ .detailBox .details p.priceBq {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#menu #menuBBQ .detailBox .details p.priceBq span:not(.price){
    font-size: 66%;
}
#menu #menuBBQ .detailBox .details ul.note {
    margin-bottom: 20px;
}
#menu #menuBBQ .detailBox .details ul.note li {
    font-size: 11px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 0.4em;
    letter-spacing: 0.025em;
}

#menu #menuBBQ .detailBox .details .attBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

#menu #menuBBQ .detailBox .details .attBox h3 span{
    background-color: #fff;
    line-height: 1;
    color: #3e3a3a;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 3px;
    letter-spacing: 0.1em;
    margin-right: 10px;
    margin-top: 10px;
}
#menu .detailBox .details .attBox p{
    color:#fff;
    font-size: 13px;
    font-weight: normal;
}

.optionBox span.price {
    font-weight: bold;
}

/*seasonal*/
#menu #menuSeasonal {
    padding-top: 70px;
    /* background-color:#071323; */
    padding-bottom: 0;
    background-image: url(./images/seasonalBackPc.jpg);
    background-size: 1920px 884px;
    background-position:center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: -2;
}
@media screen and (min-width:1920px){
    #menu #menuSeasonal {
        background-position:center top;

        background-size: cover;
    }
}


#menu #menuSeasonal figure.titleSeasonal01{
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
}
#menu #menuSeasonal .bottomCont{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 3rem 0 2rem 0;
}

#menu #menuSeasonal .bottomCont::after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background-color: #555;
    mix-blend-mode: multiply;
    z-index: -1;
}

#menu #menuSeasonal .bottomCont > div{
    display: inline-block;
    margin: auto;
}

#menu #menuSeasonal .bottomCont > div h3 span{
    color:#fff;
    font-size: 1.25rem;
    font-weight: bold;
}
#menu #menuSeasonal .bottomCont > div h3 img{
    margin-right: 1rem;

}


#menu #menuSeasonal .bottomCont > div p{
    text-align: right;
    font-size: 1.05rem;
    font-weight: bold;
    color: #fff;
}



/*shop*/
#shopMain {
	padding-top: 170px;
}

#shopMain h2 {
	margin-bottom: 62px;
}

#shopMain h2 img{
	float:left;
}

#shopMain h2 span{
	float:right;
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	color:#0E5679;
	line-height: 1.6;
	padding-top: 18px;
}

.shopContL {
	width:182px;
	float:left;
}

.shopContR {
	width:693px;
	float: right;
}

#shopMain .mainBox > ul > li{
	margin-bottom: 70px;

}

#shopMain .mainBox > ul li .shopDetail {

}

#shopMain .mainBox > ul {
	margin-bottom: 100px;
}

#shopMain .mainBox > ul li h4 {
	font-size:15px;
	font-weight:bold;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: -3px;
}

#shopMain .mainBox > ul li h4 b {
	background-image: linear-gradient(transparent 40%, #96CDA1 40%);
	padding:3px 7px;
	font-weight:bold;
}

#shopMain .mainBox > ul li p {
	text-align:left;
	text-align: justify;
	text-justify:inter-ideograph;
	letter-spacing: 0.05em;
	margin-bottom: 7px;	
}

table.shopDetails {
	line-height: 1.25;
}


table.shopDetails th {
	width:72px;
	vertical-align: top;

}

table.shopDetails td {
	padding-top: 1px;
	vertical-align: top;
	height: 2em;
}

table.shopDetails td.hours {
	height:3em;
	padding-right: 2em;
    min-width:200px;
}

table.shopDetails th span {
	display: block;
	box-sizing:border-box;
	width:65px;
	padding:2px 0;
	background-color: #0A5475;
	font-size:10px;
	line-height: 1;
	color:#fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

.shopMenuBtn {
    /* margin-top: 1.5rem; */
    display: -ms-flexbox;
    display: flex;
}

.shopMenuBtn li {
    margin-right: 1.5rem;
}

.shopMenuBtn li a{
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 2px 15px;

    color: #fff;
    font-weight: bold;
	background-color: #0A5475;
    letter-spacing: 0.075em;
}
.shopMenuBtn li a:hover{
    
    text-decoration: none;
 
}
.shopMenuBtn li a span{
    color:#ffef00;
    font-weight: inherit;
}
.shopMenuBtn.dis{
    display: none;
}
table.shopDetails td h5 {
	color:red;
	margin-top: .5em;
	white-space: nowrap;
}

/*	table.shopDetails,table.shopDetails tr,table.shopDetails th,table.shopDetails td{
		display:block;
	}
	table.shopDetails tr {
		clear:both;
	}
	table.shopDetails th {
		width:30%;
		float:left;
		clear:both;
		margin-bottom:10px;
	}

	table.shopDetails td {
		padding-top:5px;
		width:68%;
		float:right;
		margin-bottom:10px;
	}*/

/*company*/

#companyMain {
	padding-top: 220px;
}

#companyMain .lead {
	text-align:center;

}
#companyMain .lead h2{
	margin-bottom: 150px;
}
#companyMain .lead h3{
	margin-bottom: 40px;
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;

}
#companyMain .lead h3 span{
    font-weight: inherit;
    position: relative;
}
#companyMain .lead h3 span::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(100% + 4px);
    left:-2px;
    bottom:-3px;
    height: 0;
    border-bottom: 2px solid #0A5475;
}

#companyMain .lead p{
	line-height: 2.3;
	letter-spacing: 0.05em;
	font-size: 1rem;
    margin-bottom: 1em;
}
#companyMain .lead p span{
    display: inline-block;
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: bold;
}

ul.companyDetail {
    width: 600px;
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    height: 120px;
    padding-top: 6rem;
    padding-bottom: 5rem;
    position: relative;
}
ul.companyDetail::before,ul.companyDetail::after {
    content:"";
    display: block;
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #0A5475;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
} 

ul.companyDetail::before {
    top:0
}
ul.companyDetail::after {
    bottom: 0;
}

ul.companyDetail > li{
    letter-spacing: 0.05em;
    height: 30px;
    width: auto;

}
ul.companyDetail > li span:nth-of-type(1){
    font-weight: bold;
    display: inline-block;
    width: 60px;
}
ul.companyDetail {

}

.histCont {
    text-align: center;
}

h3.hist {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    margin-bottom: 2rem;
}
ul.hist {
    display: inline-block;
    width: auto;
    margin: auto;
    text-align: left;
    clear: both;
}
ul.hist li{
    width: auto;
    margin-bottom: 1.4rem;
}

ul.hist span:nth-of-type(1) {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-style: italic;
    width: 70px;
}

.histCont p.continue{
    display: inline-block;
    font-size: 10px;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-style: italic;
    position: relative;
    clear: both;
}
.histCont p.continue::after{
    content:"";
    display: block;
    position: absolute;
    width: calc(100% + 6px);
    height: 1px;
    background-color: #0A5475;
    bottom: 0;
    left: -3px;
}

/*reqruit*/
#reqruitMain {
	padding-top: 170px;
}
#reqruitMain .mainBox.lead {
	text-align: center;
}

#reqruitMain .mainBox.lead h2{
	margin-bottom: 100px;
}

#reqruitMain .mainBox.lead h3{	
	margin-bottom: 75px;
}

#reqruitMain .mainBox.lead p{	
	line-height: 2.35;
	letter-spacing: 0.05em;
	margin-bottom: 115px;
}

#reqruitMain .mainBox.reqruitDetail {
	width:740px !important;
	text-align: center;
}

#reqruitMain .mainBox.reqruitDetail h2{
	letter-spacing: 0.05em;
	line-height: 1;
	box-sizing: border-box;
	color: #fff;
	background-color: #0E5679;
	height:18px;
	width:110px;
	padding:3px 0;
	font-weight: bold;
	margin: auto;
	margin-bottom: 70px;
}

#reqruitMain .mainBox.reqruitDetail h3{
	border-bottom:0.5px solid #0E5679;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
}

#reqruitMain .mainBox.reqruitDetail p{
	text-align:left;
	text-align: justify;
	text-justify:inter-ideograph;
	line-height: 2.35;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.reqruitBtn a{
	color:#0E5679;
	display: block;
	border: 1px solid #0E5679;
	background-color: #D8E7EC;
	box-sizing: border-box;
	font-weight: bold;
	margin: auto;
	width: 112px;
	height:32px;
	letter-spacing: 0.05em;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 200px;
}

.reqruitBtn a:hover{
	color:#fff;
	background-color: #0E5679;
	transition-duration:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}

/*--------ロード--------*/


#loader-bg {
/*    display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 999999;
}
#loader {
/*    display: none;*/
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 80px;
    margin-top: -40px;
    margin-left: -80px;
    text-align: center;
    color: #333;
    z-index: 999999;
}
#loader i {
		margin-bottom: 15px;
		display: inline-block;
} 



/*topへ戻る*/
#footMenu {
	display:none;
	height:80px;
	position:fixed;
	right:8%;
	bottom:15px;
	overflow:hidden;
	z-index:999;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding:2px;
}


/*wordpress*/

.mainBox a:hover {
	text-decoration: underline;
}



#news .mainBox {
	padding-top:80px;
}

#news h1{
	font-size:21px;
	margin-bottom: 5px;
}

.img_eyecatch {
	margin-bottom: 10px;
}

#news h2{
	font-size:18px;
	margin-bottom: 10px;
}

.postContent {
	line-height: 2.3;
	margin-bottom: 2em;
	text-align: left;
	text-align: justify;
	text-justify:inter-ideograph;
}
.news_navi {
	width:100%;
}

.navi_next {
	width:40%;
	float:right;
	text-align:right;
}

.navi_prev {
	width:40%;
	float:left;
	text-align:left;
}

/*page navi上書き*/
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #0A5475;
}

.wp-pagenavi span.current {
	background-color:#0A5475;
	color:#fff;
	font-weight: bold;
	border:0;
}

/*---------------------------*/
/*問い合わせ*/
/*---------------------------*/
#contactMain {
	padding-top: 170px;
}
#contactMain .mainBox {
	text-align: center;
}

#contactMain h2{
	margin-bottom: 5rem;
}
#contact .mainBox {
    width: 800px;
}

table.contact {
    width: 100%;
    margin: auto;
    letter-spacing: 0;
    border-collapse: collapse;
}
table.contact th,
table.contact td {
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-clip: padding-box;

    /* font-size: 15px; */
}
table.contact th {
    background-color: #0A5475;
    color: #fff;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    line-height: 1.15;
    font-weight: bold;
}
table.contact td {
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

table.contact th span,
table.contact td span {
    font-size: 75%;
}
input,
textarea {
    font-size: 1rem;
    line-height: 1.4;
}
table.contact td input[type="text"]:not(#postcode){
    width: 100%;
    box-sizing: border-box;
    padding:0.5em;
    /* margin: .5em; */
    border:1px solid #ccc;
}
table.contact td input#postcode {
    box-sizing: border-box;
    padding:0.5em;
    width: 18%;
    margin-bottom: .5em;
    border:1px solid #ccc;
}

table.contact td p.comments {
    margin: .3rem 0;
    text-indent: -0.9em !important;
    margin-left: 0.9em !important;
    line-height: 1.6;
    color:#666;
    font-weight:bold;

}
table.contact td p.comments  b{
	background-image: linear-gradient(transparent 60%, #F2A7BC 20%);
	padding:3px 0px;
    font-weight:bold;

}







/* IE */
 :-ms-input-placeholder {
    color: #aaa;
}

/* Edge */
 ::-ms-input-placeholder {
    color: #aaa;
}
table.contact td textarea {
    width: 100%;
    box-sizing: border-box;
    /*    margin: 0;padding: 0;*/
    
    padding: 0.5em;
    border: 1px solid #ddd;
}

table.contact th sup {
    color: #FFF57F;
    font-size: 0.7rem;
    position: relative;
    top: 6px;
    left: 4px;
    position: absolute;
}
#contact .cBtn {
    width: 140px;
    height: 40px;
    border: 0px;
    margin: 8px;
    cursor: pointer;
    background-color: #0A5475;
    box-sizing: border-box;
    line-height: 1;
    padding: 6px 0;
    margin-top: 3.5rem;
	color:#fff;
    /* color:#fff; */
    
    font-weight: bold;
    /* font-size: 1.2rem; */
}
#contact .cBtn.clearForm {}
#contact .cBtn:hover {
    background-color: #fff;
    /*    color: initial;*/
    
    border: 1px solid #0A5475;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #0A5475;
}
.contactMessage {
    width: 60%;
    margin: auto;
    text-align: left;
    margin-bottom: 3rem;
    border: 1px solid #0A5475;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
	color: #0A5475;

}
p.thanks {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1em;
}
.thanksTel {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-top: 4rem;
    font-weight: bold;
    color: #0A5475;
}
.on {
    ime-mode: active;
}
.off {
    ime-mode: inactive;
}
.dis {
    ime-mode: disabled;
}
textarea {
    ime-mode: active;
}


@media all and (-ms-high-contrast: none){/*ie10以上*/

	.menudR {
		letter-spacing: -0.1em;
	}
}



@media screen and (max-width:1000px){ /*最小幅より小さい*/

}

@media screen and (max-device-width: 1024px) { /*ipad横対応*/
}

