@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@400;500&family=Zen+Old+Mincho:wght@500;700&family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@300&family=Outfit:wght@400;600&family=Shippori+Antique&family=Zen+Antique&display=swap');
@import url(//use.fontawesome.com/releases/v6.4.2/css/all.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

body {
	font-size:13px;
	line-height:1.6em;
	color:#000;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	position: relative;
	display: inline-block;
	transition: all .3s  ease-out;
}

a img, a i {
	border-style:none;
	transition: opacity 0.3s ease-out;
}

.center {
	text-align:center;
}

.big {
	font-size:1.25em;
	line-height:1.8em;
}

A:link { color:#000; text-decoration:none;  }
A:visited { color:#000; text-decoration:none;  }
A:active { color:#ed4f44; text-decoration:none; }
A:hover { color:#ed4f44; text-decoration:none; }

a:hover img {
	opacity: 0.7;
}
 
td, th {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.gothic {
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.maru {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bold {
	font-weight:bold;
	font-size:1.2em;
}

.red {
	color:#f00;
}

.small {
	font-size:0.9em;
}

.both {
	clear:both;
}

.right {
	text-align:right;
}

.p_only {
	display:block;
}
.p_only2 {
	display:inline;
}
.m_only, .m_only2 {
	display:none;
}

select::-ms-expand {
	display:none;
}
	
.select-wrap{
	width: 100%;
	position: relative;
	display: inline-block;
	background:linear-gradient( 180deg, #eeeeee, #fff 30% );
}
	
.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	background: transparent;
	position: relative;
	z-index: 2;
	padding: 0 20px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:14px;
	line-height:20px;
	color:#000;
}

.select-wrap select[disabled] {
	border:1px solid #eee;
	color:#999;
}

.select-wrap::after{
	font-family:"Font Awesome 5 Free";
	content:'\f0d7';
	font-weight:900;
	font-size:14px;
	vertical-align: baseline;
	position:absolute;
	z-index:1;
	top:50%;
	right:6px;
	margin-top:-6px;
	line-height:1;
	color:#333;
}

input[type="text"], input[type="password"], textarea {
	padding:9px;
	font-size:14px;
	line-height:22px;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}

input[type="checkbox"] {
    border: 1px solid #388094;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input.number_field {
	text-align:right;
}

input[type="checkbox"]:disabled {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked {
    background: #99cc00;
    border: 1px solid #388094;
}

input[type="checkbox"]:checked:disabled {
    background: #dbf884;
    border: 1px solid #ccc;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

label.checkbox {
	line-height:20px;
	font-size:14px;
	display:table;
	float:left;
	white-space:nowrap;
}

label.checkbox {
	padding-right:1.5em;
}

label.checkbox > span {
	display:table-cell;
	vertical-align:top;
}

label.checkbox > span:last-of-type {
	padding-top:3px;
	padding-left:0.2em;
	font-size:13px;
}
.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

input.readonly_field, textarea.readonly_field {
	background-color:#fcfcfc;
	border: solid 1px #eee;
}

input[type="text"].ex_short_field, input[type="password"].ex_short_field, textarea.ex_short_field {
	width:70px;
}

input[type="text"].short_field, input[type="password"].short_field, textarea.short_field {
	width:120px;
}

input[type="text"].middle_field, input[type="password"].middle_field, textarea.middle_field {
	width:200px;
}

input[type="text"].long_field, input[type="password"].long_field, textarea.long_field {
	width:400px;
}

/* inviews */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 1s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*サブウィンドウ用*/
#layer {
	z-index:1000;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	background-color:rgba( 255, 255, 255, 0.4 );
}

#main_sub_window {
	background-color:#fff;
	width:460px;
	max-width:calc( 100% - 16px );
	margin:0 auto 0 auto;
	display:none;
	padding:30px;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	box-shadow: 0 0 3px rgba( 0, 0, 0, 0.4 );
	z-index:2000;
}

/* ===== ブログ用 ===== */

.ckeditor {
	font-family: 'Noto Sans JP', serif;
	font-size:14px;
	line-height:1.6em;
	color:#000;
	padding:0;
}

.ckeditor > h1 {
	font-size:18px;
	line-height:25px;
	font-family: 'M PLUS 1p';
	font-weight:bold;
	letter-spacing: 2px;
	margin:12px 0;
}

.ckeditor > h2 {
	font-size:18px;
	line-height:25px;
	font-family: 'M PLUS 1p';
	font-weight:800;
	letter-spacing: 2px;
	margin:12px 0;
}

.ckeditor > h3 {
	font-family: 'M PLUS 1p';
	font-weight:800;
	font-size:16px;
	line-height:22px;
	margin:12px 0;
	font-weight:bold;
}

.ckeditor ul, .ckeditor ol{
	margin-left:0.5em;
	padding-left:1em;
	margin-top:12px;
	margin-bottom:12px;
}

.ckeditor > ol {
	counter-reset: cnt;
}

.ckeditor > * ol {
	counter-reset: cnt2;
}

.ckeditor > table {
	border-collapse:collapse;
}

.ckeditor > th {
	background-color:#5d2c13;
	border:1px solid #fff;
	padding:4px;
	color:#fff;
}

.ckeditor > td {
	border:1px solid #5d2c13;
	padding:4px;
}
 
.ckeditor > img {
	 max-width:100%  !important;
	 height:auto  !important;
	 padding:8px 0;
 }
 
.ckeditor > p {
	padding:0;
	margin:0;
}

.ckeditor > p:nth-of-type( n+2 ) {
	margin-top:12px;
}

.ckeditor ul li, .ckeditor ol li {
	list-style-type:none;
	position:relative;
	padding-left:1.8em;
	padding-bottom:2px;
}

.ckeditor ul li:before {
	content:'・';
	position:absolute;
	left:0;
	top:0;
}

.ckeditor > ol > li {
	counter-increment: cnt;
}

.ckeditor * ol > li {
	counter-increment: cnt2;
}

.ckeditor > ol > li:before {
	content:counter(cnt)".";
	position:absolute;
	left:0;
	top:0;
}

.ckeditor * ol > li:before {
	content:counter(cnt2)".";
	position:absolute;
	left:0;
	top:0;
}

.ckeditor > blockquote {
	padding:0 0 0 16px;
	margin:0 0 0 0;
	border-left:2px solid #ccc;
	box-sizing:border-box;
}

.ckeditor table.border-table {
	border-collapse:collapse;
}

.ckeditor table.border-table th, .ckeditor table.border-table td {
	border:1px solid #ccc;
	padding:2px;
}

.ckeditor table.border-table th {
	background-color:#ccc;
	text-align:center;
	border:1px solid #ccc;
	padding:2px;
}

.ckeditor a:link, .ckeditor a:visited {
	color:#00f;
}

.ckeditor a:hover, .ckeditor a:active {
	color:#ed4f44;
}

/* ============ form ↓ ================= */

#error_area {
	color:#f00;
}

#error_area p {
	font-size:1.1em;
	margin-bottom:5px;
	font-weight:bold;
}

#confirm_area {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	background-color:rgba( 0, 0, 0, 0.4 );
	overflow:hidden;
	z-index:10001;
}

#confirm_bourd {
	width:700px;
	max-width:90%;
	max-height:90vh;
	overflow:scroll;
	margin:auto;
	padding: 30px;
	background-color:#F4F7F8;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 8px rgba( 0, 0, 0, .5 );
}

#confirm_bourd > p {
	margin-bottom:24px;
	font-size:14px;
	line-height:1.6em;
}

#confirm_bourd dl {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items:flex-start;
	padding-bottom:8px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:16px;
}

#confirm_bourd dl dt {
	float:left;
	font-weight:bold;
	padding-top:8px;
	width:150px;
}

#confirm_bourd dl dd {
	width:calc( 100% - 150px );
	padding-left:1.8em;
	padding-top:8px;
}

#confirm_bourd dl dt:nth-of-type(n+2), #confirm_bourd dl dd:nth-of-type(n+2) {
	margin-top:8px;
	border-top:1px solid #eee;
}

#confirm_bourd a.thanks_link:link, #confirm_bourd a.thanks_link:visited {
	color:#00f;
}

#confirm_bourd a.thanks_link:hover, #confirm_bourd a.thanks_link:active {
	color:#f00;
}

#confirm_button_area {
	text-align:center;
	margin:24px 0 0 0;
}

a#confirm_submit, a#confirm_submit2, a#confirm_cancel {
	display:inline-block;
	width:160px;
	max-width:40%;
	line-height:27px;
	padding:7px;
	color:#fff;
	font-size:13px;
	line-height:28px;
	margin:auto;
	text-align:center;
	margin:0 8px;
}

a#confirm_submit:link, a#confirm_submit:visited, a#confirm_submit2:link, a#confirm_submit2:visited {
	background-color:#D90010;
}

a#confirm_cancel:link, a#confirm_cancel:visited {
	background-color:#2C4C6A;
}

a#confirm_submit:hover, a#confirm_submit:active, a#confirm_submit2:hover, a#confirm_submit2:active, a#confirm_cancel:hover, a#confirm_cancel:active {
	background-color:#D97224;
}

#fm_error_area {
	text-align:left;
}

#fm_error_area p {
	margin-top:32px;
}

#fm_error_area ul {
	margin-bottom:16px;
	padding-bottom:32px;
	border-bottom:1px dashed #f00;
}

/* ============ form ↑ ================= */


/* ============ 追加　append_original ↓ ================= */

#main_global_menu {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	display:flex;
	z-index:100;
	box-shadow:0 2px 10px 0 rgba( 0, 0, 0, 0.6 );
}

#main_global_top {
	width:250px;
	position:relative;
	letter-spacing:1px;
}

#main_global_top h1 {
	position:absolute;
	display:block;
	left:0;
	top:0;
	text-align:center;
	background-color:#0425a9;
	color:#fff;
	padding:12px;
	width:100%;
	font-family:'M PLUS 1p';
	font-weight:500;
	font-size:18px;
	box-shadow:0 2px 10px 0 rgba( 0, 0, 0, 0.6 );
}

#main_global_top h1 p:nth-of-type(1) {
	font-size:32px;
	font-weight:800;
	line-height:1.5em;
}
#main_global_top h1 p:nth-of-type(2) {
	font-size:20px;
	font-weight:500;
	line-height:1.3em;
	font-family:'Outfit';
}

#main_global_top h1 a:link, #main_global_top h1 a:visited {
	color:#fff;
}

#main_global_top h1 a:hover, #main_global_top h1 a:active {
    color:#ed4f44;
}

#main_global_menu_area {
	width:calc( 100% - 250px );
	text-align:center;
	background-color:rgba( 4, 25, 170, 0.86 );
	color:#fff;
}

#main_global_menu_area ul#main_global_pc {
	display:flex;
	width:700px;
	align-items:center;
	list-style-type:none;
	margin:20px auto;
	border-right:1px solid #fff;
	line-height:2em;
}

#main_global_menu_area ul#main_global_pc > li {
	width:calc( 100% / 5);
	border-left:1px solid #fff;
	font-family:'M PLUS 1p';
	font-weight:700;
	letter-spacing:1px;
}

#main_global_menu_area ul#main_global_pc > li a:link, #main_global_menu_area ul#main_global_pc > li a:visited {
	color:#fff;
}

#main_global_menu_area ul#main_global_pc > li a:hover, #main_global_menu_area ul#main_global_pc > li a:active {
    color:#ed4f44;
}

#main_global_menu h1 {
	left:0;
	top:0;
}

#main_menu_mb, #main_menu_mb_list {
	display:none;
}

a.main_link_btn:link, a.main_link_btn:visited {
    line-height:50px;
    display:block;
    margin:auto;
    font-size:15px;
    background-color:#0425a9;
    color:#fff;
    border-radius:25px;
    width:250px;
    text-align:center;
}

a.main_link_btn:active, a.main_link_btn:hover {
    background-color:#D97224;
    color:#fff;
}

#main_map {
	border:0;
	width:100%;
	height:500px;
	max-height:calc( 100vh-80px );
}

#main_footer_wrap {
	background-color:#0425a9;
	margin-top:-6px;
	padding-top:40px;
}

#main_footer {
	color:#fff;
	display:flex;
	align-items:center;
	max-width:1024px;
	margin:auto;
}

#main_footer > div:first-of-type {
	width:calc( 100% / 3 );
	font-size:40px;
	line-height:40px;
	text-align:center;
}

#main_footer > div:nth-of-type(2) {
	width:calc( 100% / 3 );
	text-align:center;
}

#main_footer > div:nth-of-type(2) > p:first-of-type, #main_footer > div:nth-of-type(2) > p:nth-of-type(3) {
	font-size:20px;
	line-height:32px;
	font-family:'M PLUS 1p';
	font-weight:700;
}

#main_footer > div:nth-of-type(2) > p:nth-of-type(2) {
	font-size:36px;
	line-height:56px;
	font-family:'M PLUS 1p';
	font-weight:700;
}

#main_footer > div:last-of-type {
	width:calc( 100% / 3 );
}

#main_footer a:link, #main_footer a:visited {
	color:#fff;
}

#main_footer_tel {
	max-width:calc( 100% - 16px );
	width:300px;
	padding:20px;
	background-color:#fff;
	color:#000;
	margin:auto;
}

#main_footer_tel > div:first-of-type > p {
	font-weight:bold;
	font-size:15px;
	line-height:1.5em;
	margin-bottom:8px;
}

#main_footer_tel_link {
	text-align:center;
	padding:4px 0;
	font-size:22px;
	line-height:38px;
}

#main_footer_tel_link > p:last-of-type {
	font-size:14px;
	line-height:1.5em;
}

#main_footer_tel_link a:link, #main_footer_tel_link a:visited {
	color:#0425a9;
	font-size:30px;
	line-height:40px;
	font-family:'M PLUS 1p';
	font-weight:700;
}

#main_footer_tel > p {
	font-size:14px;
	line-height:1.5em;
	text-align:center;
}

#main_copy {
	padding:50px 0 10px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:1.5em;
}
/* ============ 追加　append_original ↑ ================= */




@media screen and (max-width:980px) {
	#main_global_menu_area ul#main_global_pc {
		display:none;
	}
	#main_menu_mb {
		display:block;
	}
	#main_hamburg {
		text-align:right;
		padding:12px 12px 12px 0;
		font-size:30px;
		line-height:1em;
	}
	#main_hamburg a:link, #main_hamburg a:visited {
		color:#fff;
	}
	#main_menu_mb_list ul {
		position:absolute;
		right:0;
		top:56px;
		box-shadow:0 2px 10px 0 rgba( 0, 0, 0, 0.6 );
		z-index:5;
	}
	#main_menu_mb_list ul > li {
		background-color:#fff;
		min-width:400px;
		font-family:'M PLUS 1p';
		font-weight:700;
		font-size:18px;
		list-style:none;
	}
	#main_menu_mb_list ul > li a:link, #main_menu_mb_list ul > li a:visited {
		color:#0425a9;
		display:block;
		padding:18px 24px;
	}
	#main_menu_mb_list ul > li a:hover, #main_menu_mb_list ul > li a:active {
		color:#D7181F;
		background-color:#FBE7E8;
	}
	#main_menu_mb_list ul > li:nth-of-type( n+2 ) {
		border-top:1px solid #aaa;
	}
}

@media screen and (max-width:800px) {
	#main_footer {
		flex-flow: column;
	}

	#main_footer > div:first-of-type {
		width:100%;
		order:3;
	}
	#main_footer > div:nth-of-type(2) {
		width:100%;
		order:1;
	}
	#main_footer > div:last-of-type {
		width:100%;
		order:2;
	}
	#main_footer_tel {
		width:calc( 100% - 16px );
		max-width:calc( 100% - 16px );
		margin:20px auto;
	}
}
