@charset "utf-8";
/* CSS Document */

/*横幅750pxで計算*/
/*基準フォント24px*/

*{
	margin: 0;
	padding: 0;
    word-break: break-all;
    /**/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #1A1A1A;
    /**/
    border: 0.20rem solid #0b2c84;/* 枠線 */
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}

a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}

table{
    border-collapse:separate;
    border-spacing:0px;  
}

.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;
}

a:hover {
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

/**/

/*totop*/

#page-top {
  position: fixed;
  bottom: 3.38rem;/*50*/
  right: 2.70rem;/*40*/
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  width: 4.35rem;/*67*/
  text-align: center;
  display: block;
}

/*-----------------------------------------------------------*/

#header_wrap{
    width: 33.55rem;/*671*/
    height: 8.50rem;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
}

#header_wrap .logo{
    position: absolute;
    top: 1.35rem;/*27*/
    left: 0rem;
    width: 14.00rem;/*280*/
}

#header_wrap .btn_yoyaku{
    width: 11.35rem;/*227*/
    position: absolute;
    top: 1.35rem;/*27*/
    right: 6.5rem;/*154*/
}

#header_wrap .btn_yoyaku a{
    display: block;
    padding: 0.68rem 0;/**/
    background-color: #00A3E1;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-align: center;
}

#header_wrap .btn_yoyaku span{
    color: #fff;
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-size: 1.08rem;/*26*/
}

/**/

#header_wrap section{
    position: absolute;
	right: 0px;
    top: 1.35rem;/*27*/
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    counter-increment: section;
	z-index: 11;
    text-align: right;
}

.btn-trigger {
    width: 3.0rem;/**/
    height: 2.5rem;/**/
    position: relative;
    top: 0.8rem;/**/
    cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00A3E1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.open .btn-trigger span {
  background-color: #00A3E1;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 1.0rem;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.10rem) rotate(-45deg);
  transform: translateY(1.10rem) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1.10rem) rotate(45deg);
  transform: translateY(-1.10rem) rotate(45deg);
}

/**/

#header_wrap .g_menu{
    /*
    width: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    */
}

.open .g_menu {
	width: 100vw;
	height: 100vh;
    visibility: visible;
	background: hsla(0,0%,1%,0.23);
	position: absolute;
    z-index: 10;
    margin: 0 calc(50% - 50vw);
}

.g_menu {
    visibility: hidden;
    /*position: fixed;*/
    position: absolute;
    top: -25px;
    width: 100%;
    z-index: 10;
}

.open .g_menu ul{
	width: 50%;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	list-style: none;
    padding-top: 7.9rem;/**/
    border-right: 0.50rem solid #0b2c84;/* 枠線 */
    box-sizing: border-box;
}

.open .g_menu ul li{
	width: 100%;
    list-style-type: none;
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.open .g_menu ul li a{
	display: block;
	width: 100%;
	line-height: 4.00rem;/**/
	box-sizing: border-box;
	padding-left: 3.50rem;/*70*/
	font-size: 1.60rem;/*28*/
	color: #383838;
	position: relative;
}

.open .g_menu ul li:last-child{
	margin-top: 3.00rem;/**/
}

.open .g_menu ul li:last-child a{
    width: 13.25rem;/*265*/
    margin: 0px auto;
	font-size: 1.40rem;/**/
    color: #fff;
    text-align: center;
    background-color: #00A3E1;
	padding-left: 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

/*--------------------------------*/

#footer_wrap{
    width: 100%;
    background-image: url("./image/index/sp_bg02.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    /*position: relative;*/
    z-index: -1;
}

#footer_wrap section{
	width: 90%;/**/
    margin: 5.75rem auto 0;/*115,0*/
    padding: 0;
    overflow: hidden;
}

#footer_wrap section div.left, #footer_wrap section div.right{
	
}

#footer_wrap section div.left{
	width: 100%;
    margin: 0px auto;
}

#footer_wrap section div.left dl.block_access{
    margin-bottom: 2.25rem;
}

#footer_wrap section div.left dl.block_access dt{
    color: #0B2C84;
    font-size: 1.76rem;/*35*/
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 2.00rem;/*40*/
}

#footer_wrap section div.left dl.block_access dd{
    font-size: 1.30rem;/*26*/
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 180%;
}

#footer_wrap section div.left dl.block_access dd iframe{
    width: 100%;
    height: 18.40rem;/*368*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*PCとspでGooglemaps表示を分ける*/
#footer_wrap section div.right{
	display: none;
}

#footer_wrap .linkbtn{
    width: 18.04rem;
    margin: auto;
    margin-bottom: 4.42rem;
}

#footer_wrap .linkbtn a{
    display: block;
    background-color: #00A3E1;
    color: #fff;
    font-size: 1.49rem;/*17*/
    font-family: vdl-v7mincho,sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 1.22rem 0;/**/
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}

#footer_wrap .linkbtn a img{
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 0.4rem;
}

#footer_wrap .block_info{
    width: 100%;
    margin: 0px auto 10.00rem;/*0,200*/
    text-align: center;
}



#footer_wrap .block_info dt{
    margin-bottom: 2.70rem;/*40*/
}

#footer_wrap .block_info dd{
    font-size: 1.30rem;/*26*/
    color: #0B2C84;
}



#footer_wrap .block_info dd ul li:nth-child(1){
    font-size: 0.80rem;/*16*/
}

#footer_wrap .block_info dd ul li:nth-child(2){
    font-size: 1.80rem;/*36*/
    font-weight: bold;
    margin: 0.05rem auto 0.75rem;
    
}

#footer_wrap .block_info dd ul li:nth-child(3){
    font-size: 0.60rem;/*12*/
}

#footer_wrap .block_info dd ul li a{
    color: #0B2C84;
    }




















































/**/