﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

body, .font_sans-seri, .font_jp{
	font-family: "Zen Kaku Gothic New", sans-serif,"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_maru,.font_en{
	font-family: "Zen Maru Gothic", sans-serif,"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.base_color{
    /* background-color:#f0e7df; */
    background-color:#e39885!important;
}

/*----- 共通　ヘッダー ----*/
#pc_nav a{
    color:var(--black);
    font-weight:500;
}
#pc_nav a:hover{
    color:var(--color3);
}
.contact_btn a{
    border-radius: 50px;
    background-color: var(--color3);
}
.contact_btn a:hover{
    border-radius: 50px;
    background-color: var(--color1);
}

/*----- 共通　タイトル -----*/
h2{
    font-weight:700;
}
.page_title_wrap .font_jp{
    color:var(--black);
    font-weight: 700;
}

/*----- 共通 ハンバーガーメニュー -----*/
#menu_bt .bg_color1{
    background-color:var(--color3);
}
}

/*----- 共通　お問い合わせ -----*/
.bottom_contact .bg_color1{
    background-color:var(--color3)!important;
}
.bottom_contact .bg_color1:hover{
    background-color:var(--color1)!important;
}

/*----- 共通　カテゴリ -----*/
.cate_list li a{
    background-color:var(--color3);
    border-radius: 50px;
}
.cate_list li a:hover{
    color:var(--color3);
    border:solid 1px var(--color3);
}

/*----- 共通　フッター -----*/
footer{
    background-color:var(--color3)!important;
}

/*----- TOP -----*/
.intro_title2{
    font-weight:700;
}
.con_title1,con_title2{
    font-weight:500;
    color: #fff;
}
#top_cms h2{
    color:var(--color3);
}

/*----- TOP FV -----*/
.swiper-container{
    margin:0 auto 0 6%!important;
}
.catch{
    width: 75% !important;
    position: relative;
    bottom: 87% !important;
    right: -31% !important;
}

@media screen and (max-width: 1230px){
    .catch{
        bottom: 83% !important;
    }
}

@media screen and (max-width: 768px){
    #main_img {
        height: 1020px;
    }
    .swiper-container{
        margin: 0 auto!important;
    }
    .catch{
        bottom: 26% !important;
        right: -10% !important;
        width: 78% !important;
    }
    .swiper-wrapper{
        height: 70%!important;
    }
    /* #main_img .width_400-max_tb{
        max-width: 600px!important;
    } */
}
@media screen and (max-width: 667px){
    #main_img {
        height: 700px;
    }
    .catch {
        bottom: 29% !important;
        right: -18% !important;
        width: 61% !important;
    }
}
@media screen and (max-width: 500px){
    .catch {
        bottom: 29% !important;
        right: -7% !important;
        width: 83% !important;
    }
}
@media screen and (max-width: 375px){
    .catch {
        bottom: 25% !important;
        right: -2% !important;
        width: 92% !important;
    }
    #top_intro{
        margin-top: -20%;
    }
    .intro_title2{
        font-size: 25px;
    }
    .cms_title h2{
        font-size:30px;
    }
}

/*----- TOP 温熱とは -----*/
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #41352f;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

/*----- ブログ -----*/
.blogListPattern_item .border_color2{
    border-color: var(--color1);
}
#page02 .linkStyle{
        color: var(--color3)!important;
}

/*----- ご利用の流れ -----*/
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #e1b194;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/*----- プライバシーポリシー -----*/
.privacy_box h3{
    color:var(--color3);
    font-weight:500;
}

/*----- 問い合わせ 追従 -----*/
.bottom_contact {
  position: fixed;
  bottom: -100px; /* 初期は画面外 */
  margin: 0 auto;
  z-index: 999;

  /* フェード用 */
  opacity: 0;
  visibility: hidden;

  /* スライド＋フェードのアニメーション */
  transition: bottom 0.4s ease, opacity 0.6s ease;
}

.bottom_contact.active {
  bottom: 0; 
  opacity: 1;
  visibility: visible;
}

/* PCでは非表示 */
@media screen and (min-width: 769px) {
  .bottom_contact {
    display: none;
  }
}