@charset "utf-8";
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "メイリオ", Meiryo, Osaka;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	position: relative;
}


/* リンク設定*/

a {
	text-decoration: none;
}

a:link {
	color: #0C4EA0;
}

a:visited {
	color: #0A4288;
}

a:hover {
	color: #0995E8;
	opacity: 0.8;
}

a:active {
	color: #0995E8;
}


/* Header*/

header {
	height: 75px;
	background: #fff;
	border-bottom: 1px solid #000;
}

.Header_Logo {
	width: 100%;
	text-align: center;
}

.Header_Logo img {
	line-height: 75px;
	margin: 16px auto;
	width: 249px;
}

@media screen and (max-width: 769px) {
	header {
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #000;
	}
	.Header_Logo img {
		line-height: 60px;
		margin: 16px auto;
		width: 200px;
	}
}


/* Contents*/

main {}

.Box01 {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url(/shitadori/img/bg.jpg);
	padding: 75px 0;
}

.Box01 img {
	width: 100%;
}

.Box01 h1 {
	max-width: 683px;
	width: 100%;
	margin: 0 auto 10px;
}

.Box01 h1 img {
	width: 100%;
}

.Box01 .Img_position01 {
	text-align: center;
	max-width: 422px;
	width: 100%;
	margin: 0 auto 40px;
}

.Box01 .Img_position02 {
	text-align: center;
	max-width: 390px;
	width: 100%;
	margin: 0 auto 10px;
}

.Box01 .Box01_Title {
	max-width: 263px;
	margin: 0 auto -20px;
}

.Box01 .Box_Info {
	max-width: 800px;
	background: #fff;
	border: 3px solid #00a7eb;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}

.Box01 .Box_Info02 {
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
	background: #e62e8b;
	color: #fff;
	padding: 20px;
}

.Box01 .Box_Info .Box_Info_Txt01 {
	text-align: center;
	margin-top: 20px;
	font-size: 2rem;
	padding-bottom: 30px;
	line-height: 1.6em;
	font-weight: 900;
	border-bottom: 4px dashed #00a7eb;
}

.Box01 .Box_Info .Box_Info_TxtImg01 {
	max-width: 172px;
	margin: 30px auto;
	position: relative;
}

.Box01 .Box_Info .Box_Info_TxtImg01:after {
	content: '';
	background-position: center center;
	background-image: url(/shitadori/img/biret.png);
	width: 42px;
	height: 8px;
	position: absolute;
	top: 38px;
	left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.Box01 .Box_Info h3 {
	max-width: 455px;
	margin: 30px auto;
}

.Box01 .Box_Info .Bov01_End {
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	margin: 40px 0;
	color: #c6302a;
	position: relative;
}

.Box01 .Box_Info .Bov01_End:after {
	content: '';
	background-position: center center;
	background-image: url(/shitadori/img/fd01.png);
	width: 23px;
	height: 26px;
	position: absolute;
	top: -2px;
	left: 22%;
	bottom: 0;
}

.Box01 .Box_Info .Bov01_End:before {
	content: '';
	background-position: center center;
	background-image: url(/shitadori/img/fd02.png);
	width: 23px;
	height: 26px;
	position: absolute;
	top: -2px;
	left: 73%;
}

.Box01 .Box_Info ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 10px;
	border: 3px solid #00a7eb;
}

.Box01 .Box_Info ul li p:first-child {
	background: #00a7eb;
	width: 25%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 3.8rem;
	color: #fff;
}

.Box01 .Box_Info ul li p:nth-child(2) {
	font-size: 2.4rem;
	color: #e62e8b;
	font-weight: bold;
	line-height: 3.8rem;
	padding-left: 10px;
	box-sizing: border-box;
}

.Box01 .Box_Info ul li p span {
	font-size: 1.6rem;
	color: #000;
}

@media screen and (max-width: 769px) {
	.Box01 {
		padding: 40px 0;
	}
	.Box01 img {
		width: 90%;
		margin: 0 0%;
	}
	.Box01 h1 {
		max-width: 683px;
		width: 90%;
		margin: 0 auto 10px;
	}
	.Box01 h1 img {
		width: 100%;
	}
	.Box01 .Img_position01 {
		width: 80%;
	}
	.Box01 .Img_position02 {
		width: 80%;
	}
	.Box01 .Box_Info {
		background: #fff;
		margin: 0 2%;
		padding: 10px;
	}
	.Box01 .Box_Info02 {
		margin: 0 2%;
		line-height: 1.9rem;
	}
	.Box01 .Box_Info .Box_Info_Txt01 {
		text-align: center;
		margin-top: 20px;
		font-size: 1.8rem;
		padding-bottom: 30px;
		line-height: 1.6em;
		font-weight: 900;
		border-bottom: 4px dashed #00a7eb;
	}
	.Box01 .Box_Info .Box_Info_TxtImg01 {
		max-width: 172px;
		margin: 30px auto;
	}
	.Box01 .Box_Info h3 {
		max-width: 445px;
		margin: 30px auto;
	}
	.Box01 .Box_Info .Bov01_End {
		text-align: center;
		font-weight: bold;
		font-size: 2.0rem;
		margin: 40px 0;
		color: #c6302a;
		position: relative;
	}
	.Box01 .Box_Info ul li p:first-child {
		background: #00a7eb;
		width: 100%;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		line-height: 3.5rem;
		color: #fff;
	}
	.Box01 .Box_Info ul li p:nth-child(2) {
		font-size: 2rem;
		color: #e62e8b;
		font-weight: bold;
		line-height: 3.5rem;
		padding-left: 1%;
		box-sizing: border-box;
	}
	.Box01 .Box_Info ul li p span {
		font-size: 1.4rem;
		line-height: 3.5rem;
		color: #000;
	}
	.Box01 .Box_Info .Bov01_End:after {
		top: -2px;
		left: 0%;
	}
	.Box01 .Box_Info .Bov01_End:before {
		top: -2px;
		left: 95%;
	}
}

@media screen and (max-width: 530px) {
	.Box01 .Box_Info ul li p:first-child {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 3.5rem;
		color: #fff;
	}
	.Box01 .Box_Info ul li p:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.Box01 .Box_Info ul li p span {
		font-size: 1.4rem;
		line-height: 3.5rem;
		color: #000;
		width: 100%;
		display: block;
		text-align: center;
	}
		.Box01 .Box_Info .Bov01_End:after,.Box01 .Box_Info .Bov01_End:before {
		display: none;
	}

}

.Box02 {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url(/shitadori/img/bk02.jpg);
	padding: 50px 0;
}

.Box02 h2 {
	text-align: center;
	margin-bottom: 60px;
}

.Box02 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.Box02 ul li {
	width: 31%;
	margin: 1%;
}

.Box02 ul li img {
	width: 100%;
	max-width: 316px;
}

@media screen and (max-width: 769px) {
	.Box02 {
		padding: 50px 0;
	}
	.Box02 h2 {
		text-align: center;
		margin-bottom: 60px;
	}
	.Box02 ul {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
	}
	.Box02 ul li {
		text-align: center;
		width: 100%;
		margin: 0 0 30px 0;
	}
}

.Contact {
	position: relative;
	overflow: hidden;
	color: #c6302a;
	background-size: 185px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/shitadori/img/002.png);
}

.Contact h2 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 45px 0 60px 0;
}

.Contact .Contact_Text {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.Contact .Tel {
	text-align: center;
	font-weight: bold;
	font-size: 6.8rem;
	font-family: "sans-serif", "メイリオ", Meiryo, Osaka;
	letter-spacing: -3px;
	padding-bottom: 45px;
}
.Contact .Tel a{
	font-weight: bold;
	color: #c6302a;
}

.Contact h2:after {
	content: '';
	background-position: center center;
	background-image: url(/shitadori/img/bir.png);
	width: 47px;
	height: 19px;
	position: absolute;
	top: 100px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.Contact:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -242px;
	width: 500px;
	height: 500px;
	/* margin: 3% -10% 0; */
	background: #e62e8b;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(45deg);
	z-index: -1;
}

.Contact:after {
	content: '';
	position: absolute;
	top: -139px;
	right: -521px;
	width: 500px;
	height: 500px;
	/* margin: 3% -10% 0; */
	background: #e62e8b;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(45deg);
	z-index: -1;
}

@media screen and (max-width: 769px) {
	.Contact {
		background: none;
	}
	.Contact h2 {
		font-size: 26px;
		text-align: center;
		font-weight: bold;
		position: relative;
		padding: 30px 0 50px 0;
	}
	.Contact .Contact_Text {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding: 0 20px;
		line-height: 2rem;
	}
	.Contact .Tel {
		font-size: 3rem;
		letter-spacing: 0px;
		padding-bottom: 30px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "メイリオ", Meiryo, Osaka;
	}
	.Contact h2:after {
		top: 80px;
		left: 49%;
		bottom: 0;
	}
}

.Box03 {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url(/shitadori/img/bg01.jpg);
	padding: 50px 0;
}

.Box03 h2 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 0 0 60px 0;
}

.Box03 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.Box03 ul li {
	width: 45%;
	margin: 1%;
	text-align: center;
}

.Box03 ul li a {
	color: #000;
}

.Box03 ul li img {
	width: 100%;
}

.Box03 ul li p {
	display: block;
	margin: 5px;
	text-align: center;
}

@media screen and (max-width: 769px) {
	.Box03 {
		padding: 30px 0;
	}
	.Box03 h2 {
		font-size: 26px;
		padding: 0 0 30px 0;
	}
}