@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;
  scroll-behavior: smooth;
}


/*行と列の配置コード*/
.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;
}

del {
  background-image: linear-gradient(salmon, salmon);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
}

.wordBreak {
  display: inline-block;
}

/*位置決め*/
.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: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5em;
  color: #CB2C1C;
  margin-bottom: 10px;
  padding: 0em 0.5em;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 3px #CB2C1C;
  /*左線*/
}

h4 {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

p {
  font-size: 12px;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #1D1E18;
}

/*注釈*/
.note_01 {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #CB2C1C;
}

.note_02 {
  font-size: 13px;
  text-decoration: none;
  color: #CB2C1C;
}


.lh_30 {
  line-height: 50px;
  margin-top: 25px;
}


.text-box-pc p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-top: 40px;
  margin-bottom: 40px;
}



.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.text-box02 {
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  max-width: 620px;
}

/*見出し下線付き*/
.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%;
}

/*ボックス系*/


.news-box {
  letter-spacing: 0.5em;
  text-align: center;
  color: #CB2C1C;
  border: solid 1px #E0BC8E;
  border-radius: 10px;
  margin-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 810px;
  margin: 0 auto;
  background-color: #fefad4;
}


.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: 30px;
  margin-bottom: 30px;
}

.text-box {
  width: 100%;
  margin: 5px auto 50px auto;
}

.img-box {
  margin: 0 auto;
  text-align: center;
}

.btn-box {
  margin-top: 20px;
  margin-bottom: 120px;
}

/* .recommended_bento {
  margin: 0 auto;
  padding: 0px 0px 5px 0px;
} */

.bentoItem a:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

.info-box {
  border: 1px solid #E0BC8E;
  padding: 20px 20px 20px 20px;
  margin: 30px auto 100px 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 80px auto;
  border: 1px solid #E0BC8E;
}

/*画像系*/
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 {
  width: 100%;
  margin: 0 auto;
}

.img_0002 {
  width: 100%;
  max-width: 2000px;
  height: auto;
  margin: 0 auto;
}

/*線関係*/
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 auto 5px auto;
  border: 1px solid #CB2C1C;
  border-radius: 10px;
  height: auto;
  width: 270px;
  padding: 13px 10px 13px 10px;
  text-align: center;
  font-size: 23px;
  line-height: 26px;
  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 img: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 img:visited {
  text-decoration: none;
}

.linkbox_menu-01 img: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 img:visited {
  text-decoration: none;
}

.linkbox_menu-02 img: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 img: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;
}

.newsBanner {
  width: 100%;
  padding-top: 50px;
}

.newsBanner img {
  max-width: 820px;
  margin: 0 auto;
}

.bannerHighlight img:hover {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}



.menuGrid {
  display: grid;
  max-width: 890px;
  margin: 0 auto;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: start;
}




/*mobile用:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*モバイルメニュー*/
@media (max-width: 920px) {

  /*920px以下に適応される*/

  .newsBanner img {
    width: 100%;
  }

  .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: 80%;
  }

  h4 {
    font-size: 80%;
  }

  .text-box-mobile {
    max-width: 620px;
    margin: 10px auto 10px auto;
    text-align: justify;
    line-height: 18px;
    text-decoration: none;
    font-size: 80%;
  }

  .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;
  }
}

@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: 50%;
  }

  .col {
    float: left;
  }

  .text-box01 {
    max-width: 620px;
    margin: 10px auto 0px auto;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
  }

  .tel-btn01 {
    color: #CB2C1C;
    margin: 10px auto 5px auto;
    border: 1px solid #CB2C1C;
    border-radius: 10px;
    height: auto;
    width: 270px;
    padding: 13px 10px 13px 10px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }
}

/*mobile用ここまで::::::::::::::::::::::::::::::::::::::::::::*/
/*最大幅*/
@media (min-width: 920px) {
  main {
    margin: 0 auto;
    max-width: 920px;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .text-box-mobile {
    display: none;
  }
}