@charset "UTF-8";
/* CSS Document */
/* *Theme Name:ORIGINAL
 * *Description:松本重幸リニューアル時のテーマ
 * *Author:2COLUMN
 * *Author URI:http://2column.net/
 * *Version:1.0 */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

[hidden], command, datalist, menu[type=context], rp, source {
  display: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, waku, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

body {
  font-family: Helvetica, Lucia Bright, Verdana, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#header {
  width: 100%;
  border-bottom: solid 1px #3E3A39;
}
#header #sns-w {
  width: 100%;
  background: #3E3A39;
  color: #fff;
}
#header #sns {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  height: 18px;
}
#header #sns a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  height: 12px;
  line-height: 18px;
  vertical-align: middle;
}
#header #sns a img {
  display: inline-block;
  margin-right: 3px;
}

#header-main-w {
  width: 1000px;
  height: 120px;
  margin: 0 auto;
  display: table;
}
#header-main-w a#logo {
  display: block;
  float: left;
  width: 250px;
  padding-top: 22px;
}
#header-main-w ul {
  display: table;
  float: right;
  width: 700px;
}
#header-main-w li {
  display: table-cell;
  width: 20%;
  padding-top: 30px;
  text-align: center;
}
#header-main-w li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#header-main-w li a .menu1 {
  display: inline-block;
  font-size: 10px;
  border-bottom: solid 1px #E6DD9C;
  padding: 5px 0;
}
#header-main-w li a .menu2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 2px;
}

#slider-w {
  width: 100%;
  background: #3E3A39;
}

#slider {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

#top-info {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
#top-info h2 {
  text-align: center;
  margin-bottom: 40px;
}
#top-info h2 .title1 {
  display: inline-block;
  font-size: 10px;
  border-bottom: solid 1px #E6DD9C;
  padding: 5px 0;
}
#top-info h2 .title2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 2px;
}
#top-info li {
  background: #F6F7F7;
  display: table;
  float: left;
  margin-bottom: 20px;
  width: 486px;
}
#top-info li:nth-child(2n) {
  float: right;
}
#top-info li:nth-child(2n+1) {
  clear: both;
  float: left;
}
#top-info li a {
  display: block;
  text-decoration: none;
}
#top-info .info1, #top-info .info2, #top-info .info3 {
  display: table-cell;
}
#top-info .info1 {
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Lucia Bright, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  padding: 10px 0px 10px 10px;
  width: 92px;
}
#top-info .info2 {
  font-size: 11px;
  color: #3E3A39;
  padding: 10px;
  width: 340px;
}
#top-info .info2 span {
  display: block;
  text-decoration: underline;
  color: #D1B970;
  font-size: 13px;
}
#top-info .info3 {
  background: #EEEEEE;
  width: 54px;
  text-align: center;
  vertical-align: middle;
}
#top-info a#info-more {
  display: block;
  width: 210px;
  text-align: center;
  color: #3E3A39;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background: #E6DD9C;
  -moz-box-shadow: 0px 3px 0px 0px #D1B970;
  -webkit-box-shadow: 0px 3px 0px 0px #D1B970;
  -o-box-shadow: 0px 3px 0px 0px #D1B970;
  -ms-box-shadow: 0px 3px 0px 0px #D1B970;
  height: 33px;
  line-height: 36px;
  margin: 0 auto;
}

#top-concept-w {
  background: #3E3A39;
  color: #fff;
  width: 100%;
  padding: 40px 0;
}

#top-concept {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
#top-concept h2 {
  text-align: center;
  margin-bottom: 40px;
}
#top-concept h2 .title1 {
  display: inline-block;
  font-size: 10px;
  border-bottom: solid 1px #E6DD9C;
  padding: 5px 0;
}
#top-concept h2 .title2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 2px;
}

#top-concept-main {
  display: table;
}

#top-concept-left, #top-concept-right {
  display: table-cell;
  padding: 0 20px;
  width: 50%;
}

#top-concept-left h3, #top-concept-right h3 {
  font-size: 20px;
  color: #E6DD9C;
}

#top-concept-left h4, #top-concept-right h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

#top-concept-left p, #top-concept-right p {
  font-size: 13px;
  margin-bottom: 20px;
}

#top-profile {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
#top-profile h2 {
  text-align: center;
  margin-bottom: 40px;
}
#top-profile h2 .title1 {
  display: inline-block;
  font-size: 10px;
  border-bottom: solid 1px #E6DD9C;
  padding: 5px 0;
}
#top-profile h2 .title2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 2px;
}

#top-profile-main {
  display: table;
}

#top-profile-left, #top-profile-right {
  display: table-cell;
  padding: 0 20px;
  width: 50%;
  vertical-align: top;
}

#top-profile-left-main {
  width: 236px;
  margin: 0 auto;
}
#top-profile-left-main a {
  display: block;
  width: 236px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  height: 33px;
  line-height: 36px;
  margin-top: 10px;
}
#top-profile-left-main a img {
  display: inline-block;
  margin-right: 5px;
}
#top-profile-left-main a#f-link {
  color: #fff;
  background: #3A5598;
  -moz-box-shadow: 0px 3px 0px 0px #2E4472;
  -webkit-box-shadow: 0px 3px 0px 0px #2E4472;
  -o-box-shadow: 0px 3px 0px 0px #2E4472;
  -ms-box-shadow: 0px 3px 0px 0px #2E4472;
}
#top-profile-left-main a#ins-link {
  color: #fff;
  background: #d71555;
  -moz-box-shadow: 0px 3px 0px 0px #b51251;
  -webkit-box-shadow: 0px 3px 0px 0px #b51251;
  -o-box-shadow: 0px 3px 0px 0px #b51251;
  -ms-box-shadow: 0px 3px 0px 0px #b51251;
}
#top-profile-left-main a#b-link {
  color: #3E3A39;
  background: #E6DD9C;
  -moz-box-shadow: 0px 3px 0px 0px #D1B970;
  -webkit-box-shadow: 0px 3px 0px 0px #D1B970;
  -o-box-shadow: 0px 3px 0px 0px #D1B970;
  -ms-box-shadow: 0px 3px 0px 0px #D1B970;
}

#top-profile-right {
  font-size: 12px;
}
#top-profile-right p {
  margin-bottom: 20px;
  line-height: 160%;
}

#footer1-w {
  background: #3E3A39;
}

#footer1 {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  background: url(img/img7.png) no-repeat;
  background-size: 209px 70px;
  background-position: 20px center;
  height: 94px;
  padding: 40px 0;
}
#footer1 ul {
  float: right;
  margin-bottom: 30px;
}
#footer1 li {
  float: left;
}
#footer1 a {
  color: #fff;
  font-size: 12px;
  margin: 0 30px;
}
#footer1 p {
  float: right;
  font-size: 12px;
  margin-right: 20px;
}

a#f-contact {
  clear: both;
  float: right;
  display: block;
  width: 210px;
  text-align: center;
  color: #3E3A39;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background: #E6DD9C;
  -moz-box-shadow: 0px 3px 0px 0px #D1B970;
  -webkit-box-shadow: 0px 3px 0px 0px #D1B970;
  -o-box-shadow: 0px 3px 0px 0px #D1B970;
  -ms-box-shadow: 0px 3px 0px 0px #D1B970;
  height: 33px;
  line-height: 36px;
  margin: 0 auto;
}

#footer2 {
  background: #EEEEEE;
  text-align: center;
  font-size: 14px;
  height: auto;
  line-height: 60px;
}

/* ギャラリーページ設定 */
#gallery-w {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
#gallery-w h2 {
  text-align: center;
  margin-bottom: 40px;
}
#gallery-w h2 .title1 {
  display: inline-block;
  font-size: 10px;
  border-bottom: solid 1px #E6DD9C;
  padding: 5px 0;
}
#gallery-w h2 .title2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 2px;
}

ul#gallery-list {
  margin: 0 auto;
  width: 700px;
}

#gallery-list li {
  float: left;
}
#gallery-list li a {
  display: block;
  text-align: center;
  color: #3E3A39;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background: #E6DD9C;
  -moz-box-shadow: 0px 3px 0px 0px #D1B970;
  -webkit-box-shadow: 0px 3px 0px 0px #D1B970;
  -o-box-shadow: 0px 3px 0px 0px #D1B970;
  -ms-box-shadow: 0px 3px 0px 0px #D1B970;
  height: 33px;
  line-height: 36px;
  margin: 0 10px;
  padding: 0 10px;
}
#gallery-list li a#ins-link {
  color: #fff;
  background: #d71555;
  -moz-box-shadow: 0px 3px 0px 0px #b51251;
  -webkit-box-shadow: 0px 3px 0px 0px #b51251;
  -o-box-shadow: 0px 3px 0px 0px #b51251;
  -ms-box-shadow: 0px 3px 0px 0px #b51251;
}

.gallery-loop {
  padding: 40px 0;
}
.gallery-loop h3 {
  border-bottom: solid 1px #E6DD9C;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  font-size: 15px;
  font-weight: bold;
}
.gallery-loop ul {
  padding: 50px 0;
}
.gallery-loop li {
  width: 208px;
  float: left;
  margin-right: 56px;
  margin-bottom: 30px;
}
.gallery-loop li a {
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  background-color: #fcfcfc;
}
.gallery-loop li a img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.gallery-loop li:nth-child(4n) {
  margin-right: 0;
}
.gallery-loop li span {
  background: #F6F7F7;
  display: block;
  font-size: 15px;
  padding: 10px;
  text-decoration: underline;
  text-align: center;
}

.contact-p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 160%;
}

#trust-form {
  width: 70% !important;
  margin: 0 auto !important;
  font-size: 13px !important;
}

div#trust-form.contact-form table th {
  width: 30%;
}
div#trust-form.contact-form table td {
  width: 70%;
}

/* informatin-main */
#entry-date {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Lucia Bright, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #000;
  padding: 10px 0;
}

#entry-title {
  color: #D1B970;
  border-bottom: solid 1px #D1B970;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}

#entry-main {
  font-size: 13px;
  line-height: 200%;
  padding: 10px;
  margin: 20px 0 40px 0;
  border-bottom: solid 1px #D1B970;
  padding-bottom: 20px;
}

a#info-link {
  display: block;
  width: 100%;
  text-align: center;
  color: #3E3A39;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background: #E6DD9C;
  -moz-box-shadow: 0px 3px 0px 0px #D1B970;
  -webkit-box-shadow: 0px 3px 0px 0px #D1B970;
  -o-box-shadow: 0px 3px 0px 0px #D1B970;
  -ms-box-shadow: 0px 3px 0px 0px #D1B970;
  height: 33px;
  line-height: 36px;
  margin: 0 auto;
}

#entry-main img {
  max-width: 100%;
  height: auto;
}

/* 言語スイッチャースタート */
.qtranxs_language_chooser {
  width: 1000px;
  margin: 0 auto;
  height: 24px;
}
.qtranxs_language_chooser li {
  float: right;
  margin-left: 24px;
}
.qtranxs_language_chooser a {
  color: #fff;
  padding-left: 27px;
  font-size: 12px;
}

/* 言語スイッチャーエンド */
#footer2 small {
  font-size: 12px;
  display: block;
  line-height: 140%;
  padding-top: 20px;
}

.wpcf7 table {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
}
.wpcf7 table th {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
.wpcf7 table td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}

.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: auto;
}