@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
/*PCSP共通設定*/
/*section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}
*/
main {
    margin: 0 !important;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
}
main * {
    box-sizing: border-box;
}
.font_sans {
    font-family: 'Noto Sans JP', sans-serif;
}
.special_bnr {
    color: #B25900;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 2.0;
}
.slick-next {
    background: url(../images/im_arrow_left.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.slick-prev {
    background: url(../images/im_arrow_right.png) no-repeat !important;
    background-size: 100% 100% !important;
}
/*759px以下 SPCSS */
@media screen and (max-width: 759.9px) {
    #wrapper {
        line-height: 1.4;
    }
    .spnone {
        display: none;
    }
    /* =========================================================
◆photoswipe
========================================================= */
    .my-gallery figure {
        position: relative;
        max-width: 950px;
        width: 95%;
        margin: 0 auto;
    }
    figure {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    figure img {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .my-gallery figure:hover:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        display: block;
        z-index: 99;
        background: url(../images/ic_zoom.png) no-repeat;
        background-size: 100% auto;
    }
    /* CSS */
    #dirPathBlock,
    #anchorLinkBlock {
        font-size: 10px;
        margin: 1% 1% 0 1%;
    }
    #dirPathBlock p,
    #anchorLinkBlock a {
        font-size: 12px;
    }
    h1 {
        font-size: 12px;
        margin: 0 1%;
    }
    /*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
    .inner {
        width: 96%;
        margin: 0 2%;
        padding: 24px 0;
        box-sizing: border-box;
    }
    /*title*/
    img.mainphoto {
        width: 100%;
        margin-bottom: 5%;
    }
    .bg1 {
        position: relative;
        background-color: #ffffff;
        padding: 0 0 0px 0;
    }
    .bg2 {
        position: relative;
        background-color: #f8e7dc;
        padding: 0 0 0px 0;
    }
    .bg3 {
        position: relative;
        background-image: url("../images/bg_2.jpg");
        padding: 0 0 0px 0;
        background-size: 30% auto;
    }
    .bg4 {
        position: relative;
        background-image: url("../images/bg_1.jpg");
        padding: 0 0 0px 0;
        background-size: 30% auto;
    }
    .bgimg {
        position: relative;
        z-index: 9;
        margin: 0 auto 0;
        max-width: 2600px;
        width: 100%;
    }
    .bgimg img {
        width: 100%;
    }
    .va1 img {
        vertical-align: top !important;
    }
    .va2 img {
        vertical-align: bottom !important;
    }
    h2 {
        font-size: 7vw;
        text-align: center;
        margin: 0 0 30px 0;
        font-weight: bold;
    }
    h2.red {
        color: #c2192b;
        background: url(../images/im_titbar2.png) no-repeat 50% 80%;
        background-size: 30%;
        padding: 0 0 40px 0;
    }
    h2.white {
        color: #fff;
        background: url(../images/im_titbar1.png) no-repeat 50% 80%;
        background-size: 30%;
        padding: 0 0 40px 0;
    }
    .titlearea {
        /*position:relative;*/
        width: 100% !important;
        text-align: center;
        overflow: hidden;
        padding: 0 0 0;
    }
    .titlearea img {
        width: 100%;
    }

    .titlearea .sp_title {
        margin-top: 10px;
        text-align: center;
    }
    .titlearea .sp_title img {
        width: 60%;
    }
    .introtxt {
        text-align: center;
        margin: 40px auto 80px;
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 36px;
    }
    .introtxt2 {
        text-align: center;
        margin: 20px auto 20px;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 9vw;
    }
    .txtB_red {
        font-size: 3.8vw;
        margin: 10px auto 10px;
        color: #c2192b;
    }
    .cotocotobox {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        position: relative;
        /*max-width: 970px;
		width: 100%;*/
    }
    .cotocotobox h3 {
        margin-top: 20px;
    }
    .cotocotoboxtit {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 9;
        background-color: #e3c37c;
        display: inline-block;
        text-align: center;
        padding: 10px 30px;
        border-radius: 30px;
        margin: 0px auto 0;
        font-size: 20px;
        color: #c2192b;
        font-weight: bold;
        width: 80%;
    }
    .cotocotoboxin {
        position: relative;
        z-index: 8;
        padding: 40px 20px 20px;
        border: solid 5px #e3c37c;
        background-color: #ffffff;
        border-radius: 20px;
    }
    .cotocotobox h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .cotocotobox ul.history {
        margin: 0 0 0;
        /* b30px */
    }
    .cotocotobox ul.history li {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .cotocotobox ul.history li strong {
        color: #c2192b;
        font-weight: 600;
    }
    .movie_area {
        margin: 0 auto 30px;
    }
    .movie {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        margin: 0 auto 30px;
    }
    .movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /*.movie{
		margin: 0 auto 30px;
	}
	.movie img{
		width: 100%;
	}*/
    .movie:last-of-type {
        margin: 0 0 0 0 !important;
    }
    .syaryou_boxarea {
        margin: 0 0 80px 0;
        padding: 0 0 0 0;
    }
    .syaryou_box {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 20px;
        margin: 0 0 30px 0;
    }
    .syaryou_box ul.syaryou_box_ul {
        /*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;*/
    }
    .syaryou_box ul.syaryou_box_ul li {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 10px 0;
    }
    .syaryou_box ul.syaryou_box_ul li img {
        width: 100%;
    }
    .txtred {
        color: #c2192b;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 {
        width: 100%;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 h3,
    .syaryou_box .syaryou_txt1 h3,
    .cotocotobox_flex_li h3 {
        margin-bottom: 15px;
        font-size: 23px;
        font-weight: 600;
        color: #c2192b;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 p,
    .syaryou_box .syaryou_txt1 p,
    .cotocotobox_flex_li p {
        margin-bottom: 15px;
        line-height: 1.6;
        font-size: 16px;
    }
    .syaryou_box .syaryou_txt1 p.logo_096k img {
        display: block;
        width: 191px;
        margin: 50px auto 10px;
    }
    .syaryou_box .syaryou_txt1 p.c_096k {
        font-size: 14px;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_img1 {
        width: 100%;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt2 {
        width: 100%;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_img2 {
        width: 100%;
    }
    .syaryou_txt1 h3 p {
        width: 200px;
        height: 25px;
        background-color: #c2192b;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        margin: 0 !important;
    }
    /*	
	.syaryou_box ul.syaryou_box_ul li ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.syaryou_box ul.syaryou_box_ul li ul li{
		display: flex;
		justify-content: center;
		align-items: center;
	}
*/
    li.syaryou_img2_2 {
        width: 47%;
    }
    .txtimg1 {
        display: inline-block;
        background-image: url("../images/im_txt1.png");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 49px;
        height: 47px;
        margin: 0 5px 0 0;
    }
    .txtimg2 {
        display: inline-block;
        background-image: url("../images/im_txt2.png");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 48px;
        height: 46px;
        margin: 0 5px 0 0;
    }
    .txtimg3 {
        display: inline-block;
        background-image: url("../images/im_txt3.png");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 54px;
        height: 52px;
        margin: 0 5px 0 0;
    }
    .zasekiimg1 {
        max-width: 888px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .zasekiimg2 {
        max-width: 881px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .zasekiimg img {
        width: 100%;
    }
    .chui {
        font-size: 3vw;
    }
    .chui2 {
        font-size: 3vw;
        padding: 0px 20px 20px 20px;
    }
    .chui3,
    .chui4 {
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
    }
    .syokujiimgarea {
        display: flex;
        justify-content: center;
        align-items: stretch;
        max-width: 950px;
        margin: 0 auto;
        overflow: hidden;
    }
    .syokujitxt {
        margin: 50px auto 50px;
        font-size: 3.8vw;
        line-height: 7vw;
        max-width: 950px;
        padding: 0 20px;
    }
    /*MENU*/
    .menu_txtbox {
        padding: 0 20px;
    }
    .menu_txt {
        border-top: 2px solid #c2192b;
        border-bottom: 2px solid #c2192b;
        position: relative;
    }
    .menu_txt::before {
        content: "MENU";
        display: inline-block;
        background-color: #f8e7dc;
        padding: 5px;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        color: #c2192b;
        font-size: 8vw;
    }
    .menu_txt p {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 4.3vw;
        margin: 25px 0 15px;
        font-weight: bold;
    }
    p.menu_kome {
        font-size: 3.8vw;
        margin: 5px 0 10px;
    }
    .allergy {
        margin: 25px 0 40px 0;
    }
    .allergy img {
        width: 100%;
    }
    .syokujiimgarea img {
        width: 100%;
        vertical-align: bottom;
    }
    .syokujiimg {
        width: 100%;
    }
    .imgbig {
        clear: both;
    }
    .imgmini {
        margin: 0;
        padding: 0;
    }
    .imgmini ul {}
    .imgmini ul li {
        float: left;
        width: 50%;
    }
    .syokujiimg2 {
        margin: 0 auto 50px;
        max-width: 950px;
    }
    .syokujiimg2 ul {
        display: flex;
        justify-content: center;
    }
    .syokujiimg2 ul li {
        width: 25%;
    }
    .syokujiimg2 ul li img {
        width: 100%;
    }
    .chefbox {
        box-shadow: 1px 1px 5px #cccccc;
        background-color: #ffffff;
        max-width: 950px;
        width: 100%;
        position: relative;
        margin: 0 0 30px 0;
    }
    .chefic {
        /* position: absolute; */
        max-width: 194px;
        width: 50%;
        top: 325px;
        right: 12px;
        margin: 0px 0 0 0;
        padding: 15px 0px 0 15px;
    }
    .chefic img {
        width: 100%;
    }
    .chefboxin {
        /*display: flex;
		justify-content: space-between;
		align-items: flex-start;*/
        padding: 20px;
    }
    .chefimg {
        width: 80%;
        margin: 0 auto 20px;
        max-width: 255px;
    }
    .chefimg img {
        width: 100%;
    }
    .chefdetail {
        width: 100%;
        font-size: 3.5vw;
        line-height: 33px;
    }
    .chefname {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .chefname span {
        font-size: 14px;
    }
    .cheftxt {
        font-size: 14px
    }
    .sce {
        margin: 0 0 0px 0;
    }
    .sce div {
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }
    .sce .sce_atten {
        margin: 1em 0 0;
        text-align: center;
        font-size: 14px;
    }
    .sce div img {
        width: 100%;
        vertical-align: bottom;
    }
    .mousikomiarea {
        margin: 0 0 40px 0;
    }
    .mousikomiarea ul {
        /*display: flex;
		justify-content: center;
		align-items: flex-start;*/
        margin: 0 0 10px 0;
    }
    .mousikomiarea ul li.koumoku {
        color: #c2192b;
        font-size: 3.8vw;
        line-height: 7vw;
        text-align: center;
    }
    .mousikomiarea ul li.naiyou {
        font-size: 3.8vw;
        line-height: 7vw;
        text-align: center;
    }
    .btnarea {
        margin: 0 0 20px 0;
    }
    .btnarea ul {
        /*display: flex;
		justify-content: center;
		align-items: stretch;*/
    }
    .btnarea ul li {
        width: 95%;
        margin: 0 auto 5%;
    }
    .btnarea ul li a {
        display: block;
        background-image: url(../images/bg_2.jpg);
        color: #ffffff;
        padding: 15px 20px;
        border-radius: 15px;
        text-align: center;
        font-size: 6vw;
        font-weight: bold;
        transition: 0.3s;
        background-size: 20%;
    }
    ul.btn1 span {
        display: block;
        background-image: url("../images/bg_3.jpg");
        color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        transition: 0.3s;
        background-size: 20%;
    }
    .btnarea ul li a:hover {
        opacity: 0.8;
    }
    .annnaibox {
        background-color: #ffffff;
        border-radius: 20px;
    }
    .annnaiboxin {
        padding: 20px;
    }
    .annnaiboxin h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }
    .annnaiboxin ul {
        margin: 0 0 20px 0;
        padding-top: 20px;
        border-top: 1px solid #333;
    }
    .annnaiboxin ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .annnaiboxin ul li:before {
        content: "";
        position: absolute;
        top: .4em;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 50%;
    }
    .annnaiboxin table {
        width: 100%;
        margin: 20px 0 0;
        font-size: 16px;
    }
    .annnaiboxin th {
        display: block;
        padding: 10px 15px;
        width: 100%;
        background-color: #f8e7dc;
        text-align: center;
    }
    .annnaiboxin td {
        display: block;
        width: 100%;
        margin: 0 0 15px;
        padding: 10px 15px;
    }
    .annnaiboxin td ul {
        border-top: none;
        margin-bottom: 0;
        padding-top: 0;
    }
    .credit {
        margin: 0 0 50px 0;
        text-align: center;
    }
    .credittit {
        margin: 0 0 20px 0;
        font-size: 6vw;
        font-weight: bold;
        color: #c2192b;
    }
    .credittxt {
        font-size: 4vw;
        font-weight: bold;
        line-height: 7vw;
    }
    .special_bnr {
        margin: 20px 0 0;
    }
    .special_bnr img {
        width: 100%;
    }
    /* add 230729 */
    .introtit {
        margin-top: 40px;
        font-size: 23px;
        color: #c2192b;
        font-weight: 600;
        text-align: center;
    }
    .introtxt {
        margin: 15px auto 50px;
        padding: 0 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        text-align: center;
    }
    /*slick*/
    .slick-slide-js .slick-prev,
    .slick-slide-js .slick-next {
        top: 50%;
        z-index: 40;
    }
    .slick-slide-js .slick-prev {
        left: -5px;
    }
    .slick-slide-js .slick-next {
        right: -5px;
    }
    .slick-slide-js .slick-prev:before,
    .slick-slide-js .slick-next:before {
        color: #242424;
    }
    .slick-slide_wrap {
        width: 100%;
        margin: auto;
    }
    .slick-slide-js .slick-prev,
    .slick-slide-js .slick-next {
        z-index: 40;
    }
    .slick-slide-js .slick-prev:before,
    .slick-slide-js .slick-next:before {
        color: #242424;
    }
    /*.slick-dots {
    display: flex;
}*/
    .sp_plan h3 {
        margin: 20px 0;
        font-size: 22px;
        color: #c2192b;
        font-weight: 600;
        text-align: center;
    }
    .sp_plan p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
    .sp_plan_point {
        margin: 80px 0 0;
        text-align: center;
    }
    .sp_plan_point:last-of-type {
        margin: 50px 0 0;
    }
    .sp_plan_point h4 {
        margin: 0 0 20px;
        padding: 0;
        border: 2px solid #000;
        text-align: left;
        font-size: 18px;
        line-height: 1.6;
    }
    .sp_plan_point strong {
        display: block;
        padding: 0 1em 1em;
    }
    .sp_plan_point h4 span {
        display: block;
        margin-bottom: 15px;
        padding: 5px 0;
        text-align: center;
        background: #000;
        color: #fff;
        letter-spacing: 0.1em;
    }
    .sp_plan_point p strong {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        color: #c2192b;
        text-align: center;
    }
    .sp_plan_point p span {
        font-size: 14px;
    }
    .sp_plan_point ul li {
        margin-bottom: 15px;
    }
    .sp_plan_point ul li img {
        width: 100%;
    }
    .sp_plan_point ul li p {
        text-align: center;
        font-size: 14px;
    }
    .circle {
        width: 153px;
        height: 25px;
        background-color: #c2192b;
        display: flex;
        justify-content: center;
        align-items: baseline;
        color: white;
    }
    .circle .circle_p {
        font-size: 16px;
        margin: auto;
    }
    .sp_plan_point_title {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    ul.cotocotobox_flex li.cotocotobox_flex_li:last-child {
        margin-top: 60px;
    }
    ul.cotocotobox_flex li.cotocotobox_flex_li img,
    ul.cotocotobox_flex li.cotocotobox_flex_img img {
        width: 100%;
    }
    .scroll_table {
        overflow-x: scroll;
        margin-bottom: 50px;
    }
    .mousikomi_flex .scroll_table {
        margin-bottom: 20px;
    }
    .scroll_table p {
        margin: 15px 0 0;
        font-size: 15px;
    }
    .mousikomi_flex .scroll_table p {
        margin: 0;
    }
    .mousikomi_flex {
    display: block;
    }
    .mousikomiarea table {
        width: 100%;
        font-size: 16px;
    }
    .mousikomiarea table.jr_table {
        margin: 0 15px 10px;
    }
    .mousikomiarea table.jal_table {
        margin-bottom: 15px;
    }
    .mousikomiarea th,
    .mousikomiarea td {
        border: 1px solid #333;
        white-space: nowrap;
        text-align: center;
    }
    .mousikomiarea th {
        padding: 10px;
        width: 25%;
        background-color: #f8e7dc;
        text-align: right;
        line-height: 1.5;
    }
    .mousikomiarea thead th {
        width: auto;
        text-align: center;
    }
    .mousikomiarea td {
        width: auto;
        padding: 10px;
    }
    .mousikomiarea h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .mousikomiarea h4 {
        margin: 10px 0 0;
        font-size: 18px;
        font-weight: 600;
    }
    .point_text {
        margin: 40px 0 20px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    .itin p {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin: 10px auto;
    }
    .itin p span {
        font-size: 16px;
    }
    p.sce_atten {
        margin: 20px auto;
    }
    .centerbox {
        text-align: center;
        margin: 0 auto 50px;
        padding: 0 20px;
    }
    h6 {
        margin: 0 0 10px;
        padding: 5px;
        color: black;
        font-size: 20px;
        font-weight: bold;
    }
    .title_kyusyu {
        background-color: #e3f7d9;
    }
    .title_tyugoku {
        background-color: #f8e7dc;
    }
    .title_kansai {
        background-color: #f9f4d4;
    }
    .title_kanto {
        background-color: #e7d4f9;
    }
    .centername {
        font-weight: bold;
        font-size: 20px;
        padding: 8px;
        line-height: 1.5;
    }
    .centertxt {
        text-align: left;
        line-height: 1.8;
        font-size: 16px;
    }
    p.attention {
        font-size: 16px;
        margin: 40px auto;
        font-weight: bold;
    }
    
    .bn_area {
        margin: 15px 0 30px;
    }    
    .bn_area img {
        width: 100%;
    }    
    
}
/*760px以上 PCCSS */
@media screen and (min-width: 760px), print {
    /* CSS */
    #wrapper {
        line-height: 1.231;
    }
    #dirPathBlock,
    h1,
    .iframe_end-content_gadget,
    #anchorLinkBlock {
        width: 100%;
        max-width: 970px;
        min-width: 760px;
        margin: auto;
    }
    /* =========================================================
◆photoswipe
========================================================= */
    figure {
        margin: 0;
        padding: 0;
    }
    figure img {
        width: 100%;
    }
    .my-gallery figure:hover:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        display: block;
        z-index: 99;
        background: url(../images/ic_zoom.png) no-repeat;
        background-size: 100% auto;
    }
    /*panlist&back*/
    #dirPathBlock,
    #anchorLinkBlock {
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 12px;
    }
    #dirPathBlock p,
    #anchorLinkBlock a {
        font-size: 12px;
    }
    h1 {
        font-size: 14px;
        width: auto;
        max-width: 970px;
        margin: 0 auto 5px;
    }
    /*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
    .inner {
        width: 96%;
        max-width: 970px;
        margin: 0 auto;
        padding: 50px 0;
        display: block;
    }
    u {
        text-decoration-color: red;
    }
    /*title*/
    img.mainphoto {
        width: 100%;
        max-width: 970px;
        margin: 0 auto 2%;
        display: block;
    }
    .bg1 {
        position: relative;
        background-color: #ffffff;
        padding: 0 0 0px 0;
    }
    .bg2 {
        position: relative;
        background-color: #f8e7dc;
        padding: 0 0 0px 0;
    }
    .bg3 {
        position: relative;
        background-image: url("../images/bg_2.jpg");
        padding: 0 0 0px 0;
        background-size: 5% auto;
    }
    .bg4 {
        position: relative;
        background-image: url("../images/bg_1.jpg");
        padding: 0 0 0px 0;
        background-size: 5% auto;
    }
    .bgimg {
        position: relative;
        z-index: 9;
        margin: 0 auto 0;
        max-width: 2600px;
        width: 100%;
    }
    .bgimg img {
        width: 100%;
        vertical-align: bottom;
    }
    .va1 img {
        vertical-align: top !important;
    }
    .va2 img {
        vertical-align: bottom !important;
    }
    h2 {
        font-size: 36px;
        text-align: center;
        margin: 0 0 50px 0;
        font-weight: bold;
    }
    h2.red {
        color: #c2192b;
        padding: 0;
    }
    h2.red span::before {
        position: absolute;
        content: url(../images/im_titbar2.png);
        display: block;
        width: 154px;
        height: 33px;
        margin: auto 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    h2.red span::after {
        position: absolute;
        content: url(../images/im_titbar2.png);
        display: block;
        width: 154px;
        height: 33px;
        margin: auto 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    h2.white {
        color: #ffffff;
        padding: 0;
    }
    h2.white span,
    h2.red span {
        position: relative;
        padding: 0 200px;
    }
    h2.white span::before {
        position: absolute;
        content: url(../images/im_titbar1.png);
        display: block;
        width: 154px;
        height: 33px;
        margin: auto 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    h2.white span::after {
        position: absolute;
        content: url(../images/im_titbar1.png);
        display: block;
        width: 154px;
        height: 33px;
        margin: auto 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .titlearea {
        overflow: hidden;
        padding: 0;
        min-width: 950px;
        text-align: center;
    }
    .titlearea ul {
        position: relative;
        width: 1458px;
        margin: 0 auto;
        height: 600px;
        z-index: 5;
    }
    .titlearea ul::before {
        position: absolute;
        width: 231px;
        height: 600px;
        content: url("../images/ph_title_bg01.jpg?update=20240827");
        top: 0;
        left: -231px;
    }
    .titlearea ul::after {
        position: absolute;
        width: 231px;
        height: 600px;
        content: url("../images/ph_title_bg02.jpg?update=20240827");
        top: 0;
        right: -231px;
    }
    .titlearea ul img {
        width: auto;
        height: 600px;
        vertical-align: top;
    }
    .menuarea {
        margin: 80px auto 80px;
        padding: 0 0 0 0;
    }
    .menuarea ul {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    .menuarea ul li {
        width: 12%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("../images/im_menu_line.png");
        background-repeat: no-repeat;
        background-position: right;
    }
    .menuarea ul li:last-of-type {
        background: none;
    }
    .menuarea ul li a {
        display: block;
        padding: 10px 20px;
        color: #000000;
        text-decoration: none;
        font-size: 18px;
        text-align: center;
        width: 100%;
        transition: 0.3s;
        font-weight: bold;
    }
    .menuarea ul li a:hover {
        color: #c2192b;
    }
    .trainimg {
        position: relative;
        z-index: 10;
        max-width: 1040px;
        width: 80%;
        margin: 70px auto -100px;
    }
    .trainimg img {
        width: 100%;
    }
    .introtxt {
        text-align: center;
        margin: 40px auto 80px;
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
    }
    .introtxt2 {
        text-align: center;
        margin: 40px auto 40px;
        font-size: 20px;
        font-weight: bold;
        line-height: 36px;
    }
    .txtB_red {
        font-size: 24px;
        margin: 30px auto 30px;
        color: #c2192b;
    }
    .cotocotobox {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        position: relative;
        /*max-width: 970px;
		width: 100%;*/
    }
    .cotocotobox h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .cotocotobox ul.history {
        width: 31em;
        margin: 0 auto 0;
        /* b30px */
    }
    .cotocotobox ul.history li {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .cotocotobox ul.history li strong {
        color: #c2192b;
        font-weight: 600;
    }
    .cotocotoboxtit {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 9;
        background-color: #e3c37c;
        display: inline-block;
        text-align: center;
        padding: 10px 30px;
        border-radius: 30px;
        margin: 0px auto 0;
        font-size: 24px;
        color: #c2192b;
        font-weight: bold;
    }
    .cotocotoboxin {
        position: relative;
        z-index: 8;
        padding: 50px 50px 50px;
        border: solid 5px #e3c37c;
        background-color: #ffffff;
        border-radius: 20px;
    }
    .movie_area {
        width: 80%;
        margin: 0 auto 50px;
    }
    .movie {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        margin: 0 auto 30px;
    }
    .movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /*.movie{
		margin: 0 auto 30px;
	}
	.movie img{
		width: 100%;
	}*/
    .movie:last-of-type {
        margin: 0 0 0 0 !important;
    }
    .syaryou_boxarea {
        margin: 0 0 80px 0;
        padding: 0 0 0 0;
    }
    .syaryou_box {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 20px;
        margin: 0 0 30px 0;
    }
    .syaryou_box ul.syaryou_box_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .syaryou_box ul.syaryou_box_ul li {
        font-size: 16px;
        line-height: 1.6;
    }
    .syaryou_box ul.syaryou_box_ul li img {
        width: 100%;
    }
    .txtred {
        color: #c2192b;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 {
        width: 55%;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 h3,
    .syaryou_box .syaryou_txt1 h3,
    .cotocotobox_flex_li h3 {
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: 600;
        color: #c2192b;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 p,
    .syaryou_box .syaryou_txt1 p,
    .cotocotobox_flex_li p {
        margin-bottom: 15px;
        line-height: 1.6;
        font-size: 16px;
    }
    .syaryou_box .syaryou_txt1 p span {
        font-size: 14px;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt1 p strong,
    .cotocotobox_flex_li p strong {
        font-weight: 600;
    }
    .syaryou_box .syaryou_txt1 p.logo_096k {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .syaryou_box .syaryou_txt1 p.logo_096k img {
        width: 191px;
        padding-right: 25px;
    }
    .syaryou_box .syaryou_txt1 p.c_096k {
        font-size: 14px;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_img1 {
        width: 40%;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_txt2 {
        width: 45%;
    }
    .syaryou_box ul.syaryou_box_ul li.syaryou_img2 {
        width: 50%;
    }
    .syaryou_txt1 h3 p {
        width: 200px;
        height: 25px;
        background-color: #c2192b;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        margin: 0 !important;
    }
    /*	
	.syaryou_box ul.syaryou_box_ul li ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.syaryou_box ul.syaryou_box_ul li ul li{
		display: flex;
		justify-content: center;
		align-items: center;
	}
*/
    li.syaryou_img2_2 {
        width: 47%;
    }
    .sp_plan_point_title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    .circle {
        width: 200px;
        height: 45px;
        background-color: #c2192b;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        margin-right: 20px;
    }
    .circle p.circle_p {
        margin: 0;
        line-height: 1.2;
        font-size: 24px;
        font-weight: bold;
    }
    /*MENU*/
    .menu_box {
        width: 950px;
        margin: 70px auto;
        display: flex;
        justify-content: space-between;
    }
    .menu_img {
        width: 42%;
        display: flex;
        flex-direction: column;
    }
    .menu_img img {
        width: 300px;
        height: 160px;
        object-fit: cover;
    }
    .menu_txtbox {
        width: 50%;
    }
    .menu_imggrid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .menu_imggrid img:nth-child(odd) {
        align-self: flex-start;
    }
    .menu_imggrid img:nth-child(even) {
        align-self: flex-end;
    }
    .menu_txt {
        border-top: 2px solid #c2192b;
        border-bottom: 2px solid #c2192b;
        padding: 20px;
        position: relative;
    }
    .menu_txt::before {
        content: "MENU";
        display: inline-block;
        background-color: #f8e7dc;
        padding: 5px;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        color: #c2192b;
        font-size: 35px;
    }
    .menu_txt p {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 21px;
        margin: 38px 0 20px;
        font-weight: bold;
    }
    p.menu_kome {
        font-size: 14px;
        margin: 5px 0 10px;
    }
    .allergy {
        margin: 40px 0 0 0;
    }
    .allergy img {
        width: 100%;
    }
    .txtimg1 {
        display: inline-block;
        background-image: url("../images/im_txt1.png");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 49px;
        height: 47px;
        margin: 0 5px 0 0;
    }
    .txtimg2 {
        display: inline-block;
        background-image: url("../images/im_txt2.png");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 48px;
        height: 46px;
        margin: 0 5px 0 0;
    }
    .txtimg3 {
        display: inline-block;
        background-image: url("../images/im_txt3.png");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 54px;
        height: 52px;
        margin: 0 5px 0 0;
    }
    .zasekiimg1 {
        max-width: 888px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .zasekiimg2 {
        max-width: 881px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .zasekiimg img {
        width: 100%;
    }
    .chui {
        font-size: 14px;
    }
    .chui2 {
        font-size: 14px;
        padding: 0px 20px 20px 20px;
    }
    .chui3,
    .chui4 {
        font-size: 14px;
        text-align: center;
        margin: 20px 0 0 0;
    }
    .chui4 {
        margin: 0;
    }
    .syokujiimgarea {
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: 950px;
        margin: 0 auto;
        overflow: hidden;
    }
    .syokujitxt {
        margin: 50px auto 50px;
        font-size: 16px;
        line-height: 36px;
        max-width: 950px;
    }
    .syokujiimgarea img {
        width: 100%;
        vertical-align: bottom;
    }
    .syokujiimg {
        width: 50%;
    }
    .imgbig {
        clear: both;
    }
    .imgmini {
        margin: 0;
        padding: 0;
    }
    .imgmini ul {}
    .imgmini ul li {
        float: left;
    }
    .syokujiimg2 {
        margin: 0 auto 50px;
        max-width: 950px;
    }
    .syokujiimg2 ul {
        display: flex;
        justify-content: center;
    }
    .syokujiimg2 ul li {
        width: 25%;
    }
    .syokujiimg2 ul li img {
        width: 100%;
    }
    .chefbox {
        box-shadow: 1px 1px 5px #cccccc;
        background-color: #ffffff;
        max-width: 950px;
        width: 100%;
        position: relative;
        margin: 0 0 30px 0;
    }
    .chefic {
        position: absolute;
        max-width: 194px;
        top: 25px;
        right: -30px;
    }
    .chefboxin {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px;
    }
    .chefimg {
        width: 27%;
        max-width: 255px;
    }
    .chefimg img {
        width: 100%;
    }
    .chefdetail {
        width: 71%;
        font-size: 14px;
        line-height: 33px;
    }
    .chefname {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .chefname span {
        font-size: 14px;
    }
    .cheftxt {
        font-size: 14px;
        line-height: 2.1;
    }
    .sce {
        margin: 0 0 0px 0;
    }
    .sce div {
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }
    .sce div img {
        width: 100%;
        vertical-align: bottom;
    }
    .sce .sce_atten {
        margin: 1em 0 0;
        text-align: center;
        font-size: 14px;
    }
    .mousikomiarea {
        margin: 0 0 40px 0;
    }
    .mousikomiarea ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0 0 20px 0;
    }
    .mousikomiarea ul li.koumoku {
        color: #c2192b;
        width: 10%;
        font-size: 16px;
        line-height: 30px;
    }
    .mousikomiarea ul li.naiyou {
        width: 75%;
        font-size: 16px;
        line-height: 30px;
    }
    .btnarea {
        margin: 0 0 20px 0;
    }
    ul.btn1 {
        margin: 0 0 20px 0;
    }
    ul.btn2 {
        display: flex;
    }
    ul.btn2 li {
        width: 55% !important;
    }
    .btn2 li:first-child {
        margin-right: 3%;
    }
    .btnarea ul li {
        width: 100%;
    }
    ul.btn1 a {
        display: block;
        background-image: url("../images/bg_2.jpg");
        color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        transition: 0.3s;
        background-size: 20%;
    }
    ul.btn1 span {
        display: block;
        background-image: url("../images/bg_3.jpg");
        color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        transition: 0.3s;
        background-size: 20%;
    }
    ul.btn2 a {
        display: block;
        background-image: url("../images/bg_2.jpg");
        color: #ffffff;
        padding: 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        transition: 0.3s;
        background-size: 20%;
    }
    .btnarea ul li a:hover {
        opacity: 0.8;
    }
    .annnaibox {
        max-width: 950px;
        background-color: #ffffff;
        border-radius: 20px;
    }
    .annnaiboxin {
        padding: 30px;
    }
    .annnaiboxin h3 {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    .annnaiboxin ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .annnaiboxin ul li:before {
        content: "";
        position: absolute;
        top: .4em;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 50%;
    }
    .annnaiboxin table {
        width: 100%;
        margin: 20px 0;
        font-size: 16px;
    }
    .annnaiboxin th {
        padding: 10px 20px;
        width: 25%;
        background-color: #f8e7dc;
        text-align: center;
        border-bottom: 5px solid #fff;
    }
    .annnaiboxin td {
        width: 75%;
        padding: 10px 20px;
        border-bottom: 5px solid #fff;
    }
    .credit {
        margin: 0 0 50px 0;
        text-align: center;
    }
    .credittit {
        margin: 0 0 20px 0;
        font-size: 24px;
        font-weight: bold;
        color: #c2192b;
    }
    .credittxt {
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
    }
    .m0 {
        margin: 0 0 0 0 !important;
    }
    .m20 {
        margin: 20px 0 0 0 !important;
    }
    .special_bnr {
        margin: 50px 0 30px;
    }
    /* add 230729 */
    .introtit {
        font-size: 30px;
        color: #c2192b;
        font-weight: 600;
        text-align: center;
    }
    .introtxt {
        text-align: center;
        margin: 30px auto 50px;
        font-size: 23px;
        font-weight: 400;
        line-height: 1.6;
    }
    /*slick*/
    .slick-slide-js .slick-prev,
    .slick-slide-js .slick-next {
        top: 50%;
        z-index: 40;
    }
    .slick-slide-js .slick-prev {
        left: -5px;
    }
    .slick-slide-js .slick-next {
        right: -5px;
    }
    .slick-slide-js .slick-prev:before,
    .slick-slide-js .slick-next:before {
        color: #242424;
    }
    .slick-slide_wrap {
        width: 96%;
        margin: auto;
    }
    .slick-slide-js .slick-prev,
    .slick-slide-js .slick-next {
        z-index: 40;
    }
    .slick-slide-js .slick-prev:before,
    .slick-slide-js .slick-next:before {
        color: #242424;
    }
    .sp_plan h3 {
        margin: 20px 0;
        font-size: 30px;
        color: #c2192b;
        font-weight: 600;
        text-align: center;
    }
    .sp_plan p {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }
    .sp_plan h3 p {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }
    .sp_plan_point {
        margin: 80px 0 0;
        text-align: center;
    }
    .sp_plan_point h4 {
        position: relative;
        overflow: hidden;
        margin: 0 0 20px;
        padding: 1rem 1rem 1rem 180px;
        border: 2px solid #000;
        text-align: left;
        font-size: 22px;
    }
    .sp_plan_point h4:before {
        position: absolute;
        top: -150%;
        left: -100px;
        width: 250px;
        height: 300%;
        content: '';
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        background: #000;
    }
    .sp_plan_point h4 span {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        padding-left: 16px;
        color: #fff;
        font-size: 25px;
        height: 1em;
        margin: auto;
        line-height: 1;
        letter-spacing: 0.1em;
    }
    .sp_plan_point p strong {
        display: block;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
        color: #c2192b;
    }
    .sp_plan_point p span {
        font-size: 14px;
    }
    .sp_plan_point ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .sp_plan_point ul:last-child {
        margin-top: 25px;
    }
    .sp_plan_point ul li {
        width: 300px;
    }
    .sp_plan_point ul.sp_plan_point_two li {
        width: 450px;
    }
    .sp_plan_point ul li img {
        width: 100%;
    }
    .sp_plan_point ul li p {
        font-size: 16px;
    }
    ul.cotocotobox_flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    ul.cotocotobox_flex li.cotocotobox_flex_li {
        width: 45%;
    }
    ul.cotocotobox_flex li.cotocotobox_flex_li .cotocotobox_flex_p {
        height: 9.5em;
    }
    ul.cotocotobox_flex li.cotocotobox_flex_li img,
    ul.cotocotobox_flex li.cotocotobox_flex_img img {
        width: 100%;
    }
    .mousikomi_flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .mousikomiarea table {
        font-size: 16px;
    }
    .mousikomiarea table.jr_table {
        width: 45%;
        margin: 15px 0 10px;
    }
    .mousikomiarea table.jal_table {
        width: 40%;
        margin-bottom: 15px;
    }
    .mousikomiarea th,
    .mousikomiarea td {
        border: 1px solid #333;
        white-space: nowrap;
        text-align: center;
    }
    .mousikomiarea th {
        padding: 7px;
        width: 25%;
        background-color: #f8e7dc;
        text-align: center;
        line-height: 1.5;
    }
    .mousikomiarea thead th {
        width: auto;
    }
    .mousikomiarea td {
        width: auto;
        padding: 10px;
    }
    .mousikomiarea h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .mousikomiarea h4 {
        margin: 10px 0;
        font-size: 18px;
        font-weight: 600;
    }
    .point_text {
        margin: 40px 0 20px;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    .itin {
        display: flex;
        gap: 1rem;
        justify-content: space-evenly;
    }
    .itin p {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin: 10px auto;
    }
    .itin p span {
        font-size: 16px;
    }
    p.sce_atten {
        margin: 20px auto;
        font-size: 16px;
        text-align: center;
    }
    .center_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .centerbox {
        background-color: white;
        width: 48%;
        text-align: center;
    }
    .centerbox:nth-last-of-type(-n+2) {
        margin-top: 30px;
    }
    h6 {
        margin: 0 0 10px;
        padding: 5px;
        color: black;
        font-size: 20px;
        font-weight: bold;
    }
    .title_kyusyu {
        background-color: #e3f7d9;
    }
    .title_tyugoku {
        background-color: #f8e7dc;
    }
    .title_kansai {
        background-color: #f9f4d4;
    }
    .title_kanto {
        background-color: #e7d4f9;
    }
    .centername {
        font-weight: bold;
        font-size: 20px;
        padding: 8px;
        line-height: 1.5;
    }
    .centertxt {
        text-align: left;
        line-height: 1.8;
        font-size: 16px;
    }
    p.attention {
        font-size: 16px;
        margin: 40px auto;
        font-weight: bold;
    }
    
    .bn_area {
        margin-top: 15px;
        text-align: center;
    }
}