@CHARSET "UTF-8";
/* Common */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
html,
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	width: 100%;
	background: #fff;
	line-height: 1.5;
	font-weight: 500 !important;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #514f4e;
	font-size: 16px;
	text-align: left;
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
	margin: 0 auto;
	text-align: center;
}
p,
li,
span,
label {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
small {
	line-height: 1.2;
	font-size: .8rem;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	small {
		font-size: 0.7rem;
	}
}
ul,
ol,
li {
	list-style: none;
}
/* Chrome/Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* FireFox/IE */
input[type="number"] {
	-moz-appearance:textfield;
}
a {
	text-decoration: none;
	color: #514f4e;
	cursor: pointer;
	outline: none;
}
a:hover {
	opacity: 0.7;
}
textarea {
	resize: none;
	height: 100px;
}
img {
	width: 100%;
}

/* Font */
.color-red { color: #b22222; }
.color-white { color: #fff; }
.font-bold { font-weight: bold; }

/* text-align */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* width */
.w80 { width: 80px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w50p { width: 50%; }
.w100p { width: 100%; }

/* margin */
.mt_10 { margin-top: 10px; }
.mt_50 { margin-top: 50px; }
.mb_10 { margin-bottom: 10px; }
.mb_20 { margin-bottom: 20px; }
.mb_50 { margin-bottom: 50px; }
.mr_10 { margin-right: 10px; }

/* base */
.hide { display: none; }
.readonly:focus { outline: none; }
.inline-block { display: inline-block; }
.only-pc { display: block; }
.only-sp { display: none; }
.bk-border {
	background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 4px, #fff 4px, #fff 15px);
}
@media only screen and (max-width: 768px) {
	.only-pc { display: none; }
	.only-sp { display: block; }
}

/* Slick */
.slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-slide img {
	margin: 0 auto;
}
.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #dedede;
	font-size: 0;
	border: none;
	margin: 0;
	padding: 0;
}
.slick-dots .slick-active button {
	background: #b22222;
}

/* Header */
header {
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	z-index: 900;
	padding: 0 5px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header img {
	max-width: 200px;
}
header #tel {
	margin-right: 50px;
}
header #tel ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
header div ul li {
	width: 200px;
	font-weight: bold;
	line-height: 1;
}
header div ul li a {
	font-size: 1.0rem;
}
header div ul li small {
	font-size: 0.6rem;
	font-weight: 600;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	header div ul li {
		width: 160px;
	}
}
@media only screen and (max-width: 428px) {
	header img {
		max-width: 120px;
	}
}

/* Menu */
#g-nav {
	position: fixed;
	z-index: -1;
	opacity: 0; /*はじめは透過0*/
	top: 0;
	width: 100%;
	height: 100vh; /*ナビの高さ*/
	background: #27acd9;
	transition: all 0.3s;
}
#g-nav.panelactive {
	opacity: 1;
	z-index: 999;
}
#g-nav ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
#g-nav.panelactive ul {
	display: block;
}
#g-nav li {
	list-style: none;
	text-align: center; 
}
#g-nav li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
	position: fixed;
	z-index: 9999;
	top: 7px;
	right: 10px;
	cursor: pointer;
	width: 58px;
	height: 50px;
}
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #312f2f;
	width: 45%;
}
.openbtn span:nth-of-type(1) {
	top: 15px; 
}
.openbtn span:nth-of-type(2) {
	top: 23px;
}
.openbtn span:nth-of-type(3) {
	top: 31px;
}
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}
@media only screen and (max-width: 428px) {
	.openbtn {
		right: 0;
	}
}

/* スライダー */
#global-nav {
	width: 100%;
	height: 44px;
	z-index: 100;
}
#global-nav-fake {
	height: 44px;
	width: 100%;
}
#global-nav.m_fixed {
	position: fixed;
	top: 70px;
	left: 0;
}
.global-list {
	width: 100%;
	display: flex;
	align-items: center;
}
.global-list li {
	width: 50%;
}
.global-list li.tel,
.global-list li.web {
	background: #595959ff;
	border: solid 1px #595959ff;
}
.global-list li.line {
	background: #6aa84fff;
	border: solid 1px #6aa84fff;
}
.global-list li.store {
	border: solid 1px #595959ff;
}
.global-list li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.global-list li.store a {
	color: #595959ff;
}

/* Footer */
footer {
	color: #fff;
	background: #eee;
	margin-top: 50px;
	padding: 10px 0 50px;
}
footer .footer_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1000px;
	margin: 30px auto;
}
footer .footer_menu li {
	width: calc(100% / 3);
	padding: 5px 10px;
}
footer .footer_menu li a {
	font-weight: bold;
}
footer .sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
footer .sns li {
	width: 50px;
	margin: 0 20px;
}
footer p {
	color: #000;
	padding: 20px 0;
}
footer p a {
	color: #000;
}
footer img {
	max-width: 200px;
}

@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	footer .footer_menu {
		justify-content: center;
		margin: 20px 10px;
	}
	footer .footer_menu li {
		width: 50%;
		padding: 5px;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* Paging */
.tablenav-pages {
	line-height: 28px;
	margin: 10px 0;
	color: #363f44;
}
.tablenav-pages span,
.tablenav-pages a {
	display: inline-block;
	height: 26px;
	text-align: center;
	letter-spacing: normal;
	vertical-align: middle;
	font-weight: 600;
}
.tablenav-pages .tablenav-paging-text { /* ヒット件数 */
	margin-right: 10px;
	font-weight: bold;
}
.tablenav-pages .tablenav-paging-text > span {
	margin: 0 10px;
}
.tablenav-pages .page { /* ページ番号 */
	width: 47px;
	margin: 0 2px;
	border-radius: 4px;
	background: #514f4e;
	color: #fff;
}
.tablenav-pages .page.current { /* 現在ページ */
	background: #9ebc5c;
}
.tablenav-pages a:hover { /* ホバー */
	opacity: 0.8;
}
.tablenav-pages a.page {
	cursor: pointer;
}
.prev-page,
.next-page {
	padding: 0 8px;
	border-radius: 4px;
	background: #514f4e;
	color: #fff;
	cursor: pointer;
}
.prev-page { /* 前へ */
	margin-right: 10px;
}
.prev-page:before {
	display: inline-block;
	padding-right: 5px;
	font-weight: normal;
	content: '<';
}
.next-page { /* 次へ */
	margin-left: 10px;
}
.next-page:after {
	display: inline-block;
	padding-left: 5px;
	font-weight: normal;
	content: '>';
}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 428px) {
	.tablenav-pages .page {
		width: 30px;
	}
}

/* CheckBox */
.checkBox {
	position: relative;
	padding-left: 5px;
	cursor: pointer;
}
.checkBox input {
	opacity: 0;
}
.checkBox .image {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	background: url(../img/icon/ico_checkImage.png) 0 0 no-repeat;
	background-size: 18px auto;
}
.checkBox input:checked + .image {
	background-position: 0 -18px;
}

/* Banner */
.banner {
	margin: 10px 0 20px
}
.banner ul {
	display: flex;
	justify-content: center;
}
.banner ul li {
	margin: 0 3px;
}
.banner ul.block-3 li {
	width: calc(100% / 3 - 20px);
}
.banner ul.block-2 li {
	width: calc(100% / 2 - 30px);
}
@media only screen and (max-width: 1100px) {
	.banner ul.block-3 li {
		width: calc(100% / 3 - 10px);
	}
	.banner ul.block-2 li {
		width: calc(100% / 2 - 10px);
	}
}
@media only screen and (max-width: 428px) {
	
}

/* Base */
.main {
	margin-top: 100px;
}
.block {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.sub_block {
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 0;
}
.main h2 {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: solid 3px skyblue;
}
.main h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}
.main h3 {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 20px;
	background: #27acd9;
	color: #fff;
}
.main h4 {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.main h4:before,
.main h4:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	height: 60px;
	margin: auto;
	background: #000;
	content: '';
}
.main h4:before {
	left: -30px;
	transform: rotate(-25deg);
}
.main h4:after {
	right: -30px;
	transform: rotate(25deg);
}
.button-block {
	margin: 20px auto;
}
.button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 550px;
	margin: 0 auto;
}
.button li {
	max-width: 250px;
	margin: 10px;
}
.button a.btn {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 250px;
	padding: 10px 25px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-size: 1.0rem;
	font-weight: 500;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border-radius: 9999px;
}
.button a.btn:hover {
	color: #fff;
	opacity: 0.5;
}
.button a.btn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.button a.btn:hover:after {
	border-color: #fff;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	.main h2 {
		font-size: 1.3rem;
	}
	.main h3 {
		font-size: 1.1rem;
	}
	.main h4 {
		width: 65%;
		max-width: 250px;
		padding: 15px 0;
	}
	.sub_block {
		width: 90%;
		margin: 0 auto;
	}
	.button-block {
		margin: 10px auto;
	}
	.button {
		width: 100%;
	}
	.button li {
		width: calc(100% / 2 - 10px);
		margin: 5px;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* category */
#category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto 30px;
}
#category ul li {
	width: calc(100% / 6 - 5px);
}
#category ul li img {
	width: 90%;
}
#category ul li p {
	font-size: 0.9rem;
	font-weight: 500;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#category ul { 
		margin: 10px 5px 30px;
	}
	#category ul li {
		width: calc(100% / 4);
	}
	#category ul li p {
		font-size: 0.44rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* contact */
#contact {
	border: solid 5px #aaa;
	margin: 20px auto;
	padding: 20px;
}
#contact p {
	font-size: 1.0rem;
	font-weight: 700;
}
#contact .tel {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .tel img {
	width: 50px;
}
#contact .tel a {
	font-size: 2.0rem;
	font-weight: bold;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 428px) {
	
}




