@charset "utf-8";
/* 愛昇殿CLUB */

.small-font{
	font-size: 90%;
}
/*タイトル*/
#club_title-bg{
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size:contain;
	border-top: 1px solid #e6fecc;
	border-bottom: 1px solid #999;
	padding: 0 0 2em 0;
}
#brand-name{
	padding:0px 20px 0px 20px;
}
#club_title{
	text-align: center;
	padding:10px;
}
#member_subtitle{
	color:#009944;
	margin-bottom:1em;
	
}
#member_maincopy{
	color:#333;
	font-weight:bold;
	font-size:large;
	text-align:center;
	margin:1em 0 1em 0;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #ffd58a;
	
}
#member_maincopy span{
   display: block;
}
#club_main-card{
	margin: 0 10px 0 10px;
}
#club_3point{
	display:flex;
	justify-content: space-between;
	width:100%;
	margin-bottom:1em;
}
#club_3point li{
	justify-content: center;
	width:32%;
	margin:0;
	padding:5px 0px 5px 0px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius: 5px; /* 角を丸くする */
	text-align:center;
	border: 1px solid #ccc;
}
#club_main-topics{
	margin-bottom: 1.5em;
	text-align: left;
}
#club_main-topics p{
	border-bottom: 1px solid #666;
	font-size: large;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-bottom: 0.5em;
}
.cvbtn_front-copy{
	font-size: large;
	text-align: center;
	margin-bottom: 1em;
	font-weight:bold;

}
.club_cvbtn{
	width:80%;
	margin: 0 auto 1em auto;
	text-align: center;
}
.club_cvbtn img{
	width: 100%;
}

/*備えられる理由*/
#club_reason{
	padding-bottom: 2em;
	border-bottom: 1px solid #999;
	text-align: left;
}
#club_reason ul{
	margin-bottom: 2em;
}
#club_reason li{
	border: 1px solid #999;
	margin-bottom: 1em;
	border-radius: 10px; /* 角を丸くする */
	padding: 20px 20px 20px 5px;
	box-sizing: border-box;
	
}
.reason_midashi{
	font-weight: bold;
	color: #009944;
	margin-bottom: 0.3em;
}

#club_reason li dl{
	display: flex;
	align-items: flex-start;
}
#club_reason li dl dt{
	flex: 0 0 100px
}
#club_reason li dl dd{
	flex: 1; 
}
/*QUOキャンペーン*/
.quocampaign{
	background-image: url(../images/campaign_bg01.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size:contain;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-bottom: 2em;
	 text-align: left;
 }
 .quo_contents{
	 margin: 0px 20px 2em 20px;
	 text-align: left;
 }
 .quo_contents .campaign_day{
	 font-weight: bold;
	 background-color: #fff;
	 box-sizing: border-box;
	 padding: 7px 10px;
	 margin-bottom: 2em;
	 border: 1px solid #333;
	 text-align: center;
}

 #quocampaign contents img{
	 width:100%;
 }

/*コンセプト*/
#consept_bg{
	background-image: url(../images/consept_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fefefe;
	padding: 2em 0px 2em 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#consept{
	margin:0px 10px;
}

#consept_img img{
	width:70px;
	margin:0 auto;
	display:block;
}
#consept p{
	margin-bottom:1em;
	text-align:left;
}
#consept li{
	font-size:small;
	padding-left: 1em;
	text-indent: -1em;
	text-align:left;
}
/*白木祭壇プランLS01*/
#ls01_bg{
	background-color: #ecebe4;
	padding: 10px 0px 2em 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/*LS01の場合*/
#plan_main_frame{
 margin: 0px 20px 0px 20px;
background: #FFFFFF;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}

.plan_fukumu{
	background: #333;
	color: #fff;
	text-align: center;
	margin-bottom: 0.7em;
}
#plan_main_frame ul{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 2em;
}
#plan_main_frame li{
	width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
}



/*３つのプラン*/
#club_plan_saidan{
}
#club_plan_saidan li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#club_plan_saidan dl{
	display:flex;
}
#club_plan_saidan dl dt{
	width:25%;
}
#club_plan_saidan dl dt img{
	width:95%;
}
#club_plan_saidan dl dd{
	width:75%;
}
#club_plan_saidan dl dd p{
	font-size: small;
	line-height: 120%;
}
#club_plan_saidan dl dd table{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom:10px;
}
#club_plan_saidan dl dd table th{
	text-align: left;
	font-size: large;
}
#club_plan_saidan dl dd table td{
	text-align: right;
	font-size: small;
}
.club_etc{
	margin-bottom: 2em;
}
.club_etc p{
	margin-bottom: 1em;
}
}

.btn_waku{
	margin:0px auto 2em auto;
}
#club_voice li{
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #999;

}

#club_voice dt{
	margin-bottom: 1em;
	font-size: small;
	text-align: right;
}
#club_voice dd{
	margin-bottom: 1em;
}
#club_voice dd p{
	margin-bottom: 1.2em;
	
}

/*Q＆Aのアコーディオン*/
.qa-6 {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

@media screen and (min-width: 979px) {

/*タイトル------------------------------------------------------*/
#member_maincopy span{
   display: inline;
}
#club_main-card{
	margin: 0;
}
.cvbtn_front-copy{
	font-size: x-large;
	}
.club_cvbtn img{
	width: 512px;
}
#member_subtitle{
	margin-bottom:2em;
}
#member_maincopy{

	font-size:xx-large;
	
}

#club_main-topics p{
	font-size: x-large;
	
}
/*備えられる理由*/
#club_reason ul{
	display: flex;
	justify-content: space-between;
}
#club_reason ul li{
		padding: 20px;
	width: 32%;
}
#club_reason ul li dl{
	display:block;
}
#club_reason ul li dt{
	display:block;
	text-align: center;
	width: 100%;
}
#club_reason ul li dd{
	display:block;
	width: 100%;
}
/*キャンペーン*/
 .quo_contents{
	 width: 800px;
	 margin: 0px auto 2em auto;
 }
	
 .quo_contents .campaign_day{
	 font-size: x-large;
}

/*コンセプト*/
#consept_bg{
	padding:4em 0px 4em 0px;
}
#consept{
	width:940px;
	margin:0px auto;
}
#consept_img img{
	width:100px;
}
#consept p{
	font-size: x-large;
	margin-bottom: 1.5em;
	line-height: 140%;
	text-align: center;
}
#consept li{
	font-size:medium;
}
/*LS01の場合*/
#plan_main_frame{
	width:940px;
	margin: 0 auto 1em auto;
}
#plan_main_frame dl{
		display: flex;
}
	#plan_main_frame li{
		width: 25%;
	}
.plan_fukumu{
	font-size: large;
	}

/*３つのプラン*/
#club_plan_saidan{
	padding-bottom: 2em;
	display:flex;
}
#club_plan_saidan li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:33.3%;
	
}
#club_plan_saidan dl{
	display:block;
	
}
#club_plan_saidan dl dt{
	width:95%;
	margin-bottom:10px;
}
#club_plan_saidan dl dt img{
	width:100%;
}
#club_plan_saidan dl dd{
	width:95%;
}
#club_plan_saidan dl dd p{
	font-size:medium;
}

	
.btn_waku{
	width:640px;
	margin:0px auto 4em auto;
}
#club_voice dl{
	display: flex;
}
#club_voice dt{
	width: 340px;
	order: 2;
	margin-bottom: 1em;
}
#club_voice dd{
	width: 580px;
	margin-right: 20px;
	order: 1;

}
}
