/*
Theme Name: Kanazawaya ServiceSite Theme
Theme URI: iekobo.net
Author: Shota Tsunokake
Version: 2.23
Author URI: uchisuke.com
*/

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');

body {
	font-size: 18px;
	margin: 0;
	font-family: 'Sawarabi Mincho', sans-serif, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	font-weight: 500;
	background: #fff6dc;
	color: #333;
	margin-top: 200px;
}

a {
	color: #1159e4;
}

img {
	max-width: 100%;
	height: auto;
}

.inner {
	max-width: 1280px;
	margin: 0 auto;
}

.header-wrap {
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	z-index: 9999;
	font-size: 16px;
}

header {
	padding: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header.small {
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .inner {
	max-width: 100%;
	display: grid;
	grid-template-columns: 50% 1fr;
}

header .header-logo {
	display: grid;
	grid-template-columns: 220px 1fr;
}

header .header-logo h1 {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .header-logo img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header.small .header-logo {
	grid-template-columns: 160px 1fr;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .header-caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header.small .header-caption p {
	display: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .header-caption p {
	margin-bottom: 0.4em;
}

header .header-caption h2 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 2em;
	float: left;
	color: #7d0f02;
}

header.small .header-caption h2 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 1.4em;
	float: left;
	color: #7d0f02;
}

.header-area {
	background: #7d0f02;
	margin-left: 1em;
	display: inline-block;
	padding: 0 1em;
	color: #fff;
}

.header-area:hover,
.header-mail-link:hover {
	opacity: 0.8;
}

header .header-cv {
	margin: 0.5em 0 0.5em auto;
	border: #fff 4px solid;
	float: right;
	text-align: center;
	background: #f7dede;
	padding: 0.5em;
	font-family: 'Sawarabi Mincho', sans-serif;
	width: 400px;
}

header.small .header-cv {
	margin: 0.2em 0 0.2em auto;
	border: #fff 4px solid;
	float: right;
	text-align: center;
	background: #f7dede;
	padding: 0.2em;
	font-family: 'Sawarabi Mincho', sans-serif;
	width: 200px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .header-cv h3 {
	margin: -1em 0 0.5em 0;
	text-shadow: 2px 2px 2px #b1b1b1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header.small .header-cv h3 {
	margin: -0.2em 0 0.5em 0;
	text-shadow: 2px 2px 2px #b1b1b1;
}

header .header-cv p {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header.small .header-cv p {
	display: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .header-cv a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
}

header.small .header-cv a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .header-cv .header-mail-link {
	margin: 0px 0 -25px 0;
	display: block;
	font-size: 1em;
	background: #7d0f02;
	color: #fff;
	padding: 0 1em;
	font-weight: 400;
}

header.small .header-cv .header-mail-link {
	margin: 0px 0 -25px 0;
	display: none;
	font-size: 1em;
	background: #7d0f02;
	color: #fff;
	padding: 0 1em;
	font-weight: 400;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



#slide-line {
	position: absolute;
	bottom: -4px;
	height: 4px;
	background-color: #7d0f02;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header-nav {
	display: block;
	border-top: 2px solid #7d0f02;
	border-bottom: 2px solid #7d0f02;
	position: relative;
	background: #fff;
}

.header-wrap #header-nav ul {
	display: flex;
	flex-flow: row;
	list-style-type: none;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	font-family: 'Sawarabi Mincho', sans-serif;
}

.header-wrap #header-nav ul li:first-child {
	border-left: 1px dotted #7d0f02;
}

.header-wrap #header-nav ul li {
	border-right: 1px dotted #7d0f02;
	max-height: 50px
}

.header-wrap #header-nav ul li a {
	display: block;
	padding: 0.8em 1.8em;
	text-decoration: none;
	color: #7d0f02;
	transition: 0.3s;
}

.header-wrap #header-nav ul li a:hover {
	background: #dab8b6;
}

.header-wrap .drop01,
.menu-page-head {
	max-width: 900px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	border: 2px solid #f7dede;
	display: none;
	padding: 1em;
	grid-template-columns: 50% 1fr;
	transition: 0.5s;
	margin: 0 auto;
	list-style: none;
}

.header-wrap .drop01.show,
.header-wrap .drop01:hover,
.menu-page-head {
	display: grid;
}

.header-wrap .drop01 li,
.menu-page-head li {
	border: none;
	display: block;
}

.header-wrap .drop01 li img,
.menu-page-head li img {
	float: left;
	margin-right: 0.5em;
}

.header-wrap .drop01 li p,
.menu-page-head li p {
	font-size: 0.9em;
}

.header-wrap .drop01 li h3,
.menu-page-head li h3 {
	color: #7d0f02;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 400;
}

.header-wrap .drop01 a,
.menu-page-head a {
	color: #333;
	text-decoration: none;
	display: block;
	margin: 1em;
	padding: 1em;
	border-bottom: 1px dotted #7d0f02;
}

.header-wrap .drop01 a:hover,
.menu-page-head a:hover {
	background: #f7dede;
}

#top-copy {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 7px #999;
	padding: 0.4em;
}

#top-copy h2 {
	font-weight: 400;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	font-size: 1em;
}

#f-view {
	margin: 2em auto;
	padding: 50px 0;
	position: relative;
}

#vegas {
	width: 100%;
	height: 300px;
}

#f-view-inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 400px;
}

#f-view-inner .inner {
	max-width: 800px;
	display: grid;
	grid-template-columns: 25% 25% 25% 1fr;
}

#f-view-inner .inner .f-view-menu {
	background: rgba(255, 255, 255, .6);
	position: relative;
}

#f-view-inner .inner .f-view-menu:hover {
	background: #fff;
}

#f-view-inner .inner .f-view-menu .f-view-menu-box {
	background: rgba(33, 33, 33, .6);
	background: linear-gradient(90deg, rgba(125, 15, 2, 1) 0%, rgba(125, 15, 2, 0.6) 100%);
	color: #fff;
	position: absolute;
	bottom: 5%;
	width: 100%;
	padding: 0.5em;
}

#top-f-view-comment .inner {
	max-width: 800px;
	margin: 40px auto;
	box-shadow: 0px 0px 7px #999;
	background: rgba(255, 255, 255, .6);
	text-align: center;
	padding: 0.5em;
}

#top-works {
	background: linear-gradient(90deg, rgba(33, 33, 33, .8) 0%, rgba(33, 33, 33, .4) 100%);
	padding: 2em 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

#top-works p {
	margin: 1em 0;
}

#top-works .side-img {
	position: absolute;
	right: -10%;
	transform: skewX(-15deg);
	width: 50%;
	overflow: hidden;
	top: 0;
}

#top-voice {
	background: linear-gradient(90deg, rgba(247, 222, 222, .4) 0%, rgba(247, 222, 222, .8) 100%);
	padding: 2em 0;
	position: relative;
	overflow: hidden;
	text-align: right;
}

#top-voice p {
	margin: 1em 0;
}

#top-voice .side-img {
	position: absolute;
	left: -10%;
	transform: skewX(15deg);
	width: 50%;
	overflow: hidden;
	top: 0;
}

#top-works .top-btn:before,
#top-works .top-btn:after,
#top-voice .top-btn:before,
#top-voice .top-btn:after {
	content: '';
	display: block;
	position: absolute;
	border-color: #fff;
	box-sizing: border-box;
	border-style: solid;
	color: #fff;
	width: 1em;
	height: 1em;
	transition: all 0.3s ease-in-out
}

#top-voice .top-btn:before,
#top-voice .top-btn:after {
	border-color: #333;
	color: #333;
}

#top-blog .top-btn:before,
#top-blog .top-btn:after {
	border-color: #7d0f02;
	color: #7d0f02;
}

#top-works .top-btn:before,
#top-voice .top-btn:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}

#top-works .top-btn:after,
#top-voice .top-btn:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}

#top-works .top-btn:hover:before,
#top-works .top-btn:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #fff
}

#top-voice .top-btn:hover:before,
#top-voice .top-btn:hover:after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #333;
}

#top-works .top-btn:hover {
	color: #7d0f02;
	background-color: #fff;
	border-color: #fff
}

#top-voice .top-btn:hover {
	color: #fff;
	background-color: #333;
	border-color: #333
}


#top-works .top-btn,
#top-voice .top-btn {
	color: #fff;
	background: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	position: relative;
	margin: 1em;
	display: inline-block;
	padding: 0.5em 1em;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-family: comfortaa;
	text-decoration: none;
}

#top-voice .top-btn {
	color: #333;
	border-color: #333;
}

#top-store {
	margin: 50px auto;
}

#top-store .inner {
	max-width: 800px;
}

#top-store .inner .store-box {
	margin: 2em;
}

#top-store .inner .store-box h2,
#top-blog h2 {
	margin: 0.8em 0;
}

#top-store .inner .store-box h2:before,
#top-blog h2:before {
	color: #7d0f02;
	content: "●";
	padding-left: 0.5em;
}

#top-store .inner .store-box .store-info {
	background: #fff;
	box-shadow: 0px 0px 7px #999;
	padding: 1em;
}

#top-store .inner .store-box .store-info h3 {
	color: #7d0f02;
	font-size: 1.6em;
}

#top-store .inner .store-box .store-info .address {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #7d0f02;
	margin: 0.5em 0;
}

#top-store .inner .store-box .store-info .holiday {
	margin: 0.5em 0;
}

#top-store .inner .store-box .store-info .tel {
	color: #333;
	text-decoration: none;
	padding: 0.5em 0;
	font-weight: bold;
	display: inline-block;
}

#top-store .inner .store-box .store-info .tel span {
	font-size: 3em;
}

#top-store .inner .store-box .store-info .info {
	background: rgba(33, 33, 33, .6);
	background: linear-gradient(90deg, rgba(125, 15, 2, 1) 0%, rgba(125, 15, 2, 0.6) 100%);
	color: #fff;
	display: block;
	width: 200px;
	margin: 1em 0 1em auto;
	padding: 0.8em;
}

#top-blog,
#top-order {
	margin: 50px auto;
}

#top-blog-card-box {
	display: grid;
	grid-template-columns: 50% 1fr;
}

#top-blog-card-box .top-blog-card {
	width: 90%;
	display: grid;
	grid-template-columns: 20% 1fr;
	background: #eee;
	border: 2px solid #777;
	box-shadow: 0px 0px 7px #999;
	margin: 1em auto;
	padding: 0.5em;
	transition: 0.4s;
}

#top-blog-card-box .top-blog-card:hover {
	background: #fff;
}

#top-blog-card-box .top-blog-card .top-blog-card-caption {
	padding-left: 0.4em;
}

#top-blog .top-btn {
	text-align: center;
	display: block;
	padding: 0.5em 1em;
	margin: 0 auto;
	background: #7d0f02;
	color: #fff;
	max-width: 200px;
}

#top-order h2 {
	text-align: center;
}

#top-order h2:before,
#top-order h2:after {
	color: #7d0f02;
	content: "●";
	margin: 0.5em 0;
}

#top-order h3 {
	color: #7d0f02;
	margin: 0.5em 0;
}

#top-order .inner {
	background: #fff;
	box-shadow: 0px 0px 7px #999;
	max-width: 1000px;
	padding: 1em;
}

#top-order .top-order-box01 {
	display: grid;
	grid-template-columns: 50% 1fr;
	padding: 0.8em 0;
}

#top-order .top-order-box01 .top-order-box-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#top-order .top-order-box02 {
	display: grid;
	grid-template-columns: 25% 25% 25% 1fr;
	padding: 1em 0;
	background: #f7dede;
}

#top-order .top-order-box02 .top-order-box-inner {
	padding: 0.2em 0.5em;
}

#top-order .top-order-box02 .top-order-box-inner img {
	display: block;
	margin: 0 auto;
}

.check {
	padding-left: 1.6em;
	position: relative;
	display: block;
	margin: 0.2em 0;
}

.check:before,
.check:after {
	content: "";
	display: block;
	position: absolute;
}

.check:before {
	width: 12px;
	height: 12px;
	background: #ffffff;
	border: 2px solid #000000;
	left: 3px;
	top: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check:after {
	border-left: 2px solid #7d0f02;
	border-bottom: 2px solid #7d0f02;
	width: 15px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 0px;
}

#top-infomation .inner {
	display: grid;
	max-width: 1000px;
	grid-template-columns: 20% 1fr;

}

#top-infomation .inner .left,
#top-infomation .inner .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#top-infomation .inner .left p {
	color: #7d0f02;
	padding: 0.3em;
	border-top: 2px solid #7d0f02;
	border-bottom: 2px solid #7d0f02;
	text-align: center;
	font-size: 1.2em;
}

#top-infomation .inner .left .area-link {
	background: #7d0f02;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 0.3em 1em;
	margin: 1em auto;
	max-width: 80%;
	display: block;
}

#top-infomation .inner .right .top-info-cv {
	display: grid;
	grid-template-columns: 60% 1fr;
}

#top-infomation .inner .right {
	padding: 1.4em;
}

#top-infomation .inner .right h2 {
	color: #7d0f02;
	font-size: 2.4em;
	margin-bottom: 0.4em;
}

#top-infomation .inner .right h2:before {
	color: #7d0f02;
	content: "●";
}

#top-infomation .inner .right .tel-link {
	padding: 0.5em;
	background: #f7dede;
	text-align: center;
}

#top-infomation .inner .right .tel-link a {
	font-size: 3em;
	text-decoration: none;
	color: #333;
	display: block;
	margin: 0.3em 0;
	font-weight: bold;
}

#top-infomation .inner .right .mail-link {
	background: #fff;
	border: 3px solid #f7dede;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333;
}

#top-infomation .inner .right .mail-link:hover {
	opacity: 0.8;
}

#top-infomation .inner .right a {
	text-decoration: none;
}


footer {
	margin-top: 5em;
	background: #7d0f02;
	color: #fff;
	text-align: center;
	padding: 2em 0 3em;
}

footer ul {
	margin: 1em auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

footer ul li {
	padding: 0.5em 2em;
}

footer a {
	color: #fff;
}
.pagenation{
	text-align:center;
	margin-bottom:30px
}

.page-title {
	padding: 1em 0;
	text-align: center;
	font-size: 1.8em;
}

.page-title:before,
.page-title:after {
	color: #7d0f02;
	content: "●";
	margin: 0 0.8em;
}

.menu-page-head {
	max-width: 95%;
	grid-template-columns: 33.33333% 33.33333% 1fr;
}

.menu-page-head a {
	border: none;
}

.menu-section-head {
	display: grid;
	/*grid-template-columns: 200px 1fr;*/
	margin-top: 5em;
}

.menu-section-head h3 {
	font-size: 1.6em;
}

.menu-section-head h3:before {
	color: #7d0f02;
	content: "◆";
}

.menu-section-head .menu-section-head-cap {
	padding-left: 1em;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-section-box {
	display: grid;
	grid-template-columns: 50% 1fr;
}

.menu-section-box .menu-section-box-item {
	background: #fff;
	box-shadow: 0 0 5px #999;
	margin: 1em;
	transition: 0.3s;
	display: grid;
	grid-template-columns: 250px 1fr;
}

.menu-section-box .menu-section-box-item img {
	display: block;
	width: 100%;
	height: 250px;
}

.menu-section-box .menu-section-box-item .menu-section-box-item-cap {
	padding-left: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-section-head .menu-section-head-cap p {
	margin-top: 1em;
}

.menu-section-box .menu-section-box-item .menu-section-box-item-cap h4 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

.menu-section-box a {
	text-decoration: none;
	color: #7d0f02;
}

.menu-section-box .menu-section-box-item:hover {
	opacity: 0.8;
}

.menu-cv-area {
	margin: 5em 0;
}

.menu-cv-area img {
	display: block;
	margin: 3em auto;
	transition: 0.3s;
}

.menu-cv-area img:hover {
	opacity: 0.8;
}

.menu-section-box .menu-section-box-item .menu-section-box-item-cap .comments {
	color: #333;
	font-size: 0.9em;
	margin-top: 0.2em;
}

#works-page .works-box {
	background: #fff;
	box-shadow: 0 0 7px #999;
	max-width: 900px;
	margin: 5em auto;
}

#works-page .works-box h3 {
	padding: 0.5em;
	background: #7d0f02;
	color: #fff;
}

#works-page .works-box .works-box-inner {
	padding: 1em;
}

#works-page .works-box .works-box-inner .price {
	color: #7d0f02;
	font-weight: bold;
	margin: 1em 0 0.5em 1em;
}

#works-page .works-box .works-box-inner .works-box-comments {
	display: grid;
	grid-template-columns: 50% 1fr;
	margin-top: 2em;
}

#works-page .works-box .works-box-inner .works-box-comments .comments01,
#works-page .works-box .works-box-inner .works-box-comments .comments02 {
	margin: 0.3em;
	padding: 1.5em 0.5em 0.5em;
	border: 2px solid #7d0f02;
	position: relative;
}

#works-page .works-box .works-box-inner .works-box-comments .comments01:before {
	position: absolute;
	top: -1em;
	left: 1em;
	content: "職人コメント";
	background: #fff;
	border: 2px solid #7d0f02;
	padding: 0.2em;
	font-weight: bold;
}

#works-page .works-box .works-box-inner .works-box-comments .comments02:before {
	position: absolute;
	top: -1em;
	left: 1em;
	content: "お客様コメント";
	background: #fff;
	border: 2px solid #7d0f02;
	padding: 0.2em;
	font-weight: bold;
}

#works-page .works-box .works-box-inner .works-box-img-inner {
	display: grid;
	grid-template-columns: 50% 1fr;
}

#works-page .works-box .works-box-inner .works-box-img-before img,
#works-page .works-box .works-box-inner .works-box-img-after img {
	margin: 0 auto;
	display: block;
}

#works-page .works-box .works-box-inner .works-box-img-before,
#works-page .works-box .works-box-inner .works-box-img-after {
	position: relative;
}

#works-page .works-box .works-box-inner .works-box-img-before:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "before";
	background: #fff;
	color: #7d0f02;
	padding: 0.2em 1em;
	border-radius: 3em;
	border: 2px solid #7d0f02;
}

#works-page .works-box .works-box-inner .works-box-img-after:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "after";
	background: #fff;
	color: #7d0f02;
	padding: 0.2em 1em;
	border-radius: 3em;
	border: 2px solid #7d0f02;
}

.voice-box {
	display: grid;
	grid-template-columns: 15% 1fr;
	background: #fff;
	box-shadow: 0 0 7px #999;
	margin: 5em 0;
}

.voice-box .voice-box-cap {
	padding: 1em;
}

.voice-box img {
	display: block;
	background: #7d0f02;
}

.voice-box .voice-box-cap h3 {
	margin: 0.5em 0;
	color: #7d0f02;
}

#store-page .inner {
	max-width: 900px;
}

#store-page .store-box,
#store-page .store-free-box {
	border: 2px solid #7d0f02;
}

#store-page .store-box-row,
#store-page .store-free-box-row {
	display: grid;
	grid-template-columns: 30% 1fr;
	padding: 1em;
	border-bottom: 1px solid #7d0f02;
	font-weight: bold;
}

#store-page .store-box-row:last-child,
#store-page .store-free-box-row:last-child {
	border: none;
}

#store-page .store-box-row:nth-child(odd),
#store-page .store-free-box-row:nth-child(odd) {
	background: #f7dede;
}

#store-page .store-box-row:nth-child(even),
#store-page .store-free-box-row:nth-child(even) {
	background: #eee;
}

#store-page .store-box-row .store-box-title,
#store-page .store-box-row .store-box-row-caption,
#store-page .store-free-box-title,
#store-page .store-free-box-caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#store-page .owner-box {
	display: grid;
	grid-template-columns: 40% 1fr;
	background: #f7dede;
	padding: 1em;
	margin-bottom: 5em;
}

#store-page .owner-box .owner-box-img,
#store-page .owner-box .owner-box-caption {
	padding: 0.5em;
}

#store-page .store-free-box {
	margin-bottom: 5em;
}

#blog-page .inner {
	display: grid;
	grid-template-columns: 80% 1fr;
	margin-bottom: 5em;
}

#blog-page .blog-list,
#blog-page .single-article {
	display: grid;
	grid-template-columns: 20% 1fr;
	background: #fff;
	border: 1px solid #777;
	box-shadow: 0 0 5px #999;
	margin-right: 3em;
	margin-bottom: 2em;
}

#blog-page .blog-list .blog-list-img,
#blog-page .blog-list .blog-list-caption {
	padding: 0.5em;
}

#blog-page .blog-list .blog-list-img img {
	display: block;
	margin: 0 auto;
}

#blog-page aside {
	background: #f7dede;
	border-right: #7d0f02 2px solid;
	border-left: #7d0f02 2px solid;
	padding: 1em;
}

aside h2 {
	text-align: center;
	margin: 0.5em 0;
	padding-bottom: 0.2px;
	border-bottom: #7d0f02 double 4px;
}

aside #wp-calendar {
	width: 100%;
	text-align: center;
	background: #fff;
	border: #999 1px solid;
}

aside #wp-calendar thead {
	padding-bottom: 0.4em;
}

aside #wp-calendar td.doyou {
	background: #bce6ff;
}

aside #wp-calendar td.nitiyou {
	background: #ffbaba;
}

.pagination .pager,
.pagination .prev,
.pagination .next,
.pagenation .page-numbers {
	padding: 0.5em;
	border: solid #7d0f02 1px;
	margin: 0 0.5em;
}

.pagination .current.pager,
.pagination .pager:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagenation .page-numbers:hover {
	background: #7d0f02;
	color: #fff;
}

#blog-page .single-article {
	padding: 1em;
	display: block;
}

#info-page .text-center {
	text-align: center;
}

#info-page .wpcf7 {
	background: #fff;
	padding: 1em;
	border: solid #7d0f02 2px;
	box-shadow: 0 0 7px #999;
	margin: 3em 0 5em;
}

#info-page .wpcf7 button,
#info-page .wpcf7 input,
#info-page .wpcf7 select,
#info-page .wpcf7 textarea {
	border: #333 solid 1px;
	padding: 0.3em;
}

#info-page .wpcf7 .red-color {
	color: #b22;
	font-weight: bold;
}

#info-page .wpcf7 p {
	margin: 0.8em 0;
}
.mb-menu-btn{
	display:none;
}
	.mb-menu{
		display:none;
	}
@media (max-width:767px) {
	header .header-cv {
		display: none;
	}

	header .inner {
		display: block;
	}

	header .header-logo,
	header.small .header-logo {
		display: grid;
		grid-template-columns:25% 43% 1fr;
	}
	header .header-caption p {
		display: none;
	}

	header .header-caption h2 {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-size: 1.3em;
		float: left;
		margin-left: 0.5em;
		color: #7d0f02;
	}

	.header-area,
	#header-nav {
		display: none;
	}

	body {
		font-size: 16px;
		margin: 0;
		font-family: 'Sawarabi Mincho', sans-serif, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6em;
		font-weight: 500;
		background: #fff6dc;
		color: #333;
		margin-top: 80px;
	}

	header {
		padding: 0;
		border-bottom: solid #7d0f02 2px;
	}

	#vegas {
		display: none;
	}

	#top-works,
	#top-voice {
		padding: 1em;
	}

	#top-voice .side-img {
		position: absolute;
		left: -10%;
		transform: skewX(15deg);
		width: 40%;
		overflow: hidden;
		top: 0;
	}

	#top-works .side-img {
		position: absolute;
		right: -10%;
		transform: skewX(-15deg);
		width: 40%;
		overflow: hidden;
		top: 0;
	}

	#f-view-inner {
		position: initial;
		height: auto;
	}

	#f-view {
		margin: 2em auto;
		padding: 0;
		position: relative;
	}

	#top-f-view-comment .inner {
		max-width: 800px;
		margin: 40px auto;
		box-shadow: 0px 0px 7px #999;
		background: rgba(255, 255, 255, .6);
		text-align: center;
		padding: 0.5em;
		font-size: 0.8em;
	}

	#top-store .inner .store-box .store-info .tel {
		line-height: 1.5em;
	}

	#top-store .inner .store-box .store-info .tel span {
		display: block;
		font-size: 2em;
	}

	#top-store .inner .store-box {
		margin: 1em;
	}

	#top-blog-card-box {
		display: block;
	}

	.top-blog-card-caption p {
		font-size: 0.8em;
		line-height: 1.4em;
	}

	#top-order .top-order-box01,
	#top-order .top-order-box02 {
		display: block;
	}

	#top-infomation .inner {
		display: block;
	}

	#top-infomation .inner .left {
		display: block;
	}

	#top-infomation .inner .left img {
		display: block;
		max-width: 80%;
		height: auto;
		margin: 10px auto;
	}

	#top-infomation .inner .left p {
		width: 80%;
		margin: 0 auto;
	}

	#top-infomation .inner .right h2 {
		color: #7d0f02;
		font-size: 1.4em;
		margin-bottom: 0.4em;
	}

	#top-infomation .inner .right .top-info-cv {
		display: block;
	}

	#top-infomation .inner .right .mail-link {
		padding: 1.5em 0;
	}

	footer ul {
		display: block;
	}

	footer {
		margin-top: 2em;
		background: #7d0f02;
		color: #fff;
		text-align: center;
		padding: 1em 0;
	}

	#top-infomation .inner .right .tel-link a {
		font-size: 2em;
	}

	.menu-page-head,
	.menu-section-head,
	.menu-section-box {
		display: block;
	}

	.menu-section-box .menu-section-box-item {
		background: #fff;
		box-shadow: 0 0 5px #999;
		margin: 1em;
		transition: 0.3s;
		display: grid;
		grid-template-columns: 100px 1fr;
	}

	.menu-section-box .menu-section-box-item img {
		display: block;
		width: 100%;
		height: auto;
	}

	#works-page .works-box .works-box-inner .works-box-comments {
		display: block;
		grid-template-columns: 50% 1fr;
		margin-top: 2em;
	}

	.voice-box {
		display: grid;
		grid-template-columns: 15% 1fr;
		background: #fff;
		box-shadow: 0 0 7px #999;
		margin: 3em auto;
		width: 80%
	}

	#blog-page .inner {
		display: block;
		margin-bottom: 5em;
	}

	#blog-page .blog-list,
	#blog-page .single-article {
		display: block;
		grid-template-columns: 20% 1fr;
		background: #fff;
		border: 1px solid #777;
		box-shadow: 0 0 5px #999;
		width: 90%;
		margin: 1em auto;
	}

	.pagination {
		margin: 3em 0;
	}

	#info-page .wpcf7 {
		background: #fff;
		padding: 1em;
		border: solid #7d0f02 2px;
		box-shadow: 0 0 7px #999;
		margin: 2em auto 3em;
		width: 90%;
	}
	.mb-menu-btn{
		display:block;
		float:right;
		margin:0.8em;
		padding:0.3em 0.5em;
		background:#7d0f02;
		color:#fff;
	}

	.mb-menu.show{
		display:block;
	}
	.mb-menu ul{
		background:#fff;
	}
	.mb-menu li{
		text-align:center;
		padding:0.5em;
		border-top:1px solid #7d0f02;		
	}
	.mb-menu li a{
		color:#333;
		text-decoration:none;
	}
}

/*202312 お問い合わせフォーム スマホレイアウト用修正*/
@media (max-width:480px) {
	#info-page .wpcf7 input[name="your-name"],
	#info-page .wpcf7 input[name="your-email"],
	#info-page .wpcf7 input[name="tel-302"],
	#info-page .wpcf7 input[name="text-975"],
	#info-page .wpcf7 textarea[name="your-message"]{
		width:100%;
	}
}
