@charset "UTF-8";
/* CSS Document */
.swiper-slide {
	overflow: hidden;
}
	
.img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}



.concept {
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8)); /* SafariなどのWebkitブラウザ用 */
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5)); 
}

.main_btn {
	display: block;
}

.sankaku {
	text-align: center;
	line-height: 180%;
}

@media only screen and (max-width:960px) {
	/*mobile*/
	
	.mbdel {
		display: none;
	}
	.radio_line {
		padding: 5px;
		display: block;
	}
	.con {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.book {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 1em;
	}
	header {
		width: 100%;
		background: #FFF;
		align-items: center;
		height: 92px;
	}

	header > h1 > img {
		padding-top: 18px;
		padding-bottom: 24px;
		display:block;
		margin: 0 auto;
		height: 92px;
	}

	.img {
		height: calc(100vh - 200px) !important;
	}
	
	.main {
		position: relative;
		margin-bottom: 2em;
	}

	.concept {
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: 999;
		height: 100px;
	}
	.concept > img {
		width: 90%;
	}
	
	
	.main_btn {
		background: #ff1a66;
		font-size: 2rem;
		font-weight: 600 !important;
		text-align: center;
		padding: 0.5em 0;
		width: 90%;
		color: #FFF;
		margin: 15px auto 0;
		border-radius: 10px;
	}
	.main_btn span {
		font-weight: 300 !important;
		font-size: 1.4rem;
		display: block;
	}
	
	.main_title {
		font-size: 2.5rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 130% !important;
		padding-bottom: 1em;
		text-align: center;
	}
	
	.main_title span {
		font-size: 2rem;
		display: block;
	}
	

	/*
	.title {
		display: block;
		padding: 3em 0 2em;
		width: 100%;
		margin: 0 auto;
	}
	*/
	.title img {
		width: 100%;
	}
	
	
	
	.sc_txt {
		text-align:center;
		margin-bottom: 110px;
	}
	
	.check_sp h2 {
		text-align: center;
		margin-bottom: 30px;
	}
	.check_sp h2 img {
		width: 35vw;
		display: block;
		margin: 0 auto;
	}
	
	.check_sp ul img {
		width: 100%;
	}
	
	.check_sp li > p {
		text-align:center;
		font-size: 1.6rem;
		margin-bottom: 0.5em;
		line-height: 160%;
	}
	
	.check_sp ul {
		width: 90%;
		margin: 0 auto 2em;
	}
	
	.check_sp li {
		border: 2px solid #666;
		background-size: 100% auto;
		width: 100%;
		background: #efefef;
		margin-bottom: 1em;
	}

	
	.check_last {
		text-align: center;
		font-size: 2.5rem;
		font-weight: 600;
		margin-bottom: 1em;
	}
	.check_last span {
		font-size: 1.8rem;
		display: block;
		padding-top: 0.5em;
	}
	
	
	
	
	.point1 {
		width: 90%;
		margin: 0 auto 3em;
		display: flex;
		flex-wrap: wrap;
	}
	
	.point1 li {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
	.point1 li:nth-child(odd) {
		margin-right: 10px;
	}
	.point1 img {
		width: 100%;
		display: block;
	}
	
	.point2 {
		background:url("../images/sankaku.svg") no-repeat top center #F8F8F8;
	}
	
	.point2 h2 {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	.point2 p {
		text-align: left;
		font-size:  1.4rem;
		line-height: 2em;
		padding-bottom: 2em;
		width: 90%;
		margin: 0 auto;
	}
	
	.point3 {
		width: 90%;
		margin: 0 auto;
	}
	
	.point3 ul {
		width: 100%;
		margin: 0 auto 1.5em;
		display: flex;
		flex-wrap: wrap;
	}
	
	.point3 li {
		width: 100%;
		border: 1px solid #CCC;
		padding: 0 0 1.5em;
	}
	.point3 li:first-child {
		margin-bottom: 20px;
	}
	
	.point3 li h3 {
		font-size: 2rem;
		position:relative;
		top: -0.75em;
		left: 0;
		right: 0;
		text-align: center;
		width: 3.5em;
		background: #fff;
		margin: 0 auto;
	}
	.point3 li p {
		font-size: 1.6rem;
		text-align: center;
	}
	.point3 h4 {
		font-size: 1.6rem;
		line-height: 1.5em;
		text-align: center;
	}
	.point3 h4 span {
		border-bottom: 4px solid #FF0046;
		margin-bottom: 3em;
	}
	
	.point4 ul {
		max-width: 90%;
		margin: 0 auto;
		border-top: 1px solid #666;
	}
	.point4 li {
		border-bottom: 1px solid #666;
		padding: 2.5em 0;
	}
	.point4 h3 {
		max-width: 100%;
		margin: 0 auto;
	}
	.point4 h3 > img {
		width: 100%;
		display: block;
	}
	.point4 li > p {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.point5 {
		width: 90%;
		margin: 0 auto;
	}
	
	.tab01 {
		width: 100%;
		margin: 0 auto 0.5em;
	}
	/*タブのスタイル*/
	.tab_sp {
		width: 100%;
	}
	.tab_menu {
		width: calc(100% / 2);
		height: 60px;
		line-height: 60px;
		text-align: center;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		background-color: #FFF;
		display: block;
		float: left;
		text-align: center;
		transition: all 0.2s ease;
		margin: 0 auto;
	}

	.tab_menu:hover {
		opacity: 0.75;
	}
	/*ラジオボタンを全て消す*/
	input[name="tab_menu"] {
		display: none;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_contents {
		display: none;
		padding: 1.5em;
		clear: both;
		overflow: hidden;
		transition: .5s opacity;
		border: 1px solid #666;
		background: #F8F8F8;
	}
	/*選択されているタブを表示*/
	#menu01:checked ~ #menu01,
	#menu02:checked ~ #menu02 {
		display: block;
	}
	/*選択されているタブのスタイル*/
	.tab01 input:checked + .tab_menu {
		border: 1px solid #666;
		background-color: #666;
		color: #fff;
	}
	.tab_contents ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.tab_contents li {
		width: 100%;
		font-size: 3rem;
		line-height: 1.5em;
	}
	.tab_contents p {
		text-align: center;
	}
	.p5p {
		text-align: center;
		margin-bottom: 4em;
	}
	
	
	.works ul {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 3.5em;
	}
	


	.works li {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 30px;
	}
	.works li:nth-child(2n) {
		margin-right: 0;
	}
	.works li img {
		object-fit: cover;
		height: 120px;
		width: 100%;
	}
	.works p {
		font-size: 1.2rem;
		text-align: center;
		padding-top: 5px;
	}
	
	.works ul h3 {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 600;
	}
	
	.point7 h3 {
		text-align: center;
		font-size: 1.8rem;
		border-bottom: 1px solid #666;
		display: inline-block;
		margin-bottom: 50px;
	}
	
	.point7 h3 span {
		font-size: 1.4rem;
		display: block;
	}
	.point7 h3 b {
		font-size: 1.2rem;
		border-radius: 50%;
		background: #666;
		color: #FFF;
		width: 1.5em;
		line-height: 1.5em;
		display: block;
		margin: 0 auto;
	}
	
	.str01 {
		width: 100%;
		text-align: center;
		border-top: 1px solid #CCC;
		padding:4em 0;
	}
	.str01 ul {
		margin: 0 auto;
		width: 100%;
	}
	
	.str01 li {
		width: 100%;
		margin-bottom: 3em;
	}
	.str01 li h4 {
		font-size: 1.6rem;
		border: 1px solid #666;
		padding: 0.3em 0.5em;
		width: 13em;
		display: block;
		margin: 0 auto 1em;
	}
	.str01 li p {
		width: 80%;
		text-align: left !important;
		margin: 0 auto;
	}
	.str01 img {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.str02 {
		width: 100%;
		text-align: center;
		background: url("../images/strong02mb.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.str02 div {
		background-color: rgba(255, 255, 255, 0.8);
		width: 85%;
		margin: 0 auto;
		padding: 4em 0;
		text-align: center;
	}
	.str02 div p {
		font-size: 1.5rem;
		line-height: 250%;
	}
	.str03 {
		border-bottom: 1px solid #CCC;
		text-align: center;
		padding: 4em 0;
		margin-bottom: 3em;
	}
	.str03 ul {
		width: 90%;
		margin: 1.5em auto 2em;
		display: flex;
		flex-wrap: wrap;
	}
	
	.str03 li {
		width: calc((100% - 10px) /2);
		margin-bottom: 1em;
	}
	.str03 li:first-child {
		margin-right: 10px;
	}
	.str03 li img {
		width: 100%;
	}
	.str03 h4 {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 600;
		padding-bottom: 0.5em;
	}
	.str03l {
		font-size: 2rem;
		font-weight: 700;
	}
	
	
	.point8 {
		width: 90%;
		margin: 0 auto 8em;
	}
	
	.p8p {
		text-align: center;
		line-height: 180%;
		margin-bottom: 1.5em;
	}
	
	.point8 ul {
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		display: flex;
		flex-wrap: wrap;
	}
	.point8 li {
		border-bottom: 1px solid #666;
	}
	
	.p8li1 {
		width:80px;
		padding: 10px;
		font-size: 3rem;
		border-right: 1px solid #666;
		text-align: center;
	}
	.p8li2 {
		width:calc(100% - 80px);
		padding: 20px;
	}
	.p8li3 {
		width: 100%;
		padding: 20px;
	}
	
	.point9 {
		width: 90%;
		margin: 0 auto;
	}
	
	.point9 p {
		text-align: left;
		line-height: 2em;
	}
	
	
	
	
	.toibanner {
		width: 100%;
		margin: 0 auto 2em;
	}
	
	.toibanner img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.mb30 {
		margin-bottom: 1.5em;
	}
	
	
	
	
	.contact {
		width: 100%;
		padding-bottom: 5em;
		margin: 0 auto;
	}

	.form_sp {
		width: 90%;
		margin: 0 auto;
	}
	
	.form_sp li {
		list-style: none;
		display: block;
	}
	
	.form_sp li:nth-child(even) {
		margin-bottom: 0.5em;
	}

	.form_sp input[type="text"] {
		border: 1px solid #CCC;
		box-sizing: border-box;
		height: 30px;
	}
	.fmax {
		width: 100%;
	}


	.sbt_sp input[type="submit"] {
		cursor: pointer;
		display: block;
		background: #666;
		color: #fff;
		width: 100%;
		padding: 1em 0;
		margin:0 auto 0.5em;
		border: none;
	}
	.sbt_sp {
		padding-top: 60px;
		text-align: center;
	}

	.sbt_sp a {
		border-bottom: 1px solid #333;
	}
	
	.selectbox {
		appearance: none;
		border: 1px solid #000;
		box-sizing: border-box;
		height: 30px;
		display: inline-block;
		margin-bottom: 30px;
	}

	footer {
		width: 100%;
		text-align: center
	}
	footer img {
		width: 50%;
		margin: 0 auto 15px;
		display: block;
	}

	.address {
		margin-bottom: 3em;
	}
	.copy {
		margin-bottom: 100px;
	}

	
	#page-top{
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: -60px;
		right: 10px;
		width: 50px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: .5s;
	}

	#page-top:hover{ 
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.form_end {
		width: 90%;
		padding-top: 30px;
		margin: 0 auto;
	}
	.form_end h2 {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.contact_navi {
		width: 100%;
		position:fixed;
		right: 0;
		left: 0;
		bottom:0;
		z-index: 9999;
	}
	
	.contact_navi ul {
		display: flex;
		flex-wrap: wrap;
	}
	.contact_navi li {
		width: calc(50% - 10px);
		display: block;
		margin: 0 5px 10px;
	}
	
	.contact_navi li button {
		width: 100%;
		height: 65px;
		color: #FFF;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 900;
		letter-spacing: 0.05em;
		border-radius: 10px;
	}
	.contact_navi li:first-child button {
		background: #ff1a66;
	}
	.contact_navi li:last-child button {
		background: #1ac8aa;
	}
	
	
	
	
	
	
	.freetel {
		background: url("../images/freetel.svg") no-repeat left center;
		background-size: 30px auto;
		padding-left: 30px;
		font-size: 2.4rem;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #848079;
	}
	.mcl {
		display: none;
	}
	
	
	/* モーダル本体 */
	.modal-content{
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		/*overflow: scroll;*/
		height: auto;
		width: 90%;
		background: #fff;
		padding: 15px;
	}
	.m_photo01 {
		width: 100%;
		height: 140px;
		margin-bottom: 5px;
	}
	
	.m_photo01 img,
	.m_photo_sp img{
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	
	ul.m_txt {
		width: 100%;
		margin-bottom: 10px;
	}
	ul.m_txt li {
		border-bottom: 1px solid #ccc;
		padding:0.25em 0;
	}
	ul.m_txt li:first-child,
	ul.m_txt li:last-child {
		border-bottom: 1px solid #666;
	}
	
	ul.m_txt li:first-child {
		font-size: 1.7rem;
	}
	ul.m_photo_sp {
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	ul.m_photo_sp li {
		width: calc((100% - 10px) / 2);
		height: 90px;
		margin-right:10px;
		margin-bottom:10px;
	}
	ul.m_photo_sp li:nth-child(2n) {
		margin-right:0;
	}
	
	
	
	
	.c-btn {
		cursor: pointer;
		transition: 0.3s;
		border: none;
		background: #FFF;
	}

	.c-switchingTabs {
		display: flex;
		gap: 14px;
		margin-bottom: -1px;
		width: 100%;
		height: 45px;
		margin: 0 auto;
		line-height: 45px;
	}
	.c-switchingTabs__tab {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc((100% - 14px) / 2);
		padding: 0.5em 1em;
		border: 1px solid #666;
		border-bottom: none;
		background: #FFF;
		color: #666;
		cursor: pointer;
		transition: 0.3s;
	}

	.c-switchingTabs__tab:hover, .c-switchingTabs__tab.is-current {
		background: #666;
		color: #FFF;
	}

	.c-switchingContainer {
		width: 100%;
		padding: 5em 1em 6em;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	.c-switchingContainer__contents {
		width: 100%;
	}

	.js-switchingContents {
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.js-switchingContents.is-open {
		height: auto;
		opacity: 1;
	}
	
	
	
	.pre_sp {
		width: 100%;
		margin: 0 auto 3em;
	}
	
	.pre_title {
		text-align: center;
		font-size: 1.7rem !important;
		width: 100%;
		font-weight: 700 !important;
	}
	
	.sankaku {
		font-size: 1.4rem;
		margin: 1em 0;
	}
	
	.pre_sp h3 {
		text-align: center;
		font-size: 2.2rem !important;
		font-weight: 700 !important;
	}
	
	.pre_list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 20px;
	}
	.pre_list li {
		display: block;
		width: 50%;
	}
	.pre_list li:first-child {
		width: 100%;
	}

	.pre_list li img {
		display: block;
		width: 100%;
	}
	
	
	
	.title {
		font-size: 3.2rem;
		letter-spacing: 0.05em;
		line-height: 130% !important;
		font-weight: 700 !important;
		padding: 100px 0 45px;
	}
	
	.title span {
		font-size: 1.6rem;
		display: block;
	}
	
	.title strong {
		border-bottom: 2px solid #666;
		font-weight: 700 !important;
	}
	
	
	.title,
	.pre_btn_st,
	.pre_btn_ls {
		text-align: center;
		font-weight: 600;
		line-height: 180%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.pre_btn_st,
	.pre_btn_ls {
		font-size: 1.8rem;
	}
	
	.pre_btn_ls {
		margin-bottom: 30px;
	}
	.pre_txt {
		font-size: 1.3rem;
		text-align: center;
		line-height: 180%;
		margin: 20px;
	}
	
	
	.pre_c {
		font-size:  1.4rem;
		border-top: 1px solid #ccc;
		width: 90%;
		margin: 0 auto 2em;
	}
	
	.pre_c li {
		border-bottom: 1px solid #ccc;
		padding: 0.75em 0;
	}
	
	.pre_c li h4 {
		font-size:  2rem;
		font-weight: 800;
		margin-bottom: 0.25em;
	}
	
	.ticket {
		border: 1px solid #CCC;
		text-align: center;
		width: 90%;
		margin: 0 auto 2.5em;
		padding: 20px 0;
		background: #EFEFEF;
	}
	
	.ticket h4 {
		font-size: 2.0rem;
		font-weight: 800;
		border-bottom: 4px solid #666;
		padding-bottom: 0.25em;
		margin-bottom: 0.5em;
		display: inline-block !important;
	}
	.ticket h4 span {
		font-size: 1.4rem;
		background: #666;
		color: #fff;
		border-radius: 0.5em;
		display: inline-block;
		margin-bottom: 0.25em;
		padding: 0.3em 0.75em;
	}
	
	.pre_btn_st {
		color: #999;
	}
	.pre_btn {
		width: 90%;
		margin: 0 auto 10px;
		display: block;
	}
	.pre_btn:hover {
		opacity: 0.8;
	}
	.pre_btn img {
		width: 100%;
	}
	
	.pc {
		display: none !important;
	}
	
}









@media screen and (min-width:961px) {
	/*PC*/
	.book {
		width: 1100px;
		height: auto;
		display: block;
		margin: 0 auto 1em;
	}
	section,
	header {
		min-width: 1100px;
	}

	header {
		width: 100%;
		height: 112px;
		background: #FFF;
	}

	header > h1 > img {
		padding-top: 28px;
		padding-bottom: 34px;
		display:block;
		margin: 0 auto;
		height: 112px;
	}

	.img {
		height: calc(100vh - 210px) !important;
		min-height: 600px;
	}
		
	
	.main {
		position: relative;
		margin-bottom: 70px;
	}
	
	
	
	.concept {
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: 999;
		height: 25%;
		text-align: center;
	}
	.con {
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	
	.main_btn {
		background: #ff1a66;
		font-size: 2rem;
		font-weight: 600 !important;
		text-align: center;
		padding: 0.5em 0;
		width: 25em;
		color: #FFF;
		margin: 15px auto 0;
		border-radius: 10px;
	}
	.main_btn span {
		font-weight: 300 !important;
		font-size: 1.4rem;
		display: block;
	}
	
	.main_title {
		font-size: 8.5rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 130% !important;
		padding-bottom: 65px;
		text-align: center;
	}
	
	.main_title span {
		font-size: 6rem;
		display: block;
	}

	.title {
		font-size: 6rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 130% !important;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.title span {
		font-size: 4rem;
		display: block;
	}
	
	.sc_txt {
		text-align:center;
		margin-bottom: 110px;
	}
	
	.check_sp h2 {
		text-align: center;
		margin-bottom: 60px;
	}
	
	.check_sp ul img {
		width: 100%;
	}
	
	.check_sp p {
		text-align:center;
		height: 5em;
	}
	
	.check_sp ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 95%;
		min-width: 1100px;
		margin: 0 auto 65px;
	}
	
	.check_sp li {
		border: 2px solid #666;
		background-size: 100% auto;
		width: calc((100% - 50px) /3);
		max-height: 564px;
		margin-right: 25px;
		background: #efefef;
	}
	.check_sp li:last-child {
		margin-right: 0;
	}
	
	.check_last {
		text-align: center;
		font-size: 5.5rem;
		font-weight: 600;
		margin-bottom: 50px;
	}
	.check_last span {
		font-size: 3.2rem;
		display: block;
		padding-top: 0.5em;
	}
	
	.point1 {
		width: 1100px;
		margin: 0 auto 90px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.point1 li {
		width: calc((100% - 99px) / 4);
		margin-right: 33px;
	}
	.point1 li:last-child{
		margin-right: 0;
	}
	
	
	.point2 p {
		text-align: center;
		font-size:  1.8rem;
		line-height: 2.5em;
		padding-bottom: 2em;
	}
	
	.point3 ul {
		width: 1100px;
		margin: 50px auto 60px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.point3 li {
		border: 1px solid #CCC;
		width: calc(50% - 10px);
		padding: 0 0 1.5em;
	}
	.point3 li:first-child {
		margin-right: 20px;
	}
	
	.point3 li h3 {
		font-size: 3.6rem;
		position:relative;
		top: -0.75em;
		left: 0;
		right: 0;
		text-align: center;
		width: 3.5em;
		background: #fff;
		margin: 0 auto;
	}
	.point3 li p {
		font-size: 3.0rem;
		text-align: center;
	}
	.point3 h4 {
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 5em;
	}
	.point3 h4 span {
		border-bottom: 4px solid #FF0046;
	}
	.point4 {
		padding-bottom: 80px;
	}
	.point4 ul {
		max-width: 1820px;
		min-width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
	}
	.point4 li {
		border-right: 1px solid #666;
		width: calc(100% / 3);
		padding: 1.5em;
	}
	.point4 li:last-child {
		border-right: none;
	}
	.point4 h3 {
		max-width: 500px;
		margin: 0 auto;
	}
	.point4 h3 > img {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.point4 li > p {
		max-width: 500px;
		margin: 0 auto;
		line-height: 180%;
	}
	.point5 {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	
	.tab01 {
		width: 100%;
		margin: 0 auto 50px;
	}
	/*タブのスタイル*/
	.tab_sp {
		width: 1100px;
	}
	.tab_menu {
		width: calc(100% / 2);
		height: 60px;
		line-height: 60px;
		text-align: center;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		background-color: #FFF;
		display: block;
		float: left;
		transition: all 0.2s ease;
		margin: 0 auto;
	}

	.tab_menu:hover {
		opacity: 0.75;
	}
	/*ラジオボタンを全て消す*/
	input[name="tab_menu"] {
		display: none;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_contents {
		display: none;
		padding: 40px;
		clear: both;
		overflow: hidden;
		transition: .5s opacity;
		border: 1px solid #666;
		background: #F8F8F8;
	}
	
	
	
	/*選択されているタブを表示*/
	#menu01:checked ~ #menu01,
	#menu02:checked ~ #menu02 {
		display: block;
	}
	/*選択されているタブのスタイル*/
	.tab01 input:checked + .tab_menu {
		border: 1px solid #666;
		background-color: #666;
		color: #fff;
	}
	.tab_contents ul {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.tab_contents li {
		width: calc(100% / 2);
		font-size: 5.4rem;
		margin-bottom: 30px;
	}
	.tab_contents p {
		text-align: center;
	}
	.p5p {
		text-align: center;
		margin-bottom: 4em;
	}
	
	.works ul {
		max-width: 95%;
		min-width: 1100px;
		margin: 0 auto 80px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.works li {
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
		margin-bottom: 70px;
	}
	.works li:nth-child(4n) {
		margin-right: 0;
	}
	.works li img {
		object-fit: cover;
		height: 300px;
		width: 100%;
		margin-bottom: 18px;
	}
	.works ul h3 {
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
	}
	.works p {
		font-size: 1.6rem !important;
		text-align: center;
		padding-top: 5px;
	}
	
	.point7 h3 {
		text-align: center;
		font-size: 4rem;
		border-bottom: 1px solid #666;
		display: inline-block;
		margin-bottom: 60px;
	}
	
	.point7 h3 span {
		font-size: 2.8rem;
		display: block;
	}
	.point7 h3 b {
		font-size: 2.5rem;
		border-radius: 50%;
		background: #666;
		color: #FFF;
		width: 1.5em;
		line-height: 1.5em;
		display: block;
		margin: 0 auto;
	}
	
	.str01 {
		width: 100%;
		min-width: 1100px;
		text-align: center;
		border-top: 1px solid #CCC;
		padding:50px 0;
	}
	.str01 ul {
		margin: 0 auto;
	}
	.str01 ul,
	.str03 ul {
		width: 1100px;
		
		display: flex;
		flex-wrap: wrap;
	}
	.str01 li {
		width: 50%;
	}
	.str01 li h4 {
		font-size: 1.6rem;
		border: 1px solid #666;
		padding: 0.3em 0.5em;
		width: 13em;
		display: block;
		margin: 0 auto 1em;
	}
	.str01 li p {
		font-size: 1.5rem;
		line-height: 160%;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.str01 img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.str02 {
		width: 100%;
		min-width: 1100px;
		text-align: center;
		background: url("../images/strong2.jpg") center center no-repeat;
	}
	.str02 div {
		background-color: rgba(255, 255, 255, 0.8);
		width: 800px;
		margin: 0 auto;
		padding: 40px 30px;
		text-align: center;
		height: 800px;
	}
	.str02 div p {
		font-size: 3rem;
		padding-top: 60px;
		line-height: 250%;
	}
	.str03 {
		border-bottom: 1px solid #CCC;
		text-align: center;
		padding: 40px 0;
		margin-bottom: 120px;
	}
	.str03 ul {
		margin: 50px auto 60px;
	}
	
	.str03 li {
		width: 500px;
	}
	.str03 li:first-child {
		margin-right: 100px;
	}
	.str03 h4 {
		text-align: center;
		font-size: 2.3rem;
		font-weight: 600;
		padding-bottom: 0.5em;
	}
	.str03l {
		font-size: 4.5rem;
		font-weight: 700;
	}
	
	.point8 {
		width: 1100px;
		margin: 0 auto 8em;
	}
	.p8p {
		text-align: center;
		line-height: 180%;
		margin-bottom: 50px;
	}
	
	.point8 ul {
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		display: flex;
		flex-wrap: wrap;
	}
	.point8 li {
		border-bottom: 1px solid #666;
	}
	
	.p8li1 {
		width:80px;
		padding: 10px;
		font-size: 3rem;
		border-right: 1px solid #666;
		text-align: center;
		font-weight: 600;
	}
	.p8li2 {
		width:270px;
		padding: 20px;
		border-right: 1px solid #666;
	}
	.p8li3 {
		width: calc(1100px - 350px);
		padding: 20px;
	}
	
	.point9 {
		min-width: 1100px;
		margin-bottom: 150px;
	}
	
	.point9 p {
		text-align: center;
		line-height: 3em;
	}
	
	
	.toibanner {
		width: 800px;
		margin: 0 auto 40px;
	}
	
	.toibanner img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.mb30 {
		margin-bottom: 30px !important;
	}
	
	.contact {
		width: 100%;
		min-width: 1100px;
		padding-bottom: 170px;
		margin: 0 auto;
	}

	.contact h3 {
		font-weight: normal;
		font-size: 1.4rem;
		margin-bottom: 0.5em;
	}

	.form_sp {
		width: 800px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		font-size: 1.4rem;
	}
	
	.form_sp li {
		list-style: none;
	}
	
	.form_sp li:nth-child(odd) {
		width: 9em;
	}
	.form_sp li:nth-child(even) {
		width: calc(800px - 9em);
	}

	.form_sp input[type="text"] {
		border: 1px solid #CCC;
		box-sizing: border-box;
		height: 30px;
		margin-bottom: 30px;
	}
	.fmax {
		width: 100%;
	}

	.form_sp input[type="radio"] {
		margin-right: 0.5em;
	}

	.sbt_sp input[type="submit"] {
		cursor: pointer;
		display: block;
		background: #666;
		color: #fff;
		width: 20em;
		padding: 1em 0;
		margin:0 auto 0.5em;
		border: none;
	}
	.form_sp label {
		width: 49%;
		display: inline-block;
		text-align: left;
		margin-bottom: 5px;
	}
	.sbt_sp {
		padding-top: 60px;
		text-align: center;
	}

	.sbt_sp a {
		padding-top: 1em;
		font-size: 1.2rem !important;
		border-bottom: 1px solid #333;
	}
	
	.selectbox {
		appearance: none;
		border: 1px solid #000;
		box-sizing: border-box;
		height: 30px;
		display: inline-block;
		margin-bottom: 30px;
	}

	footer {
		width: 100%;
		min-width: 1100px;
		text-align: center
	}
	footer img {
		margin: 0 auto 15px;
		display: block;
	}

	.address {
		margin-bottom: 3em;
	}
	.copy {
		margin-bottom: 200px;
	}
	.contact_navi {
		width: 100%;
		position:fixed;
		right: 0;
		left: 0;
		bottom:0;
		
		z-index: 9999;
	}
	
	.contact_navi ul {
		width: 620px;
		margin: 0 auto 10px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.contact_navi li {
		width: 300px;
		height: 75px;
		vertical-align: middle;
	}
	.contact_navi li:first-child {
		margin-right: 20px;
	}
	.contact_navi li button {
		width: 300px;
		height: 75px;
		color: #FFF;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		border-radius: 5px;
	}
	.contact_navi li:first-child button {
		background: #ff1a66;
	}
	.contact_navi li:last-child button {
		background: #1ac8aa;
	}
	.contact_navi img {
		width: 100%;
		display: block;
	}



	#page-top{
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: -60px;
		right: 10px;
		width: 50px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: .5s;
	}

	#page-top:hover{ 
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.form_end {
		width: 100%;
		min-width: 1100px;
		text-align: center;
		padding-top: 50px;
	}
	.form_end h2 {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.mbr {
		display: none;
	}
	

	/* モーダル本体 */
	.modal-content{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		/*overflow: scroll;*/
		height: 520px;
		width: 950px;
		background: #fff;
		padding: 30px;
	}
	.m_photo01 {
		width: 430px;
		height: 250px;
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.m_photo01 img,
	.m_photo_sp img{
		object-fit: cover;
		height: auto;
		width: 100%;
	}
	
	ul.m_txt {
		width: calc(100% - 460px);
		float: left;
		margin-bottom: 30px;
	}
	ul.m_txt li {
		border-bottom: 1px solid #ccc;
		line-height: 39px;
	}
	ul.m_txt li:first-child,
	ul.m_txt li:last-child {
		border-bottom: 1px solid #666;
	}
	
	ul.m_txt li:first-child {
		line-height: 45px !important;
		font-size: 2rem;
	}
	ul.m_photo_sp {
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	ul.m_photo_sp li {
		width: calc((100% - 90px) / 4);
		height: 133px;
		margin-right:30px;
	}
	ul.m_photo_sp li:last-child {
		margin-right:0;
	}
	
	
	
	
	
	
	
	.c-btn {
		cursor: pointer;
		transition: 0.3s;
		border: none;
		background: #FFF;
	}

	.c-switchingTabs {
		display: flex;
		gap: 14px;
		margin-bottom: -1px;
		width: 1100px;
		height: 45px;
		margin: 0 auto;
		line-height: 45px;
	}
	.c-switchingTabs__tab {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: calc((1100px - 14px) / 2);
	  padding: 0.5em 1em;
	  border: 1px solid #666;
	  border-bottom: none;
	  background: #FFF;
		color: #666;
	  cursor: pointer;
	  transition: 0.3s;
	}

	.c-switchingTabs__tab:hover, .c-switchingTabs__tab.is-current {
		background: #666;
		color: #FFF;
	}

	.c-switchingContainer {
		width: 100%;
		min-width: 1100px;
		padding: 5em 1em 6em;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	.c-switchingContainer__contents {
		width: 100%;
	}

	.js-switchingContents {
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: 0.3s;
	}
	.js-switchingContents.is-open {
		height: auto;
		opacity: 1;
	}
	
	.pre_sp {
		width: 100%;
		min-width: 1100px;
		margin: 0 auto 100px;
	}
	
	
	.pre_title {
		font-size: 5.4rem !important;
		width: 100%;
		
		font-weight: 700 !important;
		text-align: center;
	}
	
	.sankaku {
		font-size: 3rem;
		margin:40px 0;
	}
	
	.pre_sp h3 {
		font-size: 6rem;
		font-weight: 800;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.pre_list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 90px;
	}
	.pre_list li {
		display: block;
		width: 50%;
	}
	.pre_list li:first-child {
		width: 100%;
	}
	.pre_list li img {
		display: block;
		width: 100%;
	}
	
	.pre_c {
		display: flex;
		flex-wrap: wrap;
		width: 1100px;
		margin: 0 auto 50px;
		font-size: 1.8rem;
		border-left: 1px solid #CCC;
	}
	
	.pre_c li {
		width: calc(100% / 3);
		padding: 1em 30px;
		border-right: 1px solid #CCC;
	}
	
	.pre_c h4 {
		margin-bottom: 0.25em;
		font-weight: 800;
	}
	
	.ticket {
		border: 1px solid #CCC;
		text-align: center;
		width: 1100px;
		margin: 0 auto 100px;
		padding: 10px 0 20px;
		background: #EFEFEF;
	}
	
	.ticket h4 {
		font-size: 3.0rem;
		font-weight: 800;
		border-bottom: 4px solid #666;
		padding-bottom: 0.25em;
		margin-bottom: 0.5em;
		display: inline-block !important;
	}
	.ticket h4 span {
		font-size: 1.4rem;
		background: #666;
		color: #fff;
		border-radius: 0.5em;
		display: inline-block;
		margin-bottom: 0.25em;
		padding: 0.3em 0.75em;
	}
	.pre_btn_st {
		font-size: 3.6rem;
	}
	.pre_btn_ls {
		font-size: 2rem;
	}
	.pre_btn_st,
	.pre_btn_ls {
		text-align: center;
		font-weight: 600;
		line-height: 180%;
	}
	.pre_txt {
		text-align: center;
		font-size: 2rem;
		margin-bottom: 80px;
	}
	.pre_btn_st {
		color: #999;
	}
	
	.pre_btn_ls {
		margin-bottom: 30px;
	}
	.pre_btn {
		width: 828px;
		height: 100px;
		margin: 0 auto 10px;
		display: block;

	}
	.pre_btn:hover {
		opacity: 0.8;
	}
	.mbbr {
		display: none;
	}
	
	.flow_btn {
		background: #EFEFEF;
		width: 14em;
		text-align: center;
		padding: 0.25em 0 0.35em;
		margin-top: 0.5em;
		display: block;
		border-radius: 10px;
		font-size: 1.4rem;
		border: 1px solid #EFEFEF;
	}
	.flow_btn:hover {
		background: #FFF;
		border: 1px solid #CCC;
	}
	.datetime label {
		width: 100%;
	}
	.sp {
		display: none !important;
	}
	
}

.pre_btn {
	filter: drop-shadow(1px 2px 4px #999);
}

#menu01 {
	font-weight: 500;
}


.js-modal-close {
	width: 8em;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.modal {
	display: none; /* JavaScriptによって'block'に切り替わる */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7); /* 暗いオーバーレイ */
}

/* モーダルが開いている時のスタイル (Flexboxで中央寄せ) */
        .modal.is-open {
            display: flex; /* 2. JSでこのクラスが付与されたときのみ表示＆Flexboxが適用される */
            align-items: center; 
            justify-content: center;
        }

/* モーダル背景（オーバーレイ）のクラス */
.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer; /* クリック可能であることを示す */
}
        
/* モーダルコンテンツ */
.modal-content {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	max-width: 900px;
	width: 90%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	/* コンテンツのアニメーション（少し上からスライドイン） */
	z-index: 1001; 
}

       


.modal strong {
	font-weight: normal;
	width: 5em;
}



/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.txt_btn {
	width: 11em;
	margin: 0 auto 90px;
	border: 1px solid #666;
	display: block;
	padding: 0.5em 0;
	text-align: center;
}

.txt_btn:hover {
	background: #666;
	color: #fff;
}


@charset "UTF-8";
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}





/*clearfix*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
.clear {
	clear: both;
}









  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section .l-inner {
    padding-bottom: 1.5em;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
	pointer-events: none;
    opacity: 0;
  }

  .card05 {
    overflow: hidden;
  }
  .card05 .swiper {
    overflow: visible;
  }
  .card05 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .card05 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card05 .slide {
    overflow: hidden;
    width: 36rem;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .card05 .slide-media {
    padding-top: 62.5%;
  }
  .card05 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card05 .slide-content {
    padding: 3.2rem;
  }
  .card05 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card05 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }




input[type="date"] {
    width: 150px;
	height: 30px;
    position: relative;
	margin: 0 0.5em;
}
input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
    -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.selectbox {
	background: #FFF;
	padding: 0 0.5em;
}