/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

html, body {
  height: 100%;
  margin: 0; }

p, span, h1, h2, h3 {
  max-height: 100%; }

.wrapper {
  min-height: 100%; }

.footer, .push {
  height: 142px; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Kosugi Maru", sans-serif; }
  body a {
    transition: .2s ease; }
  body a:hover {
    color: inherit;
    text-decoration: none; }

.link {
  color: #e36848; }

li a .icn {
  position: absolute;
  left: 25px;
  top: -30px;
  *zoom: 1; }

.nav > li > a {
  padding: 0; }
.nav > li > a:hover, .nav > li a:focus {
  background: transparent;
  outline: none; }

h1, h2, h3, h4, ul, ol, p, img {
  margin: 0; }

.wrapper {
  margin: 0 auto -142px;
  max-width: 100%;
  color: #333333;
  line-height: 1.75em;
  position: relative;
  overflow: hidden;
  font-size: 16px; }

.title-bar {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 80px;
  height: 80px;
  margin-bottom: 60px; }

.form-control {
  height: 39px; }

.header {
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff; }
  .header .center-btn {
    text-align: left;
    margin-right: auto;
    margin-left: 20px; }
  .header .menu {
    display: flex;
    justify-content: flex-end; }
  .header .center-btn {
    margin-left: 30px; }
  .header .menu .right-btn {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
    display: block;
    text-align: center; }
  .header .menu .right-btn2 {
    margin-left: 10px;
    margin-right: 30px;
    width: 100px;
    display: block;
    text-align: center; }

.pagetop {
  display: block;
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: -30px;
  transition: bottom .4s ease; }
  .pagetop.true {
    bottom: 142px; }

footer {
  background-color: #FC813E;
  position: relative;
  z-index: 3;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 47px 0;
  text-align: center;
  line-height: 1.75em; }
  footer a {
    color: #fff;
    position: relative; }
    footer a:before {
      width: 100%;
      height: 2px;
      background: #fff;
      opacity: 0;
      display: block;
      transition: .2s ease;
      position: absolute;
      left: 0;
      content: '';
      bottom: -4px; }
    footer a:hover {
      color: #fff; }
      footer a:hover:before {
        opacity: 1; }

@media only screen and (max-width: 768px) {
  .d-md-block {
    display: none !important; }

  .d-md-flex {
    display: none !important; }

  .d-md-none {
    display: block !important; } }
@media only screen and (width: 768px) {
  footer {
    margin-top: 190px; }

  .pagetop {
    right: 30px !important;
    left: auto !important;
    transform: translateX(0) !important; }
    .pagetop .true {
      bottom: 120px; } }
@media only screen and (max-width: 768px) {
  .modal-body {
    padding: 0 !important; }

  .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 999; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .header {
    height: 60px;
    padding: 0 15px;
    z-index: 998;
    transition: background .3s ease; }
    .header.scroll {
      background: rgba(249, 212, 189, 0.9); }
    .header .center-btn {
      display: block;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0;
      height: 100%; }
      .header .center-btn img {
        max-height: 100%;
        width: auto; }
    .header .humberger {
      position: relative;
      height: 24px;
      width: 28px;
      display: inline-block;
      box-sizing: border-box;
      margin-left: 67px; }
      .header .humberger div {
        position: absolute;
        left: 0;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
        background-color: #FC813E;
        text-align: right; }
      .header .humberger div:nth-of-type(1) {
        top: 0; }
      .header .humberger div:nth-of-type(2) {
        top: 10px; }
      .header .humberger div:nth-of-type(3) {
        bottom: 0; }
      .header .humberger.active {
        margin: 18px 15px;
        display: block; }
        .header .humberger.active div:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
          background: #fff; }
        .header .humberger.active div:nth-of-type(2) {
          opacity: 0; }
        .header .humberger.active div:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
          background: #fff; }
    .header .g-nav-xs {
      position: fixed;
      right: -260px;
      top: 0;
      height: 100%;
      width: 260px;
      background: #e36848;
      transition: right .4s ease;
      z-index: 1000; }
      .header .g-nav-xs.open {
        right: 0; }
      .header .g-nav-xs .nav {
        display: block;
        border-top: solid 1px #fff; }
        .header .g-nav-xs .nav li {
          border-bottom: solid 1px #fff; }
          .header .g-nav-xs .nav li a {
            color: #fff;
            font-size: 18px;
            padding: 16px 15px;
            text-align: left;
            display: block; }

  .push {
    height: 22px !important; }

  footer {
    padding: 38px 0 !important;
    margin-top: 22px !important; }
    footer a:before {
      display: none; }

  .blank {
    height: 230px; }

  .pagetop {
    bottom: -56px;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .pagetop.true {
      bottom: 120px; } }
@media only screen and (max-width: 480px) {
  .modal-body {
    padding: 0 !important; }

  .cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 999; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .header {
    height: 60px;
    padding: 0 15px;
    z-index: 998;
    transition: background .3s ease; }
    .header.scroll {
      background: rgba(249, 212, 189, 0.9); }
    .header .center-btn {
      display: block;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0;
      height: 100%; }
      .header .center-btn img {
        max-height: 100%;
        width: auto; }
    .header .humberger {
      position: relative;
      height: 24px;
      width: 28px;
      display: inline-block;
      box-sizing: border-box;
      margin-left: 67px; }
      .header .humberger div {
        position: absolute;
        left: 0;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
        background-color: #FC813E;
        text-align: right; }
      .header .humberger div:nth-of-type(1) {
        top: 0; }
      .header .humberger div:nth-of-type(2) {
        top: 10px; }
      .header .humberger div:nth-of-type(3) {
        bottom: 0; }
      .header .humberger.active {
        margin: 18px 15px;
        display: block; }
        .header .humberger.active div:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
          background: #fff; }
        .header .humberger.active div:nth-of-type(2) {
          opacity: 0; }
        .header .humberger.active div:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
          background: #fff; }
    .header .g-nav-xs {
      position: fixed;
      right: -260px;
      top: 0;
      height: 100%;
      width: 260px;
      background: #e36848;
      transition: right .4s ease;
      z-index: 1000; }
      .header .g-nav-xs.open {
        right: 0; }
      .header .g-nav-xs .nav {
        display: block;
        border-top: solid 1px #fff; }
        .header .g-nav-xs .nav li {
          border-bottom: solid 1px #fff; }
          .header .g-nav-xs .nav li a {
            color: #fff;
            font-size: 18px;
            padding: 16px 15px;
            text-align: left;
            display: block; }

  .push {
    height: 22px !important; }

  footer {
    padding: 38px 0 !important;
    margin-top: 22px !important; }
    footer a:before {
      display: none; }

  .blank {
    height: 230px; }

  .pagetop {
    bottom: -56px;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
    .pagetop.true {
      bottom: 120px; } }
.objectfit {
  object-fit: cover;
  margin: 0 auto 60px;
  width: 100%;
  padding-bottom: 5px;
  max-width: 2000px; }

.inner {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  max-width: 100%; }
  .inner:before, .inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .inner:after {
    clear: both; }

.menu-item-space {
  width: 500px;
  margin: 0 auto; }

.content {
  margin-top: 90px;
  padding-bottom: 160px; }

.page-ttl {
  padding-top: 60px;
  text-align: center; }

.list-content-wrapper {
  margin-top: 80px; }
  .list-content-wrapper .list {
    margin: -100px -30px 0;
    list-style-type: none; }
    .list-content-wrapper .list li {
      padding: 0 40px;
      margin-top: 100px; }
      .list-content-wrapper .list li a {
        display: block; }
      .list-content-wrapper .list li a:hover .image {
        opacity: .8; }
      .list-content-wrapper .list li a:hover .n-ttl {
        color: #FC813E; }
      .list-content-wrapper .list li .image {
        width: 100%;
        height: 227px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        transition: .2s ease; }
        .list-content-wrapper .list li .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          max-height: 100%;
          width: auto;
          height: auto; }
      .list-content-wrapper .list li .n-ttl {
        font-size: 20px;
        margin-top: 15px;
        color: #333333;
        transition: .2s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .list-content-wrapper .list li .date {
        color: #787878; }

.pagination-area {
  margin: 40px 0 0;
  text-align: center;
  display: block;
  border-radius: 0;
  letter-spacing: -.4em; }
  .pagination-area .prev, .pagination-area .next {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal; }
    .pagination-area .prev a, .pagination-area .next a {
      display: block;
      font-size: 18px; }
    .pagination-area .prev a:hover, .pagination-area .next a:hover {
      color: #FC813E; }
    .pagination-area .prev .fa-angle-left:before, .pagination-area .next .fa-angle-left:before {
      font-size: 20px; }
    .pagination-area .prev .fa-angle-right:before, .pagination-area .next .fa-angle-right:before {
      font-size: 20px; }
  .pagination-area .prev {
    margin-right: 15px; }
  .pagination-area .next {
    margin-left: 15px; }
  .pagination-area .page {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 5px; }
    .pagination-area .page a {
      display: block;
      font-size: 18px;
      color: #333333; }
    .pagination-area .page a:hover {
      color: #FC813E; }
  .pagination-area .here a {
    color: #FC813E; }

.detail-wrapper .set-item {
  text-align: center; }
  .detail-wrapper .set-item .map {
    max-width: 600px;
    height: auto;
    width: 100%; }
  .detail-wrapper .set-item .acsess {
    margin-bottom: 60px; }
  .detail-wrapper .set-item .pickup {
    margin-bottom: 60px;
    text-align: left; }
    .detail-wrapper .set-item .pickup .p-list {
      margin: 50px -30px;
      list-style-type: none; }
      .detail-wrapper .set-item .pickup .p-list li {
        padding: 0 40px; }
        .detail-wrapper .set-item .pickup .p-list li .image {
          width: 100%;
          height: 227px;
          position: relative;
          overflow: hidden;
          border-radius: 10px;
          transition: .2s ease; }
          .detail-wrapper .set-item .pickup .p-list li .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            max-height: 100%;
            width: auto;
            height: auto; }
        .detail-wrapper .set-item .pickup .p-list li .p-ttl {
          font-size: 20px;
          margin-top: 15px;
          color: #333333;
          transition: .2s ease; }
        .detail-wrapper .set-item .pickup .p-list li .desc {
          color: #787878;
          line-height: 24px;
          margin-top: 8px;
          font-size: 15px; }
        .detail-wrapper .set-item .pickup .p-list li .name {
          margin-top: 12px;
          border-top: solid 1px #ccc;
          padding: 12px 0 0;
          color: #787878;
          line-height: 24px;
          font-size: 15px; }
  .detail-wrapper .set-item .menupage {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    .detail-wrapper .set-item .menupage .menu-list {
      font-size: 18px;
      margin: 0 auto; }
      .detail-wrapper .set-item .menupage .menu-list td {
        padding: 5px 40px;
        line-height: 32px;
        vertical-align: middle; }
.detail-wrapper .outer {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px; }
  .detail-wrapper .outer .btn {
    margin: 50px auto 0; }
  .detail-wrapper .outer .date {
    color: #787878; }
  .detail-wrapper .outer .text-title {
    font-size: 24px;
    margin-bottom: 20px; }
  .detail-wrapper .outer table {
    margin: 30px auto; }
  .detail-wrapper .outer th, .detail-wrapper .outer td {
    padding: 5px 40px;
    border: solid 1px #444;
    font-size: 18px; }
  .detail-wrapper .outer .topimg {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px; }
  .detail-wrapper .outer .btn-item {
    margin: 20px auto;
    width: 300px;
    text-align: center;
    display: block; }
    .detail-wrapper .outer .btn-item:hover {
      transform: translateY(-5px); }
  .detail-wrapper .outer .mokuji {
    margin: 50px auto;
    border: 1px solid #444;
    padding: 30px;
    width: 60%; }
    .detail-wrapper .outer .mokuji .ttl {
      border-bottom: 1px solid #444;
      padding-bottom: 16px;
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      color: #FC813E; }
    .detail-wrapper .outer .mokuji ul {
      margin: 10px 0 0; }
      .detail-wrapper .outer .mokuji ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        font-weight: normal; }
        .detail-wrapper .outer .mokuji ul li a {
          font-size: 16px;
          color: #333333;
          text-decoration: none; }
        .detail-wrapper .outer .mokuji ul li a:hover {
          color: #FC813E; }
    .detail-wrapper .outer .mokuji .hl2 {
      background: transparent;
      border-radius: 0;
      font-weight: bold; }
    .detail-wrapper .outer .mokuji .hl3 {
      margin-left: 2em;
      border: 0; }
  .detail-wrapper .outer a {
    color: #333333; }
  .detail-wrapper .outer .hl2 {
    padding: 8px 20px;
    font-size: 24px;
    line-height: 32px;
    background: #F5E4CA;
    margin-bottom: 12px;
    margin-top: 24px; }
  .detail-wrapper .outer .hl3 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #231815;
    margin-bottom: 12px;
    margin-top: 24px;
    position: relative; }
  .detail-wrapper .outer .embed-related {
    border: 1px solid #b2b2b2;
    margin-bottom: 30px; }
    .detail-wrapper .outer .embed-related .img, .detail-wrapper .outer .embed-related .body {
      float: left; }
    .detail-wrapper .outer .embed-related a {
      display: block;
      padding: 15px;
      color: #333333;
      *zoom: 1; }
      .detail-wrapper .outer .embed-related a:before, .detail-wrapper .outer .embed-related a:after {
        display: table;
        content: "";
        line-height: 0; }
      .detail-wrapper .outer .embed-related a:after {
        clear: both; }
      .detail-wrapper .outer .embed-related a:hover {
        background: #FFF8DB; }
    .detail-wrapper .outer .embed-related .img {
      width: 150px;
      height: 110px;
      position: relative;
      overflow: hidden; }
      .detail-wrapper .outer .embed-related .img img {
        max-height: 100%;
        min-height: 100%;
        max-width: initial;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }
    .detail-wrapper .outer .embed-related .body {
      width: 436px;
      padding-left: 26px; }
      .detail-wrapper .outer .embed-related .body .ttl {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        font-weight: bold;
        overflow: hidden; }
      .detail-wrapper .outer .embed-related .body .desc {
        margin-top: 4px;
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        overflow: hidden; }
  .detail-wrapper .outer .embed-button {
    text-align: center;
    margin-bottom: 30px; }
    .detail-wrapper .outer .embed-button a {
      display: inline-block;
      border: solid 1px #FC813E;
      padding: 12px 15px;
      border-radius: 8px;
      min-width: 300px;
      max-width: 100%;
      margin: 0 auto;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      color: #fff;
      background: #FC813E;
      word-break: break-all;
      text-decoration: none; }
    .detail-wrapper .outer .embed-button a:hover {
      background: #fff !important;
      color: #FC813E; }
  .detail-wrapper .outer .block-imgtxt {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
    .detail-wrapper .outer .block-imgtxt .image {
      width: 200px;
      height: 200px;
      position: relative;
      overflow: hidden; }
      .detail-wrapper .outer .block-imgtxt .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        width: auto;
        height: 100%;
        width: auto;
        min-width: initial;
        max-width: initial;
        margin: 0; }
    .detail-wrapper .outer .block-imgtxt .txt-box {
      flex: 1;
      padding: 8px 0 8px 20px; }
      .detail-wrapper .outer .block-imgtxt .txt-box .txt-ttl {
        font-size: 1.2em;
        font-weight: bold; }
      .detail-wrapper .outer .block-imgtxt .txt-box .txt {
        margin-top: 12px;
        line-height: 1.8em; }
        .detail-wrapper .outer .block-imgtxt .txt-box .txt a {
          border-bottom: solid 1px #FC813E;
          padding-bottom: 4px;
          text-decoration: none; }
  .detail-wrapper .outer .block-doc {
    margin-bottom: 30px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
    .detail-wrapper .outer .block-doc .icn {
      display: block;
      margin: 0 20px; }
      .detail-wrapper .outer .block-doc .icn img {
        display: block;
        margin: 0;
        max-width: initial;
        max-height: initial;
        width: 56px;
        height: auto; }
      .detail-wrapper .outer .block-doc .icn:hover {
        opacity: .8; }
    .detail-wrapper .outer .block-doc .detail {
      flex: 1; }
      .detail-wrapper .outer .block-doc .detail a {
        color: #333333;
        display: block;
        width: 160px;
        padding: 10px 0;
        text-align: center;
        border-radius: 20px;
        border: solid 1px #333333; }
        .detail-wrapper .outer .block-doc .detail a:hover {
          color: #fff;
          background: #FC813E;
          border-color: #FC813E; }
      .detail-wrapper .outer .block-doc .detail .desc {
        font-size: .8em;
        margin-top: 8px;
        line-height: 1.4em;
        color: #505050; }
  .detail-wrapper .outer .block-li-txt {
    margin-bottom: 30px; }
    .detail-wrapper .outer .block-li-txt li .li-ttl {
      font-weight: bold;
      font-size: 1em; }
    .detail-wrapper .outer .block-li-txt li .li-txt {
      line-height: 1.6em; }
  .detail-wrapper .outer .share-link {
    margin-top: 20px; }
    .detail-wrapper .outer .share-link a {
      border: solid 1px #9e9f9f;
      padding: 2px 6px;
      border-radius: 5px;
      font-size: 12px;
      display: inline-block;
      line-height: 18px;
      color: #333333; }
      .detail-wrapper .outer .share-link a:hover {
        background: #FFF8DB;
        color: inherit; }
      .detail-wrapper .outer .share-link a.fb i {
        color: #3b5998;
        font-size: 18px;
        margin-right: 4px;
        vertical-align: middle; }
      .detail-wrapper .outer .share-link a.line img {
        height: 18px;
        margin: 0 4px 0 0;
        vertical-align: middle;
        width: auto; }
      .detail-wrapper .outer .share-link a.tw i {
        color: #1da1f2;
        font-size: 18px;
        margin-right: 4px;
        vertical-align: middle; }

@media screen and (width: 768px) {
  .menu-item-space {
    width: 100%; }

  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }

  .content {
    margin-top: 60px;
    padding-bottom: 0; }

  .list-content-wrapper .list {
    margin-right: -15px;
    margin-left: -15px; }
    .list-content-wrapper .list li {
      padding: 0 15px; }
      .list-content-wrapper .list li a {
        position: relative; }
      .list-content-wrapper .list li .icn {
        position: absolute;
        left: 0;
        top: -15px;
        *zoom: 1; }
        .list-content-wrapper .list li .icn:before, .list-content-wrapper .list li .icn:after {
          display: table;
          content: "";
          line-height: 0; }
        .list-content-wrapper .list li .icn:after {
          clear: both; }
        .list-content-wrapper .list li .icn img {
          display: block;
          margin-right: 10px;
          float: left; }

  .detail-wrapper .set-item .pickup .p-list {
    margin-right: -15px;
    margin-left: -15px; }
    .detail-wrapper .set-item .pickup .p-list li {
      padding: 0 15px; } }
@media screen and (max-width: 767px) {
  .menu-item-space {
    width: 100%; }

  .content {
    margin-top: 60px; }

  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }

  .page-ttl {
    padding-top: 30px; }
    .page-ttl img {
      height: 40px;
      width: auto; }

  .objectfit {
    margin-bottom: 30px; }

  .list-content-wrapper {
    margin: 30px 0 0; }
    .list-content-wrapper .list {
      margin: 0 10px; }
      .list-content-wrapper .list li {
        padding: 0;
        max-width: 340px;
        margin: 60px auto 0; }
        .list-content-wrapper .list li a {
          position: relative;
          display: block; }
          .list-content-wrapper .list li a .icn {
            position: absolute;
            left: -30px;
            top: -30px;
            *zoom: 1; }
            .list-content-wrapper .list li a .icn:before, .list-content-wrapper .list li a .icn:after {
              display: table;
              content: "";
              line-height: 0; }
            .list-content-wrapper .list li a .icn:after {
              clear: both; }
            .list-content-wrapper .list li a .icn img {
              display: block;
              margin-right: 10px;
              float: left; }
        .list-content-wrapper .list li:first-child {
          margin-top: 15px; }
        .list-content-wrapper .list li .image {
          height: 250px; }
        .list-content-wrapper .list li .n-ttl {
          font-size: 18px;
          margin-top: 10px; }

  .pagination-area {
    margin-top: 30px; }

  .detail-wrapper .set-item .map {
    width: 90%; }
  .detail-wrapper .set-item .acsess {
    margin-bottom: 50px; }
  .detail-wrapper .set-item .pickup {
    margin-bottom: 50px; }
    .detail-wrapper .set-item .pickup .p-list {
      margin: 0 10px; }
      .detail-wrapper .set-item .pickup .p-list li {
        padding: 0;
        max-width: 340px;
        margin: 40px auto 0; }
        .detail-wrapper .set-item .pickup .p-list li:first-child {
          margin-top: 0; }
        .detail-wrapper .set-item .pickup .p-list li .image {
          height: 250px; }
        .detail-wrapper .set-item .pickup .p-list li .p-ttl {
          font-size: 18px;
          margin-top: 10px; }
        .detail-wrapper .set-item .pickup .p-list li .desc {
          font-size: 14px;
          line-height: 20px; }
        .detail-wrapper .set-item .pickup .p-list li .name {
          margin-top: 10px;
          padding-top: 8px;
          line-height: 20px;
          font-size: 14px; }
  .detail-wrapper .set-item .menupage {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto; }
    .detail-wrapper .set-item .menupage .menu-list {
      font-size: 16px;
      display: block; }
      .detail-wrapper .set-item .menupage .menu-list tbody, .detail-wrapper .set-item .menupage .menu-list tr, .detail-wrapper .set-item .menupage .menu-list td {
        display: block; }
      .detail-wrapper .set-item .menupage .menu-list td {
        padding: 8px 20px;
        line-height: 30px; }
  .detail-wrapper .outer.entry-outer {
    padding: 0;
    margin-top: 0px; }
  .detail-wrapper .outer {
    padding: 0px 20px 0; }
    .detail-wrapper .outer .date {
      font-size: 14px; }
    .detail-wrapper .outer .text-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px; }
    .detail-wrapper .outer table {
      margin: 20px auto; }
    .detail-wrapper .outer th, .detail-wrapper .outer td {
      padding: 5px 20px;
      border: solid 1px;
      text-align: center;
      font-size: 16px; }
    .detail-wrapper .outer .btn-item {
      margin: 20px auto;
      width: 250px;
      display: block; }
      .detail-wrapper .outer .btn-item:hover {
        transform: initial; }
      .detail-wrapper .outer .btn-item img {
        width: 100%;
        height: auto; }
    .detail-wrapper .outer .mokuji {
      margin: 20px auto;
      padding: 20px;
      max-width: 500px;
      width: 100%; }
      .detail-wrapper .outer .mokuji .ttl {
        padding-bottom: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin: 0; }
      .detail-wrapper .outer .mokuji ul {
        margin: 10px 0 0; }
        .detail-wrapper .outer .mokuji ul li a {
          font-size: 15px; }
      .detail-wrapper .outer .mokuji .hl3 {
        margin-left: 1em; }
    .detail-wrapper .outer .hl2 {
      padding: 6.6666666667px 12px;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 12px;
      margin-top: 20px; }
    .detail-wrapper .outer .hl3 {
      padding-bottom: 8px;
      font-size: 16px;
      line-height: 26.6666666667px;
      margin-bottom: 13.3333333333px;
      margin-top: 20px; }
    .detail-wrapper .outer .embed-related {
      margin-bottom: 30px; }
      .detail-wrapper .outer .embed-related a {
        padding: 13.3333333333px; }
      .detail-wrapper .outer .embed-related .img {
        width: 100px;
        height: 80px; }
      .detail-wrapper .outer .embed-related .body {
        width: calc(100% - 300px/3);
        padding-left: 13.3333333333px; }
        .detail-wrapper .outer .embed-related .body .ttl {
          font-size: 1em;
          line-height: 26.6666666667px;
          font-weight: bold;
          height: auto;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        .detail-wrapper .outer .embed-related .body .desc {
          display: none; }
    .detail-wrapper .outer .embed-button {
      margin-bottom: 30px; }
      .detail-wrapper .outer .embed-button a {
        min-width: initial;
        margin: 0 auto;
        padding: 8px 16.6666666667px;
        max-width: 100%;
        width: 500px;
        font-size: 16px; }
    .detail-wrapper .outer .block-imgtxt {
      margin-bottom: 20px;
      margin-top: 20px; }
      .detail-wrapper .outer .block-imgtxt .image {
        width: 100px;
        height: 100px; }
      .detail-wrapper .outer .block-imgtxt .txt-box {
        padding: 0 0 0 16.6666666667px; }
        .detail-wrapper .outer .block-imgtxt .txt-box .txt-ttl {
          line-height: 1.4em;
          font-size: 1em;
          margin: 0; }
        .detail-wrapper .outer .block-imgtxt .txt-box .txt {
          margin-top: 6.6666666667px;
          line-height: 1.4em;
          font-size: .9em; }
          .detail-wrapper .outer .block-imgtxt .txt-box .txt a {
            padding-bottom: 5.3333333333px; }
    .detail-wrapper .outer .block-doc {
      margin-bottom: 30px; }
      .detail-wrapper .outer .block-doc .icn {
        margin: 0 20px; }
        .detail-wrapper .outer .block-doc .icn img {
          width: 66.6666666667px;
          height: auto; }
      .detail-wrapper .outer .block-doc .detail a {
        width: 150px;
        padding: 3.3333333333px;
        border-radius: 26.6666666667px; }
      .detail-wrapper .outer .block-doc .detail .desc {
        margin-top: 5px; }
    .detail-wrapper .outer .block-li-txt {
      margin-bottom: 30px; }
  .detail-wrapper .share-link {
    *zoom: 1; }
    .detail-wrapper .share-link:before, .detail-wrapper .share-link:after {
      display: table;
      content: "";
      line-height: 0; }
    .detail-wrapper .share-link:after {
      clear: both; }
    .detail-wrapper .share-link a {
      padding: 5px;
      font-size: 15.3333333333px;
      line-height: 20px;
      display: block;
      float: left;
      margin-right: 5px;
      margin-bottom: 5px; }
      .detail-wrapper .share-link a.fb i {
        font-size: 16.6666666667px;
        margin-right: 4px;
        font-style: normal; }
      .detail-wrapper .share-link a.line img {
        height: 16.6666666667px !important;
        margin: 0 4px 0 0;
        vertical-align: middle;
        width: auto; }
      .detail-wrapper .share-link a.tw i {
        font-size: 16.6666666667px;
        margin-right: 4px;
        font-style: normal; } }

/*# sourceMappingURL=article.css.map */
