@charset "UTF-8";
/******************************************************************
サイトコンテンツスタイルシート（スマホ版）
Author: Y.Yokoyama
Author URI: http://fromdime.com
******************************************************************/
/******************************************************************

共通

******************************************************************/
/*-------------------------------------------
ヘッダーバー
-------------------------------------------*/
/*
メニューボタン
*/
.menu-btn a,
.menu-btn a span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.menu-btn a {
	position: relative;
	width: 40px;
	height: 40px;
}
.menu-btn a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #515151;
	border-radius: 4px;
}
.menu-btn a span:nth-of-type(1) {
	top: 7px;
}
.menu-btn a span:nth-of-type(2) {
	top: 18px;
}
.menu-btn a span:nth-of-type(3) {
	bottom: 7px;
}
.menu-btn a.btn-close span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
}
.menu-btn a.btn-close span:nth-of-type(2) {
	opacity: 0;
}
.menu-btn a.btn-close span:nth-of-type(3) {
	transform: translateY(-11px) rotate(45deg);
}

/*
メニュー
*/
.overlay {
	position: fixed;
	z-index: 100;
	background-color: #f1f1f1;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5rem 1.2rem;
	height: calc(100% - 72px);
}

/* スクロールバーのカスタマイズ */
.overlay::-webkit-scrollbar {
	/*    width: 10px;*/
	width: 5px;
}
.overlay::-webkit-scrollbar-track {
	background: #ffffff;
	border-left: solid 1px #ececec;
}
.overlay::-webkit-scrollbar-thumb {
	background: #bbbbbb;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #ffffff;
}
.overlay_inner {
	/*        overflow-y: scroll;*/
}
.wrap-globalnavi-sp {
	margin-bottom: 1.5rem;
}
.wrap-globalnavi-sp .globalnavi {
	background-color: #ffffff;
}
.wrap-globalnavi-sp .globalnavi > ul {
	flex-flow: wrap;
}
.wrap-globalnavi-sp .globalnavi > ul > li {
	flex-basis: 100%;
	max-width: 100%;
	padding: 0;
}
.wrap-globalnavi-sp .globalnavi ul li a {
	/*    font-size: 0.9rem;*/
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.9rem 1rem;
	border-bottom: 1px solid #dddddd;
}
.wrap-globalnavi-sp .globalnavi .globalnavi-ul > li:last-child a {
	border-bottom: none;
}
.wrap-globalnavi-sp .globalnavi ul li a:hover {
	opacity: 1;
}
.globalnavi-sp ul li .dropdown li a {
	padding: 0.8rem 0.5rem 0.8rem 2.5rem;
}
.overlay .internal-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.overlay .internal-item {
	text-align: center;
}
.overlay .internal-item {
	margin-right: 4%;
}
.overlay .internal-item:last-child {
	margin-right: 0;
}
.overlay .internal-item > a {
	display: block;
}
.overlay .internal-item img {
	max-width: 40px;
}
.overlay .internal-item span {
	display: block;
	font-size: 0.7rem;
}

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

メディアクエリー

*******************************************************************
******************************************************************/
/* 1281px ~ : PC Large screens -> Default */

/* ~ 1280px : PC screens */
@media only screen and (max-width: 80em) {
}

/* ~ 1024px : Medium screens */
@media only screen and (max-width: 64em) {

}

/* ~ 960px : Tablet screens */
@media only screen and (max-width: 60em) {

	.home #campaign-point .section_inner_title {
		font-size: var(--font-size-md-sm);
		width: 200px;
		height: 80px;
	}
	.home #campaign-point .period .text .text-large {
		font-size: var(--font-size-lg-md);
	}

}

/* ~ 896px : スマホ横 */
@media only screen and (max-width: 56em) {
}
/* 896px以下 End */

/* ~ 812px : iphone X screens */
@media only screen and (max-width: 50.750em) {
	.home #campaign-point .section_inner_title {
		flex-basis: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.home #campaign-point .text {
		flex-basis: 100%;
		max-width: 100%;
	}
	.home #campaign-point .section_inner {
		border-bottom: none;
	}
	.home #campaign-point .section_inner.period {
	}
}

/* ~ 767px : Tablet screens */
@media only screen and (max-width: 47.938em) {

	.home #sightseeing .thumb-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.home #shopping .thumb-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.home #gourmet .thumb-list {
		grid-template-columns: repeat(2, 1fr);
	}

}

/* 641px ~ */

/* 640px以下:Small screens */
@media only screen and (max-width: 40em) {
	/******************************************************************

		共通

	******************************************************************/
	html {
		overflow-x: hidden;
	}

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

		構造調整タグ

	******************************************************************/
	.base_width {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.base_width.base_width_sp {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.inner_width {
		width: 100% !important;
		margin: 0 auto !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	br.br-pc {
		display: none;
	}
	br.br-sp {
		display: block;
	}

	/*-------------------------------------------
		テーブルの基本レイアウト
	-------------------------------------------*/
	table.base_table {
		border: 1px solid #dbdbdb;
	}
	table.base_table tr th,
	table.base_table tr td {
		display: block;
		width: 100%;
	}
	table.base_table tr th {
		text-align: left;
		font-weight: normal;
		background-color: #eaeaea;
		padding: 0.3rem 1.3rem;
		border-bottom: 1px solid #dbdbdb;
	}
	table.base_table tr td {
		background-color: #ffffff;
		padding: 0.7rem 1.3rem;
		border-bottom: 1px solid #dbdbdb;
	}
	table.base_table tr:last-child td {
		border-bottom: none;
	}

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

		汎用パーツ

	******************************************************************/
	/*
		横並びレイアウト
	*/
	.flexbox {
		flex-flow: row wrap;
	}
	.contact-sns {
		justify-content: center;
	}
	.wrap_menulist {
		margin-bottom: 1rem;
	}
	.wrap_menulist .menutab li a {
		padding: 0rem 0.2rem;
	}

	/* 文字折り返し用
	-------------------------------------------*/
	.span-wrap {
		display: inline;
	}

	/*-------------------------------------------
		固有スタイル
	-------------------------------------------*/
	/*-------------------------------------------
		パンくずリスト
	-------------------------------------------*/
	.breadcrumb {
		margin-bottom: 1.5rem;
	}

	/*-------------------------------------------
		ページナビ
	-------------------------------------------*/
	.wrap_pagination {
		margin: 2.4rem 0;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 5px 10px;
		margin: 5px;
	}
	.link-button {
		font-size: 0.875rem;
		max-width: 200px;
	}

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

		プラグイン

	******************************************************************/
	.product-introduction-slider .slide-arrow {
		width: 40px;
	}

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

		ヘッダー

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

		サイドバー

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

		ユーティリティナビゲーション

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

		フッター

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


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

		トップページ(toppage)

	******************************************************************/
	.home #main section {
		margin-bottom: 4rem;
	}
	.home #main section#campaign-gift {
		margin-bottom: 2rem;
	}
	.home #event .text-list {
		grid-template-columns: repeat(1, 1fr);
	}


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

		投稿（お知らせ）

	******************************************************************/
	.postlist .postlist-ul li .hover_ul {
		padding: 1.5rem 1rem;
	}

	/* single
	-------------------------------------------------------*/
	.single-post .single_inner_width {
		width: 100% !important;
		margin: 0 auto !important;
	}
	.single-post .post-category {
		gap: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.single-post .article-header .single-title_wrapper {
		margin-bottom: 2rem;
		border: none;
		border-bottom: 1px solid #dddddd;
		padding: 0;
		padding-bottom: 1rem;
		border-radius: 0;
	}
	h1.page-title,
	h1.single-title {
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.single-post .entry-content p {
		font-size: 0.875rem;
	}
	.single-post .article-footer {
		margin-bottom: 2.4rem;
	}

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

		固定ページ(page)

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


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

		カスタム投稿

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

		404 Page Not Found

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

		お問い合わせフォーム

	******************************************************************/
}
/* 641以下end */

/* 479px以下: SP screens */
@media only screen and (max-width: 29.938em) {

	.home #main .thumb-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.home #about .thumb-list,
	.home #event .thumb-list {
		gap: 0;
	}

}
