@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;
}

body, div, dl, dt, dd, ul, ol, li, form, fieldset, input,
textarea, p, blockquote, th, td, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
	border: 0;
}
ul{
	list-style:none;
}
li {
    list-style-type: none;
}

/*****************************************************

    レイアウト＆メインイメージ

*****************************************************/
@media only screen and (min-width:768px){
.sp{ display:none; }
body{
	background-image:url(../img/gtcrody_bc01.png);
	background-repeat:repeat;
}
}
@media only screen and (max-width:767px){
.pc{ display:none; }
body{
	background-image:url(../img/gtcrody_bc02.png);
	background-repeat:repeat;
}
}


.cont_01{
	width:1150px;
	text-align:center;
	overflow:hidden;
	margin:50px auto;
}
.main_img{
	width:1080px;
	margin: 0 auto;
}
.main_img img{
	width:100%:
}
@media only screen and (max-width:767px){
.cont_01{
	width:94%;
	margin:20px auto;
}
.main_img{
	width:100%;
}
.main_img img{
	width:100%;
}	
}

/*****************************************************

    ふきだし

*****************************************************/


.fuki_inner{
	width:1080px;
	display:table;
	background-color:#ffff;
	border:10px solid #fff;
	border-radius: 15px;
	box-sizing:border-box;
	margin:0 auto;
	padding:20px 50px;	
}
.fuki_img01{
	display:table-cell;
	vertical-align:top;
	width:17%;
	box-sizing:border-box;
	text-align:left;
}
p.intro{
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:left;
	letter-spacing:0.10em;
}
p.intro span.hosoku{
	font-size:13px;
	display:inline-block;
	margin-top:15px;
	line-height:1.3em;
}
.fuki_img02{
	display:table-cell;
	vertical-align:center;
	width:20%;
	box-sizing:border-box;
}
.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{
	width:100%;
	border-radius: 13px;
	padding:2% 0.5%;
	position:relative;
	text-align:center;	
}
.fuki_img01{
	display:none;
}
img.flag{
	height:15px;
	float:left;
	margin:5px 5px 0 0;
}
p.intro{
	letter-spacing:0em;
	font-size:15px;
	padding:0 10px;
	line-height:1.5em;
	text-align: left;
	display: inline-block;
	width: auto;
}
p.intro span.sp_mgn{
	margin-top:13px;
	display:inline-block;
}
p.intro span.hosoku{
	font-size:12px;
	display:inline-block;
	margin-top:15px;
	line-height:1.3em;
}
.fuki_img02{
	display:none;
}
.map_img{
	width:20%;
	position:absolute;
	top:15%;
	right:5%;
	z-index:1;
}
.fuki_kado{
	width:100%;
	position:relative;
	display:inline-block;
	height:30px;
	margin:0 auto 0.5%;
}
.fuki_kado img{
	width:5%;
	position:absolute;
	top:0;
	left:6%;
}
}
@media only screen and (max-width:580px){
.map_img, .sp_s{ display:none }
p.intro span.hosoku{
	font-size:10px;
	line-height:1.3em;
}
}


/*****************************************************

    商品リスト

*****************************************************/

.item_cont{
  width:1080px;
  padding:0 40px 40px;
  text-align:left;
  box-sizing:border-box;
  background: #fff;
  border-radius: 15px;
  margin:0 auto;
}
.item_box{
  width:100%;
  text-align:left;
  margin:0 auto;
  overflow:hidden;
  padding: 20px;
  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;
    padding: 10px;
    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;
}
.area_name{
	margin:0 auto;
	text-align:center;
	height:30px;
	overflow:inherit;
	line-height:1.2em;
	padding:0 30px;
	box-sizing:border-box;
	white-space:nowrap;
}
.area_name span{
	display: inline-block;
  padding: 2px 5px 4px;
  background-color: #bbb;
  color: #fff;
  font-size: 10px;
  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:24px;
	line-height:1.2em;
	padding:0 10px;
	font-size:13px;
	white-space:nowrap;
}
}


/*****************************************************

    フッター

*****************************************************/
.footer{
	font-size:12px;
	text-align:center;
}
@media only screen and (max-width:767px){
.footer{
	margin:10px auto;
	font-size:10px;
}
}