@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-image: url("../images/bg.png");
	background-repeat: repeat;
  z-index:1000;
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1100;
	width: 50%;
	max-width: 300px;
}
@media screen and (max-width: 768px) {
#opening .op_img{
	width: 70%;
}
}
/*メインビジュアル*/
.main_img{
	/*background: url("../images/index/main_img01.jpg");*/
	background-size: cover;
	 background-position: center;
	position: relative;
	width: 100%;
}
#pc_mainimg,#sp_mainimg{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 1000px) {
	.main_img{
	width: 100%;
	height: 100vh;

}
}
@media screen and (max-width: 768px) {
h2.main_ttl{
position: absolute;
	width: 100%;
	max-width: 380px;
}
}
@media screen and (max-width: 550px) {
h2.main_ttl{
position: absolute;
	width: 70%;
	max-width: 380px;
}
}
/*共通*/
.top_ttl{
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.top_ttl span{
	color: #312f85;
	font-size: 2.8rem;
}
ul.base_list{
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.top_ttl{
	font-size: 2.0rem;
}
.top_ttl span{
		font-size: 2.2rem;
}
ul.base_list li{
	margin-bottom: 40px;
}
ul.base_list li:last-child{
	margin-bottom: 0;
}	
}


/* トップ　こだわり */
#top_kodawari ul.top_kodawari_box{
	display: flex;
	justify-content: space-between;
}
#top_kodawari ul.top_kodawari_box li.top_kodawari_L,#top_kodawari ul.top_kodawari_box li.top_kodawari_R{
	width: 40%;
}
#top_kodawari ul.top_kodawari_box li.top_kodawari_L{
	background-image: url("../images/index/top_img01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
#top_kodawari ul.top_kodawari_box li.top_kodawari_R{
	background-image: url("../images/index/top_img02.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
#top_kodawari ul.top_kodawari_box li.top_kodawari_C{
	text-align: center;
}
#top_kodawari ul.top_kodawari_box li.top_kodawari_C p{
	margin-bottom: 30px;
	font-weight: 500;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

@media screen and (max-width: 768px) {
#top_kodawari ul.top_kodawari_box{
	display: block;
	width: 100%;
	margin: 0 auto;
}	
#top_kodawari ul.top_kodawari_box li.top_kodawari_L,#top_kodawari ul.top_kodawari_box li.top_kodawari_R{
	display: none;
}
}
@media screen and (max-width: 550px) {
#top_kodawari ul.top_kodawari_box{
}	
}
/* トップ　menu */
#top_menu{
	background-image: url("../images/bg.png");
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
#top_menu h2{
}
#top_menu .menu_list img{
	margin-bottom: 10px;
}
#top_menu .menu_list h3{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#top_menu .menu_list h4{
	font-size: 2.4rem;
}
/* トップ　takeout */
#top_takeout{
	background:#B42222;
	text-align: center;
	color: #fff;
}
.dokidoki{
    animation-name: anim_sc;
    transform: scale(0.95,0.95);
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}

@keyframes anim_sc {
    100% {
        transform: scale(1,1);
        
    }
}


/* トップ　shop */
ul.top_shop_list{
	display: flex;
}
ul.top_shop_list li{
	width: 50%;
}
ul.top_shop_list li div.section{
	width: 50%;
	margin: 0 50px 0 auto;
}
ul.top_shop_list li:last-child{
	background-image: url("../images/index/shop_img.jpg");
	background-size: cover;
	background-position: bottom right;
}
@media screen and (max-width: 767px) {
ul.top_shop_list li div.section{
	width: 50%;
	margin: 0 auto;
}
}
@media screen and (max-width: 550px) {
ul.top_shop_list{
	flex-direction: column;
}
ul.top_shop_list li{
	width: 100%;
}
ul.top_shop_list li div.section{
	width: 70%;
	margin: 0 auto;
}	
ul.top_shop_list li:last-child{
	background-image: none;
	background-size: cover;
	background-position: bottom right;
}	
}

/* トップ　news */
@media screen and (max-width: 767px) {
  #top_news .news_list {
	  margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
	
}

/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
#page main p{
	margin-bottom: 20px;
}
.read {
	font-size: 2.8rem;
	line-height: 1.7;
	font-weight: 500;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
@media screen and (max-width: 1000px){

}
@media screen and (max-width: 768px){
	.read {
	font-size: 2.2rem;
}
	#page_wrap p{
	margin-bottom: 35px;
	letter-spacing: 0.1em;
}	
	main#page .section{
	padding-top:40px ;
	padding-bottom:40px ;
}
main#page .section_t{
	padding-top:40px ;
}
main#page .section_b{
	padding-bottom:40px ;
}
.read {
	font-size: 2.0rem;
	line-height: 1.5;
}	
}
/*--------------------------------
	固定
*/
#sub_img{
	width: 100%;
	background-position: center;
	background-size: cover;
	background-image: url("../images/page/sub_img.jpg");
	height: 300px;
	position: relative;
}
@media screen and (max-width: 768px){
#sub_img{
	width: 100%;
	background-position: bottom;
	background-size: cover;
	background-image: url("../images/page/sp/sub_img.jpg");
	height: 180px;
	position: relative;
}
}
@media screen and (max-width: 550px){
	
}
/*--------------------------------
 下層共通
*/
/*-------------------------------------*/
/*	メニュー　*/
/*-------------------------------------*/
#menu{
	background-image: url("../images/bg.png");
	color: #fff;
}
#menu p a{
	color: #fff;
	text-decoration: underline;
}
#menu p a:hover{
	color: #fff;
	text-decoration: none;
}
#menu h3{
	margin-bottom: 30px;
	
}
.price{
	font-weight: 500;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size: 1.4rem;
}
.price span{
	font-weight: 700;
	font-family: 'Crimson Text', serif;
	font-size: 3.8rem;
}

.midashi02_w{
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 2.8rem;
	text-align:left;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	padding:0 0 20px 0;
	font-weight: 500;
	position: relative;
	color: #FFF;
}
.midashi02_w::before{
	content: url("../images/lime_w.png");
	position: absolute;
	left: 0;
	bottom: 0;
}
.drink{
	background: #fff;
	color: #000;
	padding: 40px 40px 20px 40px;
}
.drink_list li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.drink_list li::before{
	background-color:#B42222;
	 width: 8px;
    height: 8px;
    content: "";
    vertical-align: middle;
	display: block;
	left: 15px;
	top: 0.5em;
	position: absolute;
	border-radius: 50px;
}
@media screen and (max-width: 768px){
.midashi02_w{
    font-size: 2.0rem;
}
}
@media screen and (max-width: 550px){
	
}

/*-------------------------------------*/
/*	新着情報　*/
/*-------------------------------------*/
/*一覧*/
#news .news_list p{
	margin-bottom: 0;
}
.news_list .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px dotted #999;
  padding: 20px 0;
}
.news_list .item:first-child {
 border-top: 1px dotted #999;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  padding: 0 15px 0 0;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}

@media screen and (max-width: 767px) {
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
  .news_list .item .title {
    margin-top: 10px;
  }
}


/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.5em 0.8em!important;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#313131!important;
	border: 1px solid #313131;
	background:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-pagenavi span{
	color:#313131;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.5em 0.8em;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#FFFFFF;
	border: 1px solid #313131;
	background:#313131;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #313131!important;
}
.wp-pagenavi a:hover{
	border: 1px solid #313131!important;
	background: #313131;
	color: #FFFFFF!important;
	text-decoration: none!important;
}
.wp-pagenavi a:hover span{
	color:#FFFFFF;
}
/*詳細*/
.thumb{
	display: block;
	margin: 0 auto 40px auto;
	text-align: center;
}
.single .day{
color: #004098;
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.single_info{
	padding-top: 70px;
}
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
	font-size: 1.4rem;
}
 
.prev a {
    position: relative;
    float: left;
    width: 50%;
}
 
.next a {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}
@media screen and (max-width: 768px){
.single .day{
color: #004098;
	margin-bottom: 20px;
	font-size: 103%;
	letter-spacing: 0.1em;
}
.single_info{
	padding-top: 50px;
}
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area h4{
	margin-top: 40px;
}
.tel_list{
	display: flex;
}
.tel_list div{
margin-right: 20px;	
}
.line_box{
	background: #FFFFFF;
	border: 5px solid #00b900;
	border-radius: 20px;
	position: relative;
	padding: 30px;
	margin-bottom: 60px;
}
.line_box h3{
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	line-height: 1.5;
}
img.ico_dvc{
	position: absolute;
	left: 10px;
	top: 10px;
}
.bt_line{
	margin-top: 50px;
	
}
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	border:none;
	font-size:1.6rem;
	text-align:center;
 background: #000;
	color: #fff;
}
.submit_btn:hover{
	 background: #B42222;
	text-decoration:none;
}
.back_btn{
		width: 100%;
	height: 35px;
	position:relative;
	display:inline-block;
	border:1px solid #AAAAAA;
	font-size:88%;
	text-align:center;
	background:#AAAAAA;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 35px;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.must{
	position:absolute;
	margin:0 0 0 10px;
	padding:0.2em 1.5em;
	display:inline-block;
	color:#fff;
	font-size:1.2rem;
	font-weight: 300;
	border-radius: 3px;
	background: #B42222;
}

.privacy_box {
    border: 1px solid #000000;
	margin-bottom: 20px;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
	font-size: 100%;
}

.consent_check_wrap{
	padding: 20px;
	margin-bottom: 40px;
	text-align: center;
	
}
.consent_check_wrap p a{
	text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: 2px solid #b3b3b3;
	font-family: inherit;
	font-size:1.6rem;
	padding: 0.7em;
	margin:0;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size: 1.8rem;
	 padding: 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 768px){
	.tel_list{
	display: block;
}
.tel_list div{
margin-right: 0;	
}
	.privacy_inner {
    padding: 10px;
}
		.privacy_inner p{
    font-size: 1.2rem!important;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	}