@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/


.home #contents > .inner {/* トップページ幅 100% */
	width: 100%;
	max-width: 100%;
}
.topinner {/* コンテンツは1000pxに */
	width: 1000px;
	margin: 0 auto;
	max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
	background: none;
	border: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
	display: none;
}
/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider {
}
.slick-slide img {
	margin: 0 auto;
}
button.slick-arrow {/* 矢印ボタン */
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 16px;
	text-indent: -9px;
	z-index: 1;
}
button.slick-arrow:hover {
	cursor: pointer;
	opacity: 0.7;
}
button.slick-prev {/* 矢印（前へ）ボタン */
	background: url(img/btn_prev.png) no-repeat;
	left: 18%;
	margin-left: -16px;
}
button.slick-next {/* 矢印（次へ）ボタン */
	background: url(img/btn_next.png) no-repeat;
	right: 18%;
	margin-right: -16px;
}

@media screen and (max-width: 1650px) {
button.slick-prev {
	left: 13.7%;
}
button.slick-next {
	right: 13.7%;
}
}

@media screen and (max-width: 1400px) {
button.slick-prev {
	left: 8%;
}
button.slick-next {
	right: 8%;
}
}

@media screen and (min-width: 1200px) {
.slick-track {
}
.slick-slide:not(.slick-center) {/* 前と次の画像を半透明に */
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
}
/*==========================
	新着情報
==========================*/
.topnews .news {
	margin-bottom: 0;
	position: relative;
}
/* 新着情報見出し */

.topnews h3 {
	font-size: 28px;
	padding: 0.4em 0 0.6em 2.6em;
	background: url(img/h3_icon.svg) no-repeat 0.6em top;
	position: relative;
	text-align: left;
	margin-bottom: 1.2em;
}
.topnews h3::before, .topnews h3::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	height: 2px;
}
.topnews h3::before {
	background: #ccc;
	width: 100%;
}
.topnews h3::after {
	background: #1a1a1a;
	width: 24%;
}
/* 一覧へボタン */

.topnews .btn {
	position: absolute;
	top: 10px;
	right: 20px;
}
.topnews .news .btn a {
	display: inline-block;
	line-height: 1.2;
	padding: 0.25em 0.5em 0.15em;
	text-decoration: none;
	color: #555;
	font-size: 16px;
	letter-spacing: 0.08em;
}
.topnews .news .btn a:hover {
	color: #ff0000;
}
/* 新着情報 */
.topnews .news dl {
	line-height: 1.3;
	margin: 1.2em 0;
}
.topnews .news dt {
	font-weight: nomal;
	color: #ff0000;
	padding: 0 20px 7px;
}
.topnews .news dd {
	margin-bottom: 18px;
	padding: 0 20px 15px;
	border-bottom: 1px dashed #e6e6e6;
}
.topnews .news dd a {
	text-decoration: none;
	color: #555;
}
.topnews .news dd a:hover {
	color: #ff0000;
}
/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
	text-align: center;
}
.btn-style a {
	max-width: 320px;
	width: 100%;
	padding: 0.6em 1.3em;
	text-align: center;
	color: #221714;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	box-sizing: border-box;
	font-size: 18px;
	position: relative;
	border: 1px solid #221714;
}
.btn-style a::before {
	border-top: 2px solid #221714;
	border-right: 2px solid #221714;
	content: "";
	display: block;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 8px;
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.under .btn-style a {
	width: auto;
	min-width: 280px;
	font-size: 14px;
	padding: 0.8em 1.5em;
}
.under .btn-style {
	text-align: center;
	margin-bottom: 10px;
}
.btn-box {
	text-align: center;
}
.btn-box .btn-style {
	display: inline-block;
	max-width: 48%;
}
.btn-box .btn-style a {
	min-width: 0;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 300px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
	text-decoration: none;
}
.top .mainblock a:hover {
}
/*-- 余白・背景 --------------*/


.topnews {
	padding: 3em 0;
}
/*-- 見出し --------------*/

.top h2 {
	text-align: center;
	margin: 0 auto 30px;
	letter-spacing: 0.05em;
	font-size: 28px;
	color: #1c2a54;
	font-weight: bold;
	line-height: 1.4;
}
.top h3 {
	letter-spacing: 0.05em;
	line-height: 1.4;
}
/*-- ボックスその他 --------------*/

.top01 {
	text-align: center;
	color: #fff;
	background: url(img/top01_bg.jpg) no-repeat left bottom;
}
.top01 .topinner {
	/*background: url(img/top01_bg01.png) no-repeat left bottom;*/
	padding: 50px 0;
}
.top01 p {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 25px;
}
.top01 .btn-style a {
	color: #fff;
	border: 1px solid #fff;
	max-width: 380px;
}
.top01 .btn-style a::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.top02 {
	background: url(img/top02_bg01.png) no-repeat center top;
	padding: 100px 0;
	background-size: cover;
}
.top02 .u_box {
	background: #fff;
	padding: 70px 60px;
	box-sizing: border-box;
}
.top02 h2 {
	background: url(img/icon01.png) no-repeat center top;
	padding-top: 90px;
}
.top02 p.u_line {
	margin-bottom: 0;
	text-decoration: underline;
}
/* .top03 {
	padding: 80px 0;
}
.top03 h2 {
	background: url(img/icon02.png) no-repeat center top;
	padding-top: 90px;
	position: relative;
}
.top03 h2::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 32%;
	background: #221714;
	left: 0;
	bottom: 20px;
}
.top03 h2::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 32%;
	background: #221714;
	right: 0;
	bottom: 20px;
}
.top03 h3 {
	font-size: 20px;
	text-align: center;
	border-bottom: 4px solid #e5e5e5;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-weight: bold;
}
.top03 h3::before {
	position: absolute;
	content: "";
	background: url(img/icon03.png) no-repeat center top;
	width: 24px;
	height: 16px;
	bottom: -16px;
	left: 50%;
	margin-left: -12px;
}
.top03 .menu_box {
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	min-height: 290px;
}
.top03 .img_p {
	width: 100%;
    height: 145px;
    margin-bottom: 0;
    position: relative;
}
.top03 .img_p span {
    width: 100%;
    height: 100%;
    color: #FFF;
	 font-size: 24px;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1041px) {
	.top03 .img_p span {
		font-size: 18px;
	}
}
.top03 .img_p img {
	width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    display: block;
	top: 0;
	left: 0;
}
.top03 ul li {
	border-bottom: 1px solid #e5e5e5;
}
.top03 ul li a {
	text-decoration: none;
	position: relative;
	line-height: 1.4;
	display: block;
	padding: 13px 5px 13px 30px;
}
.top03 ul li a:hover {
	text-decoration: underline !important;
}
.top03 ul li a::after {
	position: absolute;
	content: "";
	top: 26px;
	left: 15px;
	margin: -4px 0 0 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #221714;
} */

/* 2022/06 */
.top03 {
	padding: 80px 0;
}
.top03 h2 {
	background: url(img/icon02.png) no-repeat center top;
	padding-top: 90px;
	position: relative;
}
.top03 h2::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 32%;
	background: #221714;
	left: 0;
	bottom: 20px;
}
.top03 h2::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 32%;
	background: #221714;
	right: 0;
	bottom: 20px;
}
.top03 h3 {
	position: relative;
	text-align: center;
}
.top03 h3 .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
@media (min-width: 1025px) {
	.top03 h3 .ttl {
		font-size: 28px;
		letter-spacing: 0.16em;
	}
}
.top03 h3 .ttl small {
	font-size: 18px;
	display: block;
}
@media (min-width: 1025px) {
	.top03 h3 .ttl small {
		font-size: 22px;
	}
}
.top03 .ul_menu {
	padding-bottom: 25px;
}
.top03 .ul_menu li {
	padding: 10px 10px 10px 40px;
	font-weight: 500;
	position: relative;
	border-bottom: solid #e4e3da 1px;
}
.top03 .ul_menu li a:hover {
	text-decoration: underline;
}
.top03 .ul_menu li:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #221714;
	border-radius: 50%;
	position: absolute;
	top: 1.3em;
	left: 30px;
}
.top03 .column {
	position: relative;
	z-index: 1;
}
.top03 .column:after {
	content: "";
	border: solid 3px #e4e3da;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	z-index: -1;
}

.top04 {
	background: url(img/top04_bg01.jpg) no-repeat center top;
	padding: 100px 0;
	background-size: cover;
}
.top04 .btn-style {
}
.top04 .btn-style a {
	display: inline-block;
	margin: 0 2% 2% 0;
	width: 31%;
}
.top04 .txt_box01 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 25px;
	background: #e8b800;
}
.top04 h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
}
.top04 .u_box {
	width: 80%;
}
.top05 .con_l, .top05 .con_r {
	width: 48.5%;
}
.top05 {
	padding: 60px 0;
}
.top05 .news {
	width: 48.5%;
	box-sizing: border-box;
	max-width: 100%;
	border-radius: 8px;
	padding: 0;
	position: relative;
}
#main .news .btn a {
	display: inline-block;
	background: #3652a2;
	line-height: 1.4;
	padding: 3px 13px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
	border-radius: 4px;
	max-width: 100px;
	position: relative;
}
#main .news .btn a:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 4px;
	margin-top: -4px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 4px;
}
#main .news .btn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#main .news h3 {
	font-size: 24px;
	color: #221714;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 0 15px;
	margin-bottom: 0.6em;
	border-bottom: 4px solid #1c2a54;
	text-align: left;
	font-weight: bold;
}
#main .news .btn {
	position: absolute;
	top: 0px;
	right: 5px;
}
#main .news dd {
	margin-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #bdb9ab;
}
#main .news dt {
	color: #858585;
}
#main .news dd a {
	text-decoration: none;
	color: #221714;
}
#main .news dd a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {/* タブレットまで */
/*==========================
	mainimage
==========================*/

/*-- 一枚画像の時 ------------*/

/*.mainimage {
	background:url(img/main_image.jpg) no-repeat center;
	background-size:cover;
	height: 610px;
} */

/*==========================
	　TOP コンテンツ
==========================*/

/*-- ボックスその他 --------------*/
.columns {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
	.top03 .columns {
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.top03 .columns .column {
		margin-bottom: 40px;
	}
	@media (min-width: 1025px) {
		.top03 .columns .column {
			flex-basis: 32%;
		}
	}
	@media (min-width: 768px) and (max-width: 1024px) {
		.top03 .columns {
			justify-content: center;
		}
		.top03 .columns .column {
			flex-basis: 44%;
		}
		.top03 .columns .column:nth-child(odd) {
			margin-right: 6%;
		}
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
/*.mainimage {
	background-size:cover;
	height:400px;
}*/
.top04 .btn-style a {
	font-size: 12px;
	margin: 0 1% 2% 0;
}
.top04 {
	background-position: 70% 0;
}
.top04 .u_box {
	background: rgba(255,255,255,0.4);
	padding: 20px;
	width: 70%;
	box-sizing: border-box;
}
.top04 h3 {
	font-size: 24px;
}
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
.top01 p {
	font-size: 28px;
}
.top h2 {
	font-size: 22px;
}
.top03 ul li {
	font-size: 14px;
}
}

@media screen and (max-width: 1041px) {/*コンテンツが横幅いっぱいになったら*/
.h3_bg {
	background-image: url(img/top01_bg_tab.svg);
	background-size: 100% auto;
}
.h3_bg h3 {
	font-size: 28px;
	line-height: 1.4em;
}
/*-- top01 --------------*/

}

@media screen and (max-width: 767px) {/* スマホ */
.topinner {
	width: 420px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top04 .btn-style a {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}
/*==========================
	　mainimage
==========================*/
.mainimage, .slider {
	margin-bottom: 0;
}
.mainimage img {
	height: auto;
	max-width: none;
	max-height: none;
	width: 100%;
}
/*==========================
	新着情報
==========================*/
#main .news {
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}
#main .news h3 {
	font-size: 22px;
}
#main .news h3 .subtitle {
	font-size: 12px;
	margin-left: 0;
}
#main .news dt, #main .news dd {
	padding-left: 10px;
	padding-right: 10px;
}
#main .news .btn {
	right: 5px;
	top: 0;
}
#main .news .btn a {
	font-size: 12px;
}
/*==========================
	電話ボタン
==========================*/

#main > .telbtn {
	margin-bottom: 1.2em;
}
.telbtn {
	text-align: center;
	margin-bottom: 1em;
}
.telbtn a {
	background: #ff0000;
	text-align: center;
	width: 280px;
	max-width: 100%;
	color: #fff;
	display: inline-block;
	padding: 10px 5px 10px;
	text-decoration: none;
	font-size: 24px;
	box-sizing: border-box;
	letter-spacing: 0.08em;
	border-radius: 4px;
	line-height: 1.2em;
}
.telbtn a .subtxt {
	font-size: 14px;
	display: block;
	margin-bottom: 1px;
}
.telbtn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
/*==========================
	loop
==========================*/

.loopSlider {
	height: 100px;
}
.loopSlider ul {
	height: 100px;
}
.loopSlider ul li {
	width: 150px;
	height: 100px;
}
/*==========================
	　TOP コンテンツ
==========================*/
.top h2 {
	font-size: 22px;
}
.top02, .top03, .top04, .top05 {
	padding: 40px 0;
}
.top01 .topinner {
	background: none;
	padding: 40px 0;
}
.top01 p {
	font-size: 26px;
}
.top02 .u_box {
	padding: 40px 20px;
}
.top03 h2::before {
	width: 15%;
	bottom: 15px;
}
.top03 h2::after {
	width: 15%;
	bottom: 15px;
}
.top03 .column {
	max-width: 320px;
	margin: 0 auto 20px;
}
.top03 .menu_box {
	min-height: 0;
}
.top03 ul li:last-child {
	border-bottom: none;
}
.top04 h3 {
	font-size: 22px;
}
.top04 {
	background: #dbd9cb;
}
.top04 .u_box {
	width: 100%;
}
.top05 .news {
	width: 100%;
}
/*-- ボックスその他 --------------*/
.btn-box .btn-style {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
}
}

@media screen and (max-width: 480px) {/* スマホ480px */
.top01 p {
	font-size: 20px;
}
}

@media screen and (max-width: 320px) {/* スマホ320px */
}
