@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
#main.main{
	padding-top: 1px;
	padding-bottom:1px;
}
.main {
	padding-top: 1px;
}
/**/
html {
	scroll-behavior: smooth;
}
.article .toc{
	margin-bottom:2em;
}
/*画像キャプション*/

.wp-caption {
	background: transparent;
	border: none;
	margin-top:0;
	margin-bottom:1.3em;
}
.wp-caption .wp-caption-text, .gallery .gallery-caption{
	color:#999;
	font-size:0.7em;
}
table .wp-caption{
	margin-bottom:5px;
	white-space:normal;
	line-height:1.3;
}
table .wp-caption .wp-caption-text{
	font-size:11px;
}
/*全体設定*/

#main {
	border: none;
}
#container {
	background: #fff;
}
#content a {
	text-decoration-line: none;
}
a:hover {
	color: #1e73be;
	opacity: 0.7;
}
.go-to-top-button{
	background-color:rgba(255,217,0,0.4);
	color:#c99400;
}
/*目次リスト*/
.toc-content>ol>li>ol{
	list-style-type:circle;
}

/*Flexbox設定*/

.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.centering {
	text-align: center;
}

/*2カラム*/
@media screen and (min-width : 480px){
	.two-col section,.two-col div.left,.two-col div.right{
		width:calc(100%/2);
		padding-left:5px;
		padding-right:5px;
		margin:0;
	}
	.two-col section p{
		padding:0 5px;
	}
}

/*リスト表示*/
.flex-list{
	flex-direction:column;
	flex-wrap: wrap;
}
.flex-list li{
	width:calc(100%/2);
	font-size:90%;
}
.flex-list li:first-letter{
	color:#ff3300;
	margin-right:3px;
	font-weight:600;
}
.flex-list li::marker{
	color:transparent;
}

@media (min-width:480px){
	.flex-list{
		height:190px;
	}
}
@media (max-width:480px){
	.flex-list{
		height:inherit;
	}
	.flex-list li{
		width:100%;
	}
}

/******
 * ボタンデザイン
 ******/

.btn {
	background: transparent;
	margin: 0 auto;
}

/*外部リンク※予約ボタン*/
.btn.btn04 a {
    background-image: linear-gradient(to right, #fcb900 0%, #ff6900 100%);
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 300px;
	padding: 15px 20px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-size: 17.5px;
	font-weight: 600;
	border-radius: 100px;
	text-shadow: 1px 2px 3px #af5900;
	box-shadow:1px 2px 3px #af590069;
	border:none;
}
.btn04 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-left: 5px;
}
.btn04 a:active {
	text-decoration: none;
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
    box-shadow: none;
}
.btn.btn04 {
	margin: 1.5em auto;
	padding: 7px 0;
	border:inherit;
}
.caption {
	color: #777;
	font-size: 12px;
	display: block;
	position: absolute;
	margin-top: 6.5em;
	margin-left: -4px;
	text-shadow: none;
	width: 130%;
}

/*内部リンク*/
.btn.btn2 {
	display: block;
	width: 100%;
	margin-top: 1.5em;
	text-align: center;
	padding-right: 0;
	border:inherit;
}
.btn a {
	border: 1px solid #1e73be;
	padding: 10px 15px 12px 20px;
	margin: 0;
	border-radius:25px;
}
.float-right{
	float:right;
}

/******
 * タイトルレイアウト*
 ******/

.article h2,.sidebar h2,
.sidebar h3 {
	background-color: #ffeed3;
}

/*h2*/
@media screen and (max-width: 1023px) {
    h2 span, h3 span, h4 span {
        padding-top: 60px;
        margin-top: -60px;
    }
}


/*h3*/
.article h3 {
	border-left: 5px solid;
	border-color:#ffa443;
	padding: 12px 15px;
	margin: 40px 0 22px;
}
.article .shopinfo h3 {
	border: none;
}
.h3small{
	margin-top:-8px;
	padding-left:20px;
	font-weight:600;
	color:#777
}
@media screen and (max-width: 429px){
	.h3small{
		padding-left:0;
	}
}
h3{
	clear:both;
}

/*h4*/
.article h4 {
	border-top: 1px solid #ffa443;
	border-bottom: 1px solid #ccc;
}
.info-box h4,.primary-box h4{
	border-top: 1px solid #0c5460;
}
.success-box h4{
	font-size:18px;
	margin-bottom:10px;
	border-top:none;
}

/*h5*/
.article h5{
	border:none;
	margin-bottom:4px;
}

/*アイコン*/
.sea-icon:before{
	font-family:"font awesome 5 free";
	content:"\f773";
	margin-right:5px;
	color:#11b1f7;
}
.icon-address:before,.icon-clock:before,.icon-clip:before,.icon-doublearrow:before{
	font-family:"Font Awesome 5 Free";
	margin:0 4px;
	font-weight:600;
}
.icon-address:before{
	content:"\f3c5";
	padding:0 2px 0 0;
}
.icon-clock:before{
	content:"\f017";
}
.icon-clip:before{
	content:"\f0c6";
	padding:0 1px;
}
.icon-doublearrow:before{
	content:"\f101";
	padding:0 1px;
}
.icon-blank{
	margin-left:23px;
}

/*スライダー*/

#content .flex-control-paging li a {
	background: #ddd;
}
#content .flex-control-paging li a.flex-active {
	background: #ffc107;
}

/******
 * 文字色
 ******/

.gray {
	color: #476493;
}
.orange{
	color:#f57113;
}
.pink{
	color:#ff799d;
}
div.pink{
	color:inherit;
}

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


/*アイキャッチ非表示*/

.post-8 .eye-catch-wrap,
.post-8 h1,
.post-8 .date-tags,
.top-area-mobile {
	display: none;
}
@media screen and (max-width : 480px) {
	.top-area-mobile {
		display: block;
	}
}

/******
 * グローバルナビ*
 ******/

#navi .navi-in a {
	color: #333;
	font-weight: 500;
}
#navi .navi-in a:hover {
	color: #333;
	opacity: 0.7;
}
.navi-in>ul li {
	width: calc(100%/8);
	line-height: 1.2em;
	min-width: 100px;
}

/*メニュー共通*/

.menu-drawer li {
	background: rgba(255, 255, 255, 0.9);
}
.caption-wrap {
	margin-top: 5px;
}
li.menu-item a:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 32px;
	box-sizing: border-box;
}
/*グローバルメニュー用*/


/*PCメニュー用*/

.menu-content {
	background: transparent;
	max-width: 100%;
}
.menu-content .menu-drawer {
	margin-top: 30px;
	padding: 0 2em 30px
}
.menu-close-button {
	margin-top: 15px;
}
.menu-drawer a {
	height: 55px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: 600;
}

.menu-pc {
	font-weight: 500;
}
.menu-pc li a:before {
}
.item-label:before{
	content: "";
	display: block;
	position: relative;
	height: 32px;
	width: 32px;
	text-align: center;
	margin:0 auto 5px;
	background-size:22px;
}
/******
 * アイコン設定 *
 ******/

/*特集*/

#menu-item-65 a,
li.menu-item-65 a {
	border-bottom: 2px solid #F8B516;
}
#menu-item-65 .item-label:before,
li.menu-item-65 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/2023/01/menuicon-pen.png)no-repeat;
}
li#menu-item-65:hover{
	background:rgba(248, 181, 22,0.2);
}

/*食べる*/

#menu-item-66 a,
li.menu-item-66 a {
	border-bottom: 2px solid #EC6C1F;
}
#menu-item-66 .item-label:before,
li.menu-item-66 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/2023/01/menuicon-gourmet.png)no-repeat;
}
li#menu-item-66:hover{
	background:rgb(236, 108, 31,0.2);
}

/*遊ぶ*/

#menu-item-67 a,
li.menu-item-67 a {
	border-bottom: 2px solid #00B5DE;
}
#menu-item-67 .item-label:before,
li.menu-item-67 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/2023/01/menuicon-nami.png)no-repeat;
}
li#menu-item-67:hover{
	background:rgba(0, 181, 222,0.2);
}

/*観光*/

#menu-item-68 a,
li.menu-item-68 a {
	border-bottom: 2px solid #73A82D;
}
#menu-item-68 .item-label:before,
li.menu-item-68 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/menuicon-kankou.png)no-repeat;
}
li#menu-item-68:hover{
	background:rgba(115, 168, 45,0.2);
}
li.menu-item-68 a:before {
	height: 30px;
}

/*買う*/

#menu-item-69 a,
li.menu-item-69 a {
	border-bottom: 2px solid;
	border-color: #E94C4D;
}
#menu-item-69 .item-label:before,
li.menu-item-69 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/2023/01/menuicon-shopping.png)no-repeat;
}
li#menu-item-69:hover{
	background:rgba(233, 76, 77,0.2);
}

/*癒やし*/

#menu-item-268 a,
li.menu-item-268 a {
	border-bottom: 2px solid #C2CA2E;
}
#menu-item-268 .item-label:before,
li.menu-item-268 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/2023/01/menuicon-refresh.png)no-repeat;
}
li#menu-item-268:hover{
	background:rgba(194, 202, 46,0.2);
}

/*泊まる*/

#menu-item-70 a,
li.menu-item-70 a {
	border-bottom: 2px solid #EDDA15;
}
#menu-item-70 .item-label:before,
li.menu-item-70 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/menuicon-stay.png)no-repeat;
}
li#menu-item-70:hover{
	background:rgba(237, 218, 21,0.2);
}

/*サービス*/

#menu-item-20639 a,
li.menu-item-20639 a {
	border-bottom: 2px solid #f37584;
}
#menu-item-20639 .item-label:before,
li.menu-item-20639 a:before {
	background: url(https://chura-mania.com/wp-content/uploads/menuicon-service.png)no-repeat;
}
li#menu-item-20639:hover{
	background:rgba(243, 117, 132,0.2);
}

li.menu-item a:before {
	content: "";
	display: inline-block;
	height:32px;
	width:32px;
	box-sizing: border-box;
	margin-right:10px;
	margin-bottom:0;
}
@media(min-width:1023px){
	li.menu-item a:before {
		content:none;
	}
}

/*ボタン装飾*/

.mobile-menu-buttons .menu-button {
	font-size: 20px;
	color: #000;
}
.navi-menu-icon {
	padding-top: 7px;
}
.search-menu-icon {
	padding-top: 10px;
}
.mobile-menu-buttons .menu-caption {
	opacity: 1;
}
.navi-menu-caption.menu-caption {
	padding-top: 5px;
}
.navi-menu-button.menu-button {
	display: block;
	height: 53px;
	width: 53px;
	line-height: 0;
	background: #ffc107;
	border-radius: 100px;
	border: double 5px #fff;
	color: #fff;
	font-size: 20px;
	margin: 5px 5px 3px 0
}
.logo-menu-button img {
	max-height: 55px;
}

.post a {
	text-decoration: none;
}

/*タグ一覧*/
.tagclip {
	max-height: 180px;
	overflow-y: hidden;
}
.tagclip .cliplist {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 5px;
	background:#fff;
}
.body .tagclip .cliplist:last-child{
	margin-bottom:5px;
}
.tagclip .cliplist a:before,
.toptag a:before {
	content: "#";
}
.tag-icon:before,.fa-tag.tax-icon:before{
	content:"\f292";
	color: #333;
}
.entry-categories-tags .tax-icon{
	margin:0 1px;
}
.tag-link,.tagcloud a,.tagclip .cliplist{
	border:1px solid #ccc;
	border-radius:10px;
}
.page-id-210 #front-page-title,
.page-id-210 ol#breadcrumb,
.page-id-210 ol#breadcrumb li {
	display: none !important;
	color: transparent !important;
	margin: 0;
	padding: 0;
}
.topmap {
	text-align: center;
}
.topmap img {
	margin-top: 0;
}
.timetable {
	font-size: .8em;
}
.post table ul {
	margin: 0 0 0 30px;
	padding: 0;
}
.shopinfo dt {
	font-weight: bold;
	color: #EC6C1F;
	margin: 1em 3% 10px 0;
	border-bottom: 1px solid #EC6C1F;
}
.article .shopinfo {
	margin: 0;
	padding: 0 10px;
	border:none;
}
.article dd {
	margin-left: 0;
}
.shopinfo dd {
	padding-left: 2px;
}
.article dd>table {
	margin: 10px 0 0 0;
}
.article .shopinfo ul {
	padding-left: 13px;
	margin-bottom:1em;
}
.shopinfo ol,.shopinfo ul{
	padding-top:0.5px;
	padding-bottom:0.5px;
}

/*投稿下部カテゴリ*/

.cat-link-4 {
	/*食べる*/
	background-color: #EC6C1F;
}
.cat-link-5 {
	/*特集*/
	background-color: #F8B516;
}
.cat-link-6 {
	/*遊ぶ*/
	background-color: #00B5DE;
}
.cat-link-7 {
	/*観光*/
	background-color: #73A82D;
}
.cat-link-8 {
	/*買う*/
	background-color: #E94C4D;
}
.cat-link-9 {
	/*泊まる*/
	background-color: #EDDA15;
}
.cat-link-17 {
	/*癒やし*/
	background-color: #C2CA2E;
}
.cat-link-153{
	/*サービス*/
	background-color: #f37584;
}
.sns-share-buttons .icon-facebook {
	margin-left: -5px;
	margin-right: -3px
}

/*詳細-内部リンク表示用*/

.textlink {
	margin: 0 auto 2.5em;
	max-width: 400px;
}
@media screen and (max-width:360px) {
	.textlink07 a {
		padding-right: 20px;
	}
}
.flexlink {
	margin: 0 auto;
	text-align: center;
}
.textlink07 a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 40px;
    margin: 5px;
    font-weight: 600;
    background-image: linear-gradient(to top left, #e3f9ff 0%, #99cef9 100%);
	box-shadow:1px 1px 3px #ccccccba;
    color: #1e73be;
}
.border-or a {
    background-image: linear-gradient(to right, #fcb900 0%, #ff6900 100%);
    color: #fff;
}
.textlink07 a:before {
	font-family: "font awesome 5 free";
	content: "\f0da";
	position: absolute;
	top: 29%;
	right: 8px;
	font-weight: 600;
}
.textlink07 span {
	display: block;
}
@media screen and (max-width:480px) {
	.flexbox.flexlink {
		flex-direction: column;
	}
	.flexbox.flexlink p {
		margin: 5px auto;
		width: 95%;
	}
}
.textlink07 a:hover {
	background: #d9f2ff;
}
.border-or a:hover {
	background: #ffe2d1;
}
.flexlink p {
	width: calc(100%/2)
}
.flexbox.infoflex:before {
	content: "Spot info";
	position: absolute;
	font-size: 25px;
	right: 0;
	text-align: center;
	margin-top: -1.2em;
	margin-right: 1.6em;
	padding: 0 0 0 30px;
	height: 38px;
	width: 118px;
	background: url(https://chura-mania.com/wp-content/uploads/2023/03/ow-favicon.png)no-repeat;
	background-size: contain;
	background-color: #fff;
	text-shadow: 2px 2px 2px #81cdff;
	font-family: cursive;
}
@media screen and (min-width:660px) {
	.flexbox.infoflex {
		flex-wrap: nowrap;
	}
	.flexbox .section-left,
	.section-right {
		display: block;
		width: calc(100%/2);
		padding: 0;
	}
	.section-right {
		margin-left: 20px;
	}
}
@media screen and (max-width:659px) {
	.flexbox .section-left,
	.flexbox .section-right {
		width: 100%;
	}
	.section-right {
		margin-left: 0;
	}
}
.infoflex {
	margin-top: 3.5em;
	border: solid 2px #ddd;
	border-radius: 10px;
	padding: 5px 10px 20px;
}
@media screen and (max-width : 480px) {
	img.alignleft,
	img.alignright {
		float: inherit;
		width: 100%;
		clear: both;
		margin: 0 auto;
	}
	.alignright {
		float: inherit;
		margin: 0 auto 1em;
	}
}

/*コメント欄*/

.comment-body {
	border: 1px solid #ccc;
	padding: 10px 15px;
}
.comment-author-admin .comment-body {
	border: 1px solid #2ca9e1;
}
.children .comment-body:before {
	font-family: "font awesome 5 free";
	content: "\f3e5";
	font-weight: 600;
	position: absolute;
	margin: -28px 0 0 -5px;
	color: #aaa;
}
.comment-body img {
	/*	display:none;*/
}

/*囲み枠*/

@media screen and (max-width:480px) {
	.information-box:before,
	.question-box:before,
	.alert-box:before {
		font-size: 24px;
	}
	.information-box,.question-box,.alert-box{
		margin-top:2em;
	}
}

.information-box p:last-child{
	margin-bottom:0;
}

.info-box,.success-box{
	margin-bottom:1em;
}
.q-and-a .info-box{
	margin-top:-1em;
	margin-bottom:1.6em;
}
/******
 * ブログカード設定*
 ******/

.blogcard{
	padding-bottom:1%;
	font-size:13px;
}
.blogcard-post-date {
	font-size: 13px;
	color: #aaa;
}
.internal-blogcard {
	/*内部カード*/
	border-color: #77aad8;
}
.external-blogcard {
	/*外部カード*/
	border-color: #f4ae84;
}
.blogcard:before,.blogcard-post-date:before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.blogcard:before{
	display: block;
	padding: 3px;
	border-radius: 3px;
	margin-top: -10px;
}
.internal-blogcard:before{
	content:"\f0c1  関連ページ";
	color:#77aad8;
}
.external-blogcard:before{
	content:"\f35d  外部リンク";
	color:#f4ae84;
}
.blogcard-post-date:before{
	content:"\f1da";
	margin-right:3px;
}

.blogcard-title{
	font-size:14px;
}
@media screen and (max-width: 480px){
	.blogcard-snippet{
		padding-top:1em;
	}
}

/*ブログカード設定ここまで*/

@media screen and (max-width : 480px) {
	.alignleft {
		float: inherit;
		margin: 3px auto 1em;
	}
}
::marker {
	color: #ffa443;
	margin-left: 0;
}

.info-box dl{
	border:none;
	margin:0;
	padding:0;
}
.info-box dt{
	font-weight:600;
}

.info-box ::marker, .primary-box ::marker {
	color: #00a3af;
}
.article ul {
	padding-left: 18px;
}
@media screen and (min-width : 480px) {
	div#metaslider-id-1441 {
		display: none;
	}
	div#metaslider_22 {
		display: block
	}
}
@media screen and (max-width : 480px) {
	div#metaslider-id-1441 {
		display: block;
	}
	div#metaslider_22 {
		display: none;
	}
}
/*メタスライダー.metaslider*/
.entry-content .metaslider .flexslider .flex-direction-nav li a{
	opacity:0.4;
}

/*新着記事*/

#main .new-entry-card{
	box-shadow:2px 1px 3px #ddd,-1px -1px 1px #eee;
	border-radius:8px;
	background:#fff;
}
#main .new-entry-card-thumb img{
	border-radius:8px 8px 0 0;
}
#main .new-entry-card .card-title,#main .new-entry-card .post-date{
	margin:0 3px;
}

/*新着記事の日付を表示*/

.new-entry-cards .cat-label {
	display: inline;
}
.new-entry-card-date.widget-entry-card-date.display-none {
	display: block;
}
.is-list-horizontal .card-title {
	font-size: 14px;
	line-height: 1.3;
	height: 36px;
}
.new-entry-card-date.widget-entry-card-date.display-none .post-update {
	display: none;
}
.page-id-8 .is-list-horizontal .swiper-button-next {
	margin-top: 60px;
}

/*新着記事ループの日付非表示*/
.info-loop .new-entry-card-date.widget-entry-card-date.display-none{
	display:none;
}
/*テーブル用*/
table tr:nth-of-type(even){
	background-color:#fff;
}
table tr:nth-of-type(odd){
	background-color:#fafbfc;
}
.scrollable-table th{
	background-color:#efefef;
	border:2px solid #fff;
}

/*タグ別関連記事表示用*/

.column-taglist {
	border: 2px solid #ddd;
	border-radius: 10px;
	padding: 30px 10px 8px;
	margin-top: 3em;
}
.column-taglist h2 {
	background: #fff;
	padding: 0 10px 0 0;
	position: absolute;
	margin: -2em 0 0 0;
}

/*　タグ別関連記事表示用ここまで　*/

/*　関連記事文字リンクここから　*/

.relation-box{
	color: #004085;
	background-color: #eee;
	border-color: #eee;
	padding: 15px;
	border-radius: 8px;
	margin-top:20px;
	margin-bottom: 20px;
}
.relation-box a{
	color:#1e73be;
}
.relation-box ul{
	margin:0;
}
.relation-box li::marker{
	color:#004085;
}
.relation-box:before{
	content:"▼ 関連記事";
	font-weight:600;
}

/*関連記事文字リンクここまで*/

/******
 * エリア検索ここから*
 ******/


/*マップエリア-切り替えタブ部分*/

.tab-area {
	width: 100%;
	margin: 0 auto;
}
.tab-area br {
	display: none;
}
.tab-btn {
	display: none;
	/*タブの切り替えを制御するラジオボタンを非表示*/
}
ul.tab-list-wrap {
	padding-left: 0;
	margin: 0 auto;
}
.tab-list-wrap {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	/*ボタンを横並びに*/
	justify-content: start;
	flex-wrap: wrap;
}
.tab-list {
	display: block;
	padding: 3px 7px;
	text-align: center;
	border-radius: 10px;
	background: #ffc10747;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 13.5px;
}
ul.tab-list-wrap {
	margin-top: -5px;
}
#tab-btn1:checked~.tab-list-wrap #tab-list1,
#tab-btn2:checked~.tab-list-wrap #tab-list2,
#tab-btn3:checked~.tab-list-wrap #tab-list3,
#tab-btn4:checked~.tab-list-wrap #tab-list4,
#tab-btn5:checked~.tab-list-wrap #tab-list5,
#tab-btn6:checked~.tab-list-wrap #tab-list6,
#tab-btn7:checked~.tab-list-wrap #tab-list7,
#tab-btn8:checked~.tab-list-wrap #tab-list8 {
	background: #ffc107;
	/*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}
.tab-content {
	display: none;
	/*初期状態を非表示に*/
}
#tab-btn1:checked~.tab-content-wrap #tab-content1,
#tab-btn2:checked~.tab-content-wrap #tab-content2,
#tab-btn3:checked~.tab-content-wrap #tab-content3,
#tab-btn4:checked~.tab-content-wrap #tab-content4,
#tab-btn5:checked~.tab-content-wrap #tab-content5,
#tab-btn6:checked~.tab-content-wrap #tab-content6,
#tab-btn7:checked~.tab-content-wrap #tab-content7,
#tab-btn8:checked~.tab-content-wrap #tab-content8 {
	display: block;
	/*対応するボタンにチェックが入ったときに表示*/
}

/*マップエリア-サイズ設定*/

.maparea-1 {
	/*地図画像部分*/
	width: 53%;
	padding-right: 15px;
	max-width: 600px;
}
.maparea-2 {
	/*地名タグカラム*/
	width: 46%;
	padding-left: 15px;
}
@media screen and (max-width:480px) {
	.maparea-1,
	.maparea-2 {
		width: 100%;
		padding: 0 5px;
	}
}

/*マップエリア-タグカラム設定*/

.a-tagarea h4 {
	margin: 0.8em 0 0.2em;
	padding-left: 0;
}
.a-tagarea h4:first-child {
	margin-top: 0;
}
.a-tagarea h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	margin-right: 5px;
    color: #87abc9;
    font-size: 20px;
}
.a-tagarea h5 {
	border: none;
	margin: 0;
}
.article .a-tagarea h4{
	border:none;
}

/*全域マップの時は一部非表示*/

#tab-content1 h5,
#tab-content1 .tab01none {
	display: none;
}

/* エリア検索ここまで*/

@media screen and (max-width: 375px) and (min-width: 357px) {
	.e-card-title {
		margin-bottom: 0.75em;
	}
}

/*新着記事にNEWマークここから*/
.front-top-page .new-entry-cards a:first-child:before {
	content: "NEW!";
	display: block;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	margin: 6px 8px;
	left:0;
	z-index: 1;
	text-align: center;
	font-size: 14px;
	padding: 3px 8px;
	border-radius: 5px;
	color: #ff0000;
	border: 1px solid #ff0000;
}
/*新着記事にNEWマークここまで*/


/*SNSロゴ付与ここから*/

.article ul.a-link {
	padding-left: 0;
}
.a-link li::marker {
	color: transparent;
}
.a-link li::before {
	font-family: "icomoon";
	margin-right: 6px;
	font-size: 110%;
	border: solid 1px;
	border-radius: 5px;
	padding: 3px;
}
.article ul li.a-home:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ac";
	font-weight: 600;
	color: #ec6f23;
}
.a-line:before {
	content: "\e915";
	color: #00c300;
}
.a-twitter:before {
	content: "\e917";
	color: #000;
}
.article .a-instagram:before {
	content: "\ea92";
	background-image: linear-gradient(-135deg, #4933f7, #ef1837, #fbd980);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: solid 1px #cc6dab;
}
.a-facebook:before {
	content: "\e919";
	color: #3b5998;
}
.a-tiktok:before{
	content: "\e906";
	color:#000;
	text-shadow: 1px 1px 1px #f01d53, -1px -1px 1px #69cad1;
}
.a-youtube:before{
	content: "\e91f";
	color:#ff0000;
}
.icon-instagram:before{
	content: "\ea92";
	background-image: linear-gradient(-135deg, #4933f7, #ef1837, #fbd980);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left:5px;
	margin-right:5px;
}

/*SNSロゴ付与ここまで*/


/*関連記事*/

@media screen and (min-width:600px) {
	.column-taglist .widget-related-entry-cards {
		display: flex;
		flex-wrap: wrap;
	}
	.column-taglist .widget-related-entry-cards a {
		width: calc(100%/2);
	}
}
.column-taglist .card-title {
	padding-top: 2px;
}
aside#related-entries {
	margin-bottom: 0;
}
.single #main {
	margin-bottom: 0;
}
.single #footer {
	margin-top: 0;
}
@media screen and (max-width: 480px) {
	.entry-title {
		padding-left: 0;
	}
}
.sbp-r:not(.not-nested-style) .speech-balloon::before{
	border-left-color:#ffd900;
}
div.speech-balloon {
	border-color: #ffd900;
}
.speech-balloon::before {
	border-right: 12px solid #ffd900;
}
.sbp-r .speech-balloon::before {
	border-left: 12px solid #ffd900;
}
@media screen and (max-width:481px) {
	.information-box {
		padding-top: 35px;
	}
}
.speech-balloon h2 {
	font-size: 1.2em;
	background: none;
	margin: 0;
	padding: 10px 0;
	color:#333;
}

/* * ウィジェット設定* */
.widget-entry-card-title{
	margin-left: 3px;
	padding-top: 3px;
	font-size: 15px;
}
.widget-entry-cards.card-large-image figure img {
	max-height: 118px;
}

.widget_text.widget .card-title{
	max-height:4em;
}
.widget_text.widget .new-entry-cards a:first-child:before{
	content:none;
}
.widget_text.widget .new-entry-card-date{
	display:none;
}

/*テーブル-項目を固定*/

.fix_cell {
	left: 0px;
	position: sticky;
	z-index: var(--z-one);
	outline: 1px solid #eee;
}

/*テーブル-セルの背景色*/

.back-odd {
	background: #fff;
}
.back-even {
	background: #fafbfc;
}
.content-bottom-in {
	display: flex;
	margin: 0 1em;
}
.custom-html-widget a {
	text-decoration: none;
}
.custom-html-widget {
	margin: 0 auto;
	text-align: center;
}
.tag-entry-card .new-entry-card-date.widget-entry-card-date.display-none {
	display: none;
}
.tag-entry-card,
.tag-entry-card .new-entry-cards {
	margin: 0;
}
.column-taglist .toc {
	display: none;
}
.column-taglist p {
	background: #fff;
	margin-top: -2.5em;
	padding: 0 8px;
	position: absolute;
	font-size: 1.2em;
	font-weight: 600;
}
.h2tagcolor {
	color: #1e50a2;
	padding-right: 3px;
}
.smallcom:before {
	display: block;
	font-size: 80%;
	color: rgba(0, 0, 0, .5)
}
.seat:after {
	font-family: "Font Awesome 5 Free";
	content: " \f00e";
	font-weight: 600;
}
.flexbox.infoflex:before {
	text-shadow: 2px 2px 2px #ffe28a
}
.dl-flex .fas,dl .fas{
	color: #777;
}
.fa,.fas{
	margin:0 4px;
}
.allborder {
	display: inline-block;
	border: 1px solid #81a7b9;
	padding: 4px;
	margin: 5px;
	border-radius: 3px;
	font-weight: 600;
	color: #555;
}
dl {
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
	border-radius: 5px;
}

.primary-box.waku{
	background:#f3fafe;
	border:3px solid #b8daff;
	padding:12px;
}
.primary-box.waku dl.info-flex {
	border:1px solid #ddd;
	color:#000;
}
.primary-box dl{
	border:none;
}

.pick-up:before{
	font-family:"font awesome 5 free";
	content:"\f0a6";
	margin-right:0.3em;
	font-size:1.3rem;
	font-weight:400;
	color:#ec6c1f;
}
.pick-up.shop:before{
	content:"\f290";
	font-weight:600;
	color:#ffc107;
}

dd, dt {
	padding: 5px;
}
.article dd ul{
	margin-bottom:3px;
}
.article dd p{
	margin-bottom:5px;
}

dl.info-flex,.dl-flex dl.info-flex{
	display: flex;
	flex-wrap: wrap;
}
.info-flex dt{
	width:22%;
	background: #efefef;
	margin-bottom:3px;
	text-align:center;
	font-size:95%;
}
@media screen and (min-width : 480px){
	.info-flex dt br{
		display:none;
	}
}
@media screen and (max-width : 480px){
	.info-flex dt{
		font-size:13px;
	}
	.info-flex dd{
		font-size:14px;
	}
}
.info-flex dt.b-blue{
	background:#beddfa;
}
.info-flex dt:nth-child(2){
	margin-top:3px;
}
.info-flex dd{
	width:calc(100% - 22%);
	border-bottom:1px dashed #eee;
}
.info-flex dd:last-child{
	border-bottom-color:transparent;
}
.info-flex dt.title{
	width:100%;
}
dt.title{
	float:inherit;
	clear:inherit;
	width:100%;
	border:none;
	margin-bottom:3px;
	background:#f7e0cc;
	text-align:left;
	font-weight: 600;
	padding: 3px 0 3px 8px;
}
.info-flex dd.float-right{
	width:100%;
}
.float-right .flexbox{
	float:right;
	margin-top:0.8em;
}
.float-right .flexbox a{
	margin-left:3px;
	margin-right:3px;
}
.float-right a{
	border:1px solid #1e73be;
	padding:4px 4px 4px 8px;
}
dd h4{
	width:90px;
}
.rental h4,.article dd h4{
	background: #eee;
	border: none;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
}
.rental h4{
	width:auto;
}
.rental dd p {
	margin: 0;
}
@media screen and (min-width:600px) {
	.rental .flex {
		display: flex;
		flex-wrap: wrap;
	}
	.rental dd {
		width: calc(99%/2);
		margin: 0px auto;
		display: inline-block;
	}
}
.float-right a.external-link{
	border-color:#EC6C1F;
	color:#EC6C1F;
}
.dl-flex iframe{
	height:200px;
}

/*広告バナー用*/

.banner-box {
	display: block;
	width: 400px;
	max-width: 95%;
	margin: 0 auto 2em;
}
.pr-caption {
	float: right;
	display: block;
	font-size: 13px;
	color: #aaa;
	margin: 2px 0 3px;
}
.banner{
	display:block;
	width:305px;
	margin:0 auto;
}

.top-caption{
	margin-bottom:0;
}
.top-caption p{
	text-align:center;
	margin-bottom:5px;
}
/*バナー用ここまで*/

/*コラム～選用ナンバリング ここから*/

.number h3{
	counter-increment: counter-h3;
	counter-reset: counter-h4;
}
.number h3:after{
	content: counter(counter-h3);
}
.number h3{
	border-left:none;
	border-top:none;
	border-right:none;
	border-color:#ffc262;
	margin-top:65px;
	padding-bottom:3px;
	padding-left:20px;
	border-bottom:4px double #ffc262;
}
.number h3:after{
	font-family:'Noto Serif JP', serif;
	float:right;
	position:absolute;
	font-size:80px;
	right:8%;
	margin-top:-48px;
	color:#ffc262;
	font-weight:600;
	z-index:-1;
}
@media screen and (max-width : 480px){
	.number h3{
		margin-top:48px;
		padding-left:3px;
	}
	.number h3:after{
		font-size:70px;
		margin-top:-48px;
		right:5%;
	}
}
.number.pink h3{
	border-color:#f78da7;
}
.number.pink h3:after{
	color:#f78da7;
}
/*コラム～選用ナンバリング ここまで*/

/*目次にナンバリング([toc]を<div class="number">内に表示)*/
.number .toc-content li{
	counter-increment: rank-count;
}
.number .toc-content li:before{
	content:counter(rank-count)"位";
	margin-right:5px;
}
/*目次にナンバリング　ここまで*/

.service th,.service td{
	border:1px solid #ccc;
}
.newshop:before,#post-3676 .toc-content li:nth-child(19) > a:after{
	content:"NEW!";
	font-size:70%;
	color:#ff0000;
	margin-left:3px;
}

.dl-flex{
	display:flex;
	flex-wrap:wrap;
}
.dl-flex dl{
	width:calc(98%/2);
	display:block;
	margin-right:1px;
	margin-left:1px;
}
@media screen and (max-width:600px){
	.dl-flex dd br{
		display:none;
	}
	.dl-flex dl{
		width:100%;
	}
}

.service table{
	table-layout: fixed;
	text-align:center;
}
.service th{
	background:#f7e0cc;
	white-space:pre-wrap;
}
.service table caption{
	text-align:left;
	color:#777;
	font-weight:600;
}
.body .service .scrollable-table{
	margin-bottom:0.5em;
}

/*PR表示用*/
.prtag{
	margin:0 0 3px;
	font-size:0.9em;
}
.prtag:before{
	content:"";
}

/*プランカード用PRタグ*/
.pr-plan{
	font-size:12px;
	color:#aaa;
	border:1px solid;
	border-radius:3px;
	float:right;
	padding:1px 3px;
}

/*ランキング用*/

/*個別ランキング数字*/
.article h4.rank1,.article h4.rank2,.article h4.rank3{
	border:none;
	padding-bottom:0;
	margin-bottom:10px;
}
.rank1:before,.rank2:before,.rank3:before{
	color:#ffc107;
	font-size:2em;
	margin-right:8px;
}
.rank1:before{
	content:"1.";
}
.rank2:before{
	content:"2.";
}
.rank3:before{
	content:"3.";
}


.tag01{
	font-size:12px;
	border:1px solid;
	border-radius:5px;
	padding:2px 8px;
	margin:0 2px 8px;
	color:#fff;
}
.tag01.orange{
	background-color:#ec6c1f;
}
.tag01.red{
	background-color:#f5464d;
}
.tag01.pink{
	background-color:#ff6daf;
}
.tag01.blue{
	background-color:#4287f5;
}
.tag01.yellow{
	background-color:#ffc107;
}
.tag01.green{
	background-color:#73A82D;
}
.ranking .flexbox{
	margin-bottom:8px;
}
/*ランキング用ここまで*/

/*プランカード*/
.plan-card{
	margin:0 0 1.5em;
	border:3px solid #8ae5de;
	background: #f3fcfb;
	border-radius:9px;
}
.plan-card section{
	padding:10px 5px;
	width:100%;
}
.plan-card section:nth-child(1){
	margin:0 auto;
	padding:10px 5px 10px 10px;
}
@media(min-width:600px){
.plan-card section:nth-child(1){
	display:inline-block;
	width:215px;
}
.plan-card section:nth-child(2){
	width:calc(100% - 215px);
	padding-top:5px;
	}
}
.plan-card p{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
}
.plan-card img{
	display:block;
	width:200px;
	height:auto;
	object-fit:contain;
	text-align:center;
	margin:0 auto;
}
.plan-card .wp-caption{
	padding-top:0;
	margin-bottom:-10px;
}
.plan-title{
	font-size:1.1em;
	font-weight:600;
}
.plan-price{
	display:block;
	font-size:1.25rem;
	color:#ff0000;
	font-weight:600;
}
.plan-info,.plan-card .info-flex dd{
	font-size:14px;
}
.plan-official{
	font-size:0.8em;
	background:#d1ecf1;
}
.plan-official:before{
	font-family:"Font Awesome 5 Free";
	content:"\f0c6";
	font-weight:900;
	margin-right:3px;
	color:#555;
}
.plan-card details{
	padding:5px;
}
details dl{
	color:#333;
}
.reserve-caption {
	display: block;
	text-align: center;
	color: #777;
	font-size: 12px;
}
.reserve-caption:after{
	font-family:"Font Awesome 5 Free";
	content:"\f35d";
	font-weight:600;
	margin-left:5px;
}

/*プランカード※スライダー*/

.planflex{
	width:100%;
	overflow-x:scroll;
	flex-wrap:nowrap;
}
.plancard{
	margin:0 3px;
	border:3px solid #8ae5de;
	width:240px;
	border-radius:9px;
	background: #f3fcfb;
}
.plancard img{
	display:block;
	width:250px;
	height:180px;
	border-radius:8px 8px 0 0;
	text-align:center;
	margin:0px auto;
	object-fit:cover;
}
.plancard .planname{
	font-size:15px;
	font-weight:600;
	line-height:24px;
	height:52px;
	margin:8px 5px 5px;
}
.planshop{
	background:#d6f3f1;
	font-size:13px;
	padding-left:8px;
	padding-right:8px;
}
.planshop:before{
	font-family:"Font Awesome 5 Free";
	content:"\f0c6";
	font-weight:900;
	margin-right:3px;
	color:#555;
}
.semaku{
	letter-spacing:-0.5px;
}
.plancard .price{
	display:block;
	font-size:1.25rem;
	color:#ff0000;
	font-weight:600;
	padding:5px 8px;
}
.plancard .info-text{
	font-size:14px;
	padding:3px 8px;
}
.plancard details{
	padding:5px;
}
.plancard dt{
	width:80px;
}
.plancard dd{
	width:calc(100% - 80px);
}
.plancard dl{
	margin:0;
	width:225px;
	font-size:90%;
}
/*プランカード※スライダーここまで*/
/*画像に枠*/
.main-img{
	border: #FFC260 10px solid;
	border-radius:15px;
}
/*下部広告BOX*/
.uranai-box{
	border:3px solid #ffe65a;
	/*border-image: linear-gradient(135deg, #ffe65a, #938539) 1;*/
	padding:1em;
	border-radius:8px;
}
li>ul>li::marker{
	color:#fad79d;
}


/*FAQ用折りたたみ*/
.faq-column details {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 1em;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
.faq-column details[open]{
	background: #fff9e9;
}
.faq-column summary {
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
	outline: none;
    }
.faq-column summary::-webkit-details-marker {
	display: none;
}
.faq-column .answer{
	margin:0.5em -0.5em 0;
	padding:0.5em;
}
.faq-column .answer p:first-child:before{
	content:"A. ";
	font-weight:bold;
	font-size:1.1rem;
}
.faq-column details p:last-child{
	margin-bottom:0;
}
/*アーカイブ用写真表示*/
.archive .card-thumb img,.widget .card-thumb img,.related-list .card-thumb img{
	border:4px solid white;
	box-shadow:3px 3px 3px #ccc, -4px -4px 4px #eee;
}

/*口コミ,get_comnnet*/
.review{
	display:block;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 12px 0;
	border-radius: 0 35px;
}
@media screen and (min-width :480px ) {	
	.review {
		padding:10px 18px;
	}
}
.inyou {
	font-size: .8em;
	float: right;
	margin: -22px 0;
}
.review .text{
	padding:10px 5px;
}
.review img{
	float:left;
	max-width:50px;
	margin:0 5px;
}
.review .inyou p{
	font-size: 11px;
	margin-bottom:0;
	color:#16164b;
}
.review .inyou {
	float:inherit;
	text-align:right;
	margin: -5px 0 0;
}
.star-rating {
	color: #F8B516;
	margin-bottom: 10px;
	border-bottom: 1px solid #fce0b1;
    display: inline-block;
}
.star-rating:before {
	content: "評価：";
	color: #777;
}
@media screen and (max-width : 480px) {
	.review img {
		float: left;
	
	}
}

/*カテゴリーアーカイブ用*/
.category-box{
	background:transparent;
	border:5px double #ffc171;
}
.category-box h4{
	color:#333;
	border-top:none;
	border-bottom-color:#ffc171;
	margin-bottom:0;
}


.no-scroll th,.no-scroll td{
	white-space:normal;
}
.no-scroll tbody td:first-child{
	text-align:center;
}


/*ウェディング用hタグ*/
.single .category-feature-post.tag-wedding-post h2{
	background:inherit;
	text-align:center;
	border-top:5px dotted #ffa2b2;
	padding:20px 5px;
	color:#ff8da1;
	margin-bottom:16px;
}
.single .category-feature-post.tag-wedding-post h3{
	border-color:#ffa2b2;
}
.single .category-feature-post.tag-wedding-post h4{
	border-top-color:#ffa2b2;
}
.single .category-feature-post.tag-wedding-post .tag-section .tag01{
	color:#ff8da1;
	line-height:2.3
}

/*tag-ウェディング用プランカード*/
.tag-wedding-post .plan-card{
	background:#fdf2f6;
	border-color:#ffc9dd;
	clear:both;
}
.tag-wedding-post .plan-official{
	background:#ffc9dd;
}
.tag-wedding-post .plan-official a{
	color:#d1507f;
}
.tag-wedding-post .plan-official:before{
	content:"\f004";
	color:#ff89b5;
}
.tag-wedding-post .plan-price{
	color:#ff0e66;
}

/*ウェディング用カスタマイズ*/
.tag-wedding-post th{
	background:#fce59d;
}
.tag-wedding-post .no-scroll td {
	border-color:#fce59d
}



/*カード表示*/
.location-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 10px;
	padding: 10px;
}
.location-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	border:1px solid #d5d5d5;
}
.location-card:hover {
	transform: translateY(-4px);
}
.location-card h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:none;
	padding:0;
}
.location-card p {
	font-size: 14px;
}
.location-card img{
	margin:8px 0;
}
.location-card p.l-link {
	font-weight: bold;
	text-align:right;
	margin-bottom:0;
}

/*ランキング表示用*/
.ranking-box{
	border:1px solid #ddd;
	padding:8px;
}
.ranking-box h4{
	border:none;
	margin:8px 0 5px;
}
.ranking-box h5{
	font-size:1.1em;
	margin:0 0;
}
.ranking-box .left img{
	margin:0;
	border-radius:20px;
}
.ranking-box .border-or a{
	margin:5px;
}
ul.price-info {
	padding-left:0;
}
.ranking-box .address:before{
	content:"\f3c5";
}
.ranking-box .price:before{
	content:"\f157";
}
.ranking-box .camera:before{
	content:"\f083";
}

.address:before, .price:before,.camera:before,.point:before{
	font-family:"font awesome 5 free";
	font-weight:600;
	margin-right:5px;
	color:#e5b72e;
}
.ranking-box ul.price-info li::marker{
	color:transparent;
}
.ranking-box{
	font-size:14px;
}
.ranking-box ul{
	margin-bottom:14px;
}
p.img-caption,.img-caption{
	font-size:12px;
	color:#999;
	text-align:center;
	padding:2px 0;
	margin:3px 0;
}
.ranking-box .tag-section {
	padding:5px 0 8px;
}
/*ランキング表示用ここまで*/