@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');

/*	レイアウト
---------------------------------*/
body {
	padding: 0;
	width: 100%;
	background: url(../images/common/bg_body.png) center top;
	line-height: 1.6;
	color: #222;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrapper {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
}

/*	ヘッダー
---------------------------------*/
header {
	position: relative;
	z-index: 1000;
}
.hd-top {
	padding: 10px 0 0;
	line-height: 1;
}
.hd-top h1 {
	margin: 0 auto;
	max-width: 1080px;
	font-size: 0.6875rem;
}
.hd-inr {
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 0 0 20px;
	max-width: 1080px;
	z-index: 1001;
}
.hd-logo {
	margin: 0 20px 0 0;
}
.hd-info {
	-webkit-align-items: center;
	align-items: center;
}
.hd-tel {
	margin: 0 20px 0 0;
}
.hd-mail {
	width: 180px;
}
.hd-mail p {
	margin: 0 0 3px;
	text-align: center;
	line-height: 1;
}
.hd-mail a {
	display: block;
	position: relative;
	padding: 0 15px;
	width: 100%;
	background: #6eb92b;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
}
.hd-mail a:before {
	display: inline-block;
	content: "";
	position: relative;
	top: 1px;
	margin: 0 10px 0 0;
	width: 20px;
	height: 14px;
	background: url(../images/common/icon_hd_mail.png) center top;	
}
@media screen and (max-width:1080px) {
.hd-top,
.hd-inr {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media screen and (max-width: 1023px) {
.hd-logo {
	max-width: 290px;
}
}
@media screen and (max-width: 767px) {
header {
	position: relative;
}
.hd-top {
	display: none;
}
.hd-inr {
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 5px;
	height: auto;
}
.hd-logo {
	margin: 0 10px 0 0;
}
.hd-logo img {
	display: block;
	max-width: 150px;
}
.hd-tel {
	margin: 0 10px 0 0;
	max-width: 130px;
}
.hd-mail {
	width: auto;
}
.hd-mail p {
	display: none;
}
.hd-mail a {
	margin: 0;
	padding: 0;
	width: 40px;
	line-height: 40px;
}
.hd-mail a:before {
	display: inline-block;
	content: "";
	position: relative;
	top: 0;
	margin: 0;
}
.hd-mail a span {
	display: none;
}
}
@media screen and (max-width: 374px) {
.hd-logo img {
	display: block;
	max-width: 140px;
}
.hd-tel {
	margin: 0 10px 0 0;
	max-width: 110px;
}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
}
.btn-pagetop {
	position: fixed;
	right: 15px;
	bottom: 80px;
}
.ft-info {
	margin: auto;
	padding: 55px 0 40px;
	max-width: 1080px;
}
.ft-copyright {
	margin: 0 auto;
	padding: 0 15px;
	background: #6eb92b;
	text-align: center;
	font-size: 0.75rem;
	color: #fff;
	line-height: 55px;
}
@media screen and (max-width:1080px) {
.ft-info,
.ft-nav {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
.btn-pagetop {
	max-width: 40px;
}
.ft-inr {
	display: block;
	padding: 20px 0;
}
.ft-info {
	display: block;
	margin: 0;
	padding: 15px;
	text-align: center;
}
.ft-info h2 {
	margin: 0 auto;
	max-width: 180px;
}
.ft-info h2 img {
	display: block;
}
.ft-copyright {
	height: 35px;
	text-align: center;
	font-size: 0.625rem;
	line-height: 35px;
}
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Amiri', serif;
}
.pc-nav > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 auto;
	max-width: 1080px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0 0 0 20px;
	line-height: 1;
}
.pc-nav > ul > li > a {
	text-align: center;
	font-size: 1.125rem;
	font-weight: normal;
	z-index: 5;
	text-transform: uppercase;
}
.pc-nav > ul > li.current > a {
	opacity: 1;
	font-weight: bold;
}
.pc-nav > ul > li.contact {
	width: 150px;
}
.pc-nav > ul > li.contact a {
	display: block;
	width: 100%;
	height: 35px;
	background: #bfa858;
	border-radius: 5px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	line-height: 40px;
	font-family: 'Amiri', serif;
	text-transform: uppercase;
}
@media screen and (max-width:1080px) {
.pc-nav ul li {
	margin: 0 0 0 10px;
}
.pc-nav ul li a {
	font-size: 0.75rem;
}
}
@media screen and (max-width:767px) {
.pc-nav,
ul li.last {
	display: none;
}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 767px) {
header nav.sp-nav {
	display: block;
	position: absolute;
	top: -1000px; /* 開いてないときは画面外に配置 */
	left: 0;
	padding: 0 0 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 14px;
	font-weight: 500;
	z-index: 1001;
	font-family: 'Amiri', serif;
	text-transform: uppercase;
}
header nav.sp-nav a{
	display: block;
	color: #111;
}
header nav.sp-nav a *{
	transition: 0s;
}
header nav.sp-nav .logo{
	padding: 15px;
}
header nav.sp-nav .logo img{
	max-width: 130px;
	margin: 0;
	text-align: left;
}
header nav.sp-nav .logo+ul {
	display: block;
	margin-top: 1.5em;
}
header nav.sp-nav .logo+ ul li.contact {
	display: none;
}
header nav.sp-nav .logo+ ul li a {
	border-top: 1px solid #eee;
	padding: 10px 15px;
	position: relative;
	font-size: 0.875rem;
}
header nav.sp-nav .logo+ ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #e383a5;
	border-right: 2px solid #e383a5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header nav.sp-nav .logo+ ul li:first-child a {
	border-top: none;
}
header nav.sp-nav .logo+ ul li:first-child a .material-icons {
	display: none;
}
header nav.sp-nav .logo+ ul li img,
header nav.sp-nav .logo+ ul li br {
	display: none;
}
header nav.sp-nav .logo+ ul li small {
	display: none;
}
header nav.sp-nav .sp-nav-sub {
	background: rgba(0,0,0,0.05); margin-top: 1em;
}
header nav.sp-nav .sp-nav-sub li {
	border-top: 1px solid rgba(0,0,0,0.08);
	font-size: 14px;
}
header nav.sp-nav .sp-nav-sub li:first-child {
	border-top: none;
}
header nav.sp-nav .sp-nav-sub li a {
	padding: 15px;
}
#wrapper header nav.sp-nav .header-contact {
	padding: 15px;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
header nav.sp-nav .header-contact a{
	width: 100%;
	padding: 15px 0;
	letter-spacing: 0;
}
header nav.sp-nav .header-contact a span{
	background-position: left center;
	background-repeat: no-repeat;
}
header nav.sp-nav .header-contact .blc-tel {
	border:2px solid #bfa858;
	font-weight: bold;
	color: #bfa858;
}
header nav.sp-nav .header-contact .blc-contact {
	background: #bfa858;
	color: #fff;
}	
/* ナビゲーション スライドアニメーション */
header.open nav.sp-nav {
	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	-webkit-transition: -webkit-translateY(1000px);
	transform: translateY(1000px);
}
/*ハンバーガーボタン*/
header .navToggle {
	display: block;
	position: absolute;
	right: 20px;
	top: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 25px;
	height: 16px;
	cursor: pointer;
	z-index: 10000;
}
header .navToggle:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 35px;
	height: 35px;
	background: #bfa858;
}
header .navToggle div {
	position: relative;
}
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;
	border-radius:5px;
}
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;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
	width: 0; left: 50%;
}
header.open .navToggle span:nth-child(3) {
	top: 7px; -webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
}
@media screen and (max-width:1080px) {
.contents-inr {
	padding-left: 15px;
	padding-right: 15px;
}
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
	position: relative;
	margin: 0 0 55px;
	padding: 0;
	text-align: center;
	line-height: 1;
}
.ttl-cmn01 span {
	display: block;
	position: relative;
	padding: 0 0 25px;
	font-size: 3rem;
	font-weight: 600;
}
.ttl-cmn01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background: #6eb92b;
}
.ttl-cmn02 {
	position: relative;
	margin: 0 0 105px;
	text-align: center;
	line-height: 1;
}
.ttl-cmn02 span {
	position: relative;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
}
.ttl-cmn02 span strong {
	font-size: 4.375rem;
	font-weight: inherit;
	color: #6eb92b;
}
@media screen and (max-width:767px) {
.ttl-cmn01 {
	margin: 0 0 25px;
}
.ttl-cmn01 span {
	padding: 0 0 15px;
	font-size: 1.25rem;
}
.ttl-cmn01 span:before {
	width: 40px;
	height: 3px;
}
.ttl-cmn02 {
	margin: 0 0 35px;
}
.ttl-cmn02 span {
	font-size: 1.25rem;
}
.ttl-cmn02 span strong {
	font-size: 1.75rem;
}
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 220px;
	background: #6eb92b;
	border: none;
	text-align: center;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
}
.btn-cmn01:hover {
	opacity: 0.8;
}
@media screen and (max-width:767px) {
.btn-cmn01 {
	width: 220px;
	font-size: 14px;
	line-height: 40px;
	-webkit-appearance: none;
}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
}
.main-img {
	position: relative;
	width: 100%;
	height: 680px;
	overflow: hidden;
}
.main-img.img01{
	background: url(../images/top/img_main01.png) no-repeat center top;
	background-size: cover;
}
.main-img-inr {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	max-width: 1080px;
	height: 100%;
	text-align: right;
	z-index: 60;
}
.main-img-inr h2 {
	position: absolute;
	left: 0;
	bottom: 8%;
	padding: 0;
	width: 100%;
	z-index: 11;
}
@media screen and (max-width:1080px) {
.main-img {
	position: relative;
	width: 100%;
	height: 68.62vw;
	overflow: hidden;
}
.main-img-inr h2 {
	padding: 0 15px;
}
.main-img-inr img {
	width: 75.29%;
}
}

/*	トップページ
---------------------------------*/
/*	サービス	*/
.top-service {
	padding: 95px 0 75px;
	background: #46c4db;
}
.top-service li {
	margin: 0;
	padding: 50px 20px 20px;
	width: 48%;
	max-width: 48%;
	background: #fff;
}
.top-service li figure {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
    display: block;
    margin: 0 auto;
}
.top-service h4 {
	margin: 30px 0 10px;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
}
.top-service .ttl-cmn01 {
	color: #fff;
}
.top-service .ttl-cmn01 span:before {
	background: #fff;
}
@media screen and (max-width:767px) {
.top-service {
	padding: 45px 0 35px;
}
.top-service li {
	margin: 0 0 4%;
	padding: 20px 10px;
	width: 48%;
}
.top-service li img {
	width: 70px;
}
.top-service h4 {
	margin: 15px 0 0;
	font-size: 0.8125rem;
}
}

/*	流れ	*/
.top-flow{
	padding: 70px 0 80px;
	background: #f1b31d;
}
.top-flow .ttl-cmn02 span{
    text-shadow: 2px 2px #fff;
}

.top-flow li {
	padding: 80px 25px 60px;
    text-align: left;
	width: 7%;
    font-size: 18px;
    font-weight: bold;
	background: #fff;
    position: relative;
    -ms-writing-mode: tb-rl; writing-mode: vertical-rl;
}
.top-flow li::after{
    right: -40px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
    content: "";
}
.top-flow li:last-child::after{
    display: none;
}
.top-flow li span{
    font-size: 24px;
    padding: 10px 24px;
    font-weight: bold;
    background: #6eb92b;
    color: #fff;
    left: 0px;
    -ms-writing-mode:lr-tb; writing-mode:lr-tb;
    position: absolute; top: 0px;
}
@media screen and (max-width:767px) {

.top-flow li {
	position: inherit;
	padding: 0px 0px 0px;
	width: 100%;
	background: #fff;
    margin: 0px 0% 3%;
    -ms-writing-mode:lr-tb; writing-mode:lr-tb;
}
.top-flow li span{
    font-size: 15px;
    font-weight: bold;
    position: inherit;
    padding: 10px;
    display: inline-block;
}
.top-flow li p{
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
}
.top-flow li::after{
    display: none;
}

}


/*	こだわり	*/
.top-kodawari {
	padding: 85px 0 80px;
	background: #efefef;
}
.top-kodawari ul {
	margin: 0 0 45px;
}
.top-kodawari li {
	position: relative;
	padding: 60px 30px 35px;
	width: 31.48%;
	max-width: 340px;
	background: #fff;
}
.top-kodawari-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: -50px;
	left: 20px;
	width: 90px;
	height: 90px;
	background: #f1b31d;
	border-radius: 90px;
	color: #fff;
}
.top-kodawari-icon span {
	text-align: center;
	font-size: 1rem;
}
.top-kodawari-icon span:after {
	display: block;
	margin: 0 auto;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
}
.top-kodawari li:nth-of-type(1) .top-kodawari-icon span:after {
	content: "01";
}
.top-kodawari li:nth-of-type(2) .top-kodawari-icon span:after {
	content: "02";
}
.top-kodawari li:nth-of-type(3) .top-kodawari-icon span:after {
	content: "03";
}
.top-kodawari h4 {
	margin: 0 0 25px;
	text-align: center;
}
.top-kodawari h4 span {
	font-size: 1.875rem;
	font-weight: 600;
	color: #6eb92b;
	line-height: 1.4;
}
.top-kodawari h5 {
	margin: 0 0 20px;
	text-align: center;
}
.top-kodawari h5 span {
	display: inline;
	padding: 0 5px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	background: linear-gradient(transparent 75%, #91e2f1 75%);
}
.top-kodawari p {
	line-height: 2;
}
@media screen and (max-width: 1023px) {
.top-kodawari li {
	margin: 0 auto 80px;
	width: 100%;
	max-width: 100%;
}
.top-kodawari li:last-of-type {
	margin: 0 auto;
}
.top-kodawari li h4 br,
.top-kodawari li h5 br {
	display: none;
}
}
@media screen and (max-width:767px) {
.top-kodawari {
	padding: 45px 0 10px;
}
.top-kodawari ul {
	margin: 0 0 25px;
}
.top-kodawari li {
	margin: 0 auto 40px;
	padding: 40px 15px 25px;
}
.top-kodawari-icon {
	top: -25px;
	left: 10px;
	width: 50px;
	height: 50px;
}
.top-kodawari-icon span {
	text-align: center;
	font-size: 0.75rem;
}
.top-kodawari-icon span:after {
	font-size: 1rem;
}
.top-kodawari h4 {
	margin: 0 0 5px;
}
.top-kodawari h4 span {
	font-size: 1.25rem;
}
.top-kodawari h5 {
	margin: 0 0 10px;
	text-align: center;
}
.top-kodawari h5 span {
	font-size: 0.9378rem;
}
.top-kodawari p {
	font-size: 0.8125rem;
}
}

/*	事例	*/
.top-sample {
	padding: 100px 0 80px;
	background: url(../images/top/bg_sample.png) no-repeat center top;
	background-size: cover;
}
.top-sample li {
	padding: 0 70px;
	width: 50%;
	max-width: 540px;
}
.top-sample li img {
	display: block;
	margin: auto;
}
.top-sample li h4 {
	margin: 0 0 35px;
}
.top-sample li p {
	padding: 0 5px;
	font-size: 1.125rem;
	line-height: 2;
}
@media screen and (max-width: 1023px) {
.top-sample li {
	padding: 0 20px;
}
}
@media screen and (max-width: 767px) {
.top-sample {
	padding: 50px 0 10px;
}
.top-sample li {
	margin: 0 auto 30px;
	padding: 0 25px;
	width: 100%;
}
.top-sample li h4 {
	margin: 0 0 15px;
}
.top-sample li p {
	font-size: 0.8125rem;
}
}

/*	お客様の声	*/
.top-voice {
	padding: 100px 0 65px;
	background: #efefef;
}
.top-voice .ttl-cmn01 {
	margin: 0 0 75px;
}
.top-voice li {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 0 0 30px;
	padding: 0;
	background: #fff;
}
.top-voice figure {
	position: relative;
	width: 32.4%;
	max-width: 350px;
}
.top-voice figure:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 24px;
	border-color: transparent transparent transparent #ffffff;
}
.top-voice-box {
	position: relative;
	width: 67.6%;
	max-width: 1030px;
	font-size: 0.9375rem;
}
.top-voice-icon {
	width: 150px;
	background: #ccc;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.top-voice-txt {
	padding: 30px 35px;
}
.top-voice-ttl {
	margin: 0 0 25px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e6e6e6;
}
.top-voice-ttl h3 {
	margin: 0;
	line-height: 1;
}
.top-voice-ttl h3 small {
	margin: 0 40px 0 0;
	font-size: 1.25rem;
}
.top-voice-ttl h3 span {
	margin: 0;
	font-size: 1.5rem;
}
.top-voice-ttl p {
	margin: 0;
	font-size: 1.125rem;
	color: #209ac4;
}
.top-voice-txt dt {
	margin: 0 0 20px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #46c4db;
}
.top-voice-txt dd {
	margin: 0;
	font-size: 1rem;
}
.top-voice li:nth-of-type(1) .top-voice-icon {
	background: #46c4db;
}
.top-voice li:nth-of-type(1) .top-voice-txt dt {
	color: #46c4db;
}
.top-voice li:nth-of-type(2) .top-voice-icon {
	background: #f1b31d;
}
.top-voice li:nth-of-type(2) .top-voice-txt dt {
	color: #f1b31d;
}
.top-voice li:nth-of-type(3) .top-voice-icon {
	background: #6eb92b;
}
.top-voice li:nth-of-type(3) .top-voice-txt dt {
	color: #6eb92b;
}
@media screen and (max-width:767px) {
.top-voice {
	padding: 50px 0 35px;
}
.top-voice .ttl-cmn01 {
	margin: 0 0 25px;
}
.top-voice li {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 auto 30px;
	padding: 0;
	max-width: 350px;
}
.top-voice figure {
	position: relative;
	width: 100%;
}
.top-voice figure:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
}
.top-voice-box {
	width: 100%;
	max-width: 350px;
	font-size: 0.8125rem;
}
.top-voice-icon {
	width: 100px;
	font-size: 14px;
	line-height: 30px;
}
.top-voice-txt {
	padding: 20px 15px;
}
.top-voice-ttl {
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.top-voice-ttl h3 small {
	margin: 0 10px 0 0;
	font-size: 0.8125rem;
}
.top-voice-ttl h3 span {
	font-size: 1rem;
}
.top-voice-ttl p {
	margin: 0;
	font-size: 0.8125rem;
}
.top-voice-txt dt {
	margin: 0 0 10px;
	font-size: 1rem;
}
.top-voice-txt dd {
	font-size: 0.8125rem;
}
}

/*	ご挨拶	*/
.top-greeting {
	padding: 90px 0 50px;
	background: url(../images/top/img_greeting.jpg) no-repeat center bottom;
    background-attachment: fixed;
	min-height: 350px;
	color: #fff;
}
.top-greeting-txt {
	margin: 0 auto 20px 0;
	max-width: 880px;
}
.top-greeting h3 {
	margin: 0 0 25px;
	line-height: 1;
}
.top-greeting h3 span {
	display: block;
	margin: 0 0 25px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #209ac4;
}
.top-greeting h3 strong {
	display: block;
	margin: 0;
	font-size: 1.875rem;
	font-weight: 600;
}
.top-greeting-txt {
	line-height: 2;
}
.top-greeting-name {
	text-align: right;
	line-height: 1;
}
.top-greeting-name span {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 35px;
	color: #333;	
}
@media screen and (max-width:1080px) {
.top-greeting {
	background-size: cover;
}
}
@media screen and (max-width:767px) {
.top-greeting {
	padding: 55px 0 55px;
	background-size: auto;
    min-height: auto;
    background-attachment: inherit;
}
.top-greeting-txt {
	margin: 0 auto;
	max-width: 100%;
}
.top-greeting h3 {
	margin: 0 0 15px;
}
.top-greeting h3 span {
	margin: 0 0 15px;
	font-size: 1rem;
}
.top-greeting h3 strong {
	font-size: 1.125rem;
}
.top-greeting-txt {
	font-size: 0.8125rem;
	line-height: 2;
}
.top-greeting-name span {
	padding: 0 10px;
	font-size: 0.875rem;
	line-height: 30px;
}
}

/*	店舗情報	*/
.top-about {
	margin: 0;
	padding: 100px 0;
}
.top-about-tbl {
	width: 48.14%;
	max-width: 520px;
}
.top-about-tbl table {
	width: 100%;
	border-top: 1px solid #e4e8ea;
}
.top-about-tbl tr {
	border-right: 1px solid #e4e8ea;
	border-bottom: 1px solid #e4e8ea;
}
.top-about-tbl th {
	padding: 15px 10px;
	width: 160px;
	height: 70px;
	background: #6eb92b;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	color: #fff;
}
.top-about-tbl td {
	padding: 15px 25px;
	font-size: 0.9375rem;
	vertical-align: middle;
}
.top-about-map {
	width: 48.14%;
	max-width: 520px;
}
.top-about-map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1023px) {
.top-about-tbl {
	margin: 0 0 20px;
	width: 100%;
	max-width: 100%;
}
.top-about-map {
	width: 100%;
	max-width: 100%;
	height: 350px;
}
}
@media screen and (max-width:767px) {
.top-about {
	padding: 50px 0;
}

.top-about-tbl th {
	padding: 15px 5px;
	width: 110px;
	height: 70px;
	font-size: 0.8125rem;
}
.top-about-tbl td {
	padding: 15px 15px;
	font-size: 0.8125rem;
}
}

/*	お知らせ	*/
.top-info {
	padding: 0 0 60px;
}
.top-info .ttl-cmn01 {
	margin: 0 0 30px;
}
.top-info ul {
	margin: 0 0 20px;
}
.top-info li {
	position: relative;
	padding: 25px 25px 25px 230px;
	border-bottom: 1px solid #e4e4e4;
}
.top-info li .top-info-new {
	position: absolute;
	top: 20px;
	left: 0;
	width: 65px;
	background: #6eb92b;
	text-align: center;
	color: #fff;
	line-height: 30px;
}
.top-info li .top-info-date {
	position: absolute;
	left: 95px;
}
.top-info-more {
	text-align: right;
	font-size: 0.875rem;
}
@media screen and (max-width:767px) {
.top-info {
	padding: 0 0 30px;
}
.top-info li {
	position: relative;
	padding: 45px 0 10px;
	font-size: 0.8125rem;
}
.top-info li .top-info-new {
	top: 15px;
	width: 55px;
	line-height: 25px;
}
.top-info li .top-info-date {
	top: 18px;
	left: 70px;
}
.top-info-more {
	text-align: right;
	font-size: 0.8125rem;
}
}

/*	お問い合わせ	*/
.top-contact {
	padding: 90px 0 80px;
	background: #efefef;
}
.top-contact .contents-inr > p {
	margin: 0 0 20px;
}
.top-contact .contents-inr > p small {
	font-size: 0.875rem;
}
.top-contact .contents-inr > p small span {
	color: #ff0f0f;
}
.top-contact-form {
	margin: 0;
	padding: 10px 30px 55px;
	background: #fff;
	overflow: hidden;
}
.icon-req:after {
	content: "※";
	color: #ff0f0f;
}
.top-contact-form dt span.required {
	display: none;
}
.top-contact-form dt span.optional {
	display: none;
}
.top-contact-form dl {
	margin: 0 auto 20px;
	text-align: left;
}
.top-contact-form dt {
	position: relative;
	margin: 0;
	padding: 28px 0 0 80px;
	width: 320px;
}
.top-contact-form dd {
	position: relative;
	margin: 0;
	padding: 20px 50px 20px 0;
	width: calc(100% - 320px);
}
.top-contact-form dd:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	max-width: 1020px;
	height: 1px;
	border-bottom: 1px dashed #bcaea9;
}
.top-contact-form dd:first-of-type:after {
	display: none;
}
.top-contact-form dd span.caution {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 0.875rem;
}
.top-contact-form dd input[type=text],
.top-contact-form dd input[type=tel],
.top-contact-form dd input[type=email],
.top-contact-form dd textarea {
	width: 100%;
	min-height: 40px;
	border: 1px solid #d0d0d0;
	font-size: 1rem;
}
.top-contact-form dd input.add_num {
	width: 30%;
}
.thanks-inr {
	padding: 35px 15px 0;
	text-align: center;
	font-size: 0.875rem;
}
.thanks-inr h3 {
	margin: 0 0 20px;
	font-size: 1.25rem;
}
.thanks-inr p {
	margin: 0 0 30px;
}
@media screen and (max-width: 1080px) {
.top-contact-form {
	padding: 10px 0 55px;
}
}
@media screen and (max-width: 1023px) {
.top-contact-form dt {
	padding: 28px 0 0 40px;
}
}
@media screen and (max-width:767px) {
.top-contact {
	padding: 45px 0 40px;
}
.top-contact .cmn-ttl-box {
	margin: 0 0 30px;
}
.top-contact .contents-inr > p {
	margin: 0 0 20px;
	font-size: 0.8125rem;
}
.top-contact .contents-inr > p small {
	font-size: 0.75rem;
}
.top-contact-form dt {
	padding: 15px 20px 0;
	width: 100%;
	font-size: 0.8125rem;
}
.top-contact-form dd {
	padding: 15px 20px;
	width: 100%;
	font-size: 0.8125rem;
}
.top-contact-form dd:after {
	top: auto;
	bottom: 0;
}
.top-contact-form dd:first-of-type:after {
	display: block;
}
.top-contact-form dd:last-of-type:after {
	display: none;
}
.top-contact-form dd span.caution {
	font-size: 0.8125rem;
}
.top-contact-form dd input[type=text],
.top-contact-form dd input[type=tel],
.top-contact-form dd input[type=email],
.top-contact-form dd textarea {
	min-height: 30px;
	font-size: 0.8125rem;
}
.top-contact-form dd input.add_num {
	width: 30%;
}
.thanks-inr {
	text-align: center;
	font-size: 0.8125rem;
}
.thanks-inr h3 {
	margin: 0 0 20px;
	font-size: 1rem;
}
.thanks-inr p {
	margin: 0 0 30px;
}
}

/*	共通問い合わせ	*/
.cmn-contact {
	padding: 40px 0;
	background: #6eb92b;
}
.cmn-contact h3 {
	position: relative;
	padding: 0 0 40px;
	text-align: center;
}
.cmn-contact h3:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -5px;
	right: 15px;
	margin: 0 10px 0 0;
	width: 188px;
	height: 157px;
	background: url(../images/common/img_ttl_contact.png) no-repeat center center;	
}
.cmn-contact h3 span {
	display: inline-block;
	padding: 10px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
}
.cmn-contact-box {
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}
.cmn-contact-tel {
	width: 50%;
	max-width: 540px;
}
.cmn-contact-form {
	width: 50%;
	max-width: 540px;
}
.cmn-contact-form p {
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.125rem;
}
.cmn-contact-form {
	position: relative;
}
.cmn-contact-form:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: -12px;
	left: 15px;
	margin: 0 10px 0 0;
	width: 93px;
	height: 93px;
	background: url(../images/common/icon_ttl_contact.png) no-repeat center center;	
}
.cmn-contact-form a {
	display: block;
	position: relative;
	padding: 0 110px;
	width: 100%;
	background: #fff;
	border-bottom: 3px solid #58991f;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #222;
	line-height: 90px;
}
.cmn-contact-form a:before {
	display: inline-block;
	content: "";
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
	width: 31px;
	height: 22px;
	background: url(../images/common/icon_contact_mail.png) no-repeat center center;	
}
.cmn-contact-form a:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 10px 0 0;
	width: 11px;
	height: 18px;
	background: url(../images/common/icon_arw01.png) no-repeat center center;	
}
@media screen and (max-width:1080px) {
.cmn-contact h3:after {
	right: 0;
}
.cmn-contact-form a {
	padding: 0 50px 0 110px;
	font-size: 20px;
}
}
@media screen and (max-width:1023px) {
.cmn-contact h3:after {
	display: none;
}
.cmn-contact-tel {
	margin:  0 auto 30px;
	width: 100%;
	max-width: 540px;
	text-align: center;
}
.cmn-contact-form {
	margin:  0 auto;
	width: 100%;
	max-width: 540px;
}
}
@media screen and (max-width:767px) {
.cmn-contact {
	padding: 20px 0;
}
.cmn-contact h3 {
	padding: 0 0 20px;
}
.cmn-contact h3 span {
	padding: 5px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 1.125rem;
}
.cmn-contact-tel {
	margin: 0 auto 20px;
	max-width: 250px;
}
.cmn-contact-form:after {
	top: -3px;
	left: 5px;
	margin: 0 10px 0 0;
	width: 43px;
	height: 43px;
	background-size: contain;
}
.cmn-contact-form a {
	display: block;
	position: relative;
	padding: 0 50px;
	width: 100%;
	font-size: 14px;
	line-height: 50px;
}
.cmn-contact-form a:before {
	top: 0px;
	margin: 0 5px 0 0;
	width: 16px;
	height: 11px;
	background-size: contain;
}
.cmn-contact-form a:after {
	right: 10px;
	width: 6px;
	height: 9px;
	background-size: contain;	
}
}