@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*-------------------------
  共通パーツ
-------------------------*/

/*  共通パーツ - ページタイトル
-------------------------*/
.l-topTitleArea__body {
	text-shadow: none;
	color: #452929;
}
.l-topTitleArea__body .c-pageTitle {
	font-size: 1.5rem;
}
.l-topTitleArea__body .c-pageTitle {
	letter-spacing: 0.15rem;
}
@media screen and (min-width: 960px) {
	.l-topTitleArea__body .c-pageTitle {
		font-size: 2.25rem;
	}
	.l-topTitleArea__body .c-pageTitle {
		letter-spacing: 0.35rem;
	}
}

/*  共通パーツ - コンテンツ直上のpaddingを除去
-------------------------*/
.page-id-10 .l-content,
.page-id-16 .l-content {
	padding-top: 0;
}

/*  共通パーツ - セクションタイトル
-------------------------*/
.section-title {
	margin-bottom: 3rem;
}
.section-title h2 {
	margin-bottom: 0;
	padding: 0;
	border: none;
	letter-spacing: .5rem;
	text-align: center;
	font-size: 2rem;
}
.section-title h2:before {
	content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://arigatou-gr.com/bonvoyage/wp-content/uploads/2025/04/icon-coffeBeans.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35px;
	height: 35px;
    position: relative;
}
.section-title .en {
	letter-spacing: .25rem;
	text-align: center;
	font-weight: bold;
	color: #b5a9a9;
}
@media screen and (max-width: 599px) {
	.section-title h2 {
		font-size: 1.75rem;
	}
	.section-title h2:before {
		width: 25px;
		height: 25px;
		margin-bottom: 5px;
	}
}

/*  共通パーツ - ボタン
-------------------------*/
.common-button-wrap .button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	margin: auto;
	padding: 8px;
	background: #ff8c00;
	border: solid 1px #ff8c00;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #fdfcfb;
	transition: .3s;
}
.common-button-wrap .button .icon {
	margin-left: 8px;
	font-size: 11px;
}
@media screen and (min-width: 960px) {
	.common-button-wrap .button:hover {
		background: rgb(233, 223, 213, .3);
		color: #7b5544;
		transition: .3s;
	}
}

/*  共通パーツ - その他
-------------------------*/
.post-heading-custom {
	padding: .75em 0 .75em 16px !important;
	background: #f5f0eb;
}
@media screen and (min-width: 960px) {
	.text-link:hover {
		text-decoration: none;
	}
}


/*-------------------------
  ヘッダー
-------------------------*/

/*  ヘッダー - メニュー
-------------------------*/
.c-gnav>.menu-item>a .ttl {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 15px;
}
.c-smallNavTitle {
	font-weight: bold;
	color: #b5a9a9;
}
.pc-menu-shop .icon {
	margin-left: 3px;
	font-size: 13px;
	color: #7b5544；
}

/*  ヘッダー - SPメニュー
-------------------------*/
.p-spMenu__body {
	padding-top: 4vw;
}
.c-widget__title.-spmenu {
	display: none;
}
.c-listMenu a {
	padding: 1em 1em 1em 1.5em;
	font-weight: bold;
}
.drawer-shop .icon {
	margin-left: 2px;
	font-size: 11px;
    color: #7b5544;
}
.p-spMenu__bottom {
	margin-top: 1em;
}

/* ヘッダー - SPメニュー - 電話番号ボタン */
.drawer-tel-wrap {
	margin-bottom: 1.5em;
}
.drawer-tel-wrap .button {
	display: block;
	padding: 16px 8px;
	background: #f5f0eb;
	border-radius: 50px;
	line-height: 1.05;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
}
.drawer-tel-wrap .button .icon {
	margin-right: 3px;
	font-size: 18px;
}
.drawer-tel-wrap .button .time {
	font-size: 14px;
}


/*-------------------------
  トップページ
-------------------------*/

/*  トップページ - メインビジュアル
-------------------------*/
.mainvisual-copy {
	letter-spacing: 0.25rem;
	line-height: 1.5;
	font-size: 2.75rem;
	text-shadow: rgb(69, 41, 41, 1) 0px 0px 5px;
	color: #ffffff;
	font-family: "Kiwi Maru", serif;
  	font-weight: 400;
  	font-style: normal;
}
.mainvisual-copy br {
	display: none;
}
@media screen and (max-width: 959px) {
	.mainvisual-copy {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 599px) {
	.mainvisual-copy br {
		display: block;
	}
}

/*  トップページ - ボンボヤージュとは
-------------------------*/
.top-about-copy {
	text-align: center;
	letter-spacing: 0.15rem;
	font-weight: bold;
	font-size: 1.5rem;
}
.top-about-copy br {
	display: none;
}
.top-about-instagram {
	text-align: center;
}
.top-about-instagram .title {
	margin-bottom: 4px;
	font-weight: bold;
}
.top-about-instagram .title:before, .top-about-instagram .title:after {
	display: inline-block;
    width: .075rem;
    height: .75rem;
    content: "";
	background-color: #452929;
}
.top-about-instagram .title:before {
	margin-right: .5rem;
    transform: rotate(-30deg);
}
.top-about-instagram .title:after {
	margin-left: .5rem;
    transform: rotate(30deg);
}
.top-about-instagram .banner img {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	box-shadow: rgb(233, 223, 213, 1) 5px 5px 5px;
}
@media screen and (min-width: 960px) {
	.top-about-instagram .banner img {
		transition: .3s;
	}
	.top-about-instagram .banner:hover img {
		transition: .3s;
		box-shadow: rgb(69, 41, 41, .4) 5px 5px 5px;
	}
}
@media screen and (max-width: 599px) {
	.top-about-copy br {
		display: block;
	}
	.top-about-sentence {
		text-align: left;
	}
}


/*-------------------------
  メニュー・お土産ページ
-------------------------*/

/*  メニュー・お土産ページ - 商品紹介ブロック
-------------------------*/
.product-block {
	margin-bottom: 5rem;
}
.product-block .img-wrap img {
	border-radius: 5px;
}
.product-block .text-wrap .title {
	margin-bottom: 0.5rem !important;
}
.product-block .text-wrap .price {
	margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 599px) {
	.product-block .text-wrap .title {
		margin-bottom: 0.25rem !important;
	}
	.product-block .text-wrap .price {
		margin-bottom: 0.75rem !important;
	}
}


/*-------------------------
  お店の紹介ページ
-------------------------*/

/*  お店の紹介ページ - お店の特徴
-------------------------*/
.about-feature-block {
	margin-bottom: 4rem;
}
.about-feature-block img {
	border-radius: 5px;
}
.about-feature-block h4 {
	margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
	.about-feature-block.reverse .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}


/*  お店の紹介ページ - アクセス
-------------------------*/
.table-access table tr:first-child th, .table-access table tr:first-child td {
	border-top: none;
}
.table-access table th {
	width: 200px !important;
	padding: 10px 0 10px 10px;
	background: none;
	border-width: 1px 0;
	border-color: #d3cbcb;
	border-right: solid 2px rgb(255, 255, 255, 0);
	vertical-align: middle;
	font-weight: normal;
	font-size: 15px;
}
.table-access table td {
	padding: 10px;
	border-width: 1px 0;
	vertical-align: middle;
	border-color: #d3cbcb;
	font-size: 15px;
}
@media screen and (max-width: 599px) {
	.table-access table th, .table-access table td {
		display: block;
		width: 100% !important;
		border-top: none;
	}
	.table-access table th {
		padding: 14px 10px;
		background: rgb(0, 0, 0, .05);
	}
	.table-access table td {
		padding: 14px 10px 14px 24px;
	}
}


/*-------------------------
  お問い合わせページ
-------------------------*/
.contact-telnum a {
	font-size: 2rem;
	text-decoration: none;
}
.contact-text-caution {
	padding-left: 16px;
	text-indent: -16px;
}

/*  お問い合わせページ - テーブル（フォーム）
-------------------------*/
.table-contact-wrap {
	padding: 40px 40px 8px;
	border: solid 1px #ccc;
}
.table-contact-wrap table {
	max-width: 700px;
	margin: 0 auto 16px;
}
.table-contact tr:first-child th,
.table-contact tr:first-child td {
	border-top: none;
}
.table-contact th {
	width: 226px;
	padding: 10px 0 10px 10px;
	background: none;
	border-width: 1px 0;
	border-color: #d3cbcb;
	border-right: solid 2px rgb(255, 255, 255, 0);
	vertical-align: middle;
	font-weight: normal;
	font-size: 15px;
}
.table-contact .required {
	margin-left: 5px;
	font-size: 11px;
	color: red;
}
.table-contact td {
	padding: 10px 10px 10px 24px;
	border-width: 1px 0;
	vertical-align: middle;
	border-color: #d3cbcb;
	font-size: 15px;
}
.table-contact td .w-100 {
	width: 100%;
}
.table-contact td textarea {
	resize: vertical;
}
.table-contact td .text-replyTime {
	margin: 8px 0 4px !important;
}
.contact-submitPolicy-wrap {
	max-width: 700px;
	margin: auto;
}
.contact-submitPolicy-wrap .contact-text-policy {
	text-align: center;
	font-size: 14px;
}
.contact-submitPolicy-wrap .contact-text-recaptcha {
	text-align: center;
	font-size: 13px;
}
.contact-submitPolicy-wrap p:has(input[type=submit]) {
	margin: 24px 0 32px;
	text-align: center;
}
.submit-contact {
	width: 100%;
	max-width: 300px;
	margin: auto;
	padding: 8px;
	background: #7b5544;
	border: solid 1px #7b5544;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #fdfcfb;
	transition: .3s;
}
@media screen and (min-width: 960px) {
	.submit-contact:hover {
		background: rgb(233, 223, 213, .3);
		color: #7b5544;
		transition: .3s;
	}
}
@media screen and (max-width: 599px) {
	.table-contact-wrap {
		padding: 0;
	}
	.table-contact th, .table-contact td {
		display: block;
		width: 100%;
		padding: 14px 10px;
		border-top: none;
	}
	.table-contact th {
		background: rgb(0, 0, 0, .05);
		border-bottom: none;
	}
	.table-contact td {
		padding: 16px 10px;
	}
	.table-contact td .w-100 {
		font-size: 16px;
	}
	.table-contact td .w-100::placeholder  {
		font-size: 14px;
	}
	.table-contact tr:last-child td {
		border-bottom: none;
	}
	.submit-contact {
		display: block;
	}
	.contact-submitPolicy-wrap .contact-text-recaptcha {
		padding: 0 16px 24px;
		text-align: left;
	}
}

/*  お問い合わせページ - reCAPTCHA
-------------------------*/
.grecaptcha-badge {
	visibility: hidden; 
}


/*-------------------------
  投稿関係
-------------------------*/
.l-topTitleArea .c-categoryList,.l-topTitleArea .c-categoryList__link {
	border-color: #452929;
	color: #452929;
}

/* 投稿関係 - 記事が一件もない場合に表示されるテキスト */
.postlist-404-text, .archive-404-text {
	padding: 16px;
	text-align: center;
	font-size: 15px;
}


/*-------------------------
  フッター
-------------------------*/
.l-footer__widgetArea {
	padding: 3rem 0 0rem;
}
.footer-logo-wrap {
	margin-bottom: 16px;
	text-align: center;
}
.footer-address {
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
}
.footer-tel {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

/*  フッター - グループ企業一覧
-------------------------*/
.footer-company-list-wrap {
	margin-bottom: 1rem;
}
.footer-company-list-title {
	display: flex;
    align-items: center;
	margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
}
.footer-company-list-title:before,
.footer-company-list-title:after {
	content: "";
    height: 2px;
    flex-grow: 1;
    background-color: rgb(69, 41, 41, .2);
}
.footer-company-list-title:before {
	 margin-right: 16px;
}
.footer-company-list-title:after {
	margin-left: 16px;
}
.footer-company-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
.footer-company-list .item {
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 16px 10px;
	background: rgb(233, 223, 213, .3);
	border: solid 2px #e9dfd5;
	border-radius: 5px;
}
.footer-company-list .item .companyName {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 15px;
}
.footer-company-list .item .button {
	display: block;
	width: 250px;
    padding: 7px 5px;
    border: solid 1px #fdfcfb;
    border-radius: 50px;
    background: #fdfcfb;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	transition: .3s;
}
.footer-company-list .item .button.first {
	margin-bottom: 8px;
}
.footer-company-list .item .button .icon {
	margin-left: 3px;
	font-size: 12px;
}
@media screen and (max-width: 959px) {
	.footer-company-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 599px) {
	.footer-company-list {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 960px) {
	.footer-company-list .item .button:hover {
		background: none;
		transition: .3s;
	}
}

/*  フッター - 個人情報保護方針・アイコン
-------------------------*/
.footer-link-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fotter-link-policy .text-link {
	font-size: 14px;
	color: #337b35;
}
.footer-link-icon {
	display: flex;
}
.footer-link-icon .button:first-child {
	margin-right: 8px;
}
.footer-link-icon .button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #fdfcfb;
	border-radius: 50px;
}
.footer-link-icon .button img {
	width: 25px;
	height: 25px;
}
@media screen and (min-width: 960px) {
	.footer-link-icon .button {
		transition: .3s;
	}
	.footer-link-icon .button:hover {
		opacity: .6;
		transition: .3s;
	}
}