@charset "UTF-8";
/* CSS Document */
@import url("normalize.min.css") screen and (min-width:641px);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body,html {
	height:100%;
	scroll-behavior: smooth;
}
body {
	background:#fff;
	color: #595757;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif' , serif;
	font-weight: 300;
	overflow-x: hidden;
}


a {
	color:#1C1C1C;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#666;
	text-decoration:none;
}
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
	vertical-align:middle;
	max-width:100%;
	height:auto;
}
ul, li, dl, dt, dd, p {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
	letter-spacing:-0.4em;
	font-size:0;
}
li {
	letter-spacing:normal;
}
dl	{list-style-type: none;}
em,i {
	font-style:normal;
	vertical-align: middle;
}
h1, h2 {
	margin:0;
	padding:0;
	font-weight: 300;
}
h1 a , h2 a {
	text-decoration: none;
}
section p {
	padding-bottom: .7em;
}


/* FORM*/
/*
input[type="text"] {
	display:block;
}
*/
input, button, select, textarea {
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif' , serif;	
	color: #1C1C1C;
	line-height: 1;
}
textarea,
select,
input[type="text"],
input[type="email"] {
	box-sizing:border-box;
    border: 1px solid #B3B3B3;
	padding: 0.5em;
	line-height:1.4em;
	width: 100%;
}
textarea,
select {
	background-color: #fff;
	
}
input[type="radio"] {
	line-height:2.4em;
}

button {
	cursor:pointer;
	box-sizing:border-box;
	line-height: 1;
}

.textRed {
	color: #FF0000 !important;
}
note {
	display: block;
	font-size: 0.8em;
	color: #999999;
}

.textSmall {
	font-size: 0.9em;
}
.textBig {
	font-size: 1.2em;
}
.textLarge {
	font-size: 1.4em;
}
.textGrande {
	font-size: 1.8em;
}
li.textBig {
	font-size: 20px;
}
li.textLarge {
	font-size: 22px;
}
li.textGrande {
	font-size: 28px;
}


figure {
	margin: 0;
	padding: 0;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;	
}
.textR {
	text-align:right !important;
}
.textL {
	text-align:left !important;
}
.textC {
	text-align:center !important;
}

/* BOX */
.boxstyle {
	padding: 1.2em;
	box-sizing: border-box;
	background: #fff;
}
.boxBorder {
	border: 1px solid #000;
}
.bgGray {
	background: #e5e5e5;
}

/* LIST COMMON */
ul.liststyle {
	margin-left:1.4rem;
	padding-bottom:20px;
	margin-bottom: 10px;
	margin-top: 0;
}
ol {
	margin:0;
	padding-bottom: 15px;
    padding-left: 2em;
}
dd ul.liststyle,
li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.liststyle li,
ol li {
	margin-bottom:5px;
}

ul.liststyle > li:before {
	content: "•";
	display:inline-block;
	margin-left:-1.4em;
	width:1.4em;
	text-align:center;
}
ul.liststyle.listNotice > li:before {
	content: "※";
	display:inline-block;
	margin-left:-1.4em;
	width:1.4em;
}
ul.liststyle.listNotice2 > li:before {
	content: "＊";
	display:inline-block;
	margin-left:-1.4em;
	width:1.4em;
}

.dlList dd {
	margin-bottom: 15px;
}
.dlList.withline {
}
.dlList.withline dt {
	margin: 0;
	padding: 30px;
}
.dlList.withline dd {
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 30px;
}
/* COMMON */


/* TITLE COMMON */

.btnArea {
	text-align: center;
	padding: 30px 0;
}
.btnStyle {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
input[type="submit"],
button,
.btn1 {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background-color: #F9F9F9;
	cursor: pointer;
	text-decoration: none;
	border:1px solid #1c1c1c;
	font-size: 13px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.btn1:hover {
	background-color: #EFF0F4;
}
input[type="submit"]:hover,
button:hover {
	background-color: rgba(230,230,230,1.00) !important;
}
button {
	line-height: 1;
}

@keyframes fadein {
   0% {
       opacity: 0;
	   visibility: hidden;
   }
   100% {
       opacity: 1;
	   visibility: visible;
   }
}
@keyframes fadeout {
   
   0% {
       opacity: 1;
	   visibility: visible;
   }
	100% {
       opacity: 0;
	   visibility: hidden;
   }
}

.is-hide {
	display: none;
}

.contents {
	padding-bottom: 10px;
}
/* INSTAGRAM AREA COMMON */
.insta-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 2vw;
	list-style: none;
	padding: 0;
	margin: 0;
}
.insta-container li {
	width: calc((90vw - 2vw) / 2);
aspect-ratio: 1 / 1;
}
.insta-container li a {
	display: block;
	width: 100%;
	height: 100%;
}
.insta-container li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.compName {
	width: 150px;
	margin-bottom: 15px;
}
/* FOOTER COMMON */
footer {
	padding: 0 0 25px 0;
}
footer .main {
	display: flex;
	justify-content: space-between;
}
footer p.footerPp,
footer p.footerCr {
	font-size: 12px;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
	display: none;
	width: 60px;
	height: 60px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	position:  relative;
	background-color: rgba(87,110,96,0.50);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 8px;
	
}
#pagetop a:hover {
	background-color: rgba(193,188,178,1.00);
}

footer a {
	text-decoration: none;
}

.main {
	width: 90vw;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
}
.main .main {
	width: 100%;
}


/* TOP COMMON */

.topimg {
	position: relative;
}



.topslider {
	position: relative;
}
.topslider {
  opacity: 0;
  transition: opacity 4s linear;
}
.topslider.slick-initialized {
  opacity: 1;
}


.topimgMark {
	position: absolute;
	z-index: 40;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 30%;
}

#leadArea .textArea {
	padding-bottom: 30px;
}
p.leadText {
	text-align: left;
	padding: 60px 0 50px 0;
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 16px;
		font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif' , serif;	

}

h2 + p.leadText {
	padding: 10px 0 0 0;
}

section section {
	padding: 80px 0 0 0;
}
.sectBox {
	padding-top: 80px;
}
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1.5s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.photoList p,
h2 {
		font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif' , serif;	

}

h2.tith2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	letter-spacing: 3px;
	font-weight: 300;
	line-height: 1.2;
}
#photoArea {
	padding-top: 40px;
}
#topInsta {
	padding: 80px 0 120px 0;
}

#topInsta h2 {
	margin-bottom: 20px;
	display: flex;
	align-items: center;	
}
p + .photoList {
	margin-top: 30px;
}
#topInsta h2 img {
	width: 40px;
}
#topInsta h2 span {
	display: block;
	margin-left: 10px;
	padding: 5px ;
	border-radius: 0 15px 0 15px;
	border: 1px solid #595757;
	font-size: 16px;
	position: relative;
	letter-spacing: 2px;
}
#topInsta h2 span::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0px;
	width: 2px;
	height: 15px;
	background-color: #f8f6f3;
}
#topInsta h2 span::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0px;
	width: 2px;
	height: 15px;
	background-color: #f8f6f3;
}
#topAccess {
	padding: 30px 0;
}
.mailadd {
	height: 1em;
}
.accesslogo img {
	width: 135px;
}
/* PRIVACY COMMON */
.privacyBox section {
	margin: 40px 0;
	padding: 0;
}
h1 {
	font-weight: 300;
	font-size: 1.2em;
}
	.flexBox {
		display: flex;
	}
	.accessArea .flexBox {
		justify-content: flex-start;
		align-items: center;
	}

	.flexBox figure {
		margin-right: 4vw;
	}
/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	
	html {
		font-size: 62.5%;
		padding:0;
		margin:0;
		scroll-padding-top: 45px;
	}
	body {
		font-size: 1.5rem;
		line-height:1.6;
		padding:0 ;
		margin:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-text-size-adjust: 100%; 
		word-wrap:break-word;
		overflow-wrap:break-word;
		color: #2C2929;
	}
	.sptabOnly, .spOnly {display:block !important;}
	.pcOnly, .tabpcOnly, .tabOnly {display: none;}
	
	.textSmall {
		font-size: 1.3rem;
	}
	p {
		font-size:1.5rem;
		line-height:1.8;
	}
	p, li, dt, dd, td, th {
		font-size:1.5rem;
		line-height:1.6;
	}

	li, dt, dd, td, th {
		font-size:1.5rem;
		line-height:1.6;
	}

	input, button, select, textarea {
		font-size:1.5rem;
	}
	input[type="submit"]:nth-child(n+2){
		margin-top: 20px;
	}
	note {
		font-size: 10px;
	}
	
	dl.dlList dd {
		margin-bottom:15px;
	}
	dl.dlList.withline dt {
		padding: 15px 0 0 10px;
	}
	dl.dlList.withline dd {
		padding: 5px 0 15px 10px;
	}

	.btnStyle,
	input[type="submit"],
	button {
		width: 68%;
	}
	
	
	/* FOOTER SP */
	#pagetop {
		bottom: 30px;
	}
	
	
	/* TOP SP */
	
	p.leadText,
	h2.tith2 {
		letter-spacing: 1px;
	}
	
	h2 + p.leadText {
		padding: 10px 0 10px 0;
		font-size: 15px;
	}

	

	.accesslogo img {
	width: 30vw;
}
	
}


/* SP and TABLET */
@media screen and (max-width: 1049.9px) {
	/* GOOGLE MAP */
	.gmapArea {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.gmapArea iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pcOnly {display: none !important;}
	/* HEADER SP and TABLET */
	
	header .sitenameArea {
		text-align: left;
		padding-left: 5vw;
		font-size: 1.0rem;
	}
	header .sitenameArea a {
		position: relative;
		z-index: 50;
		display: block;
	}
	
	
	.btn1,
	input[type="submit"],
	button {
		
		margin-right: auto;
		margin-left: auto;
	}
	
	
	
	
}
/* -------------------- */
/* ----- TABLET and PC ----- */

@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}

	body {
		padding:0;
		margin:0;
		text-align:center;
		font-size:16px;
		line-height:1.8;
		word-wrap:break-word;
		overflow-wrap:break-word;
	}

	.spOnly {display: none !important;}
	.tabpcOnly {display: block !important;}
	

	p,
	.textBox {
		font-size:15px;
		line-height:1.8;
	}
	ul {
		list-style:none;
		letter-spacing:-0.4em;
		word-spacing: -1em;
		font-size:0;
	}
	li {
		letter-spacing:normal;
		word-spacing:normal;
	}
	li, dt, dd, td, th {
		font-size:18px;
		line-height:1.8;
	}
	input, button, select, textarea {
		font-size:18px;
	}
	.mwform-tel-field input[type="text"] {
		width: 6em ;
	}
	input[type="submit"]:nth-child(n+2){
		margin-left: 15px;
	}
	.withIconBox img.icon {
		width: 102px;
		margin-right: 30px;
	}
	dl.dlList {
		margin: 0 auto 10px auto;
	}
	dl.dlList dt {
		float:left;
		clear:both;
		width:7.5em;
		text-align: left;
	}
	
	dl.dlList dd {
		padding-left:8.5em;
		margin-bottom:30px;
		text-align: left;
	}
	dl.dlList.dlLong dt {width:12em;}
	dl.dlList.dlLong dd {padding-left:12.5em;}

	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration:none;
	 }

	
	
	
	
	.btnStyle,
	button {
		min-width: 335px;
		max-width: 90vw;
	}

	.btnArea button {
		display: inline-block;
	}
	.btnArea button:nth-child(n+2) {
		margin-left: 20px;
	}
	
	
	
	/* TOP TABLET and PC */
	section section {
		padding: 120px 0 0 0;
	}
	.sectBox {
		padding-top: 100px;
	}
	
	#topInsta h2 img {
	width: 50px;
}
	#topInsta h2 span {
		margin-left: 20px;
		padding: 5px 15px;
		font-size: 22px;
		position: relative;
		letter-spacing: 4px;
	}
	h2 + p.leadText {
		padding: 15px 0 0 0;
	}
	
	.photoList {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.photoList > div {
		width: 50%;
	}
	.photoList p {
		padding-top: 10px;
	}
	
	.photoList.photoList3 > div {
		width:calc(100% / 3);
	}
	/* FOOTER TABLET and PC */
	
	
}

@media screen and (min-width:768px) and (max-width:1049px) {
/* TABLET ONLY */
	header .sitenameArea {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.second h2 {
		font-size: 20px;
	}
}
/* -------------------- */
/* ------- PC -------- */

@media screen and (min-width: 1050px) {
	body,html {
		height:100%;
		padding:0;
		margin:0;
		width:100%;
	}
	body {
		min-width:1050px;
	}
	
	p,
	.textBox {
		font-size: 20px;
	}
	.wrapper {
		/*background-image: url('/img/bg2.png');
		background-repeat: no-repeat;
		background-position: calc(50% + 783px) -30px;*/
	}
	
	.sptabOnly, .tabOnly {
		display: none !important;
	}
	
	.btn1 {
		width: 330px;
	}
	
	.main {
		width: 1050px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	 .boxstyle {
		padding: 40px;
	}
	
	/* FOOTER PC */
	body,
	.wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
	footer {
		margin-top: auto;
	}
	.footerInner {
		padding: 40px 0;
	}
	
	/* TOP PC */
	.topimg {
		width: 100%;
	}
	
	.topimgMark {
		width: auto;
		height: 35%;
	}
	
	.bgGray {
		padding: 60px 0;
	}

	
	.accessArea .mapArea {
		width: 420px;
	}

	p.leadText {
		font-size: 20px;
	}
	h2.tith2 {
		font-size: 26px;
	}
	.photoList + h2.tith2 {
		padding-top: 60px;
	}
	.photoList {
		margin-top: 60px;
	}
	p + .photoList {
		margin-top: 60px;
	}
	
	.flexBox figure {
		margin-right: 30px;
	}
	#topInsta {
	padding: 100px 0 140px 0;
}

	.insta-container {
		grid-gap: 15px;
	}
	.insta-container li {
	width: calc((100% - 30px) / 3);
}
	
	
	
	
	
	.second .gmapArea {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.second .gmapArea iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	
	/* CONTACT PC */
	.contactBox,
	.privacyBox {
		max-width: 710px;
		margin: 0 auto;
	}
	


}

@media screen and (min-width: 1250px) {
	
}
@media screen and (min-width: 1400px) {
	/* TOP PC */
	}
/* Modal Base */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

/* Modal Content */
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	z-index: 102;
}
.modal-content h2 {
	margin-bottom: 20px;
}
.modal-content h3 {
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7C7979;
}
.modal-content p {
	padding-bottom: 1em;
}
.modal-inner {
	position: relative;
	background: #f8f6f3;
	width: 100%;
	min-height: 100px;
	max-height: 500px;
	padding: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 767.9px) {
	.modal-content {
		width: 80vw;
		top: 47%;
	}
	.modal-inner {
		padding: 15px;
	}
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
	color: #fff;
  /*background-color: white;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}