@charset "utf-8";

.rpimg {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.green {
	color: #129c9e;
}
.lgreen {
    color: #6dc1a0;
}
.bg_1{
    background-color: #005259;
    color: #fff;
}


/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#13428a;
	text-decoration:none;
}
a:visited {
	color:#13428a;
	text-decoration:none;
}
a:hover {
	color:#597aad;
	text-decoration:none;
}
a:active {
	color:#13428a;
	text-decoration:none;
}

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

a[href*="tel:"] {
    color: inherit;
}

/*@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}*/

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"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;
    z-index: 0;
}
@media screen and (max-width: 560px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.eng {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.eng_mono {
  font-family: "B612 Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

#wrapper {
    flex: 1 1 auto;
}
.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:8em;
}
.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: 561px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 560px) {
	.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
}

#toggle {
	display: none;
    z-index:3002;
}

#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:3001;
	width:100%;
    height: 100vh;
    height: 100dvh;
	top:0;
	right:-100%;
    background-color: rgba(255,255,255,0.9);
	color:#ccc;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    overscroll-behavior-y: contain;
}
#navi nav {
    height: calc(100% + 1px);
}
#navi .navibox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 30px;
}
#navi ul {
    width: 100%;
}
#navi li {
    position: relative;
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid #999;
}
#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#333;
    font-size: 1em;
    font-weight: bold;
	padding-left: 2em;
	line-height:3.5em;
	transition: all 0.3s;
}
#navi li a:hover {
	background-color: rgba(109,193,160,0.2);
}

#header {
	position:relative;
	width:100%;
    min-width: 1200px;
    box-sizing: border-box;
    z-index: 3000;
}
#header h1 {
    background-color: #6dc1a0;
    font-weight: normal;
    font-size: 0.76em;
    line-height: 40px;
    color: #fff;
    padding: 0 50px;
}
#header h1 span {
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    text-align: left;
    margin: 0 auto;
}
.hd_box {
    position: relative;
    width: 100%;
    height: 110px;
    max-width: 1500px;
    margin: 0 auto;
}
#header h2 {
    position: absolute;
    left: 50px;
    top: 20px;
}
#header h2 img {
    height: 50px;
    transition:all 0.3s;
}

#gnavi {
	position:absolute;
    top: 20px;
    right: 50px;
}
#gnavi ul {
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnavi ul li {
	position:relative;
    box-sizing: border-box;
    border-left: 1px solid #999;
}
#gnavi ul li:last-child {
    border-right: 1px solid #999;
}
#gnavi ul li a {
    font-weight: bold;
	font-size:1.08em;
	color:#333;
    line-height: 30px;
	display:inline-block;
    padding: 0 1.2em;
	transition:all 0.3s;
}
#gnavi ul li a:hover {
    background-color: #e2f3ec;
}


@media screen and (min-width: 1500px) {
#gnavi ul li a {
	padding:0 2em;
}
}

@media screen and (max-width: 560px) {
    #gnavi {
        display: none;
    }
}

#toggle {
    background-color: #fff;
	position:absolute;
    padding: 13px 9px;
    width:32px;
	height:24px;
	top:8px;
	right:8px;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    filter: drop-shadow(0 0 5px rgba(0,82,89,0.2));
}
.tfix #toggle {
	position:fixed;
}
#toggle span {
    background-color: #666;
    width: 100%;
    height: 4px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(32deg) scale(1.2, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-32deg) scale(1.2, 1);
}


.container {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 8em 100px;
	margin:0 auto;
	text-align:left;
}
.container_t {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 8em 100px;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 8em 100px;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 0 100px;
	margin:0 auto;
	text-align:left;
}


@media screen and (max-width: 560px) {
#toggle {
    background-color: #fff;
	position:absolute;
    padding: 13px 9px;
    width:32px;
	height:24px;
	top:8px;
	right:8px;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    filter: drop-shadow(0 0 5px rgba(0,82,89,0.2));
}
.tfix #toggle {
	position:fixed;
}
#toggle span {
    background-color: #666;
    width: 100%;
    height: 4px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(32deg) scale(1.2, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-32deg) scale(1.2, 1);
}

#header {
    min-width: auto;
}
#header h1 {
    font-size: 1.85vw;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
}
#header h1 span {
    max-width: none;
}
.hd_box {
    height: 66px;
    max-width: none;
    border-bottom: 1px solid #999;
}
#header h2 {
    left: 20px;
    top: 13px;
}
#header h2 img {
    height: 40px;
}

.container {
    width: 100%;
	padding:4em 10%;
}
.container_t {
    width: 100%;
	padding:0 10% 4em;
}
.container_nt {
    width: 100%;
	padding:0 0 4em;
}
.container_f {
    width: 100%;
}
.container_00 {
    width: 100%;
    padding: 0 10%;
}
}


#footer {
    padding: 0.5em 0 0;
    color: #fff;
}
.ft_box {
    width: 1000px;
    padding: 0 100px;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.credit {
    width: 40%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.credit h2 {
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
.credit h2 a {
    color: #fff;
    transition: all 0.3s;
}
.credit h2 a:hover {
    opacity: 0.6;
}
.credit p {
    line-height: 1.5;
    font-size: 1.16em;
    margin-bottom: 3em;
}
.credit ul {
    width: 100%;
    margin-bottom: -1.5em;
}
.credit ul li {
    width: 100%;
    margin-bottom: 1.5em;
}
.credit ul li a {
    text-align: left;
    letter-spacing: 1px;
	color:#005259;
    background-color: #fff;
    border-radius: 31px;
	line-height:60px;
	display:block;
	padding:0 40px;
    box-sizing: border-box;
    background-image: url("../img/arr2.png");
    background-position: center right 40px;
    background-size:  auto 10px;
    background-repeat: no-repeat;
	transition:all 0.3s;
}
.credit ul li:nth-child(1) a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.7em;
}
.credit ul li:nth-child(2) a {
    background-color: #6dc1a0;
    font-weight: bold;
    font-size: 1.4em;
}
.credit ul li a:hover {
    opacity: 0.6;
}

.ft_navi {
    width: 50%;
    border-left: 1px solid #fff;
    padding: 1em 0;
}
.ft_navi ul {

}
.ft_navi li a {
    display: block;
    color: #fff;
    text-align: left;
    padding-left: 2em;
	line-height:2.3em;
    font-size: 1.16em;
    font-weight: bold;
	transition: all 0.3s;
}
.ft_navi li a:hover {
	background-color: rgba(255,255,255,0.3);
}

.copyright {
	text-align:center;
    padding-bottom: 4em;
	font-size:0.76em;
    line-height: 1.5;
    box-sizing: border-box;
    min-width: 1200px;
}

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

#fix_navi_sp {
    display: none;
}

.gmap iframe {
    display: block;
    width: 100%;
    height: 350px;
}
@media screen and (max-width: 560px) {
#header h1 {
    font-size: 1.85vw;
    line-height: 15px;
    color: #fff;
    padding: 10px 10px;
}
#footer {
    padding: 0.5em 0 100px;
}
.ft_box {
    width: auto;
    padding: 0;
    margin: 0 10% 3em;
}
.credit {
    box-sizing: border-box;
    width: 100%;
    margin: 0 1em 2em;
}
.credit h2 {
    font-size: 1.4em;
}
.credit p {
    font-size: 1em;
    margin-bottom: 0;
}
.credit ul {
    display: none;
}

.ft_navi {
    width: 100%;
    border-top: 1px solid #fff;
    border-left-width: 0;
    padding: 1.5em 0 0;
}
.ft_navi ul {

}
.ft_navi li a {
    padding-left: 1em;
	line-height:2.5em;
    font-size: 1em;
}
.copyright {
    padding-bottom: calc(5.5em + 50px);
	font-size:0.68em;
    line-height: 1.5;
    min-width: auto;
}

.pagetop {
    display: none;
}

#fix_navi_sp {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2000;
    border-top: 1px solid #999;
}
#fix_navi_sp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
#fix_navi_sp ul li {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
#fix_navi_sp ul li a {
    box-sizing: border-box;
    padding-left: 10%;
    display: block;
    height: 50px;
    text-align: left;padding-top: 10px;
    line-height: 1.6em;
    color: #005259;
    letter-spacing: 0.05em;
    background-color: #fff;
    background-image: url("../img/arr3.png");
    background-position: center right 15px;
    background-size:  auto 6px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

#fix_navi_sp ul li a:hover {
    background-color: #e2f3ec;
}
#fix_navi_sp ul li:nth-child(1) a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.16em;
}
#fix_navi_sp ul li:nth-child(2) a {
    background-color: #6dc1a0;
    font-weight: bold;
    font-size: 1em;
}
#fix_navi_sp ul li:nth-child(2) a:hover {
    background-color: #a7dac6;
}
#fix_navi_sp ul li img {
    width: 80%;
}

}

