@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------------------------------------
　 　MV
----------------------------------------------------------------------------------------------------------------------------------*/
.mv_outline{width: 100%;}
.mv_inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	min-height: 160px;
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　contents
----------------------------------------------------------------------------------------------------------------------------------*/
.bk{
	width: 100%;
    background: url(../img/bk_contents.png) no-repeat;
    background-position: top;
    background-size: contain;
}
.inner {
    width: 90%;
    max-width: 950px;
    margin: 30px auto 50px;
}
.red_title{
    color: #c11920;
    font-size: 220%;
    margin: 50px auto 15px;
    line-height: 160%;
	font-weight: 900;
}

.text{
    font-size: 100%;
    line-height: 190%;
}

.map_box{
	width: 100%;
	height: 400px;
	margin-top: 30px;
	border-radius: 15px;
/*    mix-blend-mode: multiply;*/
	position: relative;
	overflow: hidden;
}
.map_box iframe{
	width: 100%;
	height: 100%;
/*
    height: calc(100% + 60px);
    margin-top: -60px;
*/
}

.h2_title{
	width: 100%;
    font-size: 150%;
	font-weight: 900;
    height: 2.8em;
    background-image: url(../img/h2_bk.png);
    background-repeat: repeat;
    background-size: 80px;
    background-position: top;
    justify-content: center;
    align-items: center;
	margin-top: 65px;
}
.h2_title span{
    display: inline-block;
    background: #fff;
    padding: 15px 30px;
    border-radius: 30px;
}

.food_title{background-color:#D6C6E1;}
.sweets_title{background-color:#F1C2D9;}
.drink_title{background-color:#ADD4ED;}

.food_title span{color:#75197B;}
.sweets_title span{color:#E23885;}
.drink_title span{color:#2CA8ED;}


.img_list{
	justify-content: space-between;
	align-items: center;
	margin: 25px auto 60px;
}
.item{
	width: 19%;
	padding-top:  19%;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.25%;
}
.item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100%;
    height: 100%;
    transition: all .5s;
    z-index: 1;
}
.item:hover img{transform: scale(1.1);}


.btn {
    font-size: 139%;
    margin: 20px auto 0;
    padding: 1em 0;
    border-radius: 50px;
}
.btn::before{display: none;}




@media print, screen and (max-width: 800px){
	 .btn {
		 width: 70%;
         max-width:270px; 
        font-size: 107%;
    }
	
}
@media print, screen and (max-width: 750px){
.h2_title {
    background-size: 55px;
	font-size: 120%;
}
.h2_title span {padding: 10px 30px;}

.red_title{
	font-size: 138%;
	margin: 50px auto 10px;
	}
}
@media print, screen and (max-width: 550px){
.big_btn {margin: 20px auto;}
.item{
	width: 49%;
	padding-top:  49%;
	margin-bottom: 2%;
}
}


/*----------------------------------------------------------------------------------------------------------------------------------
　 modalslick
----------------------------------------------------------------------------------------------------------------------------------*/
.modal_outline{
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.modal_bk{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	cursor: pointer;
}
.modal{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.modal_content {
	background: #fff;
	max-width: 1150px;
	width: 90%;
	border-radius:20px;
	position: relative;
	z-index: 1002;
	padding: 30px;
	justify-content: center;
	align-items: center;
}
.modal_inner {
	width: 100%;
	justify-content: space-between;
	align-items: center;
/*	max-height: 85vh;*/
	min-height: 475px;
}
.modal_info{
/*	width: 52%;*/
    width: 49%;
}

.modal_img {
/*
	width: 45%;
	padding-top: 45%;
*/
    width: 48%;
    padding-top: 34%;
	border-radius:20px;
	overflow: hidden;
	position: relative;
}
.modal_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	font-family:"object-fit:cover;";
}
.modal_title_box{
	justify-content: flex-start;
	align-items: center;
	margin:0 auto 15px;
	position: relative;
}
.modal_index{
	width: 35px;
	height: 35px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 125%; 
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: 700;
    padding-bottom: .1em;
}
.modal_title{
	font-size: 170%;
    line-height: 145%;
    text-indent: 1.5em;
    font-weight: 700;
}

.ruby {
  position: relative;
  display: inline; 
  text-indent:0;
}

.rt {
	position: absolute;
	top: -0.5em;
	left: 0;
	font-size: 0.45em; 
	line-height: 1;
    letter-spacing: .5px;
}
.modal_text{
	font-size: 100%;
	font-weight: 500;
    line-height: 160%;
}
.r_box{
	justify-content: flex-end;
    margin: 8px auto 10px;
}
.price{
	display: inline-block;
	border-radius: 28px;
	padding: 10px 10px 10px 20px;
	font-size: 150%;
    font-weight: 700;
	text-align: right;
	line-height: 130%;
}
.price span{
	font-size: 80%;
	display: inline-block;
}

.price:empty{display: none;}
.price span:empty{display: none;}

.com_box{
	width: 	100%;
	border-radius: 10px;
    padding: 13px 15px;
}



.c_title{
	font-size: 125%;
	font-weight: 700;
	margin-bottom: 10px;
}
.c_text{
	font-size: 100%;
	font-weight: 500;
    line-height: 150%;
	margin-top: 1px;
}
.c_title,
.c_text{color: #fff;}

.icon{
	position: relative;
	padding-left: 30px;
}
.icon::before{
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: 2px;
    left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.tel::before{background-image: url("../img/tel.svg");}
.link::before{background-image: url("../img/link.svg");}



.link{cursor: pointer;}

.modal_close {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    right: -15px;
	cursor: pointer;
    border: solid 3px #fff;
}
.modal_close i{
	font-size: 150%;
	color: #fff;
}
.arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 150%;
    color: #fff;
    border: solid #fff 3px;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0 8px;
	cursor: pointer;
}
.modal_next{
	right: -34px;
    border-radius: 0 10px 10px 0;
}
.modal_prev{
	left:-34px;
    border-radius:10px 0 0 10px;
}

@media print, screen and (max-width: 1150px){
.modal_content {
	border-radius: 15px;
	padding: 20px;
	
}
.modal_inner{min-height: 350px;}
.modal_img {
	width: 40%;
/*	padding-top: 40%;*/
    padding-top: 29%;
	}
.modal_info {width: 58%;}
.modal_title_box {margin:0 auto  8px;}
.modal_title {font-size: 150%;}
.modal_index {
    width: 30px;
    height: 30px;
    font-size: 113%;
    top: 4px;
}
.modal_text {font-size: 88%;}
.price {
	font-size: 125%;
	border-radius: 20px;
	}
.c_title {font-size: 113%;}
.c_text {font-size: 88%;}
}
@media print, screen and (max-width: 999px){
.modal_content {
	width: 86%;
	max-width: 550px;
	padding: 10px;
    justify-content: flex-start;
}
.modal_inner{
    overflow-y: auto;
	max-height: 70vh;
	min-height:70vh; 
    align-items: flex-start;
}
.modal_img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
	padding-top: 65%;
}
.modal_info {width: 100%;}
.modal_title {font-size: 130%;}


.modal_text{margin: 0 auto;	}
	
/*.r_box,*/
.modal_title_box,
.modal_text{width: 95%;}
	
.r_box{
	width: 98%;
	margin: 5px auto 8px;}

	
.modal_index {
	width: 25px;
	height: 25px;
	font-size: 100%;
	top: 3px;
}
.price {
	font-size: 117%;
	border-radius: 18px;
}
.c_title {
	font-size: 100%;
	margin-bottom: 8px;
}
.icon::before {
    width: 20px;
    height: 20px;
}
.icon {padding-left: 25px;}
}
@media print, screen and (max-width: 550px){

.modal_title {
    text-indent: 1.6em;
	font-size: 120%;
}
.modal_index {
	font-size: 95%;
	top: 2px;
}
.price {
	font-size: 107%;
	padding: 8px 5px 8px 15px;
}
.com_box {padding: 10px 8px;}
.c_title {margin-bottom: 5px;}
.c_text{margin-top: 0;}
.icon::before {
	width: 18px;
	height: 18px;
}
	
.arrow{
        font-size: 130%;
        height: 75px;
        padding: 0 5px;
}
.modal_next{
	right: -25px;
    border-radius: 0 8px 8px 0;
}
.modal_prev{
	left:-25px;
    border-radius:8px 0 0 8px;
}
}









/*勝負めし*/
.food .modal_bk{background: rgba(151,97,161,0.8);}
.food .price,
.food .modal_title{color: #75197B;}
.food .price{background:#F6EAF8;}
.food .com_box{background: #9761A1;}
.food .arrow,
.food .modal_close,
.food .modal_index{background:#75197B;}


/*勝負スイーツ*/
.sweets .modal_bk{background: rgba(208,119,161,0.8);}
.sweets .price,
.sweets .modal_title{color: #E23786;}
.sweets .price{background: #FFE2EF;}
.sweets .com_box{background: #D077A1;}
.sweets .arrow,
.sweets .modal_close,
.sweets .modal_index{background: #E23885;}


/*勝負ドリンク*/
.drink .modal_bk{background: rgba(107,179,219,0.8);}
.drink .price,
.drink .modal_title{color: #2CA8ED;}
.drink .price{background: #EAF8FF;}
.drink .com_box{background: #6BB3DB;}
.drink .arrow,
.drink .modal_close,
.drink .modal_index{background: #2CA8ED;}




