@charset "UTF-8";

/*-----------------------------------------------------
html
-------------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto; 
	font-size: var(--base);
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","游ゴシック Medium",YuGothic,游ゴシック体,メイリオ,sans-serif;
	color: #333333;
	line-height: 1.0;
	letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
	z-index: -9999;
    box-sizing: border-box;
    text-align: left;
	position: relative;
}

a{
    text-decoration: none !important;
}


#container{
}

img {
    image-rendering: -webkit-optimize-contrast;
}


/*-----------------------------------------------------
root
-------------------------------------------------------*/

:root {
    
/*font-size*/    
font-size: 62.5% !important;
--base: 1.8rem;
--s10: 1.0rem;
--s12: 1.2rem;
--s13: 1.3rem;
--s14: 1.4rem;    
--s15: 1.5rem; 
--s16: 1.6rem;
--s17: 1.7rem;    
--s18: 1.8rem;
--s20: 1.9rem;
--s22: 2.2rem;
--s24: 2.4rem;    
--s26: 2.6rem;     
--s28: 2.8rem;     
--s32: 3.2rem;
--s38: 3.8rem;
--s40: 4.0rem;
--s42: 4.2rem;
--s44: 4.4rem;
    
--imgh: 34vw; 
	
/*line-height*/    
--lh12: 1.2;
--lh14: 1.4;
--lh16: 1.6;
--lh18: 1.8;
--lh20: 2.0;
--lh24: 2.4;
    
/*color*/
--color1: #238C3C;
--color2: #C99E61;
}

/*-----------------------------------------------------
global
-------------------------------------------------------*/
.g_only_pc{
    display: block;
}

.g_only_tb{
    display: block;
}

.g_only_sp{
    display: none !important;
}

.g_only_pc_in{
    display: inline-block;
}

.g_w1240{
	max-width: 1240px;
	margin: 0 auto;
}

.g_w1100{
	max-width: 1100px;
	margin: 0 auto;
}

.g_w1000{
	max-width: 1000px;
	margin: 0 auto;
}

.g_w900{
	max-width: 900px;
	margin: 0 auto;
}

.g_w800{
	max-width: 800px;
	margin: 0 auto;
}

.g_t1{
	text-align: center;
}

.g_t1 h2{
	font-size: var(--s26);
	font-weight: bold;
	color: var(--color1);
}

.g_btn{
	border: 1px solid #ddd;
	border-radius: 100px;
	max-width: 300px;
	padding: 20px 36px;
}

.g_btn a {
	font-size: var(--s17);
	font-weight: bold;
	text-align: center;
	position: relative;
}

.g_btn a:hover {
  opacity: 0.7;
}

.g_btn a .arrow{
	position: absolute;
	right: 0px;
	width: 10px;
    top: 50%;
    transform: translateY(-50%);
	margin-top: 1px;
}


.g_mb_b{
    margin-bottom: 36px !important;
}

.g_mb_c{
    margin-bottom: 46px !important;
}


/*-----------------------------------------------------
header
-------------------------------------------------------*/

#header{
	height: 100px;
	width: 100%;
	padding: 0 36px;
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.header_logo{
	display: flex;
	justify-content: flex-start;
    align-items: center;
	gap: 0 10px;
}

.header_logo h1{
    width: 340px;
    height: auto;
}

.header_mark{
    width: 146px;
    height: auto;
}

.header_cont ul{
	display: flex;
	justify-content: flex-start;
    align-items: center;
	gap: 0 26px;
}

.header_cont ul li{
	font-size: var(--s16);
	font-weight: bold;
}

.header_cont ul li a{
    position: relative;
    padding-left: 16px;
}

.header_cont ul li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--color1);
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}




/*-----------------------------------------------------
mv
-------------------------------------------------------*/

#mv{
	width: 100%;
	background: #F2FBF4;
	position: relative;
}

.mv_img{
	width: 100%;
	height: 700px;
	padding: 60px 0;
	text-align: center;
}

.mv_img img{
	height: 100%;
}

.mv_character{
    position: absolute;
    bottom: -42px;
	right: 60px;
    width: 230px;
}

.mv_text{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    width: 460px;
}

.mv_subtext{
	padding: 100px 0 100px;
	text-align: center;
}

.mv_subtext p.s1{
	font-size: var(--s32);
	font-weight: bold;
	line-height: var(--lh16);
	margin-bottom: 26px;
}

.mv_subtext p.s1 span{
	color: var(--color1);
}

.mv_subtext p.s2{
	line-height: var(--lh18);
}

/*-----------------------------------------------------
box1
-------------------------------------------------------*/

.box1 {
	padding: 100px 0 100px 0;
	z-index: 1;
	text-align: left;
}

.box1 .g_t1{
	margin-bottom: 40px;
}

.box1 ul{
  	display:flex;
	justify-content: flex-start;
  	flex-wrap: wrap;
	gap: 20px 2%;
}

.box1 ul li{
	width: 32%;
	display: flex;
}

.box1 ul li dl{
	width: 100%;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	padding: 20px;
}

.box1 ul li dl dt{
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.box1 ul li dl dt a{
	text-align: center;
	font-weight: bold;
	font-size: var(--s17);
	position: relative;
	text-align: left;
	color: var(--color1);
	display: inline-block;
}

.box1 ul li dl dt a .arrow {
    position: absolute;
    right: -20px;
    width: 7px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
}

.box1 ul li dl dd{
	line-height: var(--lh18);
	font-size: var(--s16);
	flex: 1; 
}

.box1 ul li dl dd span{
	position: relative;
	padding-left: 14px;
	display: block;
}

.box1 ul li dl dd span::after{
	content: "";
	position: absolute;
    width: 5px;
    height: 5px;
	background: var(--color1);
    border-radius: 100px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*-----------------------------------------------------
box2
-------------------------------------------------------*/
.box2{
	padding: 100px 0 100px;
}

.box2 .g_t1{
	margin-bottom: 60px;
}

.box2 .g_btn{
	margin: 0 auto;
}

.box2 ul li .img{
	position: relative;
}

.box2 ul li span.ct{
	position: absolute;
	bottom: 0px;
	right: 0;
	display: inline-block;
	font-size: var(--s16);
	font-weight: bold;
	color: #fff;
	background: var(--color1);
	padding: 8px 14px;
}

.box2 ul li span.name{
	font-weight: bold;
	line-height: var(--lh14);
	padding-top: 10px;
	display: block;
}



.swiper{
	margin-bottom: 60px;
}

.shop_slider_sec .shopSwiper {
  width: 100%;
  overflow: hidden;
}

.shop_slider_sec .swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop_slider_sec .swiper-slide {
	width: 460px!important;
	height: auto;
	margin: 0 10px;
}

.shop_slider_sec .swiper-slide a {
  display: block;
  text-decoration: none;
}

.shop_slider_sec .swiper-slide .img img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination {
	padding-top: 30px;
	position: inherit!important;
}

.swiper-pagination-bullet-active {
    background: var(--color1)!important;
}

/* デフォルトのアイコン文字を消す */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none!important;
}

/* 共通設定 */
.shop_slider_sec .swiper-button-next,
.shop_slider_sec .swiper-button-prev {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* 次へ */
.shop_slider_sec .swiper-button-next {
	background-image: url("../../images/index/slick_arrow_next.svg");
	right: calc(50% - 600px);
}

/* 前へ */
.shop_slider_sec .swiper-button-prev {
	background-image: url("../../images/index/slick_arrow_prev.svg");
	left: calc(50% - 600px);
}
/*-----------------------------------------------------
box3
-------------------------------------------------------*/
.box3{
	padding: 100px 0 100px;
	background: #fafafa;
}

.box3 .wrap{
	border: 1px solid #ddd;
	border-radius: 10px 10px 10px 10px;
}


.box3_t{
	padding: 26px 0;
	text-align: center;
	background: #d74301;
	border-radius: 10px 10px 0 0;
}

.box3_t h2{
	font-size: var(--s22);
	font-weight: bold;
	color: #fff;
}

.box3_line{
	padding: 36px 40px;
	background: #fff;
  	display:flex;
    align-items: center;
    justify-content: space-between;
}

.box3_img{
	width: 18%;
}


.box3_text{
	width: 78%;
	line-height: var(--lh18);
}

/*-----------------------------------------------------
box4
-------------------------------------------------------*/

.box4{
	padding: 0 0 100px;
}

.box4 .g_t1{
	margin-bottom: 40px;
}

.box4 .flow ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	position: relative;
}

.box4 .flow ul::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top:30%;
	transform: translateY(-30%);
	background: var(--color1);
	z-index: -999;
}

.box4 .flow ul li{
	display: flex;
	flex-direction: column;
	width: 32%;
	background: #FFFCFA;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 20px;

}

.sp_row{
	text-align: center;
}

.box4 .flow ul li .step{
	display: block;
	font-weight: bold;;
	padding-bottom: 10px;
	font-size: var(--s14);
}

.box4 .flow ul li h3{
	font-weight: bold;
	padding-bottom: 16px;
}

.box4 .flow ul li p{
	font-size: var(--s15);
	line-height: var(--lh16);
}

.box4 .flow .note{
	font-size: var(--s15);
	line-height: var(--lh16);
}




/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.cta{
	padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
    z-index: 2;
	background: #fafafa;
	text-align: center;
}

.cta h2{
	text-align: center;
	font-size: var(--s26);
	font-weight: bold;
	margin-bottom: 30px;
	color: var(--color1);
}

.cta span.time{
	display: block;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}

.cta span.tel{
	width: 46%;
	display: block;
	margin: 0 auto 26px;
}

.cta .cta_logo{
	width: 50%;
	margin: 0 auto 16px;
}

.cta span.ad{
	display: block;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#footer_box{
}

.footer_sub{
	padding: 50px 0;
}

.footer_sub ul{
  	display:flex;
    justify-content: center;
}

.footer_sub ul li{
	padding: 0 24px;
	border-right: 1px solid #ddd;
    font-size: var(--s15);
}

.footer_sub ul li:last-child{
	border-right: none;
}

.footer_copyright{
	padding: 30px 0;
	border-top: 1px solid #ddd;
    text-align: center;
    font-size: var(--s13);
	line-height: var(--lh16);
}


/*-----------------------------------------------------
page-top
-------------------------------------------------------*/

#page_top {
    position: fixed;
    bottom: 32px;
    right: 30px;
	z-index: 79;
    display: none;	
	
}


#page_top.active{
    display: block;
    transition: 1s all;     
}

#page_top.is-stuck {
  position: absolute;
  bottom: auto;
}

#page_top a{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: var(--color1);
    border-radius: 100px;
    opacity: 0.8;
}

#page_top a:hover{
    text-decoration: none;
    opacity: 0.6;
}

#page_top a img{
	width: 16px;
}

/*-----------------------------------------------------
reCAPTCHA
-------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha{
    margin: 54px auto 15px;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.recaptcha p{
  font-size:12px;
  color:#808080;
  line-height: 1.75;
}

.recaptcha a{
  display: inline;
  text-decoration: underline;
  color:#808080;
}

.recaptcha span{
    display: block;
    color: #222222;
}


/*-----------------------------------------------------
translate
-------------------------------------------------------*/
#gt-nvframe{
    display: none;
}

