@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

img {
	width: 100%;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/*#C6000B*/
/****************************

   共通

****************************/
#head {
	width: 100%;
	background-color: #E1EFEE;
	padding: 10px 0;
	height: 130px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5);
}

#head .inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 47px;
}

#head .logo {
	position: absolute;
	top: 45%;
	left: 2%;
	width: 230px;
}

#head ul {
	display: flex;
	/* flexbox */
	position: absolute;
	top: 18px;
	left: 31%;
}

#head .inner .contact a {
	position: absolute;
	top: 5px;
	right: 10px;
	background-image: url(../img/contact_btn.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 60px;
	display: block;
	transition: .6s;
	width: 170px;
}

#head .inner .contact a:hover {
	position: absolute;
	top: 5px;
	right: 10px;
	background-image: url(../img/contact_btn_on.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	transition: .6s;
}

#head .inner .tel a {
	position: absolute;
	top: 62px;
	right: 10px;
	width: 170px;
}

/**********/
nav ul .nav1 a {
	background-image: url(../img/nav_1.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top: 90px;
	display: block;
	transition: .6s;
	width: 95px;
}

nav ul .nav1 a:hover {
	background-image: url(../img/nav_1_on.png);
	background-repeat: no-repeat;
	display: block;
	transition: .6s;
}

nav ul .nav2 a {
	background-image: url(../img/nav_2.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top: 90px;
	display: block;
	transition: .6s;
	width: 95px;
}

nav ul .nav2 a:hover {
	background-image: url(../img/nav_2_on.png);
	background-repeat: no-repeat;
	display: block;
	transition: .6s;
}

nav ul .nav3 a {
	background-image: url(../img/nav_3.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top: 90px;
	display: block;
	transition: .6s;
	width: 95px;
}

nav ul .nav3 a:hover {
	background-image: url(../img/nav_3_on.png);
	background-repeat: no-repeat;
	display: block;
	transition: .6s;
}

nav ul .nav4 a {
	background-image: url(../img/nav_4.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top: 90px;
	display: block;
	transition: .6s;
	width: 95px;
}

nav ul .nav4 a:hover {
	background-image: url(../img/nav_4_on.png);
	background-repeat: no-repeat;
	display: block;
	transition: .6s;
}

nav ul .nav5 a {
	background-image: url(../img/nav_5.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top: 90px;
	display: block;
	transition: .6s;
	width: 95px;
}

nav ul .nav5 a:hover {
	background-image: url(../img/nav_5_on.png);
	background-repeat: no-repeat;
	display: block;
	transition: .6s;
}

nav ul .nav6 a {
	background-image: url(../img/nav_6.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top: 90px;
	display: block;
	transition: .6s;
	width: 95px;
}

nav ul .nav6 a:hover {
	background-image: url(../img/nav_6_on.png);
	background-repeat: no-repeat;
	display: block;
	transition: .6s;
}

/**********/
#footer {
	width: 100%;
	background-image: url(../img/foot_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	color: #C6000B;
	position: relative;
	height: 280px;
	z-index: 3;
}

#footer .inner {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

#footer .logo {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 210px;
}

#footer .tel {
	position: absolute;
	top: 170px;
	left: 440px;
	width: 500px;
}

#footer ul {
	display: flex;
	/* flexbox */
	flex-wrap: wrap;
	/* 折返し指定 */
	position: absolute;
	top: 100px;
	right: 0px;
}

#footer ul li {
	width: 135px;
	margin-right: 12px;
}

#footer ul .right {
	margin-right: -14px;
}

#footer .contact {
	width: 195px;
	position: absolute;
	top: 160px;
	right: 10px;
}

.copy {
	width: 100%;
	text-align: center;
	color: #29A19A;
	padding: 9px 0;
	background-color: #FFF;
}

/****************　ハンバーガーボタン　*/
.hamburger {
	display: block;
	position: absolute;
	right: 10px;
	z-index: 1;
	right: 25px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 45px;
	height: 5px;
	left: 6px;
	background: #C6000B;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.hamburger2 {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 50%;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

.hamburger2 span {
	padding: 2% 6%;
	background: #C6000B;
	font-size: 24px;
	color: #fff;
	border-radius: 10px;
}

.hamburger p {
	position: absolute;
	top: 29px;
	font-size: 14px;
	color: #000;
}

.hamburger span:nth-child(1) {
	top: 12px;
}

.hamburger span:nth-child(2) {
	top: 24px;
}

.hamburger span:nth-child(3) {
	top: 36px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 1;
	top: 200px;
	left: 100%;
	color: #C6000B;
	background-color: #fff;
	text-align: right;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 60%;
	text-align: left;
	border: solid 10px #C6000B;
	border-radius: 10px;
	z-index: 10;
}

nav.globalMenuSp ul {
	background-image: url(../img/sp_nav_bg.png);
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	z-index: 10;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #C6000B;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li:hover {
	background-image: url(../img/sp_nav_bg.png);
}

nav.globalMenuSp ul li a {
	display: block;
	color: #C6000B;
	padding: 1em 0;
	text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
}

/****************************

   トップページ

****************************/
#topCont {
	width: 100%;
}

#topCont .mineimg {
	width: 1000px;
	margin: 0 auto;
}

.bg_top {
	width: 100%;
	background-image: url(../img/top_slid_bg.png);
	background-size: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 200px;
	position: relative;
	z-index: 10;
}

.slid {
	background-color: #E1EFEE;
}

#top_main {
	width: 1300px;
	margin: 0 auto;
	background-image: url(../img/herd_bg.png);
	background-repeat: repeat;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
}

#top_main .img {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 11;
}

.main_imgBox {
	height: 645px;
	overflow: hidden;
	position: relative;
	width: 92%;
	margin: 0px auto 0;
	text-align: center;
}

.main_img {
	z-index: 10;
	opacity: 0;
	width: 1300px;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 22s 0s infinite;
	animation: anime 22s 0s infinite;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

@keyframes anime {
	0% {
		opacity: 0;
	}

	8% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}

	25% {
		opacity: 0;
		transform: scale(1.2);
		z-index: 9;
	}

	100% {
		opacity: 0
	}
}

/*news*/
.news {
	width: 100%;
	background-image: url(../img/top_topic_bg.png);
	background-size: 100%;
	background-repeat: repeat;
	background-position: center top;
	padding-top: 30px;
	margin-top: -200px;
	padding-top: 200px;
	z-index: 5;
}

.news .img {
	width: 870px;
	margin: 0 auto;
}

.news .img2 {
	width: 1200px;
	margin-left: -100px;
	margin-top: -40px;
	padding-bottom: 0;
}

.news .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.news .img3 {
	position: absolute;
	top: 70px;
	left: -42px;
	width: 110px;
}

.news .btn {
	position: relative;
	z-index: 1;
}

.news .btn a {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding: 13px;
	color: #fff;
	border-radius: 30px;
	background-color: #82A831;
	border: 2px solid #82A831;
	display: block;
	transition: .6s;
}

.news .btn a:hover {
	color: #82A831;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #82A831;
	transition: .6s;
}

.news ul li {
	border-bottom: 4px solid #FFC;
	padding: 21px 10px 6px 10px;
	color: #3F3A3A;
	font-weight: bold;
}

.news ul li:last-child {
	border-bottom: none;
}

.news ul li a {
	color: #3F3A3A;
}

.news ul li dl {
	display: flex;
	padding: 0 15px 3px;
}

.news ul li dl dt {
	width: 26%;
	font-size: 17px;
	margin-top: 0;
	margin-right: 10px;
	font-weight: bold;
}

.news ul li dl dd {
	text-align: left;
	width: 74%;
	font-size: 17px;
	font-weight: bold;
	margin-top: -6px;
}

.news ul li dl dd h4 {
	text-align: left;
	font-weight: bold;
	line-height: 180%;
	margin-top: -5px;
}

.news ul li dl dd .img {
	margin-top: 10px;
}

.scroll-area {
	height: 220px;
	width: 800px;
	margin: 0 auto 40px;
	overflow: auto;
	padding-right: 12px;
	border-bottom: 4px solid #FFC;
	border-top: 4px solid #FFC;
	padding: 15px;
	background-color: #fff;
	position: relative;
}

::-webkit-scrollbar {
	padding: 5px;
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 10px;
}

/***greeting****/
.greeting {
	width: 100%;
	background-color: #E1EFEE;
}

.greeting .inner {
	width: 1000px;
	margin: 0 auto -100px;
	padding: 50px 0 200px;
	position: relative;
}

.greeting .img {
	width: 800px;
	margin: 0 auto;
}

.greeting .img2 {
	width: 70px;
	position: absolute;
	top: 65%;
	right: 70px;
}

.greeting .img3 {
	width: 110px;
	position: absolute;
	top: 54%;
	left: 26px;
}

.greeting .txtbox {
	width: 730px;
	margin: -28px auto 0;
	border: 5px solid #775417;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(../img/top_greeting_bg.png);
	text-align: center;
	padding: 40px 50px 50px;
}

.greeting .txtbox p {
	font-size: 17px;
	line-height: 260%;
	color: #3F3A3A;
	border-bottom: 1px solid #CCC;
	letter-spacing: 2px;
}

/****************************

   保護方針　policy

****************************/
#polcy-Cont {}

#polcy-Cont .mineimg {
	width: 100%;
	background-image: url(../img/policy_mein_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	z-index: 5;
	position: relative;
	text-align: center;
}

#polcy-Cont .mineimg img {
	width: 250px;
	margin-top: 40px;
}

#polcy-Cont .sect1 {
	margin-top: -200px;
	padding-top: 200px;
	background-image: url(../img/policy_sect1_bg.png);
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
	padding-bottom: 50px;
}

#polcy-Cont .sect1 .title {
	width: 845px;
	margin: 0 auto;
}

#polcy-Cont .sect1 .img {
	width: 845px;
	margin: 0 auto;
}

#polcy-Cont .sect2 {
	background-color: #ECF2E2;
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
	padding-bottom: 40px;
}

#polcy-Cont .sect2 .title {
	width: 845px;
	margin: 0 auto 20px;
}

#polcy-Cont .sect2 .title img {
	margin-top: -60px;
}

.sect2 .info {
	width: 1000px;
	margin: 0 auto 70px;
	display: flex;
	/* flexbox */
	flex-wrap: wrap;
	/* 折返し指定 */
}

.sect2 .info .img {
	width: 470px;
	margin-right: 15px;
}

.sect2 .info .infoBox {
	width: 510px;
}

.infoBox table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 170%;
	font-weight: bold;
	color: #3F3A3A;
	letter-spacing: 1px;
}

.infoBox table tr {
	border: solid 3px #C1D39C;
}

.infoBox table th {
	position: relative;
	text-align: center;
	width: 30%;
	background-color: #82A831;
	color: white;
	text-align: center;
	padding: 8px 15px 5px;
	vertical-align: middle;
}

.infoBox table td {
	text-align: left;
	width: 70%;
	text-align: left;
	background-color: #fff;
	padding: 8px 10px 5px;
	vertical-align: middle;
}

.sect2 .map {
	width: 1000px;
	height: 350px;
	margin: 0 auto 0px;
}

.sect2 .map iframe {
	width: 1000px;
	height: 350px;
	box-shadow: 2px 2px 4px gray;
}

#polcy-Cont .sect3 {
	background-color: #ECF2E2;
	background-image: url(../img/policy_sect3_bg.png);
	background-repeat: no-repeat;
	z-index: 3;
	position: relative;
	margin-bottom: -100px;
	padding-bottom: 100px;
	padding-top: 40px;
}

#polcy-Cont .sect3 .title {
	width: 845px;
	margin: 0 auto 40px;
}

#polcy-Cont .sect3 ul {
	width: 1000px;
	margin: 0 auto 40px;
}

#polcy-Cont .sect3 ul li {
	display: flex;
	/* flexbox */
	flex-wrap: wrap;
	/* 折返し指定 */
	margin: 0 0 20px;
	color: #3F3A3A;
}

#polcy-Cont .sect3 ul .txt {
	width: 500px;
	padding: 10px 22px 18px;
	background-color: #fff;
}

#polcy-Cont .sect3 ul .txt .tl {
	width: 330px;
	margin: 10px auto;
}

#polcy-Cont .sect3 ul .txt p {
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	letter-spacing: 1px;
	height: auto;
}

.bocoler1 {
	border: 3px solid #82A831;
	border-radius: 18px;
	margin: 50px 0px 60px 50px;
}

.bocoler2 {
	border: 3px solid #D2D157;
	border-radius: 18px;
	margin: 50px 50px 80px 0px;
}

.bocoler3 {
	border: 3px solid #CD5657;
	border-radius: 18px;
	margin: 30px 0px 90px 50px;
}

.bocoler4 {
	border: 3px solid #249090;
	border-radius: 18px;
	margin: 0px 50px 70px 0px;
}

#polcy-Cont .sect3 ul .img {
	width: 400px;
	height: auto;
}

.order {
	order: 2;
}

/****************************

   一日の流れ　day

****************************/
#day-Cont .mineimg {
	width: 100%;
	background-image: url(../img/day_mein_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	z-index: 5;
	position: relative;
	text-align: center;
}

#day-Cont .mineimg img {
	width: 250px;
	margin-top: 40px;
}

#day-Cont .sect1 {
	margin: -200px 0;
	padding: 160px 0;
	background-image: url(../img/day_sect1_bg.png);
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
}

#day-Cont .sect1 .img {
	width: 1050px;
	margin: 0 auto;
}

/****************************

   年間行事　event

****************************/
#event-Cont {}

#event-Cont .mineimg {
	width: 100%;
	background-image: url(../img/event_mein_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	z-index: 5;
	position: relative;
	text-align: center;
}

#event-Cont .mineimg img {
	width: 250px;
	margin-top: 40px;
}

#event-Cont .sect1 {
	margin: -200px 0 0;
	padding: 150px 0 100px;
	background-image: url(../img/event_sect1_bg.png);
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
}

#event-Cont .sect1 .img {
	width: 1000px;
	margin: 0 auto;
}

#event-Cont .sect2 {
	margin: -100px 0 0;
	padding: 100px 0 80px;
	background-image: url(../img/event_sect2_bg.png);
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
	position: relative;
}

#event-Cont .sect2 .img {
	width: 1000px;
	margin: 0 auto;
}

#event-Cont .sect3 {
	margin: -100px 0 0;
	padding: 60px 0 100px;
	background-image: url(../img/event_sect3_bg.png);
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
	position: relative;
}

#event-Cont .sect3 .img {
	width: 1000px;
	margin: 0 auto;
}

#event-Cont .sect4 {
	margin: -100px 0 0;
	padding: 90px 0 50px;
	background-image: url(../img/event_sect4_bg.png);
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
	position: relative;
}

#event-Cont .sect4 .img {
	width: 1000px;
	margin: 0 auto;
}

#event-Cont .sect5 {
	margin: 0px 0 0;
	padding: 60px 0 100px;
	z-index: 3;
	position: relative;
	background-image: url(../img/policy_sect1_bg.png);
	background-repeat: repeat;
	background-size: 100px;
}

#event-Cont .sect5 .img {
	width: 1000px;
	margin: 0 auto;
}

/****************************

   保護方針　introduct

****************************/
#introduct-Cont {}

#introduct-Cont .mineimg {
	width: 100%;
	background-image: url(../img/intro_mein_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	z-index: 5;
	position: relative;
	text-align: center;
}

#introduct-Cont .mineimg img {
	width: 250px;
	margin-top: 40px;
}

#introduct-Cont .sect1 {
	margin-top: -200px;
	padding-top: 200px;
	background-image: url(../img/policy_sect1_bg.png);
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
	padding-bottom: 80px;
}

#introduct-Cont .sect1 .title {
	width: 845px;
	margin: 0 auto;
}

#introduct-Cont .sect1 .img {
	width: 845px;
	margin: 0 auto;
}

#introduct-Cont .sect2 {
	background-color: #ECF2E2;
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
	padding-bottom: 80px;
}

#introduct-Cont .sect2 .title {
	width: 845px;
	margin: 0 auto 20px;
}

#introduct-Cont .sect2 .title img {
	margin-top: -60px;
}

#introduct-Cont .sect2 .info .infoBox p {
	font-size: 13px;
}

#introduct-Cont1-2 .sect3 {
	width: 845px;
	margin: 0 auto 0px;
	padding: 40px 0;
}

#introduct-Cont1-2 {
	background-image: url(../img/intro_sect3_bg.png);
	background-repeat: repeat;
	background-size: 100px;
}

#introduct-Cont2 .sect1 {
	margin: 0px 0 0;
	padding: 50px 0 100px;
	background-image: url(../img/event_sect1_bg.png);
	background-repeat: repeat;
	background-size: 100px;
	z-index: 3;
	position: relative;
}

#introduct-Cont2 .sect1 .img {
	width: 1000px;
	margin: 0 auto;
}

.infoBox p {
	font-size: 16px;
	line-height: 180%;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	color: #3F3A3A;
}

#introduct-Cont2 .sect2 {
	margin: -80px 0 0;
	padding: 10px 0 80px;
	background-image: url(../img/event_sect2_bg.png);
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
	position: relative;
}

#introduct-Cont2 .sect2 .img {
	width: 1000px;
	margin: 0 auto;
}

#introduct-Cont2 .sect3 {
	margin: -100px 0 0;
	padding: 40px 0 100px;
	background-image: url(../img/event_sect3_bg.png);
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
	position: relative;
}

#introduct-Cont2 .sect3 .img {
	width: 1000px;
	margin: 0 auto;
}

#introduct-Cont2 .sect4 {
	margin: -100px 0 -100px;
	padding: 20px 0 160px;
	background-image: url(../img/event_sect4_bg.png);
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
	position: relative;
}

#introduct-Cont2 .sect4 .img {
	width: 1000px;
	margin: 0 auto;
}

/****************************

   特別保育　part

****************************/
#part-Cont {}

#part-Cont .mineimg {
	width: 100%;
	background-image: url(../img/part_mein_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	z-index: 5;
	position: relative;
	text-align: center;
}

#part-Cont .mineimg img {
	width: 250px;
	margin-top: 40px;
}

#part-Cont .linkbtn {
	margin-top: -200px;
	padding-top: 220px;
	background-color: #E1EFEE;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 40px
}

#part-Cont .linkbtn ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 760px;
	margin: 0 auto;
}

#part-Cont .linkbtn ul li a img {
	width: 160px;
}

#part-Cont .linkbtn ul .link1 a {
	background-image: url(../img/part_btn_1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 230px;
	padding-top: 80px;
}

#part-Cont .linkbtn ul .link1 a:hover {
	background-image: url(../img/part_btn_1_on.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 230px;
	padding-top: 80px;
}

#part-Cont .linkbtn ul .link2 a {
	background-image: url(../img/part_btn_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 230px;
	padding-top: 80px;
}

#part-Cont .linkbtn ul .link2 a:hover {
	background-image: url(../img/part_btn_2_on.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 230px;
	padding-top: 80px;
}

#part-Cont .linkbtn ul .link3 a {
	background-image: url(../img/part_btn_3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 230px;
	padding-top: 80px;
}

#part-Cont .linkbtn ul .link3 a:hover {
	background-image: url(../img/part_btn_3_on.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 230px;
	padding-top: 80px;
}

#part-Cont .sect1Out {
	padding-top: 30px;
	width: 100%;
	background-image: url(../img/part_sect1_bg.png);
	padding-bottom: 20px;
	background-size: 6%;
}

#part-Cont .sect2Out {
	width: 100%;
	background-image: url(../img/part_sect2_bg.png);
	padding-top: 30px;
	padding-bottom: 10px;
	padding-bottom: 30px;
	background-size: 6%;
}

#part-Cont .sect3Out {
	width: 100%;
	background-image: url(../img/part_sect3_bg.png);
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-size: 6%;
	margin-bottom: -100px;
	padding-bottom: 100px;
	padding-top: 30px;
}

#part-Cont .sect1 {
	width: 1000px;
	margin: 0 auto 100px;
}

#part-Cont .sect1 .title {
	width: 845px;
	margin: 0 auto 20px;
}

#part-Cont p {
	width: 845px;
	margin: 0 auto -30px;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
	color: #3F3A3A;
}

#part-Cont .sect2 {
	width: 1000px;
	margin: 0 auto 80px;
	position: relative;
}

#part-Cont .sect2 .img {
	position: absolute;
	top: -140px;
	right: -40px;
	width: 240px;
}

#part-Cont .sect2 .title {
	width: 845px;
	margin: 0 auto 20px;
}

#part-Cont .sect3 {
	width: 1000px;
	margin: 0 auto -30px;
}

#part-Cont .sect3 .title {
	width: 845px;
	margin: 0 auto 0px;
}

#part-Cont .sect3 .img {
	width: 300px;
	margin-top: 60px;
}

/*****************************************************

       メールフォーム

*****************************************************/
#contact-Cont .mineimg {
	width: 100%;
	background-image: url(../img/contact_mein_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	z-index: 5;
	position: relative;
	text-align: center;
}

#contact-Cont .mineimg img {
	width: 250px;
	margin-top: 40px;
}

#contact-Cont .sect1 {
	width: 100%;
	background-color: #E1EFEE;
	margin-top: -200px;
	padding-top: 220px;
	padding-bottom: 50px;
}

#contact-Cont .sect1 p {
	width: 800px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
	color: #3F3A3A;
}

#contact-Cont .sect1 .img {
	width: 800px;
	margin: 0 auto;
}

#formWrap .sect2 .title {
	width: 845px;
	margin: 0 auto 0px;
}

/*****************************************************

       個人情報保護　pp

*****************************************************/
#pp-Cont .sect1 {
	width: 845px;
	margin: 0 auto 70px;
}

#pp-Cont .sect1 .title {
	width: 845px;
	margin: 40px auto;
}

#pp-Cont .sect1 h3 {
	line-height: 160%;
	margin: 10px;
}

#pp-Cont .sect1 p {
	line-height: 160%;
}
