@charset "utf-8";

main > section p { margin-bottom: 0; }

@media only screen and (min-width: 751px) {
	/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { display: block !important; }
	.sp { display: none !important; }

	main > section {
		margin: 0 auto 3rem;
		width: 976px;
	}

	main > section > p:first-child {
		padding: 0 0.5rem;
		line-height: 30px;
		color: #fff;
		background: #143C96;
	}
	h1 { margin-bottom: 1.5rem; }
	h1 + p { margin: 0 60px 1.5rem !important; }

	.nav-page {
		box-sizing: border-box;
		height: 181px;
		padding-top: 1.5rem;
		background: url("../images/summer/bg-navi-page.png") no-repeat;
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}
	.nav-page li {
		width: 220px;
		margin-left: 1rem;
	}
	.nav-page li:first-child { margin-left: 0 }
	.nav-page li img {
		filter: drop-shadow(2px 2px 4px #333);
	}
	.nav-page li img:hover { opacity: 0.5; }

	main > section {
		padding-bottom: 185px;
		background: url("../images/summer/bg-summer_item.png") center bottom no-repeat;
	}
	main > section > section {
		border-left: 12px solid #2b70b8;
		border-right: 12px solid #2b70b8;
		padding: 1.5rem 2rem;
		color: #00A0E9;
	}
	main > section > section .line { margin: 0 -48px; }

	h2 {
		margin: 0 0 1rem 100px;
		font-size: 36px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight:  900;
		filter: drop-shadow(10px 10px 0 #FFF100);
	}
	h2 + p {
		margin: 0 60px 1.5rem !important;
		font-size: 13px;
	}

	.summer_item {
		padding-top: 0.5rem;
		margin-bottom: 3rem;
		position: relative;
	}
	.summer_item dd:nth-of-type(2) {
		position: absolute;
		width: 222px;
		top: 0;
	}
	.summer_item.left dd:nth-of-type(2) { left: 0; }
	.summer_item.left { padding-left: 258px; }
	.summer_item.right dd:nth-of-type(2) { right: 0; }
	.summer_item.right { padding-right: 258px; }
	.summer_item dt {
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 900;
		margin-bottom: 0.25rem;
	}
	.summer_item dd {
		font-size: 13px;
		margin-bottom: 0;
	}
	.summer_item dd:first-of-type {	margin-bottom: 0.5rem; }
	.summer_item ul {
		display: flex;
		margin-bottom: 0;
	}
	.summer_item ul li {
		padding-bottom: 3px;
		width: 109px;
		line-height: 30px;
		font-size: 13px;
		color: #fff;
		text-align: center;
		background: url("../images/summer/bg-icon.png") no-repeat;
		background-size: contain;
		margin-right: 0.25rem;
	}
	.summer_item .price,
	.summer_item .button {
		display: inline-block;
		vertical-align: middle;
	}
	.summer_item .price em {
		display: inline-block;
		vertical-align: text-bottom;
		width: 3.5em;
		text-align:  center;
		color: #fff;
		font-style: normal;
		font-weight: bold;
		background: #00A0E9;
		margin-right: 0.25rem;
	}
	.summer_item .price strong {
		display: inline-block;
		vertical-align: text-bottom;
		font-size: 36px;
		line-height: 1;
		margin-right: -0.25rem;
	}
	.summer_item .price .contact strong {
		font-size: 30px;
		margin: 0.25rem 0.25rem 0 0;
	}
	.summer_item .price strong span {	font-size: 30px; }
	.summer_item .button a {
		display: block;
		border-radius: 5px;
		padding: 0.25rem 1.5rem 0.25rem 1rem;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background: #bf1920;
		box-shadow: 3px 3px 3px #808080;
		position: relative;
	}
	.summer_item .button a:after {
		position: absolute;
		right: 0.25rem;
		content: "▲";
		transform: rotate(90deg);
	}
}

@media only screen and (max-width: 750px) {
	/* パソコンで見たときは"sp"のclassがついた画像が表示される */
	.pc { display: none !important; }
	.sp { display: block !important; }
	
	main > section > section {
		border-left: 0.5rem solid #2b70b8;
		border-right: 0.5rem solid #2b70b8;
		padding: 1.5rem 0.5rem;
		color: #00A0E9;
	}
	main > section > section:last-child { margin-bottom: -2rem; }
	
	main > section > p:first-child {
		padding: 0 0.5rem;
		font-size: 12px;
		color: #fff;
		background: #143C96;
	}
	h1 { margin-bottom: 1.5rem; }
	h1 + p { margin: 0 0.5rem 1.5rem !important; }

	.outer-nav-page {
		border-left: 0.5rem solid #2b70b8;
		border-right: 0.5rem solid #2b70b8;
		background: url("../images/summer/bg-navi-page_sp.png") no-repeat;
		background-size: contain;
		padding-top: 48.22%;
		position: relative;
	}
	.nav-page {
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 1.5rem;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -0.5rem;
	}
	.nav-page li {
		box-sizing: border-box;
		width: 50%;
		border-left: 0.5rem solid transparent;
		margin-bottom: 1rem;
	}
	.nav-page li img { filter: drop-shadow(1px 1px 3px #333);	}

	main > section {
		padding-bottom: 19.43%;
		background: url("../images/summer/bg-summer_item_sp.png") center bottom no-repeat;
		background-size: contain;
	}
	main > section > section .line { margin: 0 -0.5rem; }
	
	h2 {
		margin: 0 0 1rem 1rem;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight:  900;
		filter: drop-shadow(8px 8px 0 #FFF100);
	}
	h2 + p {
		margin: 0 0 1.5rem !important;
		font-size: 12px;
	}
	
	.summer_item {
		overflow: hidden;
		margin-bottom: 3rem;
	}
	.summer_item dt {
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 900;
		margin-bottom: 0.25rem;
	}
	.summer_item dd {
		font-size: 12px;
		margin-bottom: 0.5rem;
	}
	.summer_item dd:first-of-type { margin-bottom: 1rem; }
	.summer_item ul {
		display: flex;
		margin-bottom: 0;
	}
	.summer_item ul li {
		padding-bottom: 3px;
		width: 100px;
		line-height: 28px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		background: url("../images/summer/bg-icon.png") no-repeat;
		background-size: contain;
		margin-right: 0.25rem;
	}
	.summer_item dd:nth-of-type(2) {
		float: left;
		width: 40%;
	}
	.summer_item dd:nth-of-type(3) {
		float: right;
		box-sizing: border-box;
		width: 60%;
		border-left: 1rem solid transparent;
	}
	.summer_item .price {
		clear: both;
		float: left;
	}
	.summer_item .button {
		float: right;
		margin-right: 0.5rem;
	}
	.summer_item .price em {
		display: inline-block;
		vertical-align: text-bottom;
		width: 3.5em;
		text-align:  center;
		color: #fff;
		font-style: normal;
		font-weight: bold;
		background: #00A0E9;
		margin-right: 0.25rem;
	}
	.summer_item .price strong {
		display: inline-block;
		vertical-align: text-bottom;
		font-size: 18px;
		line-height: 1;
		margin-right: -0.25rem;
	}
	.summer_item .price .contact strong {
		font-size: 18px;
		margin: 0.25rem 0.25rem 0 0;
	}
	.summer_item .price strong span {	font-size: 16px; }
	.summer_item .button a {
		display: block;
		border-radius: 5px;
		padding: 0.25rem 1.5rem 0.25rem 1rem;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background: #bf1920;
		box-shadow: 2px 2px 2px #808080;
		position: relative;
	}
	.summer_item .button a:after {
		position: absolute;
		right: 0.25rem;
		content: "▲";
		transform: rotate(90deg);
	}
}