﻿
/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#wrap {
    background: #ededed;
}
#header .logo img {
    width: 100% !important;
}
#logo {
    width: 300px;
    height: 120px;
    background: transparent;
}
#logo .logo {
    width: 100% !important;
    padding: 20px;
}
#fix_menu {
    background: #ededed;
}
h2 {
    font-size: 36px !important;
}
#loading {
    background: #000;
}
#loading_line .line {
    background: var(--color4);
}
#loading_line .line2 {
     background: #afafaf;
}
.bottom .btn_box:last-of-type {
    display: none;
}
.bottom .btn_box {
    margin-bottom: 0;
}
#link_fixd {
    bottom: 10px;
    left: 10px;
    z-index: 10;
}
.fix_menu_sns .img_tool {
    width: 30px !important;
    height: 30px !important;
}
#top_contact_box .tel_bt {
    border-radius: 0;
}
/* ----------　TOP　---------- */
.mail_bt a {
    border-radius: 0;
}
#main_img{
    position: relative;
}
#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}
#main_img img {
    filter: grayscale(1);
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}
#main_img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/catch.png);
    z-index: 2;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
#top_contents1 {
    background-image: url(../img/bg.jpg);
    background-color: #edededbd;
    background-blend-mode: lighten;
}
.top_cms_title h2 {
    color: var(--color1);
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
#link_fixd {
    left: 50%;
    transform: translateX(-50%);
}
#logo {
    height: 95px;
    width: 40% !important;
}
#logo h1.logo {
    top: 0;
    left: 0;
    transform: none;
    max-width: inherit;
}
#top_contact_box .top h2 {
    font-size: 26px !important;
}
.overlay {
    top: 90px;
}
/* ----------　TOP　---------- */
#main_img {
    height: 60vh;
}
.swiper-container,.swiper-slide  {
    height: 100%!important;
}
#main_img:after {
    background-size: 50%;
    background-position: 50% 50%;
    padding-top: 95px;
}
#top_contents2 h2 {
    text-align: center;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
#logo {
    height: 70px;
    width: 60% !important;
}
#logo .logo {
    padding: 10px;
}
#fix_menu {
    padding: 25px 0 30px;
}
h2 {
    font-size: 24px !important;
}
.overlay {
    top: 60px;
}
.overlay .menu-box .menu_list li a {
    font-size: 15px;
    padding-bottom: 7px;
}
    .tb_sns_wrap .sns_links_tb li {
        width: 30px;
        height: 30px !important;
    }
/* ----------　TOP　---------- */
#main_img {
    height: 80vh;
    padding-top: 65px!important;
}

#main_img:after {
    background-size: 75%;
    padding-top: 65px;
    background-image: url(../img/catch_sp.png);
}
/* ----------　下層ページ　---------- */
#page_title .title_box {
    padding: 20px 5px;
    width: 90% !important;
}
.cate_list li a {
    padding: 13px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 会社情報 */
/* お問い合わせ */
#page8 #contact_tel a {
    padding: 20px 10px;
}
#page10 .btn {
    margin-bottom: 10px;
}
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}