/*
Theme Name: wp_hatanamiso
Theme URI: http://www.hatanamiso.com/
Author: Rio-akiyama(Plus Life Studio)
Author URI: http://plus-life.me
Description: Description
Version: 1.0.0
Text Domain: wp_hatanamiso
Tags:
ve

*/

/*
color
Main Text ::: #fff
Dark Text ::: #333
Link Text ::: #cf2c2c
Head Text ::: #b29c73

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Index Content
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-size:1.6rem;
	line-height:1.8;
	color:#fff;
	font-family:"Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background:#333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(255,255,255,0.4);
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #eeeeee;
	font-family: serif;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#b29c73;
}

h1.entry-title{
	padding:10px 0;
	border-bottom:1px #b29c73 solid;
	}
h1.area-title{
	position:relative;
	overflow:hidden;
	}
h1.area-title::after{
	display:block;
	content:"";
	border-bottom:1px #b29c73 solid;
	}
#index-content h2{
	font-size:36px;
	font-size:3.6rem;
	color:#b29c73;
	}
index-content h2 p{
	margin:0 0;
	}
#index-content h2 p.subcopy{
	font-size:12px;
	font-size:1.2rem;
	}
.sec-title{
	position:relative;
	margin-top:40px;
	overflow:hidden;
}
.sec-title::after{
	display:block;
	content:"";
	border-bottom:1px #b29c73 solid;
}

.item-list h2,	
.recipe-list h2,
.blog-list h2{
	margin:0;
	padding:1.2rem 0 0;
	font-size:14px;
	font-size:1.4rem;
	}
.site-title{
	position:absolute;
	margin:0;
	left:0;
	top:35px;
	width:180px;
	z-index:100;
	}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.fl{
	float:left;
	margin:0 10px 10px 0;
	}
.fr{
	float:right;
	margin:0 0 10px 10px;
	}

.flc{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flc.col-2 > *{
	margin-left:20px;
	width:calc(50% - 10px);
}

.flc.col-3 > *{
	margin-left:20px;
	width:calc(33% - 10px);
}

.flc.col-2 > *:first-child, .flc.col-3 > *:first-child{
	margin-left:0;
}



html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.pbox{
	position:relative;
	overflow:hidden;
	}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.youtube{
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* HEADER **/
header#masthead{
	position:fixed;
	min-height:100px;
	height:auto;
	overflow:hidden;
	transition:.5s;
}
#mobhead{
	position:fixed;
	display:none;
	top:0;
	left:0;
	min-height:50px;
	width:100%;
	background:rgba(255,255,255,.8);
	z-index:999;
}

.site-header.fixed{
	background:rgba(255,255,255,.8);
	transition:.5s;
}

.menu-menu-container{
	position:relative;
	margin:0 auto;
}
.main-navigation{
	width:100%;	
	transition:.5s;
}
.site-header.fixed .main-navigation{
	overflow:visible;

	transition:.5s;
}


.main-navigation a::after{
	display:none;
}

.main-navigation ul{
	position:absolute;
	top:55px;
	right:50px;
	margin:0;
	padding:0;
	list-style:none;
}

.main-navigation li{
	float:left;
	margin-left:40px;
}

.main-navigation li a{
	color:#333;
}

.sub-navigation{
	position:fixed;
	top: 0;
	left:0;
    width: 100%;
	z-index: 1;
	transition:.5s;
}
.site-header.fixed .sub-navigation{
    background:#333;
	transition:.5s;
}

.sub-navigation ul{
	position:relative;
	float:right;
	margin:0;
	padding:4px;
	font-size:1.4rem;
	list-style:none;
	z-index:1;
	transition:.5s;
}
.site-header.fixed .sub-navigation ul{
	position:relative;
	margin:0 auto;
	transition:.5s;
}
.sub-navigation ul li{
	float:left;
	margin-left:40px;
}
.sub-navigation ul li a{
	color:#fff;
}

.mobile-navigation #mobile-menu{
	max-height:0;
	transition:.5s;
}
.mobile-navigation #mobile-menu ul{
	list-style:none;
}
.mobile-navigation #mobile-menu ul a{
	color:#333;
}
.mobile-navigation.toggled{display:block!important;}
.mobile-navigation.toggled #mobile-menu{
    position: fixed;
	top: 50px;
	max-height:100%;
    width: 100%;
	height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 999;    
	transition:.5s;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00ccff;
	text-decoration:none;
}

a.all{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	}

.news-list a{
	color:#fff;
}
.main-navigation a{
	color:#000;
	}
#head-navigation a{
	color:#fff;
	border:none;
	text-decoration:none;
	}

.menu-main-menu-container a {
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	width:100%;
	height:100%;
	text-decoration: none;
	overflow:hidden;
	transition:background 0.5s ease-in-out;
}
.main-navigation a::after{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	transition: 0.5s;
}
.main-navigation a:hover::after{
	width: 220px;
	height: 220px;
	margin: -110px 0 0 -110px;
	}	


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
div.scroll{
	position:relative;
	overflow:hidden;
	}

.menu-main-menu-container ul {
	display: none;
	list-style: none;
	margin: 160px 0 0;
	padding-left: 0;
	border-top:#9f9f9f 1px solid;
}

.menu-main-menu-container li {
	position: relative;
	padding:20px 10px;
	height:60px;
	text-align:center;
	border-bottom:#9f9f9f 1px solid;
}



.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media all and (min-width: 768px) {
	
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navigation-recipes,.navigation-news{
	position:relative;
	padding:10px;
	width:200px;
	overflow:hidden;
	}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments Flex
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.flc{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Index Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

div#index-content{
	overflow:hidden;
	}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


/*--------------------------------------------------------------
## ADDITIONAL CONTENT
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.entry-footer{
	display:none;
	}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Lean Modal
--------------------------------------------------------------*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/******************************************
## COMMON
*******************************************/
.c-cont{
	position:relative;
	margin:0 auto;
	width:1080px;
}

.sec-page,
.sec-single{
	padding:100px 0 0;
}

.btn-link{
	position:relative;
	display:block;
	margin:20px auto 0;
	padding: 10px 0;
	width:200px;
	height:40px;
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	background:#c59b6d;
	border-radius:4px;
}
.btn-link:after{
	position:absolute;
	top:50%;
	right:10px;
	width:20px;
	height:20px;
	font-family:"Font Awesome 6 Pro";
	transform:translateY(-50%);
}
.btn-link.arrow:after{
	content:"\f0a9";
}



.page-title{
	padding:20px 0;
	color:#fff;
	background:#c59b6d;
}

.eventend{
	font-size:1.4rem;
	color:#FF8587;
}

/******************************************
## Front Page
*******************************************/
section.front{
	position:relative;
	padding:30px 0;
	background:#333;
}

#emerg-info.front{
	margin-top:400px;
}

#items.front{
	color:#333;
	background:#fff;
}

#shopping-cat{
	padding:80px 0;
}

.sec-title.front{
	margin:0 0 30px;
	font-size:3.4rem;
	color:#c59b6d;
	text-align:center;
}

.sec-title.front::after{
	border:none;
}

.sec-title.concept{
	position:relative;
	font-size:2rem;
	text-align:left;
	z-index:1;
}

.metaslider:before{
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%);
	
}

.ml-slider ul{
	margin:0;
	padding:0;
	list-style:none;
}

section.topimage{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:400px;
}


/** CONCEPT SECTION ****/
#concept.front{
	background:#333;
	overflow:hidden;
}
.concept-text.front{
	position:relative;
	width:460px;
	z-index:1;
}
.concept-bg.front{
	position:absolute;
	right:-170px;
	top:-90px;
	width:730px;
	height:600px;
	background-image:url('https://client-test.plife.studio/hatanamiso.com/wp-content/themes/wp_hatanamiso/images/miso001.png');
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

.fm-block{
	padding:40px 0 0;
	color:#c59b6d;
	text-align:center;
}

.fm-block a{color:#c59b6d;}
.fm-block:hover a{color:#fff;}

.fm-block .fm-icon{
	position:relative;
	display:block;
	margin:0 auto;
	width:120px;
	height:120px;
	border:2px solid #c59b6d;
	border-radius:60px;
}
.fm-block:hover .fm-icon{background:#c59b6d;}

.fm-icon i{
	position:absolute;
	top:50%;
	left:50%;
	font-size:5rem;
	transform: translate(-50%,-50%);
}

.fm-text{
	display:block;
	padding:20px 0;
}

/** SHOPPING SECTION ****/

.items-lists{
	margin:0;
	padding:0;
	list-style:none;
}

.items-lists.front li{
	position:relative;
	width:220px;
}
.items-lists.front li a{
	color:#333;
}

/******************************************
## About Page
*******************************************/
.about-hatana.image{
	margin:0;
}
.about-hatana.image img{
	width:100%;
}

.about-access{
	margin:40px 0 0;
}


/******************************************
## ARCHIVE Items
*******************************************/

.items-lists li{
	position:relative;
	margin-bottom:20px;
	padding:10px;
	width:300px;
	background:#fff;
}
.items-lists li a>div{
	width:100%!important;
}

/******************************************
## SINGLE Items
*******************************************/
.cartjs_product_img img{
	width:100%;
}

.cartjs_product_explain,
.item-detail__cm{
	margin-top:40px;
}


.cartjs_product_table table{
	width:100%!important;
	color:#333;
	font-family:"Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:400;
}

.cartjs_product_table table,
.cartjs_product_table tbody,
.cartjs_product_table td,
.cartjs_product_table th{
	font-weight:400;
	border:none!important;
}

.cartjs_product_img{
	padding:0!important;
	background:none!important;
}
.cartjs_product_name{
	color:#333;
}

.page-id-21 .cartjs_cart_in.archive{
	display:block;
	margin-top:10px;
}
.page-id-21 .cartjs_cart_in.archive input{
	padding:inherit;
}

.page-id-21 .cartjs_cart_in.archive:before{display:none;}

.page-id-21 .cartjs_product_img{
	margin-bottom:0!important;
}

.cartjs_cart_in input,
.cartjs_cart_in input:hover{
	position:relative;
	padding: 7px 20px 7px 40px;
    width: 140px;
    height: 30px;
	color:#fff;
	font-size:1rem;
	text-align:center;
	font-family:"Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-shadow:none;
	background:#c0272d;
	box-shadow:none;
	border:none;
	border-radius:0;
	cursor: pointer;
}

.cartjs_cart_in:before{
	content:"\f07a";
	position:absolute;
	top:50%;
	left:10px;
	width:20px;
	height:20px;
	color:#fff;
	font-family:"Font Awesome 6 Pro";
	transform:translateY(-50%);
	z-index:1;
}
.single-items .cartjs_cart_in.rakuten:before,
.single-items .cartjs_cart_in.nocm:before{left:30px;}
.single-items .cartjs_cart_in.norak:before{left:20px;}

.cartjs_cart_in{
	display:block;
	position:relative;
	margin:10px auto;
	width:140px;
	overflow:hidden;
}


.single-items .cartjs_product_table{
	margin:40px auto 0;
	padding:20px 0 120px;
	width:320px;
	background:#fff;
}


.single-items .cartjs_cart_in{
	margin:10px auto 10px;
	width:300px;
	transform:translateY(-130px);
}

.single-items .cartjs_cart_in.norak input,
.single-items .cartjs_cart_in.nocm input{
	color:#ccc;
	background:#eee;
	cursor: auto;
	pointer-events:none;
}

.single-items .cartjs_cart_in input{
    width: 300px;
    height: 50px;
	font-size:1.6rem;
}

.cartjs_cart_in.rakuten input{
	padding: 7px 20px 7px 40px;
}


.single-items .cartjs_cart_in:before{
	left:80px;
}

.schedule-lists{
	margin:0;
	padding:0;
	list-style:none;
}


.schedule-lists figure{
	margin:0;
	overflow:hidden;
}

.viewall{
	margin:40px 0;
	text-align:center;
}

.schedule-title.front{
	font-size:2rem;
}

.news-lists.front{
	margin:0;
	padding:0;
	list-style:none;
}
.news-list.front{
	padding:10px 0;
	font-size:1.6rem;
	font-weight:400;
	font-family:"Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.news-list.front .post-data{
	float:left;
	margin-right:20px;
}
.post-title.news-front{
	display:inline-block;
	margin:0;
	max-width:700px;
	color:#fff;
	font-size:1.6rem;
}

.bm-front{
	padding:10px;
	width:300px;
	background:#fff;
}
.bm-thumbnail{
	padding:20px 40px;
	color:#fff;
	background:#c59b6d;
}

.bm-icon{
    position: relative;
    margin: 0 auto;
	font-size:2rem;
}

.bm-links{
	padding:0;
	list-style:none;
}
.bm-links li{
	padding:5px 0;
	border-bottom:1px solid #eee;
}

.s-cat-lists{
	flex-wrap: wrap;
	padding: 30px 0 10px;
	background:#f1f1f1;
	outline:20px solid #f1f1f1;
}
.s-cat-lists .s-cat{
	display:block;
	position:relative;
	margin:0 0 20px;
	padding:20px 0;
	text-align:center;
	color:#333;
	background:#fff;
	border:1px solid #c59b6d;
}
.s-cat-lists .s-cat:after{
	content:"\f0a9";
	position:absolute;
	top:50%;
	right:10px;
	width:20px;
	height:20px;
	font-family:"Font Awesome 6 Pro";
	transform:translateY(-50%);
}

.item-detail-content,
.item-detail-fact{
	width:calc(50% - 10px);
	font-family:"Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.fact-disp{
	margin:0;
	padding:5px;
	color:#fff;
	font-size:1.4rem;
	text-align:center;
	background:#777;
}

body.renew table.item-detail,
body.renew table.item-disp{
	margin:0;
	font-size:1.2rem;
	border-collapse:separate;
	border-spacing:0;
	
}

body.renew table.item-detail td,
body.renew table.item-disp td,
body.renew table.item-detail th,
body.renew table.item-disp th{
	padding:4px 4px;
}
body.renew table.item-detail th,
body.renew table.item-disp th{
	width:30%;
	border-bottom:1px solid #fff;
}
body.renew table.item-detail td,
body.renew table.item-disp td{
	width:calc(70% - 5px);
	border-bottom:1px solid #fff;
}

.cartjs_product_table .cartjs_sales_price td{
	color:#B00606;
}


/******************************************
## SINGLE Items
*******************************************/

.faq-list{
	margin-top: -100px;
    padding-top: 100px;
}

/******************************************
## Footer
*******************************************/

body.renew footer{
	position:relative;
	padding:0;
	background:#c59b6d;
}

.googleMap{
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden!important;
	pointer-events:none;
}

.googleMap iframe{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.footer-content{
	padding:60px 0;
	text-align:left;
	background:#c59b6d;
}

.footer-nav.items ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-nav.items ul a{
	color:#fff;
}

.footer-logo{
	width:220px;
}

.menu-mobile-menu-container{
	display:none;
}

@media all and (max-width:767px){/* Media Query Start [Mobile Only]*/
/******************************************
## Header [Mobile Only]
*******************************************/
#mobhead{
	display:inherit;
}

#masthead{
	display:none;
}
.site-title{
	top:10px!important;
	left:10px!important;
	width:100px!important;
}
/******************************************
## Navigation [Mobile Only]
*******************************************/
.menu-main-menu-container{
	display:none;
}
.menu-toggle {
	position:absolute;
	display:block;
	right:0;
	margin:0 auto;
    padding: 25px 10px 0;
    width: 50px;
    height: 50px;
    font-size: 8px;
    font-size: .8rem;
    color: #333;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 10;
}
.main-navigation ul{
	width:100%;
	height:100%;
	max-height:0;
	background:#fff;
	overflow:hidden;
	transition:1s;
}
.menu-toggle,
.main-navigation.toggled ul {
	max-height:480px;
    transition:.5s;
}

.menu-toggle p{
	margin:10px 0 0;
}

.menu-toggle > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 50%;
    background: #333;
}

.menu-toggle > span:nth-child(1) {
    top: 15px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu-toggle > span:nth-child(2) {
    top: 20px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu-toggle > span:nth-child(3) {
    top: 25px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: rotate(225deg) translateY(-2px) translateX(-2px);
    -moz-transform: rotate(225deg) translateY(-2px) translateX(-2px);
    -webkit-transform: rotate(225deg) translateY(-2px) translateX(-2px);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: rotate(-225deg) translateY(5px) translateX(-5px);
    -moz-transform: rotate(-225deg) translateY(5px) translateX(-5px);
    -webkit-transform: rotate(-225deg) translateY(5px) translateX(-5px);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

/******************************************
## COMMON [Mobile Only]
*******************************************/
body.renew .c-cont{
	margin:0 auto;
	padding:0 10px;
	width:calc(100% - 20px);
}
	
/******************************************
## Front Page [Mobile Only]
*******************************************/	
.concept-text.front{
	width:100%;
}
.concept-bg.front{
	top: -90px;
	right:-80px;
	width: 430px;
	height: 360px;
}

.s-cat-lists .s-cat{width:100%;}
.bm-front{width:100%;}
.fm-block{width:30%;}
.fm-block .fm-icon{
	width:80px;
	height:80px;
}
.fm-icon i{font-size:3rem;}
.items-lists li{width:100%;}
	
.item-detail-content,
.item-detail-fact{
width:100%;
}

#emerg-info.front{
	margin-top:270px;
}

/*Media Query End*/}

@media all and (min-width:768px){/* Media Query Start[PC Only]*/

/******************************************
## COMMON [PC Only]
*******************************************/
.flc__pc{
	display:flex;
	justify-content: space-between;
	width:inherit;
}
	
.flc__pc.col-2 > *{
	margin-left:20px;
	width:calc(50% - 10px);
}
.flc__pc.col-2.ratio-2-3 > *:first-child{
	width:calc(40% - 10px);
}
.flc__pc.col-2.ratio-2-3 > *:nth-child(2n){
	margin-left:20px;
	width:calc(60% - 10px);
}

.flc__pc.col-3 > *{
	margin-left:20px;
	width:calc(33% - 10px);
}

.flc__pc.col-2 > *:first-child,.flc__pc.col-3 > *:first-child{
	margin-left:0;
}


/******************************************
## Front Page [PC Only]
*******************************************/		
.s-cat-lists .s-cat{
	width:220px;
}

.front-menu{
	margin-top:170px;
}

.fm-block{
	width:300px;
}
.bm-thumbnail{
	margin:0 0 20px;
	padding:0 0 10px;
	text-align:center;
}
.bm-icon{
	display:block;
	font-size:8rem;
}
.schedule-lists li{
	width:300px;
}

.schedule-lists figure{
	width:300px;
	height:168.75px;
}

/******************************************
## About Page [PC Only]
*******************************************/

.about-hatana.address{
	margin:0 0 0 20px;
}
	

/* Media Query End*/}