@charset "euc-jp";
/* CSS Document */

.kakaku {
	color: #E2728E;
	text-align: right;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 !important;
}
.kakaku strong {
	font-size: 2.28em;
}
.fcgr {
	color: #060;
}
section.secbg1#eitop {
	padding-top: 1em !important;
}
#topmv {
	position: relative;
}
#topmv h1 {
	color: #FFF;
	position: absolute;
	width: 100%;
	top: 10%;
	text-shadow: 0 0 8px #069, 0 0 8px #069, 0 0 8px #069, 0 0 8px #069, 0 0 8px #069;
}
#topmv h1::after {
	content: none;
}

#eitai2 {
	background: #98E0F8 url(../images/bg-green25.webp) no-repeat right top;
	background-size: 40% auto;
	padding-top: 4%;
}
#eitai2 h2 {
	color: #FFF;
	text-shadow: 0 0 6px #06C, 0 0 6px #06C, 0 0 6px #06C, 0 0 6px #06C;
}

/* eitaimenu */
#jumoku_me {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#jumoku_me .box {
	width: 24%;
	margin-bottom: 1.5em;
	background: #FFF;
}
#jumoku_me .box.hidden {
	margin-bottom: 0;
	background: none;
}
#jumoku_me .box.hidden hr {
	display: none;
}
#jumoku_me .box .phbox {
	position: relative;
	margin-bottom: 5px;
	background: #F8EAA9;
	padding-bottom: 1.8em;
}
#jumoku_me .box .phbox.titleup {
	padding-top: 1.8em;
	padding-bottom: 0;
}
#jumoku_me .box .phbox a {
	color: #F36;
	text-decoration: none;
}
#jumoku_me .box .phbox h3 {
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 2px;
	margin: 0;
	z-index: 5;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
#jumoku_me .box .phbox.titleup h3 {
	top: 2px;
	bottom: auto;
}
#jumoku_me .box .phbox h3 strong {
	font-size: 2.4rem;
}
#jumoku_me .box .phbox h3::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: solid 8px #00D9D9;
	border-radius: 100%;
}
#jumoku_me .box .phbox h3::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #FFF;
}
#jumoku_me .box.nolink .phbox h3 {
	padding: 0;
	color: #069;
}
#jumoku_me .box.nolink .phbox h3::before, #jumoku_me .box.nolink .phbox h3::after {
	display: none;
}
#jumoku_me .box .phbox h3.nextpage::before {
	border: solid 8px #66C;
}
#jumoku_me .box .phbox h3.nextpage::after {
	left: 9px;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-left: 6px solid #FFF;
}
#jumoku_me .box .txbox {
	padding: 0 4px 3px;
}
#jumoku_me .box p {
	margin: 0 0 .5em;
	line-height: 1.4;
}
#jumoku_me .box p.price {
	font-weight: bold;
	color: #E2728E;
	text-align: center;
}
#jumoku_me .box p.price strong {
	font-size: 1.5em;
}
#jumoku_me .box ul {
	list-style: none;
	color: #555;
	font-size: 1.2rem;
	margin: 0;
}
#jumoku_me .box ul li {
	margin: 0 0 .3em;
}

#jumoku_me .jumokunew {
}
#jumoku_me .jumokunew::before {
	content: '';
	display: block;
	width: 30%;
	padding-top: 24%;
	top: -3px;
	left: -3px;
	background: url(../images/corner-new.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	z-index: 5;
}

#jumoku .box h3, 
#sizenso .box h3, 
#sakura h3, 
#nagomi h3 {
	margin: 0.5em 0;
	padding: 0;
	border: none;
}
#sizenso h3, #nagomi h3 {
	color: #030;
	background: url(images/bg-g.png) no-repeat center;
	background-size: contain;
	margin-bottom: 0;
}
#jumoku h3, #sakura h3 {
	color: #CD2E52;
	background: url(images/bg-p.png) no-repeat center;
	background-size: contain;
	margin-bottom: 0;
}
.imgstyle1 {
	float: right;
	width: 40%;
	margin: 0 0 5px 10px;
}
#eitaigyallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
#eitaigyallery .et-box {
	width: 16.5%;
	padding: 1px !important;
	text-align: center;
}

/* VOICE */
#voice .box .inner::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#voice .photobox {
	width: 35%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#voice .photobox p {
	margin: 0 0 0.5em;
	font-size: 14px;
	text-align: center;
}

@media screen and (min-width:640px){
.txtbox {
	padding: 0 1.5em;
}
}

@media screen and (max-width:1079px){
#eitaigyallery .et-box {
	width: 20%;
}
}
@media screen and (max-width:899px){
#jumoku_me .box {
	width: 32%;
}
#eitaitop .box3, 
#kengaku .box3, 
#voice .box2 {
	width: 100%;
	padding: 0;
}
#jumoku .box3 {
	width: 49.5%;
}
.ltbox, .rtbox {
	width: 100%;
	float: none;
}
#eitaigyallery .et-box {
	width: 25%;
}
}

@media screen and (max-width:699px){
#jumoku_me .box {
	width: 32%;
}
#jumoku_me .box .phbox h3 {
	font-size: 1.2rem;
}
#jumoku_me .box .phbox h3 strong {
	font-size: 1.8rem;
}

.kakaku {
	text-align: center;
}
#kengaku h3 {
	text-align: center;
}
#voice .photobox p {
	font-size: 10px;
}
}

@media screen and (max-width:639px){
#jumoku .box2, 
#sizenso .box2 {
	margin-bottom: 1.5em;
	border-bottom: solid 1px #999;
	padding-bottom: 1.5rem;
}
}

@media screen and (max-width:549px){
#topmv {
	padding-top: 18%;
	background: #6CF;
	background: -webkit-linear-gradient(0% 0%, 15% 0%, #9CF, #6CF);
background: linear-gradient(to bottom, #9CF, #6CF);
}
#topmv h1 {
	top: 1%;
}
#jumoku_me .box {
	width: 49%;
}
}

@media screen and (max-width:499px){
#voice .photobox {
	width: 100%;
	float: none;
	margin-right: 0;
}
}
@media screen and (max-width:399px){
#eitaigyallery .et-box {
	width: 33%;
}
}