﻿@charset "utf-8";
/* 1536 , 1530 × 735 ,1366 *//* ←記画面幅でも崩れていないか確認 */

/* カテゴリリンクの飛び先位置の数値を適宜調整してください */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');
:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-title: "Zen Maru Gothic", 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_serif, .cate_list .more_bt a{
    font-family: var(--font-jp)!important;
    font-weight: 500;
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
    font-weight: 900;
}
h2,h3,h4,h5,#top_cms h2,#f_contact, .cate_title, .box_title, .box_title1, #f_contact .con_bt {
    font-family: var(--font-title)!important;
    font-weight: 600;
}

html,#contents2 .font_15{
    font-size: 18px;
}

.width_1280-max {
    width: 95%;
}

#logo{
    max-width: 105px;
}
#header.top{
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
}
#header.head_fix{
    pointer-events: auto;
    opacity: 1;
}
#header.head_fix #pc_nav ul {
    height: 90px;
}

.border_color2, .hvr_border_color2:hover {
    border-color: #b79b86;
}

#f_contact::before, #contents2 .contents2_bg::before,#page_title::before{
    background-color: #412a00;
}
#logo2 {
    max-width: 250px;
}

.fuwafuwa {animation: 3s fuwafuwa infinite;}
@keyframes fuwafuwa {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(-20px);}
}




/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
html, #contents2 .font_15 {
    font-size: 16px;
}
#header.top{
    pointer-events: auto;
    opacity: 1;
}
#header.top {
    width: 50%;
    right: 0;
    position: fixed;
}
#header .inner, #pc_nav ul:first-of-type {
    background-color: transparent;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0%);
}
#logo {
    max-width: 128px;
    margin-top: 8px;
    margin-left: -10px;
}
#sp_nav nav{
    background-color: var(--color3);
}
#sp_nav a.active {
    border-bottom: 1px solid var(--color1);
}
#logo2{
    max-width: 150px;
}
.top_cms_box {
    margin-bottom: 50px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
html, #contents2 .font_15 {
    font-size: 14px;
}
#header.head_fix #pc_nav ul {
    height: 65px;
}
#sp_nav li {
    letter-spacing: 2px;
}
.load_logo {
    width: 51%;
}
#logo {
    max-width: 108px;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img{
    height: 100%!important;
}
#main_img::before{
    display: none;
}
.fv_logo{
    z-index: 1000;
    width: 12%;
    left: 20px;
    top: 11%;
}
.fv_item1 {
    z-index: 2;
    bottom: 11%;
    right: 1%;
    width: 24%;
}
.fv_item2 {
    z-index: 1;
    bottom: 16%;
    right: 5%;
    width: 53%;
}
.fv_item3 {
    z-index: 3;
    bottom: 67%;
    right: 17%;
    width: 42%;
}
.fv_img{
    margin-top: -5.3%;
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.fv_img {
    margin-top: 0;
}
.fv_item1 {
    bottom: -3%;
    right: 1%;
    width: 26%;
}
.fv_logo {
    width: 16%;
    left: 12px;
    top: 3%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.fv_item1 {
bottom: 2%;
    right: 0%;
    width: 55%;
}
.fv_item2 {
    bottom: 15%;
    right: -1%;
    width: 96%;
}
.fv_item3 {
    bottom: 43%;
    right: 11%;
    width: 84%;
}
.fv_logo {
    width: 28%;
    left: 12px;
    top: 2%;
}
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#intro figure, #intro figure img {
    border-radius: 50px;
}
#intro .intro_bg, #intro .bg_box {
    border-radius: 0 0 50px 0;
}
#contents1 .img_box figure, #contents1 .img_box figure img {
    border-radius: 0 0 50px 0;
}
#contents2 .cate_box {
    border-radius: 50px;
}
#intro .intro_bg {
    background-color: rgb(231 159 46 / 84%);
}
.sub_title{
    font-size: 25px;
}

#contents1 .txt_box {
    padding-top: 5%;
}
#contents1 .more_bt {
    margin-left: 0;
}
.item {
    right: -20px;
    top: 4%;
    width: min(40%, 300px);
}

.more_bt a {
    color: var(--color3);
    background-color: var(--color2);
}
#contents1 .more_bt a{
    background-color: #fff;
}
.more_bt a span.before{
   display: none;
}
.more_bt a:hover, #contents1 .more_bt a:hover {
    transform: translateY(-3px);
    background-color: var(--color3);
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#contents1 .img_box figure, #contents1 .img_box figure img{
    border-radius:0 50px 50px 0;
}

.item {
    width: min(40%, 200px);
}
.more_bt a:hover, #contents1 .more_bt a:hover{
    color:#fff;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#contents2 .cate_box {
    border-radius: 20px;
}
#contents1 .img_box figure, #contents1 .img_box figure img, #intro figure, #intro figure img {
    border-radius: 30px;
}

.item {
    top: 1%;
}
#contents1 .more_bt {
    margin: 40px auto 0;
}
#contents1 .more_bt a {
    background-color: var(--color2);
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page8 .line_bnr  {
    width: min(90%, 350px);
    margin-bottom: 50px;
}
#page_title::before{
    opacity: 0.2;
}
#tel_txt .title {
    color: var(--color3)!important;
}


/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 130px;
}

/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 100px;
}
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#page_title .box {
    padding: 141px 0 96px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#page_title h2{
    letter-spacing: 2px;
        font-size: 22px;
}
}


