@charset "UTF-8";
/* CSS Document */

/* ============================
	Reset
 ============================ */

* { margin:0;padding:0;}

html {

font-size:100%;
font-style: normal;
font-weight: normal;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
-webkit-text-size-adjust: 100%;
}

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height:1.0em;
vertical-align: baseline;
background: transparent;
font-style: normal;
font-weight: normal;
}

span {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height:1.0em;
vertical-align: baseline;
background: transparent;
}

body {
font-family: '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
font-style: normal;
font-weight: normal;
background-color:#fff;
font-size:14px;
line-height:1.0em;
text-align:left;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
-webkit-text-size-adjust: 100%;
font-feature-settings : "palt" 1;
-webkit-print-color-adjust: exact;
}

.container {
position: relative;
box-sizing: border-box;
width:100%;
margin-left:auto;
margin-right:auto;
}

a {
	color: #000;
	text-decoration:none;
}

a:link {
/*	color: #006fff;*/
	text-decoration:none;
}

li { 
list-style:none; 
 line-height: 1.75em;
}

.cfx:before, .cfx:after {
  content:"";
  display: table;
}
.cfx:after { clear:both; }
.cfx { *zoom:1; }

.cf:before, .cf:after {
  content:"";
  display: table;
}
.cf:after { clear:both; }
.cf { *zoom:1; }


/* unnuber list is clear fix */
ul:before, ul:after {
content:"";
display: table;
}
ul:after { clear:both; }
ul { *zoom:1; }

/* data list is clear fix */
dl:before, dl:after {
content:"";
display: table;
}
dl:after { clear:both; }
dl { *zoom:1; }




/*	---------------------------
   		display control
	--------------------------- */

.spDisplayNone,
.tbDisplayNone,
.pcDisplayNone,
.smartContainer {}
.spDisplayOn,
.tbDisplayOn,
.pcDisplayOn {display: none;}



/* for SP */
@media screen and (max-width: 767px) {
		.spDisplayNone {display:none;}
		.spDisplayOn {display: inline}
		.smartContainer {margin: 0 25px;}
		article {margin-top: 69px;}
}

/* for TB  */
@media screen and (max-width: 1000px) and (min-width: 768px){
		.tbDisplayNone {display:none;}
		.tbDisplayOn {display: inline}
		.smartContainer {margin: 0 25px;}
}

/* for PC */
@media screen and (min-width: 1001px) {
		.container {
		margin: 0 auto;
		width:1001px;
		position: relative;
		}
		.smartContainer {margin: 0 125px;}
		.pcDisplayNone {display:none;}
		.pcDisplayOn {display: inline}
		article {margin-top: 70px;}
		a:hover {
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
		}
		a img:hover {
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
		}

}






/* ============================
	sectionHeader
 ============================ */


.sectionHeader {
position: fixed;
left: 50%;
top: 0;
z-index: 999999;
transform: translateX(-50%);
width: 100%;
height: auto;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 0px 30px;
}

.sectionHeader .toggle-btn {
position: relative;
height: 50px;
width: 50px;
display: block;
/*background-color: #000;*/
background-color: transparent;
top: 7px;
right: 5px;
}

.sectionHeader .toggle-btn span {
width: 32px;
height: 3px;
background-color: #2f4f35;
border-radius: 0px;
overflow: hidden;
display: block;
position: absolute;
top: 24px;
left: 25px;
transform-origin: center;
transform: translate(-50%, 0px);
transition: 0.5s;
}

.sectionHeader .toggle-btn span:nth-child(1) {
transform: translate(-50%, -10px);
}

.sectionHeader .toggle-btn span:nth-child(3) {
transform: translate(-50%, 10px);
}

.sectionHeader .toggle-btn.active span:nth-child(2) {
width: 0;
}

.sectionHeader .toggle-btn.active span:nth-child(1) {
transform: translate(-50%, 0) rotate(45deg);
}

.sectionHeader .toggle-btn.active span:nth-child(3) {
transform: translate(-50%, 0) rotate(-45deg);
}


.section-nav {
height: 100%;
position: fixed;
z-index: 999998;
background-color: rgba(255,255,255,0.9);
top: 69px;
right: 0;
justify-content: center;
flex-direction: column;
width: 0;
overflow: hidden;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}

.section-nav .nav-wrapper {
display: block;
width: 100%;
padding: 30px 0 0 100px;
}

.section-nav .nav-wrapper ul {
width: 100%;
}

.section-nav .nav-wrapper ul li {
opacity: 0;
font-size: 20px;
position: relative;
}

.section-nav .nav-wrapper ul a {
display: block;
font-size: 18px;
font-weight: bold;
color: #000;
padding: 0;
line-height: 2.6em;
}

.section-nav .nav-wrapper ul a span {
display: block;
font-size: 14px;
}


.section-nav.active {
width: 100%;
}

/* for PC */
@media screen and (min-width: 1001px) {
	.section-nav.active {
	width: 400px;
	}

	.section-nav .nav-wrapper ul a {
	font-size: 22px;
	}
}

.section-nav.active ul li {opacity: 1;}


.section-nav.active ul li.current a {
/*border-bottom: 1px solid #ffff00;*/
}








/* ============================
	header
 ============================ */

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 69px;
background-color: #fff;
z-index: 10;
}

header .logo {
position: absolute;
top: 18px;
left: 20px;
}

header .logo img {
width: 256px;
height: auto;
vertical-align: bottom;
}

header .logo a {
display: block;
color: #fff;
}



/* for PC */
@media screen and (min-width: 1001px) {

		header {
		position: fixed;
		top: 0;
		left: 0;
		padding-bottom: 20px;
		}

		header .logo {
		position: absolute;
		top: 17px;
		left: 20px;
		}

		header .logo img {
		width: 450px;
		}

}



/* ============================
	floatNav
 ============================ */

/* for SP */
@media screen and (max-width: 1000px) {

	.floatNav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	}

	.floatNav ul {
	}

	.floatNav li {
	float: left;
	width: 50%;

	}

	.floatNav li a {
	display: block;
	background-color: #ed5a24;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #fff;
	}

	.floatNav li:nth-child(2) a {
	background-color: #90bb15;
	}

        .floatNav li:nth-child(2) a span {
	background-image: url("../images/bg_float_nav002.svg");
        }


	.floatNav li a span {
	display: inline-block;
	background-image: url("../images/bg_float_nav001.svg");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right center;
	padding-right: 20px;
	padding-left: 20px;
	}

}



/* for PC */
@media screen and (min-width: 1001px) {

	.floatNav {
	position: fixed;
	top: calc(50% - 245px);
	right: 0;
	z-index: 10;
	width: 60px;
	}
	
	.floatNav ul {
	display: block;
	}

	.floatNav li {
	}

	.floatNav li a {
	
	display: block;
	background-color: #ed5a24;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	padding: 70px 0;
	}

	.floatNav li:nth-child(2) a {
	background-color: #90bb15;
	}

       .floatNav li:nth-child(2) a span {
	background-image: url("../images/bg_float_nav002.svg");
        }

	.floatNav li a span {
	display: inline-block;
	background-image: url("../images/bg_float_nav001.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center bottom;
	padding: 0 22px 22px 22px;
	}


/*





	.floatNav li {
	float: none;
	width: 65px;
	}

	.floatNav li a {
	font-size: 18px;
	line-height: 1em;
	padding: 70px 0;
	}

	.floatNav li:nth-child(2) a {
	background-color: #f38f1e;
	}

	.floatNav li a span {
	background-size: 12px auto;
	background-position: center bottom;
	padding: 0 22px 22px 22px;
	}

*/
}



/* ============================
	mainVisualSection
 ============================ */

.mainVisualSection {
margin-bottom: 50px;
}

.mainVisualSection .tops {
}

.mainVisualSection h1 {
}

.mainVisualSection h1 img {
width: 100%;
height: auto;
}


.mainVisualSection .amazon {
margin: 0 20px;
position: relative;
top: -60px;
}
.mainVisualSection .amazon img {
}



.mainVisualSection .wrap {
background-color: #90bb15;
padding:0 0 20px 0;
margin-bottom: 20px;
margin-top: -4px;
padding-top:20px;
}

.mainVisualSection h2 {
font-size: 13px;
font-weight: bold;
color: #fff;
line-height: 1em;
margin-bottom: 15px;
text-align: center;

}

.mainVisualSection h3 {
font-size: 28px;
font-weight: bold;
color: #fff;
line-height: 1.25em;
margin-bottom: 10px;
text-align: center;
}

.mainVisualSection .note {
font-size: 10px;
color: #fff;
line-height: 1em;
text-align: center;
}

.mainVisualSection h4 {
font-size: 20px;
font-weight: bold;
line-height: 1em;
margin-bottom: 15px;
}

.mainVisualSection .data {
font-size: 12px;
line-height: 1.6em;
margin-bottom: 20px;
}
.mainVisualSection .data span {
font-size: 10px;
}


.mainVisualSection .gMap {
float: left;
width: calc(100% - 140px);
}

.mainVisualSection .gMap iframe {
width: 100%;
height: 160px;
}

.mainVisualSection .cut001 {
float: right;
width: 120px;
text-align: center;
}

.mainVisualSection .cut001 img {
width: 115px;
}



/* for PC */
@media screen and (min-width: 1001px) {

	.mainVisualSection {
	margin-bottom: 80px;
	}

	.mainVisualSection .wrap {
	background-color: transparent;
	padding:0;
	margin: 70px 0;
	}
	
	.mainVisualSection h1 {
	margin-bottom: 0px;
	}
	
	.mainVisualSection .inner {
	padding: 40px 0;
	width: 750px;
	margin: 0 auto;
	background-color: #90bb15;
	}

	.mainVisualSection h2 {
	font-size: 26px;
	padding-top: 0px;
	margin-bottom: 25px;
	}

	.mainVisualSection h3 {
	font-size: 54px;
	margin-bottom: 20px;
	}

	.mainVisualSection .note {
	font-size: 16px;
	}

	.mainVisualSection .smartContainer {
	position: relative;
	}

	.mainVisualSection h4 {
	font-size: 20px;
	margin-bottom: 20px;
	}

	.mainVisualSection .data {
	font-size: 16px;
	line-height: 1.75em;
	margin-bottom: 40px;
	}
	.mainVisualSection .data span {
	font-size: 12px;
	}

	.mainVisualSection .gMap {
	width: 460px;
	}

	.mainVisualSection .gMap iframe {
	width: 460px;
	height: 340px;
	}

	.mainVisualSection .cut001 {
	width: calc(100% - 525px);
	}

	.mainVisualSection .cut001 img {
	width: 220px;
	}

	.mainVisualSection .amazon {
	margin: 0;
	top: -90px;
	text-align: center;
	}
	.mainVisualSection .amazon img {
	width: 658px;
	}


}




/* ============================
	amazonSection
 ============================ */

.amazonSection {
background-color: #fdf690;
padding: 30px 0;
}

.amazonSection h4 {
font-size: 18px;
font-weight: bold;
line-height: 1em;
margin-bottom: 20px;
margin-top: 20px;
}

.amazonSection p {
 margin-bottom: 10px;
 line-height: 1.5em;
 font-size: 13px;
 font-weight: bold;
}



/* for PC */
@media screen and (min-width: 1001px) {

	.amazonSection {
	padding: 60px 0;
	}

.amazonSection h4 {
	font-size: 20px;
	margin-bottom: 20px;
	}

.amazonSection p {
 	margin-bottom: 10px;
	}



}






/* ============================
	formSection
 ============================ */

.formSection {
margin-bottom: 100px;
margin-top: 000px;
}


.formSection .smartContainer {
margin: 0 15px;;}


.formSection.thanksSection {
margin-top: 1px;
}

.formSection h2 {
background-color: #2f4f35;
font-size: 24px;
font-weight: bold;
color: #fff;
margin-bottom: 30px;
line-height: 60px;
text-align: center;
}

.formSection .main dl {
border-bottom: 1px solid #2f4f35;
padding: 20px 0;
}

.formSection .main dl:first-child {
border-top: 1px solid #2f4f35;
}

.formSection .main dt {
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-bottom: 10px;
}

.formSection .main .required {
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 18px;
width: 3em;
text-align: center;
background-color: #f00;
border-radius: 5px;
margin-right: 10px;
}

.formSection .main dd,
.formSection .main dd p {
font-size: 14px;
margin: 5px 0;
}

.formSection .main  {
}

.formSection .privacy {
text-align: center;
font-size: 14px;
line-height: 1em;
margin: 30px 0;
}
.formSection .privacy span {
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: 1em;
border: 1px solid #ddd;
padding: 15px 30px 20px 30px;
border-radius: 10px;
}

.formSection .privacyOther {
font-size: 14px;
text-align: center;
line-height: 1em;
margin: 30px 0;
}
.formSection .privacyOther a {
border-bottom: 1px dotted #999;
}

.formSection .main dd .cautionNote {
margin-top: 15px;
font-size: 12px;
line-height: 1.5em;
color: #f00;
text-indent: -1em;
padding-left: 1em;
}



.formSection .submit {
text-align: center;
margin: 40px 0;
}

.formSection .thanksMeesage {
font-size: 16px;
line-height: 1.75em;
}


.formSection .amazon {
margin-bottom: 20px;
}

/* for PC */
@media screen and (min-width: 1001px) {

	.formSection {
	margin-bottom: 150px;
	margin-top: 000px;
	}
	
	.formSection.thanksSection {
	margin-top: 1px;
	}

	.formSection .container {
	width: 700px;
	}
	
	.formSection .smartContainer {
	margin: 0;
	}

	.formSection h2 {
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 80px;
	}

	.formSection .main dl {
	padding: 25px 0;
	}

	.formSection .main dt {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	float: left;
	width: 250px;
	position: relative;
	top: 20px;
	}

	.formSection .main dt .required {
	font-size: 14px;
	line-height: 22px;
	width: 3em;
	}

	.formSection .main dd {
	float: right;
	width: calc(100% - 250px);
	}
	
	.formSection .main dd,
	.formSection .main dd p {
	font-size: 18px;
	margin: 10px 0;
	}

	.formSection .main  {
	}

	.formSection .privacy {
	font-size: 18px;
	}
	.formSection .privacy span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	border: 1px solid #ddd;
	padding: 15px 40px 20px 40px;
	border-radius: 10px;
	}


	.formSection .privacyOther {
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	margin: 30px 0;
	}

	.formSection .submit {
	text-align: center;
	margin: 60px 0;
	}

	.formSection .thanksMeesage {
	font-size: 20px;
	line-height: 1.75em;
	}


	.formSection .cautionNote {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5em;
	color: #f00;
	}

	.formSection .amazon {
	margin-bottom: 40px;
	}


}



/* ============================
		form
 ============================ */


select {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
appearance: none;
font-size:14px;
padding: 10px;
border: 1px solid #ccc;
border-radius:5px;
line-height: 1em;
width: 100%;
box-sizing: border-box;
background-color: #eee;

}
select::-ms-expand {
display: none;
}


input[type="checkbox"],
input[type="radio"] {
/*display:none;*/
border:none;
border-radius: 0;
-moz-appearance: none;
-webkit-box-sizing: none;
-webkit-appearance: none;
appearance: none;
padding: 10px;
background-image: url(../images/checkbox001.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 13px auto;
cursor:pointer;
margin-right: 0em;
position: relative;
top: 4px;
}

input[type="checkbox"]:checked ,
input[type="radio"]:checked  {
background:url(../images/checkbox001a.svg) no-repeat left center;
background-size: 13px auto;
cursor:pointer;
opacity: 1 !important;
}


input[type="text"] {
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
font-size:14px;
padding: 10px;
border: 1px solid #ccc;
border-radius:5px;
line-height: 1em;
width: 100%;
box-sizing: border-box;
background-color: #eee;
}

input.date {
width: calc(100% - 10em);
margin-left: 0.5em;
margin-bottom: 10px;
}

input.member {
width: calc(50% - 4.5em);
margin-left: 0.5em;
margin-right: 1em;
}

textarea {
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
font-size:14px;
padding: 10px;
border: 1px solid #ccc;
line-height: 1.5em;
width: 100%;
height: 130px;
box-sizing: border-box;
background-color: #eee;
border-radius:5px;
}

button[type="submit"],
input[type="button"],
input[type="submit"] {
-moz-appearance: none;
-webkit-box-sizing: content-box;
-webkit-appearance: none;
appearance: none;
font-size:18px;
font-weight: bold;
color: #fff;
text-align: center;
border-radius:5px;
border: none;
width: 300px;
line-height: 60px;
box-sizing: border-box;
background-color: #e55c01;
}


input[type="checkbox"]:checked ,
input[type="radio"]:checked  {
background:url(../images/checkbox001a.svg) no-repeat left center;
background-size: 13px auto;
cursor:pointer;
opacity: 1 !important;
}

.submit ul {
display: block;
text-align: center;
}

.submit li {
display: inline;
}

.submit li button[type="submit"],
.submit li input[type="button"],
.submit li input[type="submit"] {
/*width: calc(50% - 30px);*/
margin: 0 auto;
margin-bottom: 20px;
}




/* for PC */
@media screen and (min-width: 1001px) {

	select {
	font-size:18px;
	}

	input[type="text"] {
	font-size:18px;
	}

	textarea {
	font-size:18px;
	height: 220px;
	}

	button[type="submit"],
	input[type="button"],
	input[type="submit"] {
	font-size: 24px;
	border-radius: 10px;
	width: 500px;
	line-height: 80px;
	}

}



/* ============================
	covidSection
 ============================ */

.covidSection {
margin-bottom: 70px;
}

.covidSection h2 {
font-size: 24px;
font-weight: bold;
color: #9bc614;
text-align: center;
margin-bottom: 25px;
}

.covidSection ul {
margin-bottom: 0px;
}

.covidSection li {
float: left;
width: 50%;
margin-bottom: 20px;
}
.covidSection li:nth-child(2n+1) {
clear: both;
}

.covidSection li figure {
text-align: center;
margin-bottom: 10px;
}

.covidSection li figure img {
width: 50%;
height: auto;
}

.covidSection li p {
font-size: 14px;
color: #9bc614;
line-height: 1.5em;
text-align: center;
}

.covidSection .lead {
font-size: 14px;
line-height: 1.3em;
text-align: center;
margin-bottom: 20px;
color: #2f4f35
}

.covidSection .note {
font-size: 14px;
line-height: 1.5em;
margin-bottom: 20px;
color: #2f4f35;
}

.covidSection .noteBottom {
font-size: 12px;
line-height: 1.4em;
color: #2f4f35;
}




/* for PC */
@media screen and (min-width: 1001px) {

	.covidSection {
	margin-bottom: 140px;
	}
	
	.covidSection .container {
	width: 700px;
	}
	
	.covidSection .smartContainer {
	margin: 0;
	}

	.covidSection h2 {
	font-size: 36px;
	margin-bottom: 40px;
	}

	.covidSection ul {
	margin-bottom: 60px;
	}

	.covidSection li {
	float: left;
	width: 25%;
	margin-bottom: 0px;
	}
	.covidSection li:nth-child(2n+1) {
	clear: none;
	}

	.covidSection li figure img {
	width: auto;
	height: auto;
	}

	.covidSection li p {
	font-size: 18px;
	}

	.covidSection .lead {
	font-size: 24px;
	margin-bottom: 40px;
	}

	.covidSection .note {
	font-size: 20px;
	margin-bottom: 30px;
	}

	.covidSection .noteBottom {
	font-size: 16px;
	}


}






/* ============================
	footer
 ============================ */

footer {
background-color: #2f4f35;
padding: 30px 0;
}

footer .footerLogo {
text-align: center;
margin-bottom: 15px;
}

footer .footerLogo img {
width: 148px;
}

footer .name {
font-size: 15px;
font-weight: bold;
color: #fff;
line-height: 1em;
text-align: center;
margin-bottom: 15px;
}

footer .address {
font-size: 12px;
line-height: 1.5em;
color: #fff;
text-align: center;
margin-bottom: 25px;
}

footer .copyright {
font-size: 10px;
line-height: 1em;
color: #fff;
text-align: center;
}


/* for PC */
@media screen and (min-width: 1001px) {

	footer {
	padding: 70px 0 35px 0;
	}

	footer .footerLogo {
	margin-bottom: 35px;
	}

	footer .footerLogo img {
	width: auto;
	}

	footer .name {
	font-size: 27px;
	margin-bottom: 25px;
	}

	footer .address {
	font-size: 20px;
	line-height: 1.75em;
	margin-bottom: 65px;
	}

	footer .copyright {
	font-size: 14px;
	}

}


/* ============================
	commonSection
 ============================ */

.commonSection {
background-image: url("../images/bg_top001.gif");
background-repeat: no-repeat;
background-position: left 120px top;
padding: 30px 0 60px 0;
}

.commonSection h2 {
margin-bottom: 15px;
}

.commonSection h2 img {
width: 260px;
height: auto;
}

.commonSection .lead {
font-size: 13px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 30px;
letter-spacing: 0.1em;
}

.commonSection .galleryList {
position: relative;
}

.commonSection .galleryList li {
margin-bottom: 30px
}

.commonSection .galleryList .photo {
margin-bottom: 15px;
}

.commonSection .galleryList .photo img {
width: 100%;
height: auto;
}

.commonSection .galleryList .body {
font-size: 12px;
line-height: 1.6em;
letter-spacing: 0.1em;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.commonSection {
	background-image: url("../images/bg_top002.gif");
	background-position: left calc(50% + 835px) top;
	padding: 50px 0 170px 0;
	}

	.commonSection h2 {
	margin-bottom: 30px;
	}

	.commonSection h2 img {
	width: 585px;
	}

	.commonSection .lead {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	}

	.commonSection .galleryList li {
	margin-bottom: 0;
	}

	.commonSection .galleryList .photo {
	margin-bottom: 15px;
	}

	.commonSection .galleryList .body {
	font-size: 14px;
	line-height: 1.75em;
	}

}


/* ============================
	livingDiningSection
 ============================ */


.livingDiningSection {
}


.livingDiningSection .zonephoto img {
        width: 100%;
        height: auto;
        }

/* for PC */
@media screen and (min-width: 1001px) {


	.livingDiningSection .galleryList {
	background-image: url(../images/bg_wash001.png);
    background-repeat: no-repeat;
    background-position: right 10% top 25%;
    height: 1300px;
    position: relative;
	}
	
	.livingDiningSection .galleryList li{
	position: absolute;
	}

       .livingDiningSection .zonephoto img {
        width: 100%;
        height: auto;
        }


	.livingDiningSection li {
	}

	.livingDiningSection li:nth-child(1) {
	position: relative;
    left: -125px;
    width: 490px;
	}

	.livingDiningSection li:nth-child(2) {
	top: 360px;
    right: -125px;
    width: 490px
	}

}



/* ============================
	kitchenSection
 ============================ */

.kitchenSection {
padding-bottom: 0;
}

.kitchenSection .wall {
padding-bottom: 50px;
background-image: url("../images/bg_living001.gif");
background-repeat: no-repeat;
background-position: left calc(50% - 510px) bottom 50px ;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.kitchenSection .wall {
	padding-bottom: 170px;
	background-image: url("../images/bg_living002.gif");
	background-repeat: no-repeat;
	background-position: right calc(50% + 960px) top 500px;
	}


	.kitchenSection .galleryList {
	position: relative;
	height: 1400px;
	}

	.kitchenSection li {
	position: absolute;
	z-index: 1;
	}
	
	.kitchenSection li:nth-child(1) {
	top: 0;
	left: 50px;
	width: 650px;
	}

	.kitchenSection li:nth-child(2) {
	top: 550px;
	left: 385px;
	width: 490px;
	}

	.kitchenSection li:nth-child(3) {
	top: 550px;
	left: -125px;
	width: 490px;
	}

}



/* ============================
	washRoomSection
 ============================ */

.washRoomSection {
}

/* for PC */
@media screen and (min-width: 1001px) {


	.washRoomSection .galleryList {
	background-image: url(../images/bg_wash001.png);
    background-repeat: no-repeat;
    background-position: right 10% top 25%;
    height: 1300px;
    position: relative;
	}
	
	.washRoomSection .galleryList li{
	position: absolute;
	}

	.washRoomSection li {
	}

	.washRoomSection li:nth-child(1) {
	position: relative;
    left: -125px;
    width: 490px;
	}

	.washRoomSection li:nth-child(2) {
	top: 360px;
    right: -125px;
    width: 490px
	}

}


/* ============================
	laundryRoomSection
 ============================ */

.laundryRoomSection .wall {
padding-bottom: 50px;
background-image: url("../images/bg_laundry001.gif");
background-repeat: no-repeat;
background-position: left calc(50% + 110px) top 105px ;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.laundryRoomSection .wall {
	background-image: url("../images/bg_laundry002.gif");
	background-repeat: no-repeat;
	background-position: left calc(50% + 540px) top 50px ;
	}

	.laundryRoomSection li:nth-child(1) {
	position: relative;
	left: 50px;
	width: 650px;
	}

}


/* ============================
	entranceSection
 ============================ */



/* for PC */
@media screen and (min-width: 1001px) {

	.entranceSection .galleryList {
	position: relative;
	height: 1300px;
	}

	.entranceSection .galleryList li {
	position: absolute;
	}

	.entranceSection .galleryList li:nth-child(1) {
	top: 0;
	left: -125px;
	width: 490px;
	}
	
	.entranceSection .galleryList li:nth-child(2) {
	top: 360px;
	right: -125px;
	width: 490px;
	}

	.entranceSection .galleryList li:nth-child(1) .body {
	position: absolute;
	top: 0;
	left: 510px;
	width: 490px;
	}

	.entranceSection .galleryList li:nth-child(2) .body {
	position: absolute;
	bottom: 0;
	left: -510px;
	width: 490px;
	}


}



/* ============================
	planSection
 ============================ */

.planSection {
background-color: #2f4f35;
padding: 30px 0 40px 0;
margin-bottom: 75px;
}

.planSection h2 {
margin-bottom: 20px;
}

.planSection h2 img {
width: 134px;
height: auto;
}

.planSection .photo {
margin-bottom: 25px;
}

.planSection .photo img {
width: 100%;
height: auto;
}

.planSection .body {
font-size: 13px;
font-weight: bold;
line-height: 1.4em;
color: #fff;
padding-bottom: 32px;
margin-bottom: 30px;
background-image: url("../images/bg_plan001.gif");
background-repeat: no-repeat;
background-position: center bottom;
}

.planSection .data {
font-size: 11px;
color: #fff;
line-height: 1.6em;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.planSection {
	padding: 60px 0 70px 0;
	margin-bottom: 155px;
	}

	.planSection h2 {
	margin-bottom: 50px;
	}

	.planSection h2 img {
	width: 300px;
	height: auto;
	}

	.planSection .photo {
	margin-bottom: 50px;
	}

	.planSection .body {
	font-size: 16px;
	line-height: 1.75em;
	padding-bottom: 45px;
	margin-bottom: 40px;
	background-image: url("../images/bg_plan002.gif");
	}

	.planSection .data {
	font-size: 14px;
	line-height: 1.5em;
	}

}


/* ============================
	designSection
 ============================ */

.designSection .galleryList {
margin: 0 25px;
}

.designSection .sketch{
margin: 0 25px;
}

.designSection .sketch .photo img{
width: 100%;
height: auto;
}

.designSection .sketch .body{
font-size: 12px;
line-height: 1.6em;
margin-bottom: 30px;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.designSection .galleryList {
	margin: 0;
	position: relative;
    height: 1100px;
	}

	.designSection .galleryList li {
	position: absolute;
	}
	
	.designSection .galleryList li:nth-child(1) {
	top: 0;
    left: 0;
    width: 490px;
	}

	.designSection .galleryList li:nth-child(2) {
	top: 360px;
    right: 0;
    width: 490px;
	}
	
	.designSection .galleryList li:nth-child(1) .body{
	position: absolute;
    top: 0;
    left: 510px;
    width: 490px;
	}
	
	.designSection .galleryList li:nth-child(2) .body{
	position: absolute;
    bottom: 10px;
    left: -510px;
    width: 490px;
	}
	
	.designSection .sketch{
	width: 750px;
    margin-left: 125px;
    margin-bottom: 50px;
	}
	
	.designSection .sketch .photo{
	/* margin-bottom: 15px; */
	}
	
	.designSection .sketch .photo img{
	width: 100%;
	height: auto;
	}

	.designSection .sketch .body{
	font-size: 14px;
    line-height: 1.75em;
	}

}



/* ============================
	qualitySection
 ============================ */

.qualitySection {
margin-bottom: 30px;
}

.qualitySection .topName {
text-align: center;
margin-bottom: 25px;
}

.qualitySection .topName img {
width: 136px;
height: auto;
}

.qualitySection h2 {
background-image: url("../images/bg_quality001.svg");
background-repeat: no-repeat;
background-position: center center;
text-align: center;
margin-bottom: 30px;
}

.qualitySection h2 span {
display: inline-block;
font-size: 18px;
line-height: 1.2em;
color: #90bb15;
font-weight: bold;
padding: 10px 0;
}

.qualitySection .lead {
font-size: 12px;
line-height: 1.6em;
margin-bottom: 30px;
}

.qualitySection .qualityList {
margin: 0 25px;
}

.qualitySection .qualityList li {
margin-bottom: 30px;
}

.qualitySection .qualityList h3 {
font-size: 15px;
font-weight: bold;
margin-bottom: 15px;
line-height: 1.2em;
}

.qualitySection .qualityList .photo {
margin-bottom: 15px;
}

.qualitySection .qualityList .photo img {
width: 100%;
height: auto;
}

.qualitySection .qualityList .body {
font-size: 12px;
line-height: 1.6em;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.qualitySection {
	margin-bottom: 50px;
	}

	.qualitySection .topName {
	margin-bottom: 85px;
	}

	.qualitySection .topName img {
	width: 273px;
	}

	.qualitySection h2 {
	background-image: url("../images/bg_quality002.svg");
	text-align: center;
	margin-bottom: 75px;
	}

	.qualitySection h2 span {
	font-size: 30px;
	line-height: 1.4em;
	padding: 15px 0;
	}

	.qualitySection .lead {
	font-size: 16px;
	line-height: 1.75em;
	margin: 0 50px 65px 50px;
	}

	.qualitySection .qualityList {
	margin: 0;
	}

	.qualitySection .qualityList li {
	margin-bottom: 50px;
	float: left;
	width: calc(33.333333% - 40px);
	margin-right: 60px;
	}
	.qualitySection .qualityList li:nth-child(3n) {
	margin-right: 0;
	}
	.qualitySection .qualityList li:nth-child(3n+1) {
	clear: both;
	}

	.qualitySection .qualityList h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2em;
	min-height: 2.4em;
	}

	.qualitySection .qualityList .photo {
	margin-bottom: 15px;
	}

	.qualitySection .qualityList .photo img {
	width: 100%;
	height: auto;
	}

	.qualitySection .qualityList .body {
	font-size: 12px;
	line-height: 1.6em;
	}


}



/* ============================
	footerSnsSection
 ============================ */

.footerSnsSection {
margin-bottom: 30px;
}

.footerSnsSection .snsList {
display: block;
text-align: center;
}

.footerSnsSection .snsList li {
display: inline-block;
margin-right: 30px;
}

.footerSnsSection .snsList li:last-child {
margin-right: 0;
}

.footerSnsSection .snsList a {
display: block;
}

.footerSnsSection .snsList img {
width: 50px;
height: auto;
}


/* for PC */
@media screen and (min-width: 1001px) {


	.footerSnsSection {
	margin-bottom: 60px;
	}

	.footerSnsSection .snsList li {
	margin-right: 100px;
	}


	.footerSnsSection .snsList img {
	width: 100px;
	}



}





/* ============================
		フェードイン用css
 ============================ */


/* 下からフェードイン（） 
.fadeUp {
opacity: 0;
transform : translate(0, 100px);
transition: all 2.5s;
}
*/


/* 上からフェードイン */
.fadeDown {
opacity: 0;
transform : translate(0, -100px);
transition: all 2.5s;
}

/*右からフェードイン*/
.fadeLeft {
opacity: 0;
transform : translate(-100px, 0);
transition: all 2.5s;
}

/*右からフェードイン*/
.fadeRight {
opacity: 0;
transform : translate(100px, 0);
transition: all 2.5s;
}

/* フェードインをリセット*/
.scrollin{
opacity: 1;
transform: translate(0, 0) scale(1,1);
}



/* ============================
	other
 ============================ */


/* for PC & TB */
@media screen and (min-width: 768px) {
}

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB  */
@media screen and (max-width: 1000px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1001px) {
}








.marker-border-1{
    background:linear-gradient(transparent 60%, #ffff66 0%);
}


.marker-border-2{
    background:linear-gradient(transparent 60%, #f6ad5b 0%);
}




.linebxlp {
border: #000000 solid 1px;
padding: 30px 20px;
font-size: 1.6rem;
margin-bottom: 170px;
margin-top: 70px;
margin-right: 15px;
margin-left: 15px;
}

.linebxlp li {
display: flex;
justify-content: flex-start;
margin-bottom: 5px;
font-size: 12px;
}


.linebxlp li em {
font-weight: bold;
margin-right: 10px;
flex-shrink: 0;
}

.linebxlp h4 {
margin-top: 30px;
font-size: 18px;
margin-bottom: 20px;
}


.linebxlp p {
margin-bottom: 10px;
line-height: 1.5em;
font-size: 13px;
font-weight: bold;
}



/* for PC */
@media screen and (min-width: 1001px) {
	
	.linebxlp {
    border: #000000 solid 1px;
    padding: 70px 125px;
    font-size: 1.6rem;
    margin-bottom: 170px;
    margin-top: 70px;
    margin-right: 0;
    margin-left: 0;
	}

	.linebxlp p {
    font-size: 16px;
    font-weight: bold;
	}
	
	.linebxlp li {
    font-size: 14px;
    line-height: 1.75em;
    letter-spacing: 0.05em;
	}
	
	
}



/* ============================
	StairwellSection
 ============================ */


.StairwellSection {
padding-bottom: 0;
}

.StairwellSection .wall {
padding-bottom: 50px;
background-image: url("../images/bg_living001.gif");
background-repeat: no-repeat;
background-position: left calc(50% - 510px) bottom 50px ;
}



/* for PC */
@media screen and (min-width: 1001px) {


	.StairwellSection .wall {
	padding-bottom: 170px;
	background-image: url("../images/bg_living002.gif");
	background-repeat: no-repeat;
	background-position: left calc(50% + 960px) top 190px ;
	}



	.StairwellSection .galleryList {
	position: relative;
	height: 1200px;
	}

	.StairwellSection li {
	position: absolute;
	z-index: 1;
	}

	.StairwellSection li:nth-child(1) {
	top: 0;
	right: -125px;
	width: 490px;
	}

	.StairwellSection li:nth-child(2) {
	top: 590px;
	left: 50px;
	width: 650px;
	}

	.StairwellSection li:nth-child(3) {
	top: 0;
	left: -125px;
	width: 490px;
	}

}





/* ============================
	lightcoatSection
 ============================ */


.lightcoatSection {
}

/* for PC */
@media screen and (min-width: 1001px) {


	.lightcoatSection .galleryList {
	background-image: url(../images/bg_wash001.png);
    background-repeat: no-repeat;
    background-position: right 10% top 25%;
    height: 1300px;
    position: relative;
	}
	
	.lightcoatSection .galleryList li{
	position: absolute;
	}

	.lightcoatSection li {
	}

	.lightcoatSection li:nth-child(1) {
	position: relative;
    left: -125px;
    width: 490px;
	}

	.lightcoatSection li:nth-child(2) {
	top: 360px;
    right: -125px;
    width: 490px
	}

}




/* ============================
	othersSection
 ============================ */

.othersSection .galleryList {
margin: 0 25px;
}

.othersSection .sketch{
margin: 0 25px;
}

.othersSection .sketch .photo img{
width: 100%;
height: auto;
}

.othersSection .sketch .body{
font-size: 12px;
line-height: 1.6em;
margin-bottom: 30px;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.othersSection .galleryList {
	margin: 0;
	position: relative;
    height: 1100px;
	}

	.othersSection .galleryList li {
	position: absolute;
	}
	
	.othersSection .galleryList li:nth-child(1) {
	top: 100;
    left: 0;
    width: 490px;
	}

	.othersSection .galleryList li:nth-child(2) {
	top: 200px;
    right: 0;
    width: 490px;
	}
	
	.othersSection .galleryList li:nth-child(1) .body{
	position: absolute;
    top: 0;
    left: 510px;
    width: 490px;
	}
	
	.othersSection .galleryList li:nth-child(2) .body{
	position: absolute;
    bottom: 10px;
    left: -510px;
    width: 490px;
	}
	
	.othersSection .sketch{
	width: 750px;
    margin-left: 125px;
    margin-bottom: 50px;
	}
	
	.othersSection .sketch .photo{
	/* margin-bottom: 15px; */
	}
	
	.othersSection .sketch .photo img{
	width: 100%;
	height: auto;
	}

	.othersSection .sketch .body{
	font-size: 14px;
    line-height: 1.75em;
	}

}



/* ============================
	LivingSection
 ============================ */

.LivingSection .galleryList {
margin: 0 25px;
}

.LivingSection .sketch{
margin: 0 25px;
}

.LivingSection .sketch .photo img{
width: 100%;
height: auto;
}

.LivingSection .sketch .body{
font-size: 12px;
line-height: 1.6em;
margin-bottom: 30px;
}

.LivingSection .wall {
padding-bottom: 50px;
background-image: url("../images/bg_living001.gif");
background-repeat: no-repeat;
background-position: left calc(50% - 510px) bottom 50px ;
}



/* for PC */
@media screen and (min-width: 1001px) {

        .LivingSection .wall {
	padding-bottom: 170px;
	background-image: url("../images/bg_living002.gif");
	background-repeat: no-repeat;
	background-position: left calc(50% + 960px) top 490px ;
	}

	.LivingSection .galleryList {
	margin: 0;
	position: relative;
    height: 900px;
	}

	.LivingSection .galleryList li {
	position: absolute;
	}
	
	.LivingSection .galleryList li:nth-child(1) {
	top: 0;
    left: 0;
    width: 490px;
	}

	.LivingSection .galleryList li:nth-child(2) {
	top: 200px;
    right: 0;
    width: 490px;
	}
	
	.LivingSection .galleryList li:nth-child(1) .body{
	position: absolute;
    top: 0;
    left: 510px;
    width: 490px;
	}
	
	.LivingSection .galleryList li:nth-child(2) .body{
	position: absolute;
    bottom: 10px;
    left: -510px;
    width: 490px;
	}
	
	.LivingSection .sketch{
	width: 750px;
    margin-left: 125px;
    margin-bottom: 100px;
	}
	
	.LivingSection .sketch .photo{
	/* margin-bottom: 15px; */
	}
	
	.LivingSection .sketch .photo img{
	width: 100%;
	height: auto;
	}

	.LivingSection .sketch .body{
	font-size: 14px;
    line-height: 1.75em;
	}

}





/* ============================
	ZoneSection
 ============================ */

.ZoneSection {
padding-bottom: 0;
}

.ZoneSection .wall {
padding-bottom: 50px;
background-image: url("../images/bg_living001.gif");
background-repeat: no-repeat;
background-position: left calc(50% - 510px) bottom 50px ;
}


/* for PC */
@media screen and (min-width: 1001px) {

	.ZoneSection .wall {
	padding-bottom: 170px;
	background-image: url("../images/bg_living002.gif");
	background-repeat: no-repeat;
	background-position: right calc(50% + 960px) top 500px;
	}


	.ZoneSection .galleryList {
	position: relative;
	height: 1400px;
	}

	.ZoneSection li {
	position: absolute;
	z-index: 1;
	}
	
	.ZoneSection li:nth-child(1) {
	top: 0;
	left: 50px;
	width: 650px;
	}

	.ZoneSection li:nth-child(2) {
	top: 550px;
	left: 385px;
	width: 490px;
	}

	.ZoneSection li:nth-child(3) {
	top: 550px;
	left: -125px;
	width: 490px;
	}

}





/* = to_top_R
----------------------------------------------- */

.to-top_R{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #80b243;
  cursor: pointer;
}



/* = text_btn
----------------------------------------------- */
.text_btn_R {
	position: relative;
	color: #fff;
	background: #80b243;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.text_btn_R:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: solid transparent;
	border-bottom-color: #fff;
	transform: rotate(-45deg);
}
.text_btn_R:hover {
	background: #6a9636;
}
.text_btn_R a {
	display: block;
	color: #fff;
}


/* = text_btn
----------------------------------------------- */
.text_btn_R {
	width: 78%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 2.2rem;
}
.text_btn_R:after {
	right: 4px;
	bottom: 4px;
	border-width: 10px;
}
.main .text_btn_R a:hover {
	text-decoration: none;
}





