@charset "UTF-8";


/* トップページ */

.top_read {
	font-family: "Noto Serif JP", serif;
	font-size:48px;
	font-weight: 400;
	color:#000;
	line-height:1.5;
	text-align:center;
}
.top_read_sub {
	margin-top:40px;
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 400;
	color:#000;
	line-height:2;
	text-align:center;
}
.top_read_btn {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_read_btn li {
	margin:30px ;
}
.top_read_btn li a {
	display:block;
	padding:20px 0;
	width:12em;
	background:url(../img/sp_header_tel_bg.png) no-repeat left center ;
	background-size:cover;
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	color:#000;
	text-align:center;
	text-decoration:none;
}
.top_read_btn li a:hover {
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}
.top_read_btn li a span {
	padding-left:13px;
	background:url(../img/top_read_btn_ic.png) no-repeat left center ;
	background-size:7px auto;
}
.top_read_btn li a strong {
	padding-right:13px;
	background:url(../img/top_read_btn_ic.png) no-repeat right center ;
	background-size:7px auto;
	font-weight: 400;
}

@media screen and (max-width:768px) {
	.top_read {
		font-size:6vw;
	}
	.top_read_sub {
		font-size:4vw;
	}
	.top_read_btn {
		margin-top:30px;
	}
	.top_read_btn li {
		margin:0 0 20px 0 ;
	}
}

.top_tenpoWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
}
.top_tenpoWrap .col {
	padding:15px;
	max-width:calc(48% - 30px);
	background:#7d4e89;
}
.top_tenpoWrap .col .tit {
	margin:20px 20px 0 20px;
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight: 500;
	color:#fff;
}
.top_tenpoWrap .col .txt {
	margin:15px 20px 20px 20px;
	font-size:18px;
	line-height:1.7;
	color:#fff;
}
.top_tenpoWrap .col dl {
	margin-top:40px;
	padding:20px;
	color:#333;
	background:#fff;
}
@media screen and (min-width:1100px) {
	.top_tenpoWrap .col dl {
		min-height:500px;
	}
}
.top_tenpoWrap .col dl dt {
	margin-bottom:5px;
	color:#c79700;
	border-bottom:1px solid #c79700;
}
.top_tenpoWrap .col dl dd {
	margin-bottom:20px;
}
.top_tenpoWrap .col dl dd p {
	margin-bottom:15px;
}
.top_tenpoWrap .col .top_tenpoWrap_btn {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a {
	display:block;
	width:48%;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(1) {
	padding:5px 0;
	background:#da4640;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(1):hover {
	background:#f2514b;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(1) span {
	display:inline-block;
	font-size:28px;
	padding-left:30px;
	background:url(../img/top_tenpoWrap_tel.png) no-repeat left center ;
	background-size:auto 60%;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(2) {
	display:block;
	padding:23px 0 0;
	background:url(../img/sp_header_tel_bg.png) no-repeat left center ;
	background-size:cover;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	color:#000;
	text-align:center;
	text-decoration:none;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(2):hover {
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(2) span {
	padding-left:13px;
	background:url(../img/top_read_btn_ic.png) no-repeat left center ;
	background-size:7px auto;
}
.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(2) strong {
	padding-right:13px;
	background:url(../img/top_read_btn_ic.png) no-repeat right center ;
	background-size:7px auto;
	font-weight: 400;
}
@media screen and (max-width:768px) {
	.top_tenpoWrap .col {
		margin-bottom:30px;
		max-width:100%;
	}
	.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(1) {
		font-size:4vw;
	}
	.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(1) span {
		font-size:4.5vw;
	}
	.top_tenpoWrap .col .top_tenpoWrap_btn a:nth-child(2) {
		padding:18px 0 0;
		font-size:4.2vw;
		font-weight: 500;
	}
}


.top_kodawariWrap {
	margin-top:-30px;
	background:url(../img/top_kodawariWrap_bg.png) no-repeat top center ;
}
.kodawari_inner {
	position:relative;
	margin:0 auto;
	padding:100px 0 50px;
	max-width:1100px;
}
.kodawari_inner .left {
	position:absolute;
	max-width:38%;
}
.kodawari_inner .right {
	display:inline-block;
	margin:60px 0 0 32%;
	padding:60px 0% 80px 13%;
	min-width:calc(68% - 13%);
	background:#f7f7f7;
}
.kodawari_inner .tit {
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight: 500;
	color:#512d68;
	line-height:1.8;
}
.kodawari_inner .txt {
	margin-top:40px;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight: 500;
	line-height:2;
}
.kodawari_inner .txt2 {
	margin:40px 40px 0 0;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight: 500;
	line-height:2;
	text-align:right;
}
@media screen and (max-width:1100px) {
	.kodawari_inner .right {
		padding:60px 0% 80px 13%;
		min-width:calc(68% - 13%);
	}
}
@media screen and (max-width:768px) {
	.top_kodawariWrap {
		background-position:top 30px left 40%;
		background-size:200% auto;
	}
	.kodawari_inner {
		display:flex;
		flex-direction: column-reverse;
		max-width:80%;
	}
	.kodawari_inner .left {
		position:relative;
		margin:-140px 0 0 20% ;
		max-width:60%;
	}
	.kodawari_inner .right {
		display:block;
		margin:0 0 0 0;
		padding:30px 5% 180px 5%;
		min-width:90%;
	}
	.kodawari_inner .tit {
		font-size:5.5vw;
		line-height:1.8;
	}
	.kodawari_inner .txt {
		margin-top:30px;
		font-size:4vw;
		line-height:2;
	}
	.kodawari_inner .txt2 {
		margin-top:30px;
		font-size:4vw;
		line-height:2;
	}
}

.sec_kitahama_tokutyou {
	margin:0 auto;
	max-width:100%;
	background: linear-gradient(#895792, #302158);
}
.sec_kitahama_tokutyou h2 {
	color:#fff;
}
.sec_kitahama_tokutyou .h2_read {
	color:#fff;
}
.kitahama_tokutyouWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.kitahama_tokutyouWrap .col {
	padding:30px 0;
	width:32%;
	background:#f7f7f7;
	border-radius: 10px;
}
.kitahama_tokutyouWrap .col .im {
	margin:0 auto 20px;
	max-width:180px;
}
.kitahama_tokutyouWrap .col .tit {
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
	color:#26267e;
}
.kitahama_tokutyouWrap .col .txt {
	margin-top:20px;
	padding:0 15px;
	font-size:16px;
	line-height:1.8;
	text-align:center;
}
@media screen and (max-width:768px) {
	.kitahama_tokutyouWrap .col {
		margin-bottom:50px;
		width:100%;
	}
	.kitahama_tokutyouWrap .col .im {
		max-width:40%;
	}
}


.kitahama_qaWrap {
	margin:50px auto 0;
	max-width:960px;
}
.kitahama_qaWrap .acdWrap {
	margin:0 0 0 0;
}
.kitahama_qaWrap .acd-check{
    display: none;
}
.kitahama_qaWrap .acd-label{
    display: block;
    margin:0 auto 25px;
    padding: 0.7em 5% 0.7em 3%;
    position: relative;
    cursor:pointer;
    color:#333;
    font-size:18px;
    background:#fff;
    border:1px solid #ccc;
    width:calc(100% - 8%);
    border-radius: 20px;
}
.kitahama_qaWrap .acdWrap .acd-label span:before{
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight: 500;
	color:#26267e;
}
.kitahama_qaWrap .acdWrap:nth-child(1) .acd-label span:before{ content:"Q1： ";}
.kitahama_qaWrap .acdWrap:nth-child(2) .acd-label span:before{ content:"Q2： ";}
.kitahama_qaWrap .acdWrap:nth-child(3) .acd-label span:before{ content:"Q3： ";}
.kitahama_qaWrap .acdWrap:nth-child(4) .acd-label span:before{ content:"Q4： ";}
.kitahama_qaWrap .acdWrap:nth-child(5) .acd-label span:before{ content:"Q5： ";}
.kitahama_qaWrap .acdWrap:nth-child(6) .acd-label span:before{ content:"Q6： ";}
.kitahama_qaWrap .acdWrap:nth-child(7) .acd-label span:before{ content:"Q7： ";}
.kitahama_qaWrap .acdWrap:nth-child(8) .acd-label span:before{ content:"Q8： ";}
.kitahama_qaWrap .acdWrap:nth-child(9) .acd-label span:before{ content:"Q9： ";}
.kitahama_qaWrap .acd-label:after{
    content:url(../img/kitahama_qaWrap_arrow.png);
    transform: scale(0.5);
    position: absolute;
    right: 0;
    top: 0;
}
.kitahama_qaWrap .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: all 0.5s 0s ease;
    visibility: hidden;
}
.kitahama_qaWrap .acd-content .answer {
    margin:0 5% 0 7%;
    padding:0 0 40px;
    font-size:18px;
}
.kitahama_qaWrap .acd-content .answer:before {
    margin-left:-1.2em;
    content:"A. ";
    font-weight:bold;
    color:#26267e;
}
.kitahama_qaWrap .acd-check:checked + .acd-label:after{
    content:url(../img/kitahama_qaWrap_arrow2.png);
}
.kitahama_qaWrap .acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 0 0;
    visibility: visible;
}
@media screen and (max-width:959px) {
	.kitahama_qaWrapbox {
		margin:0 auto;
		width:90%;
	}
	.kitahama_qaWrap .acdWrap {
		margin:0 0 0 0 ;
	}
	.kitahama_qaWrap .acd-label {
	    padding: 0.7em 15% 0.7em 5%;
	    width:calc(100% - 20%);
	}
	.kitahama_qaWrap .acd-label:after{
	    right: 0;
	    top: 7px;
	}
	.kitahama_qaWrap .acd-label img {
		width:100% !important;
	}
	.kitahama_qaWrap .acd-content .answer {
	    margin:0 5% 0 14%;
	}

}


.sec_gray.sec_kitahama_news {
	background:#f5f2e8;
}

.top_newsWrap {
	margin:50px auto 0;
	max-width:960px;
}
.top_newsWrap a {
	display:block;
	margin-bottom:20px;
	padding:20px;
	background:#fff;
	border-radius: 14px;
	box-shadow:0px 5px 30px rgba(0,0,0, 0.06);
	color:#333;
	text-decoration:none;
}
.top_newsWrap a:hover {
	box-shadow:0px 5px 30px rgba(0,0,0, 0.15);
}
.top_newsWrap a:hover .tit {
	color:#26267e;
}
.top_newsWrap a div {
	display:flex;
	flex-wrap: wrap;
}
.top_newsWrap a div .day {
	min-width:6em;
	font-size:16px;
	color:#512d68;
}
.top_newsWrap a div .cat {
	margin-right:2em;
	min-width:8em;
}
.top_newsWrap a div .cat span {
	padding:0.2em 0.5em 0.3em;
	background:#512d68;
	font-size:16px;
	color:#fff;
	border-radius: 6px;
	line-height:1;
}
.top_newsWrap a div .tit {
	max-width:calc(100% - 16em);
	font-size:18px;
}
@media screen and (max-width:768px) {
	.top_newsWrap a div .day {
		font-size:4vw;
	}
	.top_newsWrap a div .cat span {
		font-size:3vw;
	}
	.top_newsWrap a div .tit {
		margin-top:15px;
		max-width:100%;
		font-size:4vw;
	}
}


.kitahama_contactBox ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:20px;
}
.kitahama_contactBox ul li {
	margin:20px 30px;
}
.kitahama_contactBox ul li a {
	display:block;
	padding:20px 0;
	min-width:15em;
	background:url(../img/sp_header_tel_bg.png) no-repeat left center ;
	background-size:cover;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	color:#000;
	text-align:center;
	text-decoration:none;
}
.kitahama_contactBox ul li a:hover {
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}
.kitahama_contactBox ul li a .tit span {
	padding-left:13px;
	background:url(../img/top_read_btn_ic.png) no-repeat left center ;
	background-size:7px auto;
}
.kitahama_contactBox ul li a .tit strong {
	padding-right:13px;
	background:url(../img/top_read_btn_ic.png) no-repeat right center ;
	background-size:7px auto;
	font-weight: 400;
}
.kitahama_contactBox ul li a .tel span {
	font-size:36px;
	padding-left:40px;
	background:url(../img/kitahama_contact_tel.png) no-repeat left center ;
	background-size:auto 60%;
}


/* 料理 */

.season_read {
	margin-bottom:40px;
	font-size:18px;
	text-align:center;
}
.season_slider {
	margin:0 auto;
	margin:30px auto 20px;
	max-width:720px;
}
.season_thumbnail {
	margin:0 auto;
	max-width:720px;
}
.season_thumbnail img {
	cursor: pointer;
}
.slick-slide {
	margin:0 5px;
}
.season_thumbnail_ti {
	margin:0 auto 15px;
	max-width:720px;
}
.season_thumbnail_ti span {
	padding:5px 20px;
	background:#f7f7f7;
	border-radius: 40px;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
}
@media screen and (max-width:768px) {
	.season_read {
		font-size:3.5vw;
	}
	.season_slider {
		margin:15px auto 3px;
		width:90%;
	}
	.season_thumbnail {
		margin:0 auto;
		width:90%;
	}
}

.clickInfo {
	text-align:center;
}
@media screen and (max-width:768px) {
	.clickInfo {
		font-size:3vw;
	}
}
.cook_listWrap {
	display:flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.cook_listWrap li {
	margin:0 2% 30px 0;
	width:32%;
	text-align:center;
}
.cook_listWrap li:nth-child(3n) {
	margin-right:0;
}
.cook_listWrap li .tit {
	padding:7px 0 5px;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	line-height:1.2;
}
.cook_listWrap li .tit span {
	margin-right:5px;
	padding:0 5px 2px;
	font-size:18px;
	color:#fff;
	background:#cb1717;
}
.cook_listWrap li .tit small {
	font-size:16px;
}
@media screen and (max-width:768px) {
	.cook_listWrap li {
		margin:0 4% 20px 0;
		width:48%;
	}
	.cook_listWrap li .tit {
		font-size:4.5vw;
	}
	.cook_listWrap li:nth-child(odd){
		margin-right:4%;
	}
	.cook_listWrap li:nth-child(even){
		margin-right:0;
	}
	.cook_listWrap li .tit span {
		font-size:3.5vw;
	}
	.cook_listWrap li .tit small {
		font-size:3.5vw;
	}
}
.cook_kids_list_1 {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin:50px auto 0;
	padding:30px 0 10px;
	max-width:960px;
	border:1px solid #ccc;
}
.cook_kids_list_1 .okosama {
	display:flex;
	justify-content: center;
	align-items: center;
	margin:-20px 5% 0 6%;
	width:22%;
	background:url(../img/cook_kids_tit.png) no-repeat center center ;
	background-size:contain;
}
.cook_kids_list_1 .okosama span {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	color:#fff;
}
.cook_kids_list_1 ul {
	width:67%;
	display:flex;
	flex-wrap: wrap;
}
.cook_kids_list_1 ul li {
	margin:0 4% 0 0;
	width:46%;
}
.cook_kids_list_1 ul li .tit {
	padding:5px 0;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
}
@media screen and (max-width:768px) {
	.cook_kids_list_1 {
		padding:0;
	}
	.cook_kids_list_1 .okosama {
		margin:-50px 0 15px 0;
		padding:40px;
		width:100%;
	}
	.cook_kids_list_1 .okosama span {
		font-size:3.5vw;
	}
	.cook_kids_list_1 ul {
		margin:0 auto;
		width:90%;
	}
	.cook_kids_list_1 ul li {
		margin:0 4% 10px 0;
		width:48%;
	}
	.cook_kids_list_1 ul li:nth-child(even) {
		margin:0 0 10px 0;
	}
	.cook_kids_list_1 ul li .tit {
		font-size:4.0vw;
	}
}

.keigen8per {
	margin-top:40px;
	text-align:center;
}
.keigen8per span{
	padding:0.1em 0.3em 0.2em ;
	font-size:18px;
	color:#d63e3f;
	border:1px solid #d63e3f;
}

.cook_list_tyuui {
	margin-top:20px;
	font-family: "Noto Serif JP", serif;
	text-align:right;
}
@media screen and (max-width:768px) {
	.cook_list_tyuui {
		font-size:3.5vw;
		text-align:left;
	}
}

.cook_specialBox {
	margin-top:40px;
	padding:50px 30px;
	background:#f4eef5;
}
.cook_specialBox h3 {
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom:10px;
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight:500;
	color:#512d68;
	border-bottom:1px solid #5c5a5c;
}
.cook_specialBox h3 span {
	padding:0.1em 0.3em 0.2em ;
	font-size:18px;
	color:#d63e3f;
	border:1px solid #d63e3f;
}
.cook_specialBox .cook_listWrap {
	margin-top:40px;
}
@media screen and (max-width:768px) {
	.cook_specialBox {
		margin-top:20px;
		padding:20px 5%;
	}
	.cook_specialBox h3 {
		font-size:4.5vw;
	}
	.cook_specialBox h3 span {
		font-size:3vw;
	}
	.cook_specialBox .cook_listWrap {
		margin-top:30px;
	}
}

.cook_kids_list_2 {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin:50px auto 0;
	padding:30px 0 30px;
	max-width:720px;
	background:#fff;
}
.cook_kids_list_2 .okosama {
	display:flex;
	justify-content: center;
	align-items: center;
	margin:-20px 6% 0 8%;
	width:28%;
	background:url(../img/cook_kids_tit.png) no-repeat center center ;
	background-size:contain;
}
.cook_kids_list_2 .okosama span {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	color:#fff;
}
.cook_kids_list_2 ul {
	width:58%;
	display:flex;
	flex-wrap: wrap;
}
.cook_kids_list_2 ul li {
	display:flex;
	align-items: flex-end;
	justify-content: space-between;
	margin:0 4% 0 0;
	width:96%;
}
.cook_kids_list_2 ul li .im {
	max-width:300px;
	width:73%;
}
.cook_kids_list_2 ul li .tit {
	padding:5px 0;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	width:24%;
}
@media screen and (max-width:768px) {
	.cook_kids_list_2 {
		padding:0;
	}
	.cook_kids_list_2 .okosama {
		margin:-50px 0 15px 0;
		padding:40px;
		width:100%;
	}
	.cook_kids_list_2 .okosama span {
		font-size:3.5vw;
	}
	.cook_kids_list_2 ul {
		margin:0 auto;
		width:90%;
	}
	.cook_kids_list_2 ul li {
		flex-direction: column;
		margin:0 4% 10px 0;
		width:48%;
	}
	.cook_kids_list_2 ul li:nth-child(even) {
		margin:0 0 10px 0;
	}
	.cook_kids_list_2 ul li .im {
		max-width:100%;
		width:100%;
	}
	.cook_kids_list_2 ul li .tit {
		padding:5px 0;
		font-size:4vw;
		width:100%;
	}
}

.hot {
	position: relative;
}
.hot::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/modai_ic_hot.png);
	background-size:100% auto;
	width: 100px;
	height: 100px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.hot::before {
		width: 60px;
		height: 60px;
	}
}

.takeout8per {
	position: relative;
}
.takeout8per::before {
	content: "";
	position: absolute;
	top: -16px;
	right: -10px;
	background: url(../img/takeout8per.png);
	background-size:100% auto;
	width: 80px;
	height: 80px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.takeout8per::before {
		width: 60px;
		height: 60px;
	}
}

.cook_info_read {
	font-size:22px;
	font-weight:500;
}
.cook_infoWrap {
	margin-top:50px;
	padding:20px;
	background:url(../img/cook_info_bg.png) no-repeat top center ;
	background-size:cover;
}
.cook_infoWrap .inner {
	padding:50px 10%;
	border:2px solid #925e9a;
}
.cook_infoWrap .tit {
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight:500;
}
.cook_infoWrap .txt {
	margin-top:20px;
	font-size:18px;
	font-weight:500;
	line-height:2.2;
}
@media screen and (max-width:768px) {
	.cook_info_read {
		font-size:4vw;
	}
	.cook_infoWrap {
		margin-top:20px;
	}
	.cook_infoWrap .inner {
		padding:30px 10%;
	}
	.cook_infoWrap .tit {
		font-size:6vw;
	}
	.cook_infoWrap .txt {
		margin-top:20px;
		font-size:4vw;
		line-height:2.2;
	}
}


/* ▼モーダル▼ */

.modal-shiage01-open ,
.modal-shiage02-open ,
.modal-shiage03-open ,
.modal-shiage04-open ,
.modal-shiage05-open ,
.modal-shiagekids01-open ,
.modal-shiagekids02-open ,
.modal-houji01-open ,
.modal-houji02-open ,
.modal-houji03-open ,
.modal-houji04-open ,
.modal-jitaku01-open ,
.modal-jitaku02-open ,
.modal-jitaku03-open ,
.modal-jitakukids01-open ,
.modal-tuya01-open ,
.modal-tuya02-open ,
.modal-tuya03-open ,
.modal-tuya04-open ,
.modal-tuya05-open ,
.modal-tuya06-open ,
.modal-tuya07-open ,
.modal-tuya08-open ,
.modal-tuya09-open ,
.modal-tuyakobetu01-open ,
.modal-tuyakobetu02-open ,
.modal-tuyakobetu03-open ,
.modal-takeout01-open ,
.modal-takeout02-open ,
.modal-takeout03-open ,
.modal-takeout04-open ,
.modal-takeout05-open ,
.modal-dummy {
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(57,57,57,100%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index:999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 820px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: -40px;
	right: 0px;
	width: 150px;
	height: 40px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.modal-close span {
	padding:0 35px 0 15px;
	background:#333333 url(../img/modal_close.png) no-repeat right 10px center;
	background-size:15px auto;
	height: 40px;
	line-height:40px;
}
@media screen and (max-width:768px) {
	.modal-close{
		font-size:4vw;
	}
}


/*モーダル内のコンテンツの指定*/
.modal-content{
	color:#fff;
	text-align:left;
	font-family: "Noto Serif JP", serif;
}
.modalcookWrap dl {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding:10px 0;
	border-bottom:1px solid #fff;
}
.modalcookWrap dl dt {
	font-size:36px;
	font-weight: 500;
}
.modalcookWrap dl dt span {
	font-size:24px;
}
.modalcookWrap dl dd {
	font-size:24px;
	font-weight: 500;
}
.modalcookWrap dl dd span {
	font-size:18px;
}
.modalcookWrap .txt1 {
	margin:10px 0 15px;
}
.modalcookWrap .price {
	margin-top:10px;
	font-size:24px;
	font-weight: 500;
}
.modalcookWrap .price span {
	font-size:18px;
}
.modalcookWrap .tyuui {
	margin-top:10px;
	font-size:16px;
}
@media screen and (max-width:768px) {
	.modal-content{
		font-size:4vw;
	}
	.modalcookWrap dl dt {
		font-size:7vw;
	}
	.modalcookWrap dl dt span {
		font-size:4.5vw;
	}
	.modalcookWrap dl dd {
		font-size:5vw;
	}
	.modalcookWrap dl dd span {
		font-size:4vw;
	}
	.modalcookWrap .price {
		font-size:5vw;
	}
	.modalcookWrap .price span {
		font-size:4vw;
	}
	.modalcookWrap .tyuui {
		font-size:3.5vw;
	}
}

/*モーダル内のアイコン*/

.modal-content .ic_ninki {
	position: relative;
}
.modal-content .ic_ninki::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/modai_ic_ninki.png);
	background-size:100% auto;
	width: 100px;
	height: 100px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.modal-content .ic_ninki::before {
		width: 60px;
		height: 60px;
	}
}

.modal-content .ic_osusume {
	position: relative;
}
.modal-content .ic_osusume::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/modai_ic_osusume.png);
	background-size:100% auto;
	width: 100px;
	height: 100px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.modal-content .ic_osusume::before {
		width: 60px;
		height: 60px;
	}
}

.modal-content .ic_hot {
	position: relative;
}
.modal-content .ic_hot::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/modai_ic_hot.png);
	background-size:100% auto;
	width: 100px;
	height: 100px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.modal-content .ic_hot::before {
		width: 60px;
		height: 60px;
	}
}

.modal-content .ic_8per {
	position: relative;
}
.modal-content .ic_8per::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/modai_ic_8per.png);
	background-size:100% auto;
	width: 70px;
	height: 70px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.modal-content .ic_8per::before {
		width: 60px;
		height: 60px;
	}
}


/* ニュース */

.sec_news_inner .news_day {
	font-size:18px;
	color:#512D68;
}
.sec_news_inner .news_day span {
	margin-left:10px;
	padding:0 7px 2px 7px;
	color:#fff;
	background:#512D68;
	border-radius: 7px;
}
.sec_news_inner h1 {
	margin-top:20px;
	margin-bottom:70px;
	padding-bottom:25px;
	background:url(../img/h2.png) no-repeat bottom left ;
	background-size:100px auto;
	font-family: "Noto Serif JP", serif;
	font-size:36px;
	font-weight: 500;
	color:#512D68;
}
.sec_news_inner h2 {
	margin-top:60px;
	padding-bottom:10px;
	font-size:22px;
	border-bottom:2px solid #535353;
}
.sec_news_inner p {
	margin-top:40px;
	font-size:18px;
	line-height:1.8;
}
.sec_news_inner .col_2_Box {
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	gap: 4%;
}
.sec_news_inner .col_2_Box .col {
	width:48%;
}
.sec_news_inner .col_2_Box .col .cap {
	margin-top:5px;
	text-align:center;
}
.sec_news_inner a {
	color:#512D68;
	text-decoration:none;
}
.sec_news_inner a:hover {
	text-decoration:underline;
}
@media screen and (max-width:768px) {
	.sec_news_inner .news_day {
		margin-top:0;
		font-size:4vw;
	}
	.sec_news_inner h1 {
		font-size:7vw;
	}
	.sec_news_inner h2 {
		font-size:5vw;
	}
	.sec_news_inner p {
		font-size:4vw;
	}
}
