﻿@charset "utf-8";
/* CSS Document */

ol{
    list-style-type: decimal;
}
h4{
	font-weight: bold;
	margin: 10px 0;
}
label {
    display: block;
    margin: 15px 0;
	text-align: center;
}
form{
	max-width: 400px;
    margin: 0 auto;
}
input {
	width: 100%;
    margin: 0 auto;
    border: 1px solid #9c9c9c;
    padding: 12px 5px;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    background: linear-gradient( -180deg, #eee,#fff);
    /* background: linear-gradient(45deg, black, transparent); */
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient( top, #eee, #fff );
    -moz-border-radius: 5px;
	cursor: pointer;
    zoom: 1;
}
input:hover{
	background: linear-gradient( -180deg, #fff,#eee);
	opacity: 0.6;
}
span,strong{
	font-weight: bold;
}

.img_cards{
	margin: 2px 0 5px;
}

.gallery_title {
    color: #000;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin: 15px 0 10px;
    background: -webkit-repeating-linear-gradient(90deg,#fffad4 0,#fffad4 8px,#fff7bf 8px,#fff7bf 16px);
    background: -o-repeating-linear-gradient(90deg,#fffad4 0,#fffad4 8px,#fff7bf 8px,#fff7bf 16px);
    background: repeating-linear-gradient(90deg,#fffad4 0,#fffad4 8px,#fff7bf 8px,#fff7bf 16px);
    position: relative;
}
.n_list li {
    margin: 0px 0 15px 1.5em;
}
.box_shadow {
    margin: 5px 0 20px 0;
    padding: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border: 1px solid #F59EC7; */
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 1px #F8ADCF;
    -moz-box-shadow: 0px 0px 10px 1px #F8ADCF;
    box-shadow: 0px 0px 10px 1px #F8ADCF;
    position: relative;
}

.sp_block{
	display:none;
}



@media (max-width: 860px){
	a[href*="tel:"]{
		text-decoration: underline;
	}
	.cornerTileContent2 > div{
		text-align: center;
	}

	.cornerAndbannerArea{
		display: flex;
		justify-content: space-between;
	}

	.cornerArea {
		width: 49%;
	}

	.bannerArea2{
		width: 49%;
		display: flex;
		flex-direction: column;
	}

	.bannerArea2 img {
		max-width: 100%;
		width:auto;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.twitterAreaBox{
		text-align: center;
	}

}

@media (min-width: 859px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media (max-width: 600px){
	h4,p,li,span,strong,.gallery_title{
		font-size: 16px;
	}

	.cornerAndbannerArea{
		flex-direction: column;
	}
	.cornerTitle img:nth-child(2){
		filter: drop-shadow(0px 1px 3px #ca006b);
	}

	.cornerArea {
		width: 100%;
	}

	.bannerArea2 {
    	width: 100%;
	}

	.twitterAreaBox{
		position: relative;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.twitterAreaBox iframe{
		width: 100% !important;
	}

	.sp_block{
		display:block;
	}

}