/*************************

moriue

sp_css

**************************/
@media(max-width:736px) {
  .sp_content {
    display: block !important;
  }
  .pc_content {
    display: none !important;
  }
  .ib {
    width: 100% !important;
  }
  /**************************

header

***************************/
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: auto;
  }
  header .ib {
    width: 100%;
    padding: 0;
  }
  header h1 {
    margin: 0;
    height: 60px;
    padding-top: 10px;
    padding-left: 10px;
  }
  header h1 img {
    height: 40px;
  }
  header .head_sub {
    width: 640px;
    position: absolute;
    top: 20px;
    right: 40px;
    display: none;
  }
  .spbtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: #6b360a;
  }
  header nav {
    width: 100% !important;
    position: relative;
    top: 0px !important;
    right: 0 !important;
    background: #fff;
  }
  header.sub_header nav {
    top: 60px !important;
  }
  .hamburger {
    transform: scale(0.7);
    margin: 0;
    padding: 0px !important;
    position: relative;
    top: 5px;
    left: 1px;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 100%;
    background-color: #fff !important;
  }
  header nav {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    background: #fff;
    display: none;
  }
  header nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  header nav ul li {
    display: block;
    width: 100%;
  }
  header nav ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #6b360a;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  /*
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 54px !important;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    border-radius: 4px;
    background-color: #000;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 60px !important;
    height: 44px!important;
}

.hamburger-inner:before {
    top: -17px!important;
}

.hamburger-inner:after {
    top: -34px!important;
}
*/
  .hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    transform: scale(1.2) !important;
    top: 16px !important;
    left: 14px !important;
  }
  /**********************

slider

************************/
  .top_slide {
    position: relative;
    margin-top: -60px;
    height: 540px;
    overflow: hidden;
  }
  /*  .top_slide h1 {
    font-size: 28px;
    position: absolute;
    left: 0;
    z-index: 2;
    color: #fff;
    letter-spacing: 4px;
    left: calc(50% - 135px);
    display: block;
    text-align: center;
    top: 280px;
  }*/
/*  .top_slide h1 {
    position: absolute;
    content: "";
    height: 112px;
    width: 80%;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }*/
  .top_slide h1 img {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
    width: 100%;
    display: block;
    margin: auto;
  }
  /**************************

about

***************************/
  .about .ib {
    padding: 30px 15px;
  }
  /*  .about p {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
  .about h2 {
    padding-left: 0;
  }
  .about h2 span {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
  }*/
  .about p br {
    display: none;
  }
  .about_con {
    padding-top: 30px;
    display: flex;
    padding-bottom: 0px;
    justify-content: space-between;
    border-bottom: none;
    flex-wrap: wrap;
  }
  .about_box {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 30px;
  }
  .about_box h3 {
    font-size: 21px;
    margin-top: 30px;
    color: #6e7db1;
    text-align: center;
  }
  .about_box a {
    margin-top: 20px;
    display: block;
    text-align: center;
    padding: 15px 0px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: #6e7db1;
  }
  .about_box:before {
    content: '';
    width: 100%;
    display: block;
    top: 0;
    height: 1px;
    background: #6e7db1;
    left: 0;
    position: absolute;
  }
  .about_con .about_box:nth-child(2) a {
    background: #ff9300;
    margin-top: 20px;
  }
  /**********************************

top_mov

************************************/
  .top_mov {
    border-top: 1px solid #ddd;
  }
  .top_mov .ib {
    padding: 20px 15px;
  }
  .top_mov .mov_link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_mov .mov_link div {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .top_mov .mov_link div a {
    position: relative;
    display: block;
    border: none;
    overflow: hidden;
    height: 200px;
    transition: 0.3s ease;
  }
  .top_mov .mov_link div a span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    top: 50px;
    transition: 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  /*************************

read

*************************/
  .read {
    height: max-content;
    background: #f5f5e6;
  }
  .read .ib {
    height: 100%;
    padding: 20px 15px;
  }
  .read img.read01 {
    left: 0;
    max-width: 270px;
    top: 0px;
  }
  .read img.read02 {
    right: 0;
    left: auto;
    top: 0px;
    max-width: 270px;
  }
  .read img {
    position: relative;
    top: 0;
    display: 0;
    display: block;
    margin: 30px auto;
    max-width: 270px;
  }
  /********************************

top_menu

**********************************/
  .top_menu .ib {
    padding: 30px 15px 0;
  }
  .menu_con a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .menu_con a span {
    display: block;
    padding: 2px;
    border: 1px solid #ddd;
    width: 45%;
  }
  .menu_con a p {
    font-size: 1.25rem;
    color: #6b360a;
    width: 52%;
  }
  .menu_con a:last-child {
    margin-bottom: 0;
  }
  .menu_con div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .menu_con div a {
    display: flex;
  }
  .menu_con div img {
    border: 1px solid #ddd;
    width: 45%;
    height: 85px;
  }
  .menu_con div p.a_p {
    position: absolute;
    top: 52px;
    right: 0;
    width: 52%;
  }
  .menu_con div p.a_p a {
    display: inline;
    font-size: 14px;
  }
  /***********************************

top_list

************************************/
  .top_list {
    background: #fff;
    background-size: cover;
  }
  .top_list .ib {
    padding: 30px 15px 0;
  }
  .top_list ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .top_list ul li a {
    padding: 10px 40px 12px;
    color: #9c5c29;
    background: #fff;
    font-size: 14px;
    display: block;
    border: 1px solid #deb58a;
    border-bottom: 3px solid #deb58a;
  }
  /**********************************

top_info

***********************************/
  .top_info .ib {
    width: 1000px;
    padding: 50px 15px 0px;
  }
  .top_info a.to_info {
    position: absolute;
    top: 146px;
    right: 16px;
    font-size: 13px;
    color: #666;
    display: block;
  }
  .top_info ul {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .top_info ul li a span {
    color: #666;
    display: block;
  }
  .top_info ul li a p {
    display: block;
    padding-left: 0;
    color: #885c29;
    margin: 5px 0px;
  }
  /*********************************

top_sns

***********************************/
  .top_sns .ib {
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_sns .ib div {
    width: 100%;
  }
  .top_sns .ib div iframe {
    width: 100% !important;
  }
  .image-box {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 31.45614% !important;
  }
  .top_sns .ib div:nth-child(2) h3:before {
    content: url(../img/blog.webp);
    position: relative;
    margin-right: 10px;
    top: 15px;
    margin-left: -45px;
  }
  .top_sns .ib div h3 {
    font-size: 22px;
    text-align: center;
  }
  .top_sns .ib div:nth-child(2) {
    width: 100%;
  }
  .top_sns .ib div ul li span {
    display: block;
    border: 1px solid #bbb;
    width: 42%;
    height: 100px;
    background: #ddd;
    overflow: hidden;
  }
  .top_sns .ib div ul li a {
    display: block;
    width: 54%;
  }
  .top_sns .ib div ul li a p {
    color: #6b360a;
    font-size: 14px;
  }
  /*****************************

sns_list

******************************/
  .sns_list {
    width: 100% !important;
    margin: 10px 0px;
    padding: 20px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sns_list a {
    display: block;
    border: 1px solid #ddd;
    width: 240px;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    color: #3f3f3f;
    text-align: left;
    padding: 13px 10px 13px 80px;
    margin: 0 10px;
    border: 1px solid #ddd;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sns_list a:nth-child(4):before {
    content: url(../img/yt_ico.webp);
    left: 30px;
  }
  /**********************************

top_map

**********************************/
  .top_map .ib {
    padding: 20px 0px 20px;
  }
  .top_map h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0px;
    color: #6b360a;
    position: relative;
  }
  /*************************************

subpage

**************************************/
  .page_tit {
    border-top: 6px solid #f0e6d4;
    border-bottom: 6px solid #e6e6e6;
    margin-top: 60px;
  }
  .page_tit .ib {
    padding: 20px 15px;
  }
  .content .ib {
    padding: 30px 15px;
    overflow: hidden;
  }
  .content .ib .main {
    width: 100%;
    float: none;
  }
  .archive ul li a span {
    color: #666;
    /*display: block;*/
  }
  .archive ul li a p {
    display: block;
    padding-left: 0;
    color: #885c29;
    margin: 7px 0px 3px;
  }
  .content .ib .side_con {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  .content h2 {
    font-size: 18px;
    position: relative;
    margin-bottom: 40px;
  }
  .con_ib {
    margin: 20px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
  }
  .blog_con {
    width: 90%;
    float: none;
    margin: 50px auto 20px;
  }
  .blog_con .blog_box {
    width: 100%;
    margin: 0 auto 25px;
  }
  .blog_con .blog_box .blog_img {
    height: 188px;
    overflow: hidden;
  }
  .blog_con .blog_box p.blog_tag {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 10px 0px;
  }
  .blog_con .blog_box .blog_img img {
    transition: 0.4s ease;
    width: 100%;
    height: auto;
    /* object-fit: contain; */
  }
  .blog_con .blog_box h3 {
    font-size: 14px;
    line-height: 1.8;
    color: #6b360a;
    font-weight: normal;
    margin: 10px 0px;
  }
  .side_blog {
    width: 100%;
    float: none;
  }
  .content .ib .side_con {
    width: 94%;
    float: none;
    margin: 40px auto 0;
  }
  .side_blog h3 {
    color: #000;
    padding: 5px 0;
    margin-bottom: 7px;
    font-size: 16px;
  }
  .con_ib img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
  }
  .next_link {
    width: 100%;
    overflow: hidden;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 10px 0px 40px;
  }
  .top_sns .ib div iframe {
    height: 332px;
  }
  /***********************************

foot

**********************************/
  .sp_nav {
    background: rgba(69, 31, 0, .7);
    height: 60px;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .sp_nav a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 5px;
    color: #fff;
  }
  .sp_nav a:nth-child(1) {
    display: block;
    border-right: 1px solid #fff;
  }
  .sp_nav a:nth-child(1) span {
    display: block;
    font-size: 10px;
  }
  .sp_nav a:nth-child(1) i {
    font-size: 15px;
    font-weight: bold;
  }
  .sp_nav a:nth-child(1) i:before {
    content: url(../img/fd_w.webp);
    position: relative;
    top: 5px;
    margin-right: 4px;
  }
  .sp_nav a:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
  }
  .sp_nav a:nth-child(2):before {
    content: url(../img/mail_icon.webp);
    position: relative;
    top: 7px;
    margin-right: 4px;
    margin-left: 4px;
  }
  img.pagetop {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 70px;
  }
  footer .ib {
    padding: 30px 15px 80px;
  }
  footer ul {
    display: flex;
    justify-content: center;
  }
  footer p {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 30px;
    color: #885c29;
    font-size: 12px;
    text-align: center;
  }
} /********736pxここまで***********/