@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, 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;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
  }
  html#underlayer, body#underlayer {
    background: url(../img/01.jpg) repeat;
  }
  html#agetaro_underlayer, body#agetaro_underlayer {
    border: 10px solid #FEE102;
  }
  /* ------------ spMaterial-i ------------ */
  .spmaterial-i, #page_top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ clearfix ------------ */
  .clearfix {
    zoom: 1;
  }
  .clearfix::after {
    display: block;
    content: "";
    clear: both;
  }
  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center;
  }
  #top_loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -6px;
    z-index: 4000;
  }
  #top_loaderbg #loader .loader {
    width: 12px;
    height: 12px;
    border-top: 2px solid #d69a9d;
    border-bottom: 2px solid #d69a9d;
    border-right: 2px solid #D00B17;
    border-left: 2px solid #D00B17;
    animation: loader_01 0.75s ease infinite;
    border-radius: 100%;
  }
  @keyframes loader_01 {
    to {
      transform: rotate(180deg);
    }
  }
  /* ------------ top_obaraya ------------ */
  #top_obaraya {
    background: url(../img/01.jpg) repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 70px 0;
    overflow: hidden;
  }
  #top_obaraya figure.i_01 {
    display: none;
  }
  #top_obaraya figure.i_02 {
    display: none;
  }
  #top_obaraya figure.i_03 {
    display: none;
  }
  #top_obaraya .inner_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 40;
  }
  #top_obaraya .inner_box h1 {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000;
  }
  #top_obaraya .inner_box figure.i_04 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #top_obaraya .inner_box figure.i_04 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box figure.i_05 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #top_obaraya .inner_box figure.i_05 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box ul li {
    width: 90%;
    list-style: none;
    margin: 20px auto 0;
  }
  #top_obaraya .inner_box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top_obaraya .inner_box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /* ------------ top_agetoro ------------ */
  #top_agetoro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background-color: #ffe100;
  }
  #top_agetoro .inner_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 40;
  }
  #top_agetoro .inner_box h2 {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    color: #000;
  }
  #top_agetoro .inner_box figure.i_06 {
    max-width: 100%;
    margin: 10px auto 0;
  }
  #top_agetoro .inner_box figure.i_06 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_agetoro .inner_box ul li {
    width: 80%;
    margin: 30px auto 0;
    list-style: none;
  }
  #top_agetoro .inner_box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top_agetoro .inner_box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_agetoro .inner_box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top_agetoro .inner_box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top_kankado ------------ */
  #top_kankado {
    background: url(../kankado/img/01@2x.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
  }
  #top_kankado .inner_box {
    width: 90%;
    margin: 0 auto;
    z-index: 40;
  }
  #top_kankado .inner_box h2 {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    color: #000;
  }
  #top_kankado .inner_box figure {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #top_kankado .inner_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box figure.i_07 {
    width: 90%;
    margin: 20px auto 0;
  }
  #top_kankado .inner_box figure.i_07 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box ul li {
    width: 80%;
    margin: 30px auto 0;
    list-style: none;
  }
  #top_kankado .inner_box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top_kankado .inner_box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top_kankado .inner_box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top_footer ------------ */
  #top_footer {
    padding: 50px 0 0 0;
    text-align: center;
    background: #000;
  }
  #top_footer p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top_footer p.name {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #top_footer .copy {
    margin: 20px 0 0 0;
    background: #000;
    padding: 20px;
  }
  #top_footer .copy p {
    font-size: 10px;
    line-height: 1;
    font: normal 1rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #666;
  }
  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 50px;
    background: #D00B17;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
  }
  #header .inner_box {
    position: relative;
  }
  #header .inner_box figure {
    display: none;
  }
  #header .inner_box h1 {
    position: absolute;
    left: 10px;
    top: 8px;
    max-width: 150px;
  }
  #header .inner_box h1 img {
    width: 100%;
    vertical-align: bottom;
  }
  #header .inner_box #bars {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #000;
    z-index: 300;
  }
  #header .inner_box #bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #header .inner_box #bars .bar-1 {
    margin: -11px 0 0 -15px;
  }
  #header .inner_box #bars .bar-2 {
    margin: -1px 0 0 -15px;
  }
  #header .inner_box #bars .bar-3 {
    margin: 9px 0 0 -15px;
  }
  #header .inner_box .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #header .inner_box .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #header .inner_box .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #header .inner_box .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #header .inner_box .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #header .inner_box .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  /* ------------ #g_nav ------------ */
  #g_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    overflow: scroll;
  }
  #g_nav .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #g_nav.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  #g_nav .inner_box {
    max-width: 60%;
    margin: 50px auto 0;
    text-align: center;
  }
  #g_nav .inner_box figure {
    width: 100%;
    margin: 50px auto 0;
  }
  #g_nav .inner_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #g_nav .inner_box figure:first-of-type {
    margin: 0 auto;
  }
  #g_nav .inner_box ul.link_text {
    margin: 30px 0 0 0;
  }
  #g_nav .inner_box ul.link_text li {
    list-style: none;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
  }
  #g_nav .inner_box ul.link_text li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 0;
  }
  #g_nav .inner_box ul.link_text li a:link, #g_nav .inner_box ul.link_text li a:visited, #g_nav .inner_box ul.link_text li a:active {
    text-decoration: none;
    color: #fff;
  }
  #g_nav .inner_box ul.link_text li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #g_nav .inner_box ul.shop_box {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  #g_nav .inner_box ul.shop_box li {
    width: 40%;
    margin: 0 5%;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #g_nav .inner_box ul.shop_box li a {
    display: block;
    background: #D00B17;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 0;
  }
  #g_nav .inner_box ul.shop_box li a:link, #g_nav .inner_box ul.shop_box li a:visited, #g_nav .inner_box ul.shop_box li a:active {
    text-decoration: none;
    color: #fff;
  }
  #g_nav .inner_box ul.shop_box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #g_nav .inner_box ul.shop_box li a.c_01 {
    background: #FFE102;
    color: #000;
  }
  #g_nav.agetaro {
    top: 0;
  }
  #g_nav.agetaro .inner_box {
    margin: 100px auto 0;
  }
  /* ------------ main#sub ------------ */
  main#sub {
    margin: 50px 0 0 0;
  }
  /* ------------ shop_name ------------ */
  #shop_name {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../obaraya/img/16@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  #shop_name .wrap_box {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
  }
  #shop_name .wrap_box h2 {
    font-size: 24px;
    line-height: 1.5;
    font: normal 2.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #shop_name .wrap_box p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #shop_name.kaji {
    background: url(../obaraya/img/24@2x.jpg) no-repeat center center;
  }
  /* ------------ c_title ------------ */
  .c_title {
    text-align: center;
    margin: 80px auto 0;
  }
  .c_title .wrap_box {
    background: #32190E;
    display: inline-block;
    padding: 10px 10px 15px 10px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  .c_title .wrap_box figure {
    display: table-cell;
    width: 30px;
  }
  .c_title .wrap_box figure img {
    width: 100%;
  }
  .c_title .wrap_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    font: normal 2.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  .c_title:first-of-type {
    margin: 40px auto 0;
  }
  /* ------------ about_box ------------ */
  #about_box {
    padding: 50px 5%;
    box-sizing: border-box;
    text-align: center;
  }
  #about_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  #about_box .title_box figure {
    display: table-cell;
    width: 30px;
  }
  #about_box .title_box figure img {
    width: 100%;
  }
  #about_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    font: normal 2.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  #about_box .wrap_box {
    margin: 20px 0 0 0;
  }
  #about_box .wrap_box figure {
    width: 75%;
    margin: 0 auto;
  }
  #about_box .wrap_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #about_box .wrap_box .text_box {
    width: 100%;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #about_box .wrap_box .text_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
  }
  /* ------------ concept_box ------------ */
  #concept_box {
    width: 95%;
    padding: 40px 5%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    background: url(../obaraya/img/05.jpg) repeat top center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    outline: 3px solid #32190E;
    outline-offset: -10px;
  }
  #concept_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 5px 0;
    margin: 0 0 30px 0;
  }
  #concept_box .title_box figure {
    display: table-cell;
    width: 30px;
  }
  #concept_box .title_box figure img {
    width: 100%;
  }
  #concept_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2;
    font: normal 2.4rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    text-align: left;
  }
  #concept_box h3 {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 15px 0;
    margin: 50px auto 0;
    background: #D00B17;
    font-size: 16px;
    line-height: 1;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
  }
  #concept_box h3:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 160px;
    height: 300%;
    content: "";
    transform: rotate(25deg);
    background: #000;
  }
  #concept_box h3 span {
    font-size: 16px;
    line-height: 1;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 15px;
    padding-left: 16px;
    color: #fff;
    text-shadow: none;
  }
  #concept_box h3:first-of-type {
    margin: 0 auto;
  }
  #concept_box .wrap_box {
    margin: 50px auto 0;
  }
  #concept_box .wrap_box figure {
    width: 85%;
    margin: 0 auto;
  }
  #concept_box .wrap_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept_box .wrap_box .text_box {
    width: 100%;
    text-align: center;
  }
  #concept_box .wrap_box .text_box h4 {
    font-size: 28px;
    line-height: 1.2;
    font: normal 2.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #32190E;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
  #concept_box .wrap_box .text_box h4 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #concept_box .wrap_box .text_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 20px 0 0 0;
    text-align: left;
  }
  #concept_box .wrap_box .text_box p.read {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 20px 0 0 0;
    text-align: center;
  }
  /* ------------ menu_box ------------ */
  #menu_box {
    width: 95%;
    padding: 40px 5%;
    margin: 50px auto 0;
    box-sizing: border-box;
    text-align: center;
    background: url(../obaraya/img/05.jpg) repeat top center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    outline: 3px solid #32190E;
    outline-offset: -10px;
  }
  #menu_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 5px 0;
    margin: 0 0 30px 0;
  }
  #menu_box .title_box figure {
    display: table-cell;
    width: 30px;
  }
  #menu_box .title_box figure img {
    width: 100%;
  }
  #menu_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2;
    font: normal 2.4rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    text-align: left;
  }
  #menu_box p {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #D00B17;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 700;
  }
  #menu_box h3 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 50px auto 0;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: rgba(255, 255, 255, 0.4);
  }
  #menu_box h3:first-of-type {
    margin: 0 auto;
  }
  #menu_box ul.img_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #menu_box ul.img_menu li {
    list-style: none;
    width: 47%;
    margin: 30px 0 0 0;
  }
  #menu_box ul.img_menu li figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #menu_box ul.img_menu li h4 {
    font-size: 18px;
    line-height: 1.2;
    font: normal 1.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    margin: 10px 0;
  }
  #menu_box ul.img_menu li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #32190E;
    border-bottom: 1px dotted #32190E;
    padding: 5px 0;
  }
  #menu_box ul.img_menu li dl dt {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: left;
  }
  #menu_box ul.img_menu li dl dd {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: right;
  }
  #menu_box ul.img_menu li dl:last-of-type {
    border-bottom: none;
  }
  #menu_box ul.img_menu::after {
    display: block;
    content: "";
    width: 48%;
  }
  #menu_box ul.text_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  #menu_box ul.text_menu li {
    list-style: none;
    width: 48%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #32190E;
    padding: 10px 0;
    color: #32190E;
  }
  #menu_box ul.text_menu li span.name {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: left;
  }
  #menu_box ul.text_menu li span.price {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    white-space: nowrap;
  }
  #menu_box figure.signboard {
    width: 100%;
    margin: 20px auto 0;
  }
  #menu_box figure.signboard img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ news_box ------------ */
  #news_box {
    background: #fff;
    margin: 50px auto 0;
    padding: 40px 5%;
    text-align: center;
  }
  #news_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 5px 0;
  }
  #news_box .title_box figure {
    display: table-cell;
    width: 30px;
  }
  #news_box .title_box figure img {
    width: 100%;
  }
  #news_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2;
    font: normal 2.4rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    text-align: left;
  }
  #news_box ul {
    margin: 30px 0 0 0;
  }
  #news_box ul li {
    list-style: none;
    width: 100%;
    margin: 0;
  }
  #news_box ul li:nth-child(1) h3 {
    max-width: 100px;
    margin: 0 auto 10px;
  }
  #news_box ul li:nth-child(1) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #news_box ul li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  #news_box ul li:nth-child(2) iframe {
    height: 350px !important;
  }
  #news_box ul li:nth-child(2) h3 {
    max-width: 130px;
    margin: 0 auto 10px;
  }
  #news_box ul li:nth-child(2) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ shop_box ------------ */
  #shop_box {
    padding: 50px 5%;
    box-sizing: border-box;
    text-align: center;
  }
  #shop_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  #shop_box .title_box figure {
    display: table-cell;
    width: 30px;
  }
  #shop_box .title_box figure img {
    width: 100%;
  }
  #shop_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    font: normal 2.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  #shop_box .wrap_box {
    margin: 20px 0 0 0;
  }
  #shop_box .wrap_box .photo_box {
    width: 80%;
    margin: 0 auto;
  }
  #shop_box .wrap_box .photo_box .flexslider {
    margin: 0;
  }
  #shop_box .wrap_box .text_box {
    margin: 30px 0 0 0;
  }
  #shop_box .wrap_box .text_box h5 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  #shop_box .wrap_box .text_box dl {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #fff;
    padding: 5px 0;
    text-align: left;
  }
  #shop_box .wrap_box .text_box dl dt {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
  }
  #shop_box .wrap_box .text_box dl dd {
    width: 78%;
    padding: 5px;
    box-sizing: border-box;
  }
  #shop_box .wrap_box .text_box dl dd a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #shop_box .wrap_box .text_box dl dd a:link, #shop_box .wrap_box .text_box dl dd a:visited, #shop_box .wrap_box .text_box dl dd a:active {
    text-decoration: underline;
    color: #fff;
  }
  #shop_box .wrap_box .text_box dl dd a:hover {
    text-decoration: none;
  }
  #shop_box .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px 0 0 0;
  }
  #shop_box .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #shop_box ul.access_box li {
    list-style: none;
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #shop_box ul.access_box li h4 {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
  }
  #shop_box ul.access_box li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #shop_box ul.access_box li a:link, #shop_box ul.access_box li a:visited, #shop_box ul.access_box li a:active {
    text-decoration: underline;
    color: #fff;
  }
  #shop_box ul.access_box li a:hover {
    text-decoration: none;
  }
  /* ------------ footer ------------ */
  #footer {
    background: #fff;
    margin: 50px auto 0;
    padding: 30px 0 0 0;
    text-align: center;
  }
  #footer ul {
    padding: 0 5%;
  }
  #footer ul li a {
    width: 80%;
    margin: 20px auto 0;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #footer ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer ul li a.here {
    background: #000;
  }
  #footer ul li a.here img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #footer ul li a.here:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #footer p.t_link {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer p.t_link a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #footer p.t_link a:link, #footer p.t_link a:visited, #footer p.t_link a:active {
    text-decoration: none;
    color: #000;
  }
  #footer p.t_link a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer .copy {
    background: #000;
    margin: 50px 0 0 0;
    padding: 15px;
  }
  #footer .copy p {
    font-size: 10px;
    line-height: 1.5;
    font: normal 1rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------ agetaro_header ------------ */
  #agetaro_header {
    background: url(../agetaro/img/15@2x.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    border-bottom: 10px solid #FEE102;
  }
  #agetaro_header h1 {
    text-indent: -9999px;
    position: absolute;
    left: 20px;
    top: 30px;
  }
  #agetaro_header h1 a {
    background-image: url(../agetaro/img/182x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 57.5px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_header h1 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #agetaro_header.showa h1 a {
    background-image: url(../agetaro/img/19@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #agetaro_header figure {
    max-width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
  }
  #agetaro_header figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_header a.scroll {
    position: absolute;
    bottom: 70px;
    left: 50%;
    padding-top: 60px;
    z-index: 2;
    display: inline-block;
    transform: translate(0, -50%);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_header a.scroll:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #agetaro_header a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-sizing: border-box;
    background: #FEE102;
  }
  #agetaro_header a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #000;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  #agetaro_header #bars {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #000;
    z-index: 200;
  }
  #agetaro_header #bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #agetaro_header #bars .bar-1 {
    margin: -11px 0 0 -15px;
  }
  #agetaro_header #bars .bar-2 {
    margin: -1px 0 0 -15px;
  }
  #agetaro_header #bars .bar-3 {
    margin: 9px 0 0 -15px;
  }
  #agetaro_header .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #agetaro_header .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #agetaro_header .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #agetaro_header .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #agetaro_header .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #agetaro_header .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 0);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* ------------ agetaro_concept_box ------------ */
  #agetaro_concept_box {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
  }
  #agetaro_concept_box .title_box figure {
    max-width: 30px;
    margin: 0 auto;
  }
  #agetaro_concept_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_concept_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_concept_box .title_box h2 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #agetaro_concept_box .wrap_box {
    margin: 50px auto 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #FBF2E8;
    text-align: center;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fefcf7), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fefcf7), color-stop(0.75, #fefcf7), color-stop(0.75, transparent), to(transparent));
    background-size: 20px 20px;
  }
  #agetaro_concept_box .wrap_box figure {
    width: 80%;
    margin: 0 auto;
  }
  #agetaro_concept_box .wrap_box figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_concept_box .wrap_box .text_box {
    text-align: left;
  }
  #agetaro_concept_box .wrap_box .text_box h3 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #DC000C;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #agetaro_concept_box .wrap_box .text_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  /* ------------ agetaro_menu_box ------------ */
  #agetaro_menu_box {
    text-align: center;
    background: #FEE102;
    padding: 30px 5%;
  }
  #agetaro_menu_box .title_box figure {
    max-width: 30px;
    margin: 0 auto;
  }
  #agetaro_menu_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_menu_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_menu_box .title_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #agetaro_menu_box .title_box p br {
    display: none;
  }
  #agetaro_menu_box .main_box {
    margin: 30px 0 0 0;
  }
  #agetaro_menu_box .main_box figure {
    width: 100%;
  }
  #agetaro_menu_box .main_box figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_menu_box .main_box .text_box {
    text-align: center;
    margin: 20px 0 0 0;
  }
  #agetaro_menu_box .main_box .text_box h3 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    border-bottom: 5px solid #DC000C;
    display: inline-block;
  }
  #agetaro_menu_box .main_box .text_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_menu_box .main_box .text_box p .price {
    font-size: 20px;
    line-height: 2;
    font: normal 2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #DC000C;
  }
  #agetaro_menu_box ul.img_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #agetaro_menu_box ul.img_menu li {
    list-style: none;
    width: 47%;
    margin: 30px 0 0 0;
  }
  #agetaro_menu_box ul.img_menu li figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_menu_box ul.img_menu li h4 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #32190E;
    margin: 10px 0 0 0;
    border-bottom: 3px solid #DC000C;
    display: inline-block;
  }
  #agetaro_menu_box ul.img_menu li p {
    font-size: 12px;
    line-height: 2;
    font: normal 1.2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_menu_box ul.img_menu li dl {
    color: #000;
    border-bottom: 1px dotted #32190E;
    padding: 5px 0;
  }
  #agetaro_menu_box ul.img_menu li dl dt {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: left;
  }
  #agetaro_menu_box ul.img_menu li dl dd {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    color: #DC000C;
  }
  #agetaro_menu_box ul.img_menu li dl:first-of-type {
    margin: 10px 0 0 0;
  }
  #agetaro_menu_box ul.img_menu::after {
    display: block;
    content: "";
    width: 47%;
  }
  #agetaro_menu_box .service_box {
    background: #DC000C;
    margin: 30px auto 0;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_menu_box .service_box p {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
  }
  /* ------------ agetaro_news_box ------------ */
  #agetaro_news_box {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0 50px;
    text-align: center;
  }
  #agetaro_news_box .title_box figure {
    max-width: 30px;
    margin: 0 auto;
  }
  #agetaro_news_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_news_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_news_box .title_box h2 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #agetaro_news_box ul {
    margin: 30px 0 0 0;
  }
  #agetaro_news_box ul li {
    list-style: none;
    margin: 30px 0 0 0;
  }
  #agetaro_news_box ul li:nth-child(1) h3 {
    max-width: 100px;
    margin: 0 auto 10px;
  }
  #agetaro_news_box ul li:nth-child(1) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_news_box ul li:nth-child(2) {
    max-height: 400px !important;
  }
  #agetaro_news_box ul li:nth-child(2) h3 {
    max-width: 133px;
    margin: 0 auto 10px;
  }
  #agetaro_news_box ul li:nth-child(2) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_news_box figure.banner-box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #agetaro_news_box figure.banner-box img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ agetaro_shop_box ------------ */
  #agetaro_shop_box {
    padding: 30px 5%;
    text-align: center;
    background: #FBF2E8;
  }
  #agetaro_shop_box .inner_box {
    max-width: 1000px;
    margin: 0 auto;
  }
  #agetaro_shop_box .inner_box .title_box figure {
    max-width: 30px;
    margin: 0 auto;
  }
  #agetaro_shop_box .inner_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_shop_box .inner_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_shop_box .inner_box .title_box h2 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #agetaro_shop_box .inner_box .wrap_box {
    margin: 30px 0 0 0;
  }
  #agetaro_shop_box .inner_box .wrap_box .photo_box {
    width: 80%;
    margin: 0 auto;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box h5 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #32190E;
    font-weight: 700;
    border-bottom: 1px solid #32190E;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #32190E;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #32190E;
    padding: 5px 0;
    text-align: left;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl dt {
    width: 23%;
    padding: 5px;
    box-sizing: border-box;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl dd {
    width: 75%;
    padding: 5px;
    box-sizing: border-box;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl dd .red {
    color: #DC000C;
    font-weight: 700;
  }
  #agetaro_shop_box .inner_box .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px 0 0 0;
  }
  #agetaro_shop_box .inner_box .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #agetaro_shop_box .inner_box ul.access_box li {
    list-style: none;
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #32190E;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #agetaro_shop_box .inner_box ul.access_box li h4 {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #32190E;
    border-bottom: 1px solid #32190E;
    margin: 0 0 10px 0;
  }
  #agetaro_shop_box .inner_box ul.access_box li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_shop_box .inner_box ul.access_box li a:link, #agetaro_shop_box .inner_box ul.access_box li a:visited, #agetaro_shop_box .inner_box ul.access_box li a:active {
    text-decoration: underline;
    color: #32190E;
  }
  #agetaro_shop_box .inner_box ul.access_box li a:hover {
    text-decoration: none;
  }
  /* ------------ agetaro_footer ------------ */
  #agetaro_footer {
    background: #fff;
    padding: 30px 0 0 0;
    text-align: center;
  }
  #agetaro_footer ul {
    padding: 0 5%;
  }
  #agetaro_footer ul li a {
    width: 80%;
    margin: 20px auto 0;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_footer ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #agetaro_footer ul li a.here {
    background: #000;
  }
  #agetaro_footer ul li a.here img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #agetaro_footer ul li a.here:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #agetaro_footer p.t_link {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #agetaro_footer p.t_link a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_footer p.t_link a:link, #agetaro_footer p.t_link a:visited, #agetaro_footer p.t_link a:active {
    text-decoration: none;
    color: #000;
  }
  #agetaro_footer p.t_link a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #agetaro_footer .copy {
    background: #000;
    margin: 50px 0 0 0;
    padding: 15px;
  }
  #agetaro_footer .copy p {
    font-size: 10px;
    line-height: 1.5;
    font: normal 1rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  .scallop-up {
    height: 25px;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 20, from(#FEE102), color-stop(0.24, #FEE102), color-stop(0.25, #fff), to(white));
    background-size: 24px 100%;
  }
  .scallop-down {
    height: 25px;
    background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 20, from(#FEE102), color-stop(0.24, #FEE102), color-stop(0.25, #fff), to(white));
    background-size: 24px 100%;
  }
  #page_top {
    width: 25px;
    height: 25px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #D00B17;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page_top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page_top a::before {
    content: "arrow_drop_up";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  #kankado_header {
    background: url(../kankado/img/k-01.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    box-sizing: border-box;
    position: relative;
  }
  #kankado_header .wrap_box .l_box h1 {
    background: url(../kankado/img/k-13@2x.png);
    background-size: contain;
    width: 177px;
    height: 170.5px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
  }
  #kankado_header .wrap_box .l_box figure.h_01 {
    max-width: 85%;
    margin: 20px auto 0;
  }
  #kankado_header .wrap_box .l_box figure.h_01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_header .wrap_box .r_box figure.h_03 {
    width: 55%;
    margin: 20px 0 0 auto;
  }
  #kankado_header .wrap_box .r_box figure.h_03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_header a.scroll {
    position: absolute;
    bottom: 10px;
    left: 50%;
    padding-top: 60px;
    z-index: 2;
    display: inline-block;
    transform: translate(0, -50%);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_header a.scroll:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #kankado_header a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-sizing: border-box;
    background: #fff;
  }
  #kankado_header a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #E85400;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  #kankado_header #bars {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #E85400;
    z-index: 200;
  }
  #kankado_header #bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #kankado_header #bars .bar-1 {
    margin: -11px 0 0 -15px;
  }
  #kankado_header #bars .bar-2 {
    margin: -1px 0 0 -15px;
  }
  #kankado_header #bars .bar-3 {
    margin: 9px 0 0 -15px;
  }
  #kankado_header .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #kankado_header .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #kankado_header .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #kankado_header .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #kankado_header .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #kankado_header .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 0);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* ------------ kankado_concept_box ------------ */
  #kankado_concept_box {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
  }
  #kankado_concept_box .title_box figure {
    max-width: 32px;
    margin: 0 auto;
  }
  #kankado_concept_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_concept_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  #kankado_concept_box .box_01 {
    margin: 50px auto 0;
  }
  #kankado_concept_box .box_01 figure {
    width: 100%;
  }
  #kankado_concept_box .box_01 figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_concept_box .box_01 figure .text_box {
    text-align: left;
    margin: 10px 0 0 0;
  }
  #kankado_concept_box .box_01 figure .text_box p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #kankado_concept_box .box_01 figure .text_box p span {
    color: #E85400;
  }
  #kankado_concept_box .box_01.mt60 {
    margin: 30px auto 0;
  }
  /* ------------ kankado_menu_box ------------ */
  #kankado_menu_box {
    background: url(../kankado/img/k-21.jpg) repeat center center;
    padding: 50px 0;
  }
  #kankado_menu_box .inner_box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #kankado_menu_box .inner_box .title_box figure {
    max-width: 32px;
    margin: 0 auto;
  }
  #kankado_menu_box .inner_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_menu_box .inner_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  #kankado_menu_box .inner_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #kankado_menu_box .inner_box ul li {
    list-style: none;
    width: 30%;
    margin: 30px 0 0 0;
  }
  #kankado_menu_box .inner_box ul li img {
    width: 100%;
    vertical-align: bottom;
    box-shadow: 1px 1px 5px #666;
  }
  #kankado_menu_box .inner_box ul li p {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  #kankado_menu_box .inner_box ul li p span {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #kankado_menu_box .inner_box ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  #kankado_menu_box .inner_box .service_box {
    background: #1492E5;
    margin: 30px auto 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #kankado_menu_box .inner_box .service_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  /* ------------ kankado_news_box ------------ */
  #kankado_news_box {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0 50px;
    text-align: center;
  }
  #kankado_news_box .title_box figure {
    max-width: 32px;
    margin: 0 auto;
  }
  #kankado_news_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_news_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  #kankado_news_box ul li {
    list-style: none;
    margin: 30px 0 0 0;
  }
  #kankado_news_box ul li:nth-child(1) h3 {
    max-width: 100px;
    margin: 0 auto 10px;
  }
  #kankado_news_box ul li:nth-child(1) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_news_box ul li:nth-child(2) {
    max-height: 400px !important;
  }
  #kankado_news_box ul li:nth-child(2) h3 {
    max-width: 133px;
    margin: 0 auto 10px;
  }
  #kankado_news_box ul li:nth-child(2) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ kankado_shop_box ------------ */
  #kankado_shop_box {
    background: url(../kankado/img/k-21.jpg) repeat center center;
    padding: 50px 0;
  }
  #kankado_shop_box .inner_box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #kankado_shop_box .inner_box .title_box figure {
    max-width: 32px;
    margin: 0 auto;
  }
  #kankado_shop_box .inner_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_shop_box .inner_box .title_box h2 {
    font-size: 20px;
    line-height: 1.2;
    font: normal 2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  #kankado_shop_box .inner_box .wrap_box {
    margin: 30px 0 0 0;
  }
  #kankado_shop_box .inner_box .wrap_box .photo_box {
    width: 80%;
    margin: 0 auto;
  }
  #kankado_shop_box .inner_box .wrap_box .photo_box img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box {
    margin: 30px 0 0 0;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box h5 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    padding: 5px 0;
    text-align: left;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl dt {
    width: 23%;
    padding: 5px;
    box-sizing: border-box;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl dd {
    width: 75%;
    padding: 5px;
    box-sizing: border-box;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl dd .red {
    color: #DC000C;
  }
  #kankado_shop_box .inner_box .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px 0 0 0;
  }
  #kankado_shop_box .inner_box .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #kankado_shop_box .inner_box ul.access_box li {
    list-style: none;
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #kankado_shop_box .inner_box ul.access_box li h4 {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
  }
  #kankado_shop_box .inner_box ul.access_box li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_shop_box .inner_box ul.access_box li a:link, #kankado_shop_box .inner_box ul.access_box li a:visited, #kankado_shop_box .inner_box ul.access_box li a:active {
    text-decoration: underline;
    color: #000;
  }
  #kankado_shop_box .inner_box ul.access_box li a:hover {
    text-decoration: none;
  }
  /* ------------ kankado_footer ------------ */
  #kankado_footer {
    padding: 50px 0 0 0;
    text-align: center;
  }
  #kankado_footer ul {
    padding: 0 5%;
  }
  #kankado_footer ul li a {
    width: 80%;
    margin: 20px auto 0;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_footer ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #kankado_footer ul li a.here {
    background: #000;
  }
  #kankado_footer ul li a.here img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #kankado_footer ul li a.here:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #kankado_footer p.t_link {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #kankado_footer p.t_link a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_footer p.t_link a:link, #kankado_footer p.t_link a:visited, #kankado_footer p.t_link a:active {
    text-decoration: none;
    color: #000;
  }
  #kankado_footer p.t_link a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #kankado_footer .copy {
    background: #1492E5;
    margin: 50px 0 0 0;
    padding: 15px;
  }
  #kankado_footer .copy p {
    font-size: 10px;
    line-height: 1.5;
    font: normal 1rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------SP END ------------ */
}
/* ------------ PC ------------ */
@media screen and (min-width: 769px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
  }
  html#underlayer, body#underlayer {
    background: url(../img/01.jpg) repeat;
  }
  html#agetaro_underlayer, body#agetaro_underlayer {
    border: 20px solid #FEE102;
  }
  /* ------------ Material-i ------------ */
  .material-i, #page_top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ clearfix ------------ */
  .clearfix {
    zoom: 1;
  }
  .clearfix::after {
    display: block;
    content: "";
    clear: both;
  }
  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center;
  }
  #top_loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -12px;
    z-index: 4000;
  }
  #top_loaderbg #loader .loader {
    width: 24px;
    height: 24px;
    border-top: 2px solid #d69a9d;
    border-bottom: 2px solid #d69a9d;
    border-right: 2px solid #D00B17;
    border-left: 2px solid #D00B17;
    animation: loader_01 0.75s ease infinite;
    border-radius: 100%;
  }
  @keyframes loader_01 {
    to {
      transform: rotate(180deg);
    }
  }
  /* ------------ top_obaraya ------------ */
  #top_obaraya {
    background: url(../img/01.jpg) repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
  }
  #top_obaraya figure.i_01 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    max-width: 450px;
  }
  #top_obaraya figure.i_01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya figure.i_02 {
    position: absolute;
    right: 470px;
    top: 20px;
    z-index: 20;
    max-width: 533px;
  }
  #top_obaraya figure.i_02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya figure.i_03 {
    position: absolute;
    right: 20px;
    top: 460px;
    z-index: 30;
    max-width: 155px;
  }
  #top_obaraya figure.i_03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box {
    width: 1000px;
    padding: 20px;
    position: relative;
    z-index: 40;
  }
  #top_obaraya .inner_box h1 {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000;
  }
  #top_obaraya .inner_box h1 br {
    display: none;
  }
  #top_obaraya .inner_box figure.i_04 {
    max-width: 1000px;
    margin: 20px 0 0 0;
  }
  #top_obaraya .inner_box figure.i_04 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box figure.i_05 {
    max-width: 1000px;
    margin: 50px 0 0 0;
  }
  #top_obaraya .inner_box figure.i_05 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box ul {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
  }
  #top_obaraya .inner_box ul li {
    max-width: 500px;
    list-style: none;
  }
  #top_obaraya .inner_box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top_obaraya .inner_box ul li a img {
    width: 98%;
    vertical-align: bottom;
  }
  #top_obaraya .inner_box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /* ------------ top_agetoro ------------ */
  #top_agetoro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 250px 0;
    background-color: #ffe100;
  }
  #top_agetoro .inner_box {
    width: 1000px;
    padding: 20px;
    position: relative;
    z-index: 40;
  }
  #top_agetoro .inner_box h2 {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    color: #000;
  }
  #top_agetoro .inner_box h2 br {
    display: none;
  }
  #top_agetoro .inner_box figure.i_06 {
    max-width: 722px;
    margin: 20px auto 0;
  }
  #top_agetoro .inner_box figure.i_06 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_agetoro .inner_box ul {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
  }
  #top_agetoro .inner_box ul li {
    max-width: 500px;
    list-style: none;
  }
  #top_agetoro .inner_box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top_agetoro .inner_box ul li a img {
    width: 98%;
    vertical-align: bottom;
  }
  #top_agetoro .inner_box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top_agetoro .inner_box ul li img {
    width: 98%;
    vertical-align: bottom;
  }
  /* ------------ top_kankado ------------ */
  #top_kankado {
    background: url(../kankado/img/01@2x.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
  }
  #top_kankado .inner_box {
    max-width: 1000px;
  }
  #top_kankado .inner_box h2 {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    color: #000;
  }
  #top_kankado .inner_box h2 br {
    display: none;
  }
  #top_kankado .inner_box figure.i_07 {
    max-width: 568px;
    margin: 20px auto 0;
  }
  #top_kankado .inner_box figure.i_07 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box figure.i_08 {
    max-width: 654px;
    margin: 20px auto 0;
  }
  #top_kankado .inner_box figure.i_08 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box figure.i_09 {
    max-width: 800px;
    margin: 40px auto 0;
    padding: 0 20px;
  }
  #top_kankado .inner_box figure.i_09 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box ul {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
  }
  #top_kankado .inner_box ul li {
    max-width: 465px;
    list-style: none;
  }
  #top_kankado .inner_box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top_kankado .inner_box ul li a img {
    width: 98%;
    vertical-align: bottom;
  }
  #top_kankado .inner_box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top_kankado .inner_box ul li img {
    width: 98%;
    vertical-align: bottom;
  }
  /* ------------ top_footer ------------ */
  #top_footer {
    padding: 50px 0 0 0;
    text-align: center;
    background: #000;
  }
  #top_footer p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top_footer p.name {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #top_footer .copy {
    margin: 20px 0 0 0;
    background: #000;
    padding: 20px 0;
  }
  #top_footer .copy p {
    font-size: 12px;
    line-height: 1;
    font: normal 1.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #666;
  }
  /* ------------ header ------------ */
  #header {
    width: 99%;
    padding: 12px;
    margin: auto;
    box-sizing: border-box;
    background: #000;
    border: 7px dotted #FFF103;
    box-shadow: 0 0 0 12px #000;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 200;
  }
  #header .inner_box {
    height: 120px;
    background: #D00B17;
    position: relative;
  }
  #header .inner_box figure {
    height: 120px;
  }
  #header .inner_box figure img {
    height: 100%;
    vertical-align: bottom;
  }
  #header .inner_box h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 300px;
    max-height: 63px;
  }
  #header .inner_box h1 img {
    width: 100%;
    vertical-align: bottom;
  }
  #header .inner_box #bars {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #000;
    z-index: 300;
  }
  #header .inner_box #bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #header .inner_box #bars .bar-1 {
    margin: -11px 0 0 -15px;
  }
  #header .inner_box #bars .bar-2 {
    margin: -1px 0 0 -15px;
  }
  #header .inner_box #bars .bar-3 {
    margin: 9px 0 0 -15px;
  }
  #header .inner_box .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #header .inner_box .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #header .inner_box .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #header .inner_box .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #header .inner_box .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #header .inner_box .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  /* ------------ #g_nav ------------ */
  #g_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 180px;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    overflow: scroll;
  }
  #g_nav .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #g_nav.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  #g_nav .inner_box {
    max-width: 400px;
    margin: 50px auto 0;
    text-align: center;
  }
  #g_nav .inner_box figure {
    max-width: 300px;
    margin: 80px auto 0;
  }
  #g_nav .inner_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #g_nav .inner_box figure:first-of-type {
    margin: 0 auto;
  }
  #g_nav .inner_box ul.link_text {
    margin: 30px 0 0 0;
  }
  #g_nav .inner_box ul.link_text li {
    list-style: none;
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
  }
  #g_nav .inner_box ul.link_text li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 0;
  }
  #g_nav .inner_box ul.link_text li a:link, #g_nav .inner_box ul.link_text li a:visited, #g_nav .inner_box ul.link_text li a:active {
    text-decoration: none;
    color: #fff;
  }
  #g_nav .inner_box ul.link_text li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #g_nav .inner_box ul.shop_box {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  #g_nav .inner_box ul.shop_box li {
    width: 40%;
    margin: 0 5%;
    font-size: 24px;
    line-height: 1;
    font: normal 2.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #g_nav .inner_box ul.shop_box li a {
    display: block;
    background: #D00B17;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 0;
  }
  #g_nav .inner_box ul.shop_box li a:link, #g_nav .inner_box ul.shop_box li a:visited, #g_nav .inner_box ul.shop_box li a:active {
    text-decoration: none;
    color: #fff;
  }
  #g_nav .inner_box ul.shop_box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #g_nav .inner_box ul.shop_box li a.c_01 {
    background: #FFE102;
    color: #000;
  }
  #g_nav.agetaro {
    top: 0;
  }
  #g_nav.agetaro .inner_box {
    margin: 100px auto 0;
  }
  /* ------------ main#sub ------------ */
  main#sub {
    margin: 250px 0 0 0;
  }
  /* ------------ shop_name ------------ */
  #shop_name {
    max-width: 1200px;
    width: 95%;
    height: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../obaraya/img/16@2x.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    outline: 1px solid rgba(255, 255, 255, 0.7);
    outline-offset: -10px;
  }
  #shop_name .wrap_box {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
  }
  #shop_name .wrap_box h2 {
    font-size: 44px;
    line-height: 1.5;
    font: normal 4.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #shop_name .wrap_box p {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #shop_name.kaji {
    background: url(../obaraya/img/24@2x.jpg) no-repeat center center;
  }
  /* ------------ c_title ------------ */
  .c_title {
    text-align: center;
  }
  .c_title .wrap_box {
    margin: 107px auto 0;
    background: #32190E;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-collapse: separate;
    border-spacing: 15px 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
  }
  .c_title .wrap_box figure {
    display: table-cell;
    width: 73px;
  }
  .c_title .wrap_box figure img {
    width: 100%;
  }
  .c_title .wrap_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  /* ------------ about_box ------------ */
  #about_box {
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;
    text-align: center;
    max-width: 1200px;
  }
  #about_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  #about_box .title_box figure {
    display: table-cell;
    width: 73px;
  }
  #about_box .title_box figure img {
    width: 100%;
  }
  #about_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 1.2;
    font: normal 4.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  #about_box .wrap_box {
    max-width: 1000px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #about_box .wrap_box figure {
    width: 45%;
  }
  #about_box .wrap_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #about_box .wrap_box .text_box {
    width: 50%;
    text-align: left;
  }
  #about_box .wrap_box .text_box p {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
  }
  /* ------------ concept_box ------------ */
  #concept_box {
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;
    text-align: center;
    background: url(../obaraya/img/05.jpg) repeat top center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    max-width: 1200px;
    outline: 5px solid #32190E;
    outline-offset: -15px;
  }
  #concept_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  #concept_box .title_box figure {
    display: table-cell;
    width: 73px;
  }
  #concept_box .title_box figure img {
    width: 100%;
  }
  #concept_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 1.2;
    font: normal 4.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    text-align: left;
  }
  #concept_box h3 {
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    padding: 30px 40px 30px 130px;
    margin: 70px auto 0;
    background: #D00B17;
    font-size: 36px;
    line-height: 1;
    font: normal 3.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    box-sizing: border-box;
  }
  #concept_box h3:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: "";
    transform: rotate(25deg);
    background: #000;
  }
  #concept_box h3 span {
    font-size: 40px;
    line-height: 1;
    font: normal 4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 25px;
    padding-left: 16px;
    color: #fff;
    text-shadow: none;
  }
  #concept_box h3:first-of-type {
    margin: 30px auto 0;
  }
  #concept_box .wrap_box {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
  }
  #concept_box .wrap_box figure {
    width: 47%;
  }
  #concept_box .wrap_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept_box .wrap_box .text_box {
    width: 47%;
    text-align: left;
  }
  #concept_box .wrap_box .text_box h4 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #32190E;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
  #concept_box .wrap_box .text_box h4 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #concept_box .wrap_box .text_box p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #concept_box .wrap_box .text_box p.read {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 0;
  }
  #concept_box .wrap_box.rev figure {
    order: 2;
  }
  #concept_box .wrap_box.rev .text_box {
    order: 1;
  }
  /* ------------ menu_box ------------ */
  #menu_box {
    margin: 100px auto 0;
    padding: 100px 30px;
    box-sizing: border-box;
    background: url(../obaraya/img/05.jpg) repeat top center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    max-width: 1200px;
    text-align: center;
    outline: 5px solid #32190E;
    outline-offset: -15px;
  }
  #menu_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  #menu_box .title_box figure {
    display: table-cell;
    width: 73px;
  }
  #menu_box .title_box figure img {
    width: 100%;
  }
  #menu_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 1.2;
    font: normal 4.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    text-align: left;
  }
  #menu_box p {
    font-size: 24px;
    line-height: 1.5;
    font: normal 2.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #D00B17;
    text-align: center;
    margin: 30px 0 0 0;
    font-weight: 700;
  }
  #menu_box h3 {
    max-width: 1000px;
    font-size: 30px;
    line-height: 1.5;
    font: normal 3rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    padding: 10px;
    margin: 70px auto 0;
    text-align: center;
    padding: 10px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: rgba(255, 255, 255, 0.4);
  }
  #menu_box h3:first-of-type {
    margin: 30px auto 0;
  }
  #menu_box ul {
    max-width: 1000px;
  }
  #menu_box ul.img_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #menu_box ul.img_menu li {
    list-style: none;
    width: 300px;
    margin: 30px 0 0 0;
  }
  #menu_box ul.img_menu li figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #menu_box ul.img_menu li h4 {
    font-size: 22px;
    line-height: 1.2;
    font: normal 2.2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #32190E;
    margin: 15px 0 10px 0;
  }
  #menu_box ul.img_menu li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #32190E;
    border-bottom: 1px dotted #32190E;
    padding: 5px 0;
  }
  #menu_box ul.img_menu li dl dt {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #menu_box ul.img_menu li dl dd {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: right;
  }
  #menu_box ul.img_menu li dl:last-of-type {
    border-bottom: none;
  }
  #menu_box ul.img_menu::after {
    display: block;
    content: "";
    width: 30%;
  }
  #menu_box ul.text_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
  #menu_box ul.text_menu li {
    list-style: none;
    width: 47%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #32190E;
    padding: 10px 0;
    color: #32190E;
  }
  #menu_box ul.text_menu li span.name {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #menu_box ul.text_menu li span.price {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    white-space: nowrap;
  }
  #menu_box figure.signboard {
    max-width: 960px;
    margin: 30px auto 0;
  }
  #menu_box figure.signboard img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ news_box ------------ */
  #news_box {
    background: #fff;
    margin: 100px auto 0;
    padding: 100px 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
  #news_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  #news_box .title_box figure {
    display: table-cell;
    width: 73px;
  }
  #news_box .title_box figure img {
    width: 100%;
  }
  #news_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 1.2;
    font: normal 4.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
  #news_box ul {
    max-width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #news_box ul li {
    list-style: none;
    width: 47%;
    margin: 0;
  }
  #news_box ul li:nth-child(1) h3 {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  #news_box ul li:nth-child(1) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #news_box ul li:nth-child(2) h3 {
    max-width: 233px;
    margin: 0 auto 20px;
  }
  #news_box ul li:nth-child(2) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ shop_box ------------ */
  #shop_box {
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;
    max-width: 1200px;
    text-align: center;
  }
  #shop_box .title_box {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  #shop_box .title_box figure {
    display: table-cell;
    width: 73px;
  }
  #shop_box .title_box figure img {
    width: 100%;
  }
  #shop_box .title_box h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 1.2;
    font: normal 4.8rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  #shop_box .wrap_box {
    max-width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #shop_box .wrap_box .photo_box {
    width: 50%;
  }
  #shop_box .wrap_box .text_box {
    width: 46%;
    text-align: left;
  }
  #shop_box .wrap_box .text_box h5 {
    font-size: 22px;
    line-height: 1.5;
    font: normal 2.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  #shop_box .wrap_box .text_box dl {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
  }
  #shop_box .wrap_box .text_box dl dt {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
  }
  #shop_box .wrap_box .text_box dl dd {
    width: 78%;
    padding: 5px;
    box-sizing: border-box;
  }
  #shop_box .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px auto 0;
    max-width: 1000px;
  }
  #shop_box .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #shop_box ul.access_box {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 1000px;
  }
  #shop_box ul.access_box li {
    width: 45%;
    list-style: none;
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: left;
  }
  #shop_box ul.access_box li h4 {
    font-size: 20px;
    line-height: 2;
    font: normal 2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0;
  }
  #shop_box ul.access_box li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #shop_box ul.access_box li a:link, #shop_box ul.access_box li a:visited, #shop_box ul.access_box li a:active {
    text-decoration: underline;
    color: #fff;
  }
  #shop_box ul.access_box li a:hover {
    text-decoration: none;
  }
  /* ------------ footer ------------ */
  #footer {
    background: #fff;
    margin: 100px auto 0;
    padding: 100px 0 0 0;
    text-align: center;
  }
  #footer ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer ul li a {
    max-width: 230px;
    margin: 15px 0 0 0;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #footer ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer ul li a.here {
    background: #000;
  }
  #footer ul li a.here img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #footer ul li a.here:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #footer p.t_link {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer p.t_link a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #footer p.t_link a:link, #footer p.t_link a:visited, #footer p.t_link a:active {
    text-decoration: none;
    color: #000;
  }
  #footer p.t_link a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer .copy {
    background: #000;
    margin: 100px 0 0 0;
    padding: 20px;
  }
  #footer .copy p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------ page_top ------------ */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #D00B17;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page_top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page_top a::before {
    content: "arrow_drop_up";
    font-size: 50px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ agetaro_header ------------ */
  #agetaro_header {
    background: url(../agetaro/img/01@2x.jpg) no-repeat right center;
    background-size: cover;
    position: relative;
    border-bottom: 20px solid #FEE102;
  }
  #agetaro_header h1 {
    text-indent: -9999px;
    position: absolute;
    left: 60px;
    top: 80px;
  }
  #agetaro_header h1 a {
    background-image: url(../agetaro/img/18@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 115px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_header h1 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #agetaro_header.showa h1 a {
    background-image: url(../agetaro/img/19@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #agetaro_header figure {
    max-width: 300px;
    position: absolute;
    left: 100px;
    top: 220px;
  }
  #agetaro_header figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_header a.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-top: 60px;
    z-index: 2;
    display: inline-block;
    transform: translate(0, -50%);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_header a.scroll:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #agetaro_header a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-sizing: border-box;
    background: #FEE102;
  }
  #agetaro_header a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #000;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  #agetaro_header #bars {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #000;
    z-index: 200;
  }
  #agetaro_header #bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #agetaro_header #bars .bar-1 {
    margin: -11px 0 0 -15px;
  }
  #agetaro_header #bars .bar-2 {
    margin: -1px 0 0 -15px;
  }
  #agetaro_header #bars .bar-3 {
    margin: 9px 0 0 -15px;
  }
  #agetaro_header .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #agetaro_header .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #agetaro_header .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #agetaro_header .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #agetaro_header .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #agetaro_header .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 0);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* ------------ agetaro_concept_box ------------ */
  #agetaro_concept_box {
    text-align: center;
    padding: 50px 20px;
  }
  #agetaro_concept_box .title_box figure {
    max-width: 60px;
    margin: 0 auto;
  }
  #agetaro_concept_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_concept_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_concept_box .title_box h2 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #agetaro_concept_box .wrap_box {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #FBF2E8;
    text-align: center;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fefcf7), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fefcf7), color-stop(0.75, #fefcf7), color-stop(0.75, transparent), to(transparent));
    background-size: 20px 20px;
  }
  #agetaro_concept_box .wrap_box figure {
    width: 47%;
    align-self: center;
  }
  #agetaro_concept_box .wrap_box figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_concept_box .wrap_box .text_box {
    width: 53%;
    text-align: left;
    align-self: center;
    padding: 30px;
    box-sizing: border-box;
  }
  #agetaro_concept_box .wrap_box .text_box h3 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #DC000C;
    font-weight: 700;
  }
  #agetaro_concept_box .wrap_box .text_box p {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_concept_box .wrap_box.rev figure {
    order: 2;
  }
  #agetaro_concept_box .wrap_box.rev .text_box {
    order: 1;
  }
  /* ------------ agetaro_menu_box ------------ */
  #agetaro_menu_box {
    text-align: center;
    background: #FEE102;
    padding: 100px 20px;
  }
  #agetaro_menu_box .title_box figure {
    max-width: 60px;
    margin: 0 auto;
  }
  #agetaro_menu_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_menu_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_menu_box .title_box p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 30px 0 0 0;
  }
  #agetaro_menu_box .main_box {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto;
  }
  #agetaro_menu_box .main_box figure {
    width: 47%;
  }
  #agetaro_menu_box .main_box figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_menu_box .main_box .text_box {
    width: 47%;
    text-align: left;
  }
  #agetaro_menu_box .main_box .text_box h3 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    border-bottom: 5px solid #DC000C;
    display: inline-block;
  }
  #agetaro_menu_box .main_box .text_box p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #agetaro_menu_box .main_box .text_box p .price {
    font-size: 26px;
    line-height: 2;
    font: normal 2.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #DC000C;
  }
  #agetaro_menu_box ul {
    max-width: 1000px;
  }
  #agetaro_menu_box ul.img_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #agetaro_menu_box ul.img_menu li {
    list-style: none;
    width: 30%;
    margin: 50px 0 0 0;
  }
  #agetaro_menu_box ul.img_menu li figure img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #agetaro_menu_box ul.img_menu li h4 {
    font-size: 22px;
    line-height: 1.2;
    font: normal 2.2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #32190E;
    margin: 15px 0 0 0;
    border-bottom: 5px solid #DC000C;
    display: inline-block;
  }
  #agetaro_menu_box ul.img_menu li p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_menu_box ul.img_menu li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border-bottom: 1px dotted #32190E;
    padding: 5px 0;
  }
  #agetaro_menu_box ul.img_menu li dl dt {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: left;
  }
  #agetaro_menu_box ul.img_menu li dl dd {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    color: #DC000C;
  }
  #agetaro_menu_box ul.img_menu li dl:first-of-type {
    margin: 30px 0 0 0;
  }
  #agetaro_menu_box ul.img_menu::after {
    display: block;
    content: "";
    width: 30%;
  }
  #agetaro_menu_box .service_box {
    max-width: 1000px;
    background: #DC000C;
    margin: 70px auto 0;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
  }
  #agetaro_menu_box .service_box::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 20px;
    width: 14px;
    height: 14px;
    content: "";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
  }
  #agetaro_menu_box .service_box::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    width: 14px;
    height: 14px;
    content: "";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
  }
  #agetaro_menu_box .service_box p {
    font-size: 30px;
    line-height: 1.5;
    font: normal 3rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
  }
  /* ------------ agetaro_news_box ------------ */
  #agetaro_news_box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 20px 100px 20px;
    text-align: center;
  }
  #agetaro_news_box .title_box figure {
    max-width: 60px;
    margin: 0 auto;
  }
  #agetaro_news_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_news_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_news_box .title_box h2 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #agetaro_news_box ul {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0;
  }
  #agetaro_news_box ul li {
    list-style: none;
    width: 47%;
    margin: 30px 0 0 0;
  }
  #agetaro_news_box ul li:nth-child(1) h3 {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  #agetaro_news_box ul li:nth-child(1) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_news_box ul li:nth-child(2) h3 {
    max-width: 233px;
    margin: 0 auto 20px;
  }
  #agetaro_news_box ul li:nth-child(2) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_news_box figure.banner-box {
    max-width: 1000px;
    width: 100%;
    margin: 60px 0 0 0;
  }
  #agetaro_news_box figure.banner-box img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ agetaro_shop_box ------------ */
  #agetaro_shop_box {
    padding: 100px 20px;
    text-align: center;
    background: #FBF2E8;
  }
  #agetaro_shop_box .inner_box {
    max-width: 1000px;
    margin: 0 auto;
  }
  #agetaro_shop_box .inner_box .title_box figure {
    max-width: 60px;
    margin: 0 auto;
  }
  #agetaro_shop_box .inner_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_shop_box .inner_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #agetaro_shop_box .inner_box .title_box h2 span {
    background: linear-gradient(transparent 80%, #FBD977 80%);
  }
  #agetaro_shop_box .inner_box .wrap_box {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0;
  }
  #agetaro_shop_box .inner_box .wrap_box .photo_box {
    width: 50%;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box {
    width: 46%;
    text-align: left;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box h5 {
    font-size: 22px;
    line-height: 1.5;
    font: normal 2.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #32190E;
    padding: 10px 0;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl dt {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl dd {
    width: 78%;
    padding: 5px;
    box-sizing: border-box;
  }
  #agetaro_shop_box .inner_box .wrap_box .text_box dl dd .red {
    color: #DC000C;
    font-weight: 700;
  }
  #agetaro_shop_box .inner_box .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px 0 0 0;
  }
  #agetaro_shop_box .inner_box .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #agetaro_shop_box .inner_box ul.access_box {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    text-align: left;
  }
  #agetaro_shop_box .inner_box ul.access_box li {
    width: 45%;
    list-style: none;
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
  }
  #agetaro_shop_box .inner_box ul.access_box li h4 {
    font-size: 20px;
    line-height: 2;
    font: normal 2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "HoureiStd-EB", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
  }
  #agetaro_shop_box .inner_box ul.access_box li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_shop_box .inner_box ul.access_box li a:link, #agetaro_shop_box .inner_box ul.access_box li a:visited, #agetaro_shop_box .inner_box ul.access_box li a:active {
    text-decoration: underline;
    color: #000;
  }
  #agetaro_shop_box .inner_box ul.access_box li a:hover {
    text-decoration: none;
  }
  /* ------------ agetaro_footer ------------ */
  #agetaro_footer {
    background: #fff;
    padding: 100px 0 0 0;
    text-align: center;
  }
  #agetaro_footer ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #agetaro_footer ul li a {
    max-width: 230px;
    margin: 15px 0 0 0;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_footer ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #agetaro_footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #agetaro_footer ul li a.here {
    background: #000;
  }
  #agetaro_footer ul li a.here img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #agetaro_footer ul li a.here:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #agetaro_footer p.t_link {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #agetaro_footer p.t_link a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #agetaro_footer p.t_link a:link, #agetaro_footer p.t_link a:visited, #agetaro_footer p.t_link a:active {
    text-decoration: none;
    color: #000;
  }
  #agetaro_footer p.t_link a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #agetaro_footer .copy {
    background: #000;
    margin: 100px 0 0 0;
    padding: 20px;
  }
  #agetaro_footer .copy p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  .scallop-up {
    height: 100px;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#FEE102), color-stop(0.49, #FEE102), color-stop(0.51, #fff), to(white));
    background-size: 49px 100%;
  }
  .scallop-down {
    height: 100px;
    background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#FEE102), color-stop(0.49, #FEE102), color-stop(0.51, #fff), to(white));
    background-size: 49px 100%;
  }
  /* ------------ kankado_header ------------ */
  #kankado_header {
    background: url(../kankado/img/k-01.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 120px 0 120px 30px;
  }
  #kankado_header .wrap_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #kankado_header .wrap_box .l_box {
    width: 50%;
  }
  #kankado_header .wrap_box .l_box h1 {
    background: url(../kankado/img/k-13@2x.png) no-repeat;
    background-size: contain;
    width: 354px;
    height: 341px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
  }
  #kankado_header .wrap_box .l_box figure.h_01 {
    max-width: 500px;
    margin: 40px auto 0;
  }
  #kankado_header .wrap_box .l_box figure.h_01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_header .wrap_box .l_box figure.h_02 {
    max-width: 500px;
    margin: 20px auto 0;
  }
  #kankado_header .wrap_box .l_box figure.h_02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_header .wrap_box .r_box {
    flex: 1;
  }
  #kankado_header .wrap_box .r_box figure.h_03 {
    max-width: 100%;
    margin: 0 auto;
  }
  #kankado_header .wrap_box .r_box figure.h_03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_header a.scroll {
    display: none;
  }
  #kankado_header #bars {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #E85400;
    z-index: 200;
  }
  #kankado_header .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #kankado_header .bar-1 {
    margin: -9px 0 0 -15px;
  }
  #kankado_header .bar-2 {
    margin: -1px 0 0 -15px;
  }
  #kankado_header .bar-3 {
    margin: 7px 0 0 -15px;
  }
  #kankado_header .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #kankado_header .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #kankado_header .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #kankado_header .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #kankado_header .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #kankado_header .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 0);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* ------------ kankado_concept_box ------------ */
  #kankado_concept_box {
    text-align: center;
    padding: 100px 20px 140px 20px;
  }
  #kankado_concept_box .title_box figure {
    max-width: 72px;
    margin: 0 auto;
  }
  #kankado_concept_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_concept_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #kankado_concept_box .box_01 {
    max-width: 800px;
    margin: 120px auto 0;
    padding: 0 20px;
  }
  #kankado_concept_box .box_01 figure {
    width: 100%;
    position: relative;
  }
  #kankado_concept_box .box_01 figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_concept_box .box_01 figure .text_box {
    background: #E85400;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    max-width: 500px;
    text-align: left;
    position: absolute;
    z-index: 10;
    bottom: -40px;
    right: -40px;
  }
  #kankado_concept_box .box_01 figure .text_box p {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  #kankado_concept_box .box_01 figure .text_box p span {
    color: #FFEC03;
  }
  #kankado_concept_box .box_01 figure .text_box.re {
    z-index: 10;
    bottom: -40px;
    left: -40px;
  }
  #kankado_concept_box .box_01.mt60 {
    margin: 60px auto 0;
  }
  /* ------------ kankado_menu_box ------------ */
  #kankado_menu_box {
    background: url(../kankado/img/k-21.jpg) repeat center center;
    padding: 100px 20px;
  }
  #kankado_menu_box .inner_box {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #kankado_menu_box .inner_box .title_box figure {
    max-width: 72px;
    margin: 0 auto;
  }
  #kankado_menu_box .inner_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_menu_box .inner_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #kankado_menu_box .inner_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #kankado_menu_box .inner_box ul li {
    list-style: none;
    width: 30%;
    margin: 60px 0 0 0;
  }
  #kankado_menu_box .inner_box ul li img {
    width: 100%;
    vertical-align: bottom;
    box-shadow: 1px 1px 5px #666;
  }
  #kankado_menu_box .inner_box ul li p {
    font-size: 26px;
    line-height: 1.5;
    font: normal 2.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #kankado_menu_box .inner_box ul li p span {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #kankado_menu_box .inner_box ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  #kankado_menu_box .inner_box .service_box {
    background: #1492E5;
    margin: 50px auto 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
  }
  #kankado_menu_box .inner_box .service_box::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 20px;
    width: 14px;
    height: 14px;
    content: "";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
  }
  #kankado_menu_box .inner_box .service_box::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    width: 14px;
    height: 14px;
    content: "";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
  }
  #kankado_menu_box .inner_box .service_box p {
    font-size: 20px;
    line-height: 2;
    font: normal 2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  /* ------------ kankado_news_box ------------ */
  #kankado_news_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
  }
  #kankado_news_box .title_box figure {
    max-width: 72px;
    margin: 0 auto;
  }
  #kankado_news_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_news_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #kankado_news_box ul {
    display: flex;
    justify-content: space-between;
  }
  #kankado_news_box ul li {
    list-style: none;
    width: 47%;
    margin: 60px 0 0 0;
  }
  #kankado_news_box ul li:nth-child(1) h3 {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  #kankado_news_box ul li:nth-child(1) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_news_box ul li:nth-child(2) h3 {
    max-width: 233px;
    margin: 0 auto 20px;
  }
  #kankado_news_box ul li:nth-child(2) h3 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ kankado_shop_box ------------ */
  #kankado_shop_box {
    background: url(../kankado/img/k-21.jpg) repeat center center;
    padding: 100px 20px;
  }
  #kankado_shop_box .inner_box {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
  }
  #kankado_shop_box .inner_box .title_box figure {
    max-width: 72px;
    margin: 0 auto;
  }
  #kankado_shop_box .inner_box .title_box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_shop_box .inner_box .title_box h2 {
    font-size: 36px;
    line-height: 1.2;
    font: normal 3.6rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #kankado_shop_box .inner_box .wrap_box {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0;
  }
  #kankado_shop_box .inner_box .wrap_box .photo_box {
    width: 50%;
  }
  #kankado_shop_box .inner_box .wrap_box .photo_box img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box {
    width: 46%;
    text-align: left;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box h5 {
    font-size: 22px;
    line-height: 1.5;
    font: normal 2.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #32190E;
    padding: 10px 0;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl dt {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl dd {
    width: 78%;
    padding: 5px;
    box-sizing: border-box;
  }
  #kankado_shop_box .inner_box .wrap_box .text_box dl dd .red {
    color: #DC000C;
  }
  #kankado_shop_box .inner_box .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px 0 0 0;
  }
  #kankado_shop_box .inner_box .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #kankado_shop_box .inner_box ul.access_box {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    text-align: left;
  }
  #kankado_shop_box .inner_box ul.access_box li {
    width: 45%;
    list-style: none;
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #kankado_shop_box .inner_box ul.access_box li h4 {
    font-size: 20px;
    line-height: 2;
    font: normal 2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
  }
  #kankado_shop_box .inner_box ul.access_box li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_shop_box .inner_box ul.access_box li a:link, #kankado_shop_box .inner_box ul.access_box li a:visited, #kankado_shop_box .inner_box ul.access_box li a:active {
    text-decoration: underline;
    color: #000;
  }
  #kankado_shop_box .inner_box ul.access_box li a:hover {
    text-decoration: none;
  }
  /* ------------ kankado_footer ------------ */
  #kankado_footer {
    padding: 80px 0 0 0;
    text-align: center;
  }
  #kankado_footer ul {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #kankado_footer ul li {
    width: 48%;
  }
  #kankado_footer ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_footer ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #kankado_footer ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #kankado_footer ul li a.here {
    background: #000;
  }
  #kankado_footer ul li a.here img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #kankado_footer ul li a.here:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #kankado_footer ul li:nth-child(n+3) {
    margin: 20px 0 0 0;
  }
  #kankado_footer p.t_link {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: "MotoyaArataStd-W6", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #kankado_footer p.t_link a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #kankado_footer p.t_link a:link, #kankado_footer p.t_link a:visited, #kankado_footer p.t_link a:active {
    text-decoration: none;
    color: #000;
  }
  #kankado_footer p.t_link a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #kankado_footer .copy {
    background: #1492E5;
    margin: 60px 0 0 0;
    padding: 20px;
  }
  #kankado_footer .copy p {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------ //PC ------------ */
}
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */
}/*# sourceMappingURL=style.css.map */