﻿.bg_color1{
    background-color: #fefefe;
}
.bg_color3{
    background-color: #eaeaea;
}
body,.txt_color_nomal{
    color: #222!important;
}
.border_color1{
    border-color: #1eb5df
}
.border_color2{
     border-color: #222
}
.hvr_bg_color1:hover{
    background-color:#1eb5df;
}
.hvr_border_color1:hover{
    border-color: #fff;
}
.font_serif{
    font-family: "游ゴシック", YuGothic, "Noto Sans JP", Sans-Serif ;
}
.txt_shadow_h{
    text-shadow:none
}
.txt_color2{
    color: #222;
}
.txt_color4{
    color: #1EB5DF;
}
.cate_list li a{
     color: #222;
}
.cate_list{
    border-bottom: solid 1px #222;;
}
@media screen and (max-width:667px){
    .cate_title{
        text-align: center;
    }
}
/*header*/
#header{
    background: linear-gradient(to bottom, #333, transparent);
}
header h1 a img{
    background-color: rgba(255,255,255,0.9);
    padding: 7px;
}
/*スマホナビ*/
#sp_nav ul li a.txt_color_nomal{
    color: #333!important;
}

@media screen and (max-width:667px){
    #sp_nav a.tel_bt.font_8up{
        font-size:  1.05rem;
    }
}
/*キャッチコピー*/
#TopCatch{
    position: absolute;
    max-width: 850px;
    height: 20vh;
    top: 55vh;
    right:320px;
    z-index: 2;
}

.typing {
    overflow: hidden;
    height: 100%;
    width: 58vw;
    min-width: 990px;
    position: relative;
 }
 .typed_wrap {
   position: absolute;
   width: 80vw;
   text-align: center;
   top: 0;
   left: -10%;
 }
 .typed_wrap h1 {
   color: #FFF;
   font-family: "Zen Maru Gothic",Sans-Serif;
   font-size: 4.0rem;
   font-weight: 500;
   height: 200px;
   line-height: 200px;
 }
 .typed::after {
   content: "|";
   animation: blink 0.7s infinite;
 }
 @keyframes blink {
   50%{opacity: 0;}
 }

@media(max-width:1708px){
     .typed_wrap h1{
         font-size: 2.5rem;
     }
     .typed_wrap{
         left: 0;
     }
}
@media(max-width:1250px){
    .typed_wrap h1{
         font-size: 1.8rem;
     }
     .typed_wrap{
         top: 0;
         left: 15%;
     }
}
@media(max-width:1000px){
    #TopCatch{
        top: 15vh;
    }
     .typed_wrap{
         left: 40%;
     }
}
@media(max-width:768px){
    #TopCatch{
        right: 140px;
    }
    .typed_wrap{
        width: 70vw;
    }
}
@media(max-width:667px){
    .typed_wrap{
        width: 300px;
        left: 70%;
    }
    .typed_wrap h1{
         font-size: 1.0rem;
     }  
}
/*TOP*/
#contents2{
    position: relative;
}
#contents2 .menupage-button-wrap{
    margin-top: 40px;
    width: 50%;
    height: 100px;
    background-color: #1EB5DF;
    border-radius: 20px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
    color: #fefefe;
    transition-duration: 0.5s;
}
#contents2 .menupage-button-wrap a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contents2 .menupage-button-wrap:hover{
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
    transition-duration: 0.5s;
}
@media screen and (max-width:667px){
    #contents2 .menupage-button-wrap{
        margin-left: 20px;
    }
    #contents2 .contents2-cwrap p{
        padding: 20px;
    }
}
#contents2 .con_box,#contents3 .con_box{
    color: #fff!important;
}
#contents-banner {
    width: 100%;
}
#contents-banner .contents-banner__wrap{
    width: 100%;
    position: relative;
}
#contents-banner .crossDesign{
    width: 50%;
    height: calc(100vw/2);
    position: relative;
    overflow: hidden;
}
#contents-banner .crossDesign:before{
    content:"";
    width: 100%;
    height: 100%;
    background-image: url('./Dup/img/cdc-banner.jpg');
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 2.5s;
}
#contents-banner .crossDesign:hover::before{
    transform: scale(1.2);
    transition-duration: 2.5s;
}
#contents-banner .crossDesign::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 3;
}
#contents-banner .contents-banner__inner{
    z-index: 4;
    display: inline-block;
    text-align: center;
}
#contents-banner .crossDesign a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
#contents-banner .crossDesign h2,#contents-banner .crossDesign h3{
    color: #fff;
}
#contents-banner h2{
    margin-bottom: 40px;
    font-size: 2.0rem;
}
#contents-banner .crossDesign h3{
    margin-top: 80px;
    padding: 20px;
    background-color: #1EB5DF;
    border-radius: 20px;
    font-size: 1.6rem;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
    transition-duration: 1.0s;
}
#contents-banner .crossDesign h3:hover{
    transform: scale(1.10);
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
    transition-duration: 1.0s;    
}


#contents-banner .toConcept{
    width: 50%;
    height: calc(100vw/2);
}
#contents-banner .toConcept a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#contents-banner .toConcept img{
    margin-top:135px;
    width: 100%;
    height: auto;
    transition-duration: 1.0s; 
}
#contents-banner .toConcept img:hover{
    transform: scale(1.05);
    transition-duration: 1.0s; 
}
@media screen and (max-width:768px){
    #contents-banner.pd_b-100px{
        padding-bottom: 40px;
    }
    #contents-banner .contents-banner__inner{
        padding: 10px;
    }
    #contents-banner .crossDesign h2,#contents-banner .crossDesign h3{
        font-size: 1.0rem;
    }
    #contents-banner .crossDesign h3{
        padding: 10px;
    }
    #contents-banner .toConcept img{
        margin-top: 50px;
    }
}
@media screen and (max-width:667px){
    #contents-banner h2{
        margin-bottom: 10px;
    }
    #contents-banner .crossDesign h3{
        margin-top: 20px;
    }
}

#contents1 .con_box{
    box-shadow: 0 4px 15px  rgb(0 0 0 / 30%);
}
#contents1 .con_box h2:before{
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    top: -226px;
    left: -147px;
    width: 800px;
    height: 190px;
    background-image: url(./Dup/img/makeitreal.png);
}
#contents2{
    min-height: 106vh;
}
#contents2 .d_table p.pd_t-50px{
    padding-top:  50px;
}
#contents2 .clearfix .con_box{
    position: relative;
}
#contents2 .contents2-cwrap{
    position: absolute;
    top: 100px;
    left: 0;
}
#contents2 .contents2-cwrap p{
    padding-right: 70px;
}
#contents2 .d_table p.vr_center{
    vertical-align: top;
}
#top_cms.pd_t-100px{
    padding-top: 0;
}
#top_cms .cms_box {
    padding-top: 40px;
}
#top_cms .more a.txt_white{
    color: #222;
}

@media screen and (min-width:768px){
    #contents1 .con_title br{
        display: none;
    }
    #contents2 .con_box::before{
        display: none;
    }
}
@media screen and (max-width:768px){
    #contents1 .con_title{
        padding: 0;
        font-size: 21.0px;
        text-align: left;
    }
    #contents1 .con_box h2:before{
        left: -21px;
        top: -148px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 360px;
    }
    #contents2 {
        min-height: 725px;
    }
    #contents2 .con_box{
        background: rgba(0,0,0,0.0);
    }
}
@media screen and (max-width:541px){
    #contents2 {
        min-height: 1060px;
    }
    #contents2 .contents2-cwrap p{
    padding-right: 20px;
}
    #contents3 h2{
        text-align: left;
    }
    
}
@media screen and (max-width:378px){
    #contents1 h2.con_title{
        font-size: 15.0px;
    }
    #contents1 p.con_txt{
        font-size: 14.0px;
    }
    #contents2 {
        min-height: 1250px;
    } 
    #contents2 h2.font_6up_sp{
        font-size: 18px;
    }
    #contents2 h2.mg_b-50px_tb{
        margin-bottom: 0;
    }
    #contents3 h2.font_6up_sp{
        font-size: 18px;
    }
}
/*お知らせ*/
#cms_1-a p a{
    color: #fff;
}
#cms_1-a .cate_box.border_color2{
    border-color: #222;
}
/*メニュー・料金*/
#cms_3-b .cate h3.bg_color1{
    background: linear-gradient(to right, #1EB5DF, transparent);
}
#cms_3-b .border_color1{
    border-color: #1eb5df
}
#cms_3-b .cate_box.border_color1{
    border-color: rgba(255,255,255,0.0);
}
/*お問い合わせ*/
#under_page .tel{
    display: flex;
    justify-content: center;
}
#under_page .tel a p{
    text-align: center;
}
#under_page p.telhere{
    text-align: center;
}
#under_page .tel_txt {
    padding: 40px 20px;
}
.outer-link__wrap{
    padding: 40px;
    margin: 0 auto;
    background-color: #0F4C81;
    transition-duration: 0.5s;
}
.outer-link__wrap:hover{
    background-color: rgba(15,76,129,0.5);
    transition-duration: 0.5s;
}
.outer-link__wrap a{
    color: #fff;
}
/*サイトマップ*/
.sitemap_box a.txt_white{
    color: #222;
}
/*footer*/
.con_box::before{
    background-color: #222;
}
.tel_bt{
    background-color: #222;
    transition-duration: 0.5s;
}
.tel_bt:hover{
    background-color: rgba(34,34,34,0.5);
    transition-duration: 0.5s;
}
@media screen and (max-width:667px){
    #top_info p.linehight_2 {
        font-size: 0.7rem;
    }
}
@media screen and (max-width:378px){
    #top_info .con_box a.font_8up{
        font-size: 1.0rem;
    }
}
/* ---------- loopSlider ---------- */

#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/*初めての方へ*/
.step{
    transform: translateY(-25px);
    font-size: 1.2rem;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: linear-gradient(to right, #1EB5DF, rgba(225,249,255,0.85));
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}
