body{
	background:#FFF;
}

.font-monstserrat{
	font-family:'Montserrat', sans-serif;
}
.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.sp{ display: block; }
.pc{ display: none; }

img{
	max-width:100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* safari*/
::-webkit-full-page-media, :future, :root img{
	image-rendering:auto;
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

.font12{
	font-size: 12px;
}

/* FOOTER 下部に
-----------------------------------------*/
.wrapper {
	position: relative;
	min-height: 100%;
}

.wrapper .main{
	padding-bottom: 50px !important;
}

.wrapper footer {
	position: absolute;
	bottom:0;
	width:100%;
}


/* LOADING
-----------------------------------------*/
.loading{ background:#FFF; position:fixed; width:100%; height:100%; top:0;left:0; z-index:1950;}
#progress{position:fixed; width:100%; height:100%;
}


/* COMMON
-----------------------------------------*/
.w-middle .main{
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:4%;
	padding-bottom:0;
}

.main-area{
	position: relative;
	padding:5%;
	padding-bottom:0;
}

.main-area-under{
	position: relative;
	padding:5%;
}
.main-area:before,
.main-area-under:before{
	content:"";
	position: absolute;
	background:#c2c2c2;
	top: -0%;
	left: -4%;
	width: 80%;
	height:1px;
}

.main-area:after,
.main-area-under:after{
	content:"";
	position: absolute;
	background:#c2c2c2;
	top: -20px;
	left: 0px;
	height: 23%;
	width:1px;
}

/**/
.main-area-under .adjust:before{
	content:"";
	position: absolute;
	background:#c2c2c2;
	bottom:0%;
	right:-4%;
	width:80%;
	height:1px;
}

.main-area-under .adjust:after{	
	content:"";
	position: absolute;
	background:#c2c2c2;
	bottom:-20px;
	right:0%;
	height:23%;
	width:1px;
}

a.btn-contact{
	display: block;
	border:1px solid #929191;

	text-align: center;
		color:#333;
	padding:13px;
	width:100%;
	margin-top: 12%;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:50px;
	max-width:450px;
}

.arrow{
	position: relative;
}
.arrow:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 2px;
	background: #b9b9b9;
	transition: all 0.3s; -webkit-transition: all 0.3s; 
}

.arrow:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #b9b9b9;
	border-right: 2px solid #b9b9b9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s; -webkit-transition: all 0.3s; 

}

.txt-large{
	font-size:1.4rem;
	font-weight:bold;
}

.small{
	font-size:.8rem;
}

.col-red{
	color:#C00;
}

a.btn{
	display: block;
	border: 1px solid #929191;
	text-align: center;
	color: #333;
	padding: min(2% ,10px);
	width: 100%;
	margin-top: min(3% ,16px);
	color: #000;
}

.dis-inbl{
	display: inline-block;
}


/*
* LOWER-PAGE ----------------------------------------*/

.page-lower h1{
	font-size:1.4rem;
	margin-bottom:  30px;
	font-family:'Montserrat', sans-serif;
	text-align: center;
}

.page-lower h2{
	text-align: center;;
	max-width: 300px;
	width:70%;
	margin: 30px auto 20px auto;

}


/* menu
-----------------------------------------*/
#menu{
	position: absolute;
	top:0;
	left: 0;
	width: 150px;
	height: 150px;
	background-color: #E7F4EC;
}
#menu .btnMenu{
	position: fixed;
	width: 45px;
	height: 50px;
	top:0;
	left: 0;
	z-index: 2001;
	cursor: pointer;
}
#menu .btnMenu #btn{
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 1.2px;
	background-color: #495e66;
}
#menu .btnMenu #btn::before, #menu .btnMenu #btn::after{
	position: absolute;
	left: 0;
	width: 35px;
	height: 1.2px;
	background-color: #495e66;
	content: '';
	display: block;
	transition: all .3s ease-out;
}
#menu .btnMenu #btn::before{top: -5px;}
#menu .btnMenu #btn::after{bottom: -5px;}
#menu .btnMenu #btn.disp{height: 0;}
#menu .btnMenu #btn.disp::before{transform: translateY(9px) rotate(-45deg);}
#menu .btnMenu #btn.disp::after{transform:  translateY(0) rotate(45deg);}
#menu nav{
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	height: 100svh;
	width:0;
	z-index: 2000;
	background-color: rgba(195,241,212,0.9);
	opacity: 0;
	overflow: hidden;
	transition: all .2s ease-out;
}
#menu nav.disp{
	opacity: 1;
	width: 100%;
}
#menu nav ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#menu nav ul li{
	position: relative;
	margin: 0 auto;
	padding-bottom: 18px;
	text-align: center;
}
#menu nav ul li a{color: #495e66;}
#menu nav ul li a:hover{color: #8DCDA5;}
#menu nav ul li a span{display: block; font-size: 60%;transform: translateY(-0.2em); }


/* home
-----------------------------------------*/
#home .main{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
}

#home .main-box{
	position: initial;
	max-width:1030px;
	margin:auto;
}


#home h1{
	position: relative;
	width:70%;
	margin: 8% auto 40px auto;
}
#home .mainImg{
	position: relative;
	margin: 30px auto 40px auto;
	width: 100%;
	overflow: hidden;
}
#home .mainImg ul li{
	position: relative;
	margin: 0;
	width: 100%;
}

#home .photomessage{
	position: relative;
	background-color: #ffffff;
}
#home .photomessage2{
	position: relative;
	display: block;
	margin: 0 auto;
	width: calc(100% - 30px);
	padding: 4% 0 3% 0;
}

#home .photomessage:before{
	content:"";
	position: absolute;
	background:#c2c2c2;
	top: -0%;
	left: 0;
	width: 80%;
	height:1px;
}

#home .photomessage:after{
	content:"";
	position: absolute;
	background:#c2c2c2;
	top: -20px;
	left: 4%;
	height: 23%;
	width:1px;
}

#home .photomessage2:before{
	content:"";
	position: absolute;
	background:#c2c2c2;
	bottom:0%;
	right:-4%;
	width:80%;
	height:1px;
}

#home .photomessage2:after{	
	content:"";
	position: absolute;
	background:#c2c2c2;
	bottom:-20px;
	right:0;
	height:23%;
	width:1px;
}


#home .ph{
	width:100%;
	position: relative;
}

#home .message{
	width:100%;
	max-width: 800px;
}

#home .message p{
	height:0;
	text-indent: -99999px;
	background:url("../../images/top/message2025_01.jpg");
	background-size: 125% auto;
	background-repeat: no-repeat;
	background-position: 50% 6%;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	padding-top:50%;
}


/* INFO
-----------------------------------------*/
.info{
	text-align: center;
    padding: 50px 0 0 0;
	line-height: 1.7;
}

.info h2{
	font-size: 18px;
	margin-bottom: min(3% ,14px);
	display: flex;
	align-items: center;
	gap: 0 16px;
	width: 100%;
	margin: 0 auto min(3%,16px);
}

.info h2:before, .info h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #bebebe;
	}
  
  .info h2:before {
	left:0;
  }

  .info h2:after {
	right: 0;
  }

/* INFO テキストエリア
-----------------------------------------*/
.info-area{
	margin-bottom: min(16% , 60px);
}
.info-inner{
	display: flex;
	gap: 0px 15px; /* 余白 */
}

.info-img{
	width: 30%;
}

.info-img a{
	display: block;
	border: 1px solid #efefef;
}


.info-txt{
	width: 64%;
	text-align: left;
}

.info-txt{
	width: 64%;
	text-align: left;
}



/*
* CONTACT ----------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="text"],
input[type="email"],
textarea{
	font-size: 16px;

}

/*　ここから　*/
#contact .captcha img{ 
	width: auto;
}

#contact dt,
#contact dd{
	display: block;
	width:100%;
}

#contact dt{
	margin-bottom: 3px;
}

#contact dd{
	margin-bottom:7%;
	font-size: .8rem;
}

#contact dd.col2{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	color:#5d5d5d;

}
#contact dd.col2 div{
	margin-right:7px;
	font-size: .8rem;
}

#contact dd.col2 div:last-child{
	margin-right:0px;
}

#contact dt.must:after{
	content:"必須";
	display:inline-block;
	margin-left:6px;
	background: #C00;
	padding:3px 10px;
	color:#fff;
	font-size: .7rem;
	border-radius: 20px;
	line-height: 1;

}


#contact input[type="text"],
#contact input[type="email"]{
	padding:3px 5px;
	line-height: 1.2em;
	border:1px solid #ccc;
	vertical-align: middle;
	-webkit-appearance: none;
	width:100%;
	-webkit-border-radius:0;
	-webkit-appearance:none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	background:#FFF;
  }
  
#contact input[type="submit"],
#contact input[type="button"],
#contact input[type="reset"]{
	width:40%;
	margin:0 10px;
	background: #ccc;
	border:0;
	padding:15px 0;
	border-radius:5px;
	font-size:1.1rem;
}

#contact input[type="submit"]{
	background: #1a56b5;
	color:#FFF;
}

#contact textarea {
  border:1px solid #CCC;
  background:#FFF;
  padding:5px;
  width:100%;
  height:150px;
  text-align: left;
  -webkit-appearance: none; 
  -webkit-border-radius:0;
  -webkit-appearance:none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}

#contact .message .outline-border{
	border:1px dashed #c2c2c2;
	padding:5%;
	font-size: .9rem;
	line-height: 1.6rem;
	margin-bottom:30px;
}

#contact .message-bottom{
	max-width:900px;
	padding:5%;
	padding-bottom: 50px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;

}

#contact .message-bottom ul{
	margin:20px 0;

}

#contact .message-bottom ul li{
	padding-left: 1em;
    text-indent: -1em;
	font-size: .9rem;
	line-height: 1.6rem;
}

#contact #submitbtn{
	text-align: center;
	font-size: .9rem;
}


#contact .form-txt{
	line-height: 1.6rem;
	margin-bottom:30px;
}


#formsubmit {
    display: none;
    position: fixed;
    top: 5%;
    left:5%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.2em;
    z-index: 10;
    width:90%;
}

#formsubmit a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: 130%;
    color:#fff
}

#formsubmit a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 0;
    margin-left: -20px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.7);
}

#formsubmit a:link, #formsubmit a:visited, #formsubmit a:hover, #formsubmit a:active {
    color: #fff;
    text-decoration:none
}

#contact .wpcf7-not-valid-tip {
	color:#C00;font-size: .9rem;

}
#contact .wpcf7-response-output{
	border: 2px solid #C00;
	padding:3%;
	color:#C00;
	font-size: .9rem;
}

#contact .picture-check{
	margin-top: 50PX;
	text-align: center;
}

#contact .picture-check dt{
	background: #E4E4E1;
	
}
#contact .wpcf7-not-valid-tip{
	color:#C00;
	font-size: .9rem;
}

#contact .thanks-txt{
	text-align: center;
	font-size: 1.2rem;
	font-weight:bold;
}

#contact .wpcf7-character-count{
	font-size:.9rem;
}

#contact input::placeholder {
	color:#b9b9b9;
  }
#contact textarea::placeholder {
	color:#b9b9b9;
  }

/*　確認画面用 　*/
#contact input[readonly="readonly"],
#contact textarea:read-only {
	background-color: #efefef;
  }

/*
* FOOTER ----------------------------------------*/

footer{
	text-align: center;;
	background: #5d5d5d;
	color:#FFF;
	
}



footer .copy{
	font-size:.8rem;
	margin:15px 0;
	
}
