/*
Theme Name: グリーン整体院
Text Domain: グリーン整体院
Author: 
Version: 1.0
*/
@charset "UTF-8";

/* main_img */
.mv_w{
	position:relative;
	min-height:900px;
	background-size:cover;
	background-repeat:no-repeat;
}
.mv_w .mv_text_g{
	position:absolute;
	width:1100px;
	max-width:90%;
}
.mv_w .mv_text_g h1{
	color: red;
	background: -webkit-linear-gradient(-90deg, #C9962E, #765100);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:6rem;
	font-weight:400;
	margin-bottom:50px;
	line-height:80px;
}
@media screen and (min-width:481px) {
	.mv_w .mv_text_g{
		top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}

}
@media screen and (max-width:768px) {
	.mv_w{min-height:100vh;width:100%;overflow:hidden;background-size:auto 100%;background-position:66%;}
	.mv_w .mv_text_g h1{font-size:2.8rem;line-height:128%;text-align:center;margin-bottom:30px;}
	.mv_w .mv_text_g{top:auto;bottom:40px;margin:0 5%;}
	.mv_w .mv_text_g p{font-size:1.4rem;}
	.sp_br {display:block;}

}
.news_list{
	background-color:#004D26!important;
}
.news_list .bx-wrapper{
	background-color:#004D26!important;
	border:none!important;
	width:380px;
	margin:0 auto;
	box-shadow:none;
}
.news_list ul li,.news_list ul li a{
	color:#fff;
    display: block;
}
.news_list ul li a{
	padding:20px 0;
	text-decoration:none;
	font-size:1.6rem;
}
.news_list ul li a span{
	padding:0 20px 0 25px;
	background:url("../img/arrow.svg") no-repeat center left;
	background-size:17px;
}
/* title */
.title_w{
	padding:90px 0 60px;
	text-align:center;
}
.title02_w{
	border-left:solid 10px #21A03A;
	padding-left:30px;
	margin-bottom:40px;
}
.title02_w h2{
	font-size:3.6rem;
	line-height:100%;
	padding-bottom:5px;
}
.title_w h2{
	font-size:3.6rem;
	font-weight:600;
}
.title_w .en,.title02_w p{
	background: -webkit-linear-gradient(320deg, #21A03A, #7FBE26);
    -webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:1.6rem;
    font-weight:600;
    letter-spacing:.16rem;
 }
 .title_w .en,.title02_w p.en{
 	text-transform: uppercase;
 }
 .box_w > .title_w, .box_g > .title_w{
	padding:0 0 60px;
 }


@media screen and (max-width:768px) {
    .slider {
        padding:20px;
    }
    .slider li:last-child {
        border-bottom:none;
    }
    .slider span {
        display:block;
		padding-bottom:10px;
    }
}
@media screen and (min-width: 769px){
	.news_list ul li a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 768px){
	.title_w h2,.title02_w h2{font-size:2.8rem}
	.title_w .en,.title02_w p{font-size:1.4rem}
	.title02_w{padding-left:20px; margin-bottom: 30px;}
	.news_list ul li a{padding:20px 20px  20px 15px;}
	.news_list ul li a span{padding:0 25px;margin-left:-25px}
}


.box_g{
	max-width:1140px;
	margin:0 auto;
}
/* GREETINGS */
.greetings_w{
	margin:0 auto;
	position:relative;
}
.greetings_right{
	position:relative;
}
.greetings_box{
	max-width:1100px;
	margin:0 auto;
}
.greetings_right_g{
	padding:30px;
}
.greetings_right_g p{
	margin-bottom:40px;
	font-size:1.6rem;
}
@media screen and (min-width:769px) {
	.greetings_left{
		width:60%;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		background:url("../img/greetings_img.jpg") no-repeat center center;
		background-size:cover
	}
	.greetings_w{
		padding:80px 0;
	}
	.greetings_right::before{
		position:absolute;
		content:"";
	    display:block;
	    background-color:rgba(33,160,58,0.2);
	    top:0;
	    bottom:0;
	    right:0;
	    width:50%;
	}
	.greetings_right_g{
		max-width:570px;
		width:50%;
		margin:0 auto 0 50%;
		position:relative;
		padding:50px 0 50px 50px;
	}
}
@media screen and (max-width:480px){
	.greetings_right_g{padding:20px 0 0;}
}

/* btn */
.btn_g{
	text-align:center;
}
.btn{
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:16px 5px;
	width:400px;
	max-width:90%;
	position:relative;
	z-index:1;
	font-size:1.8rem;
	margin-bottom: 16px;
}
.btn_center{
	text-align:center;
}
.btn_center .btn{
	margin:0 auto;
}
.btn::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius: 100vh;
	transition:0.5s;
	background:url("../img/arrow_btn.svg") no-repeat 96% center, linear-gradient(90deg, rgba(33,160,58,1) 0%, rgba(127,190,38,1) 100%);
	background-size:7px auto,100%;
}
.btn.modoru::before{
	background:url("../img/arrow_btn_left.svg") no-repeat 6% center, linear-gradient(90deg, rgba(33,160,58,1) 0%, rgba(127,190,38,1) 100%);
	background-size:7px auto,100%;
}
.btn.btn_close::before{
	background:url("../img/arrow_btn_bottom.svg") no-repeat 92% center, linear-gradient(90deg, rgba(33,160,58,1) 0%, rgba(127,190,38,1) 100%);
	background-size:13px auto,100%;
}
.btn.btn_open::before{
	background:url("../img/arrow_btn_top.svg") no-repeat 92% center, linear-gradient(90deg, rgba(33,160,58,1) 0%, rgba(127,190,38,1) 100%);
	background-size:13px auto,100%;
}
.btn::after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius: 100vh;
	background:url("../img/arrow_btn.svg") no-repeat 96% center, linear-gradient(90deg, rgba(127,190,38,1) 0%, rgba(33,160,58,1) 100%);
	background-size:7px auto,100%;
}
.btn.modoru::after{
	background:url("../img/arrow_btn_left.svg") no-repeat 6% center, linear-gradient(90deg, rgba(127,190,38,1) 0%, rgba(33,160,58,1) 100%);
	background-size:7px auto,100%;
}
.btn.btn_close::after{
	background:url("../img/arrow_btn_bottom.svg") no-repeat 92% center, linear-gradient(90deg, rgba(127,190,38,1) 0%, rgba(33,160,58,1) 100%);
	background-size:13px auto,100%;
}
.btn.btn_open::after{
	background:url("../img/arrow_btn_top.svg") no-repeat 92% center, linear-gradient(90deg, rgba(127,190,38,1) 0%, rgba(33,160,58,1) 100%);
	background-size:13px auto,100%;
}
.btn:hover::before{
  opacity:0;
}
.red_btn.btn::before{
	background:url("../img/arrow_btn.svg") no-repeat 96% center, linear-gradient(90deg, rgba(214,19,0,1) 0%, rgba(255,131,97,1) 100%);
	background-size:7px auto,100%;
}
.red_btn.btn::after{
	background:url("../img/arrow_btn.svg") no-repeat 96% center, linear-gradient(90deg, rgba(255,131,97,1) 0%, rgba(214,19,0,1) 100%);
	background-size:7px auto,100%;
}
.mw_wp_form_input .btn.modoru,.mw_wp_form_input .soushin{
	display:none;
}
.form_btn_w .btn{
	padding:0;
	margin-bottom:20px;
}
.form_btn_w input,.form_btn_w input:hover{
	background-color:transparent;
	border:none;
	color:#fff;
	font-size:1.8rem;
	width:100%;
	padding:15px 5px;
}
.form_btn_w input:hover{
	cursor:pointer;
}


.bg_gray{
	background-color:#F8F8F8;
}
.indications_w{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin:40px 15px 0;
}
.indications_w .indications_g{
	width:25%;
	text-align:center;
	padding:10px;
}
.indications_w .indications_g a{
	display:block;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	background-color:#CDE6D2;
	color:#000000;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.indications_w .indications_g a:hover{
	background-color:#004D26;
	color:#fff;
}
.indications_w .indications_g a img{
	border-radius:5px 5px 0 0;
}
.indications_w .indications_g a p{
	padding:20px 20px 20px 5px;
	font-size:2.2rem;
	background: url(../img/arrow.svg) no-repeat 90% center;
    background-size: 17px;
}
@media screen and (max-width:768px) {
	.indications_w{
		margin:40px -7px 0;
	}
	.indications_w .indications_g{
		width:50%;
		padding:7px;
	}
	.indications_w .indications_g a p{
		font-size:1.4rem;
		padding:10px 20px 10px 5px;
		background:url(../img/arrow.svg) no-repeat 90% center;
		background-size:15px;
	}
}

/* 料金案内 */
.price_w{
	padding-top:30px;
	position:relative;
	margin-bottom:50px;
}
.price_g{
	max-width:800px;
	width:100%;
	margin:0 auto;
	padding:60px 10px 40px;
	text-align:center;
	border:solid 1px #21A03A;
	background-color:rgba(33,160,58,0.15);
	position:relative;
}
.indication_g{
	max-width:800px;
	width:100%;
	margin:0 auto;
	padding:60px 10px 40px;
	text-align:center;
	border:solid 1px #21A03A;
	background-color:rgba(33,160,58,0.15);
	position:relative;
	font-size: 1.8rem;
}
.price_number{
	color:#C4972F;
	font-size:9.6rem;
	font-weight:600;
	line-height:100%;
}
.price_text{
	font-weight:600;
	padding-top:10px;
	font-size:1.8rem;
}
.price_hukidashi{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
}
.price_hukidashi::after {
	display:block;
	content:"";
	margin:0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 16px solid #004D26;
	border-bottom: 0;
}
.price_hukidashi p{
	text-align:center;
	background-color:#004D26;
	color:#fff;
	font-weight:600;
	padding:13px 30px;
	font-size:2.4rem;
	border-radius:10px;
	display:inline-block;
	line-height:140%;
}
.hukidashi_w .price_hukidashi p{
	min-width:300px;
}
.price_campaign{
	position:absolute;
	max-width:214px;
	width:50%;
	height:auto;
	top:-100px;
	right:-110px
}
@media screen and (max-width:800px) {
	.price_g{padding: 50px 10px 50px;}
	.price_campaign{bottom:-250px;top:auto;right:0;left: calc(50% - 32%);text-align:center;width:100%;max-width: 66%;}
	.price_campaign_img{width:240px;}
	/*.price_w{padding-bottom:80px}*/
	.price_hukidashi p{font-size:2rem;}
	.price_number{font-size:7.2rem;}
	.column_2 .colum_g .price_w .price_g p.price_number a{color:#C4972F;text-decoration:none;}
	.price_text{font-size:1.6rem;}
	.indication_g { padding: 80px 20px 10px; font-size: 1.6rem;}
}

/* News */
.news_w{
	max-width:800px;
	margin:0 auto 50px;
}
.news_w ul{
	list-style:none;
}
.news_w ul li{
	padding:15px 0;
	border-bottom:dashed 1px #ccc;
	text-align:left;
}
.news_w .date{
	width:150px;
	display:inline-block;
}
.news_w .cat{
	width:100px;
	display:inline-block;
	font-size:1.2rem;
	color:#fff;
	font-weight:600;
	padding:3px;
	margin-right:50px;
	text-align:center;
}
.news_w .cat.cat_update{
	background-color:#C4972F;
}
.news_w .cat.cat_campaign{
	background-color:#004D26;
}
.news_w .cat.cat_info{
	background-color:#7FBE26;
}
.news_w a{
	font-size:1.6rem;
	color:#333;
}
.news_w a:hover{
	text-decoration:none;
}
.price_number.tel{
	background:url("../img/tel.svg") no-repeat center left;
	padding-left:64px;
	font-size:5.4rem;
	display:inline-block;
	margin-bottom: 20px;
}
.square_w .text_center{
	margin-top:20px;
}
.column_2{
    margin-top:30px;
}
.column_2 .colum_g .price_w{
	padding-bottom:10px;
	margin-bottom:10px;
}
.column_2 .colum_g .price_w .price_g p a{
	color:#333;
}
@media screen and (min-width:769px) {
	.column_2{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.column_2 .colum_g{
		width:49%;
	}
	.column_2 .colum_g:first-child{padding-right:1%;}
	.column_2 .colum_g:last-child{padding-left:1%;}
}
@media screen and (max-width:768px) {
	.news_w{
		margin-bottom:30px;
	}
	.news_w .date{
		width:110px;
	}
	.news_w a{
		display:block;
		padding-top:5px;
	}
	.price_number.tel{
		font-size:3.4rem;
		background-size:32px;
		padding-left:40px;
	}
	.square_w{
		padding-bottom:220px;
	}
}

/* about */
.page_title{
	position:relative;
	overflow:hidden;
}
.page_title h1{
	position:absolute;
	top: calc(60% - 1.8rem);
    left: 0;
    right:0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size:3.6rem;
    text-shadow: 2px 2px 1px rgba(0, 77, 38, 0.25);
    color:#fff;
    padding:0 10px;
    text-align:center;
}
@media screen and (max-width:1365px) {
	.page_title img{max-width:150%;margin-left:-25%;}
}
@media screen and (max-width:768px) {
	.page_title img{max-width:300%;margin-left:-75%;}
	.page_title h1{font-size:2.8rem;}
}
@media screen and (max-width:480px){
	.page_title{margin-top: 60px;}
	.page_title img{max-width:200%;margin-left:-50%;}
	.page_title h1{top: 35%;}
}

.box_txt p{
	margin-bottom:40px;
}
.box_g .text_center + .about_flow{
	margin-top:50px;
}
.about_flow{
	margin-top:20px;
}
.about_flow .about_flow_g{
	background-color:rgba(33, 160, 58, 0.15);
	padding:30px 40px 30px 30px;
	border-radius:20px;
	margin-bottom:20px;
}
.about_flow:after{
	content:"";
	width:80px;
	height:30px;
	display:block;
	background:url("../img/about_step_arrow.png") no-repeat center;
	background-size:100%;
	margin:20px auto;
}
.about_flow_last.about_flow:after{
	display:none;
}
.about_flow_step img{
	max-width:100px;
}
.about_flow_text dt{
	font-weight:600;
	font-size:2.4rem;
	margin-bottom:20px;
}
.about_flow_text dd{
	margin-bottom:45px;
	font-size:1.6rem;
	line-height:180%;
}
.about_flow_img img{
	border:solid 1px #ccc;
}
.about_flow_text .btn{
	padding:10px 5px;
	margin-bottom:20px;
}
.profile_dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:1.6rem;
	color:#555555;
}
.profile_dl dt,.profile_dl dd{
	padding:20px 0;
	border-bottom:dashed 1px #ccc;
	line-height:200%;
}
@media screen and (min-width:769px) {
	.box_img_txt,.about_flow_g{
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.box_img_txt .img_50{
		width:50%;
	}
	.box_img_txt .img_50 + .box_txt{
		width:45%;
	}
	.about_flow_step{
		width:10%;
	}
	.about_flow_text{
		width:50%;
	}
	.about_flow_img{
		width:28%;
		order: 3;
	}
	.about_flow_text .btn{
		max-width:440px;
		width:100%;
	}
	.img_30{
		width:25%;
	}
	.img_30 + .box_txt{
		width:70%;
	}
	.profile_dl{
		margin-top:-30px;
	}
	.profile_dl dt{
		width:30%;
	}
	.profile_dl dd{
		width:70%;
	}
}
@media screen and (max-width:768px) {
	.box_img_txt .img_50{
		margin-bottom:20px;
	}
	.about_flow .about_flow_g{
		padding:30px;
	}
	.about_flow_g{
		position:relative;
	}
	.about_flow{
		padding-top:40px;
	}
	.about_flow_step{
		position:absolute;
		top:-40px;
		left:0;
		right:0;
		text-align:center;
	}
	.about_flow_step img{
		width:80px;
		height:80px;
	}
	.about_flow_text .btn{
		max-width:100%;
	}
	.about_flow_img{
		margin-bottom:20px;
	}
	.profile_dl dt{
		width:20%;
	}
	.profile_dl dd{
		width:80%;
	}
}

/* indications */
.list_ul{
	max-width:550px;
	margin:10px auto 0;
	text-align:left;
	list-style:none;
}
.list_ul li{
	margin-bottom:30px;
	padding-left:45px;
	position:relative;
}
.list_ul li:before{
	position:absolute;
	display:block;
	content:"";
	background:url("../img/check.svg") no-repeat center left;
	background-size:100%;
	width:25px;
	height:19px;
	left:0;
	top:5px;
}
@media screen and (max-width:768px) {
	.list_ul li{
		padding-left:35px;
	}
	.list_ul li:before{
		width:20px;
		height:14px;
		top:8px;
	}
}

/* archive */
@media screen and (min-width:769px) {
	.archive_list_w{
		display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}
	.archive_list_w .left{
		width:68%;
	}

	.archive_list_w .right{
		width:26%;
	}
	.list_g{
		display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}
	.list_g .img_w{
		width:37%;
	}
	.list_g .text_right{
		width:59%;
	}
}
.list_g{
    padding:50px 0;
    border-bottom:dashed 1px #ccc;
}
.list_date{
	font-size:1.4rem;
}
.list_date .list_date_cat{
	display:inline-block;
	background-color:#21A03A;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	padding:2px 10px;
	margin-right: 8px;
	margin-bottom: 5px;
}


}
.list_date .list_date_cat:hover{
	background-color:#004D26;
}
.list_title{
	padding:10px 0 15px;
}
.list_title a{
	font-size:2rem;
	color:#21A03A;
	font-weight:700;
}
.list_title a:hover{
	text-decoration:none;
}
.list_txt{
	font-size:1.4rem;
	line-height:180%;
	margin-bottom:16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 行数を指定 */
}
.list_tag a{
	display:inline-block;
	font-size:1.4rem;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
	padding:2px 10px;
	background-color:#C4972F;
	margin-right:8px;
}
.list_tag a:hover{
	background-color:#9A751F;
}
.pagination,.nav-links{
	margin:50px 0 0;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .current,.pagination a{
	border:solid 1px #21A03A;
	width:40px;
	line-height:38px;
	display:block;
	color:#21A03A;
	text-decoration:none;
	font-size:1.6rem;
	margin-right:10px;
}
.pagination .current,.pagination a:hover{
	background-color:rgba(33, 160, 58, 0.2);
}
.page-numbers{
	background-position:center;
	background-size:7px 12px;
	background-repeat:no-repeat;
	height:40px;
}
.page-numbers.next{
	background-image:url("../img/arrow_right.svg");
}
.page-numbers.prev{
	background-image:url("../img/arrow_left.svg");
}
/* right menu */
.archive_link_box{
	margin-bottom:30px;
}
.archive_link ul{
	list-style:none;
	margin:0;
	padding:0;
}
.archive_link ul li{
	margin:0 0 10px;
	padding:0;
	position:relative;
}
.archive_link ul li a{
	padding-left:20px;
	color:#333333;
}
.archive_cat ul li a:hover{
	color:#21A03A;
}
.archive_tag ul li a:hover{
	color:#C4972F;
}
.cat_link_ttle{
	padding:20px 30px;
	border-radius:10px 10px 0 0;
}
.archive_link_box button{
	border:none;
	width:100%;
	text-align:left;
}
.archive_link_box.open button{
	border-radius:10px;
}
.archive_cat .cat_link_ttle{
	background-color:#21A03A;
}
.archive_tag .cat_link_ttle{
	background-color:#C4972F;
}
.archive_link{
	padding:20px 30px 10px;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}
.archive_cat .archive_link{
	background-color:rgba(33, 160, 58, 0.1);
}
.archive_tag .archive_link{
	background-color:rgba(196, 151, 47, 0.1);
}
.archive_link ul li:before{
	content:"";
	display:block;
	position:absolute;
	width:6px;
	height:9px;
	left:0;
	top:10px;
	background-size:100%;
}
.archive_cat .archive_link ul li:before{
	background:url("../img/arrow_cat.svg") no-repeat center;
}
.archive_tag .archive_link ul li:before{
	background:url("../img/arrow_etc.svg") no-repeat center;
}
.cat_link_ttle h2{
	font-size:1.8rem;
	color:#fff;
}
.title02_w.tag_title{
	border-left:solid 10px #C4972F;
}
.title02_w.tag_title p.title_sub{
	color:#C4972F;
	-webkit-text-fill-color:#C4972F;
	background:none;
}
@media screen and (max-width:768px) {
	.archive_link_box h2{
		background:url("../img/arrow_menu.svg") no-repeat center right;
		background-size:16px 10px;
	}
	.list_g{
		padding:20px 0;
	}
	.list_g .img_w{
		margin-bottom:10px;
	}
	.pagination{
		margin-bottom:50px;
	}
}
/* single */
.title_single h1{
	padding:20px 0;
	border-bottom:dashed 1px #ccc;
}
.title_single .list_date .list_date_cat{
	margin-right:10px;
}
.single_main_img{
	margin:0 0 40px;
}
.title_single + .list_date_day{
	text-align:right;
	font-size:1.4rem;
	padding:20px 0;
}
.single_content h2{
	border-left:solid 10px #21A03A;
	font-size:2.4rem;
	padding:10px 20px;
	margin:100px 0 30px;
}
.single_content h3{
	border-bottom:solid 1px #21A03A;;
	font-size:2rem;
	padding:5px;
	margin:40px 0 20px;
}
.single_content h4{
	font-size:1.8rem;
	padding:5px;
	margin:30px 0 10px;
}
.single_content p{
	margin-bottom:40px;
	letter-spacing:.05rem;
}
.single_content ul li{
	padding-bottom:5px;
	list-style:inside;
	padding-left:10px;
}
@media screen and (max-width:768px) {
	.title_single .list_date .list_date_cat,.title_single .list_tag a{margin-right:5px; margin-bottom: 5px;}
	.title_single h1{font-size:2.2rem;}
	.single_content h2{font-size:2rem;margin-top:50px;}
}
.underline {
	text-decoration: underline;
}
.underline:hover {
	text-decoration: none;
}

/* reservation */
.web_form{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:50px 50px 40px;
}
.web_form dt{
	width:32%;
	font-weight:600;
}
.web_form dt span{
	border-left:solid 8px #004D26;
	padding:10px;
	display:inline-block;
	font-feature-settings: "palt";
	letter-spacing:.05rem;
}
.web_form dd{
	width:68%;
}
.web_form dt,.web_form dd{
	text-align:left;
	padding:20px 0;
	border-bottom:dashed 1px #ccc;
}
.web_form dt{
	display: flex;
	align-items: center;
}
.web_form dt.top_text{
	align-items: flex-start;
}
.form_icon{
	font-size:1.2rem;
	display:inline-block;
	color:#fff;
	background-color:#D61300;
	padding:0 10px;
	border-radius:5px;
	margin-right:5px;
	height:24px;
	line-height:24px;
	min-width:44px;
}
.form_icon.nini{
	background-color:#777777;
}
.web_form dd input.hasDatepicker{
	width:150px;
}
.web_form dd input{
	border:solid 1px #D3D3D3;
	border-radius:5px;
	padding:10px;
}
.web_form dd select {
	background-color:#fff;
	border-radius:5px;
	padding:10px 15px;
	position: relative;
	z-index: 1;
	border:solid 1px #D3D3D3;
	width:150px;
}

.web_form dd select::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	z-index: -1;
}
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  height:auto;
}
.web_form dd input{
	max-width:300px;
}
#content_body form a.underline{
	text-decoration:underline;
	border:none;
	color:#333;
}
.form_btn_w{
	margin-top:30px;
}
.web_form dd textarea{
	display:inline-block;
	border-radius:5px;
	padding:10px 15px;
	border:solid 1px #D3D3D3;

}
.web_form dd textarea::placeholder,.web_form dd input::placeholder {
	color:#888888;
}
.web_form dd.flex{
	display: flex;
    align-items:start;
    justify-content:flex-start;
}
.web_form dd.flex .form_icon{
	margin:5px 7px 0 0;
}
.error_text{
	text-decoration:underline;
	font-weight:bold;
	padding-top:40px;
}
.date_t{
	margin-right:5px;
}
@media screen and (max-width:768px) {
	.web_form{padding:40px 0;display:block;}
	.web_form dt,.web_form dd{width:100%;font-size:1.4rem;}
	.web_form dt{border:none;padding-bottom:0;}
	.web_form dd input{max-width:80%;}
}
/* faq */
.accordion {
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  font-weight:bold;
  position:relative;
  font-size:24px;
  padding:0 240px 0 60px;
  background:url("../img/faq_q.svg") no-repeat center left;
  background-size:32px auto;
}
.accordion-content {
  display: none;
  margin-top:40px;
  padding-left:60px;
  background:url("../img/faq_a.svg") no-repeat left 3px;
  background-size:32px auto;
}
.accordion-item{
	background-color:#DEF1E1;
	padding:40px 50px;
	border-radius:20px;
	margin-bottom:35px;
}
.btn_open, .btn_close{
	max-width:240px;
	padding:8px;
	font-weight:normal;
	position:absolute;
	right:0;
	top:50%;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.close .btn_open,.open .btn_close{
	display:none;
}
.privacy_box_inner{
	background-color:#fff;
	padding:20px 30px;
	font-size:14px;
	height:200px;
	max-width:650px;
	margin:10px auto;
	overflow-x: hidden;
	text-align:left;
}
.privacy_box p{
	margin-bottom:20px;
}
.privacypolicy dt{
	border-left: solid 5px #21A03A;
    font-size: 1.6rem;
    padding: 5px 15px;
    margin: 20px 0 10px;
    font-weight:bold;
}
.privacypolicy dd{
	margin-bottom:20px;
}
.privacypolicy ul{
	margin:1rem 0 1rem 2.5rem
}
.privacypolicy ul li{
	margin-bottom:5px;
}
.privacypolicy .text_right{
	text-align:right;
}
@media screen and (max-width: 1140px) {
	.faq_w{padding:0 20px;}
}
@media screen and (max-width:768px) {
	.faq_w{padding:0}
	.btn_open, .btn_close{max-width:180px;}
	.accordion-item{padding:25px 30px;}
	.accordion-title{font-size:2rem;padding:0 190px 0 35px;background-size:22px;}
	.accordion-content{padding:0 0 0 35px;background-size:22px;}
}
@media screen and (max-width:480px){
	.btn_open, .btn_close{max-width:100px;font-size:1.4rem;}
	.accordion-item{padding:20px 20px;border-radius:10px;margin-bottom:20px;}
	.accordion-title{font-size:1.4rem;padding:0 120px 0 30px;background-size:20px;}
	.accordion-content{padding:0 0 0 30px;background-size:20px;}
	.btn.btn_close::before,.btn.btn_close::after{background-size:10px auto,100%;}
	.btn.btn_open::before,.btn.btn_open::after{background-size:10px auto,100%;}
	.btn_open, .btn_close{padding:8px 14px 8px 5px;}
}
.fadeUpTrigger{
opacity:0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#web{
	padding-top:30px;
}
/*.privacy_box,#web{
	margin-top:-100px;
	padding-top:100px;
}
@media screen and (max-width:480px){
	#web{
	margin-top:-200px;
	padding-top:200px;
	}
}*/

/* デバイス幅320px対策 - 20240414石井追記 */
@media screen and (max-width: 360px) {
	.price_number.tel { font-size: 2.7rem; } /* 電話番号 */
	.price_number { font-size: 6rem; } /* 料金表記 */
	.price_hukidashi p { font-size: 1.8rem; padding: 13px 20px; }
	.indications_w .indications_g a p { font-size: 1.2rem; background: url(../img/arrow.svg) no-repeat 93% center; }
	.greetings_right_g p { margin-bottom: 20px; font-size: 1.4rem; }
	.btn { font-size: 1.6rem; }
	.footer_left p { font-size: 1.4rem; }
	.title_w h2, .title02_w h2 { font-size: 2.4rem; }
	.title_w .en, .title02_w p { font-size: 1.2rem; }
	.box_w > .title_w, .box_g > .title_w { padding: 0 0 30px; }
	.page_title h1 { font-size: 2.4rem; }
	.about_flow_text dt { font-size: 2.2rem; }
	.about_flow .about_flow_g { padding: 25px; }
	.about_flow_text dd { margin-bottom: 30px;}
	.price_text { font-size: 1.3rem; }
}