@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}

/*==================================================
    ■ access start
==================================================*/
h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 2.6em;
	color: #5F4B3E;
	border-top: 1px solid #C9B18F;
	border-bottom: 1px solid #C9B18F;
	margin: auto auto 45px;
	width: 300px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
/*-----------------*/
#access .cnt1 {
	width:700px;
	background-image: url(../img/common/mk1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#access .cnt1 .in {
	width:460px;
	border-top: 1px solid #C9B18F;
	border-bottom: 1px solid #C9B18F;
	padding-top: 5px;
	padding-bottom: 5px;
}
#access .cnt1 .in p {
	padding-left: 15px;
}
#access .cnt1 .in .p1 {
	padding-bottom: 10px;
}
#access .cnt1 .in .span1 {
	font-size: 1.6em;
	font-weight: bold;
}
#access .cnt1 .in .span2 {
	font-size: 1.6em;
}
/*-----------------*/

#access .cnt2 {
	width:1200px;
	padding-top: 60px;
	padding-bottom: 40px;
}
/*-----------------*/
#access .btn1_box {
	width: 700px;
	margin: auto auto 70px;
	text-align: center;
	background-image: url(../img/common/mk1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#access .btn1_box .btn1 a {
	display:block;
	width: 260px;
	background-color:#FF6C6C;
	border:2px solid #FF6C6C;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#access .btn1_box .btn1 a:hover { 
	background-color:#ffffff;
	border:2px solid #FF6C6C;
	color: #FF6C6C;
}
/*-----------------*/

#access .cnt3 {
	width:940px;
	padding-bottom: 30px;
}
#access .cnt3 h4 {
	background-image: url(../img/access/bar1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#access .cnt3 p {
	font-size: 1.4em;
	padding-bottom: 20px;
}





@media screen and (max-width:780px) { 
/*==================================================
    ■ access start
==================================================*/
h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 2.6em;
	color: #5F4B3E;
	border-top: 1px solid #C9B18F;
	border-bottom: 1px solid #C9B18F;
	margin: auto auto 45px;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
/*-----------------*/
#access .cnt1 {
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}
#access .cnt1 .in {
	width: 100%;
	border-top: 1px solid #C9B18F;
	border-bottom: 1px solid #C9B18F;
	padding-top: 5px;
	padding-bottom: 5px;
}
#access .cnt1 .in p {
	padding-left: 15px;
}
#access .cnt1 .in .p1 {
	padding-bottom: 10px;
}
#access .cnt1 .in .span1 {
	font-size: 1.6em;
	font-weight: bold;
}
#access .cnt1 .in .span2 {
	font-size: 1.6em;
}
/*-----------------*/

#access .cnt2 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
}
/*-----------------*/
#access .btn1_box {
	width: 100%;
	margin: auto auto 70px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}
#access .btn1_box .btn1 a {
	display:block;
	width: 90%;
	background-color:#FF6C6C;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#access .btn1_box .btn1 a:hover { 
	background-color:#ffffff;
	border: none;
	color: #FF6C6C;
}
/*-----------------*/

#access .cnt3 {
	width: 100%;
	padding-bottom: 30px;
}
#access .cnt3 h4 {
	background-image: url(../img/access/bar1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#access .cnt3 p {
	font-size: 1.4em;
	padding-bottom: 20px;
}


}


