﻿.bg_white {background-color: #f9f8f2;}
.bg_color2 {background-color: #edebe2;}
.bg_color3 { background-color: #b9a275;}
.txt_color3 {color: #b9a275;}
.border_color3 {border-color: #b9a275;}
.hvr_bg_color3:hover {background-color: #b9a275;}
.hvr_txt_color3:hover {color: #5a7c6d;}
.hvr_border_color3:hover {border-color: #b9a275;}
/* ----------　all　---------- */
.linkStyle{
	color:#5a7c6d;
}
.linkStyle:hover{
	color:#5a7c6d;
	opacity: 0.7;
	transition: all 0.5s;
}

/*
html, body{overflow: auto}
.pp-section{position: static}
*/


body{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
}
/* 文字サイズ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td{
    font-size: 17px;
    font-weight: 500;
}
html{font-size: 17px;    font-weight: 500;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 15px;}
.font_14{font-size: 17px;}
.font_15{font-size: 18px;}
.font_16{font-size: 19px;}
.font_18{font-size: 21px;}
.font_20{font-size: 23px;}
.font_22{font-size: 25px;}
.font_24{font-size: 27px;}
.font_26{font-size: 29px;}
.font_28{font-size: 31px;}
.font_30{font-size: 33px;}
.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_12up {
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
}
.font_14up {
    font-size: -webkit-calc(1rem + 16px);
    font-size: calc(1rem + 16px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
h1, h2, h3, h4, h5, h6 {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font_un {
    font-family: 'Zen Maru Gothic', sans-serif;
}
#wrap{
    background-color: #f9f8f2;    
}
#overlay div.grid_6.tb_hide{
    background-position: center right;
}
#sf .sf_contact .sf_contact_tel a{
    padding: 7px 30px;
}
.more_btn a i, .more_btn > span i {
    top: calc(50% - 0.42em);
    right: 1.5rem;
    font-size: 14px;
}
footer #logo2 img{
        max-width: 255px;
}
.f_banner {
    box-shadow: 1px 1px 7px #f0e3d8;
    width: 90%;
    max-width: 400px;
}
.sns_link{
    margin-top: 20px;
}
.sns_link li a{
     width: 40px;
}
.banner_fix {
    position: fixed;
    bottom: 20px;
    z-index: 2;
    width: 70%;
    max-width: 350px;
    transition: 0.3s;
    text-align: center;
    right: 0px;
    left: 0;
    margin: auto;
}
.banner_fix a{
    background-color: #b9a275;
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: 3px;
}
.banner_fix:hover{
    opacity: 0.6;
}
/* ----------　TOP　---------- */
.pp-scrollable {
    background-color: #f9f8f2;
}
#main_img .swiper-wrapper .box_img{
    width: 100%;
}
#main_img .swiper-wrapper::before{
    background-image: url('./Dup/img/bg_img4.png')!important;
    background-size: 1600px;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 50%;
    background-color: var(--color1)!important;
    opacity: 0.4;
    animation: anime1 5s linear infinite;
}
@keyframes anime1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1600px;
    }
}

#s_content1 {
    background-image: url(./Dup/img/bg_img5.png), url(./Dup/img/bg_img4.png);
    background-size: 1600px;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 50%;
    animation: anime3 10s linear infinite;
}
@keyframes anime2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -800px;
    }
}
@keyframes anime3 {
    0% {
        background-position-x: 0, 0;
    }
    100% {
        background-position-x: -1600px, -3200px;
    }
}
.intro_box{
    padding: 0px 9%;
    max-width: 100%;
}
.intro_img{
    padding-top: 0;
    padding-right: 80px;
}
.intro_img a{
     z-index: 1;
}
.intro_img a::before{
    border: none;
}
.intro_img a span {
    top: -7%;
    left: -10%;
    width: 92%;
    height: 120%;
    background-color: #f0eee5;
    /* background-color: #f3eee8; */
    border-radius: 50%;
    z-index: -1;
}
.intro_img div {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    color: #b9a275;
    -webkit-text-stroke: transparent;
    font-weight: normal;
}
.intro_item{
    padding-left: 21px;
    position: relative;
}
#point .point_dec{
        position: absolute;
    width: 100%;
    height: 330px;
    top: 0;
    background-color: #f0eee5;
    z-index: -1;
    background-image: url(./Dup/img/bg_img2.png);
    background-position: left 0 bottom -1px;
    background-position-x: left 0px;
    background-position-y: bottom -1px;
    background-repeat: no-repeat;
    background-size: 100% 100px;
}
#point .point_img {
    max-width: 1000px;
    margin: auto;
}
#point .point_title{
    font-size: 30px;
    color: #5a7c6d;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.cms_box .top_cms_title{
    padding: 70px 0 100px;
    margin-bottom: 50px;
    background-color: #f0eee5;
    background-image: url(./Dup/img/bg_img2.png);
    background-position: left 0 bottom -1px;
    background-position-x: left 0px;
    background-position-y: bottom -1px;
    background-repeat: no-repeat;
    background-size: 100% 100px;
}
.top_cms_title p{
    color: #b9a275;
}
.cms_box .cms_box_bg {
    display: none;
}
/* ----------　下層ページ　---------- */
#page_title .title_box p{
    color: #b9a275;
}
/* よくある質問 */

#cms_6-a .cate_box{
    padding: 35px 20px 27px;
}
#cms_6-a .box_txt1 {
    font-size: 20px;
}
#cms_6-a .box_txt1,#cms_6-a .box_txt2{
    padding-left: 50px;
    line-height: 1.7;
}
#cms_6-a .faq_no{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: -10px;
    left: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#cms_6-a .box_txt1 .faq_no{
    background-color: #b9a275;
}
#cms_6-a .box_txt2 .faq_no{
    background-color: #5a7c6d;
}
/* 会社情報 */
/* お問い合わせ */
#page8 .box h4{
    width: 18%;
    margin-right: 2%;
}
#page8 .box p{
    width: 75%;
}
/* プライバシーポリシー */
/* サイトマップ */


/* youtube */
.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 44.8%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box:empty {
    display: none;
}

/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.f_banner {
    width: 100%;
}
#footer_nav li{
    padding-left: 25px;
    padding-right: 25px;
}
/* 文字サイズ */
.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);
}
/* ----------　TOP　---------- */
#main_img .swiper-wrapper::before{
    background-size: 800px;
    animation: anime2 3s linear infinite;
}
.intro_box {
    padding: 100px 9% 30px;
}
.intro_img {
    padding-right: 0px;
    width: 100%!important;
}   
.intro_img div {
    font-size: 4em;
    top: 7%;
}
.intro_img a span {
    width: 80%;
    height: 100%;
}
#s_content2{
    margin-bottom: 0px;
}
#s_content1{
    background-size: 800px;
    background-position-y: 80vw;
}
#point .point_dec {
    height: 130px;
    z-index: 0;
}
.intro_box {
    padding: 70px 9% 80px;
    position: relative;
}
#point .point_img img {
    width: 100%!important;
    height: auto!important;
}
.cms_box .top_cms_title {
    padding: 50px 0 70px;
}
/* ----------　下層ページ　---------- */
/* お問い合わせ */
#page8 .box h4 {
    width: 30%;
    margin-right: 0%;
}
#page8 .box p {
    width: 100%;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* 文字サイズ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td{
    font-size: 16px;
}
html{font-size: 16px;}
body{-webkit-text-size-adjust: 110%;font-size: 15px;}

.font_12_sp{font-size: 13px;}
.font_14_sp{font-size: 16px;}
.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_12up {
    font-size: -webkit-calc(1rem + 13px);
    font-size: calc(1rem + 13px);
}
.font_14up {
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem - 1px);
font-size: calc(1rem - 1px);
}

.overlay {
    top: 70px;
}
.sf_copy{
    padding-bottom: 15px;
}  
#sf .sf_contact h3{
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
#sf .sf_contact .sf_contact_tel a {
    padding: 7px 15px;
}
.top_info{
    padding: 20px 0;
}
.s_footer_copy {
    padding-bottom: 80px;
}
/* ----------　TOP　---------- */
#main_img{
    height: 55vh!important;
}
.intro_img div {
    font-size: 2em;
}
.intro_item {
    padding-left: 0px;
}
#point .point_img {
    text-align: center;
}
#point .point_img img {
    width: 80%!important;
}
.c2_box_txt .more_btn h2 {
    margin-top: 20px;
}
.cms_box .top_cms_title {
    
    margin-bottom: 20px;
}
.scrollpage_box {
    padding: 0px 0;
}
/* ----------　下層ページ　---------- */
#page_title .title_box{
        padding: 25px 10px;
}
#page_title .title_box h2{
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}
/* お問い合わせ */
#page8 .phone_wrap a{
        padding: 10px 15px;
}
#page8 .box h4 {
    width: 100%;
}

/* youtube */
.youtube_box{
  width: 100%;
  padding-top: 56%;
}
}