﻿#body{background-color: #f8f9f4;}
body, .txt_color_nomal {color: #603813;}
.bg_color2 {background-color: #efebdf;}
.bg_color1 {background-color: #efebdf;}
.bg_color3 {background-color: #e78c45;}
.bg_color4 {background-color: #e6e1d4;}
.txt_color3 {color: #a78734;}
.hvr_bg_color1:hover {background-color: #947559;}
.button:hover::after { box-shadow: inset 0 0 0 15em rgb(230 225 212);}
.button:hover{color: #603813;}
/* ----------　all　---------- */
html{font-size: 16px;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_15{font-size: 17px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}


.linkStyle{
	color:#e78c45;
}
.linkStyle:hover{
	color:#e78c451;
	opacity: 0.7;
	transition: all 0.5s;
}
.spinner7 > div {
    background-color: #e78c45;
}
#main_menu ul li a {
    font-weight: bold;
    font-size: 16px;
}
.link_box li{
width: 12%!important;
}
.fa-envelope:before {
    content: "\f086";
}
header .tel_bt  .button:hover::after {
    box-shadow: inset 0 0 0 15em #f8f9f4;
}
/* ----------　TOP　---------- */
#main_img {
    background-image: url(Dup/img/main_back1.png),url(Dup/img/main_back2.png);
    background-repeat: no-repeat;
    background-position: top left,bottom 20% right -5%;
    background-size: 30%,15%;
}
#main_img .main_img1{
    width: 55%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#main_img .main_img2{
    width: 20%;
    position: absolute;
    bottom: 5%;
    left: 10%;
}
#main_img .main_dec1{
    position: absolute;
    width: 15%;
    right: 15%;
    bottom: 20%;
}
#main_img .catch{
    width: 120px;
    position: absolute;
    top: 5%;
    right: 5%;
}
#main_img .main_dec1{
    position: absolute;
    width: 15%;
    right: 15%;
    bottom: 20%;
}
#main_img img {
    object-fit: contain;
    min-height: auto!important;
}
#main_img .main_img2,#main_img .main_dec1{
    transform-origin: center bottom;
    animation: yurayura 2.5s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
}
#contents1 {
    background-image: url(Dup/img/con1_dec.png);
    background-repeat: no-repeat;
    background-position: bottom left -50px;
    background-size: 30%;
    padding: 100px 0% 250px 10%;
}
#contents1 h2{
    margin-bottom: 30px;
}
#contents1 p:last-child{
    font-weight: bold;
    line-height: 2;
}
#top_cms .cms_title{
    background-image: url(Dup/img/title.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px;
    padding-top: 40px;
}
#contents2{
    background-image: url(Dup/img/line.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0px 10% 200px;
}
#contents2 .title{
    text-align: center;
}
#contents2 .title p{
    padding-right: 0px;
    margin-bottom: 15px;
}
#contents2 .con_no::before{
    display: none;
}
#contents2 .title h2{
    color: #e78c45;
    font-weight: bold;
    margin-bottom: 120px;
    font-size: 30px;
}
#contents2 .point .point_wrap2{
    transform: translate(50px, -30px);
}
#contents2 .point .point_box{
    position: relative;
    width: 17vw;
    height: 17vw;
    background-color: rgba(247 ,178, 131 ,0.1);
    border-radius: 50%;
}
#contents2 .point .point_box p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
        width: 90%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
}
#contents2 .point_box:before,#contents2 .point_box:after{
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
#contents2 .point_wrap1 .point_box:nth-child(1):before{
    background-image: url(Dup/img/point1.png);
    width: 70px;
    height: 70px;    
}
#contents2 .point_wrap1 .point_box:nth-child(2):before{
    background-image: url(Dup/img/point2.png);
    width: 60px;
    height: 60px;    
}
#contents2 .point_wrap1 .point_box:nth-child(3):before{
    background-image: url(Dup/img/point1.png);
    width: 60px;
    height: 60px;  
}
#contents2 .point_wrap1 .point_box:nth-child(3):after{
    background-image:  url(Dup/img/point3.png);
    width: 45px;
    height: 45px;   
    top: 50%;
    left: 100%;
}
#contents2 .point_wrap2 .point_box:nth-child(1):before{
    background-image: url(Dup/img/point3.png);
    width: 60px;
    height: 60px;  
    top: 50%;
    left: 0%;
}
#contents2 .point_wrap2 .point_box:nth-child(2):before{
    background-image: url(Dup/img/point4.png);
    width: 100px;
    height: 100px;
    left: 90%;
}
#contents2 .point_wrap2 .point_box:nth-child(3):before{
    background-image: url(Dup/img/point5.png);
    width: 80px;
    height: 80px;
    left: 100%;
    top: 50%;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    background-position: bottom -100px center;
    height: 350px;
}
/* よくある質問 */
#cms_5-d .box_title1:before, .cms_5-d .box_title1:before {
    border-color: #f8f9f4 transparent;
}
#cms_5-d .circle:before, .cms_5-d .circle:before {
    font-family: 'Acme', sans-serif;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
#page9 .box p a{
    color: #603813;
}
/* サイトマップ */

/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}




.link_box ul {
    justify-content: center;
}
.link_box li {
    width: 15%!important;
    max-width: 45px!important;
    margin-left: 20px;
    margin-right: 20px;
}
.hamburger__icon,.hamburger__icon:after, .hamburger__icon:before {
    background-color: #e78c45!important;
}
.hamburger.active .hamburger__icon {
    background-color: transparent!important;
}
header #logo{
    max-width: 100px;
}
.fat-nav li {
    font-size: 16px;
}
.hamburger {
    top: 30px;
}
/* ----------　TOP　---------- */
#main_img {
    min-height: 50vh;
}
.main_box {
    padding-top: 105px;
}
#main_img .catch {
    width: 100px;
}
#main_img .main_img2 {
    width: 25%;
    left: 5%;
}
 #main_img .main_dec1 {
    bottom: 0%;
}   
    
 
#contents1 {
    padding: 100px 5% 150px 5%;
    background-size: 40%;
}
#contents1 figure{
        width: 70%!important;
    margin-left: auto;
    margin-top: 0px;
}
#contents2 {
    padding: 0px 5% 200px;
}
#contents2 .point .point_wrap2 {
    transform: translate(0px, -30px);
}
#contents2 .point .point_box {
    width: 27vw;
    height: 27vw;
}
#contents2 .point .point_box p {
    font-size: 16px;
    line-height: 1.5;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    background-position: bottom -70px center;
    height: 250px;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
html{font-size: 15px;}
body{-webkit-text-size-adjust: 110%;font-size: 15px;}

.font_12_sp{font-size: 13px;}
.font_14_sp{font-size: 15px;}
.font_16_sp{font-size: 17px;}
.font_18_sp{font-size: 19px;}
.font_20_sp{font-size: 21px;}
.font_22_sp{font-size: 23px;}
.font_24_sp{font-size: 25px;}
.font_26_sp{font-size: 27px;}
.font_28_sp{font-size: 29px;}
.font_30_sp{font-size: 31px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 1px);
font-size: calc(1rem + 1px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 3px);
font-size: calc(1rem + 3px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 5px);
font-size: calc(1rem + 5px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 7px);
font-size: calc(1rem + 7px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 9px);
font-size: calc(1rem + 9px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 11px);
font-size: calc(1rem + 11px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem - 1px);
font-size: calc(1rem - 1px);
}



.link_box li {
    max-width: 35px!important;
    margin-left: 15px;
    margin-right: 15px;
}

header #logo {
    max-width: 80px;
}
.hamburger {
    top: 20px;
}
/* ----------　TOP　---------- */
.main_box {
    padding-top: 85px;
}
#main_img .catch {
    width: 55px;
}
#main_img .main_img1 {
    width: 60%;
}
#main_img .main_img2 {
    width: 25%;
    bottom: 10%;
}
#main_img .main_dec1 {
    width: 15%;
    right: 15%;
    bottom: 5%;
}
#contents1 {
    padding: 100px 5% 100px 5%;
    background-size: 60%;
}
#contents2 .title {
    margin-top: 30px;
}
#contents2 .title h2 {
    margin-bottom: 60px;
    font-size: 22px;
    letter-spacing: 1px;
}
#contents2 .point_wrap1,#contents2 .point_wrap1{
    flex-direction: column;
}
#contents2 .point .point_box {
    width: 60vw;
    height: 60vw;
    margin: auto;
    margin-bottom: 50px;
}
#contents3 h3{
        margin-bottom: 20px;
}

.top_cms_wrap .cms_title h2{
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    background-position: bottom 0px center;
    height: 150px;
}
}