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

*/
.center {
	text-align: center;
}
.grecaptcha-badge { visibility: hidden; }
.sidebar {
    min-width: auto !important;
    max-width: 400px;
}
/* 見出しリセット */
/* 見出し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-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;
}
/*ページ幅調整*/
.home .content,.single .content,.archive .content,.page-id-116 .content {
	width: 95%;
	margin: auto;
}
/*ページ上部margin*/
.content {
	margin: 140px auto 2em !important;
}
.home .content {
	margin-top: 100px !important;
}
/*投稿*/
.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;
}

/*アーカイブページ*/
.content_list_a {
	color: #000;
	text-decoration: none;
}
.flex-area {
	display: flex;
	flex-wrap: wrap;
}
.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;
}

/*ヘッダー*/
.header {
	padding-bottom: 10px;
}
.header-container-in.hlt-top-menu .logo-text{
	display: none;
}
#header-container,#header-container .navi, .header,#navi .navi-in>.menu-header .sub-menu {
	background-color: #fcf6ca !important;
}
#header-in {
	flex-direction: unset;
	justify-content: start;
	align-items: center;
	width: 100%;
}
#header-in p {
	padding: 0 0 0 20px;
}
.header_logo {
	width: 500px;
}

.header-container {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: rgba(255,255,255,0.8);
}
select {
	background-color: rgba(255,255,255,1);
}
#lang-select-container {
	width: 200px;
}
.corporation_link p a{
	background: #000;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
}
.main_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0;
}
.main_menu li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: auto;
	font-size: 0.8rem;
	margin: 0 10px;
	padding: 2px 20px;
}
.main_menu li a {
	text-decoration: none;
	color: #000;
}
.main_menu li a img {
	width: 70%;
	padding: 2px;
}
.header_top_container {
	display: flex;
	justify-content: space-between;
	padding: 5px;
}
.item-label {
	font-size: 0.8rem;
}
.navi-in>ul li {
	width: 120px;
}
.header_top_container_left p {
	font-size: 0.8rem;
}
.header_top_container_right {
	display: flex;
	justify-content: center;
}
.header_top_container_right button {
	margin: 0 10px;
	border-radius: 10px;
	background-color: orange;
	padding: 5px 20px;
	width: 130px;
	border: 0;
}
.header_top_container_right button a {
	color: #fff;
	text-decoration: none;
}
.menu-drawer .menu-item {
	margin: 10px 0;
}
.navi-menu-content {
	background-color: #fcf6ca;
}

/*ハンバーガーメニュー*/
.menu-btn-pos {
  position: fixed;
  top: 46px;
  right: 20px;
  z-index: 10000;
}
.menu-btn {
	display: none;
	width: 70px;
	height: 46px;
	position: fixed;
	top: 20px;
	right: 30px;
	cursor: pointer;
	text-align: center;
	z-index: 10000;
}
.menu-btn .hamburger {
	position: relative;
	width: 42px;
	height: 37px;
	margin: auto;
}
.menu-btn .hamburger div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2.5px;
	background: #000;
	transform: translateX(-50%) translateY(-50%);
	transition: 0.1s;
}
.menu-btn .hamburger div::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2.5px;
	background: #000;
	top: -10px;
	left: 0;
	transition: 0.3s;
}
.menu-btn .hamburger div::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2.5px;
	background: #000;
	bottom: -10px;
	left: 0;
	transition: 0.3s;
}
.menu-open .menu-btn div {
	background: none;
}
.menu-open .menu-btn div::before {
	transform: translateY(10px) rotate(-45deg);
}
.menu-open .menu-btn div::after {
	transform: translateY(-10px) rotate(-135deg);
}
.menu-open .menu {
  display: block;
  z-index: 9999;
}
.menu {
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding: 90px 15px 15px 15px;
  height: 100vh;
  display: none;
}
.menu ul li {
	margin-bottom: 10px;
	padding: 5px 0;
}
.menu ul li a {
	color: #000;
}

/*シングルページ*/
.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 .chirashi_text {
	border: 1px solid #000;
	padding: 2%;
	border-radius: 10px;
}
.chirashi_img_list {
	display: flex;
}
.chirashi_img_list figure {
	margin: 1%;
}

/*アーカイブ*/
.chirashi_archive_area .content_list {
	display: flex;
	justify-content: space-around;
	border: 1px solid #ccc;
	margin: 50px 0;
}
.content_list_left,.content_list_right {
	width: 50%;
	padding: 2%;
}
.content_list_left {
	text-align: center;
}
.coupon_list {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
}
.coupon_list div {
	display: flex;
	flex-wrap: wrap;
}
.coupon_list div figure {
	width: 300px;
	text-align: center;
	margin: 10px;
}
.catch {
	font-size: 1.2rem !important;
	font-weight: 800;
	color: #cc0a04;
}

/*メインページ*/
.main {
	padding: 0 20px !important;
	border: 0 !important;
	flex-grow: 1;
}
.sidebar {
	width: auto;
	min-width: 400px;
}
.wrap {
	width: 100%;
}
.content-in {
	flex-wrap: nowrap !important;
}
.sp_logo {
	display: none;
}
.midashi {
	padding: 0.5em !important;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffaf4 !important;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}
.btn-arrow {
	margin: auto;
	text-align: center;
}
.btn-arrow a {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	width: 80%;
	display: inline-block;
}
.chirashi_box {
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
}
.chirashi_box div {
	border: 1px solid #ccc;
	padding: 10px;
	width: 365px;
	margin: 1%;
}
.chirashi_box div a figure {
	text-align: center;
	width: 100%;
	height: 160px;
	margin: 10px 5px;
	overflow: hidden;
}
@media screen and (max-width: 1280px) {
	.chirashi_box div {
		width: 100%;
	}
	.chirashi_box div a figure {
		height: 300px;
	}
}
.chirashi_box div h3 {
	font-size: 1.1rem;
}
.chirashi_box div h4 {
	color: #cc0a04;
	font-size: 1rem;
}
.chirashi_box div p {
	margin-bottom: 0;
	font-size: 0.9rem;
}
.chirashi_box div a figure img {
	width: 100%;
}
.chirashi_box a {
	color: #000 !important;
	text-decoration: none;
}
.cat-label {
	background-color: #fff !important;
	border: 1px solid #000 !important;
}
.dot_line {
	border: 1px dotted #ccc;
	margin: 100px 0 !important;
}

/*サイドバー*/
.widget-sidebar-title {
	margin: 0 !important;
}
.product-categories {
	padding-left: 20px !important;
	list-style: none;
}
.cat-item a {
	text-decoration: none;
	color: #000;
}
.children {
	padding-left: 20px !important;
}
.woocommerce ul.product_list_widget li img {
	width: 100px !important;
}

/*利用ガイド*/
.sub_ttl {
	border: 1px solid dotted;
	padding: 10px 0;
}
table.souryou {
  max-width: 100%;
  margin: 10px 0px;
  padding: 0px;
  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: 4.0em;
}
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;
}

/*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: #000;
	color: white;
}
.wrapper {
	width: 100%;
	display: inline;
}
.btn_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_btn {
	background-color: #000;
	margin: 21px;
	padding: 25px;
}
.link_btn a {
	color: #fff;
	text-decoration: none;
}

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

/*フッター*/
.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: #000;
	padding: 10px;
}
.footer_content .main_menu a {
	color: white;
}
.footer_content figure {
	text-align: center;
	margin: 50px 0;
}
.footer_content figure img {
	width: 500px;
}
.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;
}
.footer_under_menu li {
	width: auto;
	margin: 0 10px;
}
.footer_under_menu li a {
	text-decoration: none;
}

@media screen and (max-width: 820px) {
	.header-in {
		display: flex !important;
		justify-content: space-around;
		align-items: center;
	}
	.header_logo figure a img {
		width: 70%;
	}
	#header-in {
		flex-direction: column;
	}
	.header_logo {
		text-align: center;
	}
	.single_content {
		display: block;
	}
	.single_image,.single_detail {
		width: 100%;
		margin: 0;
		padding: 1%;
	}
	.kindredposts {
		display: flex;
		flex-wrap: wrap;
	}
	.navi-in > ul {
		flex-wrap: nowrap;
	}
	.header-container-in.hlt-top-menu {
		display: flex;
		flex-direction: unset;
	}
	.blog .content {
		margin-top: 100px !important;
	}
	.chirashi_img_list {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 430px) {
	.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;
	}
	.info_container_left:before {
		content: none;
	}
	.header-container {
		display: none;
	}
	.menu-btn {
		display: block;
	}
	/*パンクず*/
	.breadcrumb {
		margin: 10px auto 2em !important;
	}
	/*ページ上部margin*/
	.archive .content, .page .content, .single .content {
		margin: 90px auto 2em !important;
	}
	.header_menu_container {
		margin-top: 30px;
	}
	.sp_logo {
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.sp_logo img {
		width: 60%;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
	}
	.top_news {
		display: block;
	}
	.news-swiper-container .swiper-slide {
		height: 68.5px !important;
		padding-left: 122px;
	}
	.news-swiper-container {
		height: 4.4em;
	}
	.news_link_btn {
		text-align: end;
	}
	.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: 320px;
	}
	.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%;
	}
	.main_area .is-animated::before,.main_area .is-animated::after {
		width: 70px;
	}
	.footer_content .main_menu {
		width: 100% !important;
		justify-content: center !important;
	}
	.single_detail h1 {
		font-size: 1.3rem;
	}
	.content_list {
		display: block !important;
	}
	.content_list_left,.content_list_right {
		width: 100%;
	}
	.search-menu-button {
		display: none;
	}
	.single_detail table th {
		width: 77px;
	}
	.single_detail h1 {
		margin-top: 20px;
	}
	.category_search table td a {
		font-size: 0.8rem;
	}
	.category_search {
		margin: 50px 0px;
	}
}