@charset "UTF-8";
/*
	Theme Name: 	kaigo-reform
	Description:	加藤建築用テーマ
	Theme URI: 		http://raizzenet.com
	Author:			Kazunari Matsumoto
	Author URI:		http://raizzenet.com/
	Version:		1.0.0
	License:		GNU General Public License
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #383838;
}

body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #383838;
	background: #fff;
}
@media only screen and (max-width: 768px) {body { width: 768px; }}
@media only screen and (max-width: 640px) {body { width: 640px; }}
@media only screen and (max-width: 600px) {body { width: 600px; }}
@media only screen and (max-width: 568px) {body { width: 568px; }}
@media only screen and (max-width: 540px) {body { width: 540px; }}
@media only screen and (max-width: 480px) {body { width: 480px; }}
@media only screen and (max-width: 440px) {body { width: 440px; }}
@media only screen and (max-width: 428px) {body { width: 428px; }}
@media only screen and (max-width: 414px) {body { width: 414px; }}
@media only screen and (max-width: 400px) {body { width: 400px; }}
@media only screen and (max-width: 390px) {body { width: 390px; }}
@media only screen and (max-width: 384px) {body { width: 384px; }}
@media only screen and (max-width: 375px) {body { width: 375px; }}
@media only screen and (max-width: 360px) {body { width: 360px; }}
@media only screen and (max-width: 320px) {body { width: 320px; }}

a {
	text-decoration: none;
	color: #383838;
}
ul {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
address {
	margin: 8px 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.6;
	clear: both;
}

h1 {
	font-size: 38px;
	margin: 16px 0 42px;
	padding: 0;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 64px 0 1rem;
	padding: 12px 0 0;
	line-height: 1.5;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
h3 {
	font-size: 28px;
	font-weight: 400;
	margin: 24px 0 16px;
	color: #383838;
	padding: 12px 0 4px 4px;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	margin: 24px 0 4px;
	padding: 0;
}
p {
	font-size: 20px;
	line-height: 1.7;
	margin: 0 0 16px;
	padding: 0;
}
table {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 16px 0;
	padding: 0;
}
th {
	box-sizing: border-box;
	padding: 16px 16px;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
}
td {
	box-sizing: border-box;
	padding: 16px 16px;
	border-bottom: 1px solid #c0c0c0;
}
.red { color: #f00;}
.blue { color: #00f;}
.f-size150 { font-size: 150%;}
.alignright {
	box-sizing: border-box;
	padding: 0 0 0 16px;
	float: right;
}
.alignleft {
	box-sizing: border-box;
	padding: 0 16px 0 0;
	float: left;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	clear: both;
	display: block;
}
.children {
	padding-left: 20px;
}
.children2 {
	padding-left: 20px;
}


#header {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
#header h1 {
	font-size: 14px;
	padding: 0 8px;
	margin: 0;
	letter-spacing: 0;
	text-align: right;
}
#header #shop-info {
	padding: 0 8px;
	float: right;
}
#header #shop-info p {
	font-size: 14px;
	text-align: right;
	line-height: 1.3;
}
#header #shop-info a {
	text-decoration: none;
}
#header #shop-info .tel-number {
	font-size: 18px;
}
#header #logo {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	padding: 4px 8px 4px;
	text-shadow: 1px 4px 4px #aaa;
	display: inline-block;
}
@media only screen and (max-width: 480px) {
	#header { height: 100px; margin: 16px 0 16px; padding: 0; }
	#header h1 { font-size: 12px; }
	#header #logo { text-align: center;}
	#header #shop-info { display: none;}
}
#sp-top-menu-box {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 8px;
	display: none;
}
#sp-top-menu {
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background: #fff;
}
#sp-top-menu, #sp-top-menu a {
	font-weight: 600;
	color: #fff;
}
#sp-top-menu ul {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
	display: flex;
}
#sp-top-menu ul li {
	box-sizing: border-box;
	margin: 0 0 6px 0;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	box-shadow: 0px 3px 4px #000;
	flex-grow: 1;
	color: #383838;
}
#sp-top-menu ul li a {
	width: 100%;
	text-decoration: none;
}
#sp-top-menu ul li, #sp-top-menu ul li a {
	text-shadow: 1px 1px 1px rgba(128,128,128,0.6);
	color: #383838;
	background: #F4A261;
}
#sp-top-tel {
	cursor: pointer;
}
#sp-menu {
	cursor: pointer;
}
#sp-menu:after {
	content: '▼';
}
#sp-menu.close:after {
	content: '▲';
}
#toggle-menu {
	display: none;
}
@media only screen and (max-width: 480px) {
	#sp-top-menu-box { display: block; }
	#toggle-menu {
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		top: 42px;
		left: 0;
		z-index: 20;
		padding: 0;
		text-align: center;
		line-height: 2.5;
		box-shadow: 0px 3px 4px #000;
		background: #F4A261;
	}
	#toggle-menu a {
		text-decoration: none;
	}
	#menu-header-sp ul {
		font-size: 0;
		list-style: none;
	}
	#menu-header-sp li a {
		background: #fff;
	}
	#menu-header-sp li a {
		width: 100%;
		font-size: 18px;
		padding: 8px 0 0;
		text-align: center;
		display: inline-block;
		border-bottom: 1px solid #666;
	}
	#menu-header-sp li a:hover {
		width: 100%;
		background: #eee;
	}
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		z-index: 12;
		display: none;
	}
}

#menu-header {
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	margin: 6px auto 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: inline-block;
	background: #F4A261;
}
#menu-header li {
	box-sizing: border-box;
	font-size: 20px;
	margin: 0 8px 0;
	padding: 0;
	line-height: 1.3;
	display: inline-block;
}
#menu-header li a {
	width: 100%;
	text-decoration: none;
	margin: 0;
	padding: 6px 2px;
	display: block;
}
/*
#menu-header li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #666;
	display: block;
}
*/
#menu-header li a:hover {
	width: 100%;
	background: #eee;
}

@media only screen and (max-width: 480px) {
	#menu-header {
		display: none;
	}
}
#top-image {
	box-sizing: border-box;
	width: 100%;
	height: calc(100vh - 90px);
	margin: 0 auto 16px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#top-image img {
	width: 100%;
	height: calc(100vh - 90px);
	object-fit: cover;
}
#top-image .slider {
	width: 100%;
	height: auto;
	position: relative;
}
#top-image .slider p {
	position:absolute;
	top: 25%;
	left: 32px;
	font-size: 36px;
	font-weight: bold;
	color: #7fffff;
	text-shadow: 2px 2px 3px #383838;
}
@media only screen and (min-width: 1900px) {
	#top-image .slider p {
		font-size: 48px;
	}
}
@media only screen and (max-width: 480px) {
	#top-image, #top-image img, #top-image .slider {
		height: auto; //calc(100vh - 90px);
	}
	#top-image .slider p {
		font-size: 20px;
		top: 15%;
		left: 8px;
	}
}
#wrapper {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
@media only screen and (max-width: 480px) {
	#wrapper {
		padding: 0 16px;
	}
}

.top-contents {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 40px 0 80px;
	display: block;
}
.top-contents:first-of-type {
	padding: 0 0 80px;	/* 最初のコンテンツは上を０にする */
}

.top-contents .inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 5%;
	display: inline-block;
}
.top-contents .inner p {
	margin-bottom: 8px;
	padding: 0;
}
.top-contents .inner figure {
	margin: 24px auto 0;
	text-align: center;
}
.top-contents .inner img {
	width: 90%;
}
.top-contents h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 2rem;
	text-align: center;
}
.top-contents h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 1.5rem;
	text-align: left;
}
.top-contents p, .top-contents1 p {
	padding: 0 0 1rem;
}
.gray {
	background: #efe;
}
.top-contents .photo {
	width: 100%;
	text-align: center;
}
.top-contents .photo img {
	width: 100%;
	margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 480px) {
	.top-contents h2 {
		font-size: 28px;
	}
	.top-contents .inner {
		padding: 0;
	}
	.top-contents .inner img {
		width: 100%;
	}
}

.line-block p {
	font-size: 18px;
	line-height: 1.6;
	margin: 8px 0;
}
.line-block ul {
	box-sizing: border-box;
	width: 100%;
	list-style-type: none;
	padding: 0 0.5em;
}
.line-block ul li {
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	line-height: 1.5;
	padding: 0.5em 0 0 16px;
	position: relative;
}
.line-block ul li:before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 4px solid #ff3838;
	border-bottom: 4px solid #ff3838;
}

.pickup-wrapper {
	width: 100%;
	margin: 32px auto 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 16px;
}
.pickup {
	width: calc(100% / 3 - 16px);
	height: auto;
	padding: 0 0 4px;
	border: 1px solid #aaa;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0px 2px 4px #666;
	display: flex;
	flex-direction: column;
}

.pickup img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}
.pickup h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 6px 0 0;
	padding: 4px 0;
	line-height: 1.4;
	text-align: center;
	color: #383838;
	flex: 2;
	min-height: 0%;
}
.pickup:hover {
	box-shadow: none;
}
.pickup .go-page {
	padding: 8px 0px 16px;
	text-align: center;
	flex: 1;
	min-height: 0%;
}
@media only screen and (max-width: 480px) {
	.pickup-wrapper {
		flex-direction: column;
	}
	.pickup {
		width: 100%;
		padding: 0 0 8px 0;
		letter-spacing: 4px;
	}
}

.goto-page {
	width: 240px;
	text-align: center;
	margin: 32px auto 16px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.2px;
	color: #383838;
	background: #F4A261;
}
.goto-page a {
	width: 100%;
	padding: 20px 0;
	text-decoration: none;
	display: block;
}
.goto-page a:hover {
	background: #aaa;
	color: #fff;
}
.goto-page-right {
	margin: 12px 8px 32px 8px;
	text-align: right;
	display: block;
}
.goto-page-right a:hover {
	text-decoration: underline;
	color: red;
}


#pankuz {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	margin: 24px 0 16px;
	padding: 0;
	display: block;
}
/*
@media only screen and (max-width: 480px) {
	#pankuz { padding: 8px;}
}
*/
.contents {
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0 50px;
	padding: 0;
	clear: both;
	display: inline-block;
}
.contents h1 {
	margin: 0 0 42px;
	padding: 0;
	text-align: center;
}
.contents .post-title {
	margin: 36px 0 72px 0;
}
.contents .title-size {
	font-size: 24px;
}
.contents .post-meta {
	margin: 0 0 32px;
}
.contents h2 {
	font-size: 32px;
	margin: 80px 0 16px;
	padding: 0;
	text-align: left;
	border-bottom: 3px solid #F4A261;
}
.contents h2:first-of-type {
	margin: 0 0 16px;
}

.contents h3 {
	position: relative;
	display: inline-block;
}
.contents h3::before {
	content: "";
	width: 110%;
	height: 3px;
	bottom: 0;
	position: absolute;
	background: #F4A261;
}
@media only screen and (max-width: 480px) {
	.contents h1 {
		font-size: 32px;
	}
	.contents h2 {
		font-size: 28px;
	}
	.contents h3 {
		font-size: 24px;
	}
	.contents h3::before {
		width: 98%;
	}
	.contents h4 {
		font-size: 20px;
	}
}
.contents .com-tbl {
	box-sizing: border-box;
	width: 100%;
	margin: 16px auto 32px;
}
.contents .com-tbl th, .contents .com-tbl td {
	font-weight: normal;
	padding: 24px 8px 4px;
	line-height: 1.6;
	border-bottom: 1px solid #666;
}

.wp-block-image {
	margin: 0;
	padding: 0;
}

.wp-block-image img {
	margin: 0 8px 16px 8px;
}

@media only screen and (max-width: 480px) {
	.contents .com-tbl {
		width: 100%;
	}
	.contents .com-tbl th {
		box-sizing: border-box;
		width: 100%;
		text-align: left;
		border: none;
		display: block;
	}
	.contents .com-tbl td {
		box-sizing: border-box;
		width: 100%;
		padding: 8px 8px 16px;
		display: block;
	}
	.wp-block-image {
		width: 100%;
		margin: 0 auto 16px auto;
		padding: 0;
		clear: both;
		display: inline-block;
	}
	.wp-block-image figure {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center !important;
	}
	.wp-block-image img {
		width: 100% !important;
		text-align: center !important;
		margin: 0;
		padding: 0;
		clear: both;
	}
}
.img-list {
	width: 100%;
}
.img-list ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 24px 4px;
}
.img-list li {
	text-align: center;
}
.img-list li img {
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.img-list ul {
		flex-direction: column;
	}
	.img-list li img {
		width: 80%;
	}
}
.card-wrapper {
	width: 100%;
	margin: 0 auto 32px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 16px;
}
.card-wrapper:not(:first-of-type) {
	margin: 0 auto;
}
.card {
	width: calc(100% / 4 - 16px);
	height: auto;
	padding: 0 0 4px;
	display: flex;
	flex-direction: column;
}
.card img {
	width: 100%;
}
.card h3 {
	font-size: 18px;
	margin: 0;
	padding: 4px 0;
	text-align: center;
}
.card h3:before {
	content: "";
	width: 0;
	height: 0;
	position: none;
	background: #ffffff;
}
@media only screen and (max-width: 480px) {
	.card-wrapper {
		flex-direction: column;
	}
	.card {
		width: 100%;
		padding: 0 0 8px;
		letter-spacing: 4px;
		flex-direction:
	}
}

.flow {
	width: 100%;
}
.flow h3 {
	margin: 16px 0;
	padding: 8px 24px;
	border-radius: 10px;
	border: 3px solid #84ff84;
	background: #ccffcc;
	display: inline-block;
}
.flow h3::before {
	content: "";
	width: 0;
	height: 0;
	position: none;
	background: #ffffff;
}
.arrow {
	box-sizing: border-box;
	width: 15%;
	margin: 8px 0;
	padding: 0;
	text-align: center;
	display: block;
}
.arrow-down {
	display: inline-block;
	width: 73.5px;
	height: 60px;
	background: rgb(100,100,100,0.3);
	clip-path: polygon(0 38.7%, 31% 38.7%, 31% 0, 69% 0, 69% 38.7%, 100% 38.7%, 50% 100%);
}
@media only screen and (max-width: 480px) {
	.arrow {
		width: 10%;
	}
}

.category-box {
	margin: 0;
	padding: 4px 0 0 0;
}
.category-box .list-box {
	padding: 8px;
	border-bottom: 1px dashed #666666;
	background: #ffffff;
}
.category-box .list-box:last-child {
	border: none;
}
li.cat-item {
	font-size: 16px;
	margin: 8px;
	text-decoration: underline;
	display: inline-block;
}
li.cat-item a:hover {
	color: #f00;
}

.pagination {
	margin: 32px 0;
	text-align: center;
}
.pagination h2 {
	display: none;
}
.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
.pagination a:hover {
	background: #e8e8e8;
}
.pagination span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination span.current {
}
.pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color:	transparent;
}

#post-navi {
	width: 100%;
	margin: 0 0;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#post-navi-prev, #post-navi-no-prev {
	width: 50%;
	text-align: left;
}
#post-navi-next, #post-navi-no-next {
	width: 50%;
	text-align: right;
}
#post-navi-prev a, #post-navi-no-prev a, #post-navi-next a, #post-navi-no-next a {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 8px;
	display: block;
}
#post-navi a:hover {
	background: #fcfcfc;
}
@media only screen and (max-width: 480px) {
	#post-navi {
		flex-direction: column;
	}
	#post-navi-prev, #post-navi-no-prev, #post-navi-next, #post-navi-no-next {
		width: 100%;
		padding: 0 8px;
	}
	#post-navi-next, #post-navi-no-next {
		text-align: left;
	}
}
#related-box {
	width: 100%;
	margin: 80px 0 40px 0;
}
#related-box .post-list {
	width: 100%;
	margin: 16px auto 32px auto;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#related-box .post-list li {
	width: 24%;
	list-style: none;
	margin: 15px auto;
	padding: 0;
	border: 1px solid #444;
	box-shadow: 0px 8px 8px -8px #444;
	border-radius: 8px;
	position: relative;
}
#related-box .post-list li a {
	text-decoration: none;
}
#related-box .post-list img {
	width: 100%;
	height: auto;
	max-height: 200px;
	border-radius: 9px 9px 0 0;
}
#related-box .post-list h3 {
	font-size: 18px;
	margin: 0;
	padding: 8px 8px 8px 8px;
	line-height: 1.6;
	text-align: left;
	text-shadow: none;
}
#related-box .post-list li .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 5px;
	background: rgba(0,0,55,0.4);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#related-box .post-list li:hover .mask {
	opacity: 0.5;
}
@media only screen and (max-width: 480px) {
	#related-box .post-list li {
		width: 100%;
	}
	#related-box .post-list img {
		width: 100%;
		max-height: 320px;
	}
	#related-box .post-list .thumbnail {
		max-height: 100%;
	}
}




.download a:hover {
	text-decoration: underline;
	color: red;
}

.sitemap ul, .children ul, .children2 ul {
	list-style: disc;
}
.sitemap li {
	margin: 0 20px;
	padding: 4px 0;
}
.sitemap li a {
	color: #383838;
}
.sitemap li a:hover {
	color: red;
	text-decoration: underline;
}

.error-404 {
	font-size: 120%;
	margin: 32px;
}
.map {
	width: 100%;
	margin: 0 auto 32px;
	text-align: center;
}
.map iframe {
	width: 100% !important;
	height: 450px;
}
.page-link a {
	text-decoration: underline;
}

.news-list, .news-list2 {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	display: flex;
}
.news-list2 {
	margin: 0;
}
.news-list ul, .news-list2 ul {
	width: 100%;
	list-style: none;
}
.news-list li, .news-list2 li {
	width: 100%;
	margin: 4px 0;
	padding: 12px 0;
	line-height: 1.6;
}
.top-contents .news-list li, .contents .news-list2 li {
	border-bottom: 1px solid #ddd;
}
.news-list a, .news-list2 a {
	width: 100%;
	display: block;
	text-decoration: none;
}
.news-list .date, .news-list2 .date {
	width: 140px;
	font-size: 14px;
	margin: 0 8px 0 0;
	display: inline-block;
}
.news-list .category {
	margin: 0;
	display: inline-block;
}
.news-list h2 {
	width: 100%;
	font-size: 24px;
	margin: 0 0 12px 0;
	padding: 8px 0;
	border: none;
	text-shadow: 0 0 0 #fff;
	font-weight: normal;
}
.news-list2 h2 {
	width: 100%;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 8px 0;
	border: none;
	text-shadow: 0 0 0 #fff;
	font-weight: normal;
}

.news-list .list:hover, .news-list h2:hover,
.news-list2 .list:hover, .news-list2 h2:hover {
	background: #fcfcfc;
}

@media only screen and (max-width: 480px) {
	.top-contents .news-list .date, .news-list2 .date {
		width: 100%;
		margin: 0 0 8px 0;
	}
	.top-contents .news-list li {
		margin-bottom: 12px;
	}
	.news-list h2 {
		font-size: 18px;
	}

}

details {
	margin: 0 0 12px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 2px #383838;
}
summary {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
details p {
	box-sizing: border-box;
	width: 100%;
	margin: 12px auto;
	padding: 8px 16px 0;
	border-top: 1px solid #666;
}
details[open] {
	background: #ffffe0;
}

.forms {
	width: 100%;
	margin: 0;
	padding: 0;
}
.forms li {
	margin: 16px 0px 0px 16px;
	padding: 0;
	list-style: none
}
.forms label {
	margin-top: 32px;
	display: block;
}
.forms input[type=text] {
	width: 90%;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.forms textarea {
	width: 90%;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.forms .forms-respond {
	text-align: center;
}
.forms .forms-respond input[type=submit]{
	font-size: 20px;
	width: 50%;
	margin: 20px 0 32px;
	padding: 8px 0;
	letter-spacing: 1px;
	background: #f9f9f9;
	cursor: pointer;
	text-align: center;
	color: #383838;
	border: 1px solid #666;
	box-shadow: none;
	-webkit-appearance: none;
}
@media only screen and (max-width: 480px) {
	.forms .forms-respond input[type=submit]{
		width: 80%;
		padding: 16px 0;
	}
}
.forms .forms-respond input:hover {
	box-shadow: 1px 1px 3px #383838;
}
.contact-error {
	font-size: 16px;
	margin-left: 40px;
	color: #ff0000;
	clear: both;
}

.contact, .contact1 {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin: 20px auto 0;
	padding: 0 10% 32px;
	background: #fff;
	display: block;
}
.contact1 {
	padding: 0 10% 40px;
}
.contact h2, .contact1 h2 {
	text-align: center;
}
.contact-list {
	display: flex;
	justify-content: center;
}

.contact .box {
	width: 240px;
	height: 72px;
	text-align: center;
	margin: 46px auto 32px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2px;
	background: #F4A261;
}
.contact .box a {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	color: #383838;
	text-decoration: none;
	display: block;
}
.contact .box:hover {
	box-shadow: 2px 2px 3px #666;
}
@media only screen and (max-width: 480px) {
	.contact-list {
		margin: 46px auto 32px;
		flex-direction: column;
		gap: 24px;
	}
	.contact .box {
		margin: 0 auto;
	}
}

#footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #F4A261;
	color: #fff;
	clear: both;
	display: block;
}
#footer-in {
	margin: 0 0 32px;
	display: flex;
}
#footer .shop-info {
	box-sizing: border-box;
	width: 30%;
	margin: 16px 0;
	color: #fff;
}
#footer .shop-info-left {
	width: 32%;
	float: left;
}
#footer .shop-info-left img {
	width: 100%;
}
#footer .shop-info-right {
	width: 65%;
	float: right;
}
#footer .shop-info-right p {
	color: #fff;
}
#footer-navi {
	width: 100%;
	margin: 32px 0 0 0;
}
#footer-navi ul {
	font-size: 16px;
	padding: 0;
	text-align: center;
	list-style:none;
}
#footer-navi li {
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0 8px;
	text-align: center;
	display:inline-block;
	border-right: 1px solid #ccc;
}
#footer-navi li:last-child {
	border: none;
}
#footer-navi li a {
	padding: 8px;
	color: #383838;
}
#footer-navi li a:hover {
	background: #fcfcfc;
	color: #383838;
}
#copyright {
	font-size: 14px;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	clear: both;
	color: #383838;
	display: block;
}
.fn {
	color: #383838;
}
@media only screen and (max-width: 480px) {
	#footer-in {
		flex-flow: column;
	}
	#footer-navi {
		width: 100%;
	}
	#footer .shop-info {
		box-sizing: border-box;
		width: 100%;
		margin-top: 32px;
	}
}

#page-top {
	width: 64px;
	height: 64px;
	right: 12px;
	bottom: 12px;
	border: 1px solid rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	display: none;
	position: fixed;
	z-index: 100;
}
#page-top:after, #page-top:hover:after {
	content: "";
	width: 20px;
	height: 20px;
	top: 25px;
	left: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}
#page-top:after {
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
}
#page-top:hover:after {
	border-top: 8px solid #f00;
	border-right: 8px solid #f00;
}
