@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*Noto Serif Japanese*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');/* 【M PLUS 1p】*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');/*【M PLUS Rounded 1c】 */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');/*Kosugi Maru*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');/**/

.font1_1 {font-family: "Noto Sans JP", sans-serif;}
.font1_2 {font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" , "Noto Sans JP", "Meiryo", "メイリオ" ,sans-serif ;}
.font1_3 {font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" ,sans-serif ;}
.font2_1 {font-family: "M PLUS 1", sans-serif;}
.font2_2 {font-family: "M PLUS Rounded 1c", sans-serif;}
.font2_3 {font-family: "Kosugi Maru", "Rounded Mplus 1c", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font3_1 {font-family: "Noto Serif JP", serif;}
.font3_2 {font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝" ,serif;}
.font3_3 {font-family: "Hannari", "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}

/*-----------------------------------------------------------
Noto Sans Japanese
Noto Sans JP
100	Thin	thin
200	Light	（無し)
300	DemiLight	light
400	Regular	regular
500	Medium	medium
700	Bold	bold
900	Black	black
-----------------------------------------------------------*/

*{
	outline: none;
	color: #000000;
	margin:0;
	padding:0;
	font-family: "Meiryo", "メイリオ", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",sans-serif ;
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
}
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
    /*テキスト自動調節しない*/
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
        }
    }
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
img {  width: 100%; }
    @media screen and (max-width:1024px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
    }
/*==================================================
    ■ share end
==================================================*/

/*----------------------------------
header
----------------------------------*/

header {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 10;
    padding: 30px 0px 0px 30px;
}
    @media (max-width: 1024px) {
        header {
            justify-content: space-between;
            padding: 10px 10px 0px 10px;
        }
    }
.logo-head {
    margin-right: 20px;
}
.logo-head img {
    width: 100%;
    line-height: 1;
    margin-top: 5px;
}
    @media (max-width: 1024px) {
    }
.h_site_link {
}
.h_site_link a {
    background-color: #A18A4A;
    color: #FFFFFF;
    border-radius: 100px;
    width: 142px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.4em;
    line-height: 1;
    text-decoration: none;
    background-image: url("../img/common/mk1.svg");
    background-position: center right 10px;
    background-repeat: no-repeat;
}
    @media (max-width: 1024px) {
        .h_site_link a {
            font-size: 1.2em;
            width: 120px;
            height: 25px;
        }
    }
.h_site_link a:hover {
    opacity: .8;
	transition : all 0.5s ease 0s;
}
/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #572A06;
    cursor: pointer;
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    z-index: 10;
    display: none;
}
    @media (max-width: 1024px) {
        #header-hamburger {
            display: block;
        }
    }

/*ボタン内側*/
#header-hamburger span {
    display: inline-block;
    /*アニメーションの設定*/
    transition: all .4s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    /* バーガー線の位置 */
    height: 4px;
    /* バーガー線の太さ */
    background: #fff;
    width: 30px;
    border-radius: 4px;
}

/* ------------------------------------- */
/* 三本線 */
/* ----------------- */
/* バーガー線それぞれのY方向位置 */
#header-hamburger span:nth-of-type(1) {
    top: 25%;
}
#header-hamburger span:nth-of-type(2) {
    top: 45%;
    /* 数値が半端＝バーの太さがずれるのを防ぐ処置 */
}
#header-hamburger span:nth-of-type(3) {
    top: 65%;
}
#header-hamburger span:nth-of-type(3)::after {
    position: absolute;
    top: 8px;
    left: -4px;
    color: #fff;
    font-size: 14px;
}

/* ----------------------------------- */
/* ×印 */
/* ------------------ */

/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
    top: 40%;
    left: 25%;
    transform: rotate(-45deg);
    width: 50%;
}
#header-hamburger.active span:nth-of-type(2) {
    opacity: 0;
}
#header-hamburger.active span:nth-of-type(3) {
    top: 40%;
    left: 25%;
    transform: rotate(45deg);
    width: 50%;
}
#header-hamburger.active span:nth-of-type(3)::after {
    transform: translateY(0) rotate(-45deg);
    position: absolute;
    font-size: 14px;
    top: 10px;
    left: 50%;
}

/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
    position: fixed;
    top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    right: -1000px;
    padding-left: 50px;
    z-index: 1;
    width: calc(450px + 6.25vw);
    height: 100vh;
    overflow: auto;
    transition: 0.3s;
    /* 見た目のCSS */
    background-color: #572A06;
}
#hamburger-window.open {
    visibility: visible;
    right: 0;
}
.hamburger-window--nav-list {
    position: relative;
}
/* ---------------------- */
/* 見た目のCSS */
/* ----------------------- */

.hamburger-window--link {
    display: block;
    padding: 15px 0;
    width: 400px;
    text-align: center;
}

.hamburger-window--title {
    color: #FFFFFF;
    font-size: 16px;
}

.hamburger-window--link:first-of-type {
    border-top: solid 0.5px #fff;
}

.hamburger-window--link {
    border-bottom: solid 0.5px #fff;
}

/* ****************
sp-hamburger
**************** */

@media screen and (max-width: 480px) {
    #header-hamburger {
        width: 50px;
        height: 50px;
    }
    #hamburger-window {
        width: 100vw;
    }
    .hamburger-window--link {
        width: auto;
    }
    #hamburger-window {
        padding-right: 5%;
        padding-left: 5%;
    }
    #header-hamburger span:nth-of-type(3)::after {
        top: 8px;
        left: 0;
        font-size: 12px;
    }
    #header-hamburger.active span:nth-of-type(3)::after {
        top: 10px;
        left: 50%;
        font-size: 12px;
    }
}
/*====================================================================

====================================================================*/
main {
    width: 100%;
    margin: auto;
}
    @media (max-width: 1024px) {
        main {
        }
    }

/*====================================================================
footer
====================================================================*/
footer {
    width: 100%;
    margin: auto;
    background-color: #26333B;
    padding-top: 150px;
    padding-bottom: 20px;
}
    @media (max-width: 1024px) {
        footer {
            padding-top: 50px;
        }
    }
footer .bl1{
}
    @media (max-width: 1024px) {
    }
footer .bl1 h3{
    max-width: 310px;
    margin: auto;
    margin-bottom: 50px;
}
    @media (max-width: 1024px) {
        footer .bl1 h3{
            margin-bottom: 20px;
        }
    }
footer .bl1 .bt_f_site_box  {
    width: 500px;
    margin: auto;
}
    @media (max-width: 1024px) {
        footer .bl1 .bt_f_site_box  {
            width: 90%;
        }
    }
footer .bl1 .bt_f_site  {
    background-color: #B9A151;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 500px;
    height: 70px;
    border-radius: 100px;
    text-decoration: none;
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 2em;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
    @media (max-width: 1024px) {
        footer .bl1 .bt_f_site  {
            width: 100%;
            height: 50px;
            font-size: 1.6em;
        }
    }
footer .bl1 .bt_f_site:hover  {
    opacity: 0.8;
	transition : all 0.5s ease 0s;
}
footer .bl1 .bt_f_site .mk3  {
    max-width: 17px;
    margin-left: 10px;
}
footer .bl1 .bt_f_site .mk1  {
    max-width: 10px;
    margin-left: 10px;
}
footer .f_copy{
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #a8a8a8;
}
footer .f_add{
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 2.0;
    color: rgba(221,221,221,1.00);
    margin-bottom: 80px;
}
/*---------- pagetop start ----------*/
#page_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 150px;
    height: 40px;
    background: #BBA055;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1;
    transition: .3s;
}
#page_top a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.3;
    text-decoration: none;
}
    @media (max-width: 1024px) {
        #page_top {
            width: 120px;
            height: 40px;
            background-size: cover;
            background-position: right 0% top;
        }
        #page_top a {
        }
        #page_top a img {
            width: 100%;
        }
    }
#page_top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #BBA055;
    transform-origin: 100% 0%;
    transform: scaleY(0);
    transition: transform ease .3s;
    background-repeat: no-repeat;
    background-position: right 3% center;
    text-decoration: none;
}
#page_top:hover {
    color: #BBA055;
    text-decoration: none;
}
#page_top:hover::before {
    transform-origin: 0% 100%;
    transform: scaleY(1);
    text-decoration: none;
}
#page_top .fa-arrow-up {
    color: #FFF;
    margin-right: 10px;
}

