@charset "utf-8";
/*
Theme Name: origin
Theme URI: 
Author: satoruak
Author URI: 
Description: 
Version: 1.0

ブレイクポイント 
PC 961～
タブレット 768～960
スマホ　～767
*/
* {
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 18px;
    color: #966D32;
    background-color: #FFFFFF;
}
a {
    color:#966D32;
}
html {
    scroll-behavior: smooth;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
ol, ul {
    list-style: none;
}
section {
    padding: 20px 0;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
h1, h2, h3, h4, p {
    padding: 10px 0;
}
.pc-only {
    display: none !important;
}
.sp-only {
    display: block !important;
}
.pc-flex {
    display: none !important;
}
.sp-flex {
    display: flex !important;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
.bg_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*ヘッダー*/
.header {
    width: 100%;
    position: relative;
}
.nav-open .header_info_textbox .header_info_text {
    color: #fff;
}
.nav-open #navbar {
    display: flex;
}
.header_menu {
    height: 100px;
    z-index: 3;
    position: relative;
    top:0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.header_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
}
.header_menu ul li {
    text-align: center;
    padding: 0;
    height: 100%;
    border-right: solid 2px #68584B;
    min-width: 140px;
}
.header_menu ul li:last-child {
    border-right: none;
}
.header_menu ul li a {
    color: #966D32;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    font-size: 1.25rem;
    font-weight: bold;
}
nav.header_menu .dropdown .dropdown-btn {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
nav.header_menu .dropdown {
    position: relative;
}
nav.header_menu .dropdown .dropdown-main {
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 0;
    border: solid 1px #fff;
    color: #fff;
    z-index: 100;
}
nav.header_menu .dropdown:hover .dropdown-main {
    opacity: 1;
    visibility: visible;
}
nav.header_menu .dropdown .dropdown-main a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    height: 40px;
}
nav.header_menu .dropdown .dropdown-btn:after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #E7692B;
}
nav.header_menu .dropdown:hover .dropdown-btn:after {
    opacity: 1;
    visibility: visible;
}
.dropdown-main_sp {
    display: none;
}
.dropdown-btn_sp {
    display: block;
    position: relative;
    cursor: pointer;
}
.dropdown-btn_sp::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 5px;
    right: 20px;
    transform: rotate(45deg);
    z-index: -1;
}
.active .dropdown-btn_sp::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    margin-top: -6px;
    transform: rotate(225deg);
    z-index: -1;
}
.dropdown-main_sp a {
    display: block;
    margin-left: 40px;
    padding: 5px 0;
}
#navbar {
    margin-top: 0;
    overflow: hidden;
    z-index: 10;
    max-width: 220px;
}
#navbar .nav {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    justify-content: center;
}
#navbar .nav .dropdown {
    position: relative;
}
#navbar .nav .dropdown .dropdown-btn {
    cursor: pointer;
}
#navbar .nav .dropdown .dropdown-main {
    padding: 15px;
    opacity: 1;
    visibility: visible;
    position: relative;
}
#navbar .nav .dropdown .dropdown-main a {
    display: block;
    padding: 0 0 20px;
}
#navbar .nav .dropdown .dropdown-main a:last-child {
    padding: 15px 0 0;
}
#navbar .nav .dropdown .dropdown-main a:hover {
    opacity: 0.6;
}
#navbar .nav .dropdown:hover .dropdown-btn {
    background-color: #FEA34A;
}
#navbar .nav .dropdown:hover .dropdown-main {
    opacity: 1;
    visibility: visible;
}
.navOpen {
    overflow: hidden;
}
header nav#navbar {
    padding: 0;
}
.hamburger-menu {
    display: block;
}
.hamburger-menu li {
    padding: 0;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: dashed 1px #fff;
    padding-bottom: 10px;
}
.hamburger-menu .tab {
    background-color: #fff;
    margin-top: 15px;
}
.hamburger-menu li a {
    color: #fff;
    display: block;
    height: 100%;
}
.hamburger-menu li a span {
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(./img/common/arrow_white.png);
    background-position: center;
    background-size: cover;
    padding-right: 5px;
}
.menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: #966D32;
}
.menu-btn .line, .menu-btn .line:before, .menu-btn .line:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-btn .line:before {
    top: 15px;
    width: 45px;
}
.menu-btn .line::after {
    top: -15px;
    width: 45px;
}
.nav-open .menu-btn .line {
    background-color: transparent;
}
.nav-open .menu-btn .line::before {
    transform: rotate(45deg) translateX(-50%);
    background-color: #fff;
}
.nav-open .menu-btn .line::after {
    display: block;
    transform: rotate(135deg) translateX(-50%);
    background-color: #fff;
    top: 15px;
    left: -10px;
}
#menu-btn-check {
    display: none;
}
.nav-open .menu-content {
    opacity: 1;
}
.menu-content {
    /*z-index: 10;*/
    background-color: #966D32;
    background-position: 20%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s;
}
.menu-btn {
    height: 68px;
    width: 68px;
    z-index: 9999;
    top: 15px;
    right: 15px;
}
.menu-btn .line, .menu-btn .line:before, .menu-btn .line:after {
    width: 40px;
}
.hamburger-menu li {
    font-size: 1.2rem;
}
#navbar .links {
    display: none;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}
.menu-content .guide {
    display: none;
}
#navbar .links {
    display: flex;
    gap: 25px;
}
.menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    cursor: pointer;
}
.nav-open .menu-content {
    right: 0;
    transition: all 0.7s;
}
.nav-open .menu-bg {
    opacity: 0.8;
    visibility: visible;
    transition: all 0.7s;
}
.nav-open {
    overflow: hidden;
}
.menu-content_text {
    text-align: right;
    color: #fff;
    margin-bottom: 20%;
}
.left__nav-list li {
    width: 100%;
}
.header .text_center {
    margin-top: 110px;
}
.header .text_center {
    margin-top: 80px;
}
/*ヘッダー*/
/*フッター*/
#footer_contact {
    height: auto;
    padding: 30px 0;
}
footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.footer {
    justify-content: space-between;
    gap: 0 30px;
}
.footer_text {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
/*フッター*/
#page_top {
    z-index: 3;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page_top a {
    background-image: url(./img/common/page_top.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.fixed {
    top: auto;
    bottom: 10px;
}
.fixed a {
    height: 50px;
    width: 50px;
}
h1,h2 {
    text-align: center;
}
section p {
    line-height: 1.8;
}
.intro {}
.intro2 {
    background: #efefef;
}
.intro3 {}
section {
    padding: 50px 30px;
    margin: 0;
    position: relative;
}

.fadein {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadein.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
h1,h2 {
    position: relative;
}
.btn {
    font-size: 0.9rem;
    background:#FF8600;
    color: #fff;
    font-weight: bold;
    padding:3px 15px;
    position: absolute;
    top: 15px;
    margin-left: 10px;
}