﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho+B1&display=swap');
/* 1536 , 1530 × 735 ,1366 *//* ←記画面幅でも崩れていないか確認 */

/* カテゴリリンクの飛び先位置の数値を適宜調整してください */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #0078c9; 
    --color2: #f3feff; 
    --color3: #4cbad8; 
    --color4: #edebc5; 
    --black: #151a1e; 
	--linkStyle:#1876e8;
	--en:"Montserrat", sans-serif;
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}


/*フォント変更*/
.jp, .title h2{
  font-family: "Shippori Mincho B1", serif;
}

.en , #page_title .title_box p ,.more a, .cms_title_inner p ,.top_info_title p ,#top_contact_box .txt_box p ,#page10 .txt .font_6dw{
    font-family: var(--en);
}
.font_2dw{
    font-size: 16px;
}

.top_cms_title .font_4dw{
    font-size: 16px;
    color: var(--color1);
}
/*load*/
#loading_logo {
    max-width: 300px;
}

/*header*/
#header #logo .width_70per{
    width: 90% !important;
}
.sns_links .width_20{
    width: 30px;
}

/*footer*/

#footer::before {
    background: var(--color1);
}
.footer_box #logo2{
    max-width: 300px !important;
}
.footer_box .font_2dw{
    font-size: 14px;
}
.top_map{
    display: none;
}


/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 140px;
    z-index: 10;
    width: 37%;
    max-width: 330px;
    margin: auto;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateY(20px); 
    pointer-events: none; 
}

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important; 
}

/*#fix_bnr:hover{
    transform: translateY(0) scale(1.1) !important;
}
*/
#fix_bnr .img2{
    margin-bottom: -1px;
}

#fix_bnr img {
    transition: filter 0.4s ease, transform 0.4s ease;
}

#fix_bnr a {
    display: block;
    transition: transform 0.3s ease;
}

#fix_bnr a:hover {
    transform: scale(1.05); 
}
#fix_bnr:has(a:hover) .img2 img {
    filter: brightness(1.15) drop-shadow(0 0 12px rgba(255, 204, 0, 0.6));
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
/*header*/
#fix_menu .flex_space-between_tb{
    justify-content: flex-start;
}
    #logo h1.logo {
                max-width: 210px;
    }
    /*footer*/
    #footer #logo2{
        width: 40% !important;
    }
    /*fix_bnr*/
#fix_bnr {
width:30%;
right:0;
left:0;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
  /*header*/
        .tb_sns_wrap .sns_links_tb li {
        width: 25px;
    }
    #header #logo h1 a img{
        width: 90% !important;
    }
    /*load*/
    #loading_logo {
        width: 50%;
    }
/*footer*/
    .footer_box #logo2 {
            width: 100% !important;
        max-width: 150px !important;
    }
.foot_sns.tb_sns_wrap .sns_links_tb li {
        width: 35px;
    }
/*fix_bnr*/
#fix_bnr {
width:80%;
right:0;
left:0;
}

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img{
    height:100vh;
    min-height: 700px;
    background-color: var(--color2);
    padding-top: 0;
    overflow: hidden;
    min-width: 1200px;
    background-image: url('/Files/img/mainbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#main_img div:nth-child(1){
        width: 70%;
        max-width: 800px;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
}
#main_img div:nth-child(2){
        width: 40%;
        max-width: 350px;
        left: 0;
        bottom: 30px;
        z-index: 2;

}
#city-skyline {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
}
.window {
    opacity: 0.1;
    animation: slowGlow var(--duration) ease-in-out var(--delay) infinite;
  }
@keyframes slowGlow {
     0%   { opacity: 0.1; } /* 暗い */
    100% { opacity: 1.0; } /* 明るい */
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-width: auto;
    height: 70vh;
}
#main_img div:nth-child(1) {
    top: 40%;
}
#main_img div:nth-child(2) {
        width: 30%;
        bottom: 10px;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img{
    min-height: auto;
    height: 150vw;
}
#main_img div:nth-child(1) {
    width: 87%;
}
#main_img div:nth-child(2) {
    width: 45%;
}
#city-skyline {
    width: 210%;
}
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#top_contents1 .title h2{
    font-size: 50px;
}
#top_contents2 .title h2{
    font-size: 40px;
    color: var(--color1);
}

#top_cms{
        padding: 0 10%;
}

.top_cms_box{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.top_cms_title{
    margin-bottom: 50px;
}
#top_cms .more.mg_t-100px{
    margin-top: 70px;
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.top_cms_box{
    max-width: auto;
}
.title h2{
    text-align: center;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

#top_contents1 .title h2 {
    font-size: 28px;
}

#top_contents2 .title h2 {
    font-size: 22px;
}
.top_cms_title{
    margin-bottom: 30px;
}
#top_cms .more.mg_t-100px{
    margin-top: 30px;
    padding-top: 30px;
}

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 50px;
}
/* --- タブレット --- */
@media screen and (max-width: 768px){
:root {
--header-height: 100px;
}
}
/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 100px;
}
}


.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
}

#page_title::before {
    display: none;
}


/*ブログ*/
.blogListPattern_item .border_color2{
    border-color: var(--color3);
}


/*お問い合わせ*/
.contact_btn span {
    padding: 20px 10px 20px 30px !important;
}
.contact_btn_wrap .icon {
    left: 20px !important;
}

/*お問い合わせ*/

.button a {
    background: var(--color1);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
}
.button a:hover {
    background: var(--color2);
    color: var(--color1);
}
.button a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color:var(--color1);
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


