/***************************************
	PC版トップページ用CSS
	
	
***************************************/


/* トップ画像 */

.index-top-image-section{
	background:#fffef5;
	max-width:none;
}

.index-top-image-section .index-top-image{
	position:relative;
	max-height:960px;
	overflow-y:hidden;
	overflow-x:hidden;
}

.index-top-image-section .index-top-image .index-top-image-main img{
	width:100%;
}

.index-top-image-section .index-top-image-content-wrapper{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	max-width:1600px;
	height:100%;
	margin:0 auto;
	overflow-x:clip;
	overflow-y:clip;
}

@media (min-width: 1600px) {
	.index-top-image-section .index-top-image-content-wrapper{
		overflow-x:visible;
	}
}

.index-top-image-section .index-top-image-content .index-top-image-info-content{
	position:absolute;
	top:10%;
	right:-20px;
	display:flex;
	flex-direction:column;
	align-items: flex-end;
}

.index-top-image-section .index-top-image-content .index-top-image-catch{
	background:rgba(0,0,0,0.3);
	padding:30px 60px 30px  40px;
	color:#ffffff;
	font-size:24px;
	letter-spacing:0.14em;
}

.index-top-image-section .index-top-image-content .index-top-image-catch-emphasis{
	font-weight:bold;
	font-size:36px;
	color:#fff5ae;
}

.index-top-image-section .index-top-image-event-info{
	margin-top:60px;
	background:rgba(255,254,245,0.91);
	padding:20px 40px 20px 20px;
	border-radius:20px 20px;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data{
	display:flex;
	align-items:flex-start;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dt{
	font-size:20px;
	padding-top:2px;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dd{
	text-align:center;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dd .index-top-image-next-event-date{
	font-size:24px;
	font-weight:bold;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dd .index-top-image-next-event-date .date-emphasis{
	font-size:48px;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dd .index-top-image-next-event-end-date{
	color:#666666;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dd .index-top-image-next-event-date-undecided{
	margin-left:20px;
	font-weight:bold;
	font-size:20px;
	margin-bottom:4px;
}

.index-top-image-section .index-top-image-event-info dl.index-top-image-next-event-data dd .index-top-image-next-event-time{
	font-size:20px;
	margin-bottom:6px;
}

.index-top-image-section .index-top-image-bottom{
	position:absolute;
	bottom:0;
	left:-40px;
	display:flex;
	flex-direction:column;
	align-items: flex-start;
}

.index-top-image-section .index-top-image-bottom .index-top-image-leaf{
	width:50vw;
	margin-left:6vw;
	min-width:480px;
	max-width:720px;
}

.index-top-image-section .index-top-image-bottom .index-top-image-leaf img{
	width:100%;
}

.index-top-image-section .index-top-image-bottom .index-top-image-logo{
	width:40vw;
	max-width:720px;
	background:#fffef5;
	padding:24px 48px 24px 88px;
	border-radius:40px 40px 0 0;
}

.index-top-image-section .index-top-image-bottom .index-top-image-logo img{
	width:100%;
}

/* サービス概要 */

.index-overview-section{
	background:#fffef5;
	padding-top:40px;
	padding-bottom:60px;
	margin-bottom:60px;
	max-width:none;
}

.index-overview-section .index-overview-section-body{
	max-width:1600px;
	margin:0 auto;
}

.index-overview-description-section{
	display:flex;
	justify-content:center;
	align-items:center;
}

.index-overview-section .index-overview-description-body{
	padding:20px 20px 20px 40px;
	max-width:720px;
	width:100%;
	display:flex;
	justify-content:flex-end;
}

.index-overview-section .index-overview-description-body p{
	margin:0;
	line-height:2.4;
	font-size:24px;
	font-size:2vw;
	font-size:min(2vw , 30px);
}

.index-overview-section .index-overview-description-body img.logo-in-sentence{
	display:inline;
	width:20vw;
	max-width:320px;
	/*height:28px;*/
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:6px;
}


.index-overview-section .index-overview-description-image{
	padding:20px 40px 20px 20px;
	max-width:720px;
	width:100%;
}


.index-overview-section .index-overview-description-image img{
	width:100%;
}


	/* ケースリスト */
	
.index-overview-section .index-overview-case-list ul{
	display:flex;
	max-width:1000px;
	margin:40px auto;
	align-items:center;
	justify-content:center;
	padding:0 40px;
}

.index-overview-section .index-overview-case-list ul li{
	width:100%;
	font-size:22px;
	text-align:center;
	padding:100px 20px;
	margin:0 0px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1.2;
	overflow-x:visible;
}

.index-overview-section .index-overview-case-list ul li:nth-of-type(1){
	background:url('../img/index/overview_case_background_green.png') no-repeat;
	background-size:auto 200px;
	background-position:center 10px;
}

.index-overview-section .index-overview-case-list ul li:nth-of-type(2){
	background:url('../img/index/overview_case_background_blue.png') no-repeat;
	background-size:auto 200px;
	background-position:center 10px;
}

.index-overview-section .index-overview-case-list ul li:nth-of-type(3){
	background:url('../img/index/overview_case_background_yellow.png') no-repeat;
	background-size:auto 240px;
	background-position:center 15px;
}



.index-overview-section .index-overview-catch{
	text-align:center;
	font-size:32px;
	margin-bottom:80px;
}

.index-overview-section .index-overview-catch img.logo-in-sentence{
	display:inline;
	height:36px;
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	margin-top:-12px;
}


	/* イベントリスト */


.index-overview-section ul.index-overview-event-list{
	display:flex;
	margin:20px 0px 20px 40px;
	overflow-x:auto;
}

.index-overview-section ul.index-overview-event-list li{
	background:#ffffff;
	border:3px solid #fbb03b;
	padding:20px;
	border-radius:30px;
	margin:0 10px 20px;
	flex-shrink: 0;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data{
	letter-spacing:0.02em;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data dt.index-overview-event-item-date{
	font-weight:bold;
	font-size:20px;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data dt.index-overview-event-item-date .date-emphasis{
	font-size:36px;
	margin-left:4px;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data dt.index-overview-event-item-date .index-overview-event-item-end-date{
	font-size:16px;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data dd.index-overview-event-item-time{
	letter-spacing:0.02em;
	font-size:20px;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data dd.index-overview-event-reserve-price{
	font-size:20px;
}

.index-overview-section ul.index-overview-event-list li dl.index-overview-event-item-data dd.index-overview-event-item-note{
	font-size:20px;
}

.index-overview-section p.index-overview-event-date-undecided{
	text-align:center;
	font-size:20px;
}


	/* 会場について */
	
.index-overview-section .event-overview-venue-data{
	display:flex;
	flex-direction: row-reverse;
	width:920px;
	margin:40px auto;
}

.index-overview-section .event-overview-venue-data .event-overview-venue-data-image{
	width:100%;
	margin-left:20px;
}

.index-overview-section .event-overview-venue-data .event-overview-venue-data-body{
	width:100%;
	margin-right:20px;
}

.index-overview-section .event-overview-venue-data .event-overview-venue-data-body dt{
	font-size:32px;;
}

.index-overview-section .event-overview-venue-data .event-overview-venue-data-body .event-overview-venue-data-address{
	padding-bottom:20px;
	font-size:24px;
}

.index-overview-section .event-overview-venue-data .event-overview-venue-data-body .event-overview-venue-data-access{
	font-size:24px;
	padding-bottom:10px;
}

.index-overview-section .event-overview-venue-data .event-overview-venue-data-body .event-overview-venue-data-access-note{
	font-size:16px;
}


/* サービス説明 */

.index-service-section{
	padding:20px 40px 40px;
}

.index-service-section .index-service-headline{
	color:#fbb03b;
	font-size:40px;
	margin-bottom:40px;
}

.index-service-section .index-service-headline img.logo-in-sentence{
	display:inline;
	height:44px;
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	margin-top:-12px;
}

	/* 概要 */

.index-service-section .index-service-overview{
	display:flex;
	align-items:center;
	justify-content:center;
}

.index-service-section .index-service-overview .index-service-overview-image{
	width:100%;
	margin-right:20px;
}

.index-service-section .index-service-overview .index-service-overview-description{
	width:100%;
	font-size:24px;
	font-size:min(2vw , 32px);
	margin-left:20px;
	line-height:2;
}

.index-service-section dl.index-service-feartures-list{
	display:flex;
	margin:40px auto;
	justify-content:center;
	max-width:1200px;
}

.index-service-section dl.index-service-feartures-list div{
	width:100%;
	position: relative;
	display: inline-block;
	margin:0 14px 60px;
	padding: 24px 12px;
	background-color: #fff5ae;
	text-align: left;
	font-weight: 400;
	line-height: 1.5;
	text-align:center;
}

.index-service-section dl.index-service-feartures-list div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 75%;
	border-style: solid;
	border-width: 40px 15px 0 15px;
	border-color: #fff5ae transparent transparent;
	translate: -50% 100%;
}

.index-service-section dl.index-service-feartures-list div dt{
	font-size:18px;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:14px;
	letter-spacing:0.02em;
}

.index-service-section dl.index-service-feartures-list div dt .index-service-feartures-emphasis{
	color:#fbb03b;
	font-size:32px;
	font-weight:normal;
}

.index-service-section dl.index-service-feartures-list div dd{
}


.index-service-section .index-service-overview-join-catch{
	text-align:center;
	font-size:28px;
	line-height:2.2;
}


	/* ケース */
	
.index-service-section dl.index-service-consultation-example-data{
	display:flex;
	justify-content:center;
	margin:40px auto 80px;
}

.index-service-section dl.index-service-consultation-example-data div{
	max-width:480px;
	min-width:400px;
	width:100%;
	margin:0 20px;
}

.index-service-section dl.index-service-consultation-example-data div dt{
	font-size:24px;
	margin-bottom:20px;
	text-align:center;
}

.index-service-section dl.index-service-consultation-example-data div dd{
	display:flex;
	align-items:center;
	padding:10px 20px;
	color:#ffffff;
	min-height:4rem;
	margin-bottom:20px;
	border-radius:20px;
	font-size:20px;
}

.index-service-section dl.index-service-consultation-example-data div.index-service-consultation-example-self dd{
	background:#8db330;
}

.index-service-section dl.index-service-consultation-example-data div.index-service-consultation-example-family dd{
	background:#77bbe0;
}

	/* 3ステップ */
	
.index-service-section .index-service-step-section{
	position:relative;
	margin:20px auto;
	max-width:1280px;
	padding-bottom:40px;
}

.index-service-section .index-service-step-section .index-service-step-operator-image{
	position:absolute;
	top:0;
	right:10%;
	width:20%;
	z-index:-1;
}

.index-service-section .index-service-step-section .index-service-step-operator-image img{
	width:100%;
}

.index-service-section .index-service-step-section ol.index-service-step-list{
	list-style:none;
	margin-right:10%;
	position:relative;
}

.index-service-section .index-service-step-section ol.index-service-step-list::after{
	content:"";
	background: linear-gradient(to right, #fffde8, #fff78c);
	position:absolute;
	top:0;
	bottom:-40px;
	left:0;
	right:0;
	z-index:-1;
	clip-path: polygon(0% 0%, 40% 0%, 100% 100%, 50% 100%);
	opacity:0.5;
}

.index-service-section .index-service-step-section ol.index-service-step-list li{
	margin:0 0 40px;
	width:50%;
	position:relative;
}

.index-service-section .index-service-step-section ol.index-service-step-list li .index-service-step-icon{
	position:absolute;
	right:-100px;
	top:34%;
	top:calc(50% - 40px);
}

.index-service-section .index-service-step-section ol.index-service-step-list li .index-service-step-icon img{
	width:80px;
}

.index-service-section .index-service-step-section ol.index-service-step-list li:nth-of-type(2){
	margin-left:25%;
}

.index-service-section .index-service-step-section ol.index-service-step-list li:nth-of-type(3){
	margin-left:50%;
	margin-bottom:0;
}

.index-service-section .index-service-step-section ol.index-service-step-list li dl{
	border:#fbb03b solid 3px;
	border-radius:14px;
	overflow: hidden;
}

.index-service-section .index-service-step-section ol.index-service-step-list li dl dt{
	background:#fbb03b;
	color:#ffffff;
	padding:20px 12px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.index-service-section .index-service-step-section ol.index-service-step-list li dl dd{
	padding:20px 12px;
	text-align:left;
	background:#ffffff;
}


/* 私たちについて */
.index-about-section{
	padding:80px 40px 40px;
}

.index-about-section .index-about-headline{
	color:#fbb03b;
	font-size:40px;
	margin-bottom:40px;
}


.index-about-section .index-about-senior-home-info-overview{
	display:flex;
	align-items:center;
	margin-bottom:40px;
}

.index-about-section .index-about-senior-home-info-overview-description{
	font-size:28px;
	line-height:2;
	padding-left:40px;
	min-width:440px;
}

.index-about-section .index-about-senior-home-info-overview-description img.logo-in-sentence{
	display:inline;
	height:40px;
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	margin-top:-12px;
}


.index-about-section ul.index-about-service-feature-list{
	display:flex;
}

.index-about-section ul.index-about-service-feature-list li{
	width:100%;
	margin:20px;
}

.index-about-section ul.index-about-service-feature-list li .index-about-service-feature-list-caption{
	background:#fbb03b;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding:10px 10px;
}


	/* 目指すところ */
	
.index-about-section .index-about-vision-section{
	position:relative;
	max-height:900px;
	overflow-y:hidden;
}

.index-about-section .index-about-vision-image{
	
}

.index-about-section .index-about-vision-image img{
	width:100%;
}

.index-about-section .index-about-vision-section .index-about-vision-catch{
	background:rgba(255,255,255,0.8);
	padding:16px 24px 18px 40px;
	font-size:32px;
	font-size:min(3.4vw , 48px);
	position:absolute;
	top:15%;
	right:0;
}

.index-about-section .index-about-vision-section .index-about-vision-catch-emphasis{
	color:#fbb03b;
}

.index-about-section .index-about-vision-section .index-about-vision-description{
	position:absolute;
	bottom:10%;
	background:rgba(255,243,205,0.77);
	padding:20px;
	font-size:24px;
	font-size:min(2.2vw , 32px);
}


.index-about-section .index-about-fourth-concept-headline{
	display: inline-block;
	padding: 1px 80px 10px 60px;
	background: #fbb03b;
	color: #ffffff;
	position: relative;
	font-size:32px;
	margin-left:-40px;
	font-weight:normal;
}


.index-about-section .index-about-fourth-concept-headline::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 44px solid transparent;
	border-bottom: 44px solid transparent;
	border-right: 44px solid #ffffff; /* 親の背景と同じ色（ここで切れ込みを作る） */
}

.index-about-section .index-about-fourth-concept-headline .index-about-fourth-concept-headline-emphasis{
	font-weight:bold;
	font-size:44px;
}

	/* 4つの知 */
	
.index-about-section ul.index-about-fourth-concept-item-list{
	display:flex;
	flex-wrap:wrap;
	padding-top:40px;
}

.index-about-section ul.index-about-fourth-concept-item-list > li{
	width:50%;
	display:flex;
}

.index-about-section ul.index-about-fourth-concept-item-list > li dl{
	margin:10px;
	padding:20px;
	border:2px solid #999690;
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	border-radius:14px;
}

.index-about-section ul.index-about-fourth-concept-item-list > li dl dt{
	width:50%;
	font-size:min(2.6vw , 32px);
	color:#fbb03b;
	letter-spacing:0.02em;
	text-align:center;
}

.index-about-section ul.index-about-fourth-concept-item-list > li dl dt .index-about-fourth-concept-item-emphasis{
	font-size:min(3.6vw , 48px);
}

.index-about-section ul.index-about-fourth-concept-item-list > li dl dd.index-about-fourth-concept-item-image{
	width:50%;
}

.index-about-section ul.index-about-fourth-concept-item-list > li dl dd.index-about-fourth-concept-item-description{
	width:100%;
	text-align:center;
	padding-top:12px;
	font-size:min(1.6vw , 20px);
}


	/* プラスアイコン */
	
.index-about-section .index-about-to-onestop-icon{
	position:relative;
	width:80px;
	height:80px;
	margin:40px auto;
}

.index-about-section .index-about-to-onestop-icon span:nth-of-type(1){
	display:block;
	position:absolute;
	width:6px;
	height:100%;
	top:0;
	bottom:0;
	left:38px;
	background:#555555;
}

.index-about-section .index-about-to-onestop-icon span:nth-of-type(2){
	display:block;
	position:absolute;
	height:6px;
	width:100%;
	left:0;
	top:38px;
	background:#555555;
}

	/* まるっとサポート */
	
.index-about-section .index-about-onestop-section{
	background:#fff3cd;
	padding:40px;
	border-radius:20px;
	max-width:960px;
	margin:0 auto;
}

.index-about-section .index-about-onestop-section .index-about-onestop-headline{
	font-size:28px;
	margin-bottom:40px;
	font-weight:normal;
}

.index-about-section .index-about-onestop-section .index-about-onestop-headline .index-about-onestop-headline-emphasis{
	color:#fbb03b;
}


.index-about-section .index-about-onestop-section .index-about-onestop-service-info{
	display:flex;
	align-items:center;
	margin-bottom:40px;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-info .index-about-onestop-service-info-logo{
	min-width:320px;
	max-width:320px;
	padding:20px;
	background:#ffffff;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-info .index-about-onestop-service-info-description{
	padding-left:40px;
	font-size:22px;
	line-height:2;
}


.index-about-section .index-about-onestop-section .index-about-onestop-service-item{
	display:flex;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-item .index-about-onestop-service-item-main{
	background:#f9b700;
	color:#ffffff;
	min-width:360px;
	max-width:360px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:10px 40px 10px 0;
	font-size:28px;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-item .index-about-onestop-service-item-plus-icon{
	margin:10px 0;
	position:relative;
	width:60px;
	display:flex;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-item .index-about-onestop-service-item-plus-icon span:nth-of-type(1){
	display:block;
	position:absolute;
	width:4px;
	height:60px;
	top:49%;
	top:calc(50% - 28px);
	left:27px;
	background:#555555;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-item .index-about-onestop-service-item-plus-icon span:nth-of-type(2){
	display:block;
	position:absolute;
	height:4px;
	width:100%;
	left:0;
	top:49%;
	top:calc(50% - 2px);
	background:#555555;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-item ul.index-about-onestop-service-item-list{
	flex-grow:1;
	margin-left:40px;
}

.index-about-section .index-about-onestop-section .index-about-onestop-service-item ul.index-about-onestop-service-item-list li{
	background:#6fba1a;
	margin:10px 0;
	color:#ffffff;
	font-size:28px;
	padding:20px;
	text-align:center;
}

.index-about-section .index-about-onestop-section .index-about-onestop-bottom-catch{
	font-size:28px;
	padding:20px 0 0;
	margin-bottom:0;
}

.index-about-section .index-about-onestop-section .index-about-onestop-catch-emphasis{
	font-size:36px;
}


	/* スタッフ紹介 */
	
	
.index-about-section ul.index-about-staff-list{
	display:flex;
	padding:20px 0;
	margin:0 -20px;
}

.index-about-section ul.index-about-staff-list > li{
	margin:0 20px;
}

.index-about-section ul.index-about-staff-list li dl dt{
	padding-bottom:20px;
	font-size:24px;
	text-align:center;
}

.index-about-section ul.index-about-staff-list li dl dt img{
	margin-bottom:20px;
}

.index-about-section ul.index-about-staff-list li dd ul li{
	display:inline-block;
	background:#6c9bd2;
	padding:4px 10px;
	color:#ffffff;
	margin-bottom:10px;
	border-radius:10px;
}


.index-about-section p.index-about-staff-catch{
	margin-top:20px;
	text-align:center;
	font-size:24px;
}


/* キャンペーン */

.index-campaign-section{
	border-top:dotted 10px #eeddcc;
	padding:60px 0 40px;
	margin-top:40px;
}

.index-campaign-section .index-campaign-headline{
	color:#fbb03b;
	font-size:32px;
	text-align:center;
}

.index-campaign-section .index-campaign-contract-banner{
	text-align:center;
	padding:30px 0;
}

.index-campaign-section .index-campaign-contract-banner img{
	
}


.index-campaign-section p.index-bottom-campaign-description{
	font-size:24px;
	text-align:center;
}

.index-campaign-section p.index-bottom-campaign-description .index-bottom-campaign-description-benefit{
	font-size:38px;
	color:#fbb03b;
}


/* クロージング */

.index-bottom-section{
	padding:40px;
	margin:0 auto;
}

.index-bottom-section .index-bottom-catch-section{
	display:flex;
	align-items:center;
	justify-content:center;
}

.index-bottom-section .index-bottom-catch-section .index-bottom-catch-image{
	width:360px;
	min-width:360px;
	max-width:360px;
}

.index-bottom-section .index-bottom-catch-section .index-bottom-catch-image img{
	border-radius:1000px;
}

.index-bottom-section .index-bottom-catch-section .index-bottom-catch-caption{
	font-size:min(2vw , 36px);
	line-height:2;
	margin-left:-60px;
}

.index-bottom-section p.index-bottom-event-date-undecided{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #bbbbbb;
	padding-bottom:20px;
	margin-bottom:20px;
}

	/* イベントリスト */


.index-bottom-section ul.index-bottom-event-list{
	display:flex;
	margin:20px -40px 40px 20px;
	overflow-x:auto;
}

.index-bottom-section ul.index-bottom-event-list li{
	background:#ffffff;
	border:3px solid #fbb03b;
	padding:20px;
	border-radius:30px;
	margin:0 10px 20px;
	flex-shrink: 0;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data{
	letter-spacing:0.02em;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data dt.index-bottom-event-item-date{
	font-weight:bold;
	font-size:20px;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data dt.index-bottom-event-item-date .date-emphasis{
	font-size:36px;
	margin-left:4px;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data dt.index-bottom-event-item-date .index-bottom-event-item-end-date{
	font-size:16px;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data dd.index-bottom-event-item-time{
	letter-spacing:0.02em;
	font-size:20px;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data dd.index-bottom-event-reserve-price{
	font-size:20px;
}

.index-bottom-section ul.index-bottom-event-list li dl.index-bottom-event-item-data dd.index-bottom-event-item-note{
	font-size:20px;
}


.index-bottom-section p.index-bottom-venue-access-description{
	font-size:24px;
}


/* お問い合わせコーナー */

.contact-section{
	background:#fff3cd;
	position: relative;
	overflow: hidden;
	padding:120px 40px 80px;
	margin-bottom:60px;
	max-width:1280px;
}



.contact-section::before{
	z-index: 2;
	background: #ffffff;
	width: 150px;
	height: 150px;
	transform: rotate(135deg) skew(20deg, 20deg);
	content: " ";
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.contact-section .contact-headline{
	text-align:center;
	font-size:40px;
	margin-bottom:40px;
}

.contact-section .contact-tel-section{
	display:flex;
	width: fit-content;
	justify-content:center;
	background:#ffffff;
	box-shadow:2px 2px 4px gray;
	padding:40px;
	margin:0 auto 20px;
}

.contact-section .contact-tel-section .contact-tel-icon{
	display:flex;
	align-items:center;
}

.contact-section .contact-tel-section .contact-tel-icon img{
	height:6rem;
}

.contact-section .contact-tel-section .contact-tel-info{
	display:flex;
	flex-direction:column;
	padding-left:20px;
}

.contact-section .contact-tel-section .contact-tel-info .contact-tel-window{
	line-height:1.8;
}

.contact-section .contact-tel-section .contact-tel-info .contact-tel-number{
	font-size:44px;
}

.contact-mail-form-section{
	max-width:1000px;
	margin:20px auto;
}

	/* お問い合わせフォーム */
	
	
.flow{
	margin-bottom:10px;
}

form#contactForm{
	position:relative;
}

.contact-form{
	
}

.contact-form .contact-form-row{
	display:flex;
}

.contact-form dt{
	padding:10px 20px;
	background:#c8ac7f;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	min-width:200px;
	width:200px;
	max-width:200px;
	border-radius:5px;
	font-size:18px;
	margin:0 10px 10px 0;
}

.contact-form dd{
	flex-grow:1;
	padding:10px 20px;
	min-width:400px;
	border-radius:5px;
	background:#ffffff;
	margin-bottom:10px;
	text-align:left;
}



.contact-form dd label{
	display:block;
	float:left;
	margin:0px 10px 10px 0;
	background:#ffffff;
	border:2px solid #bbbbbb;
	padding:8px 12px;
	border-radius:12px;
	font-size:18px;
}

.contact-form dd label.current{
	background:#e69223;
	color:#ffffff;
	transition: .3s;
}

.contact-form-section input[type="button"] , .contact-form-section input[type="submit"]{
	padding:8px 20px;
	margin:10px 10px 10px;
}

.contact-form input[type="checkbox"]{
	margin-right:6px;
	color:#333333;
}

.contact-form input[type="radio"]{
	margin-right:6px;
	color:#333333;
}

.contact-form input[type="text"]{
	padding:8px 12px;
	margin:4px 0;
	min-width:50%;
	font-size:18px;
	border-radius:5px;
	color:#333333;
	line-height:1.6;
}

.contact-form textarea{
	line-height:1.6;
}

.contact-form input.wide[type="text"]{
	width:96%;
}

.contact-form input[type="date"]{
	padding:5px 12px;
	margin:4px 0;
	font-size:18px;
	border-radius:5px;
	color:#333333;
}

.contact-form input[type="text"]::placeholder , .contact-form textarea::placeholder{
	
}

.contact-form input[type="text"]:focus , .contact-form textarea:focus{
	background:#ddeeff;
}



.contact-form textarea{
	padding:8px 12px;
	width:96%;
	min-height:120px;
	font-size:18px;
	border-radius:5px;
	color:#333333;
}

.contact-form select{
	padding:8px 12px;
	font-size:18px;
}

.contact-form select option{
	padding:4px 12px;
}

.contact-form dd.error{
	background:#ff6666;
}

.contact-form dd input.required , .contact-form dd textarea.required , .contact-form dd select.required{
	background:#ffdddd;
}

.contact-form .confirm-place{
	display:none;
}

.contact-form .confirm-questionnaire{
	display:none;
}

.contact-form label.privacy-policy-check{
	text-align:center;
	font-weight:bold;
	display:inline-block;
}



input#contactFormEnterButtonBack{
	position:absolute;
	bottom:0;
	left:0;
	padding:20px 20px;
}

input#contactFormEnterButton , input#contactFormEnterButtonEnter2 , input#contactFormEnterButtonEnter{
	display:block;
	padding:20px 60px;
	margin:0 auto;
	font-weight:bold;
	color:#ffffff;
	background:#226699 url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	border:none;
	border-radius:4px;
	font-size:125%;
	margin-bottom:30px;
	transition:.3s;
}

input#contactFormEnterButton:hover , input#contactFormEnterButton2:hover , input#contactFormEnterButtonEnter:hover{
	cursor:pointer;
	background:#6c9bd2 url('../img/icon/arrow_white.png') no-repeat;
	background-position:96% center;
	transition:.3s;
}

.contact-form p.contact-form-example{
	font-size:14px;
	color:#666666;
	margin-bottom:3px;
	margin-top:2px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}



.contact-form dt .required{
	background:#dd0000;
	color:#ffffff;
	margin-left:5px;
	padding:2px 8px;
	border-radius:2px;
	font-size:14px;
	font-weight:bold;
	white-space: nowrap;
	/*
	color:#dd0000;
	font-weight:bold;
	*/
}



.confirmHiddenBox{
	display:none;
}


		/* SSL導入 */

.contact-section .sslSticker{
	margin:0 auto;
	background:none !important;
	padding:20px 30px;
	border-radius:5px;
}

.contact-section .sslSticker tr th{
	padding-right:20px;
}

.contact-section .sslSticker tr td{
	color:#666666;
	font-size:14px;
	vertical-align:middle;
}

	
	
	
