﻿/*--------リンク・フォント--------*/
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/NotoSans_r.woff') format('woff'),
        url('../Dup/img/Notosans_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/Notosans_bold.woff') format('woff'),
        url('../Dup/img/Notosans_bold.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'futura';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/futura_pt.woff') format('woff'),
        url('../Dup/img/futura_pt.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'futura';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/futura_pt_bold.woff') format('woff'),
        url('../Dup/img/futura_pt_bold.eot')  format('eot');
    font-display: swap;
}
body, .font_sans-serif {
    font-family: "NotoSans","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
.add_shadow{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
#wrap.bg_color1{background-color:#fff;}
#wrap.txt_white, header .txt_white {color: #2b2d2d;}
body, .txt_color_nomal{color: #2b2d2d!important;}
#f_menu ul li a {
    color: #333;
    font-size: 0.95em;
    letter-spacing: 1px;
}
#info_map .foot_tel_bt a:first-of-type {
    display: none;
}
.header .grid_3 a:first-of-type{display:none;}

#fakeloader{
    background: #2b8997!important;
}
header,footer{
    position: relative;
}
#info_map{
    position: relative;
}

body{
    position:relative;
    
}
body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:0;
    width:100%;
    height:100vh;
    background:url(./Dup/img/back.jpg) center no-repeat;
    background-size:cover;
  }
main{position:relative;}
  
#main_menu ul li p:first-of-type {
     font-family: "futura",sans-serif;
     font-weight: 700;
}
#main_menu ul li { padding: 10px 15px;}
#main_menu ul li a {color: #0e0e0e;}
#main_menu ul li a:hover {color: #1d4b58;}
#main_menu ul li p:first-of-type{font-size: 1rem;}
#main_menu ul li p:last-of-type{color: #00b8ec;}
#main_menu.fixed ul li p:last-of-type {color: #fff;}
#main_menu.fixed {
    padding-top: 0;
    padding-bottom: 0;
}

#aisatsu > div {background-color: rgba(81, 82, 82, .7)!important;}
#aisatsu > div h2 {color: #2bebfd;}
#aisatsu > div p {color: #fff;}
#top_contents .contents_box{
    background-image: linear-gradient( 135deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%)!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
#top_contents .contents_box2{
    text-align: center;
}
#top_contents .contents_box2 h2,#top_contents .contents_box2 p{
    color:#333;
}
#top_contents .contents_box2 p{
    text-align: left;
}

.underline{
    position: relative;
    display: inline-block;
    z-index: 1;  
}
.underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #e8f3f7;
  z-index: -1;
  transition: all 0.8s;
}
#top_contents .underline:after {
  background: #6ab9c8;
}
.underline.active:after,#top_contents .underline.active:after {
  width: 100%;
}
#top_contents .no_item{
    width: 5.5em;
    height: 5.5em;
    left: -15px;
    top: -34px;
}
  

#top_cms h2{
    font-family: "futura",sans-serif;
}
#top_cms .cms_title{
    position: relative;
    z-index: +1;
}
#top_cms .cms_title::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_06.png) no-repeat;
    background-size: contain;
    width: 17em;
    height: 6em;
    left: 50.5%;
    transform: translateX(-50%);
    top: -5px;
    z-index: -1;
}

#top_cms .border_white{
    background: #fff;
    box-shadow: rgba(210, 236, 249, .55) 0px 4px 16px, rgba(213, 240, 251, .4) 0px 8px 32px;
    border: 0;
}
.effect.effect-1 {
    font-family: "futura",sans-serif;
    text-transform: uppercase;
    color: #288698;
}
#info_map .effect.effect-1 {
    color: #fff;
}
#f_menu{
    border-bottom: 1px solid #26798b;
    border-top: 1px solid #26798b;
}
#copyright,#copyright a{color: #1e8194;}


.zoomIn{
    opacity: 0;
    transform: scale(0.6);
	transition: 0.5s;
}
.zoomIn.active{
    opacity: 1;
    transform: scale(1);
}





/*--------下層--------*/
#main_img2 .page_title {
    background-color: rgba(250, 253, 253, .5)!important;
}
#main_img2 {background-position: 50% 50%;}
.page_title h2 span{
    color: #d8eaec;
}


#page3 #cms_2-c .cate_title {
  position: relative;
  padding: 0 20%;
  text-align: center;
}

#page3 #cms_2-c .cate_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #26798b;
}

#page3 #cms_2-c .cate_title span {
    position: relative;
    padding: 3px 100px 6px;
    background: #26798b;
    color: #fff;
}


#page3 #cms_2-c #cate1 .box_txt1{
    position: relative;
}
#page3 #cms_2-c #cate1 .box_txt1::before {
content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #26798b;
    border: solid 3px #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -35px;
    box-shadow: 0 0 0 2px #26798b;
}


#page3 #cms_2-c .box_description2{
        border-left: dotted 4px #1e2b38;
    background-color: rgba(253, 253, 253, .35);
}

#page3 #cms_2-c #cate1 .box_txt1,
#page3 #cms_2-c #cate1 .box_txt2{padding-left:5px;}

#page3 #cms_2-c #cate1 .box_wrap{
    position: relative;
    padding-left: 30px;
}


#page3 #cms_2-c #cate1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 30px);
    border-left: 4px dotted #1e2b38;
    position: absolute;
    top: 30px;
    left: 26px;
}
#page3 #cms_2-c #cate1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
#page3 #cms_2-c #cate1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 68px;
    top: 5px;
    left: -38px;
}

#page4 #cms_3-f .cate_title{
    font-size:3em;
}
#page4 #cate0 .sub_cate_wrap,#top_cms .cms_3-f.cms_wrap{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between;;
    align-items: center;
	flex-direction: row;
}
#page4 #cate0 .sub_cate{
    flex-basis: calc((100% - 30px) / 3)!important;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.cms_3-f .sub_cate{
    flex-basis: calc((95% - 20px) / 3)!important;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
#page4 #cate0 .sub_cate_img1{
    padding-left: 0px;
}
#page4 #cate0 .sub_cate_item,#top_cms .cms_3-f .sub_cate_item{
    width: 100%!important;
    padding-right: 0px;
}

#page4 #cate0 .sub_cate_contents,#top_cms .cms_3-f .sub_cate_contents{
    flex-direction: column-reverse;
    align-items: center;
}
#page4 #cate0 .sub_cate_title,#top_cms .cms_3-f .sub_cate_title{
    border-left: none;
    display: inline-block;
    background-color: #26798b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
}
#page4 #cate0 .sub_cate_txt1{
    font-size: 1.8em;
}
#page4 #cms_3-f .cate_box{
    padding: 0;
    margin: 0 0 2% 0;
}
#page4 .cate:not(:first-of-type) .cate_box:first-of-type{
    border-bottom:none;
}
#page4 .cate:not(:first-of-type) .cate_box:first-of-type .box_item{
    background-color:#45a8bb;
    color:#fff;
    padding: 10px;
}
#page4 .cate:not(:first-of-type) .cate_box:first-of-type .box_item .box_title1{
    border-bottom:none;
    border-right:1px solid;
}
#page4 .cate:not(:first-of-type) .cate_box:first-of-type .box_item .box_title2{
    border:none;
}

#page5 #cms_6-c .cate_box {
  position: relative;
  border: 0;
}
#page5 #cms_6-c .cate_box:before,
#page5 #cms_6-c .cate_box:after {
  position: absolute;
  content: '';
}
#page5 #cms_6-c .cate_box:after {
  top: -1px;
  left: -1px;
  width: 50px;
  height: 50px;
  border-top: 3px solid #6ab9c8;
  border-left: 3px solid #6ab9c8;
}
#page5 #cms_6-c .cate_box:before {
  right: -1px;
  bottom: -1px;
  width: 50px;
  height: 50px;
  border-right: 3px solid #6ab9c8;
  border-bottom: 3px solid #6ab9c8;
}
#cms_3-f .cate_box {width: 100%;}

#cms_5-b .cate_box, .cms_5-b .cate_box {border-bottom: 1px solid #2a2922;}
#cms_5-b .cate_box .open_bt, .cms_5-b .cate_box .open_bt { border: none;}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item { border: none;    padding: 0px 30px 0px;}
#cms_5-b .cate_box .box_txt1,.cms_5-b .cate_box .box_txt1{
	padding: 1em;
    background-color: #f5f5f5;
}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {  margin-left: 87px;}
#cms_5-b .cate_box .open_bt .arrow img, .cms_5-b .cate_box .open_bt .arrow img{display: none;}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow {
	left: 2px;
    top: 50%;
    margin-top: 0px;
}
#cms_5-b .cate_box .open_bt .arrow::before,
#cms_5-b .cate_box .open_bt .arrow::after,
.cms_5-b .cate_box .open_bt .arrow::before,
.cms_5-b .cate_box .open_bt .arrow::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #909090;
    
}
#cms_5-b .cate_box .open_bt .arrow::before,
.cms_5-b .cate_box .open_bt .arrow::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);    
transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow::after,
.cms_5-b .cate_box .open_bt .arrow::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow.arrow_be::before,
.cms_5-b .cate_box .open_bt .arrow.arrow_be::before{
	transform: rotate(45deg);
transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow.arrow_be::after,
.cms_5-b .cate_box .open_bt .arrow.arrow_be::after{
	transform: rotate(-45deg);
transition: all 0.5s;
}
#page8 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 15px 20px 15px 20px;
}
#page8 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}

@media screen and (max-width: 667px){  
#page8 .tel_box a{
    font-size: 5.3vw;
    letter-spacing: 2px;    
}
}
/*--------foot_fix--------*/
#foot_fix_ban {
    position: fixed !important;
    bottom: 4px;
    right: 60px;
    height: auto;
    width: 18%;
    z-index: 20;
}
#foot_fix_ban div{
    display: block;
}
#foot_fix_ban a{
    bottom: 0px;
    right: -14px;
    height: auto;
    width: 98%;
}

#footer{
    padding-bottom: 80px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
    .cms_3-f .sub_cate {
    flex-basis: calc((90% - 10px) / 3)!important;

}
    #foot_fix_ban {
    width: 26%;
}
#copyright, #copyright a {
    text-align: left;
    padding-left: 16px;
}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    
    #top_contents .no_item {
    width: 4em;
    height: 4em;
    left: 50%;
    transform: translateX(-50%);
    top: -49px;
}
.page_title h2 span {
    font-size: 4vw;
}
.cms_3-f .sub_cate {
    flex-basis: calc(95% / 2)!important;
    padding: 0;
}
#top_cms .cms_3-f .sub_cate_title {
    font-size: 4vw;
}
.cms_5-b .cate_box .arrow {
    left: -13px;
}
.cms_5-b .cate_box .open_bt .box_title1 {
    margin-left: 65px;
}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item {
    padding: 0px;
}
#page3 #cms_2-c .cate_title span {
    padding: 3px 30px 6px;
}
#page3 #cms_2-c #cate1 .box_wrap:before {
    left: 15px;
}
#page3 #cms_2-c #cate1 .box_txt1::before {
    top: 3px;
    left: -47px;
}
#page4 #cms_3-f .cate_title {
    font-size: 9vw;
}
#page4 #cate0 .sub_cate {
    flex-basis: calc((100% - 15px) / 2)!important;
    padding-top: 0px;
}
#page4 #cate0 .sub_cate_img1 {
    margin-top: 0px;
}
#page4 #cate0 .box_wrap {
margin-top: 25px;
}
#page4 #cate0 .sub_cate_title, #top_cms .cms_3-f .sub_cate_title {
    font-size: 4vw;
}
#page4 .cate:not(:first-of-type) .cate_box:first-of-type .box_item {
    padding: 10px 0;
}
#foot_fix_ban {
    width: 51%;
    bottom: 64px;
    right: 5px;
}
#copyright, #copyright a {
    padding-left: 5px;
    padding-bottom: 130px;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
body{overflow:hidden;}
#cms_3-f .sub_cate_contents .sub_cate_img1,#top_cms .cms_3-f .sub_cate_contents .sub_cate_img1{
    min-height: 0%;
	margin: 0 0 10px;
}


}