@charset "UTF-8";

/*-----------------------------------------------------
sub
-------------------------------------------------------*/

#sub_content{
    padding-top: 100px;
}


/*-----------------------------------------------------
global_sub
-------------------------------------------------------*/
.sub_box{
	padding-bottom: 140px;
}

.g_sub_t{
	margin-bottom: 60px;
}

.g_sub_st{
	background: var(--color2);
	padding: 16px 20px;
	border-radius: 6px;
}

.g_sub_st h3{
	font-weight: bold;
	font-size: var(--s20);
}

.g_sub_txt{
	line-height: var(--lh18);
}
/*-----------------------------------------------------
sub_table
-------------------------------------------------------*/

.sub_table{
}

.sub_table dl{
    padding: 30px 0px;
    border-bottom: solid 1px #ddd;
    display: flex;
    justify-content: space-between;
    line-height: var(--lh18);
}

.sub_table dl dt{
    padding-left: 20px;
    width: 25%;
    font-weight: bold;
}

.sub_table dl dd{
    padding-left: 20px;
    width: 75%;
}

/*-----------------------------------------------------
item_arch
-------------------------------------------------------*/

.item_arch .box1{
    padding: 0 0 100px 0!important;
}

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

.itemcat .g_sub_txt{
	margin-bottom: 40px;
}


.itemcat_list ul{
    display: flex;
	justify-content: flex-start;
    align-items: center;
  	flex-wrap: wrap;
	gap: 14px 1.3333%;
}

.itemcat_list ul li{
	width: 24%;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: left;
	position: relative;
}

.itemcat_list ul li a{
	padding: 26px;
	font-weight: bold;
	line-height: var(--lh14);
}

.itemcat_list ul li::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: var(--color1);
    -webkit-mask: url(../../images/index/arrow_br.svg) no-repeat center;
    mask: url(../../images/index/arrow_br.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/*-----------------------------------------------------
item
-------------------------------------------------------*/
.item{
	padding-bottom: 80px;
}

.item .g_sub_txt{
	margin-bottom: 50px;
}

.item_syurui{
	padding: 36px;
	border-radius: 10px;
	background: var(--color2);
	text-align: left;
	margin-bottom: 70px;
}

.item_syurui h3{
	font-size: var(--s26);
	font-weight: bold;
	margin-bottom: 26px;
	text-align: center;
}

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

.item_list{
	margin-bottom: 70px;
}

.item_list h3{
	text-align: center;
	font-size: var(--s26);
	font-weight: bold;
	margin-bottom: 36px;
}

.item_listdata span{
	display: inline-block;
	padding: 16px 22px;
	background: #fff;
	border-radius: 8px;
	font-weight: 500;
	font-size: var(--s16);
	margin: 5px;
	border: 1px solid #ddd;
}

.item_listdata p{
	text-align: center;
	padding-top: 22px;
}

.item_point{
	border: 1px solid #ddd;
	padding: 46px;
	border-radius: 10px;
}

.item_point dl{
	border-bottom: 1px solid #ddd;
	padding-bottom: 36px;
}

.item_point dl:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}

.item_point dl dt{
	font-weight: bold;
	font-size: var(--s20);
	padding: 26px 0 16px;
}

.item_point dl dd{
	line-height: var(--lh18);
}


/*-----------------------------------------------------
shop
-------------------------------------------------------*/
.shop_box .g_t1{
	margin-bottom: 60px;
	text-align: center;
}

.shop_t h2{
	font-size: var(--s28);
	color: var(--color1);
}


.shop_list{
    display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}

.shop_left{
	width: 40%;
}

.shop_img{
	margin-bottom: 22px;
}

.shop_youtube{
	margin-bottom: 22px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 アスペクト比のための高さ */
    height: 0;
    overflow: hidden;
}

.shop_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.shop_tel{
	padding: 20px 46px;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
}

.shop_tel a{
	display: inline-block;
	font-size: var(--s32);
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px;
	font-weight: 700;
}

.shop_tel a::after{
	position: absolute;
	content: "";
	background: url("../../images/sub/tel.svg") no-repeat;
	background-size: 14px;
	width: 14px;
	height: 20px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}


.shop_tel span{
	display: block;
	font-size: var(--s14);
	line-height: var(--lh16);
}

.shop_data{
	width: 54%;
} 

.shop_data a{
	color: #1958B7;
	font-weight: bold;
} 

.shop_data dl{
    padding: 30px 0px;
    border-bottom: solid 1px #ddd;
    display: flex;
    justify-content: space-between;
    line-height: var(--lh18);
}

.shop_data dl dt{
    padding-left: 20px;
    width: 25%;
    font-weight: bold;
}

.shop_data dl dd{
    padding-left: 20px;
    width: 75%;
    display: flex;
	justify-content: flex-start;
  	flex-wrap: wrap;
	gap: 8px 8px;

}

.shop_data dl dd span.item{
	font-size: var(--s14);
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 6px;
	display: inline-block;
}

.shop_data dl dd a.map{
	font-size: var(--s15);
	color: #1958B7;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.shop_data dl dd a.map::after{
	position: absolute;
	content: "";
	background: url("../../images/sub/link_ic.svg") no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.shop_mapbox{
	background: var(--color2);
}

.shop_map{
	padding: 60px 0;
}

.shop_map iframe {
    width: 100% !important;
    height: 360px;
}

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

.first_t{
    font-size: var(--s28);
    font-weight: bold;
    color: var(--color1);
    text-align: center;
    margin-bottom: 40px;
}

.first_t span {
    font-size: var(--s44);
    font-weight: bold;
    color: #000;
}

.first_box1_st{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.first_box1_st span{
	font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.first_box1_st h3{
	font-weight: bold;
    font-size: var(--s20);
    display: inline-block;
}

.first_box1_list{
	margin-bottom: 40px;
}

.first_box1_list:last-child{
	margin-bottom: 0px;
}

.first_box1 dl{
    display: flex;
    justify-content: space-between;
}

.first_box1 dl dt{
	width: 24%;
}

.first_box1 dl dt img{
	border-radius: 6px;
}

.first_box1 dl dd{
	width: 70%;
}

.first_box1_txt{
	line-height: var(--lh18);
	margin-bottom: 26px;
}

.first_box1_txt span{
	font-weight: bold;
}

.first_box1 dl dd ul{
	padding: 0 0 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.first_box1 dl dd ul li{
	width: 32%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 30px 0;
    font-weight: 700;
    text-align: center;
    font-size: var(--s16);
}

.first_box1_txt2{
    line-height: var(--lh16);
    font-size: var(--s14);
}
/*-----------------------------------------------------
faq
-------------------------------------------------------*/
.faq_box{
	padding-bottom: 100px;
}

.faq_box ul{
	margin-bottom: 46px;
}

.faq_box ul li{
    padding: 24px 50px 24px 40px;
    line-height: 1.5;
}

.faq_box ul li.q{
	position: relative;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	cursor: pointer;
}

.faq_box ul li.q::before{
	position: absolute;
	content: "Q.";
    top: 24px;
	left: 8px;
}

.faq_box ul li.q::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(90deg);
	background-color: var(--color1);
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 22px;
	height: 16px;
	transition: transform 0.5s;
}

.faq_box ul li.q.active::after{
	transform: translateY(-50%) rotate(-90deg);
}

.faq_box ul li.a {
    line-height: var(--lh18);
    position: relative;
	display: none;
}

.faq_box ul li.a::before{
	position: absolute;
	content: "A.";
    top: 24px;
	left: 10px;
}

/*-----------------------------------------------------
line
-------------------------------------------------------*/
.line_box{
	padding-bottom: 140px;
}

.line_box .g_sub_txt{
	margin-bottom: 50px;
}

.line_box .wrap{
	padding: 40px 0;
}

.line_btn{
	text-align: center;
}

.line_btn a {
    display: inline-block;
    height: auto;
    padding: 16px 42px;
    background: #46c35b;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-radius: 56px;
	margin: 0 auto;
}

.line_img {
    width: 180px;
    margin: 0 auto;
}

/*-----------------------------------------------------
privacy
-------------------------------------------------------*/

.privacy_box .txt{
    line-height: var(--lh18);
    margin-bottom: 40px;
}

.privacy_box .list .row:first-child{
    border-top: 1px solid #ddd;
}

.privacy_box .list .row{
    padding: 35px 0px;
    border-bottom: 1px solid #ddd;
}

.privacy_box .list .row h3{
    display: block;
    font-weight: bold;
    padding-bottom: 16px;
}

.privacy_box .list .row p{
    line-height: var(--lh18);
}



/*-----------------------------------------------------
company
-------------------------------------------------------*/
.company_txt{
	margin: 0 0 100px;
	text-align: center;
    line-height: 2;
}

.company_txt span{
    font-size: 25px;
    font-weight: bold;
	display: block;
	margin: 0 0 20px;
}

.company_table{
    line-height: 2;
}

.company_table table{
    width: 100%;
    border-collapse:collapse       
}

.company_table table tr{
    border-bottom: 1px solid #cccccc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.company_table table tr:last-child{
    border-bottom: none;
}

.company_table table tr th{
    width: 30%;
    padding: 26px 0px;
}

.company_table table tr td{
    width: 70%;
    padding: 26px 0px;
}

.company_table table tr:last-child td,.company_table table tr:last-child th{
    padding-bottom: 0px;
}



/*-----------------------------------------------------
contact
-------------------------------------------------------*/
/**
 * error message
 */
.mw_wp_form .error {
	font-size : 93%;
	color : #B70000;
    padding: 6px 0 10px!important;
}


/*mw reset*/
.mw_wp_form .horizontal-item + .horizontal-item{
    margin: 0px !important;
}


.mwform-checkbox-field input, .mwform-radio-field input{
    margin: 0px !important;
}

span.mwform-checkbox-field-text {
    white-space: nowrap;
}

/*.contact_box*/

.contact_box{
    margin: 60px auto 0;
    text-align: left;
}

table.contact_tb {
    width: 100%;
    margin-bottom: 68px;
}

.contact_box tr{
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_box tr+tr{
    margin-top: 40px;
}

.contact_box td.tdl{
    width: 30%;
    font-weight: bold;
}

.contact_box td.tdr{
    width: 70%;
    margin-left: auto;
    box-sizing: border-box;
}

.contact_box td.wt{
    font-weight: bold;
    padding-right: 10px;
}

.contact_box tr.name td.tdr input[type="text"]{
    width: 60%;
}

.contact_box tr.name td.tdr input[type="text"]+input[type="text"]{
    margin-left: 2%;
}

.contact_box span.hissu{
    display: inline-block;
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: var(--color1);
    border-radius: 6px;
}

.contact_box td input[type="text"]{
    width: 100%;
    height: 46px;
    padding: 15px;    
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contact_box td input[type="text"]:focus,.contact_box td textarea:focus{
    border: 2px solid #eaeaea !important;
    outline: 0;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
}

.contact_box td textarea{
    width: 100%;
    height: 200px;
    padding: 15px;    
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus::-ms-input-placeholder {
	color: transparent;
}
textarea:focus::placeholder {
	color: transparent;
}

.contact_box input.submit{
    min-width: 260px;
    height: auto;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #ddd;
    transition-property: opacity;
    transition-duration: 0.5s;
	padding: 22px;
	font-weight: bold;
    font-size: var(--s16);
}

.contact_box ::placeholder {
    color:#9f9e9f;
}

tr .submit:hover{
    cursor: pointer;
	opacity: 0.7;
}

tr.submit {
    justify-content: center;
}

tr.submit td{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;    
}

.contact_box input.back.submit {
    display: block;
    font-size: 15px;
    font-weight: bold;
    min-width: 280px;
    padding: 18px;
    background: #eaeaea;
    border-radius: 40px;
    border: none !important;
    color: #333333;
    margin-right: 30px;
}

.contact_box label {
    margin-right: 15px;
    cursor: pointer;
}

.contact_box .td_note{
    display: block;
    font-size: 14px;
    width: 70%;
    margin-left: auto;
    padding-top: 20px;
    line-height: 1.7;
    color: #777777;
}



/*-----------------------------------------------------
breadcrumb
-------------------------------------------------------*/

#breadcrumb{
    padding: 20px 0;
	background: var(--color2);
}

#breadcrumb ul{
    display: flex;
}

#breadcrumb ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    font-size: var(--s13);
    white-space: nowrap;
}

#breadcrumb ul li::after {
    content: '>';
    padding: 0px 8px;
}


#breadcrumb ul li:last-child::after {
    content: none;
    padding: 0px;
}

/*-----------------------------------------------------
404
-------------------------------------------------------*/
.page404_tx{
    line-height: 1.8;
    margin-bottom: 80px;
}