/* 調整用スタイル */

@media screen and (min-width: 1100px) {
	img {
		width: auto;
	}
}
.pcOnly {display:none;}

@media screen and (min-width: 767px) {
	.pcOnly {display:inherit;}
	.spOnly {display:none;}
}

@media screen and (min-width: 767px) {
	a[href^="tel:"] {
	    pointer-events: none;
	}
}

.mt00 {margin-top:0px !important;}
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.pb00 {padding-bottom:0px !important;}

header .mv img {
	width:100%;
}
@media screen and (max-width:767px) {
	header {
		background:url(../img/mv_img_sp.png) no-repeat top center ;
		background-size:cover;
	}
	header .mv {
		margin:0 auto;
		max-width:100%;
	}
}

@media screen and (min-width: 768px) {
	.hamburgerWrap{
		display:none;
	}
}
.naviWrap {
	padding:15px 0 15px;
	background:#1a2a5e; /* 変更: #0068b1 → ネイビー */
}
.naviWrap ul {
	margin:0 auto;
	max-width:1200px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.naviWrap ul li {
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}
.naviWrap ul li a {
	display:block;
	position: relative;
	padding:5px 0;
	font-size:22px;
	color: #fff;
	text-decoration: none;
}
.naviWrap ul li a:after{
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1.5px;
	background-color: #c9a227; /* 変更: #ffde97 → ゴールド */
	transition: all .3s;
	transform: scaleX(0);
}
.naviWrap ul li a:hover:after {
	transform: scaleX(1);
}
@media screen and (max-width:767px) {
	.naviWrap {
		padding:5px 0 10px;
	}
	.naviWrap ul li a {
		font-size:16px;
	}
	.naviWrap ul {
		justify-content: center;
	}
	.naviWrap ul li:nth-child(1) { width:30%; }
	.naviWrap ul li:nth-child(2) { width:30%; }
	.naviWrap ul li:nth-child(3) { width:30%; }
	.naviWrap ul li:nth-child(4) { width:30%; }
	.naviWrap ul li:nth-child(5) { width:30%; }
	.naviWrap ul li:nth-child(6) { width:30%; }
}

.contentsWrap {
	display:flex;
	justify-content: space-between;
	margin:20px auto 0;
	max-width:1200px;
}
.contentsWrap .main {
	max-width:900px;
}
.contentsWrap .sidebar {
	max-width:270px;
}
@media screen and (max-width:767px) {
	.contentsWrap {
		flex-direction: column;
		margin:0 auto 0;
	}
	.contentsWrap .main {
		margin:0 auto;
		max-width:94%;
	}
	.contentsWrap .sidebar {
		margin:50px auto 0;
		max-width:94%;
	}
}

.readbtnWrap {
	display:flex;
	justify-content: space-around;
	padding-top:30px;
	text-align:center;
}
.readbtnWrap .readbtn_1 {
	width:43%;
}
.readbtnWrap .readbtn_2 {
	width:43%;
}
.readbtnWrap dl dt {
	margin-bottom:10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:17px;
}
.readbtnWrap dl.readbtn_1 dt {
	color:#001449;
}
.readbtnWrap dl.readbtn_2 dt {
	color:#a80402;
}
@media screen and (max-width:767px) {
	.readbtnWrap {
		flex-direction: column;
		padding-top:0px;
	}
	.readbtnWrap .readbtn_1 {
		width:100%;
	}
	.readbtnWrap .readbtn_2 {
		width:100%;
	}
	.readbtnWrap dl dt {
		margin:20px 0 5px;
	}
	.readbtnWrap dl dd {
		margin:0 5%;
	}
}

.main h2 {
	margin-top:50px;
	padding:8px 0 10px 15px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
	border-left:10px solid #1a2a5e; /* 変更: #0068b1 → ネイビー */
}
@media screen and (max-width:767px) {
	.main h2 {
		margin-top:40px;
		padding:8px 0 10px 15px;
		font-size:20px;
	}
}

.infolist {
	margin:15px;
}
.infolist ul {
	margin-left:1em;
}
.infolist ul li {
	margin-bottom:7px;
	line-height:1.3;
}
.infolist ul li:before {
	content: '・';
	margin-left:-1em;
}
@media screen and (max-width:767px) {
	.infolist {
		margin:15px 0;
	}
}

.taikaiInfoWrap {
	display:flex;
	justify-content: space-between;
	margin:10px 0 0;
}
.taikaiInfoWrap .taikaiInfoBox {
	padding:0 0 7px;
	width:48%;
	border:2px solid #f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
}
.taikaiInfoWrap .taikaiInfoBox h3 {
	margin-bottom:3px;
	padding:5px 0 7px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:18px;
	background:#f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
	text-align:center;
}
.taikaiInfoWrap .taikaiInfoBox dl {
	display:flex;
	flex-wrap: wrap;
	margin:0 20px;
	font-size:14px;
}
.taikaiInfoWrap .taikaiInfoBox dl dt {
	margin-top:3px;
	width:5em;
}
.taikaiInfoWrap .taikaiInfoBox dl dd {
	margin-top:3px;
	width:calc(100% - 5em);
}
@media screen and (max-width:767px) {
	.taikaiInfoWrap {
		flex-direction: column;
	}
	.taikaiInfoWrap .taikaiInfoBox {
		width:calc(100% - 4px);
	}
	.taikaiInfoWrap .taikaiInfoBox:first-child {
		margin-bottom:20px;
	}
}

.ticketWrap .read {
	margin-top:20px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	color:#ef4f00;
}
@media screen and (max-width:767px) {
	.ticketWrap .ticket_pc {
		display:none;
	}
}
@media screen and (min-width:768px) {
	.ticketWrap .ticket_sp {
		display:none;
	}
}
.ticketWrap table {
	margin-top:20px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	width:100%;
	text-align:center;
	line-height:1.5;
	background:#fffbee;
}
.ticketWrap table th {
	padding:10px 0;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-weight:normal;
	color:#fff;
	background:#2e4080; /* 変更: #2378d7 → ネイビー系 */
}
.ticketWrap table td {
	padding:10px 0;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
@media screen and (max-width:767px) {
	.ticketWrap table.ticket_sp {
		font-size:14px;
	}
	.ticketWrap table th {
		padding:5px 0;
	}
	.ticketWrap table td {
		padding:5px 0;
	}
}
.attention {
	margin-top:20px;
	margin-left:1em;
}
.attention li:before {
	content: '＊';
	margin-left:-1em;
}
@media screen and (max-width:767px) {
	.attention {
		font-size:14px;
	}
}

.tokutenWrap .read {
	margin-top:20px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	color:#1a2a5e; /* 変更: #0068b1 → ネイビー */
}
.sensyu_tokuten {
	display:flex;
	justify-content: space-between;
	margin-top:20px;
}
.sensyu_tokuten li {
	width:calc(48% - 20px);
	padding:10px;
	border:1px solid #ccc;
}
@media screen and (max-width:767px) {
	.sensyu_tokuten {
		flex-direction: column;
	}
	.sensyu_tokuten li {
		margin-bottom:10px;
		width:calc(100% - 20px);
	}
}

.facilityWrap {
	display:flex;
	justify-content: space-between;
	padding-top:30px;
	text-align:center;
}
.facilityWrap .facilityBox {
	padding-bottom:15px;
	width:48%;
	border:2px solid #f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
}
.facilityWrap .facilityBox h3 {
	padding:7px 0;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	background:#f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
}
.facilityWrap .facilityBox .tx1 {
	margin-top:15px;
	margin-bottom:5px;
	font-weight: 700;
	font-size:20px;
}
.facilityWrap .facilityBox .btn {
	margin:10px 10%;
}
.facilityWrap .facilityBox .tx3 {
	margin:15px 5% 0;
	text-align:left;
}
.facilityWrap .facilityBox ul {
	margin:0px 5% 0 9%;
	text-align:left;
}
.facilityWrap .facilityBox ul li:before {
	content: '・';
	margin-left:-1em;
}
.facilityWrap .facilityBox .btn_parking {
	margin:10px 10%;
}
@media screen and (max-width:767px) {
	.facilityWrap {
		flex-direction: column;
	}
	.facilityWrap .facilityBox {
		width:calc(100% - 4px);
	}
	.facilityWrap .facilityBox:first-child {
		margin-bottom:20px;
	}
}

.busWrap {
	display:flex;
	justify-content: space-between;
	padding-top:30px;
}
.busWrap .busBox {
	padding-bottom:15px;
	width:48%;
	border:2px solid #f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
}
.busWrap .busBox h3 {
	padding:15px 0;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:26px;
	text-align:center;
}
.busWrap .busBox .sub {
	text-align:center;
}
.busWrap .busBox h4 {
	margin:15px 3% 0 ;
}
.busWrap .busBox h4.bus {
	margin:20px 3% 0 ;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
}
.busWrap .busBox .im {
	margin:10px 3% 0 ;
}
.busWrap .busBox .tx {
	margin:5px 3% 0 ;
	font-size:14px;
}
.busWrap .busBox .tx strong {
	color:red;
}
.busWrap .busBox table {
	margin:10px auto 0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	width:94%;
	text-align:center;
	line-height:1;
	background:#fffbee;
}
.busWrap .busBox table th {
	padding:10px 0;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-weight:normal;
	color:#fff;
	font-size:16px;
}
.busWrap .busBox table td {
	padding:5px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #333;
	font-size:14px;
	text-align:left;
}
.busWrap .busBox table th.th1 {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	background:#1a2a5e; /* 変更: #084bd2 → ネイビー */
	border-bottom:1px solid #2e4080;
}
.busWrap .busBox table th.th2 {
	background:#2e4080; /* 変更: #2378d7 → ネイビー系 */
	border-bottom:1px solid #333;
}
.busWrap .busBox table th.th3_1 {
	background:#333;
}
.busWrap .busBox table th.th3_2 {
	background:#666;
	border-bottom:1px solid #333;
}
.busWrap .busBox table th.th3_3 {
	background:#333;
}
.busWrap .busBox table td.td1 {
	width:45%;
}
.busWrap .busBox table td.td2 {
	background:#666;
	color:#fff;
	text-align:center;
}
.busWrap .busBox table td.td3 {
	width:45%;
}
.busWrap .busBox table td strong {
	color:red;
	font-weight:bold;
}

.busWrap .busBox table td.center {
	text-align:center;
}
.busWrap .busBox table td .day27 {
	color:#005cf4;
	font-weight:700;
}
.busWrap .busBox table td .day28 {
	color:#00a00b;
	font-weight:700;
}
.busWrap .busBox table td .day29 {
	color:#ff7800;
	font-weight:700;
}
.busWrap .busBox table td .toKanie {
	display:inline-block;
	margin-top:5px;
	padding:3px 5px 5px 5px;
	font-size:90%;
	color:#fff;
	background:#8b28b8;
}

@media screen and (max-width:767px) {
	.busWrap {
		flex-direction: column;
	}
	.busWrap .busBox {
		width:calc(100% - 4px);
	}
	.busWrap .busBox:first-child {
		margin-bottom:20px;
	}
	.busWrap .busBox table td a {
		text-decoration: none !important;
	}
	.busWrap .busBox table td .day27 {
		font-size:12px;
	}
	.busWrap .busBox table td .day28 {
		font-size:12px;
	}
	.busWrap .busBox table td .day29 {
		font-size:12px;
	}
	.busWrap .busBox table th.th3_1 ,
	.busWrap .busBox table th.th3_3 {
		font-size:14px;
	}
}


.fbWrap {
	display:flex;
	justify-content: space-between;
	padding-top:30px;
	text-align:center;
}
.fbWrap .fbBox {
	padding-bottom:15px;
	width:48%;
}
@media screen and (max-width:767px) {
	.fbWrap {
		flex-direction: column;
	}
	.fbWrap .fbBox {
		width:calc(100% - 0px);
		min-height:500px;
	}
}


.contentsWrap .sidebar .sidebarWrap {
	padding:10px 5%;
	border:3px solid #f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
}
.contentsWrap .sidebar h2 {
	margin-bottom:20px;
	padding:8px 0 10px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:22px;
	line-height:1;
	border-left:10px solid #1a2a5e; /* 変更: #0068b1 → ネイビー */
}
.contentsWrap .sidebar h3 {
	margin:30px 0 20px;
	padding:8px 0 4px 0;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	line-height:1;
	border-bottom:3px solid #c9a227; /* 変更: #0068b1 → ゴールド */
}
.contentsWrap .sidebar p {
	font-size:14px;
}
.side_2 {
	margin-top:20px;
}
.side_5 {
	margin-top:20px;
}
.contentsWrap .sidebar .side_5 h2 {
	font-size:20px;
}
.side_5 ul {
	display:flex;
	flex-wrap: wrap;
}
.side_5 ul li {
	margin:0 7px 7px 0;
}
.side_5 ul li:nth-child(4n) {
	margin-right:0;
}
.side_5 ul li a {
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
}
.side_5 ul li.web a {
	background:url(../img/ic_web.png) no-repeat ;
	background-size:cover;
}
.side_5 ul li.line a {
	background:url(../img/ic_line.png) no-repeat ;
	background-size:cover;
}
.side_5 ul li.fb a {
	background:url(../img/ic_fb.png) no-repeat ;
	background-size:cover;
}
.side_5 ul li.insta a {
	background:url(../img/ic_insta.png) no-repeat ;
	background-size:cover;
}
.side_5 ul li.yt a {
	background:url(../img/ic_yt.png) no-repeat ;
	background-size:cover;
}

@media screen and (max-width:767px) {
	.contentsWrap .sidebar .sidebarWrap {
		padding:15px 3%;
	}
	.contentsWrap .sidebar h2 {
		margin-bottom:10px;
		font-size:20px;
	}
	.contentsWrap .sidebar .side_5 h3 {
		margin:20px 0 10px;
	}
	.side_5 ul li:nth-child(4n) {
		margin-right:7px;
	}
	.side_5 ul li a {
		display:block;
		width:60px;
		height:60px;
		text-indent:-9999px;
	}
}

.quizWrap {
	margin:30px auto 0;
	max-width:1000px;
}
.quizWrap .read {
	font-size:20px;
}
.quizWrap .shimekiri {
	font-size:24px;
	color:#e34500;
}
.quizWrap h2 {
	margin-bottom:15px;
	padding:8px 0 10px 15px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#f0e6c0; /* 変更: #f5e4b2 → ゴールド寄りクリーム */
	border-left:10px solid #1a2a5e; /* 変更: #0068b1 → ネイビー */
}
.quizWrap h3 {
	margin:40px 0 15px;
	padding:8px 0 10px 15px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	line-height:1;
	border-left:10px solid #1a2a5e; /* 変更: #0068b1 → ネイビー */
}
.quizWrap .syouhin {
	display:flex;
	flex-wrap: wrap;
}
.quizWrap .syouhin li {
	display:flex;
	align-items: center;
	margin-right:5%;
	margin-bottom:15px;
	width:30%;
}
.quizWrap .syouhin li:nth-child(3n) {
	margin-right:0%;
}
.quizWrap .syouhin li .ph {
	width:45%;
}
.quizWrap .syouhin li .tx {
	width:50%;
	margin-left:5%;
	font-size:12px;
}
@media screen and (max-width:767px) {
	.quizWrap {
		margin:0px 5% 0;
		max-width:90%;
	}
	.quizWrap .read {
		font-size:18px;
	}
	.quizWrap .syouhin li {
		margin-right:0%;
		margin-bottom:20px;
		width:100%;
	}
	.quizWrap .syouhin li:nth-child(2n) {
		margin-right:0;
	}
	.quizWrap .syouhin li .ph {
		width:25%;
	}
	.quizWrap .syouhin li .tx {
		width:75%;
		margin-left:5%;
	}
}
.appeal_color {
	margin-left:5px;
	padding:3px;
	font-size:14px;
	color:#fff;
	background:#00985d;;
	border:1px solid #fff;
}
.formBox {
	margin:0 auto;
	max-width:900px;
}
.formBox dl {
	display:flex;
	flex-wrap: wrap;
	margin-top:10px;
	border:10px solid #eee;
}
.formBox dl dt {
	padding:20px 20px;
	width:calc(25% - 41px);
	color:#fff;
	background:#2e4080; /* 変更: #2378d7 → ネイビー系 */
	border-bottom:1px solid #91bceb;
}
.formBox dl dd {
	padding:20px 20px;
	width:calc(75% - 41px);
	background:#fffbee;
	border-bottom:1px solid #c7c0a8;
}
.formBox dl dt:last-child ,
.formBox dl dd:last-child {
	border-bottom:0;
}
.formBox input {
	padding:10px 15px;
}
.formBox .nameWrap {
	display:flex;
	flex-wrap: wrap;
}
.formBox .nameWrap li {
	margin-bottom:10px;
}
.formBox .text_small {
	font-size:14px;
}
.box_waku01 {
	margin:20px 0;
	text-align: center;
}
input[type = "submit"]{
  border: 0;
  background-color: #00985d;
  display: block;
  margin: 20px auto;
  width: 200px;
  height:50px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	border-radius: 40px;
	box-shadow:3px 4px 0px #ccc;
}
input[type = "submit"]:hover {
  background-color: #1a2a5e; /* 変更: #1953ac → ネイビー */
}

@media screen and (max-width: 767px) {
	.formBox {
		margin:0 auto;
		max-width:100%;
	}
	.formBox dl {
		flex-direction: column;
	}
	.formBox dl dt {
		padding:20px 5%;
		width:90%;
	}
	.formBox dl dd {
		padding:20px 5%;
		width:90%;
	}
	.formBox input {
		font-size:16px;
	}
	.box_waku01 {
		font-size:12px;
	}
}

.w50percent {
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w80percent {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w100percent {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:767px) {
	.quizWrap h2 {
		margin-top:40px;
		padding:8px 0 10px 15px;
		font-size:20px;
	}
	.quizWrap h3 {
		margin-top:40px;
		padding:8px 0 10px 15px;
		font-size:18px;
	}
}

.wpcf7 .haveto{
 font-size:10px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
.wpcf7 .any{
 font-size:10px;
 padding:5px;
 background:#1f6db1;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
.wpcf7 form .wpcf7-response-output {
 padding:20px;
 font-size:140%;
 color:red;
 border:3px solid #0954ab !important ;
 text-align:center;
}
@media only screen and (max-width: 768px) {
	.inquiry th,
	.inquiry td {
	 display:block !important ;
	 width:100% !important ;
	 border-top:none;
	 -webkit-box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 box-sizing:border-box;
	}
	.inquiry tr:first-child th{
	 border-top:1px solid #d7d7d7;
	}

	.inquiry .haveto,.inquiry .any {
	font-size:10px;
	}
}

.quiz_result {
	margin-top:15px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:900px;
	font-size:16px;
}
.quiz_result ul {
	display:flex;
	width:100%;
}
.quiz_result ul li {
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.quiz_result li:nth-child(1) {
	background:#fae8c2;
	width:calc(30% - 11px);
}
.quiz_result li:nth-child(2) {
	background:#fae8c2;
	text-align:center;
	width:calc(20% - 11px);
}
.quiz_result li:nth-child(3) {
	width:calc(25% - 11px);
}
.quiz_result li:nth-child(4) {
	width:calc(25% - 11px);
}
@media only screen and (max-width: 768px) {
	.quiz_result {
		width:calc(100% - 1px);
		font-size:14px;
	}
	.quiz_result ul {
		flex-wrap: wrap;
	}
	.quiz_result li:nth-child(1) {
		border-right:0;
		width:calc(65% - 10px);
	}
	.quiz_result li:nth-child(2) {
		width:calc(35% - 11px);
	}
	.quiz_result li:nth-child(3) {
		width:calc(50% - 11px);
	}
	.quiz_result li:nth-child(4) {
		width:calc(50% - 11px);
	}
}

footer {
	margin-top:40px;
	padding:30px 0 40px;
	text-align:center;
	border-top:2px solid #c9a227; /* 変更: #f5e4b2 → ゴールド */
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}