
.area-01 {
	padding: 100px 0 100px;
	background: #fcf4ef;
}
.area-02 {
	padding: 100px 0 100px;
	background: #c0ab9e;
}
.area-03 {
	padding: 100px 0 100px;
	background: #f1e2d8;
}
.area-04 {
	padding: 100px 0 100px;
	background: #fff;
}
.box-area {
	margin-top: 50px;
}
.box-area .box-title {
	text-align: center;
	padding: 10px 3%;
	background: #c0ab9e;
	color: #fff;
	font-size: 24px;
}
.box-area .box-main {
	background: #fff;
	padding: 30px 3%;
}
.img-area img {
	width: 100%;
}
@media screen and (max-width:640px) {
.area-01 {
	padding: 30px 0;
	background: #fcf4ef;
}
.area-02 {
	padding: 30px 0;
	background: #c0ab9e;
}
.area-03 {
	padding: 30px 0;
	background: #f1e2d8;
}
.area-04 {
	padding: 30px 0;
	background: #fff;
}
.box-area .box-title {
	font-size: 22px;
}
}
/* ///////////////////////////////////////////////////////////////////
top
/////////////////////////////////////////////////////////////////// */
.top .top-slider .top-slider-item p {
	margin: 0 !important;
}
.top .top-slider .top-slider-item p img {
	width: 100%;
}
.concept-area {
	background: url(../images/concept-bg-01.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.concept-area .concept-inner {
	padding: 70px 0;
}
.concept-area h2 {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.concept-area .bottom .right {
	margin-top: 60px;
	text-align: center;
}
.news-area ul {
	background: #fff;
	padding: 20px 3%;
	line-height: 1.3;
}
.news-area ul li {
	padding: 30px 0;
	border-top: solid 1px #dcdcdc;
	overflow: hidden;
}
.news-area ul li:first-child {
	border-top: none;
}
.news-area ul li .date {
	display: block;
	float: left;
	padding: 6px 15px;
	background: #f4e7de;
	text-align: center;
}
.news-area ul li .title {
	display: block;
	margin-top: 6px;
	padding-left: 180px;
}
.news-area ul li .title02 {
	color: red;
	font-size: 18px;
	margin-bottom: 10px;
	}
.news-area ul li .title03 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	}
.news-area ul li .newsb {
	padding: 20px 35px;
	margin-top: 20px;
    border: solid 5px #fcf4ef;
    overflow: hidden;
}
	
.news-area ul li .title a {
	text-decoration: none;
	color: #565656 !important;
}
.news-area ul li .title a:hover {
	text-decoration: underline;
}
.contact-area .contact-list {
	text-align: center;
}
.contact-area .contact-list li {
	display: inline-block;
	width: 46%;
	margin: 0 1%;
}
.contact-area .contact-list li a {
	display: block;
	padding: 25px 3%;
	color: #40210f !important;
	text-decoration: none;
}
.top .menu-area .menu-list {
	margin-bottom: 50px;
	text-align: center;
}
.top .menu-area .menu-list .menu-item {
	display: inline-block;
	margin: 0 1% 10px;
	width: 30%;
	vertical-align: top;
}
.top .menu-area .menu-list .menu-item h3 {
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.top .menu-area .menu-list .menu-item p {
	text-align: left;
}
.access-area h2 {
	margin-bottom: 20px;
	font-size: 30px;
}
.access-area h3 {
	margin-bottom: 5px;
	border-bottom: solid 1px #edddd3;
	font-size: 18px;
}
.access-area p {
	font-size: 18px;
}
.access-area .map iframe {
	height: 350px;
	width: 100%;
}
@media screen and (max-width:640px) {
.top .main-img {
	padding: 150px 8%;
}
.concept-area {
	background-position: right top;
	background-size: 60% auto;
}
.concept-area .concept-inner {
	background: rgba(255,255,255,0.5);
}
.concept-area .comment img {
	width: 70%;
}
.news-area ul li {
	padding: 10px 0;
}
.news-area ul li .date {
    padding: 6px 5px;
}
.news-area ul li .title {
	padding-left: 120px;
}
.news-area ul li .title02 {
	color: red;
	font-size: 18px;
	margin-bottom: 10px;
	}
.news-area ul li .title03 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	}
.news-area ul li .newsb {
	padding: 10px 15px;
	margin-top: 15px;
    border: solid 5px #fcf4ef;
    overflow: hidden;
}
.contact-area .contact-list li a {
	padding: 15px 3%;
	font-size: 13px;
}
.top .menu-area .menu-list .menu-item {
	width: auto;
}
.access-area h2 {
	text-align: center;
	font-size: 22px;
}
}

@media screen and (max-width:320px) {
.contact-area .contact-list li a {
	font-size: 12px;
}
}
/* ///////////////////////////////////////////////////////////////////
faq
/////////////////////////////////////////////////////////////////// */
#faq-area .faq-item {
	margin-bottom: 60px;
}
#faq-area .faq-item h2 {
	margin-bottom: 20px;
	padding: 5px 0 5px 50px;
	font-size: 20px;
	font-weight: bold;
	background-image: url(../images/0-faq-icon-q.png);
	background-position: left top;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
#faq-area .faq-item {
	margin-bottom: 30px;
}
#faq-area .faq-item h2 {
	margin-bottom: 5px;
	background-size: 30px auto;
	font-size: 17px;
	padding: 12px 0 12px 40px;
	background-position: left 10px;
}
}
/* ///////////////////////////////////////////////////////////////////
menu
/////////////////////////////////////////////////////////////////// */
.menu .menu-list .menu-item {
	margin-bottom: 50px;
}
.menu .menu-list .menu-item .info {
	padding: 0 60px;
}
.menu .menu-list .menu-item .info h2 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}
.menu .box-area {
	width: 500px;
	margin: 0 auto;
}
.menu .box-area .table-03 th {
	width: 40%;
}
.menu .box-area .table-03 td {
	width: 50%;
}
	
@media screen and (max-width:640px) {
.menu .menu-list .menu-item .info {
	padding: 0;
}
.menu .box-area {
	width: auto;
	margin: 0 auto;
}
}
/* ///////////////////////////////////////////////////////////////////
info
/////////////////////////////////////////////////////////////////// */
.info .info-list .info-item {
	display: inline-block;
	margin: 0 1% 30px;
	width: 30%;
	vertical-align: top;
}
.info .info-list .info-item h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: url("../images/0-line-02.png");
	background-repeat: repeat-x;
	background-position: center center;
}
.info .info-list .info-item h2 span {
	padding: 0 20px;
	background: #f1e2d8;
}
@media screen and (max-width:640px) {
.info .info-list .info-item {
	margin: 0 0 30px;
	width: auto;
}
}
/* ///////////////////////////////////////////////////////////////////
recruit
/////////////////////////////////////////////////////////////////// */
.recruit .tel-box {
	text-align: center;
}
.recruit .tel-box a {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	font-size: 24px;
	text-decoration: none;
}
@media screen and (max-width:640px) {
.info .info-list .info-item {
	margin: 0 0 30px;
	width: auto;
}
}
/* ///////////////////////////////////////////////////////////////////
contact
/////////////////////////////////////////////////////////////////// */
.contact .contact-list .contact-item {
	display: inline-block;
	width: 47%;
	margin: 0 1% 10px;
	vertical-align: top;
}
.contact .contact-list .contact-item .contact-title {
	margin-bottom: 10px;
	text-align: center;
}
.contact .contact-list .contact-item .contact-title p {
	display: inline-block;
	margin: 0 !important;
}
.contact .contact-list .contact-item .contact-title p span {
	display: inline-block;
	padding: 2px 15px;
	border-radius: 100px;
	background: #ec6941;
	font-weight: bold;
	color: #fff;
}
.contact .contact-list .contact-item .contact-title h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
.contact .contact-list .contact-item .contact-main {
	background: #f8efe8;
	border-radius: 8px;
	padding: 20px;
	height: 120px;
}
.contact .contact-list .contact-item .contact-main p {
	font-size: 14px;
}
.contact .contact-list .contact-item .contact-main .number {
	margin: 20px 0 10px !important;
	font-size: 32px;
}
.contact .contact-list .contact-item .contact-main .number span {
	padding-left: 30px;
	background: url("../images/0-tel-01.png");
	background-repeat: repeat-x;
	background-position: center left;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
.contact .contact-list .contact-item {
	display: block;
	width: 94%;
	margin: 0 0 10px;
	padding: 20px 3%;
	background: #f8efe8;
	border-radius: 8px;
}
.contact .contact-list .contact-item .contact-title p {
	display: block;
	text-align: center;
	margin: -30px 0 10px !important;
}
.contact .contact-list .contact-item .contact-title h2 {
	display: block;
	text-align: center;
}
.contact .contact-list .contact-item .contact-main {
	padding: 0;
	height: auto;
}
.contact .contact-list .contact-item .contact-main .apr-list {
	text-align: center;
}
.contact .contact-list .contact-item .contact-main .apr-list .apr-item {
	display: inline-block;
	width: 38%;
	vertical-align: top;
}
.contact .contact-list .contact-item .contact-main .apr-list .apr-item:first-child {
	width: 46%;
}
}
/* ///////////////////////////////////////////////////////////////////
form
/////////////////////////////////////////////////////////////////// */
.form #form-area dl dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.form #form-area dl dt span {
	font-size: 14px;
	font-weight: normal;
}
.form #form-area dl dd {
	margin-bottom: 20px;
	padding: 0;
}
.form #form-area dl dd input[type="text"],
.form #form-area dl dd input[type="email"] {
	padding: 10px 4%;
	width: 92%;
}
.form #form-area dl dd textarea {
	padding: 10px 4%;
	width: 92% !important;
	height: 200px !important;
}
.form #form-area dl dd ul li {
	display: inline-block;
}
.form #form-area .contact-btn {
	text-align: center;
}
/*===================================================================
  other
===================================================================*/
.effect {
  transition: 1s;
}
body.no-scroll .effect  {
	opacity: 1 !important;
	padding: 0 !important;
}
.apr-list{
	margin-bottom: 20px;
}