@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: Helvetica, Arial, verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #221815;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #221815;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* -----
 * br setting
----------------------------------------------------------------------------- */
.br-sp {
  display: none;
}

/* -----
 * reset
----------------------------------------------------------------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
}

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#tk_head {
  width: 1000px;
  margin: 8px auto 16px auto;
  padding: 0; }
  #tk_head .logo {
    width: 192px;
    height: 60px;
    float: left;
    display: block; }
  #tk_head::after {
    content: "";
    display: block;
    clear: both; }

#tk_foot {
  margin: 20px auto 0 auto;
  padding: 20px 0;
  border-top: solid 1px #ccc; }
  #tk_foot .inner-section {
    width: 1000px;
    margin: 0 auto; }
    #tk_foot .inner-section .footer-menu {
      text-align: center;
      margin-bottom: 20px; }
      #tk_foot .inner-section .footer-menu a {
        font-family: Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
        display: inline-block;
        padding: 0 12px 0 8px;
        line-height: 1.4;
        font-size: 12px;
        border-right: solid 1px #666; }
      #tk_foot .inner-section .footer-menu a:last-child {
        border-style: none; }
      #tk_foot .inner-section .footer-menu a:link, #tk_foot .inner-section .footer-menu a:active {
        color: #000;
        text-decoration: none; }
      #tk_foot .inner-section .footer-menu a:visited {
        color: #000;
        text-decoration: none; }
      #tk_foot .inner-section .footer-menu a:hover {
        color: #000;
        text-decoration: underline; }
      #tk_foot .inner-section .footer-menu a:focus {
        outline: none; }
    #tk_foot .inner-section .footer-logo {
      text-align: center; }

/* -----
 * layout
----------------------------------------------------------------------------- */
p {
  text-align: justify;
  text-justify: inter-ideograph;
  color: #444;
}

p.text-indent {
  text-indent: 1em;
  margin: 0 0 10px;
}

a {
  color: #75001d;
  text-decoration: underline;
}

body {
  min-width: 1000px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

#MainVisualArea {
  background: #29353f;
  text-align: center;
}

#MainVisualArea .inner img {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

#LeadTextArea {
  color: #fff;
  background: #0a1219;
  padding: 0 0 60px;
}

#LeadTextArea .inner .sub {
  display: block;
  padding-top: 45px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

#LeadTextArea .inner h1 {
  margin: 25px auto 0;
  width: 583px;
  height: 180px;
}

#LeadTextArea .inner .lead {
  margin: 45px auto 0;
  width: 583px;
  color: #fff;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

#LeadTextArea .inner .credit {
  margin: 12px auto 0;
  display: block;
  width: 583px;
  font-size: 12px;
}

#MainTextArea {
  margin: 0 0 -20px;
  background: #ccd0d4;
}

#MainTextArea p {
  font-size: 15px;
  line-height: 28px;
}

#MainTextArea a {
  color: #75001d;
}

#MainTextArea .inner {
  background: #fff;
  padding-bottom: 40px;
}

#MainTextArea .inner.second {
  padding-top: 40px;
  padding-bottom: 0px;
}

#MainTextArea .inner .label {
  display: block;
  padding-top: 50px;
  padding-left: 60px;
  border-bottom: 1px solid #ccd0d4;
}

#MainTextArea .inner h2 {
  width: 680px;
  margin: 40px auto 0;
  font-size: 25px;
  line-height: 40px;
}

#MainTextArea .inner .talk {
  width: 680px;
  margin: 35px auto 0;
  font-size: 15px;
  line-height: 28px;
}

#MainTextArea .inner .talk th {
  width: 90px;
  text-align: left;
  vertical-align: top;
}

#MainTextArea .inner .talk td, #MainTextArea .inner .talk th {
  padding-bottom: 20px;
}

#MainTextArea .inner .talk .peek {
  color: #bf0000;
}

#MainTextArea .inner .talk .tateishi {
  color: #005fbf;
}

#MainTextArea .inner .column {
  margin-top: 40px;
  border-top: 1px solid #ccd0d4;
}

#MainTextArea .inner .column .image {
  margin-top: 60px;
  text-align: center;
}

#MainTextArea .inner .column h2 {
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  color: #004b9c;
}

#MainTextArea .inner .column p {
  width: 680px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
  color: #004b9c;
}

#MainTextArea .inner .column p .note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

#MainTextArea .inner .item {
  margin-top: 60px;
  height: 585px;
  background-image: url(../images/pc/item-bg.jpg);
}

#MainTextArea .inner .item .item-wrap {
  width: 680px;
  padding: 50px 0 0;
  margin: 0 auto 0;
}

#MainTextArea .inner .item .item-wrap .name {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecfd4;
}

#MainTextArea .inner .item .item-wrap .left-blk {
  float: left;
  margin-top: 10px;
}

#MainTextArea .inner .item .item-wrap .left-blk .image {
  border: 1px solid #cecfd4;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 2px;
}

#MainTextArea .inner .item .item-wrap .right-blk {
  float: right;
  margin-top: 10px;
  width: 415px;
}

#MainTextArea .inner .item .item-wrap .right-blk p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}

#MainTextArea .inner .item .item-wrap .right-blk .head-wrap {
  text-align: center;
}

#MainTextArea .inner .item .item-wrap .right-blk .head-wrap .head-blk {
  margin: 0 20px;
  display: inline-block;
}

#MainTextArea .inner .item .item-wrap .right-blk .head-wrap .head-blk .image {
  margin-bottom: 10px;
}

#MainTextArea .inner .item .item-wrap .right-blk .head-wrap .head-blk span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
}

#MainTextArea .inner .item .item-wrap .right-blk a {
  display: block;
  width: 150px;
  background: #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  text-align: center;
  margin-top: 35px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid #fff;
}

#MainTextArea .inner .item .item-wrap .right-blk a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
  background: transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#MainTextArea .inner #enquete {
  padding-top: 60px;
}

#MainTextArea .inner #enquete iframe{
  width:1px;
  height: 1px;
  overflow: hidden;
  display: none;
}

#MainTextArea .inner #enquete p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

#MainTextArea .inner #enquete p span {
  display: block;
  font-size: 14px;
  margin-top: 50px;
}

#MainTextArea .inner #enquete form .check, #MainTextArea .inner #enquete form .radio {
  font-size: 14px;
}

#MainTextArea .inner #enquete form .check input, #MainTextArea .inner #enquete form .radio input {
  margin-left: 20px;
  margin-right: 3px;
}

#MainTextArea .inner #enquete form .button {
  height:80px;
  margin-top: 30px;
}

#MainTextArea .inner #enquete form .button input {
  font-size: 16px;
}

#MainTextArea .inner #enquete form .button span {
  font-size: 12px;
  margin: 0;
}

#MainTextArea .black {
  background: #000;
  padding-bottom: 80px;
}

#MainTextArea .black .label {
  border-bottom: 1px solid #ccd0d4;
}

#MainTextArea .black .person-wrap {
  width: 880px;
  margin: 50px auto 0;
}

#MainTextArea .black .person.tateishi {
  width: 350px;
  float: left;
}

#MainTextArea .black .person.peek {
  width: 490px;
  float: right;
}

#MainTextArea .black .person .face {
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 133px;
  float: left;
  margin-right: 20px;
}

#MainTextArea .black .person .text {
  padding-top: 10px;
  color: #fff;
}

#MainTextArea .black .person .text h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

#MainTextArea .black .person .text h3 span {
  font-size: 11px;
}

#MainTextArea .black .person .text p {
  color: #fff;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 26px;
}

#MainTextArea .sns-area {
  width: 900px;
  margin: 45px auto 0;
  border-top: 1px solid #ccd0d4;
}

#MainTextArea .sns-area .inner {
  width: 345px;
  margin: 45px auto 0;
}

#MainTextArea .sns-area .contact {
  text-align: center;
  margin-top: 40px;
}


