﻿@charset "utf-8";
/* CSS Document */
/* color */
body, .txt_color_nomal{color: #212121;}
.txt_white{color: #603813;}
.txt_red{color: red;}
.txt_color1{color: #ff9737} /* メインカラー */
.txt_color2{color: #efebe7} /* サブカラー */
.txt_color3{color: #a89d73} /* アクセントカラー1 */
.txt_color4{color: #E4E2D5} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #fbfbfb} /* メインカラー */
.bg_color2{background-color: #efebe7} /* サブカラー */
.bg_color3{background-color: #a89d73} /* アクセントカラー1 */
.bg_color4{background-color: #E4E2D5} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #603813}
.border_color2{border-color: #efebe7}
.border_color3{border-color: #a89d73}
.border_color4{border-color: #E4E2D5}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #212121;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #603813} /* メインカラー */
.hvr_txt_color2:hover{color: #efebe7} /* サブカラー */
.hvr_txt_color3:hover{color: #a89d73} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #E4E2D5} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #603813} /* メインカラー */
.hvr_bg_color2:hover{background-color: #efebe7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #a89d73} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #E4E2D5} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #603813}
.hvr_border_color2:hover{border-color: #efebe7}
.hvr_border_color3:hover{border-color: #a89d73}
.hvr_border_color4:hover{border-color: #E4E2D5}



header{
    background-image: url(dup/img/back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.head_banner a{
    background-color: #e5cbad;
}

#main_menu li{
    font-weight: bold;
}

#main_menu li a{
    color: #115419;
}

/*img6 .square_img, .rectangle_img{
    height: 265px;
    border-radius: 68% 32% 87% 65% / 50%;
}*/

#contents3{
    background-color: #e7cab3;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;

  width: 204px;
  height: 54px;
  padding: 0;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #b1dd8d;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #000;
}



@media screen and (max-width: 375px){
    h1 img{
    display: none;
}}

.rogo3_sp {
    width: 100%;
    max-width: 81px;
}

.scroll_bt {
    color: #fbfbfb;
}

@media screen and (max-width: 414px){
    h1 img{
    display: none;
}}

.img4{
    z-index: 5;
   /* width: 47%;
    padding-left: 60%;*/
}

.con_no  {
    color: #fbfbfb;
}

#fakeloader{
    background-color: #e2e2e2;
}

#contents1 .con_no,#contents2 .con_no  {
    color: #543314;
}

.head_banner .txt_white {
    color: #fbfbfb;
}

.more {
    color: #fbfbfb;
}

a.btn-svg span {
    color: #669d33;
}

.part1{
    vertical-align: bottom;
    width: 9%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 59%;
    background-repeat: no-repeat;
    bottom: -19%;
}


.part2{
    vertical-align: bottom;
    width: 8%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 59%;
    background-repeat: no-repeat;
    bottom: -99%;
}


@media screen and (max-width: 414px){ 
    .part1 {
    vertical-align: bottom;
    width: 35%;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 6%;
    background-repeat: no-repeat;
    bottom: 12%;

}}

@media screen and (max-width: 375px){ 
    .part1 {
    vertical-align: bottom;
    width: 35%;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 6%;
    background-repeat: no-repeat;
    bottom: -9%;
}
    

    
}


#contents2{
    background-image: url(dup/img/back.png);
   background-attachment: revert;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

footer{
    background-image: url(dup/img/back2.png);
   background-attachment: revert;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

@media screen and (max-width: 768px){
    h1 img{
    display: none;
    
}
    .rogo3_sp {
    width: 100%;
    max-width: 115px;
}
}

@media screen and (max-width: 375px){ 
.rogo3_sp {
    width: 100%;
    max-width: 80px
;
}}

@media screen and (max-width: 414px){ 
.rogo3_sp {
    width: 100%;
    max-width: 80px
;
}}

@media screen and (max-width: 820px){
.part1 {
    vertical-align: bottom;
    width: 9%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 31%;
    background-repeat: no-repeat;
    bottom: -12%;
}}

@media screen and (max-width: 768px){
.part1 {
    vertical-align: bottom;
    width: 44%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: -1;
    right: 2%;
    background-repeat: no-repeat;
    bottom: -37%;
}}


@media screen and (max-width: 390px){
.part1 {
    vertical-align: bottom;
    width: 44%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: -1;
    right: 2%;
    background-repeat: no-repeat;
    bottom: 11%;
}}

@media screen and (max-width: 414px){
.part1 {
    vertical-align: bottom;
    width: 44%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: -1;
    right: 2%;
    background-repeat: no-repeat;
    bottom: 11%;
}}


@media screen and (max-width: 375px){
.part1 {
    vertical-align: bottom;
    width: 44%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: -1;
    right: 2%;
    background-repeat: no-repeat;
    bottom: -11%;
}}


.hamburger__icon {
    background-color: #603813;
}

.head_banner a {
    background-color: #222;
}

#page9 a{
    background-color: #e7d79c;
}
