@charset "utf-8";
/*
Theme Name: technolab_theme
Theme URI:
Description: technolab_theme
Author: meakdesign Yuji Namatame
*/

/*-------------
全デバイスとスマホ向け
-------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
html {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
body {
	font: 13px/1.231 arial, helvetica, clean, sas-serif;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit; font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.cf {
	clear: both;
}
.taC {
	text-align: center!important;
}
.aligncenter {
	text-align:center;
}
.taL {
	text-align: left!important;
}
.pc-only {
	display: none!important;
}

/*-------------
base
-------------*/
html,body {
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
body {
	width: 100%;
	font-family: 'Noto Sans Japanese', sans-serif, 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', 'Osaka‐等幅'!important;
	color: #333333;
	font-size: 1.1em;
}
p {
	background-image: url(images/clear.gif);
	max-height: 999999px;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 30px;
}
li {
	line-height: 1.7;
	font-size: 15px;
}

/*擬似クラス指定*/
a:link {
	color: #01062e;
	text-decoration: underline;
}
a:visited {
	color: #01062e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*背景の画像＆色の設定*/
.inner {
	width: 90%;
	margin: 0 auto;
}

/*ヘッダー部分（キャッチ＆ロゴほか）*/
#header {
	width: 100%;
	padding: 10px 0;
}
.header-inner {
	width: 95%;
	margin: 0 auto;
}
#header h1 {
	width: 37%;
	float: left;
}
.header-area {
	width: 60%;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px;
}
.header-area-ttl {
	display: block;
	width: 23%;
	background: #229ada;
	color: #fff;
	font-size: 3.2vw;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	border-radius: 10px 0 0 10px;
	padding: 10px 0;
}
.header-area-detail {
	display: block;
	width: 71%;
	background: #eee;
	padding: 9px 3%;
	font-size: 2.6vw;
	line-height: 1.7;
	border-radius: 0 10px 10px 0;
}

/*メイン*/
#main {
	clear: both;
	width: 100%;
	background: #0271c2;
}

/*メイン2*/
#main2 {
	margin: 0;
	padding: 0;
}
#main2 h2 {
	background: #3d5b86;
	color: #fff;
	padding: 10px 4% 12px;
	font-size: 5vw;
	line-height: 1.4;
}
#main2 h2 span {
	font-size: 6vw;
}
.main2-detail {
	width: 95%;
	margin: 15px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.main2-detail-l {
	width: 65%;
}
.main2-detail-r {
	width: 33%;
}
.main2-detail-rtxt {
	font-size: 2.7vw;
}
.main2-detail-rphoto {
	width: 90%;
	margin: 0 auto 3px;
}
.main2-point {
	list-style-type: none;
	width: 92%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5%;
}
.main2-point li {
	width: 27%;
	text-align: center;
	margin-bottom: 10px;
	background: #eee;
	border-radius: 5px;
	padding: 6px 2%;
}
.main2-point-icon {
	width: 60%;
	margin: 0 auto 5px;
}
.main2-point li h4 {
	font-size: 3.6vw;
	line-height: 1.4;
	color: #3d5b86;
}
.brand {
	width: 96%;
	margin: 0 auto 30px;
}
.howtopay {
	width: 93%;
	margin: 0 auto 20px;
}
.howtopay2 {
	width: 93%;
	margin: 0 auto 30px;
}

/*トップページコンテンツ*/
.top-content h2 {
	text-align: center;
	background: #2facea;
	padding: 10px 0 12px;
	font-size: 4vw;
	font-weight: 400;
	margin-bottom: 25px;
}

/*お知らせ*/
#news {
	width: 90%;
	margin: 0 auto 50px;
}
#news h2 {
	display: block;
	text-align: center;
	font-size: 4vw;
	color: #fff;
	background: #0876b8;
	padding: 5px 0;
	border-radius: 5px 5px 0 0;
}
#news ul {
	list-style-type: none;
	background: #eee;
	padding: 10px 4%;
	border-radius: 0 0 5px 5px;
	margin-bottom: 7px;
}
#news ul li {
	font-size: 3.4vw;
	margin-bottom: 8px;
}
#news ul li:last-child {
	margin-bottom: 3px;
}
.info-date {
	font-size: 3vw;
	color: #666;
	margin-bottom: 1px;
}
#news ul li a {
	font-weight: normal;
}
.btn-news {
	text-align: right;
	font-size: 3.3vw;
}

/*steps*/
ul.steps-flow {
	list-style-type: none;
	width: 75%;
	margin: 0 auto 25px;
}
.steps-no {
	display: block;
	background: #0876b8;
	padding: 3px 0;
	text-align: center;
	border-radius: 30px;
	font-size: 3.5vw;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}
.steps-img {
	width: 85%;
	margin: 0 auto 12px;
}
.steps-img img {
	border-radius: 5px;
}
ul.steps-flow li h3 {
	text-align: center;
	font-size: 4.4vw;
	margin-bottom: 2px;
}
ul.kindz-btn {
	width: 80%;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
ul.kindz-btn li {
	display: block;
	width: 100%;
	text-align: center;
}
ul.kindz-btn li a {
	display: block;
	background: #eee;
	text-decoration: none;
	padding: 7px 0;
	border: 2px solid #0876b8;
	border-radius: 5px;
	font-size: 3.4vw;
	font-weight: 600;
	color: #0876b8;
}
ul.kind-btn {
	width: 95%;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
ul.kind-btn li {
	display: block;
	width: 49%;
	text-align: center;
}
ul.kind-btn li a {
	display: block;
	background: #eee;
	text-decoration: none;
	padding: 7px 0;
	border: 2px solid #0876b8;
	border-radius: 5px;
	font-size: 3.4vw;
	font-weight: 600;
	color: #0876b8;
}

/*menu*/
ul.menu-list {
	list-style-type: none;
	width: 90%;
	margin: 0 auto 25px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
ul.menu-list li {
	width: 48%;
	background: #eee;
	border-radius: 5px;
	margin-bottom: 15px;
}
.menu-img {
	width: 100%;
}
.menu-img img {
	border-radius: 5px 5px 0 0;
}
.menu-txt {
	padding: 10px 5%;
}
ul.menu-list li h3 {
	text-align: center;
	font-size: 4vw;
	line-height: 1.3;
	margin-bottom: 5px;
}
ul.menu-list li p {
	font-size: 3vw;
	line-height: 1.5;
	margin-bottom: 10px;
}
.menu-price {
	text-align: center;
	font-size: 4vw;
	font-weight: 600;
	color: #0876b8;
}

/*blog*/
#blog {
	margin-bottom: 40px;
}
.blog-copy {
	width: 90%;
	margin: 0 auto 15px;
	font-size: 3.6vw;
	line-height: 1.5;
	font-weight: 600;
}
ul.blog-list {
	list-style-type: none;
	width: 90%;
	margin: 0 auto 15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
ul.blog-list li {
	width: 48%;
	margin-bottom: 15px;
}
.blog-thumb {
	margin-bottom: 5px;
}
.blog-thumb a {
	transition: all .5s ease;
}
.blog-thumb a:hover {
	opacity: 0.6;
}
.blog-date {
	text-align: right;
	font-size: 3vw;
	color: #666;
	margin-bottom: 1px;
}
ul.blog-list li h3 {
	font-size: 3.5vw;
}
.blog-btn {
	width: 90%;
	margin: 0 auto;
	text-align: right;
	font-size: 3.3vw;
}

/*faq*/
#faq {
	margin-bottom: 30px;
}
.accordion-area {
	list-style: none;
	width: 90%;
	max-width: 900px;
	margin:0 auto 20px;
}
.accordion-area li{
	margin: 10px 0;
}
.accordion-area section {
	border: 2px solid #0876b8;
}
.title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size:1.05rem;
	font-weight: 600;
	color: #333;
	padding: 3% 3% 3% 50px;
	transition: all .5s ease;
}
.title::before,
.title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #0876b8;
}
.title::before{
	top:48%;
	left: 15px;
	transform: rotate(0deg);
}
.title::after{
	top:48%;
	left: 15px;
	transform: rotate(90deg);

}
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}
.box {
	display: none;/*はじめは非表示*/
	background: #eee;
	margin:0 3% 3% 3%;
	padding: 3%;
}
.box p {
	margin-bottom: 0;
}

/*area-btn*/
.btn-area {
	display: block;
	width: 82%;
	margin: 0 auto 50px;
	text-align: center;
}
.btn-area a {
	display: block;
	font-size: 3.7vw;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background: #229ada;
	border: 5px solid #0876b8;
	border-radius: 5px;
	padding: 14px 0 16px;
}

/*フッターの設定*/
footer {
	clear: both;
	background: #3d5b86;
	padding-top: 30px;
	overflow: hidden;
	color: #fff;
	padding-bottom: 180px;
}
ul.footmenu {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
}
ul.footmenu li {
	width: 33.333333333333333%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 3.2vw;
	font-weight: 500;
}
ul.footmenu li a {
	color: #fff;
	text-decoration: none;
}
.foot-bnr {
	width: 100%;
	margin: 0 auto 30px;
}
.foot-txt {
	font-size: 2.9vw;
	margin-bottom: 40px;
}
address {
	clear: both;
	text-align: center;
	font-style: normal;
	font-size: 11px;
}

#foot-fix-all {
	width: 96%;
	position: fixed;
	bottom: 2%;
	left: 2%;
	z-index: 99999;
	display: block;
}
.ff-chat a {
	display: block;
	padding: 2px 2% 2px 2%;
	background-image: linear-gradient(90deg, rgba(141, 196, 227, 1), rgba(169, 130, 197, 1));
}
#foot-fix-pc {
	display: none;
}

.ff-phone {
	text-align: center;
	font-size: 4.8vw;
	font-weight: bold;
	display: block;
	margin: 0 auto 10px;
}
.ff-phone a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	position: relative;
	background: #de7736;
	padding: 15px 0;
	box-shadow: 0px 5px 0px 0px rgba(193, 91, 27, 1);
}
.ff-phone a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	width: 11px;
	height: 11px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	translate: 0 -50%;
	transform: rotate(45deg);
}
#foot-fix ul {
	list-style-type: none;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
#foot-fix ul li {
	width: 49%;
	text-align: center;
	font-size: 3.6vw;
	font-weight: bold;
}
#foot-fix ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 6px;
}
.ff-form a {
	background: #c02e28;
	padding: 8px 0;
	box-shadow: 0px 5px 0px 0px rgba(157, 19, 13, 1);
}
.ff-line a {
	padding: 8px 0;
	background: #24a462;
	box-shadow: 0px 5px 0px 0px rgba(15, 130, 71, 1);
}

/*-------------
contents
-------------*/
/*パンくず*/
.breadcrumbs {
	clear: both;
	width: 95%;
	margin: 10px auto 30px;
	font-size: 3.1vw;
}
/*ここからコンテンツページ共通*/
#page-contents {
	width: 90%;
	min-height: 800px;
	margin: 0 auto 50px;
}
#page-contents h2 {
	text-align: center;
	font-size: 4.4vw;
	margin-bottom: 40px;
}
#page-contents h3 {
	color: #0876b8;
	font-size: 3.8vw;
	margin-bottom: 30px;
}
#page-contents h4 {
	font-size: 3.6vw;
	margin-bottom: 20px;
}
#page-contents h5 {
	font-size: 3.3vw;
	margin-bottom: 15px;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*メニュー*/
#page-contents ul.menu-list {
	width: 100%!important;
}
#page-contents ul.menu-list li h3 {
	color: #000;
	margin-bottom: 10px;
}
.menu-area-btn {
	display: block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 3.6vw;
	font-weight: 500;
}
.menu-area-btn a {
	display: block;
	padding: 4px 0 6px;
	background: #333;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

/*ブログ-カテゴリー*/
ul.blog-category-list {
	list-style-type: none;
	width: 100%;
	margin: 0 auto 15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
ul.blog-category-list li {
	width: 48%;
	margin-bottom: 15px;
}
ul.blog-category-list li h3 {
	font-size: 3.5vw;
}

/*フォーム*/
#contents-form {
	width: 90%;
	min-height: 500px;
	margin: 0 auto;
	padding: 30px 0;
}
#contents-form h3 {
	font-size: 3.8vw;
	margin-bottom: 15px;
}
#contents-form h4 {
	font-size: 3.6vw;
	margin-bottom: 8px;
}
#contents-form p {
	font-size: 3.3vw;
	margin-bottom: 20px;
}
.formTable {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	margin-bottom: 30px;
}
.formTable dt {
	font-size: 3.3vw;
	font-weight: 600;
	margin-bottom: 5px;
}
.formTable dd {
	font-size: 3.3vw;
	line-height: 1.5;
	margin-bottom: 25px;
}
#toiawase-detail {
	width: 90%;
}
.formTable input[type="text"],
.formTable input[type="email"],
.formTable input[type="tel"],
.formTable input[type="url"],
.formTable textarea {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
input[type="submit"],
input[type="reset"] {
	font-size: 110%;
	padding: 0.4em 3em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.formTable input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

/*サイトマップ*/
ul.sitemap-list {
	margin-left: 50px;
}
ul.sitemap-list li {
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #dddddd;
}

/*ニュース単独*/
.single-date {
	font-size: 13px;
	text-align: right;
	margin-bottom: 30px;
}

/*お知らせ一覧*/
ul.news-list {
	width: 100%;
	list-style-type: none;
	margin-bottom: 20px;
}
ul.news-list li {
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #dddddd;
}
ul.news-list li h5 {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	font-weight: normal;
	font-size: 14px;
}
ul.news-list ul li a {
	font-weight: normal;
}
.wp-pagenavi {
	font-size: 15px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: inline-block;
	margin-right: 4px;
	padding: 6px;
	background: #dd341e;
	color: #fff;
}
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #dd341e;
	border-radius: 50%;
	background: #dd341e;
	color: #fff;
	line-height: 30px;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin: 4px;
	font-weight: bold;
	line-height: 30px;
}
.wp-pagenavi a {
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	margin: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #dd341e;
	border-radius: 0;
	background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #dd341e;
	border-radius: 50%;
	line-height: 30px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
	border-color: #dd341e;
	background: #dd341e;
	color: #fff;
	transition: all .3s;
}

#breadcrumbs {
	font-size: 90%;
	margin: 0 0 20px;
	text-align: left;
}

/*タイトル 共通*/
.contents h2 span {
	display: inline-block!important;
	font-size: 26px!important;
	line-height: 1.3!important;
	max-width: 1110px!important;
	margin: 0 auto!important;
	padding: 0 10px!important;
}

/*-------------
PC向け（780px以上）
-------------*/
@media only screen and (min-width: 880px) {

body {
font-size: 1.0em;
}
.inner {
	width: 900px;
	margin: 0 auto;
}
.sp-only {
	display: none!important;
}
.pc-only {
	display: block!important;
}	

	/*ヘッダー部分（キャッチ＆ロゴほか）*/
	#header {
		width: 100%;
		padding: 20px 0;
	}
	.header-inner {
		width: 880px;
		margin: 0 auto;
	}
	#header h1 {
		width: 280px;
	}
	.header-area {
		width: 450px;
		margin-bottom: 20px;
	}
	.header-area-ttl {
		width: 40%;
		font-size: 20px;
		border-radius: 10px 0 0 10px;
		padding: 21px 0;
}
	.header-area-detail {
		width: 60%;
		padding: 8px 3%;
		font-size: 16px;
		line-height: 1.7;
		border-radius: 0 10px 10px 0;
	}
	
	/*メイン*/
	#main {
		width: 100%;
		text-align: center;
	}
	#main img {
		width: 900px;
	}
	
	/*メイン2*/
	#main2 {
	}
	#main2 h2 {
		text-align: center;
		padding: 15px 2% 18px;
		font-size: 28px;
		line-height: 1.4;
	}
	#main2 h2 span {
		font-size: 38px;
	}
	.main2-detail {
		width: 700px;
		margin: 30px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.main2-detail-l {
		width: 65%;
	}
	.main2-detail-r {
		width: 33%;
	}
	.main2-detail-rtxt {
		font-size: 14px;
		text-align: center;
	}
	.main2-detail-rphoto {
		width: 90%;
		margin: 0 auto 10px;
	}
	.main2-point {
		width: 900px;
		margin: 0 auto 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		gap: 0;
	}
	.main2-point li {
		width: 12%;
		margin-bottom: 10px;
		border-radius: 5px;
		padding: 12px 2%;
	}
	.main2-point-icon {
		width: 65%;
		margin: 0 auto 8px;
	}
	.main2-point li h4 {
		font-size: 18px;
	}
	.brand {
		width: 800px;
		margin: 0 auto 50px;
	}
	.howtopay {
		width: 550px;
		margin: 0 auto 20px;
	}
	.howtopay2 {
		width: 750px;
		margin: 0 auto 40px;
	}
	
	/*トップページコンテンツ*/
	.top-content h2 {
		padding: 15px 0 17px;
		font-size: 22px;
		margin-bottom: 35px;
	}

	/*お知らせ*/
	#news {
		width: 900px;
		margin: 0 auto 50px;
	}
	#news h2 {
		font-size: 20px;
		padding: 10px 0;
		border-radius: 8px 8px 0 0;
	}
	#news ul {
		padding: 15px 4%;
		border-radius: 0 0 8px 8px;
		margin-bottom: 7px;
	}
	#news ul li {
		font-size: 17px;
		margin-bottom: 8px;
	}
	#news ul li:last-child {
		margin-bottom: 3px;
	}
	.info-date {
		font-size: 15px;
		margin-bottom: 1px;
	}
	.btn-news {
		text-align: right;
		font-size: 18px;
	}
	
	/*steps*/
	ul.steps-flow {
		width: 900px;
		margin: 0 auto 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	ul.steps-flow li {
		width: 31%;
	}
	.steps-no {
		padding: 5px 0;
		border-radius: 30px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.steps-img {
		width: 90%;
		margin: 0 auto 5px;
	}
	ul.steps-flow li h3 {
		font-size: 22px;
		margin-bottom: 2px;
	}
	ul.kindz-btn {
		width: 450px;
		margin: 0 auto 50px;
	}
	ul.kindz-btn li {
		display: block;
		width: 100%;
		text-align: center;
	}
	ul.kindz-btn li a {
		padding: 15px 0 17px;
		border: 2px solid #0876b8;
		border-radius: 5px;
		font-size: 18px;
		transition: 0.5s;
	}
	ul.kindz-btn li a:hover {
		background: #ccc;
	}
	ul.kind-btn {
		width: 900px;
		margin: 0 auto 50px;
	}
	ul.kind-btn li {
		display: block;
		width: 49%;
		text-align: center;
	}
	ul.kind-btn li a {
		padding: 15px 0 17px;
		border: 2px solid #0876b8;
		border-radius: 5px;
		font-size: 18px;
		transition: 0.5s;
	}
	ul.kind-btn li a:hover {
		background: #ccc;
	}
	
	/*menu*/
	ul.menu-list {
		width: 900px;
		margin: 0 auto 20px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	ul.menu-list li {
		width: 32%;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	.menu-img {
	}
	.menu-img img {
		border-radius: 5px 5px 0 0;
	}
	.menu-txt {
		padding: 10px 5%;
	}
	ul.menu-list li h3 {
		font-size: 19px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	ul.menu-list li p {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.menu-price {
		font-size: 20px;
	}
	
	/*blog*/
	#blog {
		margin-bottom: 40px;
	}
	.blog-copy {
		width: 900px;
		margin: 0 auto 15px;
		font-size: 18px;
		line-height: 1.5;
	}
	ul.blog-list {
		width: 900px;
		margin: 0 auto 15px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	ul.blog-list li {
		width: 32%;
		margin-bottom: 15px;
	}
	.blog-thumb {
		margin-bottom: 8px;
	}
	.blog-date {
		font-size: 15px;
		margin-bottom: 1px;
	}
	ul.blog-list li h3 {
		font-size: 17px;
	}
	.blog-btn {
		width: 900px;
		margin: 0 auto;
		font-size: 16px;
	}
	
	/*faq*/
	#faq {
		margin-bottom: 40px;
	}

	/*area-btn*/
	.btn-area {
		width: 600px;
		margin: 0 auto 50px;
	}
	.btn-area a {
		font-size: 20px;
		border: 5px solid #0876b8;
		border-radius: 5px;
		padding: 20px 0 22px;
		transition: 0.5s;
	}
	.btn-area a:hover {
		background: #0876b8;
	}

	/*フッターの設定*/
	footer {
		padding-top: 30px;
		padding-bottom: 150px;
	}
	ul.footmenu {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 30px;
	}
	ul.footmenu li {
		width: 20%;
		margin-bottom: 10px;
		font-size: 16px;
	}
	ul.footmenu li a:hover {
		text-decoration: underline;
	}
	.foot-bnr {
		width: 600px;
		margin: 0 auto 40px;
	}
	.foot-bnr a {
		transition: all .5s ease;
	}
	.foot-bnr a:hover {
		opacity: 0.75;
	}
	.foot-txt {
		font-size: 14px;
		margin-bottom: 50px;
	}
	address {
		font-size: 12px;
	}
	
	#foot-fix {
		display: none;
	}
	#foot-fix-pc {
		display: block;
	}
	.ffp-chat a {
		width: 500px;
		margin: 0 auto 3px;
		display: block;
		padding: 5px 100px 5px 100px;
		background-image: linear-gradient(90deg, rgba(141, 196, 227, 1), rgba(169, 130, 197, 1));
	}
	#foot-fix-pc ul {
		width: 1000px;
		margin: 0 auto 15px;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#foot-fix-pc ul li {
		width: 33%;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	#foot-fix-pc ul li a {
		display: block;
		padding: 15px 0;
		border-radius: 10px;
		color: #fff;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	#foot-fix-pc ul li a:hover {
		translate: 0 5px;
		box-shadow: none;
	}
	.ffp-phone a {
		background: #de7736;
		box-shadow: 0px 5px 0px 0px rgba(193, 91, 27, 1);
	}
	.ffp-form a {
		background: #c02e28;
		box-shadow: 0px 5px 0px 0px rgba(157, 19, 13, 1);
	}
	.ffp-line a {
		background: #24a462;
		box-shadow: 0px 5px 0px 0px rgba(15, 130, 71, 1);
	}
	
	/*-------------
	contents
	-------------*/
	/*パンくず*/
	.breadcrumbs {
		width: 900px;
		margin: 10px auto 30px;
		font-size: 14px;
	}
	/*ここからコンテンツページ共通*/
	#page-contents {
		width: 900px;
		min-height: 800px;
		margin: 0 auto 50px;
	}
	#page-contents h2 {
		text-align: center;
		font-size: 22px;
		margin-bottom: 40px;
	}
	#page-contents h3 {
		font-size: 19px;
		margin-bottom: 30px;
	}
	#page-contents h4 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	#page-contents h5 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.movie-wrap {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	/*メニュー*/
	#page-contents ul.menu-list {
		width: 100%!important;
	}
	#page-contents ul.menu-list li h3 {
		color: #000;
		margin-bottom: 10px;
	}
	.menu-area-btn {
		margin: 10px auto;
		font-size: 16px;
	}
	.menu-area-btn a {
		padding: 6px 0 8px;
		transition: 0.5s;
	}
	.menu-area-btn a:hover {
		background: #666;
	}
	
	/*ブログ-カテゴリー*/
	ul.blog-category-list {
		width: 900px;
		margin: 0 auto 15px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	ul.blog-category-list li {
		width: 32%;
		margin-bottom: 15px;
	}
	ul.blog-category-list li h3 {
		font-size: 17px;
	}
	
	/*サイトマップ*/
	ul.sitemap-list {
		margin-left: 5%;
	}
	ul.sitemap-list li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	/*ニュース単独*/
	.single-date {
		font-size: 13px;
		margin-bottom: 30px;
	}

	/*お知らせ一覧*/
	ul.news-list {
		width: 100%;
		margin-bottom: 20px;
	}
	ul.news-list li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	ul.news-list li h5 {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	ul.news-list ul li a {
	}

	/*アクセス*/
	.map-main {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.map-main img {
	}
	
	/*フォーム*/
	#contents-form {
		width: 800px;
		min-height: 500px;
		margin: 0 auto;
		padding: 50px 0;
	}
	#contents-form h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#contents-form h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	#contents-form p {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.formTable {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.formTable dt {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.formTable dd {
		font-size: 18px;
		margin-bottom: 35px;
	}
	#toiawase-detail {
		width: 95%;
	}

}