﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Sheppards&display=swap');

/* ----------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */

/* font -----------------------------------------------------------------------------*/

:root {
    --font-jp:  'Zen Maru Gothic', sans-serif;
    --font-jp2:  'Zen Maru Gothic', sans-serif;
    --font-en: "Mrs Sheppards", cursive;
}
body{
	font-family:  var(--font-jp2) !important;
}

h2, h3, h4, .footer_tel a, .head_tel a, #con_nav li:last-child a{
	font-family:  var(--font-jp) !important;
}

.attach_txt, .fon_jos, .more a{
	font-family:  var(--font-en) !important;
	font-weight: 100;
}

input, .catch h2,.catch .font_4up{
	font-family:  var(--font-jp) !important;
}

#top_contents1 h2,#top_contents2 h2,#top_cms h2,.title_box h2,.gyoumu_box h2{
        font-size: calc(1rem + 11px);
}

#top_contents1 h2 {
    font-size: calc(1rem + 16px);
}

.font_2dw{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

/* font -----------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/
:root{
    --color1: #E9A319;
    --color2: #FAD59A;
    --color3: #FCEFCB;
    --color4: #A86523;
    --color5: #ffe5c3;
    --white:#ffffff;
    --black: #473d34;
    --gray:#b7b7b7;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--black);
	opacity: 0.7;
	transition: all 0.5s;
}

#sp_nav .sp_nav_ul1 li a{
    color: #91420a;
}

#sp_nav .sp_nav_ul2 li a{
    color: var(--black);
}

body#body {
    background: var(--white);
}

.bg_color3 {
    background-color: transparent;
    background-image: url(/Files/img/bg.jpg);
    background-repeat: repeat;
    background-size: 700px;
}

/* ---------------------------------　疑似要素　▼　----------------------------------------- */
#main_img,#top_news,#top_contents1, #top_contents3, #top_cms, #footer, #footer_info,#page_title,.page_title_bg, .footer_item{position: relative;}
/*装飾に便利なposi_rel*/

/*装飾に便利な疑似クラス設定*/
#main_img:before,#main_img:after,#top_news:before,#top_news:after,#top_contents1:before,#top_contents1:after,#top_contents3:before,#top_contents3:after,#top_cms:before,#top_cms:after,#footer_info:before,#footer_info:after,#footer:before, #foote:after,#page_title:before,.page_title_bg:after, .footer_item:before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/* ---------------------------------　疑似要素　▲　----------------------------------------- */

/* ------------------------------　つなぎデザイン　▼------------------------------ */
#top_contents1::before {
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami1.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    top: 30px;
    z-index: 0;
}

/* #top_contents3::after {
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami1.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    bottom: -60px;
    z-index: 1;
} */

#contents::before{
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami3.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    top: -59px;
    z-index: 0;
}

#contents:after{
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami4.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    bottom: -59px;
    z-index: 0;
}

#top_contents3::before {
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami2.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    top: -60px;
    z-index: 1;
}

#top_cms::after {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami1.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    top: -1px;
    z-index: 0;
}

/* page02～page10だけ別の画像に */
.under_page #footer_info::after {
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami1.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    top: -1px;
    z-index: 0;
}

#page_title::before {
    width: 100%;
    height: 60px;
    background-image: url(/Files/img/nami2.png);
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    bottom: -1px;
    z-index: 1;
}

/* ------------------------------　つなぎデザイン　▲------------------------------ */

/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */
.cate_list li{
    background-color: #91420a;
    border-radius: 7px;
}

.cate_list a {
    background-color: #91420a;
    color: var(--white);
}

/* ------------------------------　intro　▼---------------------------------- */

.head_tel,.footer_tel{
    background-color:#fff;
    font-size:1.5rem;
    font-weight:bolder;
    padding: 20px 0px;
}

.head_tel .font_2dw{
    font-size: 12px!important;
    letter-spacing: 0px;
}

.head_tel span,
.footer_tel span{
    font-size: 1.2rem;
}

.head_tel a {
    font-size: 19px !important;
    letter-spacing: 0px;
}

/* ------------------------------　intro　▲---------------------------------- */

/* ------------------------------　contents1　▼------------------------------ */

#top_contents1 .con_title {
    color: var(--white);
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 24px);
}

#top_contents3 .con_title{
    color: var(--color1);
    font-size: 40px;
}


top_contents3 .btn_container a{
    padding: 5px 15px 3px;
    height: 60px;
    margin: 0 auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 1px #e8e8e8;
    -moz-box-shadow: 3px 3px 0px 1px #e8e8e8;
    box-shadow: 3px 3px 0px 1px #e8e8e8;
    -webkit-transition: all 0.3s ease, transform 0.3s ease;
    -moz-transition: all 0.3s ease,transform 0.3s ease;
    -o-transition: all 0.3s ease,transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}
/* ------------------------------　contents1　▲------------------------------ */

.attach_bg{
	background: -webkit-linear-gradient(165deg, rgba(243, 166, 140, 1) 0%, rgba(223, 255, 237, 1) 100%);
	background: linear-gradient(165deg, rgb(147 147 147) 0%, rgb(255 255 255) 100%);
	opacity: 0.5;
}

/* ------------------------------　contents2　▼------------------------------ */

.cms_title h3 {
    color: var(--black);
}

/* ------------------------------　contents2　▲------------------------------ */

/* ------------------------------　contents3　▼------------------------------ */

#top_contents3 .con_before {
    width: 30%;
    height: 23px;
    left: 0;
    bottom: 0;
    background-image: url(/Files/img/bg1.png);
    background-position: left 20px bottom 0;
    background-size: 56px;
    background-repeat: repeat-x;
    background-color: transparent;
}

/* ------------------------------　contents3　▲------------------------------ */
.cms_title,.attach_txt, #page_title .title_wrap{
    background-image: url(/Files/img/bg2.png);
    background-position: 50% 5%;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-top: 68px;
}

.attach_txt{
    background-position: 50% 35%;
}

.cms1inner .cms_title {
    background: none;
    padding-top: 0;
}

#top_contents3 .btn_container a{
    padding: 5px 15px 3px;
    height: 60px;
    margin: 0 auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 1px #e8e8e8;
    -moz-box-shadow: 3px 3px 0px 1px #e8e8e8;
    box-shadow: 3px 3px 0px 1px #e8e8e8;
    -webkit-transition: all 0.3s ease, transform 0.3s ease;
    -moz-transition: all 0.3s ease,transform 0.3s ease;
    -o-transition: all 0.3s ease,transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}
/* ---------------------------------------　footer　▼--------------------------- */
#footer {
    background-repeat: repeat;
    background-size: 700px;
    padding: 50px 0 100px;
    background-color: transparent;
    background-image: url(/Files/img/bg.jpg);
}

.footer_h1 {
    border: none;
}
/* ---------------------------------------　footer　▲--------------------------- */

.fixbnr {
    display: none !IMPORTANT;
    left: 30px;
    right: auto;
    bottom: 20px;
    width: 180px;
    position: fixed;
}

/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */
.bg_white h1 {
    padding: 10px;
}

#page_title .title_wrap {
    color: var(--black);
    text-shadow: var(--white) 1px 1px 0, var(--white) -1px -1px 0, /*右下、左上*/ var(--white) -1px 1px 0, var(--white) 1px -1px 0, /*右上、左下*/ var(--white) 0px 1px 0, var(--white) 0 -1px 0, /*右、左*/ var(--white) -1px 0 0, var(--white) 1px 0 0;
}

.page_title_bg h1 {
    max-width: 250px;
    padding: 10px 0;
}

#page_title .title_img .con2_bg {
    opacity: 0.5;
}

.page_title_bg {
    background-color: var(--color2);
}
/* -----------------------------------　お問い合わせ　▼*  -----------------------------------*/
.tel_wrap {
    padding: 50px 10px;
}

.contact-section .contact-box h3, .form_wrap .contact_box h3{
    color: var(--color1);
    font-weight: 400;
    letter-spacing: 2px;
}

.contact-section .tel_box .contact-box a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}
/* -----------------------------------　お問い合わせ　▲*  ----------------------------------- */

/* *  -----------------------------------　プライバシーポリシー ▼*  ----------------------------------- */
.privacy_box h3 {
    color: var(--color1);
}
/* *  -----------------------------------　プライバシーポリシー ▲*  -----------------------------------*/

/**  -----------------------------------　サイトマップ　▼*  ----------------------------------- */
.more a {
    color: var(--black);
    border-color: var(--black);
}

#page10 .more a {
    color: var(--color4);
    border-color: var(--color4);
    font-weight: 600;
}

.more a span{
    color: var(--black);
    border-color: var(--black);
}

.more a::after{
    background-color: var(--black) !IMPORTANT;
}

/**  -----------------------------------　サイトマップ　▲*  ---------------------------------- */


@media all and (-ms-high-contrast: none){
}
/*-------------------------------------------------------------------------------------------------------1700--------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1700px){
}

/*---------------------------------------------------------------------------------------------------------1536------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1536px){
}

/*------------------------------------------------------------------------------------------------------1530 × 735---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1530px){

}


/*-----------------------------------------------------------------------------------------------------------1366----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1366px){


}

/*-----------------------------------------------------------------------------------------------------------1000----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px){
}

/*---------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){

/* ------------------------------　つなぎデザイン　▼------------------------------ */

#top_news::before {
    height: 50px;
    top: -1px;
}

#top_contents1::before {
    height: 30px;
    top: 10px;
}

#top_contents1::after {
    height: 50px;
    bottom: -46px;
}

#top_contents3::before {
    height: 30px;
    top: -25px;
}

#top_cms::after {
    height: 20px;
    top: -1px;
}

#top_cms::before {
    height: 50px;
    top: -1px;
}

#footer_info::after {
    height: 50px;
    top: -14%;
}

#footer::before {
    height: 50px;
    top: 0px;
}

.footer_item:before{
    height: 50px;
    top: -50px;
}

#page_title::before {
    height: 30px;
    bottom: -1px;
}

.under_page #footer_info::after {
    height: 30px;
    top: -1px;
}

.page_title_bg::after {
    height: 50px;
    top: 100%;
}

/* ------------------------------　つなぎデザイン　▲------------------------------ */

.font_2dw {
    font-size: -webkit-calc(1rem + 1px);
    font-size: calc(1rem + 1px);
}

.triangle01 {
    bottom: -10px;
    right: -10px;
    width: 70vw;
    height: 49%;
}

#foot_nav li a {
    padding: 15px;
}

.info_txt_wrap {
    background-color: transparent;
    padding: 30px 3px;
}

#top_contents1::before {
    top: 125px;
}

#footer {
    padding: 100px 0 100px;
}

.footer_h1 {
    padding: 20px;
}

#footer_info::after {
    width: 100%;
    height: 50px;
    top: -10%;
}

.page_title_bg h1 {
    max-width: 150px;
    padding: 0px 0;
}

#page02, #page03, #page04,#page05,#page06,#page07,#page08,#page09,#page10{
    margin-top: 20px;
}

}

/*---------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 667px){
#main_img{
	height: 100vw;
	width: 100%;
}

#cms_2-g .cate_title {font-size: 1.2em;}

#con3 .title .en {
    font-size: 26px;
}

#top_contents1 .con1_img2{
    right: 130px;
}

#top_contents1 .con_title {
    letter-spacing: -1px;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

.triangle01 {
    bottom: -10px;
    right: -10px;
    width: 80vw;
    height: 49%;
}

#loader {
    background-size: 50%;
}

.font_2dw {
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
}

.font_4up_sp {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}



/* ------------------------------　つなぎデザイン　▼------------------------------ */

#top_news::before {
    height: 50px;
    top: -1px;
}

#top_contents1::before {
    height: 30px;
    top: 100px;
}

#top_contents1::after {
    height: 50px;
    bottom: -40px;
}

#top_contents3::before {
    height: 30px;
    top: -29px;
}

#top_cms::before {
    height: 50px;
    top: -1px;
}

#top_cms::after {
    height: 30px;
    top: -1px;
}

#footer_info::after {
    height: 50px;
    top: -14%;
}

#footer_info::after {
    width: 100%;
    height: 50px;
    top: -7%;
}

.footer_item:before{
    height: 50px;
    top: -50px;
}

#page_title::before {
    height: 20px;
}

.page_title_bg::after {
    width: 100%;
    height: 50px;
    top: 100%;
}

.under_page #footer_info::after {
    height: 20px;
    top: -1px;

}

/* ------------------------------　つなぎデザイン　▲------------------------------ */

#top_contents3 .con_title {
    letter-spacing: -2px;
    font-size: 25px;
}

.footer_txt {
    font-size: 15px;
}

#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {
    margin-left: 30px;
}

    .catch {
        bottom: 32%;
        right: 6%;
        width: 65%;
        min-width: 260px;
    }

#footer {
    padding: 100px 0 100px;
}

.fixbnr {
    left: 10px;
    bottom: 10px;
    width: 120px;
    display: none;
}

#cms_3-c .btn_container a, #cms_3-e .btn_container a{
    font-size: 14px;
}

}


.anchor-offset {
  scroll-margin-top: 80px;  /* Chrome, Firefox, Safari対応 */
}