﻿/* color */
.txt_color_nomal{color: #03989e;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #03989e} /* メインカラー */
.txt_color2{color: #f4f4f4} /* サブカラー */
.txt_color3{color: #092237} /* アクセントカラー1 */
.txt_color4{color: #f9f0eb} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #03989e} /* メインカラー */
.bg_color2{background-color: #f4f4f4} /* サブカラー */
.bg_color3{background-color: #092237} /* アクセントカラー1 */
.bg_color4{background-color: #f9f0eb} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #03989e}
.border_color2{border-color: #f4f4f4}
.border_color3{border-color: #092237}
.border_color4{border-color: #f9f0eb}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #03989e;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #03989e} /* メインカラー */
.hvr_txt_color2:hover{color: #f4f4f4} /* サブカラー */
.hvr_txt_color3:hover{color: #092237} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f9f0eb} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #03989e} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f4f4f4} /* サブカラー */
.hvr_bg_color3:hover{background-color: #092237} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f9f0eb} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #03989e}
.hvr_border_color2:hover{border-color: #f4f4f4}
.hvr_border_color3:hover{border-color: #092237}
.hvr_border_color4:hover{border-color: #f9f0eb}

body, #spanizer, .main_catch {
    font-family: 'Zen Kaku Gothic New', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", sans-serif !important;
}
.sns_links {
    position: fixed;
    bottom: 85px;
    left: 10px;
    width: 350px;
    height: auto;
    z-index: 1;
}
.banner_box {
    position: fixed;
    bottom: 10px;
    left: 35px;
    width: 300px;
    height: auto;
    z-index: 1;
}
.main_catch {
    top: 100px;
    left: 100px;
    font-size: 50px;
    color: #03989e;
    opacity: 0;
}
.main_catch {
  animation: fadeIn 1s ease 3s 1 forwards;
}
 
@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}
.linkStyle {
    color: #a73a06;
}
/*****基本*******/
/*#contents .plus {
    background-color: #03989e;
}*/
/****木目******/
/*#contents .plus {
    background-color: #03989e;
background-image: url("https://www.transparenttextures.com/patterns/dark-wood.png");
}*/
/****木目2******/
/*#contents .plus {
    background-color: #03989e;
background-image: url("https://www.transparenttextures.com/patterns/tileable-wood-colored.png");
}
.plus .grid_6 {
    background-color: rgba(3,152,158,0.6);
}*/
/****木目3******/
/*#contents .plus {
    background-color: #6a4928;
background-image: url("https://www.transparenttextures.com/patterns/dark-wood.png");
}*/
/****サンプル4*******/
/*#contents .plus {
background-image: url(./Dup/img/sample4.jpg);
background-size: cover;
}*/
/****サンプル5*******/
/*#contents .plus {
background-image: url(./Dup/img/sample5.jpg);
background-size: cover;
}
.plus h3 {
    color: #092237;
}*/
/*****back1*******/
/*#contents .plus {
background-image: url(./Dup/img/back1.jpg);
background-size: cover;
}
.plus .txt_white {
    color: #092237;
}*/
/*****back2*******/
/*#contents .plus {
background-image: url(./Dup/img/back2.jpg);
background-size: cover;
background-position: bottom;
}
.plus .txt_white {
    color: #092237;
}*/
/*****back3*******/
/*#contents .plus {
background-image: url(./Dup/img/back3.jpg);
background-size: cover;
background-position: bottom;
}
.plus .txt_white {
    color: #092237;
}*/
/*****back4*******/
/*#contents .plus {
background-image: url(./Dup/img/back4.jpg);
background-size: cover;
background-position: top;
}
.plus .txt_white {
    color: #092237;
}

.plus .grid_6 {
    background-color: rgba(255,255,255,0.5);
}*/
/*****back5*******/
/*#contents .plus {
background-image: url(./Dup/img/back5.jpg);
background-size: cover;
background-position: bottom;
}
.plus .txt_white {
    color: #092237;
}
.plus .grid_6 {
    background-color: rgba(255,255,255,0.5);
}*/
/*****back6*******/
/*#contents .plus {
background-image: url(./Dup/img/back6.jpg);
background-size: cover;
background-position: bottom;
}
.plus .txt_white {
    color: #092237;
}*/
/*****sample6*******/
/*#contents .plus {
background-image: url(./Dup/img/sample6.jpg);
background-size: cover;
background-position: bottom;
}
.plus .txt_white {
    color: #092237;
}*/
/*****sample7*******/
/*#contents .plus {
background-image: url(./Dup/img/sample7.jpg);
background-size: cover;
background-position: bottom;
}
.plus .txt_white {
    color: #092237;
}*/
/*****sample8*******/
/*#contents .plus {
background-image: url(./Dup/img/sample8.jpg);
background-size: cover;
background-position: center;
}
.plus .txt_white {
    color: #092237;
}*/
/*****sample9*******/
/*#contents .plus {
background-image: url(./Dup/img/sample9.jpg);
background-size: cover;
background-position: center;
}
.plus .txt_white {
    color: #092237;
}*/
/*********ブルーを薄く*****************/
#contents .plus {
    background-color: #75c4c7;
}

/*************追加イラスト************/
.bara3 {
    right: 0;
    bottom: 0;
    opacity: 0.6;
}
/**************************/
#main_img {
    height: 100vh;
    overflow: hidden;
}

.rel {
    bottom: -40px;
    right: 0;
    width: 400px;
}
.heal {
    width: 400px;
    right: 0;
    bottom: -40px;
}
.hide {
    width: 400px;
    right: 0;
    bottom: -40px;
    background-color: rgba(9, 34, 55, 0.8);
}
.spen {
    width: 400px;
    right: 0;
    bottom: -40px;
}
/*.box_2 {
    background-image: url(./Dup/img/bara.jpg);
}*/
.fade_down {
  opacity : 0;
  transform : translate(0, -20px);
  transition : all 1s;
}
 
.fade_down.active{
  opacity : 1;
  transform : translate(0, 0);
}

.bara1 {
    top: 0px;
    right: 0;
    width: 330px;
}
.bara2 {
    bottom: -50px;
    width: 400px;
}
.box_2 .grid_6 {
    background-color: rgba(9, 34, 55, 0.8);
    z-index: 1;
}
.box_2 .rectangle_img {
    z-index: 1;
}
#global-nav .grid_2 {
    width: 120px!important;
}
#global-nav .grid_2 .font_16 {
    font-size: 17px;
}

.nav_custom .grid_2 {
    width: 130px!important;
}
.nav_custom .grid_2 .font_16 {
    font-size: 17px !important;
}

.contact_box {
    display: flex;
    width: 80%;
    margin: 20px auto;
}

/**************ファーストビューアニメーション*******************/
@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}
/*********テキストアニメーション**************/
#spanizer {
    top: 100px;
    left: 100px;
    color: #03989e;
    font-size: 50px;
}
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(200, 200, 200, 0.6);
  }
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    height: 50vh;
}
#global-nav .grid_2 {
    width: 16%!important;
}
#global-nav .grid_2 .font_16 {
    font-size: 15px;
}
.custom .grid_2 {
    width: 109px !important;
}
.nav_custom .font_14_tb {
    font-size: 14px;
}
#spanizer {
    top: 73%;
    left: 36px;
    color: #03989e;
    font-size: 40px;
}
.heal, .rel, .hide, .spen {
    width: 260px;
    right: 0;
    bottom: -30px;
}
.bara1, .bara2 {
    display: none;
}
.sns_links {
    position: fixed;
    bottom: 70px;
    left: 10px;
    width: 261px;
    height: auto;
    z-index: 1;
}
.banner_box {
    position: fixed;
    bottom: 10px;
    left: 28px;
    width: 222px;
    height: auto;
    z-index: 1;
}

#copyright {
    padding-bottom: 110px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#main_img {
    height: 42vh;
}
#spanizer {
    top: 59%;
    left: 19px;
    color: #03989e;
    font-size: 23px;
}
h1 img {
    width: 100% !important;
}
.contact_box {
    display: block;
    width: 80%;
    margin: 0px auto;
}
.contact_box .mg_b-50px {
    margin-bottom: 0px;
}
.plus .grid_5 {
    order: 1;
}
.plus .grid_6 {
    order: 2;
}
#copyright {
    padding-bottom: 110px;
}
.sns_links {
    position: fixed;
    bottom: 60px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 1;
}
.banner_box {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 200px;
    height: auto;
    z-index: 1;
}
}

/*********IE**********/
@media all and (-ms-high-contrast:none) {
#top_cms .more a {
    padding-top: 10px !important;
}
/*@media all and (-ms-high-contrast:none)*/
.cate_list li a {
    padding-top: 10px !important;
}
/*@media all and (-ms-high-contrast:none)*/
#cms_2-a .cate .cate_title {
    padding-top: 10px !important;
}

#cms_3-d .cate .cate_title {
    padding-top: 17px !important;
    padding-bottom: 19px;
}
/*@media all and (-ms-high-contrast:none)*/
#cms_6-a .cate .cate_title {
    padding-top: 10px !important;
}
/*@media all and (-ms-high-contrast:none)*/
#page9 .box p a {
    padding-top: 10px !important;
}
/*@media all and (-ms-high-contrast:none)*/
#page10 ul li a {
    padding-top: 14px !important;
}


}

.cate img, .cate_box img {
    box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
}