@charset "UTF-8";
@import url(/css/sanitize.css);
@keyframes anime {
	0% {
	  visibility: visible;
	  opacity: 0;
	}
	15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@media screen and (max-width:1024px) {
.w_max {
	width: 100% !important;
}
.pc {
	display: none !important;
}
body {
	margin: 0;
	max-width: 100%;
}
header {
	display: flex;
    justify-content: space-between;
    padding: 3.25% 4.25% 2.25% 4.25%;
    z-index: 5;
    top: 0;
}
header img {
	width: 60%;
}
content {
	width: 100%;
}
#nav-toggle {
	position: fixed;
    top: 3%;
    right: 5%;
    height: 32px;
    cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 40px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #282828;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}
.open #nav-toggle span {
	background: #282828;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}

#container {
	z-index: 900;
}
#gloval-nav {
	background: white;
	color: #282828;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	letter-spacing: 0.25em;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
	display: block;
	text-decoration: none;
	padding: 2.5vw 0;

}
#gloval-nav a:hover {
	color: #666 !important;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform 0.6s ease, opacity 0.2s ease;
}
.narrow_txt {
	text-decoration: none;
    text-align: left;
    font-size: 3.5vw;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: black;
    transform: scale(1,1.5) !important;
    line-height: 1em;
    letter-spacing: 0.25em;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
	transition-delay: 1.05s;
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.05s ease, opacity 0.9s ease;
}
.sns_icon {
	display: flex;
}
.sns_icon img {
	width: 40px;
    margin-right: 15px;
}
.hero { 
	position: relative;
    overflow: hidden;
    height: 125vw;
}
.slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
}
.slider .image{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 15s 0s infinite;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider .image:nth-of-type(1){
  background-image: url(https://minca-akita.com/images/top_mv01.png);
}
.slider .image:nth-of-type(2){
  animation-delay: 5s;
  background-image: url(https://minca-akita.com/images/top_mv02.png);
}
.slider .image:nth-of-type(3){
  animation-delay: 10s;
  background-image: url(https://minca-akita.com/images/top_mv03_s.jpg);
}
.store_btn {
	text-align: right;
    margin-right: 35px;
}
.main {
	width: 100%;
	margin: 0 auto;
}
.main img {
	width: 100%;
}
.sub {
	width: 100%;
}
.sub img {
	width: 100%;
}
.instagram_feed {
	background-color: #f5f4f3;
}
.instagram_link {
	font-family: YuGothic,"Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1em;
    margin-top: 5%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    background: url(https://minca-akita.com/images/insta_icon.png) no-repeat;
    background-size: 40px;
    padding-right: 50px;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
}
.blog {
	position: relative;
}
.potyomkin {
	position: absolute;
    top: 70vw;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    padding-left: 2.5%;
}
.double {
}
.double_daruma {
	display: flex;
    flex-wrap: wrap;
}
.history {
	width: 100%;
}
.history img {
	width: 100%;
}
.brand {
	width: 100%;
}
.brand img {
	width: 100%;
	margin-top: 15%;
}
footer {
	width: 100%;
    margin: 0 auto;
}
footer .info img {
	width: 100%;
	padding-bottom: 50px;
}
.info {
	position: relative;
}
.info_pochomkin {
	position: absolute;
    top: -7.5%;
    bottom: 0;
    left: 2.5%;
    right: 0;
    width: 20%;
}
.street {
	position: relative;
}
.street_img {
	position: absolute;
    bottom: -7.5%;
    left: 15%;
    right: 0;
    width: 80%;
}
.address {
	position: relative;
}
.address img {
	width: 77.5%;
}
.address_face {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 37.5%;
    left: 62.5%;
}
.ul_hero {
	position: relative;
    overflow: hidden;
    height: 125vw;
}
.ul_hero img {
	position: absolute;
    top: 0;
    left: -55%;
    width: auto;
    height: 100%;
}
.txt_area {
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 112.5%;
    margin-left: -6.25%;
}
.history_txt_area {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 125%;
    margin-left: -12.5%;
}
.history_txt_area p {
	font-size: 1.125em;
    line-height: 1.75em;
    letter-spacing: 0.25em;
    text-align: justify;
}
.txt_area h2 {
	font-size: 2em;
    text-align: center;
    font-weight: lighter;
	line-height: 1.5em;
}
.txt_area p {
	font-size: 1.125em;
    line-height: 1.75em;
    letter-spacing: 0.25em;
    text-align: justify;
}
.txt_right {
	text-align: right !important;	
}
.stxt {
	font-size: 0.55em !important;
    text-align: right !important;
}
.double_box img {
	width: 100%;
	margin-bottom: 2.5%;
}
.pochomkin_box {
	position: relative;
	margin-top: 25%;
}
.heaven {
	position: absolute;
    top: -15%;
    bottom: 0;
    right: 2.5%;
    width: 50%;
}
.brand_mv {
	position: absolute;
    width: 85%;
    margin: -115% auto 0 auto;
	left: 7.5%;
}
.brand_cmt { 
	width: 75%;
    margin: 0 auto;
}
.brand_cmt img { 
	width: 100%;
}
.pt20 {
	padding-top: 20%;	
}
.blog_block {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    width: 90%;
    margin: 0 auto;
}
.blog_block h3 {
	font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 5%;
}
.blog_block .day {
	font-size: 0.75em;
    margin-bottom: 7.5%;
    font-weight: lighter;
    letter-spacing: 0.05em;
}
.blog_block p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.75;
}
.blog_block .next_btn {
	text-align: center;
    font-size: 1em;
    color: white;
    padding: 10%;
    background-color: #898989;
    width: 100px;
}
.blog_cnt {
    margin-bottom: 50px;
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 35px;
}
.link-more {
	text-align: right !important;
}
.more-link {
	color: white;
    padding: 2.5% 5%;
    background-color: #898989;
}
.next_btn_right {
	display: flex;
    justify-content: flex-end;
    margin-right: 5%;
}
.yellow {
	background-color: #fff100;	
}
.profile {
    width: 90%;
    margin: 0 auto;
}
.profile h3 {
	width: 55%;
    margin: 0 auto;
}
.profile p {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 110%;
    margin-left: -5%;
    font-size: 1.25em;
    line-height: 1.75em;
    text-align: center;
}
.map {
	width: 100%;
}
.parking {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 110%;
    margin-left: -5%;
    font-size: 1.25em;
    line-height: 1.75em;
	padding-top: 5%;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.mailForm {
	width: 90%;
    margin: 0 auto;
	text-align: center;
}
input, textarea {
	font-size: 1rem;
    width: 90%;
    padding: 2.5%;
    margin-bottom: 1em;
    border: 1px black solid;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
dd {
    margin-inline-start: 0;
}
#submit_button_cover input {
	font-size: 2rem;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    background-color: #fff100;
    color: black;
    margin-bottom: 10%;
    border: 1px solid #fff100;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    padding: 5% 15%;
}
.comment p {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 1.35em;
    line-height: 1.5em;
	text-align: center;
}
.w90 {
	width: 90%;
    margin: 0 auto;
}
.privacy_main {
	width: 90%;
    margin: 30% auto 15% auto;
    font-size: 0.95em;
    line-height: 1.75em;
}
.thanks_main {
	width: 90%;
    margin: 5% auto 15% auto;
    line-height: 1.75em;
}
.privacy_main .txt_area {
    margin: 0 auto;
}
.txtcenter {
	text-align: center !important;
}
.btn {
	font-size: 32px;
    text-align: center !important;
    margin: 0 auto;
    background-color: #fff100;
    color: black;
    margin-bottom: 10%;
    border: 1px solid #fff100;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    padding: 5% 15%;
    line-height: 1.5;
}
.txt_area h3 {
	font-size: 2.75em;
    text-align: center;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin: 0;
    line-height: 1.25em;
}
.txtred {
	color: #e60012;
}
.txtgreen {
	color: #00913a;
}
.txtpurple {
	color: #920783;
}
.txtblue {
	color: #00a0e9;
}
.history_area {
	width: 90%;
    margin: 0 auto;
	height: auto;
}
.history_box img {
}
.history_box .txt_area {
}
.waveline img {
	width: 100%;
}
.history_logo {
	text-align: center;
}
.history_logo img {
	width: 90%;
}
.history_img {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.row2 img {
	width: 100%;
    margin-bottom: 5%;
}
.row3 img {
	width: 100%;
    margin-bottom: 5%;
}
.row4 img {
	width: 100%;
    margin-bottom: 5%;
}
.row5 img {
	width: 100%;
    margin-bottom: 5%;
}
.redwave {
	text-decoration:underline wavy red 2px;	
}
.double h2 {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
	font-size: 2em;
    text-align: center;
    font-weight: lighter;
	line-height: 1.5em;
	margin: 0;
}
.double_daruma h2 {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
	font-size: 2em;
    text-align: center;
    font-weight: lighter;
	line-height: 1.5em;
	margin: 0 auto;
}
.double_daruma p {
	font-family: YuGothic,"Hiragino Sans", Meiryo, "sans-serif";
    transform: scaleX(0.8);
	text-align: justify;
}
.double p {
	font-family: YuGothic,"Hiragino Sans", Meiryo, "sans-serif";
    margin: 0 auto;
	transform: scaleX(0.8);
}
.product_area {
	display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.product_box {
	width: 100%;
}
.product_box img {
	width: 100%;
	border: 1px solid #00a0e9;
}
.product_img {
	position: relative;
}
.price {
	position: absolute;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 2em;
    font-weight: lighter;
    bottom: 5%;
    left: 2.5%;
	}
.product_name {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
    width: 120%;
    margin-left: -10%;
    padding: 3.5% 0 10% 0;
}
.contact_cmt {
	background-color: #fff000;
    width: 125%;
    color: #e4007f;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 5.5vw;
    font-weight: lighter;
    text-align: center;
    margin-left: -12.5%;
    margin-bottom: 5% !important;
    padding: 2.5% 0;
}
.contact {
	display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.contact_box {
	width: 90%;
	margin: 0 auto;
}
.product_main {
	width: 90%;
    margin: 5% auto 15% auto;
}
.product_cnt {
	display: flex;
    flex-wrap: wrap;
}
.product_left {
	width: 100%;
}
.product_left img {
	width: 100%;
}
.product_right {
	width: 100%;
}
.product_right .product_name {
	text-align: left;
    font-size: 2em;
    padding-bottom: 2.5%;
    margin-left: -12.5%;
    margin-top: 5%;
}
.product_right .price {
	position: unset;
    font-size: 1.45em;
    margin-left: -11.25%;
}
.product_right p {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 1.125em;
    line-height: 1.75em;
    letter-spacing: 0.25em;
    text-align: justify;
    width: 125%;
    margin-left: -12.5%;
}
.product_left img {
	border: 1px solid #00a0e9;
}
.entry:first-of-type {
	width: 90%;
    margin: -75px auto 15% auto !important;
}
.entry-title {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
	font-size: 21.5px !important;
	font-weight: bold !important;
    margin-bottom: 5%;
	line-height: 1.5;
}
.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
    width: 100% !important;
}
.entry .entry-header {
	position: relative;
    margin: 100px auto 0 auto;
    padding: 0;
    text-align: justify;
}
.entry .entry-content p {
    word-wrap: break-word;
    font-size: 16px;
    text-align: justify;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	opacity: 0.5 !important;
}
.mb100 {
	margin-bottom: 10%;
}
.mb25 {
	margin-bottom: 2.5%;
}
.mb50 {
	margin-bottom: 5%;
}
}
@media screen and (min-width:1025px) {
.sp {
	display: none !important;
}
body {
	margin: 0;
}
header {
	display: flex;
    justify-content: space-between;
    padding: 5px 20px;
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 5;
	top: 0;
}
header img {
	width: 50%;
}
content {
	width: 100%;
}
.brandcopy {
	position: fixed;
    top: 25% !important;
    right: 2.5% !important;
    z-index: 1000;
}
.brandcopy img {
	width: 80%;
}
.side_nav {
	position: fixed;
    top: 10vw !important;
    left: 2.5% !important;
    z-index: 1000;
}
.side_nav ul {
	list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0.25rem;
    margin-bottom: 2.5em;
}
.side_nav ul li a {
	display: block;
    padding: .4em 0;
    text-decoration: none;
    text-align: left;
    margin: 1em 0;
	font-size: 0.85vw;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: black;
    transform: scale(1,1.5);
    line-height: 1.5em;
}
.sns_icon {
	display: flex;
}
.sns_icon img {
	width: 40px;
    margin-right: 15px;
}
.hero {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    width: 100vw;
    margin-top: 66px;
}
.slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
}
.slider .image{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 15s 0s infinite;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider .image:nth-of-type(1){
  background-image: url(https://minca-akita.com/images/top_mv01.png);
}
.slider .image:nth-of-type(2){
  animation-delay: 5s;
  background-image: url(https://minca-akita.com/images/top_mv02.png);
}
.slider .image:nth-of-type(3){
  animation-delay: 10s;
  background-image: url(https://minca-akita.com/images/top_mv03.jpg);
}
.store_btn {
	text-align: right;
    margin-right: 35px;
}
.main {
	width: 860px;
	margin: 0 auto;
}
.main img {
	width: 100%;
}
.sub {
	width: 100%;
}
.sub img {
	width: 100%;
}
.instagram_feed {
	background-color: white;
}
.instagram_link {
	font-family: YuGothic,"Hiragino Sans", Meiryo, "sans-serif";
    font-size: 25px;
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: 0.1em;
	text-align: center;
}
.icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    background: url(https://minca-akita.com/images/insta_icon.png) no-repeat;
    background-size: 40px;
    padding-right: 50px;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
}
.pochomkin_box {
	position: relative;
}
.potyomkin {
	position: absolute;
	top: 620px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}
.double {
	display: flex;
	justify-content: space-between;
}
.double_daruma {
	display: flex;
	justify-content: center;
}
.history {
	width: 50%;
}
.history img {
	width: 100%;
}
.history_img_box {
	height: 100vh;
}
.brand {
	width: 50%;
}
.brand img {
	width: 100%;
	margin-top: 150px;
}
footer {
	width: 860px;
    margin: 0 auto;
}
footer .info img {
	padding-bottom: 50px;
    margin: 0 auto;
}
.info {
	position: relative;
	text-align: center;
}
.info_pochomkin {
	position: absolute;
    top: -25px;
    bottom: 0;
    left: -20px;
	right: 0;
    width: 20%;
}
.street {
	position: relative;
}
.street_img {
	position: absolute;
    bottom: 0;
    left: 375px;
    right: 0;
    width: 45%;
}
.address {
	position: relative;
	width: 650px;
}
.address_face {
	position: absolute;
    bottom: 0;
    left: 625px;
    right: 0;
    width: 35%;
}
#page-top {
    position: fixed;
    bottom: -75px;
    right: 0px;
    margin: 0 40px 100px 0;
}
#page-top img {
    width: 140px;
}
.ul_hero {
	width: 100%;
    height: 100%;
    object-fit: cover;
	padding-top: 66px;
}
.ul_hero img {
	width: 100%;
}
.txt_area {
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 1075px;
    margin-left: -107.5px;	
}
.history_txt_area {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
	margin: 0 auto 25px auto;	
}
.history_txt_area p {
	font-size: 21px;
    line-height: 1.75em;
    letter-spacing: 0.25em;
    text-align: justify;
}
.txt_area h2 {
	font-size: 40px;
    text-align: center;
    font-weight: lighter;
	line-height: 1.5em;
}
.txt_area p {
	font-size: 21px;
    line-height: 1.75em;
    letter-spacing: 0.25em;
    text-align: justify;
}
.txt_right {
	text-align: right !important;	
}
.stxt {
	font-size: 0.875em !important;
    text-align: right !important;
}
.double_box img {
	width: 415px;
}
.blog {
	position: relative;
}
.pochomkin_box {
	position: relative;
}
.heaven {
	position: absolute;
    top: 230px;
    bottom: 0;
    left: 680px;
    width: 35%;
}
.brand_mv {
	margin-top: -60vw;
}
.brand_cmt {
	text-align: center;	
}
.blog_block {
	margin-bottom: 50px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.blog_block h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.blog_block .day {
	font-size: 12px;
	margin-bottom: 25px;
	font-weight: lighter;
}
.blog_block p {
	font-size: 14px;
    text-align: justify;
}
.blog_cnt {
    margin-bottom: 50px;
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 35px;
}
.blog_block .next_btn {
	text-align: center;
    font-size: 14px;
    color: white;
    padding: 5px;
    background-color: #898989;
    width: 100px;
}
.link-more {
	text-align: right !important;
}
.more-link {
	color: white;
    padding: 10px 15px;
    background-color: #898989;
}

.next_btn_right {
	display: flex;
    justify-content: flex-end;
}
.yellow {
	background-color: #fff100;	
}
.profile {
	position: relative;
}
.profile h3 {
	width: 40%;
}
.profile p {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 100%;
    margin-left: -10%;
    font-size: 18px;
    line-height: 1.75em;
}
.map {
	width: 50%;
    position: absolute;
    top: 50%;
    right: 15%;
}
.parking {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 100%;
    margin-left: -10%;
    font-size: 18px;
    line-height: 1.75em;
	padding-top: 150px;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.mailForm {
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
input, textarea {
	font-size: 1rem;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
    border: 1px black solid;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
dd {
    margin-inline-start: 0;
}
#submit_button_cover input {
	font-size: 2rem;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    background-color: #fff100;
    color: black;
    margin-bottom: 30px;
    border: 1px solid #fff100;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    padding: 15px;
}
.comment p {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
	font-size: 22px;
	text-align: center;
}
.privacy_main {
	width: 640px;
    margin: 100px auto;
    font-size: 14px;
    line-height: 1.75em;
}
.privacy_main .txt_area {
    width: 640px;
    margin: 0 auto;
}
.thanks_main {
	width: 860px;
    margin: 150px auto 0 auto;
}
.txtcenter {
	text-align: center !important;
}
.btn {
	font-size: 32px;
    text-align: center !important;
    width: 50%;
    margin: 0 auto;
    background-color: #fff100;
    color: black;
    margin-bottom: 30px;
    border: 1px solid #fff100;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    padding: 15px;
    line-height: 1.5;
}
.txt_area h3 {
	font-size: 60px;
    text-align: center;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin: 0;
}
.txtred {
	color: #e60012;
}
.txtgreen {
	color: #00913a;
}
.txtpurple {
	color: #920783;
}
.txtblue {
	color: #00a0e9;
}
.history_area {
	width: 75%;
    margin: 0 auto;
}
.history_box {
}
.history_box .txt_area {
}
.waveline img {
	width: 100%;
}
.history_logo {
	text-align: center;
}
.history_logo img {
	width: 50%;
}
.history_img {
	display: flex;
    justify-content: space-between;
}
.row2 img {
	width: 98%;
}
.row3 img {
	width: 96%;
	margin-bottom: 7px;
}
.row4 img {
	width: 96%;
}
.row5 img {
	width: 95%;
}
.redwave {
	text-decoration:underline wavy red 2px;	
}
.double h2 {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
	font-size: 40px;
    text-align: center;
    font-weight: lighter;
	line-height: 1.5em;
}
.double_daruma h2 {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
	font-size: 40px;
    text-align: center;
    font-weight: lighter;
	line-height: 1.5em;
}
.double_daruma p {
	font-family: YuGothic,"Hiragino Sans", Meiryo, "sans-serif";
    transform: scaleX(0.8);
    margin-left: -50px;
}
.product_area {
	display: flex;
    width: 75%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.product_box {
	width: 25%;
}
.product_box img {
	width: 100%;
	border: 1px solid #00a0e9;
}
.product_img {
	position: relative;
}
.price {
	position: absolute;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 22px;
    font-weight: lighter;
    bottom: 5%;
    left: 2.5%;
	}
.product_name {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    width: 120%;
    margin-left: -10%;
    padding: 10px 0 25px 0;
}
.contact_cmt {
	background-color: #fff000;
    width: 125%;
    color: #e4007f;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    margin-left: -12.5%;
}
.contact {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.contact img {
	width: 90%;
}
.product_main {
	width: 860px;
    margin: 150px auto 0 auto;
}
.product_cnt {
	display: flex;
    flex-wrap: wrap;
}
.product_left {
	width: 100%;
}
.product_left img {
	width: 100%;
}
.product_right {
	width: 82.5%;
    margin: 25px auto;
}
.product_right .product_name {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    font-size: 30px;
    font-weight: lighter;
    text-align: left;
    width: 100%;
    padding: 10px 0 15px 0;
    margin: 0;
}
.product_right .price {
	position: unset;
    font-size: 30px;
}
.product_right p {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: scaleX(0.8);
	font-size: 21px;
    line-height: 1.75em;
    letter-spacing: 0.25em;
    text-align: justify;
}
.product_left img {
	border: 1px solid #00a0e9;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	opacity: 0.5 !important;
}
.product_box :hover {
	opacity: 0.5 !important;
}
.mb100 {
	margin-bottom: 100px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb50 {
	margin-bottom: 50px;
}
.entry:first-of-type {
    margin-top: 0;
    width: 640px;
    margin: 0 auto;
}
.entry-title {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
	font-size: 30px !important;
	font-weight: bold !important;
}
.entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
    width: 100% !important;
}
.entry .entry-header {
	position: relative;
    margin: 100px auto 0 auto;
    padding: 0;
    text-align: justify;
}
.entry .entry-content p {
    word-wrap: break-word;
    font-size: 16px;
    text-align: justify;
}
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
#popup-background{
    position:fixed;     /* 位置の固定 */
    top: 0;             /* 表示位置 */
    left: 0;            /* 表示位置 */
    height: 100%;       /* 画面全体に表示 */
    width: 100%;        /* 画面全体に表示 */
    background:#000;    /* 背景色 */
    opacity: 0.60;      /* 透明度 */
    margin: 0;          /* 余白の削除 */
    padding: 0;         /* 余白の削除 */
    z-index:1000;       /* 要素のz座標 */
}
#popup-item{
    position:fixed;     /* 位置の固定 */
    top: 50%;           /* 表示位置(真ん中に表示) */
    left: 50%;          /* 表示位置(真ん中に表示) */
    margin: 0;          /* 余白の削除 */
    padding: 0;         /* 余白の削除 */
    z-index:1001;       /* 要素のz座標 */
}
.fuwafuwa {
	-webkit-animation:fuwafuwa 1.5s infinite linear alternate;
	animation:fuwafuwa 1.5s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0) rotate(-7.5deg);}
	50% {-webkit-transform:translate(0, 0) rotate(0deg);}
	100% {-webkit-transform:translate(0, 0)rotate(7.5deg);}
}
@keyframes fuwafuwa {
	0% {transform:translate(0, 0) rotate(-7.5deg);}
	50% {transform:translate(0, 0) rotate(0deg);}
	100% {transform:translate(0, 0)rotate(7.5deg);}
}
.fuwafuwa2 {
	-webkit-animation:fuwafuwa2 1.5s infinite linear alternate;
	animation:fuwafuwa2 1.5s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa2 {
	0% {-webkit-transform:translate(0, 10px) rotate(0deg);}
	50% {-webkit-transform:translate(0, 0) rotate(0deg);}
	100% {-webkit-transform:translate(0, -10px)rotate(0deg);}
}
@keyframes fuwafuwa2 {
	0% {transform:translate(0, 10px) rotate(-0deg);}
	50% {transform:translate(0, 0) rotate(0deg);}
	100% {transform:translate(0, -10px)rotate(0deg);}
}
.screen-reader-text {
	display: none;
}
.entry-meta {
	display: none;
}
.comments-area {
	display: none;
}
.price dt {
	float: left ;
	clear: left ;
	width: 60%;
}
.price dd {
	float: left ;
}
.txt_min {
	font-size: 0.65em;
}
.product_txt_min {
	font-size: 0.65em;
    line-height: 2em;
    display: block;
}
.nav-links {
	display: none !important;
}
.cr {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: scaleX(0.8);
    width: 125%;
    margin-left: -12.5%;
    text-align: right;
    letter-spacing: 0.1em;
}
.access_none {
	pointer-events: none;
}
.blog_cnt {
    display: flex;
    justify-content: space-between;
}
.blog_thumb {
	width: 40%;
	height: 40%;
	margin-right: 5%;
	object-fit: cover;
}
.blog_list {
	
}
.main img {
	width: 100%;
    height: auto;
}
.blog_block h3 {
    margin-top: 0;
}
@media screen and (max-width:1024px) {
.blog_thumb {
	width: 100%;
	height: 100%;
}
}
@media screen and (max-width:700px) {
.blog_cnt {
    flex-wrap: wrap;
}
.blog_thumb {
	margin-right: 0;
	margin-bottom: 5%;
}
.entry-content {
	margin-top: 20%;
}
}
.g-recaptcha {
	display: flex;
    justify-content: center;
}
.txt_blk {
	color: #000000 !important;
	-webkit-font-smoothing: auto;
}
.txt_mincho {
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	-webkit-font-smoothing: auto;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	border: 1px solid black !important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
	font-size: 1rem !important;
	color: black !important;
}
.comment a:hover {
	color: black !important;
}
.side_nav ul li a:hover p {
	opacity: 0.5 !important;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #fff100 !important;
    color: black !important;
    font-size: 2em !important;
    padding: 15px !important;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: auto;
    width: 50%;
    margin-bottom: 30px;
    border: 1px solid #fff100 !important;
    transform: scaleX(0.8);
    font-weight: lighter;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 2.5% 0 0 0 !important;
    text-align: center !important;
}
.wpforms-recaptcha-container {
	transform: scaleX(1.25) !important;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #ea5514 !important;
    border: none !important;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{
    text-align: center !important;
}
a {
    outline: none !important;
}
html {
	font-size: initial !important;
}
img {
    max-width: unset !important;
}
.comment {
    padding-left: none !important;
}
 /* ページャー */
.pageNav {
	display: flex;
	justify-content: center;
	list-style: none;
}
.pageNav li {
	border: 1px solid black;
	padding: 0.5em 1em;
	margin: 0 1em;
}
.pageNavOn {
	background-color: black;
	color: white;
}
#main .entry:first-of-type {
    margin-top: 5vw !important;
}