/*
Theme Name: suzucurry
Theme URI: NA
Author: NA
Author URI: NA
Description: NA
Version: 1.0.0
*/

/*
header #7C2D2B
color #EEB917
*/


/* CSS Document */

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a, button {
	cursor: revert;
}
a {
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}



.shop_more a:link,
.shop_more a:visited,
.shop_more a:active,
.shop_more a:hover
{
		text-decoration:none;
	
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

img {
	max-width: 100%;
	vertical-align: bottom!important;
	font-size: 0;
	line-height: 0;
	image-rendering: -webkit-optimize-contrast;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
/*レスポンシブ改行*/
.pc_area {
	display: none !important;
}
.sp_area {
	display: block !important;
}
 @media (min-width: 769px) {
.pc_area {
	display: block !important;
}
.sp_area {
	display: none !important;
}
}
.spbr_none_box br {
	display: none;
}
@media (min-width: 769px) {
.spbr_none_box br {
	display: block;
}
}
html {
	font-size: 62.5%;
	height: -webkit-fill-available;
	margin-top: 0!important;

}
body {
	font-family: 'Noto Sans JP', sans-serif, 'Noto Serif JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.4;
	font-size: 1.3rem;
	background-color: #EEB917;
	background-repeat: repeat;
	letter-spacing:0.1rem;
	
}
@media (min-width: 769px) {
body {

	font-size: 1.5rem;
}
}


/*ヘッダーロゴ*/
.header {
	background-color: #40210D !important;
	max-width: 800px;
	margin: 0 auto;
}

.header-image {
	width:100%;	
	margin: 0 auto;
	text-align: center;
	padding: 1em;
	background-color: #40210D;
}

.header-image img{
	width:100%;
	max-width:700px;
	height:auto;
	margin: 0 auto;
}

@media (min-width: 769px) {
	.header-image img{
		width:100%;
		max-width: 500px;
		height:auto;
	}
}
/*ヘッダーメニュー*/
.w-back {
	width:100%;	
	margin: 0 auto;
}
.header-menu {
	width:100%;	
	max-width:700px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-end;
}
.header-menu p{
	width:100%;
	max-width:700px;
}

.header-menu .menu{
	margin: 0.8em;
	font-size: 1.2em;
	position: relative;
	display: inline-block;
	padding: 0 0 0 2.0em;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.header-menu .menu::before{ /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #cd0001;
}

.header-menu .menu::after{ /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}



/*TOP画像*/
.top-image {
	width:100%;	
	margin: 0 auto;
	text-align: center;
}

.top-image img{
	width:100%;
	height:auto;
	margin: 0 auto;
}

.border-img01{
	width:100%;
	height: 26px;
	background-repeat: repeat-x;
}

.top-back01{
	width: 100%;
	margin: 0 auto;
	padding: 0.3em;
	text-align: center;
	margin-bottom: 50px;
}

.top-back01 img{
	width:90%;
	max-width: 800px;
	height:auto;
	margin: 0 auto;
}

.top-back02{
	width: 100%;
	background-color: #F9BF00;
	margin: 0 auto;
	padding: 0.3em;
	text-align: center;
}

.top-back02 img{
	width:90%;
	max-width: 800px;
	height:auto;
	margin: 0 auto;
}

.top-back03{
	width: 100%;
	margin: 1em auto;
	padding: 0.3em;
	text-align: center;
}

.top-back03 img{
	width:90%;
	max-width: 800px;
	height:auto;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.top-back03{
	margin: 3em auto;
	}
}




/*TOP画像スライダー*/
.slider_wrap {
	width:100%;
	margin:0 auto;
}

.slider_wrap img{
	margin: 0 auto;
	width: 100vw;
	height: auto!important;
}

@media screen and (max-width: 768px) {
.slider_wrap {
	width:100%;
}
}

.slider_slick .slick-prev:before,
.slider_slick .slick-next:before {
	color:#FFFFFF;

}
.slider_wrap .slick-next{
	 right: 25px!important;
   z-index: 10;
} 
.slider_wrap .slick-prev {
	 left: 25px!important;
	 z-index: 10;
}
@media screen and (min-width: 769px) {
	.slider-prev
 {
    left: 0;
} 
.slider-next {
	right: 0;
}
	
}

.slick-next {
    right: -25px;
}

@media screen and (min-width: 769px) {
	.slick-slide img{
	max-width: 800px;
	}
}
/*TOPコンテンツ幅*/

.wrap{
	width: 100%;
	max-width: 800px;
	margin: 4em auto 2em;
	border: 6px solid #DC0716;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.wrap02{
	width: 100%;
	margin: 0 auto;
	padding: 2em 0 3em;
	background-color: #EEB917;
}
.wrap02 box{
	width: 100%;
	margin: 0 auto;
	max-width: 700px;
}

/*TOP画像下のコピー画像*/
.logo-copy{
	width: 90%;
	position: absolute;
	top:-3rem;
	right: 0;
  	left: 0;
  	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.wrap{
		margin: 7em auto 5em;
		border: 8px solid #DC0716;
	}	
	.logo-copy{
		top:-7rem;
	}
}



/*説明_イメージ 一番上*/
.main-image {
	width:100%;	
	margin: 3em auto 0;
	padding-top: 1em;
	text-align: center;
}

.main-image img{
	width: 100%;
	max-width: 600px;
	height: auto;
}

/*説明_イメージ*/
.text-image01 {
	width:100%;	
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
}

.text-image01 img{
	width:95%;
	max-width:500px;
	height:auto;
}

@media screen and (min-width: 769px) {
	.text-image01 img{
		width:95%;
		max-width: 600px;
		height:auto;
	}
}

/*説明_矢印*/
.text-arrow01 {
	width:100%;	
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
}

.text-arrow01 img{
	width:15%;
	max-width: 80px;
	height:auto;
}


/*説明_テキスト*/
.main-text01 p {
	width: 85%;
	margin: 0 auto;
	font-size: 1.2em;
	max-width: 620px;
	font-weight: normal;
	color:#40210D;
	text-align: center;
	padding: 1em 0;
}

.main-text02 p {
	width: 85%;
	margin: 0 auto;
	font-size: 1.3em;
	max-width: 620px;
	font-weight: 600;
	color:#40210D;
	text-align: center;
	padding: 0.5em 0;
}

@media screen and (min-width: 769px) {
	.main-text02 p{
		font-size: 1.5em;
		padding: 1em 0;
	}
}

/*説明_ボタン*/
.main-btn01{
	font-size: 1em;
	font-weight: 600;
	color: #FFFF1C;
	background-color: #CE161C;
	padding: 0.5em 1em;
	border-radius: 2em;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin: 30px auto 0;
	width: 70%;
	letter-spacing: 0.4rem;
}
@media screen and (min-width: 769px) {
	.main-btn01{
		font-size: 1.2em;
	}
}

.main-btn01:hover{
	background-color: #ea6a73;
}


/*TOPお知らせ一覧*/
.news {
	width: 85%;
	margin: 0 auto;
	font-size: 1.1em;
	max-width: 620px;
	color:#40210D;
}

.news ul{
	width: 100%;
	font-size: 1.1em;
	max-width: 620px;
	list-style: none
	}

.news li{
	color:#40210D;
	border-bottom: 2.5px dotted #40210D;
	margin-bottom: 1em;
	list-style: none
}

	
/*コピーライト*/	
.copyright {
	padding: 0.5em;
	text-align:center;
	background-color:#EEB917;
	color:#40210D;
}	

.sp {
	display: block!important;
}
.pc {
	display: none!important;
}
@media screen and (min-width: 769px) {
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
}


/*コンテンツ　ボックス*/
.pagesbox{
	width: 95%;
	max-width: 700px;
	margin: 2em auto 2em;
	padding: 2em;
	background-color: #FFFFFF;
	border-radius: 15px;
}
.pagesbox p{
	width: 95%;
}



/*投稿ページコンテンツ幅*/

.touko{
	width: 95%;
	max-width: 700px;
	margin: 2em auto;
	padding: 2em 1em;
	background-color: #FFFFFF;
	border-radius: 15px;
}

@media screen and (min-width: 769px) {
	.touko{
	padding: 2em 2em;
	}
}

.touko img{
	margin: 0 auto!important;
}

/*投稿ページ装飾タイトル*/
.touko .title{
	font-size: 1.5em;
	border-bottom: 3px solid #40210D;
	padding-bottom: 0.3em;
}

/*投稿ページ装飾日時*/
.touko .day{
	text-align: right;
}

/*投稿ページメイン*/
.toukomain{
	width: 100%;
	padding: 3em 0;
	font-size: 1.2em;
}

.toukomain p{
	word-wrap: break-word;
}

.toukomain a{
	color: #40210D;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.touko .main{
	font-size: 1em;
	}
}

/*投稿ページ　次のページ　前のページ*/
.nextbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.next {
   width: auto;
}

/*投稿ページ装飾文字*/
.touko h1{
	margin: 0.4em 0;
	font-size: 1.5em;
	font-weight:bolder;
	color: #FFFFFF;
	background-color: #40210D;
	padding: 0.2em 0.5em
}

.touko h2{
	margin: 0.4em 0;
	font-size: 1.2em;
	font-weight:bolder;
	color: #FFFFFF;
	background-color: #40210D;
	padding: 0.2em 0.5em
}

.touko h3{
	margin: 0.4em 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #40210D;
}

.touko h4{
	margin: 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #40210D;
}

.touko h5{
	margin: 0.4em 0;
	font-size: 1.2em;
	border-bottom: 2px solid #40210D;
	font-weight: bold;
}

.touko h6{
	margin: 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
}

/*投稿ページ装飾リスト*/
.touko ul {
	width: 85%;
	margin: 0 auto;
	}

.touko ul li{
	list-style:disc;
}

.touko ol{
	width: 85%;
	margin: 0 auto;
	}

.touko ol li{
	list-style:decimal;
}


/*投稿ページ装飾ライン*/
.touko hr{
	border-bottom: 1px solid #40210D;
	margin: 0.5em 0;
}

/*投稿ページ　カテゴリー*/
.categorybox {
    background: #40210D;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    margin: 1em auto;
    padding: 0.3em 1.2em;
    color: #FFFFFF;
	font-size: 1em;
}


/*新着情報 一覧　タイトル*/

.news-tittle{
	color:#40210D!important;
	margin: 1.5em auto 0.5em;
}


.color-tittle{
	color:#40210D;
	margin: 1.5em auto 0.5em;
}

.w-tittle{
	color:#FFFFFF;
	margin: 1.5em auto 0.5em;
}


/*新着情報 一覧　ボックス*/
.newsbox{
	width: 95%;
	max-width: 700px;
	margin: 2em auto 1em;
	padding-bottom: 1em;
	background-color: #FFFFFF;
	border-radius: 15px;
}

.newsbox .news li{
	color:#000000;
	border-bottom: 2.5px dotted #40210D;
	margin-bottom: 2em;
	list-style: none
}

.news .categorybox {
    background: #cd0001;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    margin: 0.5em 0.2em 0.5em auto;
    padding: 0.3em 1em;
    color: #FFFFFF;
	font-size: 0.8em;
}

/*参加店一覧　注意*/
.note-box{
  border-top: 2px dashed #40210D;
  border-bottom: 2px dashed #40210D;
  position: relative;
  margin-top: 1em;
	width: 90%;
	height: auto;
	margin: 2em auto 2em;
}
.note-box h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -0.8em;
	font-size: 1.4em;
	font-weight: bold;
}
.note-box span{
  padding: 0 .5em;
  background: #FFF;
  color: #40210D;
}
.note-box .inner{
  padding: 1.2em .5em .5em;
	margin: 0 auto;
	height: auto;
}


.note-box .inner ul {
  list-style: none;
	font-size: 1.1em;
	padding: 0;
  margin: 0;
}

.note-box .inner ul li {
  	position: relative;
	overflow-wrap: break-word;
	line-break: normal;
 	 padding-left: 1.2em;
	padding-bottom: 0.4em;
	margin: 0;
}

.note-box .inner ul li::before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #cd0001;
}



/*参加店舗ボックス*/
.shop-box{
}

.contents_box {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-flow: column nowrap;
	width: 100%;
}

.contents_box .imgbox {
  display: block;
  width: 100%;
  height: auto;	
}

.contents_box .imgbox img {
  width: 100%;
  height: auto;	
}

.contents_box .box {
  width: 100%;
}

.contents_box .box  img{
  width: 40%;
	max-width: 80px;
}

@media (min-width: 769px) {
	.contents_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-flow: row nowrap;
  flex-wrap: wrap;
	margin: 0em auto;
	width: 100%;
}

.contents_box .imgbox {
	display: block;
  	width: 40%;
}
	
.contents_box .imgbox img {
  width: 100%;
  height: auto;	
}

.contents_box .box {
  width: 57%;
}
	
	.contents_box .box  img{
  width: 30%;
	max-width: 60px;
}
}

.contents_box .box table {
    border-collapse:  collapse; /* セルの線を重ねる */
	width: 100%;
}

.contents_box .box th,td {
    border-top: 1.5px solid #dc0716;  /* 枠線指定 */
    padding: 2px;      /* 余白指定 */
}

.contents_box .box tr:nth-child(1) th{
    border-top: none; 
}

.contents_box .box tr:nth-child(1) td {
    border-top: none; 
}
 
.contents_box .box th {
    width: 5em;
}






/*参加店舗名と価格*/
.name-box {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
  	margin: 2em auto 0;
	color: #40210D;
}
.shop-name {
  	font-size: 1.4em;
	font-weight: 600;
	width:85%;
}
.shop-nameimg  {
  	margin: 0 8px 2px 0;
	width: 15%;
	height: auto;
}

@media screen and (min-width: 769px) {
	.shop-name{
	width:90%;
	}
	.shop-nameimg  {
	width: 10%;
	}
}

.shop-nameimg img {
	width: 100%;
	height: auto;
}



.curry-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
  	margin: 0 auto;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.curry-box {
		flex-wrap: nowrap;
	}
}

/*カレー名*/
.curry-name{
	position:relative;
	font-size: 2.5rem;
	font-weight: 600;
	width: 100%;
}

.curry-name::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-color: #CE161C;
	border-radius: 50%;
	margin-right: 0.4em;
}

.curry-price{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	font-size: 2.5rem;
	font-weight: 600;
	margin-left: 2.5em;
}
@media screen and (min-width: 769px) {
	.curry-name{
		width: 75%;
	}	
	.curry-price{
		width: 25%;
		justify-content: flex-end;
		margin-left: inherit;
	}
}
.yen-price{
	display: block;
	margin-top: 0.5em;
	margin-left: 0.1em;
	font-size: 0.7em;
	font-weight: 600;	
}


.wb{
	width: 100%;
	background-color: #FFFFFF;
	padding: 1em 0.5em;
	color: #40210D;
}


/*シェアボタン*/
.snsShareArea{
	margin: 0.5em auto 2em;
}

.snsShareArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.snsShareArea button{
  box-sizing: border-box;
  display: block;
  float: left;
  width: 31.3%;
  margin: 1%;
  padding: .7em 0;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.btn--twitter{
  background: #55acee;
}
.btn--facebook{
  background: #3b5998;
}
.btn--line{
  background: #54bc4d;
}
.btn--hatena{
  background: #008FDE;
}
.btn--pocket{
  background: #ee4056;
}
.btn--copy{
 background: #67481a;
}



/* ボタン */
.button01 a {
    background: #cd0001;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 0.3em 1.2em;
    color: #ffff1c;
	font-size: 1.3em;
    font-weight: 500;
}


.button02 a {
    background: #67481A;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.2em auto;
    padding: 0.1em 1em;
    color: #FFFFFF;
	font-size: 1em;
    font-weight: bold;
}



.greybox{
	width: 100%;
	margin: 2em auto 3em;
	padding: 1em 1em;
	background-color: #D4D4D4;
}

@media screen and (min-width: 769px) {
	.greybox{
	padding: 1.2em 1.5em;
	}
}

.greybox p{
	margin: 0 auto ;
}



/*テキスト（明朝）*/
.mfont{
	font-family: serif;
}

.sfont25{
	font-size: 2.5em;
}

.sfont20{
	font-size: 1.5em;
}

.sfont15{
	font-size: 1.5em;
}

.sfont12{
	font-size: 1.2em;
}

/*テキスト（中央揃い）*/
.cfont{
	text-align: center;
}

.mt50 {
	margin-top:5.0rem;
}

.mt40 {
	margin-top:4.0rem;
}

.mt30 {
	margin-top:3.0rem;
}
.mt20 {
	margin-top:2.0rem;
}

.mt10 {
	margin-top:1.0rem;
}
.mt5 {
	margin-top:0.5rem;
}
.mb100 {
	margin-bottom:10.0rem;
}
.mb50 {
	margin-bottom:5.0rem;
}
.mb30 {
	margin-bottom:3.0rem;
}
.mb20 {
	margin-bottom:2.0rem;
}

.mb10 {
	margin-bottom:1.0rem;
}
.mb5 {
	margin-bottom:0.5rem;
}

.pt50 {
	padding-top:5.0rem;
}
.pt40 {
	padding-top:4.0rem;
}

.pt30 {
	padding-top:3.0rem;
}
.pt20 {
	padding-top:2.0rem;
}

.pt10 {
	padding-top:1.0rem;
}
.pt5 {
	padding-top:0.5rem;
}

.pt0 {
	padding-top:0;
}

.pb30 {
	padding-bottom:3.0rem;
}
.pb20 {
	padding-bottom:2.0rem;
}

.pb10 {
	padding-bottom:1.0rem;
}
.pb5 {
	padding-bottom:0.5rem;
}



/*ページ送り*/
.pagenation {
    margin: 3em auto 2em;
	text-align: center;
}

.pagenation ul {
    list-style: none;
    font-size: 1em;
	display: inline-block;
}
.pagenation ul li {
    display: inline-block;
}
.pagenation ul li::before {
    content: "　|　";
}
.pagenation ul li:last-child::after {
    content: "　|　";
}
.pagenation .current{
	text-decoration:underline;
}


/*応募フォーム*/
.cform th {
	font-size: 1.2em;
	width: 100%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: none;
	display: block;
	padding: 10px 0 0px 15px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: none;
	display: block;
	border-top: none;
	padding: 5px 5px 10px;
	margin-bottom: 1.2em;
}

.cform {
	width: 100%;
	margin: 2em auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #67481a;
	border-radius: 3px;
}

.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form input[type="select"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}



.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

/*電話*/
.tel-area {
    width: 28%!important;
}

.required-srt {
	font-size: min(0.9em,14px);
	padding: 0.2em 0.4em;
	background: #ce0000;
	color: #fff;
	border-radius: 5px;
	margin-right: 1em;
	margin-bottom: 0.8em;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

/*セレクトボックス*/
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  vertical-align: middle;
}
 
select {
  appearance: none;
  width: 200px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
 
select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  content: "";
  pointer-events: none;
}
 
select::-ms-expand {
  display: none;
}


/*インスタフォローボタン*/
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 30px;/*高さ*/
  width: 12em;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 1em;/*文字のサイズ*/
  line-height: 30px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 1.3em;/*アイコンサイズ*/
  position: relative;
  top: 2px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.sponsored {
	margin-bottom: 50px;
}

.h3title {
	font-size: 3rem;
	font-weight: 700;
	margin: 20px 0 30px;
}

.f-txt {
	font-size: 2.5rem;
	padding-bottom: 10px;
	text-decoration: underline;
}

.f-txt-2 {
	font-size: 2rem;
	padding-bottom: 10px;
}

.contact {
	margin: 10px 0;
}

.tel {
	color: #CE161D;
    font-size: 4rem;
    font-weight: 700;
}

@media screen and (max-width:767px) {
	.h3title {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}

	.f-txt {
		font-size: 2rem;
	}

	.f-txt-2 {
		font-size: 1.5rem;
	}

	.tel {
		font-size: 3rem;
	}
}

.archive-shop-image{
	width: 90%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.shop-img {
	position: absolute;
	top: -50px; /* 好きな位置に調整 */
	left: 50%; transform: translateX(-50%); 
	padding: 0 10px; /* 見出しの余白 */
	width: 70%;
}

.header2 {
	background-color: #40210D;
	width: 100%;
	margin: 0 auto;
}

.header-inner {
	display: flex;
	max-width: 800px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
  }
  
  .site-logo img {
	width: 120px;
	height: auto;
	left: 20px
  }
  
  .sns-icon img {
	width: 32px;
	height: auto;
  }
  
  /* list */
  .caution {
	background-color: #FFEB3F;
	padding: 20px;
	border-radius: 8px;
	margin: 70px 0 10px;
  }
  
  .caution h4 {
	color: #7C2D2B;
	font-size: 2rem;
	position: relative;
	text-align: center;
	font-weight: 700;
  }
  
  .caution h4::before {
	content: "";
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-right: 5px;
	background-image: url("/wp-content/themes/suzucurry/img/2025/icon1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: -1.2rem;
  }

  .caution p {
	text-align: center;
	font-size: 2rem;
  }

.button-curry-2025{
	padding: 20px 0;
	width: 100%;
	display: block;
	margin: 0 auto;
}

/* list title */
.header-with-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 1em 0;
  }
  
  .header-with-icons .icon {
	width: 2rem;
	height: auto;
  }
  
  .header-with-icons .icon img {
	max-width: 30px;
	height: auto;
	display: block;
  }
  
  .header-with-icons .shop-name {
	font-weight: bold;
	text-align: center;
	font-size: 3.5rem;
  }
  
  .name-box {
	display: block;
  }

/*ここから*/

  .shop-info {
	display: flex;
	flex-direction: column;
	gap: 1em;
  }
  
  /* ラベルと値を横並びにする */
  .info-row,
  .info-block {
	display: flex;
	align-items: flex-start;
	gap: 1em;
  }
  
  /* フル幅（TEL・住所など） */
  .info-row.full {
	flex-direction: row;
  }
  
  /* 半幅2カラム（営業時間＋定休日） */
  .info-row.half {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	gap: 2em;
  }
  
  .info-block {
	flex: 1 1 45%;
	display: flex;
	gap: 0.5em;
  }
  
  .info-label {
	min-width: 80px; /* ラベル幅を統一 */
  }
  
  .info-value {
	display: flex;
	align-items: center;
	gap: 0.5em; /* テキストとボタンの間の余白 */
	flex-wrap: wrap; /* スマホで折り返し可能に */
  
  }
  
  /* MAPボタン */
  .map-button {
	display: inline-block;
	padding: 0.1rem 1rem;
	background-color: #7C2D2B;
	color: #fff;
	text-decoration: none;
	border-radius: 60px;
  }
  
  /* スマホ：縦並び */
  @media screen and (max-width: 768px) {
	.info-row.half {
	  flex-direction: column !important;
	}
  
	.info-block {
	  flex-direction: column;
	  align-items: flex-start;
	}

	.info-row.double {
		flex-direction: column !important;
	  }
	

	.info-value {
		flex-direction: column;
		align-items: flex-start;
	  }

	  .caution {
		margin: 10% 0 10px;
	  }

	  .caution p{
		font-size: initial;
	  }

	  .shop-img {
		top: -30px; /* 好きな位置に調整 */
	}

	.imgbox {
		height: 300px !important;
	} 

	.header-with-icons .shop-name {
		font-size: 2rem;
	  }

	  .header-with-icons .icon img{
		max-width: 20px;
	  }

	  .curry-name {
		font-size: 2rem;
	  }

	  .curry-price {
		font-size: 2rem;
		justify-content: center;
	  }

	  .wrap {
		width: calc(100% - 4%);
		margin-left: 2%;
		margin-right: 2%;
	}

	.main-image{
		width: 90%;
	}

	
	.main-btn01 {
		font-size: 1em;
		font-weight: 600;
		color: #FFFF1C;
		background-color: #CE161C;
		padding: 0.5em 1em;
		border-radius: 2em;
		width: fit-content;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin: 30px auto 0;
		width: 70%;
		letter-spacing: 0.4rem;
		white-space: nowrap; 
		overflow: visible;  
		text-overflow: clip; 
		display: block; 
		letter-spacing: 0.05em;
	  }

	  .sns-icon img {
		margin-right: 20px;
	  }

	  .main-image2 {
		width: 90%;
	}

	.slick-slide img{
		width: calc(100% - 4%);
		margin-left: 2%;
		margin-right: 2%;
		}

	.top-back03 img{
			width:96%;
			height:auto;
			margin: 0 auto;
		}

  }

  .imgbox {
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 8px;
  }
  
  .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  .separator {
	border-top: 2px dotted #7C2D2B;
	margin: 1.5em 0;
  }

.w800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.main-image2 {
	width:100%;	
	margin: 3em auto 0;
	padding-top: 1em;
	text-align: center;
}

.main-image2 img{
	width: 99%;
	height: auto;
	margin-bottom: 5px;
}