@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: 14px;
  font-weight: 500;
  text-decoration: none;
}
h2 {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
h3 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #CB2C1C;
  margin-top: 20px;
}
h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
}
p {
  font-size: 12px;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #1D1E18;
}
.link_bar a:hover{
  text-decoration: underline;
  }

.lh_30 {
  line-height: 30px;
  margin-top: 25px;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.text-box02 {
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  max-width: 620px;
}
.cap_01 {
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}
.cap_02 {
  padding: 0px 6px 0px 6px;
}
/*見出し下線付き*/
.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;
}
.tokotoko-logo-main {
  width: 140px;
  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%;
}
/*ボックス系*/
.philosophy {
  padding: 0% 0px 0px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.title-box {
  letter-spacing: 0.5em;
  text-align: center;
  color: #CB2C1C;
  margin-top: 50px;
  margin-bottom: 50px;
}
.title-box-non {
  letter-spacing: 0.5em;
  text-align: center;
  color: #CB2C1C;
  margin-top: 50px;
  margin-bottom: 50px;
}
.notes {
  letter-spacing: 0.1em;
  text-align: center;
  color: #CB2C1C;
  margin-top: 20px;
}
.img-box {
  margin: 0 auto;
  text-align: center;
}
.btn-box {
  margin-top: 20px;
  margin-bottom: 120px;
}
.info-box {
  border: 1px solid #E0BC8E;
  padding: 10px 10px 10px 10px;
  margin: 30px auto 150px auto;
  line-height: 25px;
  max-width: 810px;
  text-align: justify;
}
.menu-box-01 {
  width: 100%;
  max-width: 620px;
  margin: 20px auto 20px auto;
  border: 1px solid #E0BC8E;
}
.menu-box-02 {
  width: 100%;
  max-width: 620px;
  margin: 20px auto 120px auto;
  border: 1px solid #E0BC8E;
}
.text-box {
  max-width: 360px;
  margin: -10px 0px 10px 0px;
  text-align: justify;
  text-decoration: none;
  color: #1D1E18;
  font-size: 11px;
}
/*画像系*/
img {
  display: block;
}
.img_w360px {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.img_w620px {
  max-width: 620px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.img_0001 {
  max-width: 100%;
  height: 225px;
  margin: 0 auto;
  padding: 0px 5px 0px 5px;
}
.img_0002 {
  width: 100%;
  max-width: 2000px;
  height: auto;
  margin: 0 auto;
}
.img_hero {
  width: 100%;
  padding: 0px 5px 0px 5px;
}
/*線関係*/
hr {
  height: 1px;
  background-color: #1D1E18;
  width: 60%;
  border: none;
  margin: 0 auto;
}
/*ボタン各種*/
.btn01 a {
  color: #E0BC8E;
  margin: 10px auto 5px auto;
  border: 1px solid #E0BC8E;
  border-radius: 10px;
  height: 60px;
  width: 270px;
  padding: 16px 10px 0 10px;
  text-align: center;
  display: block;
}
.btn01 a:hover {
  opacity: 0.5;
  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;
}
.order-btn a {
  text-align: center;
  display: block;
  color: #CB2C1C;
}
.tel-btn01 {
  color: #CB2C1C;
  margin: 10px 0px 10px 0px;
  border: 1px solid #CB2C1C;
  border-radius: 10px;
  height: auto;
  width: 270px;
  padding: 13px 10px 13px 10px;
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  display: block;
}
/*メニュー*/
/*ヘッダメニュー体裁
/*ヘッダメニューの位置(右寄せ)
/*メニュー横並び
/*マウスオーバー*/
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.6;
  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;
}
.linkbox_menu-01: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_menu-01:visited {
  text-decoration: none;
}
.linkbox_menu-02: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_menu-02: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;
  }
  h1 {
    display: 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%;
  }
  h2 {
    font-size: 80%;
  }
  h3 {
    font-size: 90%;
  }
  .cap_01 {
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0px 5px 0px;
    padding: 0px 5px 0px 5px;
  }
  .cap_02 {
    padding: 0px 5px 10px 5px;
  }
  .img_0001 {
    height: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-box01 {
    max-width: 620px;
    margin: 10px auto 0px auto;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
  }
  .tokotoko-logo-main {
    width: 100px;
    margin: 0px auto 30px auto;
  }
  .text-box02 {
    margin: 0 auto;
    text-align: justify;
    text-decoration: none;
    max-width: 300px;
  }
  .text-box-mobile {
    max-width: 620px;
    margin: 10px auto 10px auto;
    text-align: justify;
    line-height: 18px;
    text-decoration: none;
    font-size: 80%;
  }
  .hero {
    display: none;
  }
  .text-box {
    max-width: 170px;
    margin: -10px 8px 20px 4px;
    text-align: justify;
    text-decoration: none;
    color: #1D1E18;
    font-size: 11px;
    margin: 0 auto;
  }
  .col-md-half {
    width: 50%;
  }
  .col-md-half_50 {
    width: 50%;
  }
  .col {
    float: left;
  }
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 920px) {
  body {
    margin: 0 auto;
  }
  .style-logo {
    margin: 50px auto 50px auto;
    display: block;
    width: 220px;
  }
  .tokotoko-logo {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  .tokotoko-logo-main {
    width: 140px;
    margin: 0px auto 30px auto;
  }
  .col-md-half {
    width: 25%;
  }
  .col-md-half_50 {
    width: 50%;
  }
  .col {
    float: left;
  }
  .text-box01 {
    max-width: 620px;
    margin: 10px auto 0px auto;
    text-align: left;
    text-decoration: none;
    line-height: 25px;
  }
}
/*mobile用ここまで::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*最大幅*/
@media (min-width: 920px) {
  main {
    margin: 0 auto;
    max-width: 920px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .col-md-half_50 {
    width: 50%;
  }
  .col {
    float: left;
  }
  .text-box-mobile {
    display: none;
  }
  .hero {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .title-box-non {
    display: none;
  }
}