@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 140px 0 0;
	width: 100%;
	line-height: 1.8;
	color: #000000;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-weight: 700;
	font-weight: 900;
	font-weight: 500;
	letter-spacing: 1px;
}
body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fdf0d9;
    z-index: -10;
}
#wrapper {
	overflow: hidden;
}
.sponly {
    display: none;
}
.pconly {
    display: inline;
}
#topform, #top01, #top02, #top03, #top04, #top05, #top06, #top07, #top08, #top09, #top10 {
    margin-top: -160px;
    padding-top: 160px;
}

@media screen and (max-width:1279px) {
    body {
        padding: 60px 0 0;
    }
    #topform, #top01, #top02, #top03, #top04, #top05, #top06, #top07, #top08, #top09, #top10 {
        margin-top: -80px;
        padding-top: 80px;
    }
}

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fdf0d9;
	line-height: 1;
	z-index: 1010;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 40px 0px 40px;
	width: 100%;
	height: 140px;
}
.hd-logo {
	position: relative;
	margin: 10px 0 0 0;
	width: 370px;
	text-align: left;
}
.hd-logo img {
	width: 100%;
    height: auto;
}
.hd-logo p {
	margin: 10px 0 0 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.2px;
	display: block;
}
.hd-info {
	width: calc(100% - 370px);
	vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-tel {
	position: absolute;
	top: 20px;
	right: 500px;
}
.hd-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 37px;
	font-weight: 700;
	color: #000000;
}
.hd-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 23px;
	height: 23px;
	background: url("../img/cmn/icon_tel.svg") no-repeat center center;
	background-size: contain;
}
.hd-tel p {
	margin: 0px 0 0 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	display: block;
}

.hd-mail {
    position: absolute;
    top: 20px;
    right: 40px;
}
.hd-mail a {
	display: block;
	width: 200px;
	background-color: #f39800;
	text-align: center;
	border-radius: 35px;
	transition: 0.3s ease-in-out;
	border-bottom: solid 3px #996100;
}
.hd-mail a span {
	display: inline-block;
	padding: 15px 0 0 32px;
	height: 60px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ffffff;
	background: url("../img/cmn/icon_mail.svg") no-repeat left center;
	background-size: 24px;
}
.hd-mail a:hover {
	opacity: 0.8;
	border-bottom: solid 1px #996100;
	transform: translateY(2px);
}

.hd-keisan {
	position: absolute;
	top: 20px;
	right: 256px;
}
.hd-keisan a {
	display: block;
	width: 210px;
	background-color: #57b03b;
	text-align: center;
	border-radius: 35px;
	transition: 0.3s ease-in-out;
	border-bottom: solid 3px #2c6616;
}
.hd-keisan a span {
	display: inline-block;
	padding: 9px 0 0 0px;
	height: 60px;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ffffff;
}
.hd-keisan a:hover {
	opacity: 0.8;
	border-bottom: solid 1px #2c6616;
	transform: translateY(2px);
}


@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1279px) {
	.hd-inr {
		padding: 0px 15px 0px 15px;
		height: 60px;
	}
	.hd-logo {
        margin: 0px 0 0 0;
		width: 300px;
	}
	.hd-logo img {
		width: 100%;
        height: auto;
	}
	.hd-logo p {
		display: none;
	}
	.hd-info {
		width: calc(100% - 300px);
		padding: 0 55px 0 0;
		align-items: center;
	}
	.hd-contact {
		height: 40px;
	}
	.hd-menu {
		margin: 0;
		padding: 0;
	}
	.hd-tel {
	        position: static;
	        margin-right: 15px;
	}
	.hd-tel a {
		display: block;
		position: relative;
		padding: 0;
		width: 40px;
		height: 40px;
		border: #8ec31f 1px solid;
	}
	.hd-tel a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0;
		width: 26px;
		height: 26px;
		background: url("../img/cmn/icon_tel.svg") no-repeat center center;
		background-size: contain;
	}
	.hd-tel a strong,
	.hd-tel a small {
		display: none;
	}
    .hd-tel p {
        display: none;
    }
    .hd-mail {
        position: static;
    }
    .hd-mail a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #f39800 url("../img/cmn/icon_mail.svg") no-repeat center center;
        background-size: 26px;
        border-radius: 0px;
	border-bottom: none;
    }
    .hd-mail a span {
        display: none;
    }
	.hd-mail a:hover {
		opacity: 0.6;
		border-bottom: none;
		transform: translateY(0px);
	}
	.hd-keisan {
		display: none;
	}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
	.hd-inr {
		padding: 0px 15px 0px 5px;
	}
	.hd-logo {
		width: 190px;
	}
	.hd-info {
		width: calc(100% - 190px);
		padding: 0 45px 0 0;
	}
	.hd-tel {
		margin: 0 10px 0 0px;
	}
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
	.hd-logo {
		width: 150px;
	}
	.hd-info {
		width: calc(100% - 150px);
	}
}

/*	フッター
---------------------------------*/
footer {
    text-align: center;
}
footer .contents-inr {
	padding-top: 20px;
	padding-bottom: 30px;
}

.ft-logo {
    margin: 0px auto 20px auto;
    text-align: center;
    max-width: 320px;
    padding-left: 10px;
}
.ft-logo img {
    width: 100%;
    height: auto;
}
.ft-address {
    font-weight: 400;
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.ft-copyright {
	padding: 50px 0px 0px 0px;
    font-weight: 400;
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.btn-pagetop img {
    width: 40px;
    height: auto;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    footer .contents-inr {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .ft-logo {
        margin: 0px auto 20px auto;
    }
    .ft-logo {
        max-width: 210px;
    }
    .ft-address {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    .ft-copyright {
        padding: 30px 0px 0px 0px;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 320px) {
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 82px 0px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 35px;
	padding: 0 0px 0px 0px;
    height: 40px;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0 0px 0px 0px;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
    letter-spacing: 1px;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 15px 15px 15px;
	width: 170px;
	max-height: 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: left;
	font-size: 14px;
    color: #ffffff;
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1279px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width:1279px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: #f39800;
		font-size: 2.3rem;
		font-weight: 500;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.9);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
		font-weight: 500;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.sp-btn-keisan {
		margin: 30px 0 20px 0;
	}
	header nav.sp-nav > ul > li.sp-btn-keisan a {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 230px;
		background-color: #57b03b;
		text-align: center;
		border-radius: 35px;
		transition: 0.3s ease-in-out;
		border-bottom: solid 3px #2c6616;
	}
	header nav.sp-nav > ul > li.sp-btn-keisan a span {
		display: inline-block;
		padding: 10px 0 0 0px;
		height: 60px;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 1px;
		font-weight: 700;
		color: #ffffff;
	}
	header nav.sp-nav ul li.sp-btn-keisan a span br {
		display: inline;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 0;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 10px 0 0;
		font-size: 1em;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ccc;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 10px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #999;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		display: none;
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #f39800;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 1.6rem;
	}
	header .navToggle {
		right: 10px;
	}
}


/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1060px;
}
.bg-orange {
	padding-top: 80px;
	padding-bottom: 80px;
    position: relative;
}
.bg-white {
	padding-top: 80px;
	padding-bottom: 80px;
    position: relative;
}
.bg-white::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
    z-index: -8;
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-orange {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bg-white {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #716e6a;
    text-align: left;
    position: relative;
}
.ttl-cmn01::before {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: -30px;
	margin: 0;
	width: 15px;
	height: 15px;
    background: url("../img/cmn/icon01.png") no-repeat center center;
    background-size: contain;
}

.ttl-cmn02 {
    margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #716e6a;
    text-align: left;
    position: relative;
}
.ttl-cmn02::before {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: -30px;
	margin: 0;
	width: 15px;
	height: 15px;
    background: url("../img/cmn/icon02.png") no-repeat center center;
    background-size: contain;
}

.ttl-cmn03 {
    margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #ffffff;
    background: #f39800;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    text-align: left;
}

.ttl-cmn04 {
    margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #ffffff;
    background: #8ec31f;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    text-align: left;
}

.ttl-cmn05 {
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
	font-weight: 700;
	font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #b37100;
    text-align: left;
    border-bottom: #b37100 4px solid;
}

.ttl-cmn06 {
	font-size: 28px;
	font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #f39800;
    text-align: left;
    margin-bottom: 5px;
}

.ttl-cmn07 {
    margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: left;
    position: relative;
}
.ttl-cmn07::before {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: -30px;
	margin: 0;
	width: 15px;
	height: 15px;
    background: url("../img/cmn/icon03.png") no-repeat center center;
    background-size: contain;
}

.ttl-cmn08 {
	margin-bottom: 10px;
	padding: 14px 0px 16px 52px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: left;
	background: url("../img/cmn/icon06.png") no-repeat left center;
	background-size: 46px;
}

@media screen and (max-width:1100px) {
    .ttl-cmn01::before {
        top: 24px;
        left: -24px;
        width: 12px;
        height: 12px;
    }
    .ttl-cmn02::before {
        top: 24px;
        left: -24px;
        width: 12px;
        height: 12px;
    }
    .ttl-cmn07::before {
        top: 24px;
        left: -24px;
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        margin-left: 15px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .ttl-cmn01::before {
        top: 15px;
        left: -18px;
        width: 10px;
        height: 10px;
    }
    .ttl-cmn02 {
        margin-left: 15px;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .ttl-cmn02::before {
        top: 15px;
        left: -18px;
        width: 10px;
        height: 10px;
    }
    .ttl-cmn03 {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 5px 15px 5px 15px;
    }
    .ttl-cmn04 {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 5px 15px 5px 15px;
    }
    .ttl-cmn05 {
        padding: 6px 0 6px 0;
        font-size: 16px;
        border-bottom: #b37100 3px solid;
    }
    .ttl-cmn06 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .ttl-cmn07 {
        margin-left: 15px;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .ttl-cmn07::before {
        top: 15px;
        left: -18px;
        width: 10px;
        height: 10px;
    }
	.ttl-cmn08 {
		margin-bottom: 5px;
		padding: 10px 0px 11px 36px;
		font-size: 22px;
		background-size: 30px;
	}
}


/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn-cmn01 a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #ffffff;
	background: #f39800;
    padding: 18px 25px 18px 25px;
    border-radius: 50px;
	z-index: 1;
	position: relative;
}

.btn-cmn02 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn-cmn02 a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #ffffff;
	background: #8ec31f;
    padding: 18px 25px 18px 25px;
    border-radius: 50px;
	z-index: 1;
	position: relative;
}

.btn-cmn03 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.btn-cmn03 a {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #f39800;
    padding: 18px 30px 18px 30px;
    border: #f39800 1px solid;
    border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 1;
	position: relative;
}
.btn-cmn03 a:hover {
    opacity: 1;
	color: #ffffff;
	background: #f39800;
    border: #f39800 1px solid;
}

.btn-cmn03new {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.btn-cmn03new a {
	display: block;
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 900;
	color: #f39800;
    padding: 50px 20px 50px 20px;
    border: #f39800 5px solid;
    border-radius: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 1;
	position: relative;
}
.btn-cmn03new a:hover {
    opacity: 1;
	color: #ffffff;
	background: #f39800;
    border: #f39800 5px solid;
}

.btn-cmn03new02 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.btn-cmn03new02 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 100%;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 900;
	padding: 50px 20px 50px 20px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: linear-gradient(#f2ca00 0%, #f39800 60%);
	border-radius: 20px;
	border-bottom: solid 8px #996100;
}
.btn-cmn03new02 a:hover {
	border-bottom: solid 5px #996100;
	transform: translateY(3px);
}

.btn-cmn04 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.btn-cmn04 a {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #8ec31f;
    padding: 18px 30px 18px 30px;
    border: #8ec31f 1px solid;
    border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 1;
	position: relative;
}
.btn-cmn04 a:hover {
    opacity: 1;
	color: #ffffff;
	background: #8ec31f;
    border: #8ec31f 1px solid;
}

.btn-line {
    margin-bottom: 60px;
	text-align: center;
}
.btn-line a {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	color: #ffffff;
	background: #8ec31f;
    padding: 16px 40px 18px 40px;
    border-radius: 50px;
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .btn-cmn01 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .btn-cmn01 a {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        border-radius: 50px;
    }
    .btn-cmn02 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .btn-cmn02 a {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        border-radius: 50px;
    }
    .btn-cmn03 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .btn-cmn03 a {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        border-radius: 50px;
    }
	.btn-cmn03new a {
		font-size: 22px;
		padding: 20px 10px 20px 10px;
	}
	.btn-cmn03new02 a {
		font-size: 22px;
		padding: 20px 10px 20px 10px;
	}
    .btn-cmn04 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .btn-cmn04 a {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        border-radius: 50px;
    }
    .btn-line {
        margin-bottom: 40px;
    }
    .btn-line a {
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        border-radius: 30px;
    }
}


/*	汎用テキスト・テーブル・動画
---------------------------------*/
.p-cmn01 {
    margin-bottom: 35px;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
}
.p-cmn01 span {
    font-weight: 500;
    color: #8ec31f;
}

.p-cmn02 {
    margin-bottom: 70px;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
}
.p-cmn02 span {
    font-weight: 500;
    color: #8ec31f;
}

table.tbl-cmn01 {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #f39800 1px solid;
    border-right: #f39800 1px solid;
}
table.tbl-cmn01 th {
    vertical-align: middle;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #b37100;
    background: #fdf0d9;
    border-left: #f39800 1px solid;
    border-bottom: #f39800 1px solid;
}
table.tbl-cmn01 th.th01 {
    width: 46%;
}
table.tbl-cmn01 td {
    vertical-align: middle;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: right;
    border-left: #f39800 1px solid;
    border-bottom: #f39800 1px solid;
}

table.tbl-cmn02 {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #8ec31f 1px solid;
    border-right: #8ec31f 1px solid;
}
table.tbl-cmn02 th {
    width: 40%;
    vertical-align: middle;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    color: #5e801a;
    background: #eef6de;
    border-left: #8ec31f 1px solid;
    border-bottom: #8ec31f 1px solid;
}
table.tbl-cmn02 td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: right;
    border-left: #8ec31f 1px solid;
    border-bottom: #8ec31f 1px solid;
}
table.tbl-cmn02 td span {
    color: #8ec31f;
}
table.tbl-cmn02 td.td01 {
    padding: 10px 0px 10px 30px;
    text-align: left;
}
table.tbl-cmn02 td.td02 {
    width: 17%;
    padding: 10px 30px 10px 0px;
    border-left: none;
}

.youtubebox-cmn01 {
    width: 80%;
    margin: 60px auto 20px auto;
}
.youtubebox-cmn01 iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}
.youtubebox-cmn01 h4 {
    margin-top: 20px;
    margin-bottom: 15px;
	font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
}
.youtubebox-cmn01 p {
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 959px) {
    .p-cmn01 {
        font-size: 18px;
    }
    .p-cmn02 {
        font-size: 18px;
    }
    table.tbl-cmn01 th {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }
    table.tbl-cmn01 th.th01 {
        width: 35%;
    }
    table.tbl-cmn01 td {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }
    table.tbl-cmn02 th {
        width: 30%;
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }
    table.tbl-cmn02 td {
        font-size: 16px;
    }
    table.tbl-cmn02 td.td01 {
        padding: 10px 0px 10px 20px;
    }
    table.tbl-cmn02 td.td02 {
        width: 17%;
        padding: 10px 20px 10px 0px;
    }
}

@media screen and (max-width: 767px) {
    .youtubebox-cmn01 {
        width: 100%;
    }
    .youtubebox-cmn01 h4 {
        font-size: 20px;
    }
    .youtubebox-cmn01 p {
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {
    .p-cmn01 {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .p-cmn02 {
        margin-bottom: 30px;
        font-size: 14px;
    }
    table.tbl-cmn01 {
        margin: 0px 0px 30px 0px;
    }
    table.tbl-cmn01 th {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }
    table.tbl-cmn01 th.th01 {
        width: 40%;
    }
    table.tbl-cmn01 td {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }
    table.tbl-cmn02 {
        margin: 0px 0px 30px 0px;
    }
    table.tbl-cmn02 th {
        width: 25%;
        padding: 5px 5px 5px 10px;
        font-size: 14px;
    }
    table.tbl-cmn02 td {
        font-size: 14px;
    }
    table.tbl-cmn02 td.td01 {
        width: 45%;
        padding: 5px 0px 5px 10px;
    }
    table.tbl-cmn02 td.td02 {
        width: 30%;
        padding: 5px 10px 5px 0px;
    }
    .youtubebox-cmn01 {
        margin: 50px auto 20px auto;
    }
    .youtubebox-cmn01 h4 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .youtubebox-cmn01 p {
        font-size: 14px;
    }
}


/*	トップページメイン画像
---------------------------------*/
.main-image {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.main-image .main-image-slider {
    width: 68%;
}
.main-image .main-image-slider .slider-1-1 {
    width: 100%;
}
.main-image .main-image-slider .slider-1-1 .slick-slide {
    width: 67vw;
    height: 43vw;
    margin: 0 2vw 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.main-image .main-image-slider .slider-1-1 .slick-slide img {
    border-radius: 0 100px 0 0;
    width: 100%;
    height: auto;
}
.main-image .main-image-slider .slider-1-1 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.main-image .main-image-slider .slider-1-1 .slick-next {
    background: url("../img/cmn/icon_slide_right.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    bottom: -66px;
    right: 1vw;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity  0.3s ease;
    z-index: 1006;
}
.main-image .main-image-slider .slider-1-1 .slick-next:hover {
    opacity: 0.6;
}
.main-image .main-image-slider .slider-1-1 .slick-prev {
    background: url("../img/cmn/icon_slide_left.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    bottom: -66px;
    right: calc(70px + 1vw);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity  0.3s ease;
    z-index: 1006;
}
.main-image .main-image-slider .slider-1-1 .slick-prev:hover {
    opacity: 0.6;
}
.main-image .main-image-slider .slider-1-1 .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0 0px 0 0px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.main-image .main-image-slider .slider-1-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.main-image .main-image-slider .slider-1-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.main-image .main-image-slider .slider-1-1 .slick-dots li button:hover,
.main-image .main-image-slider .slider-1-1 .slick-dots li button:focus {
    outline: none;
}
.main-image .main-image-slider .slider-1-1 .slick-dots li button:hover:before,
.main-image .main-image-slider .slider-1-1 .slick-dots li button:focus:before {
    opacity: 1;
}
.main-image .main-image-slider .slider-1-1 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: calc(50% - 9px);
    width: 22px;
    height: 22px;
    content: '•';
    text-align: center;
    color: #DDDDDD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-image .main-image-slider .slider-1-1 .slick-dots li.slick-active button:before {
    color: #26b9db;
}

.main-image .main-img-cap {
    position: absolute;
    top: 10%;
    right: 8%;
}
.main-image .main-img-cap p {
	font-size: 56px;
	line-height: 1.7;
	letter-spacing: 3px;
	font-weight: 500;
    color: #000000;
    text-align: left;
    writing-mode: vertical-rl;
    white-space: pre;
}
.main-image .main-img-cap p span {
	font-size: 56px;
	line-height: 1.7;
	letter-spacing: 3px;
	font-weight: 500;
    color: #8ec31f;
}

@media screen and (max-width:1700px) {
    .main-image .main-img-cap {
        top: 10%;
        right: 8%;
    }
    .main-image .main-img-cap p {
        font-size: 50px;
    }
    .main-image .main-img-cap p span {
        font-size: 50px;
    }
}

@media screen and (max-width:1600px) {
    .main-image .main-img-cap {
        top: 10%;
        right: 8.6%;
    }
    .main-image .main-img-cap p {
        font-size: 43px;
    }
    .main-image .main-img-cap p span {
        font-size: 43px;
    }
}

@media screen and (max-width:1400px) {
    .main-image .main-img-cap {
        top: 10%;
        right: 8%;
    }
}

@media screen and (max-width:1279px) {
    .main-image {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .main-image .main-img-cap {
        top: 6%;
        right: 8%;
    }
    .main-image .main-img-cap p {
        font-size: 40px;
        line-height: 1.6;
        letter-spacing: 2.8px;
    }
    .main-image .main-img-cap p span {
        font-size: 40px;
        line-height: 1.6;
        letter-spacing: 2.8px;
    }
}

@media screen and (max-width:1100px) {
    .main-image .main-img-cap {
        right: 6%;
    }
}

@media screen and (max-width: 959px) {
    .main-image .main-img-cap p {
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: 2.2px;
    }
    .main-image .main-img-cap p span {
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: 2.2px;
    }
}

@media screen and (max-width: 767px) {
    .main-image .main-img-cap p {
        font-size: 28px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .main-image .main-img-cap p span {
        font-size: 28px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 599px) {
    .main-image {
        padding-bottom: 0px;
    }
    .main-image .main-image-slider {
        width: 98%;
    }
    .main-image .main-image-slider .slider-1-1 .slick-slide {
        width: 97vw;
        height: 62vw;
        margin: 0 2vw 0 0;
    }
    .main-image .main-image-slider .slider-1-1 .slick-slide img {
        border-radius: 0 50px 0 0;
    }
    .main-image .main-image-slider .slider-1-1 .slick-next {
        display: none !important;
        width: 30px !important;
        height: 30px !important;
        bottom: -36px;
        right: 1vw;
    }
    .main-image .main-image-slider .slider-1-1 .slick-prev {
        display: none !important;
        width: 30px !important;
        height: 30px !important;
        bottom: -36px;
        right: calc(40px + 1vw);
    }
    .main-image .main-img-cap {
        position: static;
        padding: 10px 0 0 15px;
    }
    .main-image .main-img-cap p {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-align: left;
        writing-mode: horizontal-tb;
    }
    .main-image .main-img-cap p span {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 320px) {
    .main-image .main-img-cap {
        padding: 10px 0 0 10px;
    }
    .main-image .main-img-cap p {
        font-size: 23px;
    }
    .main-image .main-img-cap p span {
        font-size: 23px;
    }
}


/*	サービスの特徴
---------------------------------*/
.top-feature {
}
.top-feature .contents-inr {
}

.top-feature .ttl-cmn01 {
}
.top-feature h2 {
    margin-top: 5px;
	font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.top-feature .p01 {
	font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.top-feature .p01 span {
	font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #8ec31f;
}

.top-feature .top-feature__list {
    margin-top: 50px;
}
.top-feature .top-feature__list ul {
}
.top-feature .top-feature__list ul li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 30px;
}
.top-feature .top-feature__list ul li:last-of-type {
    margin-right: 0px;
}
.top-feature .top-feature__list ul li:nth-of-type(3n) {
    margin-right: 0px;
}
.top-feature .top-feature__list ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top-feature .top-feature__list ul li h4 {
    margin-top: 15px;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .top-feature h2 {
        font-size: 30px;
    }
    .top-feature .p01 {
        font-size: 22px;
    }
    .top-feature .p01 span {
        font-size: 22px;
    }
    .top-feature .top-feature__list ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .top-feature .top-feature__list ul li:last-of-type {
        margin-right: 0px;
    }
    .top-feature .top-feature__list ul li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .top-feature .top-feature__list ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-feature h2 {
        font-size: 30px;
    }
    .top-feature .p01 {
        font-size: 14px;
    }
    .top-feature .p01 span {
        font-size: 14px;
    }
    .top-feature .top-feature__list {
        margin-top: 20px;
    }
    .top-feature .top-feature__list ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        border-top: #666666 1px dashed;
    }
    .top-feature .top-feature__list ul li:last-of-type {
        margin-right: 0px;
    }
    .top-feature .top-feature__list ul li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .top-feature .top-feature__list ul li h4 {
	margin-top: 10px;
	padding-left: 30px;
	font-size: 14px;
	background: url("../img/cmn/icon05.png") no-repeat left center;
	background-size: 23px;
    }
}


/*	料金
---------------------------------*/
.top-fee {
}
.top-fee .contents-inr {
}

.top-fee .img01 {
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #cccccc;
    text-align: center;
    padding: 30px 20px 30px 20px;
}
.top-fee .img01 img {
}

.top-fee .img02 {
    margin-bottom: 20px;
    text-align: center;
}

.top-fee .ttl-cmn02 {
}
.top-fee .ttl-cmn03 {
}
.top-fee .ttl-cmn04 {
}

.top-fee .btn-cmn03 {
    margin-top: -20px;
    margin-bottom: 60px;
}

.top-fee .tbl-cmn01 {
}
.top-fee .tbl-cmn02 {
}

.top-fee .youtubebox-cmn01 {
}

.top-fee .p01 {
    margin-top: 60px;
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.top-fee .p01 span {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #8ec31f;
}
.top-fee .p-mini {
    margin-top: 0px;
    margin-bottom: 60px;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}

.top-fee .top-fee-box {
    margin-top: 0px;
    margin-bottom: 60px;
}
.top-fee .top-fee-box ul {
}
.top-fee .top-fee-box ul li {
}
.top-fee .top-fee-box ul li:nth-of-type(1) {
    width: 60%;
    padding-right: 40px;
}
.top-fee .top-fee-box ul li:nth-of-type(2) {
    width: 40%;
}


@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .top-fee .p01 {
        font-size: 18px;
    }
    .top-fee .p01 span {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-fee .img01 {
        margin-top: 20px;
        margin-bottom: 50px;
        border-radius: 15px;
        box-shadow: 0px 0px 15px #cccccc;
        padding: 15px 10px 10px 10px;
    }
    .top-fee .p01 {
        font-size: 14px;
    }
    .top-fee .p01 span {
        font-size: 14px;
    }
	.top-fee .p-mini {
		margin-top: 0px;
		margin-bottom: 50px;
		font-size: 12px;
	}
    .top-fee .btn-cmn03 {
        margin-top: -20px;
        margin-bottom: 50px;
    }
	.top-fee .top-fee-box ul li:nth-of-type(1) {
	    width: 100%;
	    padding-right: 0px;
	    padding-bottom: 30px;
	}
	.top-fee .top-fee-box ul li:nth-of-type(2) {
	    width: 100%;
	}
}


/*	車両紹介
---------------------------------*/
.top-car {
}
.top-car .contents-inr {
}

.top-car .ttl-cmn02 {
}
.top-car .ttl-cmn04 {
}

.top-car .p01 {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.top-car .p01 span {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #8ec31f;
}
.top-car .p02 {
    margin-bottom: 20px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.top-car .p02 span {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #8ec31f;
}

.top-car .top-car__list01 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.top-car .top-car__list01 ul {
}
.top-car .top-car__list01 ul li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 30px;
}
.top-car .top-car__list01 ul li:last-of-type {
    margin-right: 0px;
}
.top-car .top-car__list01 ul li:nth-of-type(3n) {
    margin-right: 0px;
}
.top-car .top-car__list01 ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top-car .top-car__list01 ul li h5 {
    margin-top: 10px;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.top-car .top-car__list02 {
    margin-top: 35px;
    margin-bottom: 20px;
}
.top-car .top-car__list02 ul {
}
.top-car .top-car__list02 ul li {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 30px;
}
.top-car .top-car__list02 ul li:last-of-type {
    margin-right: 0px;
}
.top-car .top-car__list02 ul li:nth-of-type(4n) {
    margin-right: 0px;
}
.top-car .top-car__list02 ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top-car .top-car__list02 ul li h5 {
    margin-top: 15px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .top-car .p01,
    .top-car .p01 span,
    .top-car .p02,
    .top-car .p02 span {
        font-size: 18px;
    }

    .top-car .top-car__list01 ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .top-car .top-car__list01 ul li:last-of-type {
        margin-right: 0;
    }
    .top-car .top-car__list01 ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top-car .top-car__list01 ul li {
        width: calc((100% - 20px) / 2);
    }
    .top-car .top-car__list01 ul li:last-of-type {
        margin-right: 0;
    }
    .top-car .top-car__list01 ul li:nth-of-type(3n) {
        margin-right: 20px;
    }
    .top-car .top-car__list01 ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .top-car .top-car__list02 ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .top-car .top-car__list02 ul li:last-of-type {
        margin-right: 0;
    }
    .top-car .top-car__list02 ul li:nth-of-type(4n) {
        margin-right: 20px;
    }
    .top-car .top-car__list02 ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 599px) {
    .top-car .p01,
    .top-car .p01 span,
    .top-car .p02,
    .top-car .p02 span {
        font-size: 14px;
    }

    .top-car .top-car__list01 {
        margin-top: 20px;
    }
    .top-car .top-car__list01 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .top-car .top-car__list01 ul li:nth-of-type(3n),
    .top-car .top-car__list01 ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .top-car .top-car__list01 ul li h5 {
        margin-top: 10px;
        font-size: 14px;
    }

    .top-car .top-car__list02 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .top-car .top-car__list02 ul li:nth-of-type(4n),
    .top-car .top-car__list02 ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .top-car .top-car__list02 ul li h5 {
        margin-top: 10px;
        font-size: 14px;
    }
}


/*	サービスの概要
---------------------------------*/
.top-service {
}
.top-service .contents-inr {
}
.top-service .contents-inr .illust01 {
    position: absolute;
    top: 140px;
    right: 20px;
    width: 176px;
}

.top-service .ttl-cmn01 {
    margin-bottom: 40px;
}
.top-service .ttl-cmn01.ttl-cmn0102 {
    margin-top: 80px;
    margin-bottom: 20px;
}
.top-service .ttl-cmn03 {
}
.top-service .ttl-cmn05 {
}
.top-service .ttl-cmn06 {
}

.top-service .p-cmn01 {
}
.top-service .p-cmn02 {
}

.top-service .txt-box {
    margin-bottom: 40px;
}
.top-service .txt-box .p01 {
    width: 36%;
    display: inline-block;
    vertical-align: top;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 6px 0 6px 0;
}
.top-service .txt-box .p02 {
    width: 20.5%;
    display: inline-block;
    vertical-align: top;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 6px 0 6px 0;
}
.top-service .txt-box .p03 {
    width: 20.5%;
    display: inline-block;
    vertical-align: top;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 6px 0 6px 0;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
    .top-service .contents-inr .illust01 {
        top: 60px;
        right: 20px;
        width: 176px;
    }
}

@media screen and (max-width: 959px) {
    .top-service .txt-box .p01 {
        width: 60%;
        font-size: 20px;
    }
    .top-service .txt-box .p02 {
        width: 37.5%;
        font-size: 20px;
    }
    .top-service .txt-box .p03 {
        width: 60%;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-service .contents-inr .illust01 {
        top: 80px;
        right: 5px;
        width: 90px;
    }
    .top-service .ttl-cmn01 {
        margin-bottom: 30px;
    }
	.top-service .ttl-cmn01.ttl-cmn0102 {
		margin-top: 40px;
		margin-bottom: 10px;
	}
    .top-service .txt-box {
        margin-bottom: 30px;
    }
    .top-service .txt-box .p01 {
        width: 97.5%;
        font-size: 16px;
        padding: 2px 0 2px 0;
    }
    .top-service .txt-box .p02 {
        width: 97.5%;
        font-size: 16px;
        padding: 2px 0 2px 0;
    }
    .top-service .txt-box .p03 {
        width: 97.5%;
        font-size: 16px;
        padding: 2px 0 2px 0;
    }
}


/*	ごあいさつ
---------------------------------*/
.top-greeting {
}
.top-greeting .contents-inr {
}
.top-greeting .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 410px;
	right: -100px;
	margin: 0;
	width: 70%;
	height: 412px;
    background: url("../img/top/bg_logo.png") no-repeat right top;
    background-size: contain;
    z-index: -6;
}

.top-greeting .ttl-cmn01 {
    margin-bottom: 50px;
}
.top-greeting .p01 {
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8;
}

.top-greeting .profile-box {
    width: 86%;
    margin: 60px auto 30px auto;
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    border-radius: 10px;
}
.top-greeting .profile-box .img-box {
    float: left;
    width: 17%;
}
.top-greeting .profile-box .img-box img {
    border-radius: 10px;
}
.top-greeting .profile-box .img-box p {
    margin-top: 5px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
}
.top-greeting .profile-box .txt-box {
    float: right;
    width: 80%;
}
.top-greeting .profile-box .txt-box p {
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.top-greeting .profile-box .txt-box table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.top-greeting .profile-box .txt-box table th {
    width: 60px;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    color: #8ec31f;
}
.top-greeting .profile-box .txt-box table td {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: left;
    color: #5e801a;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
    .top-greeting .contents-inr::before {
        top: 280px;
        right: -80px;
    }
}

@media screen and (max-width: 959px) {
    .top-greeting .p01 {
        font-size: 18px;
    }
    .top-greeting .profile-box {
        width: 100%;
        padding: 15px 15px 15px 15px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-greeting .contents-inr::before {
        top: 280px;
        right: 10px;
    }
    .top-greeting .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .top-greeting .p01 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.8;
    }
    .top-greeting .profile-box {
        margin: 30px auto 20px auto;
        padding: 15px 15px 15px 15px;
    }
    .top-greeting .profile-box .img-box {
        float: none;
        width: 60%;
        margin: 0 auto 10px auto;
    }
    .top-greeting .profile-box .img-box p {
        font-size: 16px;
    }
    .top-greeting .profile-box .txt-box {
        float: none;
        width: 100%;
    }
    .top-greeting .profile-box .txt-box p {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .top-greeting .profile-box .txt-box table th {
        width: 50px;
        font-size: 14px;
    }
    .top-greeting .profile-box .txt-box table td {
        font-size: 14px;
    }
}


/*	お知らせ
---------------------------------*/
.top-news {
}
.top-news .contents-inr {
}

.top-news .top-news-left {
	width: 300px;
}
.top-news .top-news-left .ttl-cmn01 {
}
.top-news .top-news-left .btn-cmn01 {
}
.top-news .top-news__list {
	width: calc(100% - 300px);
}
.top-news .top-news__list ul {
}
.top-news .top-news__list ul li {
	font-size: 0;
	margin: 0 0 0px 0;
	padding: 15px 0 15px 0;
    border-bottom: #f9cd82 1px solid;
	text-align:left;
}
.top-news .top-news__list ul li:last-child {
}
.top-news .top-news__list ul li .date {
    width: 140px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
    line-height: 1.6;
	font-weight: 500;
    letter-spacing: 1px;
}
.top-news .top-news__list ul li .title {
    width: calc(100% - 148px);
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
    line-height: 1.6;
	font-weight: 500;
    letter-spacing: 1px;
}
.top-news .top-news__list ul li .title a {
	text-decoration:none;
}
.top-news .top-news__list ul li .title a:hover {
	text-decoration:underline;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .top-news .top-news-left {
        width: 100%;
    }
    .top-news .top-news-left .ttl-cmn01 {
        float: left;
    }
    .top-news .top-news-left .btn-cmn01 {
        margin-top: 0;
        float: right;
    }
    .top-news .top-news__list {
        width: 100%;
    }
    .top-news .top-news__list ul li .date {
        width: 140px;
        font-size: 16px;
    }
    .top-news .top-news__list ul li .title {
        width: calc(100% - 148px);
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .top-news .top-news-left .ttl-cmn01 {
        margin-bottom: 0px;
    }
    .top-news .top-news-left .btn-cmn01 {
        margin-top: -2px;
        margin-bottom: 20px;
    }
    .top-news .top-news__list ul li {
        padding: 10px 0 10px 0;
    }
    .top-news .top-news__list ul li .date {
        width: 100%;
        line-height: 1.5;
        font-size: 14px;
    }
    .top-news .top-news__list ul li .title {
        width: 100%;
        line-height: 1.5;
        font-size: 14px;
    }
}


/*	コンテンツページ共通
---------------------------------*/
.page-header {
    text-align: center;
    background: #f39800;
}
.page-header .contents-inr {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-header h2 {
	font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
}

.breadcrumb {
	padding-top: 10px;
	padding-bottom: 40px;
}
.breadcrumb .contents-inr {
	z-index: 1001;
}
.breadcrumb ul {
    font-size: 0px;
    text-align: left;
}
.breadcrumb ul li {
    display: inline-block;
    width:auto;
    font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #333333;
}
.breadcrumb ul li span {
    font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #333333;
}
.breadcrumb ul li a {
    text-decoration: underline;
	color: #333333;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
	color: #333333;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
    .page-header h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-header .contents-inr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-header h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .breadcrumb {
        padding-bottom: 30px;
    }
    .breadcrumb ul li {
        font-size: 12px;
    }
    .breadcrumb ul li span {
        font-size: 12px;
    }
}


/*	お問い合わせ
---------------------------------*/
.page-inquiry {
	padding-top: 80px;
	padding-bottom: 90px;
    position: relative;
}
.page-inquiry::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #f39800;
    z-index: -8;
}

.page-inquiry .contents-inr {
}

.page-inquiry .ttl-cmn01 {
    margin-bottom: 60px;
}

.page-inquiry .p01 {
    margin-bottom: 40px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}
.page-inquiry .p02 {
    margin-bottom: 40px;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}

.page-inquiry .white-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 60px 60px 60px 60px;
}

.page-inquiry .tel-box {
    background: #fdeacc;
    border-radius: 10px;
    padding: 35px 10% 20px 10%;
    text-align: center;
    margin-bottom: 60px;
}
.page-inquiry .tel-box .tel-box-tel {
    margin-bottom: 30px;
}
.page-inquiry .tel-box .tel-box-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 40px;
	letter-spacing: 3px;
	line-height: 1;
	font-size: 50px;
	font-weight: 700;
	color: #000000;
}
.page-inquiry .tel-box .tel-box-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 36px;
	height: 36px;
	background: url("../img/cmn/icon_tel.svg") no-repeat center center;
	background-size: contain;
}
.page-inquiry .tel-box .tel-box-tel p {
	margin: 0px 0 5px 0px;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 1px;
	display: block;
}
.page-inquiry .tel-box .ttl-cmn06 {
	font-size: 22px;
    margin-bottom: 2px;
}
.page-inquiry .tel-box .p-cmn01 {
    margin-bottom: 20px;
	font-size: 16px;
}

.page-inquiry .red {
    color:#ff0000 !important;
    font-weight: 400 !important;
}
.page-inquiry .big {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.page-inquiry .center {
    text-align: center !important;
}
.page-inquiry .pthanks {
    text-align: center !important;
    padding-top: 70px;
    padding-bottom: 30px;
}

.page-inquiry p.text {
    letter-spacing: 1px;
	font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}
.page-inquiry p.text a {
    text-decoration: underline;
}
.page-inquiry p.text a:hover {
    text-decoration: none;
}

.page-inquiry .wpcf7-response-output {
    letter-spacing: 1px;
	font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.page-inquiry .recaptcha-comment {
    margin-top: 100px;
    letter-spacing: 1px;
	font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .recaptcha-comment a {
    text-decoration: underline;
}
.page-inquiry .recaptcha-comment a:hover {
    text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 599px) {
    .page-inquiry .wpcf7-response-output {
        font-size: 14px;
    }
    .page-inquiry .recaptcha-comment {
        margin-top: 60px;
        font-size: 10px;
    }
}

.page-inquiry .doui
{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size:15px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .doui a
{
    font-size:15px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: underline;
}
.page-inquiry .doui a:hover
{
    text-decoration: none;
}

.page-inquiry table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-inquiry table th
{
    display: block;
    width: 100%;
    vertical-align:top;
    padding:0px 0px 0px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}
.page-inquiry table th span
{
    margin-top: 3px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    padding:0px 5px 1px 5px;
    font-size:12px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
    background: #8ec31f;
}
.page-inquiry table td
{
    display: block;
    width: 100%;
    vertical-align:top;
    padding:5px 0px 20px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}
.page-inquiry table td p.kakunin
{
    padding-top:12px;
    font-size:12px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}
.page-inquiry table td .colorbox
{
    display: inline-block;
    background-color: #def0fb;
    line-height: 2.2;
    padding: 5px 0 5px 20px;
}

.page-inquiry label
{
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input
{
    width: 100%;
    border:#cccccc 1px solid;
    padding: 12px 20px 12px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
    border-radius: 10px;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputyubin
{
    width: 35%;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkoumoku
{
	width:auto;
	border:none;
	padding: 0px;
	line-height:1;
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
	display: inline-block;
	vertical-align:middle;
	margin-top: -3px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkamoku
{
    width:auto;
    border:none;
    padding: 0px;
    line-height:1;
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -1px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry textarea
{
    width: 100%;
    border:#cccccc 1px solid;
    padding: 12px 20px 12px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
    border-radius: 10px;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry select
{
    width: auto;
    border:#cccccc 1px solid;
    border-radius: 0px;
    padding: 12px 40px 12px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
    background-color: #ffffff;
    background-image: url("../img/cmn/icon_form_down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .formbtnarea
{
    text-align: center;
    padding-left: 0px;
    padding-left: 70px;
}
.page-inquiry .formbtn
{
    display: inline-block;
    margin: 10px 0 0 0;
    width: 300px;
    text-align: center;
    padding: 18px 0px 20px 0px;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
	background: #f38300;
    border: none;
    cursor : pointer;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity  0.6s ease;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry .formbtn:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #bbbbbb;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
    color: #bbbbbb;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #bbbbbb;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #bbbbbb; opacity: 1;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #bbbbbb;
	font-family: 'Zen Maru Gothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .privacy-box {
    margin: 60px 0 0px 0;
	padding: 20px 30px 0px 30px;
    height: 200px;
    overflow: auto;
    border: #dbdbdb 1px solid;
}
.page-inquiry .privacy-box h3 {
	padding: 0px 0px 5px 0px;
    font-size:14px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height:1.6;
}
.page-inquiry .privacy-box p {
	padding: 0px 0px 30px 0px;
    font-size:12px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height:1.6;
}

@media screen and (max-width: 959px) {
    .page-inquiry .p01 {
        font-size: 16px;
    }
    .page-inquiry .p02 {
        font-size: 14px;
    }
    .page-inquiry .white-box {
        padding: 40px 40px 40px 40px;
    }
    .page-inquiry .tel-box {
        padding: 25px 5% 10px 5%;
    }
    .page-inquiry .tel-box .tel-box-tel {
        margin-bottom: 30px;
    }
    .page-inquiry .tel-box .tel-box-tel strong {
        padding: 0 10px 0 40px;
        letter-spacing: 2px;
        font-size: 40px;
    }
    .page-inquiry .tel-box .tel-box-tel strong::before {
        top: 60%;
        width: 36px;
        height: 36px;
    }
    .page-inquiry .tel-box .tel-box-tel p {
        margin: 0px 0 5px 0px;
        font-weight: 500;
        font-size: 18px;
    }
    .page-inquiry .tel-box .ttl-cmn06 {
        font-size: 20px;
    }
    .page-inquiry .tel-box .p-cmn01 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-inquiry {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .page-inquiry .p01 {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .page-inquiry .p02 {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .page-inquiry .white-box {
        padding: 10px 10px 10px 10px;
    }
    .page-inquiry .tel-box {
        padding: 20px 15px 5px 15px;
        margin-bottom: 40px;
    }
    .page-inquiry .tel-box .tel-box-tel {
        margin-bottom: 20px;
    }
    .page-inquiry .tel-box .tel-box-tel strong {
        padding: 0 0px 0 28px;
        letter-spacing: 1px;
        font-size: 26px;
    }
    .page-inquiry .tel-box .tel-box-tel strong::before {
        width: 23px;
        height: 23px;
    }
    .page-inquiry .tel-box .tel-box-tel p {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .page-inquiry .tel-box .ttl-cmn06 {
        font-size: 18px;
    }
    .page-inquiry .tel-box .p-cmn01 {
        font-size: 14px;
    }
    .page-inquiry table th {
        font-size: 14px;
    }
    .page-inquiry table th span {
        margin-top: 2px;
        margin-left: 10px;
        padding: 0px 5px 0px 5px;
        font-size: 12px;
        line-height: 1.6;
    }
    .page-inquiry table td {
        padding: 5px 0px 20px 0px;
        font-size: 14px;
        line-height: 1.6;
    }
    .page-inquiry label {
        font-size: 14px;
    }
    .page-inquiry input {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
    }
    .page-inquiry input.inputkoumoku {
        font-size: 14px;
    }
    .page-inquiry input.inputkamoku {
        font-size: 14px;
    }
    .page-inquiry textarea {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
    }
    .page-inquiry select {
        padding: 10px 40px 10px 10px;
        font-size: 14px;
    }
	.page-inquiry .formbtnarea {
	    padding-left: 0px;
	}
    .page-inquiry .formbtn {
        display: block;
        margin: 10px 0 0 0;
        width: 100%;
        padding: 12px 0px 12px 0px;
        border-radius: 30px;
        font-size: 16px;
    }
    .page-inquiry .big {
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0px !important;
    }
	.page-inquiry .pthanks {
	    padding-top: 50px;
	    padding-bottom: 20px;
	}
    .page-inquiry p.text
    {
        font-size:14px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }
    .page-inquiry .doui
    {
        margin-top: 20px;
        margin-bottom: 40px;
    }
	.page-inquiry table td p.kakunin
	{
	    font-size:14px;
	}
    .page-inquiry .privacy-box {
        margin: 40px 0 0px 0;
        padding: 15px 15px 0px 15px;
        height: 160px;
        overflow: auto;
        border: #dbdbdb 1px solid;
    }
    .page-inquiry .privacy-box h3 {
        padding: 0px 0px 5px 0px;
        font-size:14px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height:1.6;
    }
    .page-inquiry .privacy-box p {
        padding: 0px 0px 20px 0px;
        font-size:12px;
        letter-spacing: 1px;
        font-weight: 300;
        line-height:1.6;
    }
}

@media screen and (max-width: 371px) {
}

@media screen and (max-width: 320px) {
    .page-inquiry .tel-box .tel-box-tel strong {
        font-size: 22px;
    }
}


/*	お知らせ・ブログ
---------------------------------*/
.page-news {
    padding-top: 0px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
.page-news::before {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 70px);
	background: #ffffff;
    z-index: -8;
}

.page-news .contents-inr {
}

.page-news .contents-inr .content-left {
	float: left;
	width:73%;
}
.wp-detail-guide2
{
    margin: 0px 0 0px 0;
}

.wp-detail
{
    width:100%;
    word-wrap: break-word;
    margin:0px 0px 80px;
    text-align: center;
}
.wp-detail img
{
    width: auto;
    height: auto;
    max-width: 100%;
}
.wp-detail .e_date{
    text-align:right !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin:0 0 5px 0 !important;
}

.wp-detail .ttl-cmn03 {
    margin-bottom: 5px !important;
    text-align: left;
    background: #8ec31f;
}
.wp-detail .ttl-cmn03 a {
    text-decoration: none;
}
.wp-detail .ttl-cmn03 a:hover
{
    opacity: 0.8;
    text-decoration: underline;
}

.wp-detail h1 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h2 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h3 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h4 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h5 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h6 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

.wp-detail p {
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.wp-detail span {
    font-weight: 500;
}

.wp-detail strong {
    font-weight: 700;
}

.wp-detail figcaption {
    margin-top: 0px !important;
    line-height:1.5 !important;
    font-size:14px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
	.page-news .contents-inr .content-left {
		float: none;
		width:100%;
	}
}

@media screen and (max-width: 599px) {
	.page-news {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.wp-detail
	{
	    margin:0px 0px 60px;
	}
	.wp-detail .e_date{
		font-size: 14px !important;
		margin-bottom: 2px !important;
	}
    .wp-detail .ttl-cmn03 {
        margin-bottom: 2px !important;
    }
    .wp-detail h1 {
        font-size: 26px;
    }
    .wp-detail h2 {
        font-size: 24px;
    }
    .wp-detail h3 {
        font-size: 22px;
    }
    .wp-detail h4 {
        font-size: 20px;
    }
    .wp-detail h5 {
        font-size: 18px;
    }
    .wp-detail h6 {
        font-size: 16px;
    }
	.wp-detail p {
	    font-size:14px;
	}
    .wp-detail figcaption {
        font-size:12px !important;
    }
}


/*------------------------------
ブログ右サイド
------------------------------*/

#sidebar
{
    float: right;
    width:22.5%;
    margin:0 auto;
}
.sidebar2
{
    width:23% !important;
}
#sidebar .sidebar-inner
{
}

#sidebar .sidebar-inner .sidebar-box
{
}
#sidebar .sidebar-inner .sidebar-box h3
{
    line-height:1;
    font-weight:bold;
    text-align:left;
    color:#000000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}
#sidebar .sidebar-inner .sidebar-box img
{
    width: 100%;
    height: auto;
}
#sidebar .sidebar-inner .sidebar-box p
{
    padding-top: 10px;
    line-height:1.6;
    font-size:14px;
    font-weight: 500;
}
#sidebar .sidebar-inner .sidebar-box p.text-top
{
    padding-top: 0px;
    padding-bottom: 10px;
    font-size:14px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.sidebar-wrapper
{
    margin-bottom: 60px;
}
.sidebar-title
{
    line-height:1;
    text-align:left;
    color:#000000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    border-bottom:#666666 1px solid;
}
.sidebar-title strong
{
    color:#000000;
    font-size: 18px;
    font-weight: 500;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
    padding: 0;
    list-style: none;
}
 
.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
    position: relative;
    padding: 10px;
}
 
.widget_recent_entries li, .widget_nav_menu li {
    padding-left: 25px;
}
 
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
    text-decoration: none;
    color: #000000;
}
 
.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
    opacity: .8;
}
 
/*最近の投稿ウィジェット*/
.widget_saikin li {
    padding: 6px 0 6px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    display: table;
    text-align:left;
}
.widget_saikin li:before {
    display: table-cell;
    vertical-align: top;
    padding-top: 1px;
    padding-right: 10px;
    content: '>';
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.widget_saikin li a {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align:left;
}
.widget_saikin li a:hover {
    color: #8ec31f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align:left;
}

/*タグウィジェット*/
.tagcloud a {
}
 
/*新着ウィジェット*/
.widget_recent_entries {
    margin-top:-46px;
    text-align:left;
}
.widget_recent_entries li {
    padding: 6px 0 6px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    display: table;
}
.widget_recent_entries li:before {
    display: table-cell;
    vertical-align: top;
    padding-top: 1px;
    padding-right: 10px;
    content: '>';
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.widget_recent_entries li a {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.widget_recent_entries li a:hover {
    color: #8ec31f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
 
/*メニューウィジェット*/
.widget_nav_menu li:before {
}

/*検索ウィジェット*/
.widget_search {
}
.widget_search .screen-reader-text {
    display: none;
}
.widget_search input {
    padding: 6px 6px 4px 6px;
}

/*カテゴリーウィジェット*/
.widget_categories {
    margin-top:-46px;
    text-align:left;
}
.widget_categories label {
    display: none;
}
.widget_categories select {
    padding: 6px 0px 4px 0px;
}

/*アーカイブウィジェット*/
.widget_archive {
    margin-top:-46px;
    text-align:left;
}
.widget_archive label {
    display: none;
}
.widget_archive select {
    padding: 6px 0px 4px 0px;
}

/*カレンダーウィジェット*/
#wp-calendar {
    width: 100%;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
#wp-calendar a
{
    color: #3da7ba;
    text-decoration: none;
}
#wp-calendar caption {
    width: 100%;
    line-height:1;
    font-weight:bold;
    text-align:left;
    color:#000000;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}
#wp-calendar tfoot {
    width: 100%;
}
#wp-calendar tfoot tr td#prev {
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tfoot tr td#prev a {
    color:#000000;
}
#wp-calendar tfoot tr td#next {
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tfoot tr td#next a {
    color:#000000;
}
#wp-calendar thead {
}
#wp-calendar thead tr {
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding: 8px 0px 6px 0px;
    font-size: 14px;
    font-weight: 500;
}
/*月曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(1){
}
/*火曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(2){
}
/*水曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(3){
}
/*木曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(4){
}
/*金曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(5){
}
/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
}
/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
}
#wp-calendar tbody {
}
#wp-calendar tbody tr {
}
#wp-calendar tbody tr td {
    text-align: center;
    padding: 12px 0px 2px 0px;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tbody tr #today {
}

@media screen and (max-width: 767px) {
	#sidebar
	{
	    padding-top: 60px;
	    float: none;
	    width:100%;
	}
	.sidebar2
	{
	    width:100% !important;
	}
}

@media screen and (max-width: 599px) {
	#sidebar .sidebar-inner .sidebar-box
	{
		text-align: center;
	}
	#sidebar .sidebar-inner .sidebar-box h3
	{
		font-size: 16px;
	}
	#sidebar .sidebar-inner .sidebar-box img
	{
		width: 100%;
		height: auto;
	}
	#sidebar .sidebar-inner .sidebar-box p
	{
		text-align:left;
	}

	.sidebar-wrapper
	{
		margin: 0px 20px 40px 20px;
	}
	.sidebar-title
	{
		font-size: 18px;
	}
	.sidebar-title strong
	{
		font-size: 18px;
	}

	.widget_recent_entries {
		margin-top:-25px;
	}
	.widget_categories {
		margin-top:-25px;
	}
	.widget_archive {
		margin-top:-25px;
	}
}

/* =========================
   スマホ用 電話案内ブロック
========================= */
@media screen and (max-width: 767px) {

  /* 電話案内全体 */
  .tel-box {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 12px;
    text-align: center;
  }

  /* 見出し */
  .tel-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 8px;
    position: relative;
  }

  /* 見出し下線（幅いっぱい） */
  .tel-title::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 420px;
    height: 2px;
    background: #f39800;
    margin: 8px auto 0;
  }

  /* 電話番号 */
  .tel-number {
    display: block;
    margin-top: 12px;
    font-size: 32px;
    font-weight: 900;
    color: #f39800;
    text-decoration: none;
    letter-spacing: 0.08em;
  }

  /* 電話アイコン */
  .tel-number::before {
    content: "☎";
    margin-right: 8px;
    font-size: 1em;
  }

  /* LINEボタン */
  .btn-line {
    margin-top: 16px;
  }

  /* お問い合わせフォームボタン */
  .btn-contact {
    margin-top: 12px;
    text-align: center;
  }

  /* LINE・お問い合わせボタン共通 */
  .btn-line a,
  .btn-contact a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 14px 10px;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
  }

  /* お問い合わせボタン配色 */
  .btn-contact a {
    background: #ffffff;
    color: #57b03b;
    font-size: 15px;
    border: 2px solid #57b03b;
  }

  .btn-contact a:active {
    background: #57b03b;
    color: #ffffff;
  }

  /* 対応エリア・営業時間 */
  .tel-box .p-cmn01 {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* =========================
   スマホ専用：問い合わせブロック
========================= */

/* ① PCでは非表示（最重要） */
.sp-telbox-before-feature {
  display: none;
}

/* ② スマホだけ表示 */
@media screen and (max-width: 767px) {
  .sp-telbox-before-feature {
    display: block;
  }
}

.price-note {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl-cmn01 {
    font-size: 20px;
    line-height: 1.4;
  }
}