@charset "utf-8";

/*****************************************************

    要素リセット

*****************************************************/

body {
	color: #555;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.7em;
	word-break: break-all;
	background-color: #fff;
	margin: 0 !important;
	padding: 0 !important;
}

@media only screen and (min-width:768px) {
	body {
		background-image: url(../img/gtc_cat_bc-01.webp);
	}
}

@media only screen and (max-width:767px) {
	body {
		background-image: url(../img/gtc_cat_bc-02.webp);
		background-position: 0 -10px;
	}
}

img {
	vertical-align: middle;
	border: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/*****************************************************

    レイアウト＆メインイメージ

*****************************************************/
@media only screen and (min-width:768px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
}

.cont_01 {
	width: 1150px;
	text-align: center;
	overflow: hidden;
	margin: 50px auto;
}

.main_img {
	width: 1080px;
	margin: 0 auto;
}

.main_img img {
	width: 80%;
}

@media only screen and (max-width:767px) {
	.cont_01 {
		width: 96%;
		margin: 0 auto 20px;
	}

	.main_img {
		width: 100%;
		margin: 20px auto 0;
	}

	.main_img img {
		width: 100%;
	}
}

/*****************************************************

    ふきだし

*****************************************************/


.fuki_inner {
	width: 1080px;
	background-color: #ffff;
	border: 10px solid #ccc;
	border-radius: 15px;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 10px 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.img_map {
	position: absolute;
	bottom: 20px;
	right: 30px;

}

p.intro {
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 0.10em;
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 30px;
}

.intro_title {
	font-weight: bold;
	font-size: 23px;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.4em;
}

p.intro span.hosoku {
	font-size: 16px;
	display: inline-block;
	margin-top: 15px;
	line-height: 1.3em;
}

.fuki_kado {
	width: 1080px;
	position: relative;
	display: inline-block;
	height: 40px;
	margin: 0 auto 20px;
}

.fuki_kado img {
	position: absolute;
	top: 0;
	left: 4%;
}

@media only screen and (max-width:767px) {
	.fuki_inner {
		display: table;
		width: 100%;
		border: 6px solid #ccc;
		margin: 30px auto 0;
		padding: 15px 20px;
		height: auto;
	}

	.fuki_sp_row {
		display: table;
		margin: 2% auto;
	}

	p.intro_title {
		width: 100%;
		text-align: left;
		display: table-cell;
		font-size: 16px;
		line-height: 1.4em;
	}

	p.intro {
		display: table-cell;
		letter-spacing: 0.05em;
		font-size: 14px;
		width: 80%;
		box-sizing: border-box;
		position: static;
		line-height: 1.4em;
	}

	.img_map {
		display: table-cell;
		width: 20%;
		box-sizing: border-box;
		position: static;
		vertical-align: middle;
	}

	.img_map img {
		width: 100%;
	}

	p.intro span.hosoku {
		font-size: 12px;
		display: inline-block;
		margin-top: 10px;
		line-height: 1.3em;
	}

	.fuki_kado {
		width: 1080px;
		position: relative;
		display: inline-block;
		height: 40px;
		margin: 0 auto;
	}

	.fuki_kado img {
		position: absolute;
		top: 0;
		left: 4%;
	}
}

@media only screen and (max-width:580px) {

	.img_map,
	.sp_s {
		display: none
	}

	p.intro span.hosoku {
		font-size: 10px;
		line-height: 1.3em;
	}
}


/*****************************************************

    商品リスト

*****************************************************/

.item_cont {
	width: 1080px;
	text-align: left;
	box-sizing: border-box;
	border-radius: 15px;
	margin: 0 auto;
}

.item_box {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

/*地方タイトル*/
h2.area_title {
	width: 160px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 50px auto 0;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 5px 3px;
	display: inline-block;
}

/*地方別：タイトルカラー*/
h2.chiiki {
	background-color: #e0799b;
}

h2.hokkaido {
	background-color: #1a6792;
}

h2.tohoku {
	background-color: #0098c2;
}

h2.kantou {
	background-color: #1c967f;
}

h2.chubu {
	background-color: #edb734;
}

h2.kinki {
	background-color: #f39811;
}

h2.chugoku {
	background-color: #c06a67;
}

h2.shikoku {
	background-color: #a189b8;
}

h2.kyushu {
	background-color: #5abc89;
}

h2.okinawa {
	background-color: #5abc89;
}

h2.onsen {
	background-color: #af8754;
}

/*商品リスト*/
ul.item_list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

/* モーダルのスタイル */
.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	/* 背景色 */
	opacity: 0;
	/* 初期状態では透明 */
	visibility: hidden;
	/* 初期状態では不可視 */
	transition: opacity 0.5s, visibility 0.5s;
	/* アニメーション効果 */
}

/* モーダルの画像スタイル */
.modal-content {
	display: block;
	width: 80%;
	max-width: 700px;
}

/* モーダルの閉じるボタン */
#close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

/* モーダルのリストレイアウト */
li.wrap {
	display: flex;
	flex-wrap: wrap;
	width: 25%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	margin: 30px auto 0;
}

.item_img_box {
	width: 250px;
	height: 250px;
	cursor: pointer;
	transition: opacity 0.3s;
	box-sizing: border-box;
}

.item_img_box:hover {
	opacity: 0.7;
}

.item_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px #ddd solid;
	box-sizing: border-box;
	border-radius: 10px;
}

.area_name {
	margin: 0 auto;
	text-align: center;
	height: 30px;
	overflow: inherit;
	line-height: 1.2em;
	padding: 5px 30px 0;
	box-sizing: border-box;
}

.area_name span {
	display: inline-block;
	padding: 2px 5px 4px;
	background-color: #bbb;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 5px;
}

@media only screen and (max-width:767px) {
	.item_cont {
		width: 100%;
		padding: 0 2% 2%;
		border-radius: 13px;
	}

	.item_box {
		padding: 1.5%;
	}

	/*地方タイトル*/
	h2.area_title {
		width: 28%;
		font-size: 13px;
		margin: 7% auto 0;
		border-radius: 10px;
		padding: 0.3%;
	}

	/*商品リスト*/
	ul.item_list {
		margin-bottom: 5%;
	}

	/* モーダルのリストレイアウト */
	li.wrap {
		display: flex;
		flex-wrap: wrap;
		width: 50%;
		box-sizing: border-box;
		float: left;
		text-align: center;
		margin: 7% auto 0;
	}

	.item_img_box {
		width: 100%;
		height: auto;
		padding: 1%;
	}

	.area_name {
		height: 20px;
		line-height: 1.2em;
		padding: 0 10px;
		font-size: 13px;
		white-space: nowrap;
	}
}


/*****************************************************

    フッター

*****************************************************/
.footer {
	font-size: 12px;
	text-align: center;
	margin: 30px auto 60px;
}

@media only screen and (max-width:767px) {
	.footer {
		margin: 10px auto;
		font-size: 10px;
	}
}