@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

img.wp-smiley, img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

header nav .ownmenu li{
	float: left;
}
header nav .ownmenu li ul li{
	float: none;
}

#introduction ul li div{
	display: block;
	margin: 0 20px 20px 20px;
	width: calc(100% - 40px);
}
#introduction ul li a img{
	max-width: 100%;
}

/*slide*/
#furisode_slider{
	margin-bottom: 30px;
}
	.tns-inner{
		margin: 0px 20px;
	}
		.tns-item{
		}
			.tns-item a{
				display: block;
				margin: 5px;
			}
			.tns-item a:hover{
				text-decoration: none;
			}
			.tns-item img{
				max-width: 100%;
			}
			.tns-item h3{
			    margin: 1rem 0;
				text-align: center;
				color: #ec7c8d;
			}
			.tns-item .txt{
				padding: 0 7px;
			}


/*bottom menu*/
.sp-bottom-menu{
	opacity: .9;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #cc2233;
    z-index: 3;
}
	.sp-bottom-menu ul {
	    display: flex;
	    justify-content: center;
	}
		.sp-bottom-menu ul li {		  
			width: 100%;
		    text-align: center;
		}
		.sp-bottom-menu ul li:nth-child(2) {
		    background-color: #32cd32;
		    border-left: 1px solid #e0827e;
		    border-right: 1px solid #e0827e;
		}
			.sp-bottom-menu ul li a {
			    display: block;
			    font-size: 11px;
			    color: #fff;
			    padding: 5px 0 5px;
			}
			.sp-bottom-menu ul li a:hover{
				text-decoration: none;
			}
				.sp-bottom-menu ul li figure {
				    padding-bottom: 7px;
				}
					.sp-bottom-menu ul li figure img {
					    width: 30px;
					    height: auto;
					}

#page-top{
	position: fixed; 
	bottom: 75px;
	right: 5px;
	opacity: 0.7;
}
	#page-top:hover, #page-top a:hover{
		opacity: 1;
	}
	#page-top img{
		width: 55px;
	}


.slide_arrow{
	height: auto;
}

/*test*/
#test{
	margin-top: 50px;
}
#test .left, #test .right{
	width: calc(50% - 15px);	
}
#test .left{
	float: left;
}
#test .right{
	float: right;
}
@media(max-width:768px) {
	#test .left, #test .right{
		width: 100%;	
	}
}

#blog ul li p.thumb {
    height: auto;
}



/*IMG -> CSSの対応*/
.mincho {
	font-family: 'Sawarabi Mincho', sans-serif;
}
#meeting .left{
	float: left;
}
#meeting .right{
	float: right;
}

.contact_link{
	width: 100%;
	background-color: #ff526c;
}
.contact_link a{
	font-size: 1.2em;
	color: #fff;
	text-align: center;	
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);	
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.contact_link a:hover{
	text-decoration: none;
}
.contact_link a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: calc(50% - 5px);
	right: 5%;
}

#meeting .contact_link{
	margin: 20px;
	width: calc(100% - 40px);
}

/*@media(max-width:768px) {
	#meeting .left, #meeting .right{
		float: left;
		width: 100%!important;
	}
}*/

#meeting .wrap {
	background-image: none;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	overflow: hidden;
	font-size: 1.65em;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
}
.meeting_ttl{
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	color: #ff617c;
	font-size: 1.7em;
	margin-left: 1%;
	line-height: 1.2em;
	padding-top: 50px;
        padding-bottom : 25px;
	padding-left: 10px;
	overflow: hidden;
 text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;;
        font-weight: 800;
}
.meeting_cct{
	overflow: hidden;
}
.meeting_cct .left{
	width: 36%;
}
.meeting_cct .right{
	width: calc(55% - 70px);
	padding-left: 65px;
	padding-right: 5px;
}
.meeting_cct p{
	margin-top: 15px;
	font-size: 1.3em;
        font-weight: 700;
text-shadow: #fff 0.5px 0.5px 0;

}
.meeting_cct p:last-of-type{
	text-align: right;
	padding-right: 20%;
}

@media(max-width:768px) {
	#meeting{
		padding: 0px 0px 0px;
	}
	#meeting .contact_link{
		margin-bottom: 0px;
	}
	#meeting .wrap {
		font-size: 1.2em;
	}
	.meeting_ttl{
		margin-left: 0px;
		background-size: 25% auto;
		padding-left: 5vw;
		font-size: 1.6em;
		padding-top: 4vw;
                padding-bottom : 4vw;
text-shadow: #000 2px 2px 0;
        font-weight: 800;
	}
	.meeting_cct .left img{
		width: auto;
	}
	.meeting_cct .right{
		padding-left: 0px;
		width: 40%;
	}
}



h2.index_ttl{
	text-align: center;
	color: #ff3333;
	font-family: 'Sawarabi Mincho', sans-serif;
	/* font-family: 'Caveat', cursive; */
	font-size: 3.5em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 1.5em;
	max-width: 1000px;
	margin: 1.3em auto 0.5em;
}
h2.index_ttl span{
	position: relative;
	display: inline-block;
}
h2.index_ttl span:after{
	content: "";
	height: 0.15em;
	width: 100%;
	border-radius: 0.07em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #ff3333;
}
@media(max-width:768px) {
	h2.index_ttl{
		font-size: 2.5em;
		margin-top: 1.5em;
		margin-bottom: 1em;
	}
}



#point .box h3{
	background-color: #ee7688;
	color: #fff;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 2em;
	padding: 7px 10px;
	position: relative;
}
#point .box h3 span{
	display: inline-block;
}
#point .box h3 span:nth-child(1){
	position: absolute;
}
#point .box h3 span:nth-child(2){
	width: 100%;
	text-align: center;
}

.point10{	
	overflow: hidden;
	padding: 20px 0 10px 0;
}
.point10_caption{
	width: 85%;
	padding: 20px 0 10px 0;  
}
.point10_irasuto{
	width: 350px;	
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
.irasuto_ttl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 220px;
}
.point10_irasuto p{
	margin-top: 10px;
}
.point10_irasuto p:nth-child(2) span{
	font-size: 0.85em;
}
.point10_irasuto p:nth-child(3) span{
	font-size: 2em;
	color: red;
}
.point10_irasuto .inner{
	border: 4px solid #333;
	padding: 5px;
	margin-top: 10px;
}
.point10_irasuto .inner div{
	border: 2px solid #333;
	padding-bottom: 20px;
}
.point10_irasuto.right{
	float: right;
}
.point10_irasuto.left{
	float: left;
}


@media(max-width:768px) {
	#point .box h3{
		font-size: 1.2em;
		padding: 20px 15px;
	}
	#point .box h3 span:nth-child(2){
		text-align: left;
		padding-left: 5.7em;
		width: calc(100% - 5.7em);
	}

	.point10{	
		padding-left: 10px;
		padding-right: 10px;
	}
	.point10_irasuto{
		max-width: 768px!important;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
	}	
	.point10_irasuto p{
		margin-top: 10px;
	}

	.point10_irasuto.right{
		width: 100%;
	}
	.point10_irasuto.left{
		width: 100%;
	}

}



#sale h3, #rental h3{
	font-size: 3em;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#sale .contact_link a{
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media(max-width:768px) {
	#sale h3, #rental h3{
		font-size: 1.75em;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}


#guidance h2{
	width: 100%;
	font-size: 2.5em;
	font-weight: normal;
	background-image: url("../img/h2-guidance_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1em;
	text-align: center;
}
#guidance h2 span{
	display: block;
}
#guidance h2 span:nth-child(2){
	font-size: 0.9em;
	font-family: 'Dancing Script', cursive;
}
#guidance .contact_link{
	font-size: 1.2em;
}
#guidance .sub_ttl{
	color: #ff617c;
}
#guidance .sub_ttl.pc{
	width: 540px;
	font-size: 1.4em;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#guidance .sub_ttl.sp{
	margin-top: 20px;
	margin-bottom: 30px;
}
@media(max-width:768px) {
	#guidance h2{
		background-image: url("../img/h2-guidance_bg_sp.png");
		background-size: 100% 100%;
		font-size: 1.5em;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	#guidance .contact_link{
		font-size: 0.85em;
	}
}


#shop h2{
	width: 100%;
	height: 166px;
	font-size: 3.5em;
	font-weight: normal;
	background-image: url("../img/h2-shop_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
#shop h2 span{
	display: block;
}
#shop h2 span:nth-child(1){
	font-size: 0.7em;
}
@media(max-width:768px) {
	#shop h2{
		background-image: url("../img/h2-shop_bg_sp.png");
		background-size: 100% 100%;
		background-position: bottom center;
		height: auto;
		font-size: 1.5em;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}


.ft_btn.contact_link{
	width: 680px;
    margin: 96px auto 95px auto;
    font-size: 1.5em;
}
@media(max-width:768px) {
	.ft_btn.contact_link{
		width: calc(100% - 50px);
		margin: 25px auto;
		font-size: 0.8em;
	}
}

#sendai h3{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}    
#sendai h3 span{
	display: block;
	width: 100%;
	font-weight: normal;
}
#sendai h3 span:nth-of-type(1){
	font-size: 1.7em;
}
#sendai h3 span:nth-of-type(2){
	color: #ff617c;
	font-size: 2.3em;
}

#price h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #000000;
    position: relative;
    font-family: "游明朝", "YuMincho", serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}
#price h2:after {
    display: block;
    content: url(../img/title_bar.svg);
}
.p-desc {
    margin: 0 0 30px 0;
    font-size: 80%;
    text-align: center;
}

#introduction #sale ul li p.thumb{
    margin: 0px 0px 20px;
    position: relative;
}
#introduction #sale ul li p.thumb:after{
	content: "";
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 55px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.6;
}
#introduction #sale ul li p.thumb span{
	position: absolute;
	z-index: 2;
	width: 100%;
	display: block;
	text-align: center;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 1.2em;
	line-height: 55px;
}
@media(max-width:768px) {
	#introduction #sale ul li p.thumb{
		height: 55vw;
		overflow: hidden;
	}
	#introduction #sale ul li p.thumb img{
		width: 100%;
	}
}


header h1 {
	top: 0;
	position: relative;
}
header h1 div{
	width: 100%;
	text-align: center;
	font-size: 14px!important;
}

header .wrap{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
a.top-app-link-btn.btn--green {
  color: #fff;
  background-color: #094;
  text-decoration: none;
}

a.top-app-link-btn.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.top-app-link-btn.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.top-app-link-btn.btn--green.btn--cubic:hover {
  margin-top: 13px;
  border-bottom: 2px solid #00662d;
}

a.top-app-link-btn.btn-c {
	font-size: 14px;
	position: relative;
	padding: 10px 25px;
	border-radius: 100vh;
	min-width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

a.top-app-link-btn.btn-c i.fa {
  margin-right: 10px;
}

a.top-app-link-btn.btn-c:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	margin: 0;
	padding: 0;
	content: '\f054';
}

@media(max-width:768px) {
	header {
		z-index: 9999;
	}
	header .wrap {
		margin: 5px 6.3% 5px 5.9%;
	}
	a.top-app-link-btn.btn-c {
		font-size: 12px;
		padding: 10px 15px;
	}
	#hd-menu i{
		background-color: #EC7C8D;
		width: 28px;
		height: 3px;
		display: block;
		position: relative;
		margin-top: 20px;		
	}
	#hd-menu i:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: -10px;
		left: 0px;
		background-color: #EC7C8D;
		transition: transform 0.3s;
	}
	#hd-menu i:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 10px;
		left: 0px;
		background-color: #EC7C8D;
		transition: transform 0.3s;
	}
	header #hd-menu.active {
		background: unset;
	}
	#hd-menu.active i{
		background-color: rgba(255, 255, 255, 0);
	}
	#hd-menu.active i:before{
		top: 0;
		bottom: 0;
		webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#hd-menu.active i:after{
		top: 0;
		bottom: 0;
		webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.plan_box ul li table td div p.price .price_old, .price_old{
	position: relative;
        font-style: italic;
}
.plan_box ul li table td div p.price .price_old:after, .price_old:after{
	content: "";
	width: calc(100% + 20px);
	height: 7px;
	position: absolute;
	top: 40%;
	left: 0px;
	background-color: #000;
	border-radius: 2px;
        font-style: italic;
}
.priceCo .price_old:after{
	width: 100%;
}
.plan_box ul li table td div p.price .price_new, .price_new{
	color: red;
	display: block;
	margin-top: 10px;
        font-style: italic;
}
.priceCo .price_new{
	display: inline-block;
}
.plan_box ul li table td div p.price .price_new span{
	font-weight: normal;
}
.plan_box ul li table td div p.price .price_new span:nth-of-type(1){
	color: #442602;
}

nav.pc{
  background: #EC7C8D;
}

.boxTokucho.ryoukin ul{
	width: 100%;
	overflow: hidden;
}
.boxTokucho.ryoukin ul li{
	display: block;
	float: left;
	width: 33.3%;
	margin-top: 30px;
}
.boxTokucho.ryoukin ul li img{
	float: none!important;
	padding: 0px!important;
	width: 70%!important;
	display: block;
	margin: 0px auto 5px auto!important;
}
.boxTokucho.ryoukin ul li p{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:768px) {
	.boxTokucho.ryoukin ul li{
		width: 50%;
	}	
	.boxTokucho.ryoukin ul li p{
		width: 95%;
	}
}

.p-page-header {
    position: relative;
    max-height: 600px;
    margin-bottom: 88.8px;
    overflow: hidden;
}
.nagare-p-page-header{
	margin-bottom: 0px;
}
.p-page-header__title {
	display: block;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 250px;
    height: 60px;
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%,100%,0);
    transform: translate3d(-50%,100%,0);
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    width: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5)) !important;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5)) !important;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5)) !important;
}

.top_subtitle, .p-entry__body h2.top_subtitle {
    text-align: center;
    font-size: 28px;
    font-size: 1.8rem;
    color: #442602;
    line-height: 130%;
    font-weight: bold;
    margin: 30px 0;
}
.price_downlist {
    margin: 50px 0 100px 0;
}
.price_downlist ul {
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.price_downlist li {
	display: block;
    float: left;
    width: 30.3%;
    margin: 0 1%;
    background: #FFF;
    border: 1px solid #A19283;
    border-left: 7px solid #A19283;
    text-align: center;
    position: relative;
}
.price_downlist li .price_btn {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 10px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.price_downlist li img {
    width: 90px;
    height: auto;
}
.price_downlist li h3 {
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0 0 0;
}

#priceOption{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:768px) {
	.top_subtitle, .p-entry__body h2.top_subtitle {
		font-size: 1.5em;
	}
	.p-page-header {
		/*height: 320px;*/
		margin-bottom: 33px;
	}
	.p-page-header__title {
		min-width: 250px;
		height: auto;
		font-size: 20px;
		line-height: auto;
	}
	.price_downlist li {
		float: none;
		width: calc(100% - 8px);
		margin: 0 0 10px 0;
		background: #FFF;
	}
	.price_downlist li img {
		float: left;
	}
	.price_downlist li h3 {
		font-weight: bold;
		margin: 0;
		line-height: 60px;
		color: #000;
		clear: none;
	}
	.price_downlist li .price_btn {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
}

.mainTitle2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.procedureContentsWrapper .procedureContents, .procedureTitleBox.ctWrapper, .mainTitle2{
	padding-left: 10px;
	padding-right: 10px;
}
.procedureContentsWrapper .procedureWarning {
    padding: 40px 0px 0px 0px;
}

@media(max-width:768px) {
	.procedureContentsWrapper .procedureContents .article .detail {
		font-size: 1em;
	}
	.procedureContents .article .articleTitle {
		font-size: 1.2em!important;
	}
	.procedureContents .article .detail .example {
		font-size: 0.7em!important;
	}
}

.EVtracking_priceToyoyaku_sp{
	color: #0066c0!important;
	font-size: 2em;
}
.EVtracking_priceToyoyaku_sp:visited {
    color: #333333!important;
}

#step .box figure{
	position: relative;
}
#step .box figure img{
	max-width: 440px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.nagere_sub_ttl{
	font-size: 1.5em;
	color: #E7203D;
}

.business{
	overflow: hidden;
}
.business_ttl{
	font-size: 2.5em;
	color: #E7203D;
	text-align: center;
	width: 100%!important;
	padding-bottom: 30px;
}
.business_ctt{
	width: 100%!important;
	overflow: hidden;
	margin-bottom: 30px;
}
.business .image1{
	width: 230px;
	float: left;
}
.business .image1 img{
	max-width: 100%;
	margin-top: 20px;
}
.business .text1{
	width: calc(100% - 270px);
	float: right;
	overflow: hidden;
}
.business .text1 span{
	display: block;
	text-align: center;
	color: #281bfb;
	font-size: 1.2em;
}
@media(max-width:768px) {
	#step .box figure{
		padding-top: 35px;
	}
	.nagere_sub_ttl{
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 1.35em;
	}
	.business_ttl{
		padding-bottom: 0px;
	}
	.business .image1, .business .text1{
		width: 100%;
	}
	.business .text1 span{
		text-align: left;
		margin-top: 15px;
		font-size: 1em;
	}
	.business .image1 img{
		margin-top: 10px;
	}
}


#contact div.tab {
	padding: 50px 0 0px 0;
	position: relative;
	overflow: hidden;
}
#contact div.tab ul {
	position: relative;
	left: 50%;
	float: left;
}
#contact div.tab ul li {
	position: relative;
	left: -50%;
	float: left;
	width: 150px;
	height: 46px;
	line-height: 46px;
	margin: 0 5px 30px 0;
	border: solid 1px #310C0C;
	background: #fff;
	color: #310C0C;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#contact div.tab ul li.active {
	background: #310C0C;
	color: #fff;
	cursor: auto;
	transform: rotate3d(1,0,0,0deg);
}
#contact .p-desc {
	margin: 0 0 30px 0;
	font-size: 80%;
	text-align: center;
}
#contact h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

header .top_contact_link{
	background-color: #ff526c;
	width: 322px;
	line-height: 52px;
	text-align: center;	
}
header .top_contact_link a{
	display: inline-block;
	color: #fff;
	width: calc(100% - 8px);
	border: 1px solid #fff;
	margin: 3px;
	font-size: 1.3em;
	font-weight: normal;
	position: relative;
}
header .top_contact_link a:hover{
	text-decoration: none;
}
header .top_contact_link a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}

.page {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ea608c;
}
.page a {	
	text-decoration: none;
	color: #666;
	background-color: transparent;
}
.page a, .page span{
	margin: 5px;
}


#konkatsu_list .box {
	margin-bottom: 19px;
	padding: 40px;    
	background: #FFFFFF;
}
#konkatsu_list h3{
	background-color: #333;
	color: #fff;
	font-size: 1.5em;
	padding: 0.5em;
	margin-top: 3em;
	font-weight: normal;
}
#konkatsu_list ul li{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
#konkatsu_list ul li:not(:first-of-type){
	border-top: 1px solid #ddd;
}
#konkatsu_list ul li a{
	text-decoration: none;
	transition-duration: 0.3s!important;
}
#konkatsu_list ul li a:hover{
	text-decoration: none;
	opacity: 0.5!important;
}
.konkatsu_ctt{
	overflow: hidden;
}
.konkatsu_ctt img{
	width: 90px;
	float: left;
	margin-right: 1rem;
}
.konkatsu_ctt .category{
	/*background-color: #ea608c;*/
	background-color: #ed6a23;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}
.konkatsu_ctt .area{
	background-color: #cf020c;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}
.konkatsu_ctt .date{
	margin-left: 3rem;
	float: right;
	font-size: 0.8em;
}
.konkatsu_ctt p:nth-of-type(2){
	margin-top: 10px;
}

#konkatsu_list .goto_list {
	padding: 10px 20px;
	color: #EC6F82;
	display: block;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	border: solid 1px #EC6F82;
}
#konkatsu_list .goto_list:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #EC6F82;
}

@media(min-width: 769px){
	#konkatsu_list .box {
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	}
}

@media(max-width: 768px){
	#konkatsu_list .box {    
		margin-bottom: 15px;
		padding: 15px 4.3% 25px 4.3%;
		background: #FFFFFF;
		border: solid 1px #E6E6E6;
	}
}

.limited-offer{
	position: fixed;
	width: 100%;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 700;
	top: -999px;
	left: 100%;
	z-index: 9999;
}

.limited-offer-inner{
	position: relative;
}

.limited-offer .limited-offer-info{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.limited-offer .limited-offer-info:not(:first-of-type){	
	display: none;
}

.flower_box{
	border: 2px dotted #EAA8BF;	/* 線の太さ・種類・色 */
	margin: 20px 15px;
	padding: 15px 20px;	/* 内側の余白 上下・左右 */
	position: relative;
}
.flower_box:before{
	content: '＊';
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	position: absolute;
	top: -0.4em;
	left: -0.6em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}
.flower_box:after{
	content: '*';
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	bottom: -0.6em;
	right: -0.3em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}

.stripe_box{
	padding: 0px;
	position: relative;
	z-index: 0;
}
.stripe_box:before{
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.stripe_box:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}

ul.header_menu {
	width: 1200px;
	display: -webkit-flex; /* Safari対応のつもり */
	display: -ms-flexbox; /* IE10以下対応 */
	display: flex;
}
ul.header_menu li{
	font-family: "Sawarabi Mincho";
	list-style-type: none;
	width: 100%;
	text-align: center;	
	position: relative;
	font-size: 1.25em;
	vertical-align: middle;
}
ul.header_menu li:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 0px;	
}
ul.header_menu li:last-of-type:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 100%;	
}
ul.header_menu li a{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 80px;
}
ul.header_menu li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}
ul.header_menu li a:hover{
	text-decoration: none;
	opacity: 1;
	background-color: #ff526c;
}
ul.header_menu li a:hover:after{
	opacity: 0.7;
}

ul.header_menu li a span{
	display: block;
	width: 100%;
	transition: 0.3s;
}
ul.header_menu li a:hover span{
	transform: scale(1.2);
}

#box.no-data{
	background-color: #fce6e2;
	font-size: 1.2em;
	text-align: center;
	line-height: 2.3em;
	padding-top: 5em;
	padding-bottom: 5em;
	font-weight: bold;
}
#box.no-data span, #box.no-data a{
	display: inline-block;	
	position: relative;
}
#box.no-data span:nth-child(1):before{
	content: "";
	width: 1.2em;
	height: 2em;
	position: absolute;
	top: 0px;
	left: -1.5em;
	background-image: url("/admin/asset/img/no-data.png");
	background-repeat: no-repeat;
	background-position: center;
}
#box.no-data ul#single_pager li a{
	padding: 3px 20px!important;
    font-weight: normal;
}
#box.no-data ul#single_pager li{
	margin-top: 1em!important;
}


#toc_container {
	margin: 2rem 0;
	padding: 10px 20px;
	color: #43a3ff;
	border: 1px solid #e0e0e0;
	line-height: 2em;
}
#toc_container p{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#toc_container li a{
	color: #43a3ff;
	margin-left: 10px;
}
.toc-ttl h2{
	font-size: 1.7rem;
	padding-bottom: 5px;
	color: #191919;
	border-bottom: 2px solid #755d35;
	margin-bottom: 0.5em;
	margin-top: 1em;
}


p.date span.new {
	background-color: #ff2c5a;
}
.column-image{
	position: relative;
	width: fit-content;
}
.column-image img {
	margin-right: 0;
}
.column-image span[class^=sprite]{
	position:absolute;
	top:0;
	right:0
}
.column-image .sprite-new {
	background-image: url(/admin/asset/img/sprite-corner.png);
	background-position: -76px 0;
	width: 38px;
	height: 38px;
	background-size: 114px 110px;
}

.column-image.relation{
	float: left;
	overflow: hidden;
	margin-right: 1rem;
}


#single #box #comment iframe{
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 560px;    
}
#single #box #comment span[style="background-color:#FFFF00"],
#single #box #comment span[style="background-color:#ffff00"]{
	background: linear-gradient(180deg, transparent 60%, #FFFF00 60%)!important;
}