@charset "utf-8";

.l-container {
  width: 990px;
  margin: 70px auto 0;
}
.l-sub {
  width: 195px;
  float: left;
}
.l-main {
  width: 745px;
  float: right;
}

/*サイドバーカテゴリーボタン*/
.contact-column {
  font-size: 13px;
  background: url(/res/p/contact/img/grid.png) repeat-x top;
  padding: 10px 0 40px;
}
.contact-column h2 {
  font-size: 11px;
  color: #999;
  padding: 10px 0;
}
.contact-column ul {
  padding:20px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.contact-column ul:last-child{
  border-top: none;
}
.contact-column ul li {
  height:38px;
  line-height:38px;
}
.contact-column ul li a{
  padding:0 0 0 10px;
  font-size:10px;
  color: #656565;
  background: url(/res/p/contact/img/img-arrow.gif) no-repeat left center;
}
.contact-column ul li a:hover {
  color: #000;
}

.contact-title {
  margin:0 0 30px 0;
  font-size:31px;
  color: #656565;
  letter-spacing: 0.01em;
  font-weight: normal;
  background: url(/res/p/contact/img/grid.png) repeat-x top;
  padding: 48px 0 28px 0;
  border-bottom:1px solid #ccc;
  text-align:center;
}
.contact-sub-title {
  margin:50px 0 38px;
  font-size:15px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic", serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.form-required{
  color: #990000;
}
.contact__text{
  margin:0 0 10px 0;
  line-height:2em;
}
.contact__foot--text {
  margin: 24px 0 -5px 1px;
  line-height: 1.67;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic", serif !important;
}
.contact__text a { text-decoration: underline; }

.form__wrap{
  width:745px;
  margin:0 auto 60px;;
}
.form__section{
  display:table;
  border-bottom:1px solid #fff;
}
.form__section--name,
.form__section--input,
.form__section--text,
.form__section--select,
.form__section--check,
.form__section--radio,
.form__section--value{
  width:505px;
  padding:20px;
  display:table-cell;
  vertical-align: middle;
  background:#f5f5f5;
}
.form__section--name{
  width:180px;
  padding:0 0 0 20px;
  background:#e5e5e5;
}
.form__section input[type=text]{
  width:100%;
  height:25px;
  line-height:25px;
  border:1px solid #f5f5f5;
  text-indent:8px;
}
.form__section--input .form__radio{
  padding:5px 0;
  display:block;
}
.form__section--select #address1,.form__section--select #address2,.form__section--input #email{
  margin:0 0 10px 0;
}
.form__section textarea{
  width:100%;
  height:300px;
  border:1px solid #f5f5f5;
}
.form__section--attention{
  margin:10px 0 0 0;
  font-size:10px;
  color: #990000;
  display:block;
}
.form__button{
  margin:30px 0 0 0;
}
.form__button ul{
  text-align:center;
}
.form__button ul li{
  margin:0 6px;
  display:inline-block;
}
.form__button ul li input{
  width:300px;
  height:60px;
  background:#333;
  vertical-align:middle;
  border:none;
  color:#fff;
}

/*
 * index.html
 */
.contact__text02 { margin: 30px 0 0; }

.contact-info {
  display: table;
  width: 100%;
}
.contact-info h3 {
  display: table-cell;
  width: 30%;
  font-weight: normal;
  background: #e5e5e5;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px;
}
.contact-info p,
.contact-info ul {
  display: table-cell;
  vertical-align: top;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  padding: 20px;
}
.contact-info ul li {
  width: 400px;
  overflow: hidden;
}
.contact-info ul li + li { margin: 8px 0 0; }
.contact-info ul li span { float: right; }
.contact-info p a { text-decoration: underline; }

.contact-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  margin: 0 0 60px;
  text-align: center;
}
.contact-link p {
  padding: 20px;
  float: left;
}
.contact-link a {
  display: block;
  width: 350px;
  height: 69px;
  padding: 17px 0 0 2px;
  font-size: 18px;
  font-weight: bold;
  background: #333;
  vertical-align: middle;
  border: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-sizing: border-box;
}
.contact-link a span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}
.contact-link a:hover { opacity: .6; }

/*
 * appointment.html
 * reservation.html
 */
.contact-flow {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  padding: 20px;
  margin: 20px 0 30px;
}
.contact-flow ol { padding: 0 0 0 20px; }
.contact-flow ol li {
  line-height: 1.6;
  margin: 15px 0 0;
}
.contact-flow ol li a { text-decoration: underline; }
.contact-btn {
  text-align: center;
  margin: 0 0 50px;
}
.contact-btn a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  background: #333;
  vertical-align: middle;
  border: none;
  color: #fff;
  padding: 20px 40px;
  text-decoration: none;
}
.contact-btn a span {
  font-size: 14px;
  font-weight: normal;
}
.contact-btn a:hover { opacity: .6; }

.appointment-profile {
  border-top: 1px dotted #999;
  margin: 0 0 30px;
}
.appointment-profile h3 {
  font-size: 17px;
  margin: 30px 0 25px;
}
.appointment-staff {
  display: table;
  background: url(/res/p/contact/img/line.gif) no-repeat top;
  padding: 10px 0 0;
}
.appointment-staff-img {
  display: table-cell;
  padding: 20px 35px 0 20px;
}
.appointment-staff-profile { display: table-cell; }
.appointment-staff-profile ul li {
  position: relative;
  line-height: 1.7;
  margin: 10px 0 0;
}
.appointment-staff-profile ul li:last-child { padding: 30px 0 0; }
.appointment-staff-profile ul li:last-child:before {
  content: '---';
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.appointment-staff-profile ul li span { font-size: 16px; }
.appointment-staff-profile p {
  border: 1px solid #999;
  line-height: 1.7;
  padding: 20px;
  margin: 20px 0 40px;
}

.form__annotation-text{
  margin: 20px 0 0;
}
.form__annotation-text a{
  text-decoration: underline;
}
.form__annotation-text a:hover{
  text-decoration: none;
}