@charset 'utf-8';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
  margin: 0;

}
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
body {
  min-height: 100vh;
	line-height: 1.6;
/*	background-color: #f5f4f2;*/
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;

}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1;
}

ol, ul {
	list-style: none;
}

.wrapper {
max-width:850px;
margin: 0px auto 60px;
line-height: 1.6;
font-size: 62.5%;
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
}
p{margin: 0;padding: 0;}

a{color:#0099ff}
.form{
	margin: 0;
	color: #333;
	font-size:14px;
}

.description{margin:5px 5px 15px;}
.mb-15{margin-bottom:15px;}


h2.form-title {
	width: 100%;
	margin: 15px 0 15px;
	padding: 10px 0 8px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C055C7), color-stop(1.00, #DF66F5));
	background: -webkit-linear-gradient(#C055C7, #DF66F5);
	background: -moz-linear-gradient(#C055C7, #DF66F5);
	background: -o-linear-gradient(#C055C7, #DF66F5);
	background: -ms-linear-gradient(#C055C7, #DF66F5);
	background: linear-gradient(#C055C7, #DF66F5);
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

h3{	font-size: 16px;margin:5px;}

h4{	
padding:0px 0px;
height:120%;
font-size: 1.2em;
}

h4.title1{
color:#FFF;
padding:10px 15px;
line-height: 120%;
background:#E171ED;
}
h4.title2{
color:#FFF;
padding:10px 15px;
line-height: 120%;
background:#6276EF;
}
h5{	
padding:0px 0px;
height:120%;
font-size: 1em;
margin-top:10px;
}
h5.title2{
padding:15px 15px;
line-height: 120%;
background:#e5f2ff!important;
border-bottom:#B0B2B2 solid 1px;
font-weight: normal;
}

.required {
	color: #ff0000;
	padding:0;margin:0;
}

.exa {
	padding: 5px;
	color: #a9a9a9;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.big1{font-size: 1.2rem;}

.customSelectInner {
	width: 100% !important;
}


input[type="file"] {
-webkit-appearance: none;
}

.clip {
-webkit-appearance: none;
  line-height: 1.4;
}
.kakunin {
	/*width: 320px;*/
	display: table;
	margin: 0px auto 10px;
	display: flex;
	justify-content: center;
}
.kakunin li {
	margin: 5px 10px;
}
.btn_reset {
	width: 340px;
	padding: 8px 0px 10px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #989898));
	background: -webkit-linear-gradient(#989898, #989898);
	background: -moz-linear-gradient(#989898, #989898);
	background: -o-linear-gradient(#989898, #989898);
	background: -ms-linear-gradient(#989898, #989898);
	background: linear-gradient(#989898, #989898);
	color: #fff!important;
	font-size: 1.6rem!important;
	text-align: center;
}
.btn_reset:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.btn_submit {
	width: 340px;
	padding: 8px 12px 10px;
	border-radius: 10px;
    background-color: #4397FF!important;
	color: #fff!important;
	font-size: 1.6rem!important;
	font-weight:bold;
	text-align: center;
}

.btn_submit:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.6;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}


.form th {
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
}
.form td {
	text-align: left;
}
.msg {
	color: #ff0000;
}

table.table01 {
	width:100%;
	/*border-right:#B0B2B2 solid 1px;*/
	border-collapse: collapse;
	margin: 10px 0 40px;
}

table.table01 thead th {
	background:#8196E5;
	color:#333;
	padding:10px 15px;
	/*border-right:#B0B2B2 solid 1px;*/
	border-bottom:#B0B2B2 solid 1px;
}
table.table01 thead th:last-child {
	border-right:#B0B2B2 solid 1px;
}
table.table01 tbody th {
	background:#EEEFF2;
	color:#333;
	padding:10px 15px;
	border-bottom:#B0B2B2 solid 1px;
	vertical-align:top;
	width:28%;
}

table.table01 tbody tr:last-child th {
	border-bottom:#B0B2B2 solid 1px;
}
table.table01 tbody td {
	background:#fff;
	padding:10px 15px;
	/*border-left:#B0B2B2 solid 1px;*/
	border-bottom:#B0B2B2 solid 1px;
	vertical-align:top;
}
table.table01 tbody td br {
display: none;
}
table.table01 tbody td textarea, table.table01 tbody td .txt {
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #B0B2B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 95%;
	height: 35px;
	/*line-height: 35px;*/
/*	font-size: 1.5rem;*/
	margin:5px 5px 5px 0px;
}
table.table02 {
	width:100%;
	/*border-right:#B0B2B2 solid 1px;*/
	border-collapse: collapse;
	margin: 10px 0 40px;
}

table.table02 thead th {
	background:#8196E5;
	color:#333;
	padding:10px 15px;
	/*border-right:#B0B2B2 solid 1px;*/
	border-bottom:#B0B2B2 solid 1px;
}
table.table02 thead th:last-child {
	border-right:#B0B2B2 solid 1px;
}

table.table02 tbody tr:last-child th {
	border-bottom:#B0B2B2 solid 1px;
}
table.table02 tbody td {
	background:#fff;
	padding:10px 15px;
	/*border-left:#B0B2B2 solid 1px;*/
	/*border-bottom:#B0B2B2 solid 1px;*/
	vertical-align:top;
}
table.table02 tbody td br {
display: none;
}
table.table02 tbody td textarea, table.table02 tbody td .txt {
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #B0B2B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 95%;
	height: 35px;
	/*line-height: 35px;*/
	font-size: 1.5rem;
	margin:5px 5px 5px 0px;
}
.ctSelect {
	/*background: url(../img/arrow.png) right center no-repeat;*/
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #B0B2B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 60%;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem !important;
	margin:5px 5px 5px 0px;
}
.ctSelect-s {
	/*background: url(../img/arrow.png) right center no-repeat;*/
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #B0B2B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 10%;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem !important;
	margin:5px 5px 5px 0px;
}

.map-zb1{display:inline-block;}
.map-zb2{display:inline-block;float:left;-webkit-text-size-adjust: 80%;}

/*styleより*/
button,
input,
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"]{
	background-color: #ECECEC;
	border: none;
	border-radius: 10px;
	color: #333;
	font-size: 87.5%;
	line-height: 1;
	padding: 1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
input[type="button"]:hover{
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #666;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
textarea {
	max-width: 644px;
	width: 100%;
}
/*ここまで*/


/*現在地ボタン色付き影付き
input[type="button"].btn_2{	
	background-color: orangered;
	color: #fff;
	padding: 3px 15px 3px;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	font-weight: bold;
	font-size: 1.4rem!important;
	cursor: pointer;
	margin:5px 10px 5px 0px;
	height:35px;
-webkit-appearance: none;

}*/

input[type="button"].btn_11,
input[type="button"].btn_2{
	background-color:#ECECEC;
	color:#333;
	padding: 10px 8px!important;
	border: 1px solid #B0B2B2;
	border-radius: 2px;
	width: auto;
	height: auto;
	font-size: 1.4rem;
	margin:5px 10px 5px 0px;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 90%;
}

input[type="button"]:hover,
input[type="button"].btn_2:hover {
	background-color: #ff6600;
	color: #fff;
}
.ina {
	ime-mode: disabled;
}

/*改行対策*/
.check{
display: inline-block;
height:auto;
line-height: 180%
}
td label{
display: block;
  float: left;
}
/*改行対策ここまで*/

table.table01 tbody td textarea {
/*	width: 90% !important;*/
	height: 100%;
}
table.table01 tbody td .clip {
}

.clip img {
  display: block;
  max-width: 420px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .clip img {
    max-width: 280px;
  }
}

table.table01 tbody td .clip li{
  padding: 10px 0;
line-height:1.6;
border-top: 1px dashed #ddd;	
}

table.table01 tbody td .clip li:first-child{
border-top: none;	
}
table.table01 tbody td .clip ul.photo2-5{
border-top: 1px dashed #ddd;
}

/*スマホのみ表示*/
.sp {
display:none;
}
.pc {
display:block;
}

/*アコーディオンボックス全体*/
.accbox1 {
    margin: 10px 0 50px;
    padding: 0;
    /*max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox1 label {
    display: block;
    margin: 0px;
    padding : 13px 12px;
    color: #333;
	font-size: 1.8rem;
    font-weight: normal;
    background:#fff;
    cursor :pointer;
    transition: all 0.5s;
	border: 2px solid #ddd;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/*アイコンを表示*/
.accbox1 label:before {
font-family: "Font Awesome 5 Free";
content: '\f111';color:#ADADAD;
    padding-right: 8px;font-weight:100;
}

/*ラベルホバー時*/
.accbox1 label:hover {
    background :#EBEFFD;
}

/*チェックは隠す*/
.accbox1 .cssacc1 {
    display: none;
}
/*中身を非表示にしておく*/
.accbox1 .accshow1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc1:checked + label + .accshow1 {
    height: auto;
    padding: 5px;
    background: #dedede;
    opacity: 1;
}
/*クリックで中身表示*/
.cssacc1:checked + .accshow1 {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}


/*アイコンを入れ替える*/
.cssacc1:checked + label:before {
    content: '\f192';color:#333
}

/*アコーディオンここまで*/

/*mapの中*/
#gmap { width: 100%; height: 420px; }

/* 閉じるボタンを小さくして、コンテンツに被せる */
.gm-style-iw .gm-ui-hover-effect {
    width: 20px !important;       /* ボタン幅を縮小 */
    height: 20px !important;      /* ボタン高さを縮小 */
    top: 0 !important;            /* 上端に寄せる */
    right: 0px !important;          /* 右端に寄せる */
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* ボタン内のアイコン（×）のサイズを調整 */
.gm-style-iw .gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.fukidashi {
display:block;
font-family: "メイリオ", Meiryo, Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: center;
white-space: nowrap;
padding:5px;
height:auto;
}


.name {
	font-size: 1.2rem;
	font-weight: bold;
}

.date {
	font-size: 1rem;
	white-space: nowrap;
}
.fukidashi-img{
display: block;
max-height:130px;
margin:0px auto 0px;
}



@media screen and (max-width: 768px) {
.wrapper {
	width: 100%;
	}
h1, .form dl dd textarea, .form dl dd .txt, .btn_reset, .btn_submit {
	font-size: 1.6rem;
}
.form {
	margin: 10px;
	font-size: 1.4rem;
}
h1 {
	padding: 5px 0 3px;
}
.exa {
	padding: 5px 20px;
	color: #a9a9a9;
	margin:0;
	}
.chra li {
	margin-left: 20px;
}
/*
.ctSelect {
	margin-left: 20px;
}
*/
/*.clip {
	margin-left: 20px;
}*/
.kakunin {
	width: 100%;
	margin:0px 0 60px;
	display:block;
}

.btn_reset {
	width: 98%;
}
.btn_submit {
	width: 98%;
	font-size: 2rem;
	margin:10px 0 0;
	padding:12px 0;
}
}


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

table.table01 thead {
	display:none;
}

table.table01 tbody th {
	padding:5px 5px;
	display:block;
	width:auto;
	border-bottom: 0;
	font-weight: bold;

}
table.table01 tbody tr:last-child th {
	border-bottom:0;
	font-weight: bold;
}
table.table01 tbody td {
	display:block;
	padding:10px 5px;

}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	/*padding-left:6em;*/
}
table.table01 tbody td br {
display: inline;
}
table.table01 tbody th br {
display:none;
}
table.table01 tbody td .clip ul {
	margin: 10px 0;
}
	
table.table01 tbody td .clip li{
		padding: 10px 0;
		word-break: break-word;
		overflow-wrap: break-word;
	}

.accbox .accshow p {
    margin: 3px 3px;
	}
.accbox .accshow input {
    margin: 3px 3px;
	}

	
img{
max-width: 100%;
height: auto;	
}
.sp {
display:block;
}
.pc {
display:none;
}
	
h5.title2{
padding:10px 5px;
line-height: 160%;
}

}/*640以下end*/

/*MAPの＋字表示（センター）*/
#map-wrap {	
  touch-action: manipulation;
position: relative;	
  width: 100%;
  height: 400px; 
}	

#gmap {
  width: 100%;
  height: 100%;
}
.map-center-cross {	
position: absolute;	
top: 50%;	
left: 50%;	
width: 19px;	
height: 19px;	
transform: translate(-50%, -50%); 
pointer-events: none;	
background: url('/img/crosshair.gif') no-repeat center center;	
background-size: contain;	
z-index: 1;	
}	



/* =========================
   追記：フォームのスマホ応急修正
   ========================= */

/* 基本の入力部品 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="file"],
select,
textarea {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 16px !important;
}



/* Safariの自動ズーム対策の補強 */
html {
	-webkit-text-size-adjust: 100%;
}
/* 水深入力 */
.depth-line {
	display: flex;
	align-items: center;
	gap: 0.4em;
	flex-wrap: wrap;
}

.depth-line input.txt.ina {
	font-size: 16px !important;
	line-height: 1.2;
	height: 2.4em;
	padding: 0.2em 0.4em;
	margin-top: 0;
}
/* file input の横はみ出し対策 */
.clip,
.clip ul,
.clip li {
	max-width: 100%;
}

.clip input[type="file"] {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 16px !important;
}

/* テキストエリアと通常入力欄を親幅内に収める */
table.table01 tbody td textarea,
table.table01 tbody td .txt,
table.table02 tbody td textarea,
table.table02 tbody td .txt {
	width: 100%;
	max-width: 100%;
}

/* select系もスマホで少し扱いやすく */
.ctSelect,
.ctSelect-s {
	max-width: 100%;
	font-size: 16px !important;
}

/* スマホ時の table 内崩れ対策 */
@media screen and (max-width: 640px) {
	table.table01,
	table.table02 {
		width: 100%;
		table-layout: fixed;
	}

	table.table01 tbody td,
	table.table02 tbody td,
	table.table01 tbody th,
	table.table02 tbody th {
		width: 100%;
		box-sizing: border-box;
	}

	table.table01 tbody td .clip ul {
		margin: 10px 0;
		padding-left: 0;
	}

	table.table01 tbody td .clip li {
		padding: 10px 0;
		word-break: break-word;
		overflow-wrap: break-word;
	}

/*
	img {
		max-width: 100%;
		height: auto;
	}
*/
}


@media screen and (min-width: 769px) and (max-width: 1280px) {
	.wrapper {
		width: 100%;
		margin: 0 auto 60px;
	}
}