@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("import.css");
/* 共通
-------------------------------------------------------------*/

.sp {
	display: none;
}
html, body {
	width: 100%;
}
body {
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ ゴシック", Osaka-mono, sans-serif;	-webkit-text-size-adjust: 100%;
	color: #333333;
	font-size: 15px;
	text-align: center;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

a {
	outline: none;
	color: #E0007F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content--introduction {
	max-width: 100% !important;
	position: relative;
	top: -15px;
	line-height: 1.5;
}
.content img {
	width: auto !important;
}
.headline01 {
	padding: 70px 0 50px;
	text-align: center;
}
.headline01 h3 {
	position: relative;
	z-index: 3;
	display: inline-block;
	background: #fff;
	padding: 0 15px;
	font-size:32px;
	font-weight:bold;
}.headline01 p{
font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
font-size:16px;
color:#b94047;
font-weight:bold;
}
.headline01 .line {
	border-bottom: 1px solid #b94047;
	position: relative;
	top: -22px;
}
/* mainvi 
------------------------------------------------------*/
section.mainvi {
	background: url(../images/anti_mainvi_bg_pc.jpg) no-repeat top center;
	background-size: cover;
}
section.mainvi .wrapper {
	position: relative;
}
section.mainvi h2 {
	padding: 59% 0 4%;
}
section.mainvi h2 {
	padding: 300px 0 20px;
}
/* about 
------------------------------------------------------*/
section.about {
	padding-bottom: 30px;
}

section.about .box{
	background:#f9f9f9;
	text-align:center;
	padding:30px;
	margin:-100px 100px 0;
	position:relative;
}
section.about .box h4{
	font-size:25px;
	color:#b94047;
	font-weight:bold;
}
section.about .box h5{
	font-size:30px;
	color:#b94047;
	margin-bottom:20px;
	font-weight:bold;
}
section.about .box p{
	font-size:16px;
	line-height:1.8;
}
/* effect 
------------------------------------------------------*/
section.effect {
	padding-bottom: 40px;
}

section.effect .grid {
	background: #faf0f1;
	width: 100%;
	margin-bottom:80px;

}

section.effect .grid .photo {
	width: 50%;
	float:left;
}
section.effect .grid .text {
	width: 50%;
	float:right;
	text-align:center;
	padding:40px 20px 10px;

}
section.effect .grid .text h4{
	font-size:32px;
	color:#b94047;
	margin-bottom:20px;
	line-height:1.4;
	font-weight:bold;
	
}
section.effect .grid .text p.icon {
	padding:0 20px 20px;
}
section.effect .grid .text p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 1.9;
	padding: 0 20px;
}
section.effect .grid.cont1 .text p.icon {
	padding:10px 0 40px;
	
}
/* taiken 
------------------------------------------------------*/
section.taiken {
	padding: 40px 0 50px;
	background: url(../images/anti_taiken_bg.png) repeat;
	font-family: "Noto Sans Japanese";
}
section.taiken .wrapper {
	width: 700px;
	margin: 0 auto;
}
section.taiken .hosoku{
	font-size:16px;
}
section.taiken .price {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing:1px;
}
section.taiken .price.box {
	
	border:3px solid #b94047;
	padding: 15px 10px;
	line-height: 1.4;
	margin-top: 20px;
}
section.taiken .price.box span{
	font-size: 28px;
}
section.taiken .price.box .color{
	color: #b94047;
}
section.taiken .price span.large {
	font-size: 45px;
	padding:0 5px;
}
section.taiken .price span.tax{
	font-size: 16px;
}

section.taiken .btn01 {
	text-align: center;
}
section.taiken .btn a {
	background: #149245;
	box-shadow: 0 7px 0px #066026;
	-moz-box-shadow: 0 7px 0px #066026;
	-webkit-box-shadow: 0 7px 0px #066026;
	font-size: 22px;
	font-weight: 900;
	margin: 20px auto 10px;
	padding: 30px 35px 20px;
	line-height: 1.2;
	outline: none;
	border: 0;
	color: #fff;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	position: relative;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.taiken .btn a:hover {
	-moz-transform: translateY(7px);
	-webkit-transform: translateY(7px);
	-o-transform: translateY(7px);
	-ms-transform: translateY(7px);
	box-shadow: 0 0px 0px #d8a400;
	-moz-box-shadow: 0 0px 0px #d8a400;
	-webkit-box-shadow: 0 0px 0px #d8a400;
	text-decoration: none;
}
/* btn01 */
section.taiken .btn01 a {
	background: #149245;
	box-shadow: 0 7px 0px #066026;
	-moz-box-shadow: 0 7px 0px #066026;
	-webkit-box-shadow: 0 7px 0px #066026;
	margin: 30px auto 10px;
	color: #fff;
}
section.taiken .btn01 a:hover {
	box-shadow: 0 0px 0px #d8a400;
	-moz-box-shadow: 0 0px 0px #d8a400;
	-webkit-box-shadow: 0 0px 0px #d8a400;
}
section.taiken .btn01 a:before {
	content: url(../images/btn01_icon.png);
	display: inline-block;
	position: relative;
	padding-right: 15px;
	vertical-align: middle;
}
section.taiken .btn01 a:after {
	content: url(../images/btn_arrow.png);
	position: absolute;
	right: 20px;
	top: 30px;
	vertical-align: middle;
}
/* btn02 */
section.taiken .btn02 a {
	background: #d33738;
	box-shadow: 0 7px 0px #9a0e0f;
	-moz-box-shadow: 0 7px 0px #9a0e0f;
	-webkit-box-shadow: 0 7px 0px #9a0e0f;
	margin: 20px auto 40px;
	color: #fff;
}
section.taiken .btn02 a:hover {
	box-shadow: 0 0px 0px #9a0e0f;
	-moz-box-shadow: 0 0px 0px #9a0e0f;
	-webkit-box-shadow: 0 0px 0px #9a0e0f;
}
section.taiken .btn02 a:before {
	content: url(../images/btn02_icon.png);
	display: inline-block;
	position: relative;
	padding-right: 15px;
	vertical-align: middle;
}
section.taiken .btn02 a:after {
	content: url(../images/btn_arrow.png);
	position: absolute;
	right: 20px;
	top: 30px;
	vertical-align: middle;
}

/* tyui 
------------------------------------------------------*/
section.tyui {
	padding: 40px 0 30px;

}
section.tyui .wrapper {
	width: 700px;
	margin: 0 auto;
}

section.tyui h4{
	margin-bottom:10px;
	font-size:25px;
	font-weight:bold;
}
section.tyui h4 img{
	margin-right:10px;
	position:relative;
	top:-1px;
}
section.tyui p{
	margin-bottom:30px;
	line-height:1.8;
	font-size:16px;
}

/* schedule 
------------------------------------------------------*/
section.schedule{
	padding:50px 0;
	    background: #f5f5f5;
	}

section.schedule .wrapper {
	width: 700px;
	margin: 0 auto 0;
}
section.schedule .headline01 {
    padding: 0px 0 50px;
    text-align: center;
}
section.schedule .headline01 h3{
	background: #f5f5f5;
}
section.schedule table {
	width: 100%;
	font-size: 20px;
	margin-bottom:15px;
}
section.schedule table th {
	border: #666 1px solid;
	text-align: center;
	width: 400px;
	font-size: 28px;
	vertical-align: middle;

}

section.schedule table tr:nth-child(even) {
	background: #faf0f1;
}
section.schedule table tr:nth-child(odd) {
	background: #fff;
}

section.schedule table td {
	border: #666 1px solid;
	text-align: center;
	padding: 10px 15px;
}