@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto");

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
	height: 100%;
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

#yui3-css-stamp.cssreset {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

/*******************************************
*
*　基本設定
*　CSSのレイアウトルールはSMACSS
*
********************************************/

body {
	font-family: "Roboto", "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック",Meiryo, sans-serif;
	color: #000;
	background: #fff;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.4;
	height: 100%; /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

button {
	font-family: "Roboto", "メイリオ", "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",Meiryo, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*******************************************
*
*　リンクタグ
*
********************************************/

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

a:link,
a:visited {
	color: #000;
}

a:active,
a:focus {
	outline: none;
}

/*******************************************
*
*　画像の基本設定
*
********************************************/

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
}

/*pconly*/

/*******************************************
*
*　PC用、SP用切り替え
*
********************************************/

/* webkit specific styles */

input[type="color"]::-webkit-color-swatch {
	border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}

/* =======================================

    共通

======================================= */

.cf:after {
	content: "";
	display: table;
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-contents.is-full {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.inner.is-footer {
	padding-top: 30px;
}

.contactBtnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contactBtnArea p {
	width: 54px;
	height: 41px;
}

.contactBtnArea p:not(:first-child) {
	margin-left: 3px;
}

.contact-btn {
	border: 1px solid #9A1960;
	width: 110px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

.contact-btn a {
	color: #9A1960;
	display: block;
	padding: 23px 3px 7px 3px;
	background: url("../img/common/ico_mail.svg") center 7px no-repeat;
	background-size: 16px 10px;
}

.contact-btn-02 a {
	background-image: url("../img/common/ico_siryo.svg");
	background-size: 14px 14px;
}

.contact-btn-03 a {
	background-image: url("../img/common/ico_house.svg");
	background-size: 14px 14px;
}

.clear-btn {
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px;
	border: 2px solid #009D9E;
}

.clear-btn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

header.l-header.is-under {
	padding-top: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

header.l-header.is-under.is-on-shadow {
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

header.l-header.is-under .inner:after {
	content: "";
	display: table;
	clear: both;
}

header.l-header.is-under.is-open {
	height: 100%;
}

header.l-header.is-under.is-open .inner {
	height: 100%;
}

header.l-header.is-under.is-open .header-navi {
	height: 100%;
}

header.l-header.is-under .header-navi {
	position: relative;
}

header.l-header.is-under .header-navi-item {
	font-size: 12px;
}

header.l-header.is-under .header-navi-item.current {
	border-bottom: 2px solid #8DC21F;
}

header.l-header.is-under .header-navi-item:nth-child(3n+1).current {
	border-color: #8DC21F;
}

header.l-header.is-under .header-navi-item:nth-child(3n+1).current a {
	color: #8DC21F;
}

header.l-header.is-under .header-navi-item:nth-child(3n+2).current {
	border-color: #0DAC67;
}

header.l-header.is-under .header-navi-item:nth-child(3n+2).current a {
	color: #0DAC67;
}

header.l-header.is-under .header-navi-item:nth-child(3n+3).current {
	border-color: #009D9E;
}

header.l-header.is-under .header-navi-item:nth-child(3n+3).current a {
	color: #009D9E;
}

header.l-header.is-under .header-navi-sublist {
	display: none;
}

.page-title {
	border-bottom: 1px solid #000;
}

.page-title-accent {
	font-size: 40px;
	color: #8DC21F;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	vertical-align: bottom;
	position: relative;
	top: 6px;
}

.page-title-description {
	font-weight: bold;
	vertical-align: bottom;
}

.section-title {
	background: #80CECE;
	color: #fff;
	font-size: 26px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 45px;
}

.section-title.end {
	background-color: #999;
}

.l-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.post {
	font-size: 16px;
	padding: 35px 0 0 0;
	margin-bottom: 20px;
	border-top: 1px dashed #000;
}

.post:first-child {
	padding-top: 0;
	border-top: 0;
}

.post-header {
	margin-bottom: 22px;
}

.post-header .date {
	font-size: 12px;
	color: #8DC21F;
	margin-bottom: 5px;
}

.post .post-title {
	font-size: 20px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #DDEDBC));
	background: linear-gradient(transparent 0%, #DDEDBC 0%);
}

.post-contents {
	padding-bottom: 50px;
}

.post img {
	margin-top: 20px;
}

.l-sidemenu > div {
	margin-top: 60px;
}

.l-sidemenu > div:first-child {
	margin-top: 0;
}

.archive-area {
	text-align: center;
}

.archive-area .archive-title {
	font-size: 20px;
	color: #8DC21F;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

.archive-area .archive-list {
	border-bottom: 1px solid #000;
}

.archive-area .archive-list a {
	display: block;
	padding: 18px 0;
}

.archive-area .archive-item {
	border-top: 1px dashed #000;
}

.archive-area .archive-item:first-child {
	border-top: 0;
}

.archive-list-select select,
.category-list-select select {
	margin: 0 auto;
	border: 0;
	outline: none;
	border-bottom: 1px solid #000;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	font-size: 14px;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	height: 32px;
	opacity: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

.category-area .category-title {
	font-size: 20px;
	color: #8DC21F;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
	text-align: center;
}

.category-area .category-list {
	border-bottom: 1px solid #000;
}

.category-area .category-list a {
	display: block;
}

.category-area .category-list span {
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 1px solid #000;
	border-radius: 3px;
	position: relative;
	top: 3px;
	margin-right: 7px;
}

.category-area .category-item {
	border-top: 1px dashed #000;
	display: block;
	padding: 18px 0 18px 20px;
}

.category-area .category-item:first-child {
	border-top: 0;
}

.category-area .category-item.current span {
	background-color: #EC6D74;
	border-color: #EC6D74;
}

.category-area .category-item.current span:before {
	content: "";
	width: 8px;
	height: 2px;
	border-radius: 41px;
	position: absolute;
	top: 9px;
	bottom: 0;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(38deg);
}

.category-area .category-item.current span:after {
	content: "";
	width: 13px;
	height: 2px;
	border-radius: 41px;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 5px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.pagenation {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	clear: both;
	margin-bottom: 60px;
}

.pagenation-item {
	display: inline-block;
	font-size: 20px;
	margin: 0 4px;
}

.pagenation-item:first-child {
	margin-left: -4px;
}

.pagenation-item.prev {
	position: relative;
	padding-right: 20px;
}

.pagenation-item.prev a:before {
	content: "▲";
	display: block;
	position: absolute;
	-webkit-transform: rotate(-90deg) scale(0.7);
	transform: rotate(-90deg) scale(0.7);
	font-size: 8px;
	color: #fff;
	top: -13px;
	left: 5px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.pagenation-item.prev a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	top: -13px;
	bottom: 0;
	margin: auto;
	background-color: #C6E08F;
}

.pagenation-item.next {
	position: relative;
}

.pagenation-item.next a:before {
	content: "▲";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg) scale(0.7);
	transform: rotate(90deg) scale(0.7);
	font-size: 8px;
	color: #fff;
	top: -13px;
	left: 5px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.pagenation-item.next a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	top: -13px;
	bottom: 0;
	margin: auto;
	background-color: #C6E08F;
}

.pagenation-item.current a {
	color: #C6E08F;
}

.pagenation a {
	color: #4D4D4D;
}

.l-footer {
	position: relative;
	font-size: 12px;
	border-top: 2px solid #A5AEB4;
	margin-bottom: 30px;
}

.footer-wrap {
	margin-bottom: 20px;
}

.footer-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.footer-logo {
	text-align: center;
	padding-right: 15px;
}

.footer-logo .logo {
	margin: 0 auto;
	margin-bottom: 10px;
}

.footer-contact {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-contact:after {
	content: "";
	display: table;
	clear: both;
}

.footer-contact .contactBtnArea {
	width: 132px;
}

.footer-contact .txt {
	font-size: 11px;
	float: left;
}

.footer-contact .tel {
	font-size: 32px;
	letter-spacing: 1px;
	float: left;
	line-height: 1;
	margin-left: 25px;
}

.footer-contact-inner {
	margin-bottom: 10px;
}

.footer-navi {
	line-height: 2;
	margin-bottom: 35px;
}

.footer-navi:after {
	content: "";
	display: table;
	clear: both;
}

.footer-navi-item {
	float: left;
	position: relative;
}

.footer-navi-item:first-child:before {
	content: none;
}

.snsIcoAreaList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

.snsIcoAreaList__item {
	width: 35px;
	margin-top: 13px;
	margin-left: 15px;
}

.snsIcoAreaList__item:first-child,
.snsIcoAreaList__item:nth-child(2) {
	margin-top: 0;
}

.snsIcoAreaList__item:first-child,
.snsIcoAreaList__item:nth-child(2n+1) {
	margin-left: 0;
}

#copyright {
	text-align: center;
	font-size: 11px;
}

#pagetop {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 30px;
	top: -34px;
	background-color: #8DC21F;
}

#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}

#pagetop a:before {
	content: "▲";
	display: block;
	position: absolute;
	width: 23px;
	height: 36px;
	font-size: 23px;
	color: #fff;
	top: 0;
	left: 0;
	bottom: 7px;
	right: 0;
	margin: auto;
	z-index: 10;
}

#pagetop span {
	color: #fff;
	font-size: 13px;
	display: block;
	position: absolute;
	width: 40px;
	left: 0;
	right: 0;
	bottom: 2px;
	margin: auto;
	text-align: center;
}

.hamburger {
	position: absolute;
	top: 0;
	right: 2%;
	width: 50px;
	padding-top: 45px;
	font-size: 9px;
	text-align: center;
	color: #717071;
	letter-spacing: 2px;
	text-indent: 2px;
}

.hamburger span {
	position: absolute;
	display: block;
	width: 70%;
	height: 3px;
	background: #717071;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.hamburger span:nth-child(1) {
	top: 15px;
}

.hamburger span:nth-child(2) {
	top: 27px;
}

.hamburger span:nth-child(3) {
	top: 38px;
}

.l-header.is-open .hamburger span:nth-child(1) {
	top: 26px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-header.is-open .hamburger span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.l-header.is-open .hamburger span:nth-child(3) {
	opacity: 0;
}

/*******************************************
*
*　各ページ　メインビジュアル
*
********************************************/

.mainvisual {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*******************************************
*
*　各ページ　ページメインコピー
*
********************************************/

.l-introarea {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.introarea .title {
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #fff;
}

.introarea-catchcopy {
	line-height: 1.5;
	text-align: center;
	position: relative;
}

.introarea-catchcopy:before {
	content: "";
	width: 70px;
	height: 2px;
	position: absolute;
	background-color: #009D9E;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.introarea-catchpoint {
	color: #8DC21F;
	text-align: center;
	line-height: 1.6;
}

.introarea-text {
	line-height: 2;
}

.introarea.border .title {
	position: relative;
}

.introarea.border .title:before {
	content: "";
	width: 300px;
	height: 3px;
	background: #00b77a;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.intronavi {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
}

.intronavi-left,
.intronavi-right {
	line-height: 1.6;
}

.intronavi-left a,
.intronavi-right a {
	display: block;
}

.intronavi-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.intronavi-left a:before {
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.intronavi-right {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

.intronavi-right a:before {
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.intronavi a {
	color: #fff;
}

.intronavi a:before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 24px;
	background: url("../img/common/ico_cursor_02.svg") center center no-repeat;
	background-repeat: no-repeat;
}

.mainvisual-contact-btn-list {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 300;
}

.topreturnbtn {
	text-align: center;
	margin: 100px auto 0 auto !important;
	border: 2px solid #8B1960;
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px;
	cursor: pointer;
}

.topreturnbtn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.mw_wp_form_input .contactflow-item:first-child {
	background-color: #8B1960;
	color: #fff;
}

.mw_wp_form_confirm .contactflow-item:nth-child(2) {
	background-color: #8B1960;
	color: #fff;
}

.l-contents.complete {
	line-height: 1.8;
}

.l-contents.complete .title {
	margin-bottom: 80px;
}

.overlay .post-title {
	font-size: 20px;
}

.stepbtnlist:after {
	content: "";
	display: table;
	clear: both;
}

.stepbtnlist-btn {
	text-align: center;
	padding: 15px;
	border: 3px solid #8DC21F;
	border-radius: 4px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
}

.stepbtnlist-btn > a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.stepbtnlist-btn .btntitle {
	color: #8DC21F;
	margin-bottom: 10px;
}

.stepbtnlist-btn .clickarea {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.stepbtnlist-btn .btnbtn { /* clear-btn */
	border: 2px solid #009D9E;
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px; /* ここまで */
	margin-left: auto;
	margin-right: auto;
	background: #8DC21F;
	border: 0;
	border-radius: 0;
}

.stepbtnlist-btn .btnbtn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.stepbtnlist-btn .btnbtn a {
	color: #fff;
	padding: 5px 0;
	position: relative;
}

.stepbtnlist-btn .btnbtn a:before {
	content: "＞";
	position: absolute;
	right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.stepbtnlist-btn .btnbtn {
	text-align: center;
}

.stepbtnlist-btn .btnbtn a {
	padding-right: 50px;
}

.stepbtnlist-btn .btnbtn a:before {
	right: 5px;
}

.stepbtnlistbtn-01 {
	background-image: url("../img/step/photo_step_02.png");
}

.stepbtnlistbtn-02 {
	background-image: url("../img/step/photo_step_03.png");
}

.stepbtnlistbtn-03 {
	background-image: url("../img/step/photo_step_11.png");
}

.stepbtnlistbtn-03 .btntitle {
	margin-bottom: 20px;
}

.stepbtnlistbtn-03 .btnbtn {
	text-align: left;
}

.stepbtnlistbtn-03 .btnbtn a {
	padding-right: 40px !important;
}

.stepbtnlistbtn-03 .btnbtn a:before {
	bottom: 5px;
}

.reservationArea .txt {
	text-align: center;
	margin-bottom: 10px;
}

.reservationArea .btn {
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px;
	border: 2px solid #009D9E;
	background: #0DAC67;
	border-color: #0DAC67;
	text-align: center;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
}

.reservationArea .btn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.reservationArea .btn a {
	padding: 15px 0;
	color: #fff;
}

.reservationArea .kengakuBtn {
	background-color: #EC6D74;
	border-color: #EC6D74;
	font-weight: bold;
}

.reservationArea .kengakuBtn span {
	font-size: 80%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

}

@media print, screen and (min-width: 769px) {

body {
	padding-top: 71px;
}

a:hover {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}

a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

a:hover img {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.l-contents {
	width: 960px;
	margin: 0 auto;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.inner.is-large {
	width: 1000px;
}

.inner.is-large-long {
	width: 1200px;
}

.inner.is-after-page {
	width: 760px;
}

.inner.is-contact {
	width: 805px;
	margin: 0 auto;
}

.inner.is-zeh {
	width: 800px;
	margin: 0 auto;
}

.contact-btn:hover {
	background-color: #9A1960;
}

.contact-btn:hover a {
	opacity: 1;
	color: #fff;
	background-image: url("../img/common/ico_mail_on.svg");
}

.contact-btn-02:hover a {
	background-image: url("../img/common/ico_siryo_on.svg");
}

.contact-btn-03:hover a {
	background-image: url("../img/common/ico_house_on.svg");
}

.clear-btn {
	width: 330px;
	font-size: 22px;
}

.clear-btn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor.svg") right 20px center no-repeat;
	background-size: 30px 10px;
}

.clear-btn a:hover {
	background-position: right 10px center;
}

.clear-btn:hover a {
	background-color: #009D9E;
	color: #fff;
	background-image: url("../img/common/ico_cursor_04.svg");
	opacity: 1;
}

header.l-header.is-under {
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 500;
}

header.l-header.is-under .header-logo {
	width: 200px;
	float: left;
	margin-left: 10px;
}

header.l-header.is-under .header-navi {
	float: left;
	width: 787px;
}

header.l-header.is-under .header-navi .contact-btn {
	float: right;
}

header.l-header.is-under .header-navi .contactBtnArea {
	position: relative;
	top: -5px;
}

header.l-header.is-under .header-navi .contactBtnArea .contact-btn:not(:last-child) {
	margin-left: 3px;
}

header.l-header.is-under .header-navi-list {
	display: block !important;
}

header.l-header.is-under .header-navi-list > ul {
	width: 600px;
	float: left;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin-left: 15px;
}

header.l-header.is-under .header-navi-item {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 8px;
	min-height: 56px;
}

header.l-header.is-under .header-navi-item:nth-child(3n+1) .header-navi-sublist {
	background: #8DC21F;
}

header.l-header.is-under .header-navi-item:nth-child(3n+1) .header-navi-sublist a {
	color: #fff;
}

header.l-header.is-under .header-navi-item:nth-child(3n+2) .header-navi-sublist {
	background: #0DAC67;
}

header.l-header.is-under .header-navi-item:nth-child(3n+2) .header-navi-sublist a {
	color: #fff;
}

header.l-header.is-under .header-navi-item:nth-child(3n+3) .header-navi-sublist {
	background: #009D9E;
}

header.l-header.is-under .header-navi-item:nth-child(3n+3) .header-navi-sublist a {
	color: #fff;
}

header.l-header.is-under .header-navi-sublist {
	opacity: 0;
	position: absolute;
	width: 610px;
	left: 0;
	top: 56px;
	font-size: 12px;
	text-align: left;
	padding: 10px 15px;
	height: 0;
}

header.l-header.is-under .header-navi-sublist.is-open {
	opacity: 1;
	height: auto;
	z-index: 11;
}

header.l-header.is-under .header-navi-sublist-item {
	font-size: 12px;
	display: inline-block;
	padding-top: 3px;
	margin-right: 20px;
}

header.l-header.is-under .header-navi-sublist-item a:before {
	content: "＞";
}

header.l-header.is-under .contact-btn {
	position: relative;
	top: 7px;
}

.page-title {
	padding-bottom: 20px;
	margin-bottom: 70px;
}

.page-title-description {
	font-size: 22px;
	letter-spacing: 3px;
	padding-left: 20px;
}

.l-wrapper {
	margin-bottom: 80px;
}

.l-post-wrapper {
	width: 700px;
	float: left;
}

.post .post-title {
	display: inline-block;
	letter-spacing: 3px;
	line-height: 1.4;
}

.post p {
	margin-top: 5px;
}

.l-sidemenu {
	width: 190px;
	float: right;
}

.archive-area .archive-title {
	border-bottom: 1px solid #000;
	vertical-align: bottom;
}

.category-area .category-title {
	border-bottom: 1px solid #000;
	vertical-align: bottom;
}

.footer-wrapper {
	background: url("../img/common/img_designhouse.png") right 20px no-repeat;
	background-size: 134px;
	width: 960px;
	margin: 0 auto;
}

.footer-logo {
	float: left;
	width: 285px;
}

.footer-logo .logo {
	width: 225px;
}

.footer-contact {
	float: left;
	width: 490px;
	padding-left: 30px;
	border-left: 1px solid #000;
}

.footer-contact-left {
	float: left;
}

.footer-contact-right {
	float: right;
	position: relative;
	top: 3px;
}

.footer-contact-right .contact-btn {
	width: 70px;
	height: 50px;
}

.footer-contact-right .contact-btn a {
	padding-top: 30px;
	background-size: 19px 20px;
}

.footer-navi {
	width: 960px;
	margin: 0 auto;
}

.footer-navi-item {
	margin-right: 40px;
}

.footer-navi-item:before {
	content: "＞";
	position: absolute;
	left: -13px;
	color: #9A1960;
}

.footer-navi-item:first-child {
	left: 20px;
}

.footer-navi-item:nth-child(5n+2) {
	width: 144px;
}

.footer-navi-item:nth-child(5n+4) {
	width: 60px;
}

.footer-navi-item:nth-child(5n+5) {
	width: 90px;
}

.footer-navi-item:nth-child(5n+3) {
	width: 160px;
}

.footer-navi-item:nth-child(5n+2) {
	margin-left: 103px;
}

.footer-navi-item:nth-child(2) {
	margin-left: 40px;
}

.footer-navi-item:nth-child(12),
.footer-navi-item:nth-child(13) {
	margin-top: 15px;
}

.mainvisual {
	height: 420px;
}

.l-introarea .inner.is-large-long {
	width: 840px;
}

.introarea .title {
	font-size: 25px;
	font-weight: bold;
	width: 490px;
	padding: 11px 0;
	margin-top: -62px;
	min-height: 60px;
	margin-bottom: 80px;
}

.introarea-catchcopy {
	font-size: 29px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.introarea-catchpoint {
	font-size: 22px;
	margin-bottom: 50px;
}

.introarea-text {
	padding-bottom: 80px;
	font-size: 18px;
}

.introarea .title-under {
	font-size: 27px;
	font-weight: bold;
	margin-top: -73px;
	padding: 15px 0;
	position: relative;
	z-index: 10;
}

.intronavi {
	top: 0;
	width: 100%;
	height: 73px;
	z-index: 0;
}

.intronavi-left,
.intronavi-right {
	width: 50%;
}

.intronavi-left a,
.intronavi-right a {
	width: 100%;
	padding: 11px 0 12px 0;
}

.intronavi-left a {
	padding-left: 110px;
}

.intronavi-left a:before {
	left: 80px;
}

.intronavi-left a:hover {
	color: #fff;
}

.intronavi-left a:hover:before {
	left: 75px;
}

.intronavi-right a {
	padding-right: 110px;
}

.intronavi-right a:before {
	right: 80px;
}

.intronavi-right a:hover {
	color: #fff;
}

.intronavi-right a:hover:before {
	right: 75px;
}

.topreturnbtn {
	width: 240px;
	font-size: 16px;
}

.topreturnbtn:not(:first-child) {
	margin-left: 15px;
}

.topreturnbtn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor_05_on.svg") right 10px center no-repeat;
	background-size: 30px 10px;
}

.topreturnbtn a:hover {
	background-position: right 5px center;
	background-image: url("../img/common/ico_cursor_05_off.svg");
	background-color: #8B1960;
	color: #fff;
	opacity: 1;
}

.stepbtnlist {
	width: 900px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 45px;
}

.stepbtnlist-btn {
	width: 435px;
	margin-bottom: 240px;
}

.stepbtnlist-btn .btntitle {
	font-size: 20px;
}

.stepbtnlist-btn:hover {
	background-color: #8DC21F;
}

.stepbtnlist-btn:hover .btnbtn {
	background-color: #fff;
}

.stepbtnlist-btn:hover .btntitle {
	color: #fff;
}

.stepbtnlist-btn:hover a {
	opacity: 1;
	color: #8dc21f !important;
}

.stepbtnlist-btn:hover a:before {
	color: #8DC21F;
}

.stepbtnlist-btn .btnbtn {
	width: 330px;
	font-size: 22px;
}

.stepbtnlist-btn .btnbtn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor.svg") right 20px center no-repeat;
	background-size: 30px 10px;
}

.stepbtnlist-btn .btnbtn a:hover {
	background-position: right 10px center;
}

.stepbtnlist-btn .btnbtn {
	width: 210px;
	font-size: 15px;
}

.stepbtnlist-btn .btnbtn a {
	padding-right: 60px;
	background: none;
}

.stepbtnlist-btn .btnbtn a:hover:before {
	right: 15px;
}

.stepbtnlist-btn {
	float: left;
	margin-bottom: 0 !important;
	padding-right: 30px;
	padding-left: 199px;
	background-size: contain;
}

.stepbtnlist-btn:not(:first-child) {
	margin-left: 30px;
}

.stepbtnlist-btn .btnbtn a:hover:before {
	right: 0;
}

.stepbtnlistbtn-02 {
	padding-left: 152px;
}

.stepbtnlistbtn-02 .btnbtn {
	margin: 0;
	width: 261px;
}

.reservationArea .btn {
	width: 330px;
	font-size: 22px;
}

.reservationArea .btn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor.svg") right 20px center no-repeat;
	background-size: 30px 10px;
}

.reservationArea .btn a:hover {
	background-position: right 10px center;
}

.reservationArea .btn:hover a {
	background-color: #009D9E;
	color: #fff;
	background-image: url("../img/common/ico_cursor_04.svg");
	opacity: 1;
}

.reservationArea .btn {
	width: 550px;
	font-size: 25px;
	margin-bottom: 17px;
}

.reservationArea .btn a {
	background-image: url("../img/common/ico_cursor_04.svg");
}

.reservationArea .btn a:hover {
	background-color: #fff;
	color: #0DAC67;
	background-image: url("../img/common/ico_cursor_04_on.svg");
}

.reservationArea .kengakuBtn {
	font-size: 20px;
}

.reservationArea .kengakuBtn:hover {
	background-color: #EC6D74;
}

.reservationArea .kengakuBtn a:hover {
	color: #EC6D74;
	background-image: url(../img/common/ico_cursor_09.svg);
}

}

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

html {
	overflow-x: hidden;
}

html.is-gnavi-open {
	overflow: hidden;
	height: 100%;
}

.is-gnavi-open body {
	overflow: hidden;
	height: 100%;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

* {
	-webkit-appearance: none;
}

#satori__popup_widget input[type="checkbox"] {
	-webkit-appearance: checkbox;
	border: 1px solid #ccc;
	position: relative;
	top: 2px;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.l-contents {
	padding: 40px 6% 50px 6%;
}

.inner {
	padding: 0 8%;
}

.inner.is-contact {
	padding: 0;
}

.inner.is-zeh {
	padding: 0;
}

.clear-btn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.clear-btn a {
	padding: 5px 10px 5px 10px;
	background: url("../img/common/ico_cursor.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

header.l-header.is-under {
	display: block !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	background: #fff;
}

header.l-header.is-under .inner {
	padding: 0;
}

header.l-header.is-under .header-logo {
	width: 200px;
	padding: 0 3% 15px 3%;
}

header.l-header.is-under .header-navi {
	background: #F1F1F1;
	overflow-y: scroll;
}

header.l-header.is-under .header-navi .spContactBtnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

header.l-header.is-under .header-navi .spContactBtnArea .contact-btn {
	font-size: 11px;
	width: 100px;
	height: auto;
}

header.l-header.is-under .header-navi .spContactBtnArea .contact-btn:not(:first-child) {
	margin-top: 0;
	margin-left: 10px;
}

header.l-header.is-under .header-navi .spContactBtnArea .contact-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: 25px 27px;
	background-position: center 15px;
	padding: 50px 10px 10px 10px;
}

header.l-header.is-under .header-navi .spContactBtnArea .contact-btn-02 a {
	background-size: 25px 27px;
	background-position: center 12px;
	padding-top: 50px;
	padding-bottom: 10px;
}

header.l-header.is-under .header-navi .spContactBtnArea .contact-btn-03 a {
	background-size: 29px 26px;
	background-position: center 10px;
	padding-top: 42px;
	padding-bottom: 5px;
}

header.l-header.is-under .header-navi-list {
	display: none;
	padding-top: 20px;
}

header.l-header.is-under .header-navi-list > ul {
	padding-bottom: 20px;
}

header.l-header.is-under .header-navi-item {
	border-bottom: 1px solid #000;
	font-size: 15px;
}

header.l-header.is-under .header-navi-item:nth-child(3n+3) .header-navi-sublist-item {
	margin-right: 10px;
}

header.l-header.is-under .header-navi-item a {
	display: block;
	padding: 13px 9%;
}

header.l-header.is-under .header-navi-sublist-item {
	border-top: 1px solid #000;
}

header.l-header.is-under .header-navi-sublist-item a:before {
	content: " - ";
}

header.l-header.is-under .header-navi-item-link {
	position: relative;
}

header.l-header.is-under .aco-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 20px;
}

header.l-header.is-under .aco-btn:before {
	content: "";
	width: 18px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

header.l-header.is-under .aco-btn:after {
	content: "";
	width: 18px;
	height: 1px;
	background: #000;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

header.l-header.is-under .aco-btn.is-open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-title {
	padding-bottom: 13px;
	margin-bottom: 30px;
}

.page-title-accent {
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}

.page-title-description {
	font-size: 15px;
	display: block;
}

.section-title {
	font-size: 20px;
}

.post .post-title {
	display: inline;
	line-height: 1.5;
	font-size: 18px;
}

.l-sidemenu {
	margin-bottom: 30px;
}

.archive-area {
	width: 200px;
	margin: 0 auto;
	position: relative;
}

.archive-area .archive-title {
	position: relative;
	background: #8DC21F;
	color: #fff;
	padding: 5px;
	border-radius: 2px;
	letter-spacing: 0;
	font-size: 16px;
}

.archive-area .archive-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 9px;
}

.archive-area .archive-list {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	font-size: 14px;
}

.archive-area .archive-list a {
	padding: 15px 0;
}

.category-area {
	width: 200px;
	margin: 0 auto;
	position: relative;
}

.category-area .category-title {
	position: relative;
	background: #8DC21F;
	color: #fff;
	padding: 5px;
	border-radius: 2px;
	letter-spacing: 0;
	font-size: 16px;
}

.category-area .category-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 9px;
}

.category-area .category-list {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	font-size: 14px;
}

.category-area .category-list a {
	padding: 15px 0;
}

.category-area .category-item {
	padding: 10px 0 10px 8px;
}

.category-area .category-item {
	padding: 0 0 0 8px;
}

.pagenation-item {
	font-size: 18px;
	margin: 0 2px;
}

.pagenation-item.prev a:after {
	width: 20px;
	height: 20px;
}

.pagenation-item.next a:after {
	width: 20px;
	height: 20px;
}

.footer-wrapper {
	padding-bottom: 60px;
}

.footer-wrap {
	padding-top: 60px;
}

.footer-logo .logo {
	width: 60%;
	padding-top: 10px;
}

.footer-address {
	width: 82vw;
	padding-top: 10px;
	font-size: 14px;
}

.footer-contact .contactBtnArea {
	width: 78.5%;
	font-size: 10px;
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-contact-left {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.footer-contact-right .contact-btn {
	width: 48.5%;
	height: auto;
	font-size: 16px;
}

.footer-contact-right .contact-btn a {
	background-size: 22px 27px;
	background-position: 10px center;
	padding: 13px 0 13px 20px;
}

.footer-navi-item {
	width: 50%;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.footer-navi-item:nth-child(2n) {
	border-right: 0;
}

.footer-navi-item:nth-child(12) {
	border-bottom: 1px solid #ccc;
}

.footer-navi-item:last-child {
	border-bottom: 1px solid #ccc;
}

.footer-navi-item a {
	display: block;
	padding: 10px 0;
	height: 44px;
}

.mainvisual {
	margin-top: 54px;
	height: 220px;
}

.l-introarea {
	width: 100%;
}

.introarea .title {
	font-size: 16px;
	width: 100%;
	margin-top: -20px;
	line-height: 40px;
	margin-bottom: 40px;
}

.introarea .withnav {
	margin-bottom: 80px;
}

.introarea-catchcopy {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.introarea-catchpoint {
	font-size: 16px;
	margin-bottom: 30px;
}

.introarea-text {
	padding-bottom: 40px;
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.introarea.border .title:before {
	width: 80%;
	bottom: -10px;
}

.intronavi {
	width: 118%;
	top: 50px;
	left: 0;
	height: 44px;
}

.intronavi-left,
.intronavi-right {
	font-size: 11px;
}

.intronavi-left a,
.intronavi-right a {
	width: 49.56vw;
	padding: 5px 0;
}

.intronavi-left a {
	padding-left: 25px;
}

.intronavi-left a:before {
	left: 5px;
}

.intronavi-right {
	right: 15.5%;
}

.intronavi-right a {
	padding-right: 25px;
}

.intronavi-right a:before {
	right: 5px;
}

.mainvisual-contact-btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainvisual-contact-btn-list .contact-btn-list-item {
	background: #717071;
	width: 100%;
	text-align: center;
}

.mainvisual-contact-btn-list .contact-btn-list-item.mail {
	background-color: #EC6D74;
}

.mainvisual-contact-btn-list .contact-btn-list-item.mail a {
	background-image: url("../img/common/ico_siryo_on.svg");
}

.mainvisual-contact-btn-list .contact-btn-list-item.mail02 {
	background-color: #CB4BA0;
}

.mainvisual-contact-btn-list .contact-btn-list-item.mail02 a {
	background-image: url("../img/common/ico_mail_02.svg");
}

.mainvisual-contact-btn-list .contact-btn-list-item.tel a {
	background-image: url("../img/common/ico_tel.svg");
}

.mainvisual-contact-btn-list .contact-btn-list-item:not(:first-child) {
	border-left: 1px solid #fff;
}

.mainvisual-contact-btn-list .contact-btn-list-item a {
	background: url("../img/common/ico_mail_02.svg") center 3px no-repeat;
	background-size: 18px 18px;
	display: block;
	padding: 25px 0 5px 0;
	color: #fff;
}

.topreturnbtn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.topreturnbtn:not(:first-child) {
	margin-top: 20px;
}

.topreturnbtn a {
	padding: 15px 10px 15px 10px;
	background: url("../img/common/ico_cursor_05_on.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

.l-contents.complete .title {
	margin-bottom: 30px;
}

.stepbtnlist {
	margin-top: 30px;
	width: 100%;
	padding-bottom: 0;
}

.stepbtnlist-btn {
	width: 100%;
	margin-bottom: 40px;
}

.stepbtnlist-btn .btntitle {
	font-size: 16px;
}

.stepbtnlist-btn .btnbtn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.stepbtnlist-btn .btnbtn a {
	padding: 5px 10px 5px 10px;
	background: url("../img/common/ico_cursor.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

.stepbtnlist-btn .btnbtn {
	display: table;
}

.stepbtnlist-btn .btnbtn a {
	padding-right: 40px;
	padding-left: 5px;
	white-space: nowrap;
	font-size: 13px;
	background: none;
}

.stepbtnlist-btn {
	margin-bottom: 25px;
	padding-right: 0;
	padding-left: 90px;
	padding-top: 0;
	padding-bottom: 0;
	background-size: auto 100%;
}

.stepbtnlist-btn:last-child {
	margin-bottom: 0;
}

.stepbtnlist-btn .btntitle {
	margin-bottom: 0;
	padding: 10px;
	background-color: #FFF;
}

.stepbtnlist-btn .btnbtn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.stepbtnlistbtn-03 .btnbtn {
	padding-left: 10px;
}

.reservationArea .txt {
	font-size: 12px;
}

.reservationArea .btn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.reservationArea .btn a {
	padding: 5px 10px 5px 10px;
	background: url("../img/common/ico_cursor.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

.reservationArea .btn {
	width: 100%;
	font-size: 13px;
	margin-bottom: 10px;
}

.reservationArea .btn a {
	background-image: url("../img/common/ico_cursor_04.svg");
}

}

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

.footer-contact-left {
	width: 100%;
}

}

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

header.l-header.is-under .header-logo {
	width: 140px;
}

header.l-header.is-under .header-navi .spContactBtnArea .contact-btn {
	width: 90px;
}

.footer-address {
	font-size: 12px;
}

.footer-contact .tel {
	font-size: 28px;
	margin-left: 10px;
}

.hamburger {
	padding-top: 33px;
}

.hamburger span:nth-child(1) {
	top: 9px;
}

.hamburger span:nth-child(2) {
	top: 18px;
}

.hamburger span:nth-child(3) {
	top: 27px;
}

.l-header.is-open .hamburger span:nth-child(1) {
	top: 17px;
}

.mainvisual-contact-btn-list {
	font-size: 12px;
}

}

