@charset "UTF-8";
/*
-------- Leggenda.css --------
キーカラー
 #1e918a ...グリーン
 #727171...グレー
 #fffff ...ホワイト
 #c6ba9a ...ベージュ　
*/



html{
	font-size: 62.5%;
	}
body.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
	}
.wrap_smt_scroll{
	overflow-y: auto;   /* メニューの縦方向のオーバーフローをスクロール可能に */
	max-height: 100vh;  /* メニューの最大高さをビューポートの高さに制限 */
	}
	
body,
div,
p,
li,dt,dd,
a,
h1,h2,h3,h4,h5,h6,
section.fdb_block div,
section.fdb_block p,
section.fdb_block li{
	color: #393636;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	}
section.fdb_block div.column1_limited, section.fdb_block div.column1_center, section.fdb_block div.column2_text_img, section.fdb_block div.column2_img_text, section.fdb_block div.panel {
		max-width: 1080px;
	}
section.fdb_block h1,
section.fdb_block h2,
section.fdb_block h3,
section.fdb_block h4,
section.fdb_block h5,
section.fdb_block h6{
	font-weight: 600;
	}


ul,li{
	margin: 0 auto;
	padding: 0;
	}
li{
	list-style: none;
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6,
strong{
	margin: 0;
	padding: 0;
	font-weight: 600;
	}

a{
	/*color: #ff0000;*/
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
a.ex_link{
	display: inline-block;
    padding-right: 24px;
	position: relative;
	}
a.ex_link:after{
	content: " ";
	width: 16px;
	height: 24px;
	display: block;
	background-image: url(/media/icon_ex_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;	
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	}


img,
video{
	max-width: 100%;
	vertical-align: top;
	}

/*
------------------ header
*/

.header_inner{
/*
	display: flex;
	justify-content: center;
	align-content: center;
*/
	max-width: 1280px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	}
.header_inner h1{
	margin-bottom: 20px;
	}
.header_inner h1 img{
	max-width: 250px;
	}
.header_inner .subMenu{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 5px;
	width: calc(100% - 250px);
	}
.header_inner .subMenu li{
	font-size: 1.4rem;
	}
.header_inner .subMenu li a{
	display: block;
	padding: 10px 5px;
	}

.smt_menu{
	display: none;
	}
/*
------------------ header
*/
.footer_contacts{
    background: #000;
	color: #fff;
    padding: 20px;
    text-align: center;
	margin-top: 80px;
	}
.copyright{
	color: #fff;
	}

.wrap_contact .wpcf7{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	}
.wrap_contact .wpcf7 .form{
		background: red;
	}
.wrap_contact .wpcf7 p{
	display: inline-block;
	font-size: 1.6rem;
	}
section.fdb_block.wrap_contact{
	padding: 40px;
	}


@media (max-width: 768px) {

.header_inner{
	display: block;
	text-align: center;
	}
.header_inner h1{
	margin-bottom: 40px;
	}

div.site{
	margin: 10px;
	}

}

@media (max-width: 680px) {

.header_inner .subMenu{
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	}
.header_inner .subMenu li {
	width: calc( (100% - 14px ) / 2);
		border: 1px solid #000;
	}
.header_inner .subMenu li a{
	padding: 10px;
	display: block;
	}