﻿/* color */
body,.txt_color_nomal{color: #4d4d4d;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #60ABAB} /* メインカラー */
.txt_color2{color: #0071BC} /* サブカラー */
.txt_color3{color: #0071BC} /* アクセントカラー1 */
.txt_color4{color: #FFEC73} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #0095d9} /* メインカラー */
.bg_color2{background-color: #0071BC} /* サブカラー */
.bg_color3{background-color: #0ba0e4} /* アクセントカラー1 */
.bg_color4{background-color: #FFEC73} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #00bbd9}
.border_color2{border-color: #0071BC}
.border_color3{border-color: #00bbd9}
.border_color4{border-color: #FFEC73}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #4d4d4d;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #60ABAB} /* メインカラー */
.hvr_txt_color2:hover{color: #0071BC} /* サブカラー */
.hvr_txt_color3:hover{color: #00bbd9} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FFEC73} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #0071BC} /* メインカラー */
.hvr_bg_color2:hover{background-color: #0071BC} /* サブカラー */
.hvr_bg_color3:hover{background-color: #00bbd9} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FFEC73} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #0071BC}
.hvr_border_color2:hover{border-color: #0071BC}
.hvr_border_color3:hover{border-color: #00bbd9}
.hvr_border_color4:hover{border-color: #FFEC73}

html{
   font-size:107%;
}


/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #0071BC;}
.txt_color_nomal{color: #0071BC;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #0071BC;}
.bg_color3 .linkStyle{color: #FFEC73;}
.bg_color4 .linkStyle{color: #0071BC;}


/*--------------------------fakeLoader--------------------------*/
#loading_bg{
background-color:#0095d9;
}
#loading .bg_color1{
background-color:#0095d9;
}
#loading{
opacity:0;
animation-name: sample01; /*←@keyframesにも同じ名前を記述*/
animation-duration: 1s; 
animation-fill-mode: forwards; 
}
#loading img{
    max-width: 500px;
}
@keyframes sample01 {  /*←animation-nameにも同じ名前を記述*/
0% {
  opacity: 0;
  color:#000;
}
30% {
 opacity: .5;
 color:#000;
}
60% {
 opacity: .8;
 color:#000;
}
 100% {
  opacity: 1;
  color:#000;
} 
}
/* HEAD個別 ---------------------------------------------------------------------------------------------*/
#main_img::before{
    position: absolute;
    content: "";
    background-image: url(./dup/img/logo.png);
    width: 300px;
    height: 200px;
    right: -30px;
    bottom: -40px;
    z-index: 10;
    background-size: 80%;
    background-repeat: no-repeat;
    opacity: .5;
}
#pc_nav{
display:none;
}
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fade_on {
    opacity: 1;
}
div#global-nav {
    background-color:rgba(0,113,188,.6);
    margin-top: -40px;
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_header {
    background: transparent!important;
    padding-right: 0px;
    padding-left: 0px;
}
#global-nav  .menu_stick {
    top: 36px;
}
.h_sns{
   top:15px;
   right:30%;
}
.h_info{
   top:15px;
   right:10%;
}
.fa-phone:before{
  position: absolute;
  left: -10px;
  top: 9px;
}



/* TOP ---------------------------------------------------------------------------------------------*/
div#wrap {
    background-color: #ffffff;
}
/*#video{
height: 100vh;
}*/
.con_box::before {
    width: 2px;
    background-color: #FFEC73;
}
#sp_nav {
    background-color: rgba(96,171,171,.7);
}
.font_serif {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#contents1 .con_box::after{
    position: absolute;
    content: "";
    background-image: url(./dup/img/car.png);
    background-size: 100%;
    width: 400px;
    height: 300px;
    top: -208px;
    left: -53px;
    background-repeat: no-repeat;
    z-index: 0;
}
#top_info .con_box::after{
    position: absolute;
    content: "";
    background-image: url(./dup/img/car1.png);
    background-size: 100%;
    width: 237px;
    height: 300px;
    top: -248px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}
#contents1 h2{
    font-size: 34px;
}
#contents2 h2{
    font-size: 32px;
}
#contents3 h2{
    font-size: 32px;
}
#contents2 .con_box {
    background: -moz-linear-gradient(left, transparent, rgba(255,169,173,.6)20%);
    background: -webkit-linear-gradient(left, transparent, rgba(255,169,173,.6)20%);
    background: linear-gradient(to right, transparent, rgba(255,169,173,.6)20%);
}
#contents3 .con_box {
    background: -moz-linear-gradient(to right, rgba(44,184,215,.7)70%, transparent);
    background: -webkit-linear-gradient(to right, rgba(44,184,215,.7)70%, transparent);
    background: linear-gradient(to right, rgba(44,184,215,.7)70%, transparent);
}
#contents4 .bg_black {
    background-color: #bababa;
}
#contents4 .opacity05 {
    opacity: 0.8;
}
#contents4 .txt_color2 {
    color: #ffffff;
}
#top_cms .cms_title .txt_color2 {
    color: #ffffff;
}
.more a::after {
    border-bottom: solid 1px #FFEC73!important;
    border-left: solid 1px #FFEC73!important;
}
.more a::before {
    border-top: solid 1px #FFEC73!important;
    border-right: solid 1px #FFEC73!important;
}
footer .bg_black {
      background-color: #00bbd9;
}
footer .opacity03 {
    opacity: .7;
}
footer .width_200-max {
    max-width: 300px;
}
.more a:hover {
    background-color: rgba(255,255,255,0.2);
}
.tel_bt:hover {
    border: solid 1px rgba(255,255,255,0.8);
}
#top_info .font_14up {
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}
#sns_link .opacity07 {
    opacity: 1;
}
#sns_link .hvr_opa1:hover {
    opacity: .7;
}

/* CMS ---------------------------------------------------------------------------------------------*/
.cms_back{
    background-color: #ffffff;
}
.cms_header .menu_stick{
top: 39px;
}
.cms_header{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px!important;
}
#header {
    background: -moz-linear-gradient(top, rgba(0,113,188,.6)100%, transparent);
    background: -webkit-linear-gradient(top, rgba(0,113,188,.6)100%, transparent);
    background: linear-gradient(to bottom, rgba(0,113,188,.6)100%, transparent);
}
#page_title{
background-color: #00bbd9;
}
#page_title .opacity02 {
    opacity: 0.8;
}

.cate_list li a {
    color: #ffffff;
}
.cate_list {
border-bottom: solid 1px #FFEC73;
}
.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before {
    background-color: #ffffff;
}
.cate_title,.box_txt2,.cate_txt1{
    color: #ffffff;
}
#cms_1-c .date{
   color: #FFEC73;
}
#cms_1-c  .box_title1{
    color: #ffffff;
}
#cms_1-c  .box_txt1{
    color: #ffffff;
}
#cms_2-c .txt_color2 {
    color: #ffffff;
    font-weight: bold;
}
#cms_2-c .border_color1 {
    border-color: #ffffff;
}
#cms_2-c .border_color3 {
    border-color: #FFEC73;
}
#cms_6-b .cate_title{
color:white;
}
#cms_6-b .bg_color3 {
    background-color: #0071BC;
}
#cms_6-a .cate_title{
color:white;
}
#cms_6-a .bg_color1 {
    background-color: #0071BC;
}
#cms_6-a .border_color3 {
    border-color: #ffffff;
}
#cms_3-c .border_color1 {
    border-color: #ffffff;
}
#cms_3-c .border_color3 {
    border-color: #ffffff;
}
#cms_3-c .box_title1{
color:#ffffff;
}
#cms_3-c .box_title2{
color:#ffffff;
}
#under_page .info_box .d_flex:first-of-type {
    border-top: solid 1px #ffffff;
}
.info_box .border_color2 {
    border-color: #ffffff;
}
.info_box p{
color:#ffffff;
}
.under_box .linehight_2,.linehight_2 span{
color:#ffffff;
}
#form_box dt,#form_box span{
color:#ffffff;
}
#form_box dl input, #form_box dl textarea {
    background-color:rgba(255,255,255,1);
    color: #333333;
}
.page9 h3 {
    border-color: rgba(255,255,255,.8);
}
.page9 a{
color:#0071BC;
}
.page9 .txt_color2 {
    color: white;
}
.sitemap_box p{
color:#ffffff;
}
.more a::before {
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
}
.more a::after {
    border-bottom: solid 1px #333333;
    border-left: solid 1px #333333;
}
#form_area .border_color1 {
    border-color: #0071bc;
}
#form_area .bg_color1 {
    background-color: #0071bc;
}
.page9 .border_color2 {
    border-color: #ffffff;
}

/* ---------- レスポンシブ---------- */
@media screen and (max-width: 770px){
.h_sns{
  display:none;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
div#global-nav {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#global-nav .h_sns{
    right:30%;
}
#global-nav .h_info{
    right: 15%;
}
header .menu_stick {
    top: 39px;
}
#contents2 .con_box {
    background: -moz-linear-gradient(left, transparent, rgba(0,164,217,.4)0%);
    background: -webkit-linear-gradient(left, transparent, rgba(0,164,217,.4)0%);
    background: linear-gradient(to right, transparent, rgba(0,164,217,.4)0%);
}
#contents3 .con_box {
    background: -moz-linear-gradient(left, rgba(0,164,217,.4)100%, transparent);
    background: -webkit-linear-gradient(left, rgba(0,164,217,.4)100%, transparent);
    background: linear-gradient(to right, rgba(0,164,217,.4)100%, transparent);
}
.cate_list li:nth-child(4n + 1)::before {
    background-color: #ffffff;
}
#global-nav .menu_stick {
    top: 39px;
}
#cms_3-c .box_title1{
    width: 60%!important;
}
#cms_3-c .box_title2{
    width: 40%!important;
}
#contents1 .con_box::after {
    width: 350px;
    height: 200px;
    top: 96%;
    left: 47%;;
    z-index: 1;
}
section#contents1 {
    margin-bottom: 100px;
}
#top_cms {
    margin-bottom: 50px;
}
#top_info .con_box::after {
    width: 220px;
    height: 236px;
    top: -651px;
    right: -37px;
    z-index: 1;
}
header .scroll_d {
    left: 100%;
}
#video {
    height: 50vh;
}
.height100vh {
    height: 50vh;
}
#main_img::before {
    width: 222px;
    height: 200px;
    transform: translate(0, 20%);
}
}



/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading img {
    width:90%;
}
div#main_img {
    left: 0%;
}
header.height80vh_sp,#video {
height: 40vh;
}
#global-nav .menu_stick {
    top: 30px;
}
header .scroll_d span {
    display: none;
}
header .scroll_d {
    display: none;
}
div#global-nav {
    padding-bottom: 0px;
margin-top: -26px;
}
.cms_header .menu_stick{
top: 30px;
}
#main_img::before {
    width: 126px;
    height: 114px;
    transform: translate(-10%, 10%);
    opacity: .5;
}
#contents1 h2 {
    font-size: 22px;
}
#contents2 h2{
    font-size: 22px;
}
#contents3 h2{
    font-size: 22px;
}
.cate_list li a {
    border: 1px solid #ffffff;
    padding: 10px 20px;
}
#cms_3-c .box_title1{
    width: 100%!important;
}
#cms_3-c .box_title2{
    width: 100%!important;
}
#cms_6-a .font_4up_sp {
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}
#header .width_200-max_sp {
    max-width: 220px;
}
#contents1 .con_box::after {
    width: 287px;
    height: 200px;
    top: 102.5%;
    left: 50%;
    transform: translate(-50%, 0px);
}
#top_cms {
    margin-bottom: 100px;
    padding-bottom: 30px;
}
#top_info .con_box::after {
    width: 180px;
    height: 200px;
    top: -430px;
    right: 50%;
    z-index: 1;
    transform: translate(50%, 0px);
}
#top_info .font_14up {
    font-size: -webkit-calc(1rem + 9px);
    font-size: calc(1rem + 9px);
}
section#contents1 {
    margin-bottom: 120px;
}
.cms_header {
    height: 77px!important;
}
}


/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#end_bnr a{padding-top:25px;}
}

/* ---------- 2021/01/19 ---------- */
#loading img {
    max-width: 670px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#loading img {
    max-width: 450px;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading img {
    max-width: 280px;
}
}

/* 2021/02/27 ---------------------------------------------------------------------------------------------*/
#loading img {
width: 50%;
max-width:50%!important;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#loading img {
width: 50%;
max-width:auto!important;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading img {
width: 50%;
max-width:auto!important;
}
}

/* 2021/03/02 ---------------------------------------------------------------------------------------------*/
header{height:initial!important;}
#main_img{
  position:relative;
  max-height: inherit;
}
#body{overflow:hidden;}
#video .video{
  width:100%!important;
  height:auto!important;
}
#main_img::before{right:0;}

/* ---------- responsive ---------- */
@media screen and (max-width:960px){
#main_img::before{background-size:70%;}
}
@media screen and (max-width:910px){
#main_img::before{ right: 60px;}
}
@media screen and (max-width:870px){
#main_img::before{background-size:60%;}
}
@media screen and (max-width:825px){
#main_img::before{ right: 80px;}
}
@media screen and (max-width:800px){
#main_img::before{ right: 120px;}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img::before{
  right:-50px;
  bottom: 20px;
}
#contents1{padding-top:0;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.bnr3_sp{
  bottom:0;
  left:0;
}
#copyright{padding-bottom:80px;}

}



/* 2022/01/13 ---------------------------------------------------------------------------------------------*/
iframe{
    width:100%;
}
.calendar iframe{
    height: 570px;
}
/* 2022/08/02 ---------------------------------------------------------------------------------------------*/
.calendar_link .bg_color1 {
    background-color: #0071bc;
}