@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;
		line-height: normal;
}

.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: 47%;
}

.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;
}

.cover-newblock {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0px;
		margin-bottom: 0px;
}

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

 /*背景チェック*/
.box57 {
margin:1em auto;
padding:0em;/*内側余白*/
background-image: linear-gradient(90deg, rgba(233, 179, 179, .1) 80%, transparent 70%),
                  linear-gradient(rgba(233, 179, 179,.1) 80%, transparent 70%);/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ */
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
	width: 30%;
}


@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.flame_temp {
 position:relative;
 left:-10px
 }
 

 .text_comment1 {
  position:absolute;
  top:210px;
  left:30px;
  }


/* ページ内のスムーススクロール */
html {
 scroll-behavior: smooth;
}



/* ページトップへ戻るボタン */

/* pagetop */
#pagetop{
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
    z-index: 10;
}



/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
        background: url("../douga/img/top_ani.gif") no-repeat;
    	opacity: 1;
	padding: 3em 0em;
	margin: 3em 1em;
}

#pagetop:hover img {
 	visibility: hidden;

    }




.img_btn02 {
	width: 60%;
}

@media screen and (max-width: 1000px) {
	.cover-new {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 10px;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.bunnerbox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.cover-grid {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.bunnerbox-text {
		width: 100%;
		margin: 20px auto 30px;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.img_btn02 {
		width: 80%;
	}
	.blinking{
		-webkit-animation:blink 1.5s ease-in-out infinite alternate;
		-moz-animation:blink 1.5s ease-in-out infinite alternate;
		animation:blink 0.5s ease-in-out infinite alternate;
		width: 45%;
	}
}