﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
  
:root{--font_kiwi: 'Kiwi Maru' , 'Zen Maru Gothic', "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", "sans-serif";}
:root{--font_maru: 'Zen Maru Gothic', "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", "sans-serif";}
:root{--font_noto: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important}


.font_serif,.con1_title,.intro_title, #contents .con_title,h3,h2,h4,h5,h6,#cms_3-g .box_txt1, .cms_3-g .box_txt1, .font_sans-serif{font-family:var(--font_kiwi) !important;font-family: var(--font_noto) !important;font-weight: 600;}
body {font-family:var(--font_noto) !important;font-size: 18px;}


/* ---------- font size ---------- */
body,.font_14 {
    font-size: 16px;
}
.font_20 {
    font-size: 29px;
}
@media screen and (max-width: 667px){
.font_17 {
    font-size: 14px;
}
.font_14 {
    font-size: 14px;
}
}



/* ---------- color ---------- */
.sp_tel .font_24{
    color: var(--color3);
}
body, .more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span{
    background-color: #eaeff3;
}
.txt_color1, .hvr_txt_color1:hover {
    color: var(--linkStyle);
}
.border_color2, .hvr_border_color2:hover {
    border-color: var(--color4);
}
.border_color2, .hvr_border_color2:hover {
    border-color: var(--color1);
}
#menu_wrap .border_color3, .hvr_border_color3:hover {
    border-color: #e3e3e3;
}

/* ---------- all ---------- */

body{
    line-height: 2;
}
.head_bnr{
    width: 269px;
}
#wrap{
    min-width: 1200px;
}
header .bg_color2, .pc_sc_nav.sc, #contents2, footer .bg_color2, .bg_color2, .sp_tel .bg_color3  {
    background-color: #fff;
}
#top_cms .bg_color2{
    background: none;
}

.width_1280-max {
    width: 100%;
    max-width: 1500px;
}
header {
    box-shadow: 0 10px 10px rgb(255 255 255 / 0%);
}
#header {
    position: relative;
    padding-bottom: 8px;
    padding-top: 15px;
    /* background-image: repeating-linear-gradient(-45deg, #ffffff85, #ffffff85 2px, #ecf0f3 2px, #ecf0f3 18px); */
}
h1 img{
    max-width: min(35%, 264px)!important;
    padding-bottom: 20px;
}

header .bg_color2{
    /* background: none; */
}
nav.bg_color2 ul {
    /* max-width: 1500px; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    /* background-color: #fff; */
    /* width: 80%; */
    /* border-radius: 91px; */
}
nav.bg_color2 li a{
    padding-left: 25px;
    padding-right: 25px;
    /* border: none; */
    
        

}
    .font_18{
        font-size: 17px;
    }

/* header nav li a, .pc_sc_nav li a {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 30px;
    padding: 40px 25px 0 !important;
}
header nav li:nth-of-type(1) a, .pc_sc_nav li:nth-of-type(1) a {
    background-image: url(../img/icon1.png);
}
header nav li:nth-of-type(2) a, .pc_sc_nav li:nth-of-type(2) a {
    background-image: url(../img/icon2.png);
}
header nav li:nth-of-type(3) a, .pc_sc_nav li:nth-of-type(3) a {
    background-image: url(../img/icon3.png);
}
header nav li:nth-of-type(4) a, .pc_sc_nav li:nth-of-type(4) a {
    background-image: url(../img/icon4.png);
}
header nav li:nth-of-type(5) a, .pc_sc_nav li:nth-of-type(5) a {
    background-image: url(../img/icon5.png);
}
header nav li:nth-of-type(6) a, .pc_sc_nav li:nth-of-type(6) a {
    background-image: url(../img/icon6.png);
} */


/* ---------- top ---------- */
.anim_box .item{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.anim_box .item.start{transform: translateY(0);opacity: 1;}

#main_img{
    padding: 0;
    margin: auto;
    
}
#main_img .slick {
    box-shadow: 0 0 15px rgb(0 0 0 / 0%);
}
#contents1 .border_rad5 {
    border-radius: 20px;
}
#contents2 .resize_img {
    max-height: 550px;
    border-radius: 50px 0 0 50px;
}
#contents2 .con_img_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(5deg);
    top: -40px;
    left: 0;
    background-color: var(--color3);
}


#contents_links h3 {
    padding: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    font-size: 20px;
}
#contents_links .border_rad50per {
    border-radius: 50%;
    overflow: hidden !important;
}


#top_cms{
    padding: 0;
}
#contact_bar {
    box-shadow: 0 0px 33px rgba(0, 0, 0, 0.07);
}

#cms_6-c .circle, #cms_6-c .arrow{
    display: none;
}
.cms_6-c .cate_box:before,#cms_6-c .cate_box:before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
.cms_6-c .cate_box:before, #cms_6-c .cate_box:before {
background-image: url(../img/fukidasi.png);
    background-size: 100%;
    width: 51px;
    height: 35px;
    bottom: -30px;
    right: 22px;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.1));
}
#intro::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10vw;
    left: 0;
    top: -10vw;
    background-image: url(../img/bg1.png);
    background-size: 100% 100%;
    z-index: -1;
}
#intro .intro_title {
    width: 113px;
    height: 113px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: var(--color1);
    font-size: 21px;
}
#top_cms .top_cms_box {
    margin-bottom: 100px;
    padding: 0 5%;
}



/* ---------- under ---------- */
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 150px;
}
/* --- タブレット --- */
@media screen and (max-width: 768px){
:root {
--header-height: 80px;
}
}
/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 70px;
}
}
/*カテゴリリンクの飛び先位置を調整する end*/

.cate_box{
    border-radius: 5px;
}

#page10 .font_20 {
    font-size: 17px;
}
.box_title1 {
    line-height: 1.5;
}
.cms_6-c .box_title1, #cms_6-c .box_title1 {
    padding-bottom: 11px;
}
.blog_list{
    font-size: 19px;
}
.contact_btn_wrap .contact_btn .editBtn1 a{
    border-radius: 10px;
}
#cms_5-f .cate_box .open_bt .box_title1, .cms_5-f .cate_box .open_bt .box_title1{
    margin-left: 45px;
}
#cms_5-f .cate_box .open_bt .box_title1::before, .cms_5-f .cate_box .open_bt .box_title1::before{
    display: none;
}
#cms .block_add_area {
    padding-top: 0;
}
.form_wrap input, .form_wrap textarea {
    background-color: #fff!important;
}
#submit  input{
    background-color: var(--color1)!important;
}


/* ---------- 1280px ---------- */
@media screen and (max-width: 1280px){
nav.bg_color2 li a {
.font_18 {
    font-size: 16px;
}
}
}

/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
.menu_bt.kotei{
    position: absolute;
    right: 21px;
}
.font_20 {
    font-size: 28px;
}
#menu_wrap ul li a{
    font-size: 18px;
}
#wrap{
    min-width: 100%;
}
#header {
    background: none;
    padding-bottom: 20px;
}
h1 img {
    max-width: min(32%, 264px) !important;
    padding-bottom: 0;
}
.sp_tel {
    display: none;
}
#main_img {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 79%;
    border: 6px solid #fff;
    border-radius: 30px;
    max-width: 100%;
}
#main_img img{
    border-radius: 30px;
}
#intro{
    padding-top: 126px;
}
#intro .intro_title {
    width: 96px;
    height: 96px;
    top: 9px;
    letter-spacing: 2px;
}
#contents1{
    margin-bottom: 16px;
    padding-top: 27px;
}
#top_cms .top_cms_box {
    margin-bottom: 100px;
    padding: 0 5%;
}
#contents2{
    padding-top: 50px;
}
#contents2 figure {
    transform: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
}

#intro::before {
    top: -9vw;
}
.cms_6-c .cate_box, #cms_6-c .cate_box {
        margin-bottom: 40px;
    }
#page10 .font_18_tb {
    font-size: 16px!important;
}
}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
h1 img {
    max-width: 44% !important;
}
#header {
    padding: 20px;
}
.sc_menu{
    transform: none;
}
.menu_bt {
    position: fixed;
    right: 12px;
}
#header .menu_bt{
    display: none;
}
#main_img {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-top: -42px;
}
#main_img img{
    border-radius: 0
}
#menu_wrap ul li a {
    font-size: 16px;
}
#top_cms1{
    margin-bottom: 73px;
}
#intro {
    padding-top: 85px;
    padding-bottom: 48px;
}
#intro .intro_title{
    font-size: 21px;
}
#intro .intro_title{
    top: -20px;
}
#contents1 .border_rad5{
    margin-bottom: 10px;
}
.font_16_sp {
    font-size: 22px;
    line-height: 1.6;
}

#contents2{
    padding-top: 0;
}
#contents2 figure {
    border-radius: 0;
}

#top_cms .top_cms_box {
    margin-bottom: 100px;
    padding: 0 3%;
}
.cms_6-c .cate_box, #cms_6-c .cate_box{
    margin-bottom: 40px;
}
.cms_6-c .cate_box:last-child, #cms_6-c .cate_box:last-child {
    margin-bottom: 0;
}

#page_title .pd_50px.width_1280-max.linehight_1.txt_center{
    padding: 50px 10px;
}
.contact_btn span {
    padding: 1em 1em 1em 3em!important;
    font-size: 19px;
}
#cms .block_add_area {
    padding-top: 10px;
}
#contents_links h3{
    font-size: 18px;
}
}


/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr a:hover{
    opacity: 1;
}
#fix_bnr, .head_bnr{
    transition: 0.5s;
}
#fix_bnr:hover, .head_bnr:hover{
    transform: translateY(-5px);
}
/*#fix_bnr {
    bottom: 9px;
    right: 67px;
    z-index: 10;
    width: 70%;
    max-width: 320px;
    transition: 0.5s;
    opacity: 0;
pointer-events: none;
z-index: 2;
}*/
#fix_bnr {
    bottom: 18px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    width: 70%;
    max-width: 320px;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}
#fix_bnr.scroll{
    opacity: 1;
pointer-events: auto;
}
#fix_bnr.close{
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
#fix_bnr.close{
    transform: translateX(200px);
}
}
@media screen and (max-width: 667px){
#fix_bnr {
   width: 69% !important;
        right: 6px;
        left: 0;
        margin: auto;
        bottom: 10px;
}
}
/* fix_bnr end ---------------------------------------------------------------------------------------------*/



/* 2026-05-15 */
.f_img_box{
    width: 100%;
    height: 500px;
    background-position: center;
}
@media screen and (max-width: 768px){
.f_img_box{
    height: 300px;
}
@media screen and (max-width: 667px){
.f_img_box{
    height: 150px;
}
}




