@charset "utf-8";

/*PCSP共通設定*/
/*section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}
*/

main{
	font-family: 'Noto Sans JP', sans-serif;
}

.special_bnr {
	color: #B25900;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 2.0;}




/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

	
.chefic{
    position: absolute;
    max-width: 194px;
    top: 10px;
    right: -15%;
}
.chefic img {
    width: 60%;
}
	
/*タブ切り替え*/
.tab_wrap{
	width:100%;
	margin: auto;
}
input[type="radio"]{display:none;}

.tab_area label{
    width: 46%;
    margin: 0 0.5rem;
	display:inline-block; 
	padding:15px 0; 
	text-align:center;
	font-size:1.25rem;
	font-weight: bold;
	cursor:pointer; 
	transition:ease 0.2s opacity;
	color: #FFF;
	background-image: url(../images/bg_2.jpg);
	opacity:0.7;	
}
.tab_area label:hover{opacity:0.4;}

.tab_panel{
	width:100%; 
	display:none;
}

#tab1:checked ~ .tab_area .tab1_label{
	color:#FFF;
	background-image: url(../images/bg_2.jpg);
	opacity:1;
	transition:ease 0.2s opacity;	
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
	color:#FFF;
	background-image: url(../images/bg_2.jpg);
	opacity:1;
	transition:ease 0.2s opacity;	
}
#tab2:checked ~ .panel_area #panel2{
	display:block;
}


.newred{
	color: #c2192b;
	font-weight: bold;
}

.menu_txt_new{
    font-weight: bold;
    color: #c2192b;
    font-size: 25px;
}
.kidmenu_p_b{
	font-size: 21px;
    font-weight: bold;
}
.kidmenu_p{
	font-size: 16px;
}

.kidsmenubox{
    position: relative;
    width: 100%;	
    margin: 1rem 0 5rem 0;
    border: solid 2.5px #c2192b;
    background-color: #f8e7dc;
    border-radius: 20px;
    padding: 1.5rem;
    box-sizing: border-box;	
}

.kidsmenubox img{
	width: 100%;
}
.speech_bubble {
    position: absolute;
    top: 25px;
    right: 8px;
    background-color: #e3c37c;
    border-radius: 13px;
    padding: 7px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    transform: rotate(11deg);
}
  .speech_bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 10px solid #e3c37c;
}
	
.introtxt2_red{
	color:#c2192b;	
}	
.tab_area {
    white-space: nowrap;
}
	
/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	max-width: 950px;
	width: 95%;
	margin: 0 auto;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0;
}

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 auto;
	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;
	}
	
	.bg4{
		position: relative;
		background-image: url("../images/bg_1.jpg");
			    padding: 0 0 0px 0;
	}
	
	
	.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: 90%;
		padding: 0 0 50px 0;
	}
	
	h2.white{
		color: #ffffff;
		background: url(../images/im_titbar1.png) no-repeat 50% 80%;
   background-size: 90%;
		padding: 0 0 50px 0;
	}
	
	.titlearea{
		/*position:relative;*/
		width: 100%!important;
    text-align: center;
	overflow:hidden;
	padding:0 0 0;
	
	}
	
	.titlearea p{
	margin:0px auto 0;
	padding:0;
		/*height: inherit;
		display: flex;
		justify-content: center;
		align-items: center;*/
		width: 100%;
}
	
	.titlearea p img{
		width: 100%
	}
	
	.menuarea{
		margin: 30px auto 30px;
		padding: 0 0 0 0;
		
	}
	
	.menuarea ul{
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	.menuarea ul li{
		width: 32%;
		display: flex;
		justify-content: center;
		align-items: center;
		/*background-image: url("../images/im_menu_line.png");
		background-repeat: no-repeat;
		background-position: right;*/
		border-right: dashed 2px #c2192b;
		margin: 0 0 10px 0;
		
		
	}
	
	.menuarea ul li:nth-of-type(3n){
		border: none;
	}
	
	.menuarea ul li:last-of-type{
		border: none;
	}
	
	.menuarea ul li a{
		display: block;
		padding:10px 10px;
		color: #000000;
		text-decoration: none;
		font-size: 3.2vw;
		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: 40px auto -60px;
	}
	
	.trainimg img{
		width: 100%;
	}
	
	.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;
	}
	.introtxt3{
    text-align: center;
    margin: 10px auto 20px;
    font-size: 4vw;
    font-weight: bold;
    line-height: 6vw;
		text-wrap: balance;	
		font-feature-settings: "palt";	
}	
	
	.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: 950px;
		width: 100%;*/
	}
    .cotocotobox.forApril {
        margin-top: 50px;
    }
	
	.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: 4vw;
		color:#c2192b; 
		font-weight: bold;
		width: 70%;
	}
	
	.cotocotoboxin{
		position: relative;
		z-index: 8;
		padding: 40px 20px 20px;
		border: solid 5px #e3c37c;
		background-color: #ffffff;
		border-radius: 20px;
	}
	
	.cotocotoboxin.busplan {
    position: relative;
    z-index: 8;
    padding: 40px 20px 20px;
		border:none;		
    background-color: #f8e7dc;
    border-radius: 20px;
	margin: 0 1rem;	
}
    .cotocotoboxin.moviepd {
        padding-top: 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{
		/*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;*/
	}
	
	.syaryou_box ul li{
		    font-size: 4vw;
    line-height: 7.5vw;
    font-weight: 600;
    margin: 0 0 10px 0;
		
	}
	
	.syaryou_box ul li img{
		width: 100%;
	}
	
	.txtred{
		color: #c2192b;
	}
	
	.syaryou_box ul li.syaryou_txt1{
		width: 100%;
	}

	
	.syaryou_box ul li.syaryou_img1{
		width: 100%;
	}
	
	.syaryou_box ul li.syaryou_txt2{
		width: 100%;
	}

	
	.syaryou_box ul li.syaryou_img2{
		width: 100%;
	}
	
	
	.syaryou_box ul li ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.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{
		font-size: 3vw;
		text-align: center;
		margin: 20px 0 0 0;
	}
	
	.syokujiimgarea{
		display: flex;
		justify-content: center;
		align-items: stretch;
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.syokujitxt {
    margin: 50px auto 50px;
    font-size: 3.8vw;
    line-height: 7vw;
    max-width: 950px;
    padding: 0 20px;
}

/*BUSPLAN*/
.inner.busplan {
    padding: 5rem 0 4rem;
}	
h3 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin: 1rem auto;
    color: #c2192b;
    font-size: 24px;
    font-weight: bold;
}
h3:before{
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 4px;
    height: 85%;
    background: #c2192b;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
h3:after{
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 4px;
    height: 85%;
    background: #c2192b;
    border-radius: 3px;
    transform: rotate(25deg);
}
h3 span {
    display: block;
    color: #000;
    font-size: 18px;
}
h3.w14em {
    width: 12em;
    display: block;
    text-align: center;
    padding: 0 20px;
}
.banner{
	margin: 2rem auto;
	text-align: center;
}	

img.course {
    width: 100%;
    margin: auto;
}
.banner img {
    width: 100%;
    margin: auto;
	transition: 0.3s;
}

.banner img:hover{
    opacity: 0.8;
}	
/*MENU*/
.menu_txtbox {
      padding: 0 20px;
      box-sizing: border-box;
}

.menu_txt {
      border-top: 2px solid #c2192b;
      border-bottom: 2px solid #c2192b;
      position: relative;
      margin: 0 0 0.5rem;	
}
    
.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;
}

.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;
	}
	
.syokujiimgarea.imgmini ul{
    display: flex;
	}
	
	.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;
		overflow: hidden;
	}
	

	.chefboxin{
		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 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: 100%;
    margin: 0 auto 5%;
	}
.btnarea ul.btn1 li {
    width: 100%;
    margin: 5% auto;
}	
	
	.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%;
	}
	.btnarea ul li span{
    display: block;
    box-sizing: border-box;
    background: #999;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    transition: 0.3s;
    background-size: 20%;
	}
	.btnarea ul.btn3 li a{
	 display: block;
    background-image: url(../images/bg_3.jpg);
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    transition: 0.3s;
    background-size: 20%;
    box-sizing: border-box;
	}	
	
	.btnarea ul li a:hover{
		opacity: 0.8;
	}
	
	.annnaibox{
		max-width: 950px;
		background-color: #ffffff;
		border-radius: 20px;
	}
	
	.annnaiboxin{
		padding: 20px;
	}
	
	.annnaiboxin ul{
		/*display: flex;
		justify-content: flex-start;
		align-items: flex-start;*/
		margin: 0 0 20px 0;
	}
	
	.annnaiboxin ul li{
		font-size: 3.8vw;
	}
	
	.annnaiboxin ul li.koumoku{
		padding: 10px 20px;
    /* width: 100%; */
    background-color: #f8e7dc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0px 10px 0;
		
	}
	
	.annnaiboxin ul li.naiyou{
		/*width: 77%;*/
		margin: 10px 0 20px 0;
	}
	
	.annnaiboxin ul li.naiyou p.naiyoutxt{
		margin: 0 0 10px 0;
	}
	
	.annnaiboxin ul li.naiyou .naiyouimg{
		max-width: 488px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.annnaiboxin ul li.naiyou .naiyouimg img{
		width: 100%;
	}
	
	.accessarea{
		margin: 0 0 10px 0;
 	}
	
	.accessarea ul{
		/*display: flex;
		justify-content: flex-start;
		align-items: stretch;*/
		margin: 0 0 10px 0;
	}
	
	.accessarea ul li.koumoku2{
		border: 1px solid #000000;
		padding: 10px;
		text-align: center;
		/*width: 10%;*/
	}
	
	.accessarea ul li.naiyou2{
		/*width: 85%;*/
		margin: 10px 0 10px 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%;}
    
    
    .bnr_area {
        margin: 35px 0 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #C2192C;
    }
    .bnr_area2 {
        margin: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #C2192C;
    }
    .bnr_area img,
    .bnr_area2 img {
		display: block;
        width: 80%;
		margin: 0 auto;
    }
	.bnr_area span {
		font-size: 15px;
	}
    
    #tripauncer {
        margin-top: 30px;
    }
    #tripauncer div dl {
        overflow: hidden;
        display: block;
    }

    #tripauncer div dl dt {
        font-size: 1.2rem;
        margin: 5px 0;
        font-weight: bold;
    }
    #tripauncer div dl dd {
        margin: 10px 0;
        font-size: 0.9rem;
        line-height: 1.5;
    }    
    div#tripabox {
        margin: 30px auto 0;
        width: 90%;
    }

    div#tripabox div {
        border-bottom: 1px dashed #32374B;
        padding-bottom: 25px;
        margin: 0 auto 25px; /*0 auto 25px*/
      }
    div#tripabox div:last-child{border-bottom: none;}

    div#tripabox a,div#tripabox a:link{color: #000;}
    div#tripabox a:hover{color: #373737;}
    div#tripabox img  {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: bottom;
      }	
ul.insta_feed li {
    width: 90%;
    margin: 0 auto 3rem;
}
ul.insta_lille li {
    width: 90%;
    margin: 0 auto 3rem;
}
	
ul.insta_feed {
    display:block;
}	
ul.insta_lille {
    display:block;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
}

	.chefic{
		position: absolute;
		max-width: 194px;
		top: 25px;
		right: -30px;
	}

/*タブ切り替え*/
.tab_wrap{
	width:100%;
}
input[type="radio"]{display:none;}

.tab_area label{
	width:49%; 
	margin:0 auto; 
	display:inline-block; 
	padding:15px 0; 
	text-align:center;
	font-size:1.25rem;
	font-weight: bold;
	cursor:pointer; 
	transition:ease 0.2s opacity;
	color: #FFF;
	background-image: url(../images/bg_2.jpg);
	opacity:0.7;
}
.tab_area label:hover{opacity:0.4;}

.tab_panel{
	width:100%; 
	display:none;
}

#tab1:checked ~ .tab_area .tab1_label{
	color:#FFF;
	background-image: url(../images/bg_2.jpg);
	opacity:1;
	transition:ease 0.2s opacity;	
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
	color:#FFF;
	background-image: url(../images/bg_2.jpg);
	opacity:1;
	transition:ease 0.2s opacity;	
}
#tab2:checked ~ .panel_area #panel2{
	display:block;
}
#tab1:checked ~ .tab_area label:hover,#tab2:checked ~ .tab_area label:hover{opacity:0.4;}


.newred{
	color: #c2192b;
	font-weight: bold;
}

.menu_txt_new{
    font-weight: bold;
    color: #c2192b;
    font-size: 25px;
}
.kidmenu_p_b{
	font-size: 21px;
    margin: 5px 0;
    font-weight: bold;
}
.kidmenu_p{
	font-size: 16px;
}

.kidsmenubox{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 1rem 0 5rem 0;
    border: solid 2.5px #c2192b;
    background-color: #f8e7dc;
    border-radius: 20px;
    padding: 1rem;
}
.kidsmenubox .kidimg{
	width: 47%;
	object-fit: cover;
}
.kidsmenubox .kidtxt{
	width: 50%;
}
.kidsmenubox img{
	width: 100%;
}
.speech_bubble {
    position: absolute;
    top: 3px;
    right: 20px;
    background-color: #e3c37c;
    border-radius: 13px;
    padding: 7px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(11deg);
}
  .speech_bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 10px solid #e3c37c;
}
	
.introtxt2_red{
	color:#c2192b;	
}		
	
/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}
/*
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: 950px;
    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:950px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
u{text-decoration-color: red;}
/*title*/
img.mainphoto {
	width: 100%;
	max-width:950px;
	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;
	}
	
	.bg4{
		position: relative;
		background-image: url("../images/bg_1.jpg");
			    padding: 0 0 0px 0;
	}
	
	
	.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;
		background: url(../images/im_titbar2.png) no-repeat 50% 80%;
    background-size: auto;
		padding: 0 0 50px 0;
	}
	
	h2.white{
		color: #ffffff;
		background: url(../images/im_titbar1.png) no-repeat 50% 80%;
    background-size: auto;
		padding: 0 0 50px 0;
	}
	

	.titlearea{
		position:relative;
	background:url(../images/bg.jpg?update=20240328) repeat-x 50% 50% #def6ff;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
	height:701px;
	}
	
	.titlearea p{
	margin:0px 0 0 0;
	padding:0;
		height: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
}
	
	.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;
	}
	.introtxt3{
		text-align: center;
		margin: 40px auto 40px;
		font-size: 24px;
		font-weight: bold;
		line-height: 36px;
		font-feature-settings: "palt";
	}	
	
	.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: 950px;
		width: 100%;*/
	}
    .cotocotobox.forApril {
        margin-top: 80px;
    }
    
	.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;
        width: 60%;
	}
	
	
	.cotocotoboxin{
		position: relative;
		z-index: 8;
		padding: 50px 50px 50px;
		border: solid 5px #e3c37c;
		background-color: #ffffff;
		border-radius: 20px;
	}
	.cotocotoboxin.busplan{
	 position: relative;
    z-index: 8;
    padding: 30px;
	border: none;	
    background-color: #f8e7dc;
    border-radius: 20px;
}

    .bnr_area {
        margin: 40px 0 0;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #C2192C;
    }
    .bnr_area2 {
        width: 640px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #C2192C;
    }
    .bnr_area img {
		display: block;
        padding-top: 5px;
        width: 50%;
		margin: 0 auto;
    }
    .bnr_area2 img {
        width: 100%;
    }
	.bnr_area span {
		font-size: 16px;
	}
    #tripauncer h2 {
        margin-bottom: 0;
      }
    #tripauncer div dl {
        overflow: hidden;
        display: block;
        padding: 0 0 0 0;
      }

    #tripauncer div dl dt {
        font-size: 20px;
       margin: 0 0 7px 0;
        padding: 0;
        font-weight: bold;
      }
    #tripauncer div dl dd {
        font-size: 16px;
        line-height: 1.5;
      }
    div#tripabox img{
        width: 180px;
        height: 120px;
        object-fit: cover;
      }
    div#tripabox div {
        overflow: hidden;
        padding: 15px;
        margin: 0 0 0 0;
        float: none !important;
        width: auto !important;
        border-bottom: 1px dashed #373737;
      }
    div#tripabox div:last-child{border-bottom: none;}
    div#tripabox {
        padding: 10px;
        margin: 30px auto;
        max-width: 950px;
      }

    div#tripabox div p {
        float: left;
        margin: 0 20px 0 0;
      }

    div#tripabox a,div#tripabox a:link{color: #000;}
    div#tripabox a:hover{color: #373737;}
    div#tripabox img{
        width: 180px;
        height: 120px;
        object-fit: cover;
      }

section.instagram ul {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
ul.insta_lille {
    margin: 3rem auto !important;
}	
	

	.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{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.syaryou_box ul li{
		font-size: 18px;
		line-height: 40px;
		font-weight: 600;
	}
	
	.syaryou_box ul li img{
		width: 100%;
	}
	
	.txtred{
		color: #c2192b;
	}
	
	.syaryou_box ul li.syaryou_txt1{
		width: 55%;
	}
	.syaryou_box ul li.syaryou_img1{
		width: 40%;
	}
	.syaryou_box ul li.syaryou_txt2{
		width: 45%;
	}
	.syaryou_box ul li.syaryou_img2{
		width: 50%;
	}
	.syaryou_box ul li ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.syaryou_box ul li ul li{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	li.syaryou_img2_2{
		width: 47%;
	}
	
	
/*BUSPLAN*/
	
	
.inner.busplan {
    padding: 4rem 0 2rem;
}

h3 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin: 1rem auto;
    color: #c2192b;
    font-size: 24px;
    font-weight: bold;
}
h3:before{
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 4px;
    height: 85%;
    background: #c2192b;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
h3:after{
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 4px;
    height: 85%;
    background: #c2192b;
    border-radius: 3px;
    transform: rotate(25deg);
}
h3 span {
    display: block;
    color: #000;
    font-size: 18px;
}
h3.w14em {
    width: 14em;
    display: block;
    text-align: center;
}

.banner{
	margin: 5rem auto;
	text-align: center;
}	

img.course {
    width: 100%;
    margin: auto;
}
.banner img {
    width: 100%;
    margin: auto;
	transition: 0.3s;
}

.banner img:hover{
    opacity: 0.8;
}	
	
/*MENU*/
.menu_box {
	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;
      margin: 0 0 0.5rem;	
}
    
.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;
}

.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{
		font-size: 14px;
		text-align: center;
		margin: 20px 0 0 0;
	}
	
	
	.syokujiimgarea{
		display: flex;
		justify-content: center;
		align-items: stretch;
		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{
		display: flex!important;
	}
	
	.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;
	}
	

	.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;
	}

.planarea{
	margin: 0 0 30px 0;
}

.planareain{
	padding: 10px;
}

.mounthtit{
	text-align: center;
	/*color: #ffffff;*/
	font-size: 30px;
	padding: 10px 0px;
	font-weight: bold;
}

.Mar .mounthtit{
	color: #4472C4;
}

/*
.Mar .planareain{
	border: 2px solid #3384F3;
}
*/


.Apr .mounthtit{
    margin-top: 80px;
	color: #70AD47;
}

/*
.Apr .planareain{
	border: 2px solid #15B951;
}
*/
	
	.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.btn1 li {
    width: 92%;
		margin: auto;
    display: flex;
}
	
.btnarea p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 10px;
}

	ul.btn2,ul.btn3 {
	display: flex;
    justify-content: space-evenly;
	}
	
	.btn2 li,.btn3 li {
    width: 44%;
	}
	.btn3 li {
    min-width: 29%;
    width: auto;
	}
ul.btn3{
    margin: 2rem auto;
}


	ul.btn1 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%;
    margin: 2.5rem auto 0;
    width: 100%;
	}
	ul.btn2 span{
    display: block;
    background: #999;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transition: 0.3s;
    background-size: 20%;
    margin: 2.5rem auto 0;
    width: 100%;
	}
	
	ul.btn2 a,ul.btn3 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%;
        width: 100%;
        box-sizing: border-box;
	}
	ul.btn3 a{
		padding: 10px 20px;
	}

		ul.btn2 a{background-image: url("../images/bg_2.jpg");}
		ul.btn3 a{background-image: url("../images/bg_3.jpg");}

	.btnarea ul li a:hover{
		opacity: 0.8;
	}
	
	
	.annnaibox{
		max-width: 950px;
		background-color: #ffffff;
		border-radius: 20px;
	}
	
	.annnaiboxin{
		padding: 30px;
	}
	
	.annnaiboxin ul{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		margin: 0 0 20px 0;
	}
	
	.annnaiboxin ul li{
		font-size: 16px;
		line-height: 1.5;
	}
	
	.annnaiboxin ul li.koumoku{
		padding: 10px 20px;
		width: 20%;
		background-color: #f8e7dc;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0 15px 0 0;
		
	}
	
	.annnaiboxin ul li.naiyou{
		width: 77%;
		margin: 10px 0 0 0;
	}
	
	.annnaiboxin ul li.naiyou p.naiyoutxt{
		margin: 0 0 10px 0;
	}

.annnaiboxin ul li.naiyou p.naiyoutxt strong{
	display: block;
	font-weight: bold;
	/*color: #ffffff;*/
	padding: 0;
	margin-bottom: 3px;
}

.annnaiboxin ul li.naiyou p.naiyoutxt strong.Martit{
	color: #4472C4;
}

.annnaiboxin ul li.naiyou p.naiyoutxt strong.Aprtit{
	color: #70AD47;
	margin-top: 30px; 
}
		
	.annnaiboxin ul li.naiyou .naiyouimg{
		max-width: 488px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.annnaiboxin ul li.naiyou .naiyouimg img{
		width: 100%;
	}
	
	.accessarea{
		margin: 0 0 10px 0;
 	}
	
	.accessarea ul{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		margin: 0 0 10px 0;
	}
	
	.accessarea ul li.koumoku2{
		border: 1px solid #000000;
		padding: 10px;
		text-align: center;
		width: 10%;
	}
	
	.accessarea ul li.naiyou2{
		width: 85%;
	}
	
    .credit_box{
        padding: 20px;
        background: #fff;
        border-radius: 35% 18% 35% 18% / 60% 38% 62% 40% ;
    }
	.credit{
		margin: 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;}



.holiday_season_info {
    margin-bottom: 50px;
    border: 1px solid #000;
}
.holiday_season_info h2 {
    margin: 0;
    padding: 10px 0;
    background: #C2192C;
    color: #fff;
    text-align: center;
    font-size: 25px;
}
.holiday_season_info p {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.holiday_season_info p strong{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.holiday_season_info p span{
    display: block;
    font-size: 16px;
}
}


@media screen and (max-width: 759.9px) {

.menu_box,
.menu_txtbox {
      width: 100%;
}

.holiday_season_info {
    width: 96%;
    margin: 0 auto 30px;
}
.holiday_season_info h2 {
    font-size: 20px;
}
.holiday_season_info p {
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}
.holiday_season_info p strong{
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.8;
}
.holiday_season_info p span{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.Apr .mounthtit{
    margin-top: 50px;
}

.annnaiboxin ul {
    display: block;
}
.annnaiboxin ul li.koumoku,
.annnaiboxin ul li.naiyou,
.accessarea ul li.koumoku2 {
    width: 100%;
    box-sizing: border-box;
}
.annnaiboxin ul li.naiyou.m0 {
    margin-top: 10px !important;
}

ul.btn2,ul.btn3 {
    display: block;
    width: 100%;
}
.btn2 li:first-childm,.btn3 li:first-child {
    margin-right: 0;
}
.btnarea ul li a {
    width: 100%;
    box-sizing: border-box;
}
.mounthtit {
    font-size: 22px;
}

.mousikomiarea ul {
    justify-content: flex-start;
    width: 100%;
}

.mousikomiarea ul li.koumoku {
    width: 20%;
}
.mousikomiarea ul li.naiyou {
    width: 75%;
    padding-left: 5%;
    text-align: left;
}


.syaryou_box ul{
    display: block;
}
.syaryou_box ul li img,
.syaryou_box ul li.syaryou_txt1,
.syaryou_box ul li.syaryou_img1,
.syaryou_box ul li.syaryou_txt2,
.syaryou_box ul li.syaryou_img2{
    width: 100%;
}

.credit_box{
    padding: 20px;
    background: #fff;
    border-radius: 50px;
}
.credit{
    margin: 30px 0;
}
.credittxt { 
    font-size: 16px;
    line-height: 30px;
}

.syokujiimg {
    width: 100%;
}
.syokujiimg2 ul {
    flex-wrap: wrap;
}
.syokujiimg2 ul li {
    width: 50%;
    margin-bottom: 0;
}
.syokujiimg2 ul li img {
    vertical-align: bottom;
}
.menu_txt {
    padding-left: 0;
    padding-right: 0;
}
.menu_txt p {
    font-size: 18px;
    margin: 25px 0 20px;
}

.chefboxin {
    display: block;
}
.chefimg,
.chefdetail { width: 100%;}

}


/* 追従ボタン */
#follow_btn {
    position: fixed;
    width: 75vw;
    margin: 0;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    text-align: center;
    z-index: 99;
}
#follow_btn a{
    display: block;
    width: 100%;
    background-image: url(../images/bg_2.jpg);
    color: #fff;
    padding: 10px 5px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    background-size: 20%;
}
@media screen and (min-width: 760px),print {
#follow_btn {
    position: fixed;
    width: 550px;
    margin: 0 auto;
    bottom: 30px;
    right: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    z-index: 99;
}


}
