/*
Theme Name: Pure Child
Theme URI: https://wp-cocoon.com/
Template: pure
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.6.2.1691924446
Updated: 2023-08-13 20:00:46

*/
#booking-package-locale-ja_falsed {
	display: none;
}
.article {
	width: 90%;
	margin: 0 auto;
}
.header_top_container_right {
	margin-left: auto;
	padding: 10px;
}
.header_top_container_right {
	display: flex;
	justify-content: center;
}
.header_top_container_right button {
	margin: 0 10px;
	border-radius: 10px;
	background-color: green;
	padding: 5px 20px;
	width: 130px;
	border: 0;
}
.header_top_container_right button a {
	color: #fff;
	text-decoration: none;
}
.grecaptcha-badge { visibility: hidden; }
/* 見出しリセット */
/* 見出し2 */
.article h2 {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

/* 見出し3 */
.article h3 {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* 見出し4 */
.article h4 {
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;
}

/* 見出し5 */
.article h5 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;
}

/* 見出し6 */
.article h6 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;
}
/* main背景 */
.home .main,
.archive .main {
	background: #fff;
}
/*削除*/
.date-tags,.author-info,.admin-pv {
	display: none;
}
/*table*/
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
/*ul*/
ul {
	padding-left: 0;
}
/*ページ幅調整*/
.page-id-11 .content,.page-id-13 .content,.category .content,.single-post .content {
	width: 80%;
	margin: auto;
}

/*天気*/
.booked-wzs-250-175 {
	width: 100% !important;
}
.info {
	margin: auto;
}

/*投稿*/
.cat-link {
	background-color: #fff;
	border: 1px solid #000;
}
.new-entry-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*hover*/
a:hover {
	color: #ccc;
	opacity: 0.8;
}

/*ハンバーガーメニュー*/
nav.NavMenu {
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #024519;
	color: #fff; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100vw; /*全幅表示*/
	height: 100%;
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
	display: flex; /* 追加 */
	justify-content: center; /* 追加 */
	align-items: center; /* 追加 */
	overflow-y: scroll;
  }
nav.NavMenu ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
nav.NavMenu ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #fff;
}
nav.NavMenu ul li:first-child {
	background-color: #fff !important;
}
nav.NavMenu ul li:last-child {
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}
nav.NavMenu ul li a {
	display: flex; /* 追加 */
	justify-content: space-between; /* 追加 */
	align-items: center; /* 追加 */
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s;
	position: relative;
	width: 60%;
	margin: 20px auto;
}
/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
	transform: translateY(0%);
}
/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: fixed;    /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 3;
  background: #024519;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
  transition: .35s ease-in-out;			/*変化の速度を指定*/
  left: 11px;
}

.Toggle span:nth-child(1) {
  top: 15px;
}

.Toggle span:nth-child(2) {
  top: 24px;
}

.Toggle span:nth-child(3) {
  top: 33px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 24px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.NavMenu .menu-box {
	margin: auto;
}
.NavMenu .menu-box .logo {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.NavMenu .menu-box .arrow {
  width: 26px;
  margin-left: 60px;
}

/*ラインメニュー*/
.line_menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
.home .line_menu {
	margin-top: 50px !important;
}
.menu_box {
	width: 25%;
	text-align: center;
	padding: 2%;
}
.menu_box a {
	text-decoration: none;
	color: #000;
}
.menu_box figure {
	width: 50%;
	margin: auto;
	padding: 5%;
}
.menu_box h3 {
	margin: -4% auto 5%;
	font-size: clamp(12px, 2.2vw, 32px);
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif !important;
}
.line_menu .menu_box:nth-child(1) {
	background-color: #8ab599;
}
.line_menu .menu_box:nth-child(2) {
	background-color: #8a98b5;
}
.line_menu .menu_box:nth-child(3) {
	background-color: #b28ab5;
}
.line_menu .menu_box:nth-child(4) {
	background-color: #b59c8a;
}

/*メインページ*/
#gt_float_wrapper {
	right: 150px !important;
	top: 15px !important;
}
.home .article-header,.page-id-216 .article-header {
	display: none;
}
.main {
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}
.entry-content,.content {
	margin-top: 0 !important;
}
video {
	margin-bottom: 0 !important;
}
.dot_line {
	border-bottom: 3px dotted #ccc;
	margin: 50px auto;
	width: 80%;
}
.wrap {
	width: 100%;
}
video {
	width: 100%;
}
.mt_100 {
	margin-top: 100px;
}
.mt_50 {
	margin-top: 50px;
}
.mb_50 {
	margin-bottom: 50px;
}
.midashi h2 {
	font-family: Impact, sans-serif !important;
	text-align: center;
	font-size: clamp(16px, 3.2vw, 40px);
	background-image: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,104,55,1) 10%, rgba(122,200,67,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twitter-timeline {
	margin: auto;
}

/*ボタン*/
.button-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #064b24;
    border-radius: 25px;
    background-color: #fff;
    color: #064b24;
    font-size: 1em;
}
.button-arrow a {
	text-decoration: none;
	color: #064b24;
}
.button-arrow::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #064b24;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-arrow:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

/*ヘッダー*/
.header_logo figure {
	width: 300px;
}
.header_logo figure img {
	width: 100%;
}
.header_logo p {
	padding-left: 20px;
	font-size: 0.8rem;
	margin-top: -15px;
}

/*news*/
.whatsnew {
	width: 80%;
	margin: auto !important;
}
.cat-label {
	background-color: #fff !important;
}

/*天気*/
.weather-customize {
	width: 100%;
}

/*modal*/
#modal {
	display: none;
}
#modal.is-open {
	display: block;
}
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal__container {
	background-color: #fff;
	padding: 30px;
	margin-right: 20px;
	margin-left: 20px;
	width: 80%;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
	text-align: center;
}
.modal__close {
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 16px;
	margin: 16px auto 0;
	background: #000;
	color: white;
	display: inherit;
}
.modal__btn {
	width: 100px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	margin: 16px auto;
	background: #035711;
	color: white;
}
.wrapper {
	width: 100%;
	display: inline;
}
.btn_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_btn {
	background-color: #035711;
	margin: 21px;
	padding: 25px;
}
.link_btn a {
	color: #fff;
	text-decoration: none;
}

/*パンクず*/
.breadcrumbs {
	padding: 15px;
}
.breadcrumbs span a {
	color: #000;
	text-decoration: none;
}

/*pr*/
.pr_slider {
	align-items: center;
}
.pr_box figure {
	padding: 5px;
}
.pr_box figure a {
	display: flex;
	align-items: center;
}
.pr_box figure a img {
	width: 100% !important;
	object-fit: contain;
}



/*アーカイブページ*/
.content_list {
	margin: 2%;
}
.content_list_a {
	color: #000;
	text-decoration: none;
}
.flex-area {
	display: flex;
	flex-wrap: wrap;
	margin: 0 50px;
}
.flex-area a {
	width: 50%;
	padding: 10px
}
.content_list p {
	font-size: 0.8rem;
}
.content_list .address {
	margin-bottom: 10px;
}
.category_search {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	margin: 50px 20px;
}
.category_search table {
	margin-bottom: 0;
}
.category_search table tr td:first-child {
	width: 170px;
}
.category_search table td {
	border: 0;
}
.category_search table td a {
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	padding: 5px;
	margin: 10px;
	display: inline-block;
}

/*シングルページ*/
.single_content {
	display: flex;
	justify-content: center;
}
.single_image,.single_detail {
	width: 50%;
	margin: 2%;
}
.category-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.category-list p {
	margin: 2px 10px;
	padding: 0 15px;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
}
.category-list p a {
	text-decoration: none;
	color: #000;
}
.single_detail table th {
	width: 150px;
}
.single_image h3 {
	margin: 20px 0;
}
.single_image p {
	border: 1px solid #000;
	padding: 2%;
	border-radius: 10px;
}

/*Woo*/
.woocommerce ul.product_list_widget li img {
    width: 100px !important
}
.midashi_tit {
	padding: 0.5em !important;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #b1f0bf !important;/*背景色*/
	border-left: solid 5px #055e18;/*左線（実線 太さ 色）*/
}
.midashi_sub_ttl {
    border: 1px solid dotted;
    padding: 10px 0
}
table.souryou {
    max-width: 100%;
    margin: 10px 0;
    padding: 0;
    border-collapse: collapse;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

table.souryou th {
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
    width: 4em
}

table.souryou td {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    text-align: center
}

.sptable {
    overflow: auto
}

.woocommerce-MyAccount-navigation ul {
    list-style: none
}

.woocommerce-MyAccount-navigation-link {
    background-color: #fcf6ca;
    width: 80%;
    text-align: center;
    padding: 10px;
    border-radius: 10px
}

.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    color: #000
}

.woocommerce div.product form.cart .button {
    background-color: orange !important
}
/*スライダー*/
#slide {
	overflow: hidden;
}
.store_box {
	text-align: center;
	position: relative;
	background-color: #fff !important;
	padding: 1%;
}

.store_box figure {
	margin: 0 auto;
	text-align: center
}
.store_box figure img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.store_box h3 {
	font-size: 1rem;
	text-align: center;
	margin: 20px 0 0;
	padding: 0 0 13px;
	border-bottom: 3px solid #000;
}
.store_box p {
	max-width: 300px;
	height: auto;
	margin: 20px 5px 30px;
	text-align: left !important;
}
.btn-arrow {
	margin-bottom: 10px;
}
.btn-arrow a {
	background-color: #035711;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 20px;
}
/*slick*/
.slider-6 {
  margin: 0 !important;
}
.slider-6 .slick-slide {
  height: auto;
  overflow: hidden;
}
.slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-list {
	height: 400px;
}
.thumbs_dots {
  margin: 10px 0 0;
}
.thumbs_list li {
  display: inline-block;
  width: 120px;
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
  margin: 1%;
}
.thumbs_list li.slick-active {
  opacity: 1;
}


/*フッター*/
.footer,.footer-in,.footer-mobile {
	margin: 0;
	padding: 0;
}
.footer-widgets .footer-left,.footer-widgets .footer-right {
	display: none;
}
.footer-widgets .footer-center {
	width: 100%;
	padding: 0;
}
.footer_content .main_menu {
	background-color: #024519;
	padding: 10px;
}
.footer_content .main_menu a {
	color: white;
}
.footer_content figure {
	text-align: center;
	margin: 50px 0;
}
.footer_content figure img {
	width: 200px;
}
.footer_content .main_menu li a {
	color: #fff !important;
}
.footer_under_menu {
	padding-left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px 0;
}
.footer_under_menu li {
	width: auto;
	margin: 0 10px;
}
.footer_under_menu li a {
	text-decoration: none;
}
.main_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
}
.main_menu li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 150px;
	font-size: 0.8rem;
	margin: 0;
	padding: 2px 20px;
	border-left: 1px dotted #ccc;
}
.main_menu li:last-child {
	border-right: 1px dotted #ccc;
}
.main_menu li a {
	text-decoration: none;
	color: #000;
}
.main_menu li a img {
	width: 70%;
	padding: 2px;
}

@media screen and (max-width: 820px) {
	.single_content {
		display: block;
	}
	.single_image,.single_detail {
		width: 100%;
		margin: 0;
		padding: 1%;
	}
}
@media screen and (max-width: 430px) {
	.footer_content .main_menu {
		width: 100% !important;
		justify-content: center !important;
	}
	.main_menu {
		flex-wrap: wrap;
		justify-content: start;
		width: 90%;
		margin: auto;
	}
	.main_menu li {
		border-left: none;
		padding: 10px 20px;
	}
	.main_menu li:last-child {
		border-right: none;
	}
	/*パンクず*/
	.breadcrumb {
		margin: 10px auto 2em !important;
	}
	.store_box h3 {
		font-size: 0.9rem;
	}
	.store_box p {
		width: 100%;
		padding: 2%;
		text-align: center !important;
	}
	.store_box h2:before {
		right: 10% !important;
	}
	.store_box h2:after {
		left: 10% !important;
	}
	.link_btn a {
		margin: 0;
		font-size: 0.8rem;
		padding: 20px;
	}
	.slick-list {
		height: 220px;
	}
	.btn_flex {
		display: block;
		text-align: center;
	}
	.category_search table th,.category_search table td {
		display: block;
	}
	.flex-area {
		display: block;
	}
	.flex-area a {
		width: 100%;
	}
	.NavMenu .menu-box .logo {
		width: 280px;
	}
	.header_logo figure {
		width: 170px;
	}
	.header_logo p {
		padding-left: 8px;
		font-size: 0.6rem;
		margin-top: -9px;
	}
	.line_menu {
		flex-wrap: wrap;
	}
	.line_menu .menu_box {
		width: 50%;
	}
	.single_detail table th {
		width: 80px;
	}
	.single_content {
		margin: 1%;
	}
	.mt_100 {
		margin-top: 50px !important;
	}
	.mb_50 {
		margin-bottom: 0 !important;
	}
	.content_list {
		border-bottom: 3px dotted #ccc;
		padding-bottom: 20px;
	}
	#gt_float_wrapper {
    right: 80px !important;
    top: 5px !important;
}
}