@charset "utf-8";
@media screen and (max-width: 767px) {
  /* reset css
	---------------------- */
  @font-face {
    font-family: "Arial Black";
    font-style: normal;
    font-weight: 400;
    src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
  }
  html {
    width: 100%;
    height: 100%;
  }
  * {
    box-sizing: border-box;
  }
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 0.9rem;
    text-shadow: none;
    -webkit-overflow-scrolling: touch;
  }
  a:link {
    color: #444;
  }
  /* LAYOUT
	---------------------- */
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: visible;
  }
  #page.open {
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    -moz-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  /* header */
  #header {
    text-align: left;
    padding: 23px 3% 17px;
    min-width: 100%;
  }
  #header:before {
    height: 3px;
  }
  #header .header .head-logo,
  #gnavi_open {
    display: table-cell;
    vertical-align: middle;
  }
  #header .header .head-logo {
    padding-right: 17%;
    width: 79%;
  }
  #header .header .head-logo img {
    width: 100%;
    display: block;
  }
  /* navigation */
  #gnavi_open {
    width: 11%;
    display: table-cell;
  }
  #gnavi_open img {
    width: 100%;
    display: block;
  }
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #gnavi {
    font-size: 110%;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #gnavi.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  #close {
    color: #fff;
    font-size: 0.85rem;
    text-align: left;
    padding: 3px 5% 4px;
    width: 100%;
    background: #431f0f;
  }
  #close span {
    font-size: 1.2rem;
    padding: 0 0 0 3px;
    position: relative;
    top: 1px;
  }
  #gnavi > ul {
    padding: 5% 0;
    width: 100%;
  }
  #gnavi > ul > li {
    border-bottom: 1px solid rgba(67, 31, 15, 0.5);
    display: block;
  }
  #gnavi > ul > li:nth-child(2) {
    width: 100%;
  }
  #gnavi > ul > li > a {
    color: #431f0f;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 14px 5px;
    display: block;
    position: relative;
  }
  #gnavi > ul > li > a:after {
    content: none;
  }
  #gnavi > ul > li.navi_slide {
    border-bottom: 0px;
    cursor: default;
    position: relative;
  }
  #gnavi > ul > li.navi_slide > a {
    cursor: default;
  }
  #gnavi > ul > li.navi_slide > ul {
    font-size: 90%;
    border-bottom: inherit;
    margin-left: 0;
    padding: 0;
    height: inherit;
    width: 100%;
    background: rgba(218, 153, 56, 0.3);
    display: block;
    position: inherit;
    overflow: hidden;
    zoom: 1;
    z-index: 5000;
  }
  #gnavi > ul > li.navi_slide > ul li {
    text-align: center;
    border-bottom: 1px dashed rgba(218, 153, 56, 0.7);
    margin: 0;
    width: 100%;
    display: block;
    float: none;
  }
  #gnavi > ul > li.navi_slide > ul li:last-child {
    border: 0px;
  }
  #gnavi > ul > li.navi_slide > ul li a {
    color: #431f0f;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
  #gnavi li.navi_slide > ul li a:after,
  #gnavi li.navi_slide > ul li a:before {
    content: none;
  }
  #gnavi li.navi_slide > ul li a:hover {
    color: #431f0f;
  }
  #gnavi + #visual {
    border-bottom: 0px;
  }
  #contents .contents_header {
    padding: 45px 0 40px;
    background: url(img/s-title-sp.jpg) no-repeat top center / cover;
  }
  #contents .contents_header .head_inner > .title {
    font-size: 6vw;
    font-weight: normal;
    letter-spacing: 3px;
  }
  /* contents */
  #visual {
    padding: 0 3%;
    min-width: 100%;
    box-sizing: border-box;
  }
  #visual .visual,
  #visual .visual_text {
    width: 100%;
  }
  #visual .visual_text img {
    width: 100%;
  }
  .section {
    padding: 60px 0 40px;
  }
  #contents .section:last-child {
    padding-bottom: 40px;
  }
  #contents .section > .section_title {
    font-size: 7vw;
    margin: 0 0 55px;
    padding: 40px 0 7px;
    background: url(img/midashi-sp.png) no-repeat top center / 50px;
  }
  #contents .section > .section_title:after {
    height: 2px;
    width: 70px;
    background: #431f0f;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
  }

  #contents .section > .section_title.limited {
    font-size: 5vw;
    line-height: 1.5;
    padding: 45px 0 10px;
    letter-spacing: 0;
  }

  #contents .section > .section_title.limited span {
    display: block;
    margin-left: 0;
  }

  .section .section_inner {
    padding: 0 5%;
    width: 100%;
  }
  .child_content_section {
    margin-bottom: 40px;
  }
  #contents .child_content_section > .section_title {
    font-size: 5vw;
    margin: 0 0 30px;
    padding: 7px 0 5px;
  }
  .child_content_section > .section_inner {
    padding: 0 10px 15px;
  }
  /* #fixed_btn */
  #fixed_btn {
    background: #da9938;
    position: fixed;
    transition: 0.8s;
    right: 0;
    bottom: -100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .fixed_btn ul {
    display: flex;
  }
  .fixed_btn li {
    left: 0;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .fixed_btn li:not(:last-child) {
    border-right: 1px solid #e0ceab;
    border-bottom: 0px;
  }
  .fixed_btn li img {
    width: 100%;
    display: block;
  }
  /* footer */
  .footer {
    min-width: 100%;
  }
  .footer a {
    color: #fff;
    font-size: 0.75rem;
    display: block;
  }
  .footer a:hover {
    text-decoration: none;
  }
  .footer_banner_list {
    padding: 20px 5%;
  }
  .footer_banner_list ul {
    width: 100%;
  }
  .footer_banner_list ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  #page .footer_banner_list li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  #page .footer_banner_list li:nth-child(n + 3) {
    margin-top: 4%;
  }
  #page .footer_banner_list li:nth-child(2n) {
    margin-right: 0;
  }
  .footer_banner_list li img {
    width: 100%;
  }

  /* .footer_info */
  .footer_info {
    padding: 40px 5% 50px;
  }
  .footer_info_inner {
    width: 100%;
  }
  .footer_info_image {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
  .footer_info_image img {
    width: 100%;
  }
  .footer_info_contents {
    margin: 0 auto;
    width: 90%;
    float: none;
  }
  .footer_info_logo {
    margin: 0 0 7px;
  }
  .footer_info_logo img {
    width: 100%;
  }
  .footer_info_list {
    font-size: 0.95rem;
    padding: 0 0 40px;
  }
  .footer_info_list dt {
    line-height: 1.5;
    padding: 15px 0 13px 3px;
    width: 100px;
  }
  .footer_info_list dd {
    line-height: 1.5;
    border-bottom: 1px solid #431f0f;
    padding: 15px 3px 13px 0;
  }
  .footer_info .btn_base {
    width: 100%;
  }

  .footer_inner {
    padding: 60px 5% 10px;
    width: 100%;
  }
  .footer_navi_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_navi_set {
    margin: 0 0 35px;
    width: 46%;
  }
  .footer_navi_set_title {
    margin: 0 0 15px;
    padding: 0 0 3px;
  }
  .footer_navi_set_list li {
    margin: 0 0 7px;
  }
  .footer_navi_set_list li:before {
    content: none;
  }
  .footer_navi_set_list li a:before {
    font-size: 0.6rem;
    margin-right: 5px;
    content: "―";
    position: relative;
    bottom: 1px;
  }
  .copy {
    font-size: 2vw;
    text-align: center;
    margin: 0 auto;
    padding: 13px 0 15px;
    width: 100%;
  }
  .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
  .copy a {
    text-decoration: none;
  }
  /* 各固定ページ用
	---------------------- */
  /* greeting.html */
  #contents .company_office_list {
    margin: 0px;
  }
  /* access.html */
  .access_map {
    width: 100%;
    display: block;
    justify-content: flex-end;
  }
  .access_map .map_set {
    box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
  .access_map .map_set .guide {
    font-size: 85%;
    padding: 13px 10px;
  }
  .access_map .access_data {
    width: 100%;
  }
  .access_map .access_data .map_illust {
    margin: 0 0 23px;
  }
  .access_map .access_data dl {
    padding: 0 15px;
  }
  .access_map .access_data dl dt {
    padding: 0 0 7px;
  }
  .access_map .access_data dl dd {
    padding: 0 0 7px 80px;
  }
  /* privacy.html */
  .privacy_section {
    padding: 30px 0 40px;
  }
  .privacy_section_inner {
    padding: 0 10px;
    width: 100%;
  }
  #contents .privacy_set_title {
    font-size: 0.9rem;
    border-left: 3px solid #431f0f;
    margin-bottom: 20px;
  }
  .privacy_set_inner {
    padding: 0 5px 15px;
  }
  /* inquiry.html */
  #inquiry .section > .section_title {
    margin: 0 0 35px;
  }
  .inquiry_everywhere_block {
    text-align: left;
    padding: 50px 5% 40px;
  }
  .inquiry_info .no {
    margin-bottom: 17px;
  }
  .inquiry_info .no a {
    color: #431f0f;
    font-size: 2.4rem;
  }
  .inquiry_info .no span {
    font-size: 65%;
  }
  #contents .inquiry_info .time {
    margin-bottom: 0;
  }
  .attent_block {
    padding: 0;
  }
  .attent_block .set {
    padding: 0;
  }
  .attent_block .title:before {
    font: normal normal normal 14px/1 FontAwesome;
  }
  #inquiry .inquiry_inset {
    border: 0px;
    padding: 0px;
    background: none;
  }
  .thanks_title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .thanks_msg {
    font-size: 105%;
    line-height: 1.8;
  }
  #MailForm table {
    border: 0;
    width: 100%;
    background: none;
  }
  #MailForm th,
  #MailForm td {
    border: none;
    width: 100%;
    display: block;
  }
  #MailForm th {
    padding: 0 0 3px;
    background: none;
  }
  #MailForm th:before {
    color: #431f0f;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
  #MailForm th span {
    left: auto;
    right: 5px;
  }
  #MailForm td {
    margin-bottom: 35px;
    padding: 0;
  }
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
  #MailForm .form3 {
    vertical-align: middle;
    width: 3%;
  }
  #MailForm .form5 {
    vertical-align: middle;
    width: 10%;
  }
  #MailForm .form25 {
    width: 100%;
  }
  #MailForm .form45 {
    width: 100%;
  }
  #MailForm .form60 {
    width: 100%;
  }
  #MailForm .form90 {
    width: 100%;
  }
  .confirm_txt {
    text-align: left;
  }
  .send_btn {
    font-size: 0.95rem;
    padding: 13px 0;
    background: url(img/arrow01-sp.png) no-repeat center right 25px / 7px #da9938;
    transition: none;
  }
  .send_btn:hover {
    color: #fff;
    background: url(img/arrow01-sp.png) no-repeat center right 25px / 8px #da9938;
  }
  .submit_btn {
    margin-bottom: 15px;
    width: 100%;
  }
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
  .send_inner .send_btn_inner .btn_return {
    margin-bottom: 25px;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  /* formmail.cgi:send confirm */
  .send_confirm_table {
    padding: 17px 0 30px;
  }
  .send_confirm_table table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
  }
  .send_confirm_table table th,
  .send_confirm_table table td {
    border: 0px solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
  #contents .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
  /* base styles
	---------------------- */
  .table_base table {
    border-collapse: collapse;
    border: 0;
    margin: 0 auto;
    width: 100%;
  }
  .table_base table th,
  .table_base table td {
    font-weight: normal;
    border: 0px;
    padding: 12px;
    display: block;
  }
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
  .table_base table tbody th {
    text-align: left;
    width: 100%;
    background: rgba(218, 153, 56, 0.3);
  }
  .table_base table tbody td {
    margin-bottom: 30px;
    padding-left: 12px;
  }
  .content_inner {
    padding: 0 0 25px;
  }
  .content_inner .images_r,
  .content_inner .images_l {
    padding: 0 0 10px;
    float: none;
  }
  .content_inner .msg_l,
  .content_inner .msg_r {
    float: none;
  }
  .w_margin270 .images_r,
  .w_margin270 .images_l {
    width: 100%;
  }
  .w_margin270 .msg_l,
  .w_margin270 .msg_r {
    width: 100%;
  }
  .w_margin320 .images_r,
  .w_margin320 .images_l {
    width: 100%;
  }
  .w_margin320 .msg_l,
  .w_margin320 .msg_r {
    width: 100%;
  }
  .breadcrumbs ul {
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
  }
  /* 各ページ用スタイル
	---------------------- */
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .tel a {
    color: #431f0f;
    pointer-events: inherit;
  }
  .btn_base {
    width: 90%;
  }
  .btn_base a {
    color: #fff;
    font-size: 0.85rem;
    padding: 13px 0;
    background: url(img/arrow01-sp.png) no-repeat center right 25px / 7px #da9938;
    transition: none;
  }
  .btn_base a:hover {
    color: #fff;
    background: url(img/arrow01-sp.png) no-repeat center right 25px / 7px #da9938;
  }
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    width: 100%;
  }
  /* privacy.html */
  #contents ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  #contents dl.privacy_item dt {
    margin-bottom: 10px;
  }
  #contents dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
  /* -------------------
	index.html */
  /* .top_concept */
  .top_concept {
    padding: 62% 5% 55px;
    background: url(img/top-concept-bg-sp.png) no-repeat top 20px center / 70%, url(img/background-ptn01.jpg) repeat;
  }
  .top_concept_title {
    font-size: 5.5vw;
    margin: 0 0 17px;
  }
  .top_concept_contents {
    font-size: 0.87rem;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    margin: 0 0 35px;
  }
  /* .top_menu */
  .top_menu {
    padding: 70px 0 0;
  }
  .top_menu:before {
    height: 310px;
    width: 100%;
    background: url(img/background-ptn05.jpg) repeat center / 90px;
    position: absolute;
    content: "";
    right: 0;
    bottom: 100px;
    z-index: -2;
    content: none;
  }
  .top_menu.animate:after {
    height: 310px;
    width: 100%;
    background: url(img/background-ptn02.jpg) repeat center / 90px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 100px;
    z-index: -1;
    transition: 3s;
    content: none;
  }
  .top_menu.animate.effect:after {
    width: 0;
  }
  .top_menu_inner {
    height: auto;
  }
  .top_menu_image {
    margin: 0 auto;
    width: 90%;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .top_menu_image img {
    width: 100%;
  }
  .top_menu_contents {
    width: 100%;
  }
  .top_menu_contents_inner {
    margin: 0 auto;
    padding: 35px 25px;
    width: 85%;
    top: -70px;
  }
  .top_menu_title {
    font-size: 5vw;
    margin: 0 0 27px;
  }
  .top_menu_title:after {
    height: 100%;
    width: 100%;
    background: url(img/midashi-sp.png) no-repeat top right / 40px;
    content: "";
    position: absolute;
    right: -50px;
    top: -5px;
  }
  .top_menu_text {
    font-size: 0.9rem;
    margin: 0 0 27px;
  }
  .top_menu .btn_base {
    width: 100%;
  }
  /* .top_news */
  .top_news {
    padding: 0 5% 60px;
  }
  .top_news_inner {
    padding: 50px 0 0;
    width: 100%;
    background: url(img/background-mark01.png) no-repeat top 45px right / 55%;
  }
  .top_news_title {
    font-size: 5vw;
    margin: 0 0 30px;
  }
  .top_news_title:after {
    height: 100%;
    width: 100%;
    background: url(img/midashi-sp.png) no-repeat top right / 40px;
    content: "";
    position: absolute;
    right: -50px;
    top: -5px;
  }
  .top_news_list {
    padding: 30px 27px 27px;
    height: 400px;
  }
  .top_news_list::-webkit-scrollbar {
    width: 12px;
  }
  .top_news_list::-webkit-scrollbar-track {
    background: #d9d9d9;
    border: none;
    border-radius: 10px;
  }
  .top_news_list::-webkit-scrollbar-thumb {
    background: #da9938;
    border-radius: 10px;
    box-shadow: none;
  }
  .top_news_list > li {
    margin: 0 0 25px;
    padding: 0 0 13px;
    width: 100%;
    display: block;
  }
  .top_news_list_date,
  .top_news_list_contents {
    display: block;
    vertical-align: baseline;
  }
  .top_news_list_date {
    font-size: 0.85rem;
    width: 100%;
  }
  .top_news_list_title {
    margin: 0 0 10px;
  }
  .top_news_list_detail a:hover {
    text-decoration: underline;
  }

  p.top_news_list_image {
    max-width: 100%;
  }
  p.top_news_list_image.portrait {
    max-width: 80%;
  }
  #contents ul.top_news_list_image li {
    display: block;
    margin: 0;
    text-align: center;
  }
  #contents ul.top_news_list_image li:nth-child(n + 2) {
    margin-top: 20px;
  }
  #contents ul.top_news_list_image li a {
    display: inline-block;
    vertical-align: top;
  }
  #contents ul.top_news_list_image li img {
    max-width: 100%;
    width: 400px;
    height: auto;
  }
  .top_news_list_image a {
    transition: unset;
    pointer-events: none;
  }
  .top_news_list_image a:hover {
    opacity: 1;
  }
  .top_news_list_image a:after {
    content: none;
  }
  #contents .top_news_list_inner .top_news_list_schedule li {
    float: none;
    min-width: 100%;
    margin: 0;
  }
  #contents .top_news_list_inner .top_news_list_schedule li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .top_news_lists_menu > li {
    text-indent: -21px;
    padding-left: 21px;
  }
  .top_news_lists_menu ul > li {
    text-indent: -16px;
    padding-left: 16px;
  }
  .top_news_list_detail .shop_info dl {
    display: block;
  }
  .top_news_list_detail .shop_info dt,
  .top_news_list_detail .shop_info dd {
    width: 100%;
  }

  .top_news_list_line_pc {
    display: none;
  }

  .top_news_list_line_sp {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .top_news_list_line_sp img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
  }

  /* .top_notice */
  .top_notice {
    padding: 0 5% 60px;
  }
  .top_notice_inner {
    padding: 50px 0 0;
    width: 100%;
    background: url(img/background-mark01.png) no-repeat top 45px right / 55%;
  }
  .top_notice_title {
    font-size: 5vw;
    margin: 0 0 30px;
  }
  .top_notice_title:after {
    height: 100%;
    width: 100%;
    background: url(img/midashi-sp.png) no-repeat top right / 40px;
    content: "";
    position: absolute;
    right: -50px;
    top: -5px;
  }
  .top_notice_list {
    padding: 30px 27px 27px;
    height: 400px;
  }
  .top_notice_list::-webkit-scrollbar {
    width: 12px;
  }
  .top_notice_list::-webkit-scrollbar-track {
    background: #d9d9d9;
    border: none;
    border-radius: 10px;
  }
  .top_notice_list::-webkit-scrollbar-thumb {
    background: #da9938;
    border-radius: 10px;
    box-shadow: none;
  }
  .top_notice_list > li {
    margin: 0 0 25px;
    padding: 0 0 13px;
    width: 100%;
    display: block;
  }
  .top_notice_list_date,
  .top_notice_list_contents {
    display: block;
    vertical-align: baseline;
  }
  .top_notice_list_date {
    font-size: 0.85rem;
    width: 100%;
  }
  .top_notice_list_title {
    margin: 0 0 10px;
  }
  .top_notice_list_detail a:hover {
    text-decoration: underline;
  }

  p.top_notice_list_image {
    max-width: 100%;
  }
  p.top_notice_list_image.portrait {
    max-width: 80%;
  }
  #contents ul.top_notice_list_image li {
    display: block;
    margin: 0;
    text-align: center;
  }
  #contents ul.top_notice_list_image li:nth-child(n + 2) {
    margin-top: 20px;
  }
  #contents ul.top_notice_list_image li a {
    display: inline-block;
    vertical-align: top;
  }
  #contents ul.top_notice_list_image li img {
    max-width: 100%;
    width: 400px;
    height: auto;
  }
  .top_notice_list_image a {
    transition: unset;
    pointer-events: none;
  }
  .top_notice_list_image a:hover {
    opacity: 1;
  }
  .top_notice_list_image a:after {
    content: none;
  }
  #contents .top_notice_list_inner .top_notice_list_schedule li {
    float: none;
    min-width: 100%;
    margin: 0;
  }
  #contents .top_notice_list_inner .top_notice_list_schedule li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .top_notice_lists_menu > li {
    text-indent: -21px;
    padding-left: 21px;
  }
  .top_notice_lists_menu ul > li {
    text-indent: -16px;
    padding-left: 16px;
  }
  .top_notice_list_detail .shop_info dl {
    display: block;
  }
  .top_notice_list_detail .shop_info dt,
  .top_notice_list_detail .shop_info dd {
    width: 100%;
  }

  .top_notice_list_line_pc {
    display: none;
  }

  .top_notice_list_line_sp {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .top_notice_list_line_sp img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
  }

  /* .top_new_menu */
  .top_new_menu {
    padding: 50px 5% 0;
    background: url(img/background-mark02.png) no-repeat top 35px right 20px / 70px,
      url(img/top-new-menu-bg-sp.png) no-repeat bottom center / 100%, url(img/background-ptn01.jpg) repeat;
  }
  .top_new_menu_inner {
    padding: 0 0 70px;
    width: 100%;
    background: none;
  }
  .top_new_menu_title {
    font-size: 5vw;
    margin: 0 0 30px;
  }
  .top_new_menu_title:after {
    height: 100%;
    width: 100%;
    background: url(img/midashi-sp.png) no-repeat top right / 40px;
    content: "";
    position: absolute;
    right: -50px;
    top: -5px;
  }
  .top_new_menu_list {
    padding: 0 0 40px;
    display: block;
  }
  #contents .top_new_menu_list li {
    margin: 0 0 40px;
    width: 100%;
  }
  .top_new_menu_list li:last-child {
    margin: 0;
  }
  .top_new_menu_list li a {
    display: flex;
  }
  .top_new_menu_list_image {
    width: 35%;
  }
  .top_new_menu_list li a:hover .top_new_menu_list_image {
    opacity: 1;
  }
  .top_new_menu_list_image img {
    width: 100%;
    display: block;
  }
  .top_new_menu_list_detail {
    padding: 0 0 0 17px;
    width: 65%;
  }
  .top_new_menu_list_title {
    font-size: 0.95rem;
    line-height: 1.4;
    border-bottom: 1px solid #431f0f;
    margin: 0 0 10px;
    display: inline-block;
  }
  .top_new_menu_list li a:hover .top_new_menu_list_title {
    text-decoration: none;
  }
  .top_new_menu_list_text {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  /* .top_insta */
  .top_insta {
    padding: 90px 5% 70px;
    overflow: hidden;
  }
  .top_insta_inner {
    width: 100%;
  }
  #contents .top_insta_images {
    width: 100%;
  }

  .top_insta_images:before {
    height: 50%;
    background-size: 90px 90px;
  }

  .top_insta_images li img {
    transition: unset;
  }
  
  .top_insta_images li a:hover img {
    transform: unset;
    opacity: 1;
  }


  .top_insta .instagram {
    margin: 0 0 40px;
  }
  .top_insta .btn_base a {
    background: url(img/linkmark01-pc.png) no-repeat center right 25px / 13px #da9938;
  }
  .top_insta .btn_base a:hover {
    background: url(img/linkmark01-pc.png) no-repeat center right 25px / 13px #da9938;
  }

  /* -------------------
	greeting.html */
  /* .gallery_list */
  .gallery_list li {
    margin: 0 3% 3% 0;
    width: 31.33%;
  }
  .gallery_list li:nth-child(4n) {
    margin-right: 3%;
  }
  .gallery_list li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery_list a {
    transition: none;
  }
  .gallery_list a:hover {
    opacity: 1;
  }
  /* .access_parking */
  .access_parking li {
    margin: 0 0 35px;
    width: 48%;
  }
  .access_parking li:first-child {
    width: 100%;
  }
  .access_parking li:nth-child(2) {
    margin-right: 4%;
  }
  .access_parking li a {
    transition: none;
  }
  .access_parking li a:hover {
    opacity: 1;
  }
  /* -------------------
	contents1.html */
  .menu_navi_block {
    padding: 0;
    height: auto;
    position: sticky;
    position: -webkit-sticky;
    position: -ms-sticky;
    top: 0;
    z-index: 10;
  }
  /* .menu_navi */
  .menu_navi {
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .menu_navi li {
    width: 50%;
  }
  .menu_navi li a {
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 3px 0;
    background: #da9938;
    display: block;
    transition: 0.5s;
  }
  .menu_navi li a:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .menu_navi li a:hover {
    color: #fff;
    background: #da9938;
  }
  /* .fixed */
  #menu_navi.fixed {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 600px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
    transition: top 0.7s;
    z-index: 1;
  }
  /* .image_menu */
  .image_menu {
    margin: 0 0 25px;
  }
  .image_menu li {
    margin: 0 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    float: none;
  }
  .image_menu .image {
    width: 40%;
  }
  .image_menu .menu_detail {
    line-height: 1.5;
    border-left: 3px solid #da9938;
    margin: 0 0 0 17px;
    padding: 5px 0 5px 10px;
    width: 60%;
    display: block;
    justify-content: flex-end;
  }
  .image_menu .menu_detail .name {
    letter-spacing: 1px;
    margin: 0 0 2px;
  }
  .image_menu .menu_detail .name span {
    font-size: 0.8rem;
    display: block;
  }
  /* .other_menu */
  .other_menu ul {
    display: block;
    flex-wrap: nowrap;
  }
  .other_menu li {
    margin: 0 0 17px;
    padding: 0 10px 7px;
    width: 100%;
    float: none;
  }
  .other_menu li:nth-child(odd) {
    margin-right: 0;
  }
  /* .info_text */
  .info_text {
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  /* .coffee_ticket */
  .coffee_ticket {
    margin: 0 0 40px;
    padding: 25px 25px 20px;
    background: rgba(218, 153, 56, 0.2);
  }
  .coffee_ticket .main_contents {
    display: block;
  }
  .coffee_ticket .title,
  .coffee_ticket .price {
    display: block;
    vertical-align: baseline;
  }
  .coffee_ticket .title {
    font-size: 4.5vw;
    line-height: 1;
    padding: 0;
  }
  .coffee_ticket .price {
    font-size: 4vw;
    letter-spacing: 0;
    border-bottom: 1px dashed #da9938;
    margin: 0 0 15px;
    padding: 0 0 4px;
  }
  .coffee_ticket .price .en {
    font-size: 7vw;
    padding: 0 5px 0 0;
  }

  .child_content_section .gallery_list li {
    width: 47%;
  }
  .child_content_section .gallery_list li:nth-child(3n) {
    margin-right: 3%;
  }
  .child_content_section .gallery_list li:nth-child(2n) {
    margin-right: 0;
  }

  /* #takeout */
  .takeout_list li {
    margin: 0 3% 3% 0;
    width: 47%;
  }

  /* -------------------
	contents2.html */
  /* .warabimochi_concept */
  .warabimochi_concept {
    padding: 70px 5% 40px;
  }
  .warabimochi_concept_title {
    font-size: 6vw;
    line-height: 1.5;
    text-shadow: 1px 1px #fff;
    margin: 0 0 30px;
  }
  .warabimochi_concept_contents {
    font-size: 0.95rem;
    line-height: 2;
    text-align: left;
  }
  /* .warabimochi */
  .warabimochi {
    display: block;
  }
  .warabimochi_contents,
  .warabimochi_image {
    width: 100%;
  }
  .warabimochi_contents {
    padding: 17px 0 35px;
    height: auto;
    display: flex;
    align-items: center;
  }
  .warabimochi_contents_point {
    color: rgba(67, 31, 15, 0.1);
    font-size: 10rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: -30px;
    right: auto;
    left: 0;
  }
  .warabimochi:nth-child(even) .warabimochi_contents_point {
    left: 0;
  }
  .warabimochi_contents_text {
    line-height: 2;
  }
  .warabimochi_image {
    position: relative;
  }
  .warabimochi:nth-child(even) .warabimochi_image {
    order: 2;
  }
  .warabimochi_image img {
    width: 100%;
    display: block;
  }
  .warabimochi_image span {
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 13px;
  }
  /* .media_contents */
  .media_contents_text {
    margin: 0 0 7px;
  }
  .media_contents_image {
    float: none;
  }
  .media_contents_image img {
    width: 100%;
    display: block;
  }
  .media_contents_list {
    padding: 0 17px 17px;
    width: 100%;
    float: none;
  }
  .media_contents_list li:not(:last-child) {
    font-size: 0.85rem;
    line-height: 1.5;
    text-indent: -1.1em;
    margin: 0 0 10px;
    padding-left: 1.1em;
  }
  /* .takeout_menu */
  .takeout_menu {
    display: block;
    background: none;
  }

  .takeout_text {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .takeout_menu > .info {
    width: 100%;
    float: none;
  }
  .takeout_menu > .image {
    width: 100%;
     float: none;
  }
  #contents .takeout_menu .price {
    display: block;
    width: 100%;
    margin: 0;
  }

  /*
  .takeout_menu .price dl dt {
    margin-bottom: 15px;
  }
  .takeout_menu .price dl dd {
    margin-bottom: 13px;
  }
  .takeout_menu .price dl dd + dd {
    border-top: 1px dashed #ccc;
    padding-top: 13px;
  }
  .takeout_menu .price dl dd:last-child {
    margin-bottom: 0;
  }
  #contents .takeout_menu .price dl dd:after {
    content: " ";
    display: table;
    clear: both;
    background: none;
  }
  .takeout_menu .price dl > dd.new {
    position: relative;
    padding-top: 20px;
  }
  .takeout_menu .price dl > dd + dd.new {
    padding-top: 38px;
  }
  .takeout_menu .price dl > dd.new:before {
    content: "\4e\45\57";
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    padding: 3px 5px 0px;
    letter-spacing: 0;
    text-shadow: 0.3px 0 0 #fff;
    font-size: 0.7rem;
    top: 0;
  }
  .takeout_menu .price dl > dd + dd.new:before {
    top: 18px;
  }
  .takeout_menu .price dl dd span.num {
    width: 100%;
    text-align: right;
    line-height: 1;
    padding-top: 10px;
  }
  */

  /* -------------------
	contents3.html */
  /* .recruit_concept */
  .recruit_concept {
    padding: 70px 5% 40px;
  }
  .recruit_concept_title {
    font-size: 6vw;
    line-height: 1.5;
    text-shadow: 1px 1px #fff;
    margin: 0 0 30px;
  }
  .recruit_concept_text {
    font-size: 0.95rem;
    line-height: 2;
    text-align: left;
  }
  .btn_list li {
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  .btn_list li:first-child {
    margin: 0 auto 13px;
  }
  .btn_list a {
    color: #fff;
    font-size: 0.85rem;
    padding: 13px 0;
    background: url(img/arrow01-sp.png) no-repeat center right 25px / 7px #da9938;
    transition: none;
  }
  .btn_list a:hover {
    color: #fff;
    background: url(img/arrow01-sp.png) no-repeat center right 25px / 8px #da9938;
  }
  /* .job_type */
  .job_type {
    margin: 0 0 40px;
  }
  .job_type .full_time,
  .job_type .part_time,
  .job_type .event_staff {
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }
  .job_type > *:last-child {
    margin-bottom: 0;
  }
  .job_type h3 {
    padding: 10px 0 7px;
  }
  .job_type .table_base {
    padding: 0;
  }
  .job_type table {
    border: 1px solid rgba(67, 31, 15, 0.5);
    width: 100%;
  }
  .job_type table tbody th,
  .job_type table tbody td {
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(67, 31, 15, 0.5);
    display: table-cell;
  }
  .job_type table tbody th {
    text-align: center;
    border-right: 1px solid rgba(67, 31, 15, 0.5);
    width: 30%;
    background: url(img/background-ptn02.jpg) repeat;
  }
  .job_type table tbody td {
    letter-spacing: 1px;
  }
  .job_type .event_staff .msg {
    padding: 20px;
  }
  /* .staff_interview */
  .staff_introduce {
    margin: 0 0 23px;
    width: 100%;
    float: none;
  }
  .staff_introduce .name {
    margin: 0 0 17px;
  }
  .staff_introduce .name span {
    font-size: 1.7rem;
    padding: 0 17px 0 0;
  }
  .staff_introduce .midashi {
    font-size: 1.2em;
  }
  .staff_images {
    width: 100%;
  }
  .staff_images:after {
    content: "";
    display: block;
    clear: both;
  }
  .staff_images li:focus {
    outline: none;
  }
  .staff_images img {
    width: 100%;
    display: block;
  }
  #staff_images_main {
    margin: 0 0 8px;
    width: 80%;
    float: left;
  }
  #staff_images_main {
    padding: 0 0 7px;
  }
  #staff_images_thumnail {
    width: 17%;
    float: right;
  }
  #staff_images_thumnail .slick-track {
    width: 100% !important;
  }
  #staff_images_thumnail li {
    margin: 0 0 10px;
    width: 100% !important;
  }
  #staff_images_thumnail li:last-child {
    margin: 0;
  }

  .video_box video {
    width: 100%;
    height: calc(100% / 16 * 9);
  }

  /* -------------------
	contents4.html */
  /* .new_menu */
  .new_menu {
    text-align: left;
  }
  .new_menu_comment {
    margin: 0 0 25px;
  }
  .new_menu_price {
    /*
    display: block;
    */
    text-indent: -16px;
    padding-left: 16px;
  }

  #page #contents .new_menu_image p {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }

  #contents .new_menu_image p img {
    height: auto;
    width: 100%;
  }

  #page #contents .new_menu_image p:last-child {
    margin-bottom: 0;
  }

  .new_menu_image a {
    transition: 1;
    pointer-events: none;
  }
  .new_menu_image a:hover {
    opacity: 1;
  }
  .new_menu_image a:after {
    content: none;
  }
}
