@charset "UTF-8";
/* ------------------------
    index.php
------------------------ */
#top_part {
		height: 540px;
}

#top_part img.main {
		position: absolute;
		top: 15px;
		left: 475px;
}

#top_part p {
		margin: 10px 0 30px 35px;
		padding: 0;
		line-height: 1em;
}

#top_part span {
		display: block;
		margin: 0 0 5px 27px;
		padding: 0;
		line-height: 1em;
}

#top_part span img {
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		line-height: 1em;
		float: left;
}

#part2 {
		margin: 0 20px 80px 20px;
		padding: 0;
		line-height: 1em;
}

#part2 span.type {
		width: 435px;
		margin: 0 0 50px 25px;
		padding: 0;
		line-height: 1em;
		float: left;
}

#part2 .btn_price {
		margin: 0 auto 40px auto;
		clear: both;
}

#article #part2 {
		margin: 0;
}

#part3 {
		margin: 0 18px;
		padding: 0;
}

#part3 .left_img,
#part3 .right_img {
		margin: 15px 0;
		padding: 0;
}

#part3 .left_img .alignleft {
		float: left;
		margin: 15px 20px 30px 32px;
		padding: 0;
}

#part3 .right_img .alignright {
		float: right;
		margin: 15px 30px 30px 0;
		padding: 0;
}

#part3 .left_img .text,
#part3 .right_img .text {
		float: left;
		width: 440px;
}

#part3 .left_img p,
#part3 .right_img p {
		margin: 0 0 0 40px;
		line-height: 2em;
}

#part3 .left_img blockquote {
		margin: 10px 7px 8px 38px;
		padding: 7px 12px 5px 12px;
		font-size: 0.85em;
}

#part3 .left_img blockquote strong {
		display: block;
		font-size: 1em;
		margin: 1px 0 2px 0;
		padding: 0;
}

#part3 .left_img blockquote.options {
		margin: 10px 7px 8px 38px;
		padding: 7px 12px 5px 12px;
		font-size: 0.85em;
}

.options {
		margin: 10px 7px 8px 38px;
		padding: 7px 12px 5px 12px;
		font-size: 0.85em;
}

.why {
		/*font-size: 1.2em;
	line-height: 1.9em;
	letter-spacing: 1px;*/
		margin: 40px 0 60px 0;
}

.option {
		margin: 60px 0 60px 0;
		border-bottom: 1px dotted #ccc;
}

.discount {
		margin: 0px 0 80px -2px;
		position: relative;
}

.discount img {
		float: left;
		margin: 0;
}

.discount span {
		position: relative;
		top: 330px;
		left: -700px;
}

.center {
		text-align: center;
}

/*アコーディオン*/
/*ボックス全体*/
.accbox {
		margin: 0 auto auto 35px;
		padding: 0;
		max-width: 850px;
		/*最大幅*/
}

/*ラベル*/
.accbox label {
		display: block;
		margin: 1.5px 0;
		padding: 11px 12px;
		color: #ffffff;
		font-weight: bold;
		background: #29b2c8;
		cursor: pointer;
		transition: all 0.5s;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		/* for Safari and Chrome 対応*/
		-moz-border-radius: 6px;
		/* for Firefox 対応*/
}

/*ラベルホバー時*/
.accbox label:hover {
		background: #bee7ee;
}

/*チェックは隠す*/
.accbox input {
		display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
		height: auto;
		padding: 5px;
		background: #ffffff;
		opacity: 1;
}

/* ------------------------
    cover.php
------------------------ */
.page-cover {
		position: relative;
		z-index: 1;
}

.chara {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin: 0 auto 20px;
		z-index: -1;
}

.chara figure {
		width: 40%;
}

.chara figure img {
		max-width: 100%;
}

.cover {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		margin: 60px -10px 20px;
		box-sizing: border-box;
}

.cover * {
		box-sizing: border-box;
}

.cover-grid {
		display: flex;
		flex-wrap: wrap;
		width: 50%;
		padding: 0 10px;
		margin-bottom: 30px;
}

.cover-grid--text {
		display: block;
		width: 100%;
		text-align: center;
		margin: -25px 0 45px;
}

.cover-grid--3 {
		margin-bottom: 10px;
}

.cover-grid--3 + .cover-grid--text {
		margin-top: 0;
}

.cover-grid__image {
		width: 50%;
		padding: 0 5px;
}

.cover-grid__image strong {
		display: block;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		color: #4d4d4d;
		margin: 0 0 5px 0;
}

.cover-grid__image a {
		display: block;
}

.cover-grid__image a img {
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
}

.cover-grid__image p {
		text-align: center;
}

.cover-grid__text {
		width: 100%;
		text-align: center;
}

.cover-cont {
		text-align: center;
		margin-bottom: 60px;
}

.cover-cont-chara {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		position: relative;
		z-index: 0;
}

.cover-cont-chara figure {
		width: 40%;
}

.cover-cont-chara figure img {
		display: block;
		margin: 10px auto 0;
}

.cover-btn01{
		display: inline-block;
		background-color: #2fa7b8;
		font-size: 20px;
		color: #fff;
		border-radius: 20px;
		padding: 15px 30px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
		margin-bottom: 15px;
		line-height: 1.6;
}



img {max-width: 100%;}

.design01 {
	color: #ffffff;
	font-size: 200%;
	margin: 2em auto 2em;
	border-spacing: 10px;
    max-width: 560px;
    width: 100%;
   }
   .design01 th,.design01 td {
	padding: 15px;
	background: #ff9db2;
	border: solid 5px hsl(0, 0%, 100%);
	height: 130px;
	text-align: center;
    vertical-align: middle;

   }

@media screen and (max-width: 600px) {
	.design01 {
		color: #ffffff;
		font-size: 18px;
		margin: 2em auto 2em;
		border-spacing: 10px;
	}
	.design01 th,.design01 td {
		background: #ff9db2;
		border: solid 5px hsl(0, 0%, 100%);
		text-align: center;
		height: 60px;
	}
}