@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/


/* フッター内パーツ */


#hpb-footerExtra1 a:link{
    color: #333;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
    color: #333;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #333;
    text-decoration: underline;
}
#hpb-footerExtra1 a:active{
    color: #333;
    text-decoration: underline;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #292929;
    text-decoration: none;
}
a:visited{
    color: #292929;
    text-decoration: none;
}
a:hover{
    color: #ED6231;
    text-decoration: none;
}
a:active{
    color: #ED6231;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    color: #0d3f6d;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 50px;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}

img.left{
    margin-left: 14px;
}

.right{
    float: right;
}

img.right{
    margin-right: 24px;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-01 h2{
  position: absolute; 
  font-size: 30px;
  font-weight: 700;
  top: 20%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 200;
  color: #fff; 
  text-align: center;
  width: 100%; 
  padding: 0 20px;
  text-shadow: 2px 2px 4px #000000;

}

.hpb-layoutset-02 h2{
    background-image : url(titleBg_1Kb.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    line-height: 65px;
    height: 65px;
    color: #fff;
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

h2 span.en{
    font-size: 0.7em;
    padding-left: 10px;
}


h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #0d3f6d;
    font-weight: bold;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 14px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 18px;
    text-align: left;
    background-image : url(point_1Kb.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.2;
    color: #333333;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #f8f8f8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
.contact-box{
  max-width: 700px;
  margin: 40px auto;
  padding: 40px 30px;
  background-color: #fafad280;
  border: 1px solid #444;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 15px;
  color: #292929;
  letter-spacing: 1px;
  font-size: 15px;
}

.form-group input,
.form-group textarea {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 1rem;
  color: #231917;
  transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #cac8c8;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 6px rgba(255,255,255,0.4);
}

.form-button {
  text-align: center;
  margin-top: 30px;
}

.button {
  background-color: #fff;
  color: #231917;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #555;
  border-radius: 6px;
}

.button:hover {
  background-color: #ED6231;
  color: #fff;
  border: 1px solid #fff;
}

.date-row {
  display: flex;
  align-items: center;
  gap: 15px; 
  margin-bottom: 12px;
  flex-wrap: wrap; 
}


.day-label {
  font-size: 14px;
  font-weight: bold;
  min-width: 60px;
}

.date-row input[type="date"],
.date-row select {
  flex: 1; 
  min-width: 140px;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 6px;
  background-color: #fff;
}


/* メインコンテンツ内基本パーツ */

#hpb-main p{
    margin-left: 10px;
    margin-right: 10px;
}

#hpb-main ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-image : url(point_1Kb.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #000000;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 170px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    background-image : url(point_1Kb.png);
    background-position: left 10px;
    background-repeat: no-repeat;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 195px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}



#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    width: 143px;
    height: 26px;
    margin-left: auto;
    background-image : url(returnTop_1Kb.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}



/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 999px) {
.hpb-layoutset-01 h2{
  	   font-size: 18px;
        top: 65%;
        left: 0;
        transform: none;
        padding: 0;
}


}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 730px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain h1{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0;
	}

	

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}
	p.indent{
		padding-left: 18px;
	}
	img.left{
		margin-left: 0;
	}
	img.right{
		margin-right: 0;
	}
	hr{
		margin-right: 0;
	}
	.hpb-layoutset-02 h2{
		background-image : none;
		background-color : #174875;
		line-height: 1.4;
		height: auto;
		margin: 0;
		padding-top: 14px;
		padding-right: 20px;
		padding-bottom: 14px;
		word-break: break-all;
	}
	h2 span.en{
		display: block;
		padding-left: 0;
	}

	h4{
		margin-right: 0;
	}
	h5{
		margin-left: 0;
		padding-right: 0;
	}
	table{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}



	/* メインコンテンツ内基本パーツ */
	#hpb-main p{
		margin-left: 0;
		margin-right: 0;
	}
	#hpb-main ul li{
		padding-right: 0;
	}
	#hpb-main dt{
		float: none;
		max-width: 100%;
		padding-bottom: 0;
	}
	#hpb-main dd{
		padding-right: 0;
		padding-left: 15px;
	}
	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}

    .contact-box{
        margin: 40px 10px;
        padding: 40px 15px;
    }

    .date-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .date-row input[type="date"],
  .date-row select {
    width: 90%;
  }


}
