﻿/* -----------------------------------------------　all　---------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300&display=swap');
/* -----------------------------　body------------------------------------- */
body{
    overflow: hidden;
}

.pagetop {
    z-index: 1;
}

.fa-comment:before  {
  font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "\f075";
}
/** font **/
:root{
    --font-jp: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_Quick,.font_serif{
    font-family: var(--font-jp)!important;
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en)!important;
}



/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#a7cb8d;
    --color2:#e3ead6;
    --color3:#47a523;
    --color4:#e1ee79;
    --color5:#eef3de;
    --color6:#f8eec8;
    --white:#fdfbf2;
    --black:#60513c;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover,.fa-comment:before{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

body, .more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span {
    background: var(--white);
}

/*--------------------------------疑似要素にオブジェクト--------------------------------*/
#con1 .con1_inner, #intro,#con3,.topCms.cms1,.all_contents .content{position: relative;}
/*リピートなし*/
 #intro:before,#intro::after, .topCms.cms1:before,.obj,.all_contents .content:before,
 .all_contents .content:after ,#main_img:before,#main_img:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

/*装飾に便利な疑似クラス設定*/

@keyframes swing {
   0% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
@keyframes swing2 {
   0% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}

div#main_img, #aisatsu, #aisatsu > div, #contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box,#contents4 .contents_box {
    border-radius: 5px;}
#video{border-radius :5px 5px 0 0;}

/*--------------------------------video--------------------------------*/
#video {
    height: 70vh;
    width: auto;
}

#video video {
    width: 100% !important;
    height: 100% !important;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: bottom;
    object-fit: cover;
        background: linear-gradient(61deg, rgba(56,142,61,1) 0%, rgba(56,142,61,0) 53%);
    background-blend-mode: screen;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#video {
		height: auto!important;
		width: 100%;
	}

	#video video {
		width: 100%!important;
		height: auto;
		position: relative;
		top: 0%;
		left: 0%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(0%,0%);
	}

#main_img {
    position: relative;
    height: auto;
    min-height: auto;
    height: auto!important;
    width: 100%;
}

#main_img #main_img_border {
    top: 20px;
    height: calc(100% - 40px) !important;
}
}


/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
#main_img #main_img_border {
    top: 10px;
    height: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    left: 10px;
}

#video video {
    width: auto !important;
    height: 45vh !important;
    position: relative;
    top: 0%;
    left: 0%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(0%,0%);
}
}

/* ---------------------------------------------　TOP　---------------------------------------- */
.caution{
    color: var(--color3);
}

.catch {
    width: 73%;
    z-index: 8;
    bottom: 0%;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}

#main_img:before {
    top: 80%;
}

#main_img:before {
    background-image: url(./Dup/img/bg_01.png);
    background-size: 100%;
    width: 10vw;
    height: 23vw;
    top: 54%;
    right: 0%;
    z-index: 2;
}


#main_img:after {
    background-image: url(./Dup/img/bg_02.png);
    bottom: 16%;
    left: 0;
    width: 16vw;
    height: 29vw;
    z-index: 2;
}

#intro:before {
    background-image: url(./Dup/img/bg_img.png);
    background-size: contain;
    width: 101vw;
    height: 13vw;
    left: 0%;
    bottom: -18%;
    opacity: 1;
    z-index: 1;
    background-position: top 47% center;
}

#intro::after{
    display: none;
}

.donguri1 {
    z-index: 1;
    width: 151px;
    bottom: -23%;
    left: -4%;
    animation: swing 1s steps(2, start) infinite;
}


#contents1_txt{position: relative;}

.con1_l {
    width: 82px;
    top: -14%;
    left: -2%;
}

.con1_r {
    width: 119px;
    bottom: -9%;
    right: -5%;
}

.con2_l {
    width: 155px;
    top: -5%;
    left: 1%;
    animation: swing 1s steps(2, start) infinite;
}

.con2_r {
    width: 119px;
    bottom: -6%;
    right: 51%;
    animation: swing2 1s steps(2, start) infinite;
}

.TopTxt05{
    color: var(--color3);
}

section#contact_bar {
    background-color: #f8f4e0;
}
/* ----------　fix_banner　---------- */
.fix_bnr {
    position: fixed;
    bottom: 90px;
    z-index: 99;
}

.fix_bnr a {
    width: 70px;
    line-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px 0 0 10px;
    border: 3px solid #fff;
    border-right: 0;
}

#page_title, footer {
    background-image: url(./Dup/img/ftr_img.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 40px;
}
/* -------------------　BLOG　----------------- */



/* ----------　pager　---------- */


/* ---------------------------------　下層ページ　--------------------------------- */



/* ----------　会社情報　---------- */

/* ----------　お問い合わせ　---------- */


/* ----------　プライバシーポリシー ---------- */
#page10 ul li a .title{
    font-size: 18px;
}

/* ----------　サイトマップ　---------- */

#page10 ul li {
    margin: 0 30px 100px;
    width: 28% !important;
}

@media all and (-ms-high-contrast: none){
  .sample{

  }
}



/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){
    #main_img {
    max-width: 90% !important;
    max-height: 47vh;
    height: 47vh;}
    
#main_img:before,#main_img:after{
    display: none;
}
    
sub:before{display:none;}

.catch {
    width: 100%;
    left: 0%;
    bottom: 0%;

}

h1#logo img {width: 280px;}

.donguri1 {
    width: 150px;
    z-index: 1;
    bottom: -10%;
    left: 16%;
}

#intro:before{
    width: 182vw;
    height: 13vw;
    left: 0%;
    bottom: 5%;
}

.con1_l {
    width: 91px;
    top: -14%;
    left: 0%;
}

.con1_r {
    width: 130px;
    bottom: -9%;
    right: -2%;
}

.con2_l {
    width: 171px;
    top: 33%;
    left: 1%;
}

.con2_r {
    width: 128px;
    bottom: -5%;
    right: 2%;
}

.header {padding: 20px 10px;}

#top_contents:before, #top_contents:after, #info_map:before {
    min-width: auto;
    height: 7vw;}
    

#page10 ul li {
    width: 46% !important;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){

.catch {
width: 70%;
    left: 5%;
    bottom: 5%;
}

h1#logo img {width: 200px;}

#top_contents:before, #top_contents:after, #info_map:before {
    height: 10vw;
    top: -1%;}
    
.sub2:after {
    top: -4%;
    width: 18vw;
    height: 23vw;}
    
#fakeloader .fl {
    max-width: 450px!important;
    width: 60%!important;}

#intro:before {
    width: 182vw;
    height: 13vw;
    left: 0%;
    bottom: 2%;
}

.donguri1 {
    width: 94px;
    z-index: 1;
    bottom: -16%;
    left: 7%;
}

.con1_l {
    width: 75px;
    top: -9%;
    left: -1%;
}

.con1_r {
    width: 119px;
    bottom: -11%;
    right: -2%;
}

.con2_l {
    width: 155px;
    top: 15%;
    left: 1%;
    z-index: 1;
}

.con2_r {
    width: 119px;
    bottom: -3%;
    right: 2%;
}

.fix_bnr {
    bottom: 60px;
}

.fix_bnr a {
    width: 50px;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
}

footer h3 {
    width: 82%!important;
}

.v_type2 h3.box_title {letter-spacing: 2px;}

figure#logo2 img {max-width: 260px;}

div#main_img::after {
    width: 101%;
    bottom: 9%;}

#main_img:before {
    top: 51%;
    left: 51%;
    background-size: 84%;}

main#page10 span {padding: 0;}

div#main_img::after {
    width: 102%;
    bottom: 14%;
    background-image: url(./Dup/img/item03.png);
    background-size: 150%;
}

#page_title, footer {
    background-image: url(./Dup/img/ftr_img.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 1000px;
    padding-bottom: 40px;
}

#page10 ul li {
    width: 100% !important;
}

#page10 ul li a .title{
    font-size: 14px;
}

#page_title.active h2, #page_title.active p {
    font-size: 18px;
}

.box_wrap .box h3 span{
    font-size: 13px!important;
}

#intro,
#contents1 #contents1_txt{
    padding-right:30px;
}

#contents2 .flex_order2_tb{
    padding-right:50px;
}

#contents2 h3{
    font-size:20px;
}

#contact_bar{
    max-width: 300px;
    padding: 30px;
}

}



/*20230704動画組み込み*/
div#main_img_border {
    display: none;
}

@media screen and (max-width: 768px){
#main_img {
    max-width: 100% !important;
}
}


/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
#main_img {
    max-width: 100% !important;
    max-height: 50vh;
    height: 47vh;
}

#video video {
    width: auto !important;
    height: 35vh !important;}
    
.catch {
    width: 90%;
    left: 1%;
    bottom: 1%;
}
}