.logo-wrapper {
    position: absolute;
    padding: 10px;
    z-index: 1000;
}

.logo-wrapper img {
    height: 40px;
	display: inline-block;
}

.logo-wrapper span {
	line-height: 40px;
	font-size: 16px;
	
}

.bg-pink{
	background:#F8D8E0;
}


#more_fv{
	width: 100%;
	object-fit: contain;
}

.more_content{
	width: 95%;
	margin: 25px auto;
}

.more_content h1{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	letter-spacing: .15rem;
	font-family: 'Josefin Slab', serif;
}

.more_story{}


.more_story_preview{
	margin-top: 10px;
	border-radius: 5px;
	width: 100%;
	background: #fff;
}

.more_story_preview h3{
	background:#E687A0 ;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: bold;
}

.more_story_img{
	padding:0 10px;
	display: flex;
	justify-content: center;
	margin: 5px auto;
}

.more_story_img li{
	list-style: none;
	height: 120px;
}

.more_story_img li img{
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.more_story_img li:nth-child(2){
	margin-left: 10px;
}

#more_story p{

	font-size: 13px;
}

#more_thanks p{

	font-size: 13px;
}

.more_story_preview p{
		padding: 10px;
}

.more_picup_thumbnail{
	display: flex;
	height: auto;	
}

.more_picup_thumbnail img{
	width: 100%;
}

#more_member ul{
	display: flex;
	justify-content: center;
	margin: 5px auto;
}

#more_member li{
	list-style: none;
	text-align: center;
	font-size: 13px;
}

#more_member img{
	margin: 0 auto 5px auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
}

#more_member li:nth-child(2){
	margin-left: 25px;
}

#more_member ul:nth-child(3){
	margin: 20px 0;
}

/*楽曲*/
.more_music_preview{
	background: #FFF;
	padding:15px 0;
	border-radius: 10px;
}

.more_music_preview img{
	width: 90%;
	margin: 0 auto;
}

.more_music_preview p{
	margin-top: 10px;
	text-decoration: underline;
	text-align: center;
}

/*動画*/
.more_video_preview{
	position: relative;
	width: 100%;
	height:0px;/*高さはpaddingで指定するため0*/
	padding-top: 56.25%;/*高さを指定（padding-bottomでも同様)*/
}

.more_video_preview iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.accordion-content {
    padding: 5px;
    background: #F3D0D0;
    font-weight: bold;
    font-family: 'YuGothic';
}

.accordion-content-right {
    border-radius: 3px 15px 15px 15px;
}

.accordion-content-left {
    border-radius: 15px 3px 15px 15px;
}

.accordion-content p {
    font-size: 12px;
    color: #E26B79;
}

.intro-box {
    width: 215px;
    padding: 10px;
    background-color: #F3D0D0;
    border-radius: 3px 15px 15px 15px;
    font-weight: 700;
}

.intro-box p{
    color: #E26B79;
    font-size: 11px;
    margin: 0;
    line-height: 16px;
}

.intro-box a{
    color: #FFFFFF;
    font-size: 10px;
    line-height: 13px;
}

.intro-more1, .intro-more2, .intro-more3, .intro-more4 {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
    padding: 5px 5px 10px 5px;
    cursor: pointer;
}

.detail-link a {
	margin-top: 10px;
    font-size: 12px;
    text-underline-offset: .3em;
    justify-content: right;
    align-items: center;
}

.business-comment-detail {
    width: 40px;
    padding: 0 5px;
}


.intro-box {
    width: 215px;
    padding: 10px;
    background-color: #F3D0D0;
    border-radius: 3px 15px 15px 15px;
    font-weight: 700;
    font-family: 'YuGothic';
}

.intro-box p {
    color: #E26B79;
    font-size: 11px;
    margin: 0;
    line-height: 16px;
}

.intro-box a {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 13px;
}

.schedule-post {
    color: #6E5F64;
    border-top: 2px dotted #6E5F64;
    padding: 10px 0;
}

.schedule-post a {
    display: flex;
}

.schedule-date {
    width: 123px;
    height: 68px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    color: #4B4A4F;
    text-align: left;
    margin-left: 10px;
}

.schedule-tukihi {
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
}

.schedule-youbinen {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.schedule-contents {
    width: 295px;
    height: 68px;
    padding-right: 16px;
    font-family: 'YuGothic';
    font-style: normal;
}

.schedule-contents span {
    font-weight: 700;
    font-size: 10px;
    font-weight: bold;

    line-height: 15px;
    color: #E56685;
    border: 1px solid #E56685;

}


.schedule-contents p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}



/* ピックアップニュース */
.pickup-news-content {
    background-size: auto auto;
    background-color: rgb(245, 217, 217);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(243, 208, 208, 1) 4px, rgba(243, 208, 208, 1) 12px );
}

.pickup-news-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6E5F64;
}

.pick-post {
    color: #6E5F64;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.pick-post a img {
    width: 100%;
    border-radius: 5px;
}

.pick-post h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.pick-post p {
    font-size: 14px;
    font-weight: bold;
}

.pick-post a:hover {
    opacity: .6;
    transition: .5s;
}


/*ニュース*/
.news-post {
    color: #6E5F64;
    border-top: 2px dotted #6E5F64;
    padding: 10px 0;
}

.news-post h3 {
    font-weight: bold;
}

/*FAQ*/
#more_faq {
	font-size: 13px;
}

.faq {
	margin-bottom: 10px;
	position: relative;
	cursor:pointer;
}

.faq-q{
	background:#E687A0 ;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
	font-weight: 400;

}
.faq-q p{
	text-indent: -17px;
	padding-left: 15px;
	color: #fff;
}

.faq-q span{
    text-align: right;
    color: #fff;
    position:absolute;
    top:5px;
    right:5px;

}

.faq-a{
	background: #fff;
	padding: 5px 10px;
	border-radius: 0 0 5px 5px;
	display: none;
}

.faq-a p{
	text-indent: -17px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.faq h2{
	margin-bottom: 5px;
	font-size: 13px !important;
	font-weight: 500;
	padding-left: 10px;
}

.faq h2>span {
	font-size: 12px;
	font-weight: 400;
}

.faq-list-wrapper{
    list-style:  none;
    margin:  0;
    padding-left: 20px;
	counter-reset: li_count;
}

.faq-list{
	font-size: 13px;
	margin-bottom: 3px;
	text-indent: -15px;
	padding-left: 15px;

}

.faq-list:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #E26A79;
	opacity: 50%;
    border-radius:  50%;
	margin-right: 5px; 
}

.faq-sublist{
	margin-bottom: 3px;
	text-indent: -10px;
	padding-left: 10px;
}

.faq-sublist:before {
    content:  "";
    width:  5px;
    height:  5px;
	margin-bottom: 2.5px;
    display:  inline-block;
    background-color: #E26A79;
	opacity: 50%;
    border-radius:  50%;
	margin-right: 5px; 
}

.faq address{
	font-style: normal;
	color: #6E5F64;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: rgba(230,134,160,0.15);
	border-radius: 3px;
	padding: 3px 8px;
	margin: 0 0 5px 15px;
}

    
.faq-numlist {
	margin-bottom: 3px;
	text-indent: -15px;
	padding-left: 15px;
}
 
.faq-numlist:before  {
	counter-increment: li_count;
	content: counter(li_count)".";
	color: #E26A79;
	margin-right: 5px;
	opacity: 70%;
	font-weight: 500;
}



.company-information {
    padding: 0 30px;
}


/*full calender*/
.fc-content span {
    color: #ffffff;
}

.fc-button-primary {
    border-color: #ffffff;
}

.schedule-point p {
    font-size: 11px;
}