﻿/* font ------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');


:root{--font_kiwi: 'Kiwi Maru', "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", "sans-serif";}
:root{--font_maru: 'Zen Maru Gothic', "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", "sans-serif";}
.con1_title,.intro_title, #contents .con_title,h3,h2,h4,h5,h6,#cms_3-g .box_txt1, .cms_3-g .box_txt1{font-family:var(--font_kiwi) !important;}
body, .font_sans-serif{font-family:var(--font_maru) !important;}


.modal_bt h3{font-family:'Outfit', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif !important;}


.catch{font-weight:300 !important;}
body {line-height: 2;}

.font_14 {font-size: 16px;}
html, body {font-size: 16px;}
.fat-nav li {font-size: 16px;}
/* font ------------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#795f47;
    --color2:#f5ebe1;
    --color3:#d3c0a8;
    --color4:#f8f2ed;
    --color5:#a38f75;  
    --white:#ffffff;
    --black:#52453a;
    --gray:#ccc;
    --purple:#e1dce2;
}


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{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;
}
body#body {
    background: var(--white);
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color5);
}
.cms_1-a p, .cms_1-a h3 {color: var(--color1);}
section#top_cms .top_cms_box .cms_title p,#page_title p {
    color: var(--color5);}
.cms_2-f .box_txt1{color:var(--black);}
/* color -----------------------------------------------------------------------------*/

/* ev --------------------------------------------------------------------------------*/

/*装飾に便利なposi_rel*/
#contents_box,#contents1,#contents2,#contents3 {position: relative;}
.con1_outer, .con2_outer, .con3_outer {position: relative;}
.img5, .img6, .img7 {position: relative;}
/*装飾に便利なposi_rel*/

/*装飾に便利な疑似クラス設定*/
#main_img::before, #main_img::after, #contents_box::before, .con1_outer::after, #attach::before, .con2_outer::before,.con2_outer::after,.con3_outer::before,.con3_outer::after,#page_title .title_img::after,article .width_1280-max::before,div#contents1::before,div#contents1::after,div#contents3::before,#contents2::before,div#contents2::after,#page_title .title_img::after,#body::before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
.img5::before, .img6::before, .img7::before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;}
/*装飾に便利な疑似クラス設定*/

/* ev --------------------------------------------------------------------------------*/

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#body{position: relative;}

#body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(dup/img/bg_img.jpg) center top no-repeat;
    background-size: cover;
    z-index: -1;
}





figure.topimg01 {
    position: absolute;
    left: 0%;
    width: 40vw;
    height: 90vh;
    object-fit: cover;
    top: 50%;
    transform: translate(0%, -50%);

}


figure.topimg01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;    
}

figure.topimg02 {
    position: absolute;
    left: 43vw;
    width: 16vw;
    height: 35vh;
    object-fit: cover;
    bottom: 11%;
    transform: translate(0%, 0%);
}
figure.topimg02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;    
}
figure.topimg03 {
    position: absolute;
    right: 3vw;
    width: 29vw;
    height: 37vh;
    object-fit: cover;
    top: 11%;
    transform: translate(0%, 0%);
}

figure.topimg03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;    
}


#main_img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    max-height: 100vh;
    min-height: 100vh;
    margin: 0 0 0 310px;
}
div#contents1 h2 {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 5px;
}


#contents1 .con_no::before{display:none;}
#contents1 .con_no{padding:0px;}
#contents1 {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
#contents1 p.txt3 {
    line-height: 3;
    letter-spacing: 2px;
    margin-bottom: 45px;}
    

#contents1 .modal_bt {
    background: rgb(234 230 235 / 70%);
    box-shadow: 0px 0px 2px 3px rgb(225 220 226 / 70%);
    color: var(--black);
}


div#contents1 .modal_box p {text-align: left;}
    

h2.catch {
    position: absolute;
    font-size: 2vw;
    z-index: 2;
    text-align: left;
    color: var(--color1);
    left: 27vw;
    object-fit: cover;
    top: 25%;
    transform: translate(0%, -45%);
    letter-spacing: 10px;
}    

h2.catch02 {
    position: absolute;
    font-size: 1.6vw;
    z-index: 2;
    color: var(--color1);
    right: 2vw;
    object-fit: cover;
    bottom: 10%;
    transform: translate(0%, 0%);
    letter-spacing: 7px;
    text-align: right;
    line-height: 2;
}   
.con_no {
    color: var(--color5);
}

div#contents2 .modal_bt {
    background: rgb(227 234 240 / 70%);
    box-shadow: 0px 0px 2px 3px rgb(212 223 232 / 70%);
    color: var(--black);
}


div#contents2 p, div#contents3 p {
    margin-bottom: 30px;
}

div#contents3 .modal_bt {
    background: rgb(238 213 213 / 70%);
    box-shadow: 0px 0px 2px 3px rgb(230 201 201 / 70%);
    color: var(--black);
}


.modal_box h2{color:var(--color1);
              text-align: center;}

#contents3 .grid_6 {margin-top: 0;}



/*ヘッダー*/


@media screen and (min-width: 769px){
.top_page header{
    height: 84vh;
    margin-left: 30px;
    margin-top: 100px;
    border-radius: 10px;
    transform: translate(-200%, 0);
    transition: 1.5s;
}

/*header {padding-top: 0px !important;}*/
/*header{*/
/*    height: 73vh;*/
/*    margin-left: 30px;*/
/*    margin-top: 100px;*/
/*    border-radius: 10px;*/
/*}*/

header {
    height: 84vh;
    margin-left: 30px;
    border-radius: 10px;
    margin-top: 50px;
}
header.active {
  transform: translate(0px, 0);
  opacity: 1;
  transition: 1.5s;
}

/*header.bg_color4{background-color: rgba(239, 233, 221, .9);}*/


header.bg_color4 {
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0px 0px 12px 5px #dfd9d159;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.main_box {
    width: 100%;
    margin-left: 0;
}

#contents1 {
    padding: 100px 10% 200px 23%;
    text-align: center;}

#contents2 {
    padding: 200px 10% 150px 23%;
}
#contents3 {
    padding: 100px 10% 200px 23%;
}
#top_cms > .box {
    padding: 50px 7% 50px 23%;
}
footer {
    padding: 100px 6% 100px 23%;
}
article.page_wrap{
    padding: 100px 10% 100px 20%;
}
#page_title .page_box{
    padding: 100px 10% 0 23%;
    /*text-align: left;*/
}
}
@media screen and (min-width: 789px) and (max-width: 1280px){
#contents1 {
    padding: 100px 10% 200px 23%;
    text-align: center;}

#contents2 {
    padding: 200px 10% 150px 23%;
}
#contents3 {
    padding: 100px 10% 200px 23%;
}
#top_cms > .box {
    padding: 50px 3% 50px 28%;
}
footer {
    padding: 100px 2% 100px 27%;
}
#page_title .page_box {
    padding: 80px 0 0 28%;
}
article.page_wrap {
    padding: 100px 3% 100px 29%;
}
}


/* -- モーダル -- */
/*--- scrollbar ------------------------------------*/
.modal_box .over_box::-webkit-scrollbar{
  width: 2px;
  height: 10px;

}
.modal_box .over_box::-webkit-scrollbar-track{
  border-radius: 20px;
  box-shadow: 0 0 2px var(--color5) inset;
}
.modal_box .over_box::-webkit-scrollbar-thumb{
  border-radius: 20px;
  background: var(--color3);
}

.modal_box::-webkit-scrollbar{
  width: 8px;
  height: 10px;

}
.modal_box::-webkit-scrollbar-track{
  border-radius: 20px;
  box-shadow: 0 0 2px var(--color5) inset;
}
.modal_box::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background:var(--color5);
}


.modal_box .over_box::-webkit-scrollbar{
  width: 2px;
  height: 10px;
}
.modal_box .over_box::-webkit-scrollbar-track{
  border-radius: 20px;
  box-shadow: 0 0 2px var(--color5) inset;
}
.modal_box .over_box::-webkit-scrollbar-thumb{
  border-radius: 20px;
  background: var(--color3);
}



span.bg_box {
    height: 47%;
    top: 0;
    left: 0;
}
.modal_bt{
	cursor: pointer;
	box-sizing: border-box;
}
.modal_bg {
    top: 0;
    left: 0;
    background-color: rgb(245 235 225 / 90%);
    z-index: 999;
    background-image: url(dup/img/bg_img.jpg);
    background-position: center;
    background-size: cover;
}
.modal_box {
    max-height: 80%;
    overflow-y: auto;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 7px #eae3d759;
    background-color: rgb(255 255 255 / 90%);
}


.modal_box .over_box_wrap::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%);*/
}
.modal_box .over_box {
    padding: 0 20px 50px 40px;
    height: auto;
    overflow: auto;
}
.modal_box .btn_close {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.2s ease-in;
    z-index: 1;
}
.modal_bt::before{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color5);
    margin: auto;
    content: '';
}
.modal_bt::before{
	right: 20px;
	width: 14px
}
.modal_bt::before{
    transform: rotate(90deg);
}
.modal_box .btn_close::before{
	left: 0;
    right: 0;
	width: 45px
}
.modal_box .btn_close::before{
    transform: rotate(45deg);
}
.modal_box .btn_close::after{
    transform: rotate(-45deg);
}

.modal_bt {
    background: var(--color3);
}

.modal_bt {
    max-width: 300px;}

.modal_bt {
    text-align: center;
    font-size:20px;
    margin:0 auto;
}

.modal_bt h3{text-align:center !important;}


.modal_bt {
    border-radius: 50px;
    border: solid 0px;
    box-shadow: 0px 0px 2px 3px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
span.bg_box{height: 23%;}	
.txt_wrap{padding: 0 12% 70px;}
.intro_img{height: 622px!important;}
}	


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
span.bg_box{height: 300px;}
.txt_wrap{padding: 0 10% 60px;}
.intro_img{height: 316px!important;}

.modal_box .btn_close{top: 0px; right: 5px;}
.modal_box .btn_close::before{width: 34px;}
.modal_box .over_box{
    padding: 30px 10px 0;
    height: 100%;
    overflow: visible;
}
.modal_box .over_box_wrap::after{display: none}
.modal_bt{width: 100%;}
}
/*--- scrollbar ------------------------------------*/



/*.pd_l-2per{padding-left:2%;}*/
/*.pd_r-2per{padding-right:2%;}*/

/*--- scrollbar ------------------------------------*/
.modal_bt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--black);
    margin: auto;
    content: '';
}

.modal_bt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--black);
    margin: auto;
    content: '';
    right: 20px;
    width: 14px;
}
.modal_box .btn_close {
    background: url(dup/img/close.png);
    background-repeat: no-repeat;
    background-position: center;}




/*top_g_img*/
.topcms_gallery_type2.cms_wrap {
    max-width: 1280px;
    margin: 0 auto;
}
.topcms_gallery_type2 .box_wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 800px;
}


.topcms_gallery_type2.cms_wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 10% 50px 23%;
}


.topcms_gallery_type2 .cate_box {
    border-radius: 20px;
}
.topcms_gallery_type2.cms_wrap .cate_box a {
    border-radius: 20px;
}

.topcms_gallery_type2 .cate_box:not(:nth-of-type(1)){
    transition: filter 0.3s;
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}
.topcms_gallery_type2 .cate_box:hover{
    /*-webkit-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
    /*-ms-filter: grayscale(0%);*/
    /*-o-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
}
.topcms_gallery_type2 .cate_box:nth-of-type(1){grid-area: 1 / 1 / 2 / 2;}
.topcms_gallery_type2 .cate_box:nth-of-type(2){grid-area: 1 / 2 / 2 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(3){grid-area: 1 / 4 / 3 / 5;}
.topcms_gallery_type2 .cate_box:nth-of-type(4){grid-area: 2 / 3 / 3 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(5){grid-area: 2 / 1 / 4 / 3;}
.topcms_gallery_type2 .cate_box:nth-of-type(6){grid-area: 3 / 3 / 4 / 5;}

@media screen and (max-width: 667px){
.topcms_gallery_type2 .box_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 500px;
}
.topcms_gallery_type2 .cate_box:nth-of-type(1){grid-area: 1 / 1 / 2 / 3;}
.topcms_gallery_type2 .cate_box:nth-of-type(2){grid-area: 2 / 1 / 4 / 2;}
.topcms_gallery_type2 .cate_box:nth-of-type(3){grid-area: 2 / 2 / 3 / 3;}
.topcms_gallery_type2 .cate_box:nth-of-type(4){grid-area: 1 / 3 / 3 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(5){grid-area: 3 / 2 / 5 / 4;}
.topcms_gallery_type2 .cate_box:nth-of-type(6){grid-area: 4 / 1 / 5 / 2;}
}

/*top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*border-radius----------------------------------------------------------------*/
.normal_img img, .rectangle_img, square_img,.box_wrap, ul.pager li a,#contact_mail a,#contact_tel a { border-radius: 20px;}
.contact_bt a,.free_bt a{border-radius: 20px;}
.more a,.foot_tel_bt a,ul.pager li a,ul.cate_list li a,section#page10 ul li a{border-radius:50px;}
/*border-radius----------------------------------------------------------------*/

/*box-shadow----------------------------------------------------------------*/
.topimg01 img, .topimg02 img, .topimg03 img {box-shadow: 0px 0px 12px 7px #d8cdbc59;}
figure.img5 img,.cms_2-f .box_wrap{box-shadow: 0px 0px 12px 7px #d8cdbc59;}

/*ul.cate_list li a{box-shadow: 0px 0px 12px 7px #d8cdbc59;}*/

/*box-shadow----------------------------------------------------------------*/


footer {background: rgb(255 255 255 / 50%);}

/*all■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#page_title .title_img{display:none;}
article.page_wrap {padding: 100px 10% 100px 20%;}
.page_inner{padding-left: 50px;}

.pager a,section#page10 ul li a,ul.cate_list li a {
    color:var(--white);
    background: var(--color3);}
.pager a:hover,section#page10 ul li a:hover,ul.cate_list li a:hover {background: var(--color5);}


 /* 丸み・やさしさ */
 /* 【背景色のみ】*/
section#cms_2-f .cate {
    background: var(--color4);
    border: solid 0px var(--color1);
    border-radius: 20px;
    box-shadow: 0px 0px 12px 7px #eae3d759;
    background-color: rgb(255 255 255 / 80%);
}
#cms_2-f .cate_img1 {
    max-height: 400px;
    border-radius: 5px;
}

.cms_2-f .box_wrap{
    background-color: rgb(255 255 255 / 80%);}

 /* 丸み・やさしさ */

#cms_2-a .cate_title {
    position: relative;
    border: 0;
    padding: 10px 0px;
    border-bottom: dotted 2px var(--color5);
    display: inline-block;
}

#cms_2-a .cate_box {
    border-bottom: solid 2px;
    border-color: var(--color3);}


.cms_2-a .box_wrap {
    box-shadow: 0px 0px 12px 7px #d8cdbc59;
    background: var(--white);
    padding: 50px 0;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 80%);    
}
.cms_2-a .swiper-button-next {
    right: 20px;}
.cms_2-a .swiper-button-prev {
    left: 20px;}
/*sub■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*1536*/
@media screen and (max-width: 1536px){

h2.catch02 {
    font-size: 1.5vw;
    letter-spacing: 3px;}
}

/*1366*/
@media screen and (max-width: 1366px){
    
#contents3 {padding: 100px 5% 200px 26%;}
#contents2 {padding: 200px 5% 150px 26%;}
#top_cms > .box {padding: 50px 5% 50px 26%;}
footer {padding: 100px 5% 100px 26%;}
article.page_wrap {padding: 100px 5% 100px 23%;}
.topcms_gallery_type2.cms_wrap {padding: 50px 5% 50px 26%;}
}

/*1280*/
@media screen and (max-width: 1280px){
    
figure.topimg02 {
    width: 13vw;
    height: 20vh;}

figure.topimg03 {
    width: 29vw;
    height: 50vh;}

}

/*タブレット*/
@media screen and (max-width: 768px){
    
#main_img {margin: 0;}
figure.topimg03 img{display:none;}


header.bg_color4 {
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0px 0px 12px 5px #dfd9d159;
}
/*ヘッダーロゴ中央寄せ----------------------------------------------*/
#logo img {
    width: 60%!important;
    display: block;
    margin: 0 auto;}
/*ヘッダーロゴ中央寄せ----------------------------------------------*/

.hamburger {top: 22px;}

figure.topimg01 {
    position: absolute;
    left: 5%;
    width: 77vw;
    height: 54vh;
    object-fit: cover;
    top: 4%;
    transform: translate(0%, 0%);}

figure.topimg02 {
    width: 40vw;
    height: 23vh;
    bottom: 15%;
    left: inherit;
    right: 5%;
}


h2.catch {
    position: absolute;
    font-size: 30px;
    z-index: 2;
    text-align: left;
    color: var(--color1);
    left: inherit;
    right: 4%;
    object-fit: cover;
    top: 20%;
    transform: translate(0%, -45%);
    letter-spacing: 10px;}

h2.catch02 {
    font-size: 27px;
    letter-spacing: 6px;
    right: auto;
    left: 6%;
    text-align: left;
    bottom: 16%;}

#contents1 {padding: 80px 7% 100px;}

#contents2 {padding: 100px 7% 50px;}

#contents2 .grid_6.grid_12_tb {
    order: 1;
    padding-top: 50px;}

#contents3 {padding: 50px 7% 100px;}
#contents3 .grid_6.grid_12_tb {margin-top: 50px;}

#top_cms > .box {padding: 50px 7% 50px;}

footer {
    padding: 100px 7% 100px;
    margin-top: 100px;}

article.page_wrap {padding: 100px 5% 0px;}
.page_inner {padding-left: 0px;}


.topcms_gallery_type2.cms_wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 7% 50px;
}

.topcms_gallery_type2 .box_wrap {height: 450px;}
.topcms_gallery_type2.cms_wrap .cate_box a div {width: 100%;}


.head_banner a {
    background: var(--color5);
}
}





/*スマホ*/
@media screen and (max-width: 667px){

/*ロゴ中央・テキスト左寄せ----------------------------------------------*/
footer .logo{
        text-align: center;
        display: block;}
footer .grid_5 {text-align: center;}
p.footer_cms {
    text-align: left;
    display: inline-block;}
/*ロゴ中央・テキスト左寄せ----------------------------------------------*/

#page_title .page_box {padding: 70px 0 0;}
article.page_wrap {padding: 50px 5% 0px;}

section#page_title h2 {
    font-size: 22px;
    letter-spacing: 3px;}
    
.hamburger {top: 12px;}
h2.catch{display:none;}


figure.topimg01 {
    position: absolute;
    left: 50%;
    width: 90vw;
    height: 54vh;
    object-fit: cover;
    top: 4%;
    transform: translate(-50%, 0%);}
h2.catch02 {
    font-size: 20px;
    letter-spacing: 2px;
    right: auto;
    left: 6%;
    text-align: left;
    bottom: 19%;}


figure.topimg02 {
    width: 33vw;
    height: 19vh;
    bottom: 20%;
    left: inherit;
    right: 5%;}

#contents1 {padding: 20px 7% 100px;}   
#contents1 p.txt3 {
    line-height: 2;
    letter-spacing: 1.5px;
    margin-bottom: 45px;
    text-align: left;}
    
div#contents1 h2 {
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: 5px;}
    

.cms_title h2 {font-size: 22px;}

.topcms_gallery_type2 .box_wrap {height: 300px;}
.topcms_gallery_type2 .cate_box {border-radius: 5px;}
.topcms_gallery_type2.cms_wrap .cate_box a {border-radius: 5px;}

.topcms_gallery_type2.cms_wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 7% 20px;
}


figure.topimg01 {
    height: 45vh;
}
#main_img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    max-height: 70vh;
    min-height: 70vh;}


.main_box {
    height: 70vh;
}

h2.catch02 {
    bottom: 2%;
}

figure.topimg02 {
    bottom: 2%;
}

div#contents1 {
    padding-top: 150px;
}
}




/* YouTube */
/*.yt{width: 800px;}*/
.video_cms {
    padding-bottom: 46.9%;
    height: 0;
}

/*タブレット*/
@media screen and (max-width: 667px){
/* YouTube */
.yt{width: 100%;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* YouTube */
.video_cms {padding-bottom: 56.25%;}
}


/*20230518*/
/*バナー追加-----------------------------------------------*/
:root{
    --LINE:#06C755;
}

.head_banner01{display:none;}
/*タブレット*/
@media screen and (max-width: 768px){
figure.topimg01 {width: 90vw;}
}

.foot_tel_bt a,.fat-nav li:last-child {display: none;}
.btn_container a{border-radius:50px;}

/*.head_banner01{left: 200px !important;}*/
/*.head_banner02 {left: -200px !important;}*/
.head_banner02 a {background: #89bb79 !important;}
.head_banner02 a:hover {background: #7cae6c !important;}

/*スマホ*/
@media screen and (max-width: 667px){
/*.head_banner{width:50% !important;}    */
/*.head_banner01{left: 50% !important;}*/
/*.head_banner02 {left: -50% !important;} */
header .head_banner a {
    font-size: 16px;
    padding: 10px;
    letter-spacing: 0;}
}

h2.catch{display:none;}


/*------------------------------0620------------------------------*/
section#cms_3-e .cate_title {
    border-radius: 5px;
    padding: 5px 10px;
}