
/*
layout
---------------------------------------------------*/

body{
	color: #683D18;
}

.head{
	background: url("../images/head_bg.jpg") no-repeat top / cover;
	height: 250px;
    display: flex;
    align-items: center;
}

.head h2{
	font-size: 2.2rem;
	color: #fff;
}

.row{
	display: flex;
}


/*
共通
---------------------------------------------------*/ 

.ttl_wrap{
	text-align: center;
	margin-bottom: 3rem;
}

.ttl_wrap h3{
	position: relative;
	color: #683D18;
	font-size: 1.8rem;
}

.ttl_wrap h3::before{
	position: absolute;
	content: '';
	height: 3px;
	width:80px;
	background: #E9C545;
	left: 0;
	right: 0;
    bottom: -0.75rem;
	margin: auto;
}



.con_btn a{
	background: #683D18;
	color: #fff;
}

.con_btn a::after {
	background: url(../images/arrows_r.svg) no-repeat center / 16px;
}

.con_btn a:hover::after{
	background: url("../images/arrows_r_brown.svg") no-repeat center / 16px;
}

.con_btn a:hover span{
  color: #683D18;
}

.con_btn a::before {
  background:#fff;
}

.contact .tel a{
	color: #fff;
}

.con_btn a:hover span::before{
	background:url("../images/mail_ico_brown.svg") no-repeat center / contain;
}





/*
vision
---------------------------------------------------*/

.vision{
	padding: 5rem 0;
}

.vision h3{
	font-size: 2rem;
	color: #F1C413;
	margin-bottom: 2rem;
	line-height: 1.4;
}

.vision .row{
	justify-content: space-between;
}

.vision .l_box{
	width: 60%;
	margin-right: 3rem;
}

.vision p{
	margin-bottom: 1rem;
	line-height: 1.8;
}

.vision .r_box{
	width: 40%;
}



/* greeting */

.greeting{
	padding: 8rem 0 5rem;
	background: #FFFCDB;
}

.greeting .ttl_wrap h3::after{
	position: absolute;
	content: '';
	top:-4.5rem;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../images/mv_deco04.svg") no-repeat center / contain;
	width: 50px;
	height: 63px;
}

.gr_top_wrap{
	align-items: flex-start;
	margin-bottom: 20px;
}

.gr_top_wrap .txt_box{
	width: 65%;
}

.gr_name{
	line-height: 1.8;
	font-size:1.2rem;
	font-weight:700;
	border-bottom: 1px solid #683D18;
	padding:0 0 10px 0;
	display: flex;
	align-items: center;
}

.gr_name span{
	font-size: 2rem;
	margin-left: 1rem;
}

.gr_top_wrap .sub_img{
	width: 35%;
	padding:0 0 0 20px;
	text-align: center;
}


.greeting .txt_box{
	margin-bottom:4rem;
	line-height: 1.8;
}

.greeting .txt_box h4{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.greeting .txt_box p{
	margin-bottom: 1rem;
}
.greeting .txt_box p:last-of-type{
	margin-bottom: 0;
}

.gr_prof_wrap{
	padding: 2rem 0;
	background: #FCF6B6;
	margin-top:3rem;
}

.gr_prof_wrap h4{
	font-size: 1.6rem;
	text-align: center;
	position: relative;
	margin-bottom: 2.5rem;
}

.gr_prof_wrap h4::before{
	position: absolute;
	content: '';
	height: 3px;
	width:80px;
	background: #E9C545;
	left: 0;
	right: 0;
    bottom: -0.75rem;
	margin: auto;
}

.gr_prof_wrap .row{
	justify-content: center;
}

.gr_prof_wrap dl{
	margin: 0 2rem;
	width: 30%;
	line-height: 1.8;
}

.gr_prof_wrap dl dt{
	background: #EABE21;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: .25rem 0;
	margin-bottom: .5rem;
}

.gr_prof_wrap dl dd{
	margin:0 .25rem;
	text-indent: -1rem;
	padding-left: 1rem;
}

.gr_prof_wrap dl dd::before{
	content: '●';
	color: #EABE21;
	margin-right: 2px;
}



/* staff */

.staff{
	padding: 8rem 0 5rem;
	background: #ededed;
}

.staff .ttl_wrap h3::after{
	position: absolute;
	content: '';
	top:-3.25rem;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../images/mv_deco02.svg") no-repeat center / contain;
	width: 50px;
	height: 45px;
}

.staff_blk{
	background: #fff;
	padding: 2rem;
	border-radius: 5px;
	box-shadow: rgba(241, 196, 19, 1) 5px 5px;
	margin-bottom: 3rem;
}


.st_prof_wrap .l_box{
	width: 20%;
	margin-right: 2rem;
}

.st_name{
    line-height: 1.4;
	margin-bottom: 1rem;
}

.st_name span{
	display: block;
	font-weight: bold;
	font-size: 2rem;
}

.st_prof_wrap .r_box{
	width: 80%;
}

.st_prof_wrap .r_box dl dt{
	font-weight: bold;
	color: #EABE21;
	margin-bottom: .25rem;
}

.st_prof_wrap .r_box dl dd{
	margin-bottom: 1.5rem;
}


.st_comment_wrap{
	margin-top: 1rem;
}

.st_comment_wrap .l_box{
	width: 15%;
}

.st_comment_wrap .r_box{
	width: 85%;
	background: #FCF6B6;
	padding: 1rem;
	border-radius: 5px;
}

.st_comment_wrap .r_box p span{
	font-weight: bold;
	display: block;
	margin-bottom: 0.25rem;
}




/*
about
---------------------------------------------------*/

.about{
	padding: 5rem 0 5rem;
}

.about dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #683D18;
}

.about dl dt {
	font-weight: bold;
	width: 20%;
	padding: 20px;
	background: #FFFCDB;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #683D18;
}

.about dl dd {
	width: 80%;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #683D18;	
}


/* history */

.history dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #683D18;
}

 .history dl dt {
	font-weight: bold;
	width: 20%;
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #683D18;
}

 .history dl dd {
	width: 80%;
	padding: 20px;
	border-bottom: 1px solid #683D18;	
}


/* access */

.access{
	padding: 5rem 0 8rem;
}

.access .l_box{
width: 50%;
}
.access .r_box{
	width: 50%;
}

.access .l_box p{
	line-height: 1.8;
}

.access .l_box p span{
	font-weight: bold;
	display: block;
	text-indent: -0.5rem;
}

.gmap{
	margin-top: 1.5rem;
	width: 100%;
}




/*
form
---------------------------------------------------*/

button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}

.form .top_txt{
	font-weight: bold;
	text-align: center;
	padding: 1rem 0 2rem;
}

.wrap-form{
	background: #FFFCDB;
	padding: 2rem;
}

.wrap-form dl dt{
	font-weight: bold;
	margin-bottom: .5rem;
}

.wrap-form dl dd{
	margin-bottom: 1rem;
}

.wrap-form dl dd input,
.wrap-form dl dd textarea{
	padding: .75rem;
	width: 100%;
}

#form_box{
	margin: 3rem auto 5rem;
}

#form_box h3{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
	
#form_box .sub_txt{
	text-align: center;
}	

#form_box input.button{
	color: #683D18;
	border:none;
	cursor: pointer;
	transition: .3s all ease;
	text-align: center;
	background: none;
	padding: 0 .75rem;
}

#form_box .button_wrap{
	text-align: center;
	margin-top: 1.5rem;
}
	
#form_box .button_wrap span{
	display: inline-block;
	position: relative;
	line-height: 1;
    transition: .3s;
}

.c_btn{
	text-align: center;
	margin-top: 2rem;
}

.c_btn a{
	position: relative;
	color: #683D18;
	transition: .3s all ease;
	display: inline-block;
	padding: 0 .75rem;
}

#form_box .button_wrap span::before,
.c_btn a::before{
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
	margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #683D18;
    border-right: 2px solid #683D18;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
}
	
#form_box .button_wrap span:hover,
.c_btn a:hover{
	opacity: .7;
}


.required{
	display: inline-block;
	background: #D50101;
	color: #fff;
	font-size: .8rem;
	border-radius: 5px;
	padding: 3px 5px;
	line-height: 1;
	margin-left: .25rem;
}

	
.input-b{
	text-align: center;
	margin-top: 1.5rem;
}

.input-b span{
	position: relative;
	display: inline-block;
	width: 300px;
	max-width: 100%;
}

.input-b .submit{
	cursor: pointer;
	font-size: 1.2rem;
    overflow: hidden;
	border-radius: 5px;
	font-weight: bold;
	background: #f1c413;
    color: #683D18;
	display: inline-block;
	text-align: center;
	padding: 1rem 1rem 1rem;
	width: 100%;
	line-height: 1;
    transition: ease .2s;
	box-shadow: rgba(0, 0, 0, 0.5) 2px 4px 8px;
	border:1px solid #f1c413;
	box-sizing: border-box;
}


.input-b span:hover .submit{
	background: #683D18;
	color: #f1c413;
}

.input-b span::after {
    background: url(../images/arrows_r_brown.svg) no-repeat center / 16px;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
	z-index: 5;
}
.input-b span:hover::after{
	background: url("../images/arrows_r_yellow.svg") no-repeat center / 16px;
	z-index: 5;
}

.form .con_f_txt{
	margin: 2rem 0 5rem 1rem;
}

.form .con_f_txt a,
#form_box .sub_txt a{
	color: #683D18;
}

.form .con_f_txt span,
#form_box .sub_txt span{
	font-weight: bold;
}








@media screen and (max-width: 768px) {
	
.head{
	height: 160px;
}

.head h2 {
	font-size: 1.6rem;
}
	
.ttl_wrap {
    margin-bottom: 2rem;
}
	
.ttl_wrap h3 {
    font-size: 1.4rem;
}	
	
	
.vision {
    padding: 2rem 0 4rem;
}
	
.vision h3 {
	font-size: 1.4rem;
	text-align: justify;
	margin-bottom:1rem;
}
	
.vision .row {
    flex-direction: column;
}
	
.vision .l_box{
    width: 100%;
    margin-right: 0;
	text-align: justify;
	font-size:.8rem;
}

.vision .r_box{
    width: 100%;
	margin-top: 1rem;
	text-align:center;
}
	
.greeting .ttl_wrap h3::after {
    top: -4rem;
    width: 40px;
    height: 50px;
}
	
.greeting {
	padding: 6rem 0 5rem;
}	
	
.gr_top_wrap{
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin: 40px 0 0;
}	
	
.gr_top_wrap .txt_box,
.gr_top_wrap .sub_img{
	width: 100%;
}
	
.gr_top_wrap .sub_img{
	padding: 0;
	line-height: 0;
}
	
.gr_top_wrap .sub_img img{
	width: 200px;
}
	
.gr_name{
	padding: 10px 0 10px 0;
}
	
.gr_name span {
	font-size: 1.2rem;
	margin-left:.5rem;
}
	

.greeting .txt_box h4 {
    font-size: 1.2rem;
    line-height: 1.5;
}
	
.greeting .txt_box {
	text-align: justify;
}

.greeting .txt_box p{
font-size:.8rem;
}
.gr_prof_wrap {
	padding: 1.5rem 1rem 0rem;
	margin-top: 2rem;
}
	
.gr_prof_wrap h4{	
    font-size: 1.2rem;
}
	
.gr_prof_wrap h4::before {
	width: 50px;
}
		
.gr_prof_wrap .row {
    flex-direction: column;
}
	
.gr_prof_wrap dl {
    margin: 0 0 1.5rem;
	width: 100%;
	font-size:.9rem;
	line-height:1.6;
}
	
	
.staff {
	padding: 6rem 0 3rem;
}
	
.staff_blk {
	padding: 1rem;
    text-align: justify;
}
	
.staff .ttl_wrap h3::after {
    top: -3rem;
    width: 40px;
    height: 36px;
}
	
.st_prof_wrap .r_box {
    width: 100%;
}

.st_prof_wrap .r_box dl dt {
font-size:.9rem;
}
.st_prof_wrap .r_box dl dd {
    margin-bottom: 1rem;
	font-size:.8rem;
}

.st_name{
	display: flex;
    align-items: center;
}
	
.st_name img{
    margin-right: 1rem;
    width: 40%;
}
	
.st_name span {
    font-size: 1.5rem;
}
	
.st_comment_wrap {
	flex-direction: column;
	margin-top: 1.75rem;
    position: relative;
}
	
.st_comment_wrap .l_box {
    width: 100%;
}
		
.st_comment_wrap .l_box img{
    position: absolute;
    top: -2.5rem;
    width: 75px;
    right: 1rem;
}
	
.st_comment_wrap .r_box {
	width: 100%;
}

.st_comment_wrap .r_box p {
	font-size:.8rem;
}

.about{
	padding: 2rem 0 3rem;
}	
	
.about dl{
	border-top:none;
	font-size:.9rem;
}	
	
.about dl dt{
	width: 100%;
	padding: .5rem .75rem;
	border-bottom:none;
	justify-content: flex-start;
}	

.about dl dd{
	width: 100%;
	padding: 1rem .75rem;
	border-bottom:none;
}
	
.about dl,
.history dl {
	margin-top: 2.5rem;
}
	
.history dl dt {
    width: 25%;
	padding: 1rem 0;
	justify-content: center;
	font-size:.9rem;
}
	
.history dl dd {
    width: 75%;
	padding: 1rem 0;
	font-size:.9rem;
}	

	
.access .row{
	flex-direction: column;
}
	
.access .l_box, .access .r_box {
    width: 100%;
}
	
	
.access .l_box{
	margin-bottom: 1rem;
	font-size:.9rem;
}
	
.gmap {
	margin-top: 1rem;
	height: 300px;
}


#form_box{
	margin: 1.5rem auto 5rem;
}
	
#form_box h3 {
    margin: 2rem auto 1rem;
}
	
.wrap-form {
    padding: 1rem 1rem 2rem;
	font-size:.9rem;
}

.form .top_txt {
    text-align: justify;
    padding: 0 0 1.5rem;
	font-size:.9rem;
}
	
.form .con_f_txt {
    text-align: justify;
    margin: 1rem 0 5rem 0;
	font-size:.8rem;
}

#form_box input[type=submit],
#form_box input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}
	
}





@media screen and (max-width: 480px) {

.vision h3 {
    font-size: 5vw;
}

#form_box .sub_txt{
	text-align: justify;
}

}

