@charset "UTF-8";
/* CSS Document */
/*リセットCSS*/
html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
}
/*行と列の配置コード*/
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
header {
  margin: 0px 0px 50px 0px;
}
/*.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}*/
body {
  margin: 0;
}
main {
  margin: 0 auto;
}
/*位置決め*/
.sns_box {
  display: flex;
  justify-content: center;
  margin: 10px 0px 30px 0px;
}
.sns_box_f img{
  margin-right: 20px;
  width: 36px;
  height: 36px;
}
.sns_box_i img{
  width: 36px;
  height: 36px;
}
/*テキストスタイル*/
h1 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
h2 {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}
h3 {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #CB2C1C;
}
p {
  font-size: 12px;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #1D1E18;
}
.lh_30 {
  line-height: 30px;
}
/*見出し下線付き*/
.underbar {
  display: inline-block;
  border-bottom: 3px solid #CB2C1C;
  padding-bottom: 10px;
}
/*ロゴ関係*/
.style-logo {
  margin: 50px auto 50px auto;
  display: block;
  width: 180px;
}
.tokotoko-logo {
  width: 100px;
  margin: 0px auto 10px auto;
}
/*グローバルナビ*/
.style-nav ul li {
  display: inline-block;
  margin: 0 auto;
}
.style-nav ul {
  text-align: center;
}
ul {
  list-style-type: none;
  background: #E0BC8E;
}
ul li a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 27px 28px 0px 28px;
  height: 80px;
}
nav li a:hover {
  border-bottom: 3px solid #CB2C1C;
  color: #CB2C1C;
}
/*グローバルナビここまで*/
/*レイアウト系*/
.col {
  width: 100%;
}
.topmessage {
  margin: 30px 0px 35px 0px;
}
.message {
  max-width: 620px;
}
.w620 {
  max-width: 620px;
  margin: 0 auto;
}
/*ボックス系*/
.philosophy {
  padding: 10% 0px 0px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.title-box {
  letter-spacing: 0.5em;
  text-align: center;
  color: #CB2C1C;
  margin-bottom: 50px;
}
.text-box {
  max-width: 360px;
  margin: 5px auto 50px auto;
  text-align: justify;
}
.img-box {
  margin: 0 auto;
  text-align: center;
}
/*画像系*/
img {
  display: block;
}
.img_w360px {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.img_0000 {
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
}
/*線関係*/
hr {
  height: 1px;
  background-color: #1D1E18;
  width: 60%;
  border: none;
  margin: 0 auto;
}
/*メニュー*/
/*ヘッダメニュー体裁
/*ヘッダメニューの位置(右寄せ)
/*メニュー横並び
/*マウスオーバー*/
nav ul li a:hover, nav ul li a.active {
  color: #CB2C1C;
  background: #E0BC8E;
}
/*ハンバーガー*/
.menu-toggle {
  background: #E0BC8E;
  width: 100%;
  padding: 16px;
  color: #fff;
  line-height: 0px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  display: none;
}
/*メニューここまで*/
/*効果系*/
.linkbox:hover {
  opacity: 0.3;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.linkbox:visited {
  text-decoration: none;
}
/*フッター*/
.footer-txt {
  text-align: center;
  font-size: 12px;
}
.footer-logo {
  margin: 30px auto 20px auto;
  display: block;
  width: 100px;
}
footer {
  margin: 100px auto 30px auto;
}
/*mobile用::::::::::::::::::::::::::::::::::::::::::::*/
/*モバイルメニュー*/
@media (max-width: 920px) {
  /*920px以下に適応される*/
  .wide_menu {
    display: none
  }
  .style-nav ul li {
    display: block;
  }
  main {
    margin-left: 15px;
    margin-right: 15px;
  }
  a {
    font-size: 100%;
    text-decoration: none;
  }
  /*ハンバーガー*/
  .menu-toggle {
    display: block;
  }
  header {
    padding: 0 0px;
  }
  .menu-toggle {
    display: block;
  }
  header nav.active {
    left: 0;
  }
  header nav ul {
    display: block;
    text-align: center;
  }
  header nav ul li a {
    border-bottom: 1px solid #fff;
  }
  .text {
    top: 40%;
    left: 25%;
    width: 60%;
  }
  nav {
    position: absolute;
    width: 100%;
    height: calc(108vh - 50px);
    background: #E0BC8E;
    top: 186px;
    left: -100%;
    transition: 0.2s;
    z-index: 1;
  }
  nav ul {
    display: block;
    text-align: center;
  }
  #menubtn {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 12px 0px 6px 0px;
    height: 23.5px;
    font-size: 18px;
  }
  p {
    font-size: 80%;
  }
}
@media (min-width: 920px) {
  body {
    margin: 0 auto;
  }
  .style-logo {
    margin: 50px auto 50px auto;
    display: block;
    width: 220px;
  }
  .tokotoko-logo {
    width: 140px;
    margin: 0px auto 10px auto;
  }
  .col-md-half {
    width: 50%;
  }
  .col {
    float: left;
  }
}
/*mobile用ここまで::::::::::::::::::::::::::::::::::::::::::::*/
/*最大幅*/
@media (min-width: 900px) {
  main {
    margin: 0 auto;
    max-width: 900px;
  }
}