﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

body, .font_sans-serif{
    font-family: "Zen Maru Gothic", sans-serif,'Outfit', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

body{
    background-color:#f9e7ca;
}

/*----- TOP FV -----*/

.slides .img1{
    width: 70%;
    position: absolute;
    top: 12%;
    right: 2%;
}
.fv_item {
    width: 34%;
    position: absolute;
    z-index: 999;
    top: 7%;
    left: 3%;
}
/* .fv_item_02{
    position: absolute;
    width: 37%;
    left: 2%;
    top: 6%;
    z-index: 999;
}
.fv_item_03{
    position: absolute;
    width: 31%;
    left: 2%;
    bottom: 22%;
    z-index: 999;
} */
.fv_item_03{
    margin-top: 15%;
    width: 78%;
}
.fv_sp{
    display: none;
}

@media screen and (min-width: 1590px){
    .fv_item_03 {
        bottom:10%;
    }
}
@media screen and (min-width: 1536px){
    .fv_item_03 {
        bottom:16%;
    }
}
@media screen and (max-width: 1200px){
    .fv_item_03 {
        bottom:33%;
    }
}
@media screen and (max-width: 1220px){
     #main_img {
        min-height: 65vh !important;
    }   
}
@media screen and (max-width: 768px) {
    #main_img {
        min-height: 55vh !important;
    }
.fv_item{
    top:12%;
}
.slides .img1 {
    top: 15%;
}
.fv_item_02 {
    top: 17%;
}
.fv_item_03 {
    bottom: 6%;
}
}

@media screen and (max-width: 677px){
.fv_pc{
    display: none;
}
.fv_sp{
    display: block;
    height: 90vh;
}
.fv_item_02{
position: absolute;
        width: 70%;
        left: 15%;
        top: 4%;
        z-index: 999;
}
.slides .img1{
    width: 90%;
    top: 48%;
    right: 7%;
}
.fv_item_03_sp{
    width:20%;
        position: absolute;
        z-index: 999;
        top: 52%;
        left: 3%;
}
.fv_item_04_sp{
        width: 20%;
        position: absolute;
        z-index: 999;
        top: 40%;
        right: 3%
}
}

/*----- TOP FV以降 -----*/
.item_01{
    position: absolute;
    width: 25%;
    right: 4%;
    bottom: -15%;
    z-index: 999;
}
.item_02{
    position: absolute;
    width: 10%;
    left: 27%;
    top: 318%;
    z-index: 999;
}

@media screen and (min-width: 1590px){
    .item_01{
        width: 22%;
    bottom: -32%;
    }
    .item_02 {
        top: 314%;
    }
}
@media screen and (min-width: 1536px){
.item_01 {
    width: 19%;
    right: 4%;
    bottom: -35%;
}
.item_02{
    top:319%;
}
}
@media screen and (max-width: 768px){
.item_01 {
        width: 26%;
        bottom: 29%;
}
.item_02{
    display: none;
}
}
@media screen and (max-width: 677px){
.item_01 {
    width: 28%;
    bottom: -8%;
}
.item_02{
    display: none;
}
}

/*----- TOP メニュー -----*/
.topcms_menu_type2 .cate_box{
	margin: 0 10px;
}
.topcms_menu_type2 .box_title1{
	font-size: 16px
}
/*--- slick ------------------------------------*/
.topcms_menu_type2 .slick-box{
    opacity: 0;
    transition: 3s;
}
.topcms_menu_type2 .slick-initialized{
    opacity: 1
}
.topcms_menu_type2 .slick-box .prev, .topcms_menu_type2 .slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.topcms_menu_type2 .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.topcms_menu_type2 .slick-box .prev {
	left: -54px;
}
.topcms_menu_type2 .slick-box .next {
	right: -54px;
}
/* Dots */
.topcms_menu_type2 .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topcms_menu_type2 .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.topcms_menu_type2 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.topcms_menu_type2 .slick-dots li button:hover,
.topcms_menu_type2 .slick-dots li button:focus{
    outline: none;
}
.topcms_menu_type2 .slick-dots li button:hover:before,
.topcms_menu_type2 .slick-dots li button:focus:before{
    opacity: 1;
}
.topcms_menu_type2 .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topcms_menu_type2 .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.topcms_menu_type2 .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.topcms_menu_type2 .slick-slide {
	height: auto !important;
}
.topcms_menu_type2 .slick-track {
	display: flex;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_menu_type2 .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.topcms_menu_type2 .slick-initialized {
    padding-bottom: 15px;
}
.topcms_menu_type2 .slick-box .prev,
.topcms_menu_type2 .slick-box .next{
	top: 98%;
}
.topcms_menu_type2 .slick-box .prev {
	left: -8px;
}
.topcms_menu_type2 .slick-box .next {
	right: -8px;
}
.topcms_menu_type2 .cate_box {
    margin: 0 5px;
}
.topcms_menu_type2 .box_title1{
    height: 3em;
}
}

/*----- 共通 メニュー -----*/
header{
    background-color:var(--color1)!important;
}
header #main_menu li a{
    color:white!important;
}

header .tel_bt a{
    color:white!important;
}
header .head_banner a{
    background-color:var(--black);
}

/*----- 共通 リスト -----*/
.cate_list a{
    background-color:#f9e7ca;;
    border:solid 1px var(--color1);
    color:var(--color1);
    font-weight:500;
}
.cate_list a :hover{
    background-color:var(--color1);
    border:solid 1px var(--color1);
    color:white;
    font-weight:500;
}

/*----- 共通 フッター -----*/
.foot_tel_bt .bg_color3{
    background-color:var(--color1);
}
footer .d_none{
    display: block;
}

footer .square_img img{
    height: 50%!important;
}

/*----- 共通 ハンバーガーメニュー -----*/
.hamburger__icon:before,.hamburger__icon, .hamburger__icon:after{
    background-color:#fff!important;
}

header #sp_nav li a{
    color:var(--black)!important;
}

header #sp_nav li .d_blcok{
    color:var(--color1)!important;
}
.hamburger.active .hamburger__icon:before,.hamburger.active .hamburger__icon:after{
    background-color:var(--color1)!important;
}

/*----- 共通　ロゴ -----*/
@media screen and (max-width: 768px) {
    #logo img{
    width:50%!important;
    margin: 0 auto 0 27%;
    }
}