@charset "UTF-8";
/*
#content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
}

*/

/*--------------------------*/
#header_2nd {
    width: 100%;
    height: 80px;
    margin: 0 auto;

    text-align: center;
    z-index: 2;
}
#ctn_area {
    margin: 0px 2% 0px 2%;
    text-align: left;

}
#about_upper, #corporate_upper, #inq_upper {

    width: 100%;
    text-align: center;
    padding: 0px 0px 5px 0px;
}
.t_txt {
    display: inline-block;
    font-family: "ryo-text-plusn", serif;
    font-feature-settings : "palt";
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    margin: auto;
    padding: 0px 10px 8px 10px;
    border-bottom: #000 1px solid;
}
.t_txt_e {
    font-family: 'AbelPro';
    font-feature-settings : "palt";
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
    color: #0074b8;
    padding: 8px 0px 0px 2px;
	margin: 0px 0px 20px 0px;
}
.t_copy {
    font-feature-settings : "palt";
    text-align: center;
     font-size: 70%;
    line-height: 21px;
    margin: 0px auto 10px auto;
}

#about_main, #inq_main {
    text-align: center;
    width: 100%;
    padding: 30px 0px 30px 0px;
    background-color: #fff
}
#about {
    width: 100%;
    margin: 0px auto 0px auto;
}
.t_boby {
	   font-family: "ryo-text-plusn", serif;
    font-feature-settings : "palt";
    
  margin: 0px auto 0px auto;
   width: 92%;
    text-align: left;
    font-size: 75%;
    line-height: 21px;

	letter-spacing: 0.1em;

}
#corporate_main {
    text-align: center;
    width: 100%;
    padding: 30px 0px 20px 0px;
    margin: 40px 0px 0px 0px;
    background-color: #fff
}
#corporate {
    width: 100%;
    margin: 0px auto 0px auto;
}
.corporate_table {
    width: 90%;
    font-size: 80%;
    font-feature-settings : "palt";
    text-align: left;
	    margin: 0px auto 0px auto;
}
.corporate_table td {
    padding: 14px 8px 8px 8px;
}
.corporate_table td a {
    color: #a88e32
}
.line_01 {
    border-bottom: #c6b8da 1px solid;
    font-size: 100%;
    width: 35%;
}
.line_02 {
    border-bottom: #c6b8da 1px solid;
    font-size: 100%;
}
#corporate_map {
    width: 90%;

    margin: 20px auto 0px auto;
}
#b_map {
    width: 140px;
    font-feature-settings : "palt";
    white-space: nowrap;
    text-align: center;
    font-size: 75%;
    line-height: 32px;
    margin: 20px auto 20px auto;
    padding: 0px auto 0px auto;
    background-color: #c6b8da;
    text-decoration: none;
    border-radius: 2px
}
a {
    text-decoration: none
}
#b_map:hover {
    background-color: #ccb5e5;
}
#inq {
    width: 100%;
    margin: 0px auto 0px auto;
}
.t_txt_e_mail {
    font-family: 'AbelPro';
    font-feature-settings : "palt";
    letter-spacing: 1px;
    text-align: center;
    font-size: 26px;
    color: #0074b8;
    margin: 0px 0px 10px 0px;
}
.t_txt_mail {
    font-family: "ryo-text-plusn", serif;
    font-feature-settings : "palt";
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    margin: auto;
    margin: 0px 0px 20px 0px;
    text-decoration: underline;
}
.t_txt_mail_s {
    font-feature-settings : "palt";
    text-align: center;
    font-size: 80%;
    font-weight: 300;
    margin: auto;
    margin: 0px 0px 10px 0px;
}
.t_txt_mail_02 {
    font-feature-settings : "palt";
    text-align: center;
    font-size: 100%;
    font-weight: 300;
    margin: auto;
    margin: 50px 0px 10px 0px;
    color: #0074b8;
}
.t_line {
    margin: 20px auto 0px auto;
    width: 90%;
    font-size: 80%;
    line-height: 24px;
}
.hidari {
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
    font-feature-settings : "palt";
	
    text-align: left
}
.migi {
    padding: 10px 0px 10px 0px;
    font-feature-settings : "palt";

	text-align: right
}
#naiyou, #Cname, #Cmail {
    width: 100%;
    padding: 10px 0px 10px 0px;
		font-size: 12px;
	padding: 6px
}

textarea {
	 
    outline: none;
    border: 1px solid #0074b8;
    background-color: #eaf6fd;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input[type="text"] {
	  padding: 10px 20px 10px 20px;
    outline: none;
	
    border: 1px solid #0074b8;
    background-color: #eaf6fd;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input[type="submit"] {
    font-size: 100%;
	  padding: 10px 40px 10px 40px;
    outline: none;
	color:#fff;
    border: 1px solid #0074b8;
    background-color: #0074b8;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input[type="text"]:focus, textarea:focus {
	
    box-shadow: 0 0 4px #0074b8;
    border: 1px solid #0074b8;
}
input[type="submit"]:hover {
    box-shadow: 0 0 4px #0074b8;
    border: 1px solid #0074b8;
	  background-color: #eaf6fd;
		  color:#000;
}
input[type="submit"]:focus {
    box-shadow: 0 0 4px #0074b8;
    border: 1px solid #0074b8;
}