@charset "utf-8";

.rpimg,.animated,.wow,.fadeInUp {

}
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c33 !important;
}
.blue {
    color: #4a80bf !important;
}
.sky {
    color: #5dbae1 !important;
}
.orange {
    color: #ff8040 !important;
}
.bg1 {
    background-color: #e5f4fa;
}
.bg2 {
    background-color: #eef8fc;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline !important;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#4a80bf;
	text-decoration:none;
}
a:visited {
	color:#4a80bf;
	text-decoration:none;
}
a:hover {
	color:#7ba8d7;
	text-decoration:none;
}
a:active {
	color:#4a80bf;
	text-decoration:none;
}
#bread a {
	color:#666;
	text-decoration:none;
}
#bread a:visited {
	color:#666;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread a:active {
	color:#666;
	text-decoration:none;
}
.news a {
	color:#000;
	text-decoration:none;
    transition: all 0.3s;
}
.news a:visited {
	color:#000;
	text-decoration:none;
}
.news a:hover {
	color:#999;
	text-decoration:none;
}
.news a:active {
	color:#000;
	text-decoration:none;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.6;
}

@media (min-width: 961px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}
}
@media (max-width: 960px) {
a[href*="tel:"] {
    text-decoration: none;
    color: inherit;
}
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
    font-size: 1em;
}
body {
    text-align:center;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	background-color:#fff;
    text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 520px) {
    body {
        font-size: 0.84em;
    }
}
@media screen and (max-width: 359px) {
    body {
        font-size: 0.80em;
    }
}
@media screen and (max-width: 349px) {
    body {
        font-size: 0.76em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.68em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-weight: 500;
}

.eng {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

#wrapper {
    /*overflow: hidden;*/
    flex: 1 1 auto;
    min-height: 1px;/*IE11 img resizing bug*/
}

.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:5em;
}
.mgll {
	margin-bottom:8em;
}
.mglm {
	margin-bottom:7em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 961px) {
	.tb {
		display:none !important;
	}
    .mbtb {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
    .tite {
        margin-left: 5%;
        margin-right: 5%;
    }
    .tite2 {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media screen and (max-width: 520px) {
    .tb {
		display:none !important;
	}
    .tbpc {
		display:none !important;
	}
    .mbcenter {
        text-align:center !important;
    }
}
@media screen and (min-width: 521px) {
	.mb {
		display:none !important;
	}
    .tbcenter {
        text-align:center !important;
    }
}

@media screen and (max-width: 960px) {
	.pc {
		display:none !important;
	}
}

#toggle {
	display:none;
}
#navi,#fnavi {
    display: none;
}

#header {
	position:fixed;
    box-sizing: border-box;
	width:100%;
	height:90px;
    top: 0;
    left: 0;
    padding: 0 50px;
    background-color:#fff;
    z-index: 3000;
    filter: drop-shadow(0 0 2px rgba(74,128,191,0.5));
}
#header .hd_box {
    position: relative;
    box-sizing: border-box;
    width:100%;
    max-width: 1400px;
    height:90px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header h1 {
    position:absolute;
	left:0;
	top:25px;
    height: 40px;
    line-height: 0;
}
#header h1 img {
	height:100%;
}

.hd_src_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hd_src_box p {
    color: #4a80bf;
    font-weight: bold;
}
.hd_src_box select {
	border-radius: 0;
	outline: none;
	background: none;
	border: 1px solid #ccc;
	padding: 10px 12px;
    font-size: 1em;
    margin: 0 0.5em;
}
.hd_src_box .search {
    box-sizing: border-box;
    background-color: #5dbae1;
    padding: 10px;
    width: 42px;
    height: 42px;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.hd_src_box .search img {
    width: 100%;
}
.hd_src_box .search:hover {
    background-color:#8dcfea;
}
.hd_allview {
    margin-left: 1.5em;
}
.hd_allview a {
    display: block;
    background-color: #5dbae1;
    color: #fff;
    font-size: 1em;
    line-height:40px;
    font-weight: bold;
    text-align: center;
    padding: 0 1.5em;
    border-radius: 2em;
    transition: all 0.3s;
}
.hd_allview a:hover {
    background-color:#8dcfea;
}

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

}

#bread {
    position: relative;
	text-align:left;
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0 80px;
    margin: 0 auto -40px;
    font-size: 0.76em;
    line-height: 40px;
    color: #ccc;
}

.container {
    box-sizing: border-box;
    max-width: 1400px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_s {
    box-sizing: border-box;
    max-width: 1200px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container2 {
	box-sizing: border-box;
	padding:5em 0;
	text-align:left;
}

.more p {
	width:300px;
	margin:auto;
}
.more2 p {
	width:400px;
	margin:auto;
}
.more p a {
	text-align:center;
	display:block;
	background-color:#fff;
    box-sizing: border-box;
    border: 1px solid #333;
	color:#333;
	line-height:3.2em;
	background-image:url(../img/arr3.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:6px auto;
	transition:all 0.3s;
}
.more2 p a {
	text-align:center;
	display:block;
	background-color: #34a47e;
    color: #fff;
	box-sizing: border-box;
	line-height:3.7em;
	background-image:url(../img/arr2.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:6px auto;
	transition:opacity 0.3s;
}
.more p a:hover,.more2 p a:hover {
	opacity:0.6;
}

.exmore p {
	width:250px;
	margin:auto;
}
.exmore p a {
	text-align:center;
	display:block;
	background-color:#fff;
    box-sizing: border-box;
    border: 1px solid #333;
	color:#111;
	line-height:3em;
	background-image:url("../img/exlink.png");
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:14px auto;
	transition:all 0.3s;
}
.exmore p a:hover {
	opacity:0.6;
}


@media screen and (max-width: 960px) {
.hd_src_box {
    display: none;
}
#bread {
    display: none;
}
#toggle {
	display:block;
    position:fixed;
	width:70px;
	height:70px;
    top:0;
	right:0;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    transition: opacity 0.3s;
    z-index: 9000;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
	opacity:0.6;
}

#header {
	height:70px;
    padding: 0 30px;
}
#header .hd_box {
    height:70px;
}
#header h1 {
    top: 20px;
    height: 30px;
}

#navi {
    display: none;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
	top:0;
	left:0;
    opacity: 0;
    overscroll-behavior-y: contain;
    /*background-color: rgba(74,128,191,0.5);*/
    background-color: rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#navi nav {
    display: flex;
    flex-direction: column;
    width:100%;
    height: calc(100% + 1px);
}
.navi_box {
    box-sizing: border-box;
    width: 100%;
    padding:calc(70px + 5em) 10% 5em;
    background-color: #fff;
}
.nav_blank {
    flex-grow: 1;
}

#navi ul {
    width: 100%;
}
#navi li {
    position: relative;
    width: 100%;
}
#navi li a {
	display:block;
	text-decoration:none;
	color:#333;
    background-color: #fff;
	border-top:1px solid #ccc;
	line-height:4em;
    padding-left: 2em;
    text-align: left;
    transition: background-color 0.3s;
}
#navi li:first-child a {
    border-top:1px solid #4a80bf;
}
#navi li.allview a {
    border-top: 0;
    background-color: #5dbae1;
    color: #fff;
    font-size: 1.16em;
    line-height:3.5em;
    font-weight: bold;
    text-align: center;
    border-radius: 2em;
    padding-left: 0;
    margin-top: 1em;
}
#navi ul li a:hover {
	background-color:#e5f4fa;
}
#navi ul li.allview a:hover {
	background-color:#8dcfea;
}

#navi h3 {
    color:#4a80bf;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.container,.container_s {
	padding:4em 7%;
}
.container2 {
	padding:4em 0;
}

.more p,.more2 p {
	width:240px;
}
.more p a {
    background-position:right 10px center;
    background-size: 5px auto;
}
.more2 p a {
    background-position:right 10px center;
    background-size: 5px auto;
}
.exmore p {
	width:200px;
}
.exmore p a {
    background-size: 12px auto;
}
}

@media screen and (max-width: 520px) {
#toggle {
	width:50px;
	height:50px;
}
#header {
	height:50px;
    padding: 0 20px;
}
#header .hd_box {
    height:50px;
}
#header h1 {
    top: 13px;
    height: 24px;
    line-height: 0;
}

.navi_box {
    padding:calc(50px + 3em) 10% 3em;
}

.container,.container_s {
	padding:3em 7%;
}
.container2 {
	padding:3em 0;
}

.more p,.more2 p {
	width:200px;
}

}

.pagetop {
	position:fixed;
	width:50px;
	bottom:55px;
	right:-80px;
	z-index:1200;
}
.pagetop img {
	width:50px;
}

#footer {
    background-color: #4a80bf;
    color: #fff;
    padding: 3em 0;
    line-height: 1.4;
}
.ft_box {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}
.ft_box h4 {
    margin-bottom: 1em;
}
.ft_box h4 a {
    color: #fff;
}
.copyright {
	font-size:0.76em;
    line-height: 1.4;
    color: #bbcde6;
}
.copyright img {
	vertical-align:middle;
}

@media screen and (max-width: 960px) {
.pagetop {
	bottom:100px;
}
.ft_box {
    margin: 0 auto;
    padding: 0;
}
}

@media screen and (max-width: 520px) {
.pagetop_sp {
	text-align:center;
    margin-bottom: 3em;
}
.pagetop_sp img {
	width:24px;
}
}

#title {
    padding-top: 90px;
    background-color: #e5f4fa;
}
#title h2 {
    font-size: 2em;
    line-height: 1.4;
    padding: 1.5em 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

.sub1 {
    display: block;
    padding-left: 0.9em;
    font-size: 1.6em;
    line-height: 1.4;
    color: #4a80bf;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
.sub1:after {
    content:"";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 0.2em;
    height: 0.2em;
    border: 0.2em solid #ff8040;
    border-radius: 50%;
    font-size: 1.16em;
    line-height: 1.4;
}

.sub2 {
    font-size: 1.4em;
    color: #4a80bf;
    border-bottom: 2px dotted #4a80bf;
}

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

}

@media screen and (max-width: 960px) {
#title {
    padding-top: 70px;
}
#title h2 {
    font-size: 1.7em;
    padding: 1.5em 0;
}



}

@media screen and (max-width: 520px) {
#title {
    padding-top: 50px;
}
#title h2 {
    font-size: 1.4em;
    padding: 1.5em 0;
}

.sub1 {
    padding-left: 0.9em;
    font-size: 1.4em;
}
.sub1:after {
    top: 0.3em;
    font-size: 1.08em;
}
.sub2 h4 {
    font-size: 1.16em;
}


}


.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {/* 表：レスポ */
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding: 1em 1.5em;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding: 1em 1.5em;
	white-space:nowrap;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.table2 {/* 表：レスポ */
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#e5f4fa;
}
.table2 tr:last-child th {
    border-width:0 1px 0 0 !important;
}
.table2 tr:last-child td {
    border-width:0 !important;
}

.table3 { /* 固定表1 */
	width: 100%;
	border-collapse: collapse;
}
.table3 td {
	padding: 1em 1.5em;
	border: 1px solid #ccc;
    text-align:left;
}
.table3 th {
	padding: 1em 1.5em;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}

.table4 { /* 固定表2 */
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 1em 1.5em;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
    text-align:left;
}
.table4 th {
	padding: 1em 1.5em;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.table4 tr:last-child th {
    border-width:0 0 0 0 !important;
}
.table4 tr:last-child td {
    border-width:0 !important;
}

.table5 {
	line-height:1.7;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
    background-color: #5c9d94;
    color: #fff;
    font-weight: normal;
}

.table_fm {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table_fm td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table_fm th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
    font-weight: 600;
}

.table_hs {/* 沿革 */
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table_hs td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1em 1.3em;
	vertical-align:top;
	margin:0;
}
.table_hs th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1em 1.3em;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	font-family:monospace;
	width:1%;
}
.table_hs tr:last-child th {
    border-width:0 1px 0 0 !important;
}
.table_hs tr:last-child td {
    border-width:0 !important;
}

@media screen and (max-width: 960px) {
.table_fm {
	display: block;
	width:auto;
}
.table_fm tbody {
	display: block;
}
.table_fm tr {
	display: block;
}
.table_fm th,.table_fm td {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table_fm th {
	text-align:left;
	margin-bottom: 0.6em;
	padding:0.2em 0.6em;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 1.08em;
}
.table_fm td {
	margin:0 1em 2em ;
	padding: 0;
}

}

@media screen and (max-width: 520px) {
.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:0;
}
.table0 td.adjl {
	margin-bottom:6em;
}
.table0 td.adjend {
	margin-bottom:5em;
}
.table0 td.adjm {
	margin-bottom:4em;
}
.table0 td.adjms {
	margin-bottom:3em;
}
.table0 td.adjs {
	margin-bottom:2em;
}
.table0 td.adjss {
	margin-bottom:1em;
}
.table0 td.adjsss {
	margin-bottom:0.5em;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.img35 {
	width:35%;
}
.img30 {
	width:30%;
}
.img20 {
	width:20%;
}
.img10 {
	width:10%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table1 th {
	text-align:left;
	margin-bottom: 0.6em;
	padding:0.2em 0.6em;
	border-bottom: 1px dotted #999;
    font-weight: bold;
}
.table1 td {
	margin:0 0.6em 2em;
	padding: 0;
}
.table1 tr:last-child td {
    margin:0 0.6em 0 !important;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
    width: auto !important;
	text-align:left;
	margin-bottom: 1em;
	padding:0.4em 1em;
	font-weight:normal;
}
.table2 td {
	margin:0 1em 2em;
	padding: 0;
}
.table2 tr:last-child td {
    margin:0 1em 0 !important;
}

.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
    background-color: #5c9d94;
    color: #fff;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

}

.gmap iframe {
    display: block;
	width:100%;
	height:600px;
}

@media screen and (min-width: 521px) {
.table5 tr:last-child th,.table5 tr:last-child td,.table1 tr:last-child th,.table1 tr:last-child td {
	border-bottom:0;
}
}

@media screen and (max-width: 520px) {
.table5 tr:last-child td {
	margin-bottom:0;
}
.gmap iframe {
	width:100%;
	height:400px;
}
}

