@charset "UTF-8";
@import url(../../assets/icomoon/style.css);
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

sub,
sup {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 150%;
  font-size: 70%;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

ul:after,
div:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}

ol {
  list-style-position: outside;
  padding-left: 2em;
  line-height: 130%;
}

ol li {
  line-height: 130%;
  padding-bottom: 10px;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

td {
  line-height: 140%;
}

th {
  line-height: 140%;
}

img {
  max-width: 100%;
  height: auto;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
}

table {
  table-layout: fixed;
}

.red {
  color: red;
}

#navi {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

#navi input {
  display: none;
}

#navi #header_logo {
  float: left;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

#navi #header_logo img {
  height: 46px;
  margin-right: 8px;
  vertical-align: middle;
}

#navi #header_logo a {
  color: #000;
  display: block;
}

#navi .menu {
  float: right;
  padding-right: 10px;
}

#navi .menu .menu-parent,
#navi .menu .menu-parent2 {
  float: left;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}

#navi .menu a {
  color: #fff;
}

#navi .menu .menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}

.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 80px;
  left: 20%;
  margin-left: -80px;
  width: 220px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  border: 1px solid #333;
  border-radius: 5px;
}

@media screen and (min-width: 736px) {
  #navi.fixed {
    height: 50px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #navi.fixed .menu .menu-parent,
  #navi.fixed .menu .menu-parent2 {
    height: 50px;
    color: #000;
  }
  #navi .menu .menu-parent > a,
  #navi .menu .menu-parent2 > a {
    color: #000;
    display: block;
    padding: 15px 10px 0px 10px;
    height: 50px;
    line-height: 150%;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #navi .menu .menu-parent a.current,
  #navi .menu .menu-parent2 a.current {
    color: #fff;
    background-color: #3e4370;
  }
  .menu-parent:hover .menu-child {
    top: 50px;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    background-color: #000;
  }
}

@media screen and (max-width: 736px) {
  #menu-navibtn {
    display: none;
  }
  #navi {
    height: 60px;
  }
  #navi > ul {
    border-top: 1px solid #cacaca;
  }
  #navi h1,
  #navi p {
    float: none;
    height: 50px;
    text-align: center;
  }
  #navi h1 img,
  #navi p img {
    margin: 6px;
    width: auto;
    max-height: 400px;
    float: left;
  }
  #navi #header_logo {
    padding: 3px;
  }
  #navi #header_logo img {
    height: 50px;
  }
  #navi .menu {
    display: none;
    padding-right: 0;
    width: 100%;
    margin-top: 10px;
  }
  #navi .menu .menu-parent,
  #navi .menu .menu-parent2 {
    height: auto;
    width: 100%;
    line-height: 50px;
    background: #000;
    padding: 0px 20px 0px 20px;
    border-bottom: 1px solid #999;
  }
  #navi .menu .menu-parent i {
    padding: 0px 20px;
  }
  #navi ul {
    float: none;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}

@media screen and (max-width: 736px) {
  #navi .menu .menu-parent,
  #navi .menu .menu-parent2 {
    height: auto;
    width: 100%;
    line-height: 50px;
    padding: 0px 10px 0px 10px;
  }
  #navi .menu-parent2 a {
    display: block;
  }
  #navi #header_logo {
    height: 50px;
  }
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  #navi .menu-child li {
    line-height: 130%;
    font-size: 13px;
    border-bottom: 1px solid #555;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navi .menu-parent .menu-child {
    -webkit-transition: all 0s;
    transition: all 0s;
    background-color: #000;
    border-radius: 0;
    position: relative;
    opacity: 1;
    padding: 0;
    visibility: visible;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
    border: 0;
    padding-left: 10px;
  }
  .menu-child li {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* クリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
    opacity: 1;
  }
  .angletoggle {
    position: absolute;
    right: 10px;
  }
  .angletoggle:before {
    font-family: "icomoon", sans-serif;
    content: "\e904";
    color: #FFF;
    font-size: 24px;
    font-size: 1.5rem;
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\e90b";
    color: #FFF;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#navi .menu-child .menu-child-top {
  position: relative;
}

/* △部分 */
#navi .menu-child .menu-child-top::before,
#navi .menu-child .menu-child-top::after {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #000;
  top: -13px;
  content: "";
  display: block;
  height: 0;
  left: 47%;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 736px) {
  #navi .menu-child .menu-child-top::before,
  #navi .menu-child .menu-child-top::after {
    border: none;
  }
}

#navi .menu-child li:last-child {
  border: none;
}

#navi .menu-parent {
  position: relative;
}

#navi .menu-parent i {
  position: absolute;
  right: 0;
  margin-right: 3px;
}

#navi .menu-child li a {
  display: block;
  padding: 15px 0;
}

#navi ul > li .pd {
  display: none;
}

@media screen and (max-width: 736px) {
  #navi ul {
    float: none;
  }
  #navi ul > li .pd {
    display: inline-block;
    width: 100%;
  }
  #navi .menu-child li a {
    color: #fff;
  }
}

/* ハンバーガー */
#navi #navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 736px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navi #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 4px;
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left: 10px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    -webkit-transition: .2s;
    transition: .2s;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top: 10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top: 19px;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom: 10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom: 18px;
    -webkit-transform: rotate(-132deg);
    transform: rotate(-132deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top: 18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}

@media screen and (min-width: 736px) {
  #navi .menu-child li {
    line-height: 100%;
    font-size: 13px;
    border-bottom: 1px solid #333;
  }
  #navi .menu-child li a:hover {
    color: #b7e8ff;
  }
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.clear {
  *zoom: 1;
}

.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
  background: #fff;
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* @mixin  絶対位置の指定*/
a:link,
a:visited {
  color: #0001AA;
  text-decoration: none;
}

a:link:hover, a:link:active, a:link:focus,
a:visited:hover,
a:visited:active,
a:visited:focus {
  color: #1112ff;
}

a:hover {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_only {
  display: block;
}

.sphone_only {
  display: none;
}

.sphone_tab_only {
  display: none;
}

.ios .tab_only,
.android .tab_only {
  display: block;
}

.desktop .tab_only {
  display: none;
}

/* 変数　キーカラー*/
/* マップ*/
.ggmap {
  clear: both;
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pdflink {
  float: right;
  margin-top: 20px;
}

#pdflink a {
  display: block;
  padding: 10px 30px;
  border: 1px solid #000;
  color: #000;
}

/* YouTube*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 0 auto;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

strong {
  font-weight: 700;
}
br.br{
	display:none;
}
/* -------------------------------------
   フレーム
------------------------------------- */
@media all and (-ms-high-contrast: none) {
  /*IE10 以降にのみ適用される */
  main {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  /* フォントジャギー用　Edge にのみ適用される ヘッダ固定のためこちらで指定*/
  #main {
    -webkit-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
  }
}

#container {
  overflow: hidden;
  width: 100%;
  margin: 50px auto 0;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

#main {
  width: 94%;
  max-width: 1080px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-justify: inter-ideograph;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main > section {
  width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #container {
    margin: 10px auto 0;
  }
  #main {
    width: 100%;
    padding: 5px;
  }
}

#notfound {
  text-align: center;
}

#notfound h1 {
  padding: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 170%;
}

#notfound div {
  width: 300px;
  margin: auto;
}

#notfound div a {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #000;
  color: #fff;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #header,
  #header_c {
    background: none;
    padding: 0;
    height: 50px;
  }
  #header__logo,
  #header_c__logo {
    padding: 0;
    float: inherit;
    position: fixed;
    top: 3px;
    left: 3px;
    z-index: 9999;
    margin: 0;
  }
  #header__logo img,
  #header_c__logo img {
    height: 36px;
    width: auto;
  }
  #header__title,
  #header_c__title {
    position: fixed;
    top: 45px;
    padding: 4px;
    height: 40px;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #header #globalmenu,
  #header_c #globalmenu {
    display: none;
  }
}

/* -------------------------------------
   フッタ
------------------------------------- */
#otherlink {
  background-color: #D6D6D6;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}

footer {
  height: auto;
  overflow: hidden;
  background: #1B3464;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 120%;
}

footer #footer_link {
  float: left;
}

footer #footer_link a:link,
footer #footer_link a:hover,
footer #footer_link a:visited {
  color: #fff;
}

footer #copyright {
  float: right;
}

/* Smartphones (portrait and landscape) ---------;-- */
@media only screen and (max-width: 736px) {
  footer {
    padding: 0;
  }
  footer #footer_link {
    padding: 0;
    float: none;
  }
  footer #footer_link li {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer #footer_link li a {
    text-align: center;
    display: block;
    padding: 14px;
    border-bottom: solid 1px #ccc;
    background-color: #0080BD;
    color: #fff;
  }
  footer #copyright {
    text-align: center;
    padding: 5px;
  }
}

/* -------------------------------------
   TOP PAGE
------------------------------------- */
.home_index #top_image {
  background-color: #BFD7E9;
  background-image: url("../../images/topimg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1200px;
  height: 600px;
  width: 100%;
  position: relative;
}

.home_index #top_image_banner {
  width: 350px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.home_index #top_image_logo {
  width: 600px;
  position: absolute;
  top: 80px;
  left: 5%;
}

.home_index #top_image_link {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
}

.home_index #top_image_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_index #top_image_link ul li {
  width: 23%;
}

.home_index #top_image_link ul li img {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.home_index #top_image_link ul li img:hover {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(196, 228, 255, 0.87));
          filter: drop-shadow(1px 3px 5px rgba(196, 228, 255, 0.87));
}

.home_index #top_info li {
  border-bottom: 1px dotted #999;
  padding: .5rem 0;
}

.home_index #top_takeout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_index #top_takeout li {
  width: 24.5%;
}

.home_index #top_takeout li .title {
  background-color: #00397B;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  font-weight: bold;
  padding: 10px;
}

.home_index #top_takeout li .title span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.home_index .top_shop {
  margin: 10px 0;
}

.home_index .top_shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(161, 176, 184, 0.7)));
  background: linear-gradient(90deg, white 0%, rgba(161, 176, 184, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A1B0B8', GradientType=1);
}

.home_index .top_shop a .photo1 {
  width: 26%;
}

.home_index .top_shop a .text {
  width: 46%;
  padding: 10px;
  color: #000;
}

.home_index .top_shop a .text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: .3em;
  margin-bottom: .3em;
}

.home_index .top_shop a .text h3 span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.home_index .top_shop a .photo2 {
  width: 23%;
  margin: 1%;
}

.home_index #whats {
  margin-top: 40px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #999;
}

.home_index #whats div {
  width: 130px;
  float: left;
}

.home_index #whats p {
  width: calc(100% - 130px);
  float: left;
  padding-left: 30px;
}

.home_index #bannerblock {
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home_index #bannerblock li {
  width: 49.5%;
  height: auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  .home_index #top_image {
    position: inherit;
    background-position: center 0;
    background-size: 98%;
    height: auto;
    padding: 10px;
  }
  .home_index #top_image_banner {
    width: 100%;
    position: inherit;
    text-align: center;
  }
  .home_index #top_image_logo {
    position: inherit;
    width: 100%;
  }
  .home_index #top_image_link {
    position: inherit;
    width: 92%;
    -webkit-transform: none;
            transform: none;
    margin: 24px auto 10px auto;
  }
  .home_index #top_image_link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .home_index #top_image_link ul li {
    width: 48%;
    margin-bottom: 5px;
    margin-right: 2%;
  }
  .home_index #top_takeout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_index #top_takeout li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .home_index #top_takeout li .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
  }
  .home_index #top_takeout li .title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .home_index .top_shop {
    margin: 10px 0;
  }
  .home_index .top_shop a .photo1 {
    width: 35%;
    padding: 5px;
  }
  .home_index .top_shop a .text {
    width: 65%;
    padding: 5px;
  }
  .home_index .top_shop a .text h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .home_index .top_shop a .text h3 span {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  .home_index .top_shop a .photo2 {
    display: none;
  }
  .home_index #whats {
    margin-top: 10px;
    padding: 10px;
  }
  .home_index #whats div {
    width: 120px;
    float: none;
    margin: 0 auto 10px auto;
  }
  .home_index #whats p {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .home_index #bannerblock li {
    width: 100%;
    margin-bottom: 6px;
  }
}

/* -------------------------------------
   下層
------------------------------------- */
#head_image {
  width: 100%;
  height: 110px;
  background-image: url("../../assets/images/img_yokosuka.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

#head_image_logo {
  height: 80px;
  margin: 10px;
}

#main {
  min-height: calc(85vh);
  margin-bottom: 90px;
}

#main p {
  overflow: hidden;
  margin-bottom: 1rem;
}

#main .title1 {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 130%;
  margin-top: 40px;
  margin-bottom: 5px;
  border-bottom: 1px solid #4D4D4D;
  border-left: 14px solid #1B3464;
}

#main .title1 span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

#main .title2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: solid 1px #00286c;
  padding: 50px 0 5px 0;
}

#main .title2 span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

#main .title3 {
  margin: 30px 0;
  font-weight: 700;
  border-top: solid 8px #f88705;
  border-bottom: solid 5px #f88705;
  padding: 25px 0 15px 0;
  text-align: center;
  color: #f88705;
  font-size: 32px;
  font-size: 2rem;
  line-height: 120%;
}

#main .title3 span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}

#main #kora .title3 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
}

#main .title4 {
  margin: 30px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-top: solid 8px #232fa3;
  border-bottom: solid 5px #232fa3;
  padding: 25px 0 15px 0;
  text-align: center;
  color: #232fa3;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 130%;
}

#main .title4 span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}

#main .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .half > div {
  width: 48%;
}

#main table.eigyo {
  width: 100%;
}

#main table.eigyo th {
  width: 30%;
  padding: 10px;
  background-color: #cacaca;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}

#main table.eigyo td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 170%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #main {
    min-height: calc(85vh);
    margin-bottom: 30px;
  }
  #main .title3 {
    margin: 10px 0;
    padding: 15px 0 10px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
  #main .title4 {
    margin: 10px 0;
    padding: 15px 0 10px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
  #main .half {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main .half > div {
    width: 100%;
  }
  #main table.eigyo th {
    width: 20%;
  }
  #main table.eigyo td {
    padding: 5px;
  }
}

/* 会社概要　*/
#company table {
  width: 100%;
  margin-bottom: 20px;
}

#company table th {
  background-color: #0080BD;
  color: #fff;
  font-weight: normal;
  padding: 15px;
  width: 30%;
  border-bottom: 1px solid #fff;
}

#company table td {
  font-weight: normal;
  padding: 15px;
  width: 70%;
  border-bottom: 1px solid #ddd;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #main .title1 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
  }
}

/* -------------------------------------
   店舗
------------------------------------- */
#shop_header {
  width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

#shop_header img {
  height: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

#shop_header a {
  color: #fff;
}

#shop_img {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#shop_img_logo {
  max-width: 900px;
  max-height: 300px;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}

#shop_txt h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 130%;
}

#shop_txt h2 span {
  font-size: 15px;
  font-size: 0.9375rem;
}

#shop_txt p {
  padding-top: 10px;
  line-height: 200%;
}

#shop_menu {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#shop_menu li {
  width: 32.5%;
  margin-right: 1%;
  margin-bottom: 10px;
}

#shop_menu li:nth-child(3n) {
  margin-right: 0;
}

#shop_menu li .title {
  background-color: #00397B;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  font-weight: bold;
  padding: 15px 10px;
}

#shop_menu li .title span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
}

.menu_list li {
  width: 32%;
  margin-right: 1.3%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.menu_list li span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ff5e00;
}

.menu_list li .cap {
  text-align: justify;
  padding: 0 1em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: -.8rem;
  margin-bottom: 1rem;
}

.menu_list li .cap span {
  color: #8b243e;
}

.menu_list li .photo {
  position: relative;
  margin-bottom: .5rem;
}

.menu_list li .photo:before {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "icomoon", sans-serif;
  content: "\e916";
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}

.menu_list.lunch li .cap span {
  color: rgba(255, 115, 0, 0.7);
}

.menu_list.not li .photo:before {
  content: "";
}

#kora .menu_list li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
}

#kora .menu_list li .photo {
  -webkit-box-shadow: 0 1.3rem 1rem -1rem #0000008e;
          box-shadow: 0 1.3rem 1rem -1rem #0000008e;
  margin-bottom: 1rem;
}

.menu_list_txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
  padding: 1rem 1rem 0 1rem;
}

.menu_list_txt li .name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  padding-right: 2rem;
}

.menu_list_txt li .cap {
  text-align: justify;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
}

.menu_list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .5rem;
}

.menu_list4 li {
  width: 24%;
  margin-right: 1%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.menu_list4 li span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ff5e00;
}

.menu_list4 li .cap {
  text-align: justify;
  padding: 0 1em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: -.8rem;
  margin-bottom: 1rem;
}

.menu_list4 li .photo {
  margin-bottom: .5rem;
}

.menu_list5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .5rem;
}

.menu_list5 li {
  width: 19%;
  margin-right: 1%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: .5rem;
}

.menu_list5 li span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ff5e00;
}

.menu_list5 li .cap {
  text-align: justify;
  padding: 0 1em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: -.8rem;
  margin-bottom: 1rem;
}

.menu_list5 li .photo {
  margin-bottom: .5rem;
}

.menu_list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
  padding: 5px;
}

.menu_list3 li {
  width: 47%;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

.menu_list3 li:nth-child(1n) {
  -webkit-margin-end: 3%;
          margin-inline-end: 3%;
}

.menu_list3 li h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #985D9C;
  line-height: 110%;
}

.menu_list3 li h3 span {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}

.menu_list3 li h3 span.red {
  color: #fc0000;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.menu_list3 li .cap {
  text-align: justify;
  padding: 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: -.8rem;
  margin-bottom: 1rem;
}

.menu_list3 li .photo {
  position: relative;
  margin-bottom: 1rem;
}

.menu_list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
  padding: 5px;
}

.menu_list3 li {
  width: 47%;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

.menu_list3 li:nth-child(1n) {
  -webkit-margin-end: 3%;
          margin-inline-end: 3%;
}

.menu_list3 li h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #985D9C;
  line-height: 110%;
}

.menu_list3 li h3 span {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}

.menu_list3 li h3 span.red {
  color: #fc0000;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.menu_list3 li .cap {
  text-align: justify;
  padding: 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  margin-top: -.8rem;
  margin-bottom: 1rem;
}

.menu_list3 li .photo {
  position: relative;
  margin-bottom: 1rem;
}

#anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#anchor li {
  width: 24%;
  margin-bottom: 10px;
  margin-right: 1%;
}

#anchor li a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  background-color: #882d35;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
}

#houji .title1 {
  border-left-color: #985D9C;
}

#houji .menu_list3 li h3 {
  color: #985D9C;
}

.chuigaki {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  padding: .5rem 0;
}

.notice {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.notice2 {
  border: 2px solid #ffce8e;
  background-color: #fffadb;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 160%;
  margin: -1rem 0 2rem 0;
}

.notice2 span {
  color: #e65c00;
  font-weight: bold;
}

.notice2 ol {
  margin-left: .5rem;
}

.notice2 ol li {
  list-style: decimal;
  margin: 0;
  padding: 3px 0;
}

.menu_list2 {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_list2 li {
  width: 32%;
  margin-right: 1.3%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 1rem;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: .5rem;
}

.menu_list2.center li {
  text-align: center;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #shop_header {
    height: 40px;
    padding: 3px;
    font-size: 16px;
    font-size: 1rem;
  }
  #shop_header img {
    margin-right: 5px;
  }
  #shop_img {
    height: 160px;
  }
  #shop_img_logo {
    height: 130px;
    margin: auto;
    padding-top: 20px;
  }
  #shop_img_logo img {
    height: 100%;
  }
  #shop_txt {
    display: none;
  }
  #shop_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #shop_menu li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #shop_menu li:nth-child(2n) {
    margin-right: 0;
  }
  #shop_menu li:nth-child(3n) {
    margin-right: 2%;
  }
  #shop_menu li .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
  }
  #shop_menu li .title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .menu_list li,
  .menu_list4 li {
    width: 49%;
    margin-right: 1%;
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: inherit;
    font-weight: normal;
  }
  .menu_list li .photo:before,
  .menu_list4 li .photo:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #kora .menu_list li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .menu_list2 li {
    width: 100%;
    margin-right: 0%;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: inherit;
    font-weight: normal;
  }
  .menu_list3 li {
    width: 98%;
    padding: 10px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .menu_list3 li:nth-child(1n) {
    -webkit-margin-end: 0%;
            margin-inline-end: 0%;
  }
  .menu_list3 li h3 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: inherit;
  }
  .menu_list5 li {
    width: 32%;
  }
  #anchor li {
    width: 49%;
    margin-bottom: 5px;
    margin-right: 1%;
  }
  #anchor li a {
    display: block;
    text-align: center;
    padding: 1rem 0;
    background-color: #882d35;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
    font-weight: 700;
  }
  br.br{
	display:inline;
  }
}

/* -------------------------------------
   甲羅
------------------------------------- */
.kora_index #shop_header {
  background-color: #BD200D;
}

.kora_index #shop_img {
  background-image: url("../../kora/images/mainimage.jpg");
}

.kora_index #shop_txt {
  background-color: #F9DADD;
  text-align: center;
  padding: 30px 0;
}

.kora_index #shop_menu li .title {
  background-color: #BD200D;
}

#main #kora .title1 {
  border-left-color: #BD200D;
}

#main #kora .title_keiji {
  background-color: #F6E0E6;
  line-height: 150%;
  padding: .5rem 1rem;
  margin: 2rem 0 .5rem 0;
}

#main #kora .title_houji {
  background-color: #E8DCE8;
  line-height: 150%;
  padding: .5rem 1rem;
  margin: 2rem 0 .5rem 0;
}

#main #kora .title1.takeout {
  position: relative;
}

#main #kora .title1.takeout:after {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("../../assets/images/icn_takeout1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#main #kora #chirashi , #main #kora > .chirashi {
  text-align: center;
}

#main #kora #bannerblock {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main #kora #bannerblock li {
  width: 49.5%;
  height: auto;
}

#main #kora #enkai {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(210, 174, 181, 0.7)));
  background: linear-gradient(90deg, white 0%, rgba(210, 174, 181, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D2AEB5', GradientType=1);
  padding: 10px 0;
}

#main #kora #enkai a {
  color: #000;
}

#main #kora #enkai .left {
  float: left;
  width: 38%;
}

#main #kora #enkai .right {
  float: left;
  width: 60%;
}

#main #kora #enkai .right h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: bold;
  padding: 10px 0;
}

#main #kora .keiji_list {
  margin: 0 1rem;
}

#main #kora .keiji_list .strong {
  font-weight: bold;
}

#main #kora .keiji_list dt {
  border-bottom: 1px dotted #999;
  margin-top: 1rem;
  font-weight: normal;
}

#main #kora .keiji_list dt::before {
  content: "●";
  color: #D7796E;
}

#main #kora .keiji_list dd {
  padding: .2rem 0 0 .8rem;
}

#main #kora .houji_list {
  margin: 0 1rem;
}

#main #kora .houji_list .strong {
  font-weight: bold;
}

#main #kora .houji_list li {
  border-bottom: 1px dotted #999;
  margin-top: 1rem;
  font-weight: normal;
}

#main #kora .houji_list li::before {
  content: "●";
  color: #A076AB;
}

#main #kora .houji_list dt {
  border-bottom: 1px dotted #999;
  margin-top: 1rem;
  font-weight: normal;
}

#main #kora .houji_list dt::before {
  content: "●";
  color: #A076AB;
}

#main #kora .houji_list dd {
  padding: .2rem 0 0 .8rem;
}

#main #kora .sougei {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: red;
}

#linkblock {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  #enkaiannai a{
        display: block;
        width: 100%;
        height: 100%;
        background-color: #DD80A5;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        @include fontsize(18);
        line-height: 150%;
        font-family: inherit;
        font-weight: 700;
    }

    #houyouannai a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #A076AB;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        @include fontsize(18);
        line-height: 150%;
        font-family: inherit;
        font-weight: 700;
    }
    */
}

#linkblock div {
  width: 49%;
  margin-right: 1%;
}

#linkblock #enkaiannai {
  background-color: #DD80A5;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  font-family: inherit;
  font-weight: 700;
}

#linkblock #houyouannai {
  background-color: #A076AB;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  font-family: inherit;
  font-weight: 700;
}

#linkblock #keijiannai {
  background-color: #f58bae;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  font-family: inherit;
  font-weight: 700;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #main #kora .title1.takeout:after {
    top: -15px;
    width: 70px;
  }
  #main #kora #chirashi img {
    max-width: 48%;
  }
  #main #kora #bannerblock {
    margin: 10px 0;
  }
  #main #kora #bannerblock li {
    width: 100%;
    margin-bottom: 6px;
  }
  #main #kora #enkai {
    padding: 5px;
  }
  #main #kora #enkai .left {
    float: none;
    width: 0%;
    display: none;
  }
  #main #kora #enkai .right {
    float: none;
    width: 100%;
    padding: 10px;
  }
  #main #kora #enkai .right h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 130%;
    font-weight: bold;
  }
  #main #kora #linkblock {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #kora #linkblock div {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
}

/* -------------------------------------
   ファミリーガーデン
------------------------------------- */
.fg_index #shop_header {
  background-color: #00286c;
}

.fg_index #shop_img {
  background-image: url("../../fg/images/mainimage.jpg");
}

.fg_index #shop_txt {
  background-color: #F4E6D4;
  text-align: center;
  padding: 30px 0;
}

.fg_index #shop_menu li .title {
  background-color: #00286c;
}

#fg .title1 {
  border-left-color: #00286c;
}

#fg #cake {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fg #cake .left {
  width: 40%;
  margin-right: 2%;
}

#fg #cake .right {
  width: 58%;
  text-align: justify;
}

#fg .title1.takeout {
  position: relative;
}

#fg .title1.takeout:after {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  width: 70px;
  height: 120px;
  background-image: url("../../assets/images/icn_takeout2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #fg #cake {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #fg #cake .left {
    width: 60%;
    margin: 0 auto 20px auto;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
  #fg #cake .right {
    width: 100%;
  }
  #fg .title1.takeout:after {
    top: -15px;
    width: 40px;
  }
}

/* -------------------------------------
   にぎり
------------------------------------- */
.nigiri_index #shop_header {
  background: -webkit-gradient(linear, left top, right top, from(#b77802), color-stop(17.53%, #ce992d), color-stop(39.19%, #e8bf5d), color-stop(50%, #f2cd6f), color-stop(60.81%, #e8bf5d), color-stop(82.47%, #ce992d), to(#b77802));
  background: linear-gradient(90deg, #b77802 0%, #ce992d 17.53%, #e8bf5d 39.19%, #f2cd6f 50%, #e8bf5d 60.81%, #ce992d 82.47%, #b77802 100%);
}

.nigiri_index #shop_img {
  background-image: url("../../nigiri/images/mainimage.jpg");
}

.nigiri_index #shop_txt {
  background-color: #3E3A39;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.nigiri_index #shop_menu li .title {
  background: -webkit-gradient(linear, left top, right top, from(#b77802), color-stop(17.53%, #ce992d), color-stop(39.19%, #e8bf5d), color-stop(50%, #f2cd6f), color-stop(60.81%, #e8bf5d), color-stop(82.47%, #ce992d), to(#b77802));
  background: linear-gradient(90deg, #b77802 0%, #ce992d 17.53%, #e8bf5d 39.19%, #f2cd6f 50%, #e8bf5d 60.81%, #ce992d 82.47%, #b77802 100%);
}

#main #nigiri .title1 {
  border-left-color: #C3996D;
}

#main #nigiri #yoyaku {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main #nigiri #yoyaku .left {
  width: 40%;
  margin-right: 2%;
}

#main #nigiri #yoyaku .right {
  width: 58%;
  text-align: justify;
}

#main #nigiri .title1.takeout {
  position: relative;
}

#main #nigiri .title1.takeout:after {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("../../assets/images/icn_takeout1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #main #nigiri .title1.takeout:after {
    top: -15px;
    width: 70px;
  }
  #main #nigiri #yoyaku {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #nigiri #yoyaku .left {
    width: 100%;
    margin-right: 0%;
  }
  #main #nigiri #yoyaku .right {
    width: 100%;
    text-align: justify;
  }
}

/* -------------------------------------
   カルビ家
------------------------------------- */
.karubi_index #shop_header {
  background: #803E3B;
}

.karubi_index #shop_img {
  background-image: url("../../karubi/images/mainimage.jpg");
}

.karubi_index #shop_txt {
  background-color: #E6DBC1;
  text-align: center;
  padding: 30px 0;
}

.karubi_index #shop_menu li .title {
  background: #803E3B;
}

#main #karubi .title1 {
  border-left-color: #803E3B;
}

#main #karubi .title1.takeout {
  position: relative;
}

#main #karubi .title1.takeout:after {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  width: 70px;
  height: 120px;
  background-image: url("../../assets/images/icn_takeout2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#main #karubi #kashikiri {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main #karubi #kashikiri .left {
  margin-right: 2%;
}

#main #karubi #kashikiri .right {
  text-align: justify;
}

#main #karubi .sougei {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: red;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #main #karubi .title1.takeout:after {
    top: -15px;
    width: 40px;
  }
}





/* -------------------------------------
   鐵丸
------------------------------------- */
.tetsumaru_index #shop_header {
  background:#4E2F37 url("../../tetsumaru/images/header-bg.png");
}

.tetsumaru_index #shop_img {
  background-image: url("../../tetsumaru/images/mainimage.jpg");
}

.tetsumaru_index #shop_txt {
  background-color: #4E2F37;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.tetsumaru_index #shop_menu li .title {
  background: #4E2F37;
}

#main #tetsumaru .title1 {
  border-left-color: #4E2F37;
}

#main #tetsumaru #yoyaku {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main #tetsumaru #yoyaku .left {
  width: 40%;
  margin-right: 2%;
}

#main #tetsumaru #yoyaku .right {
  width: 58%;
  text-align: justify;
}

#main #tetsumaru .title1.takeout {
  position: relative;
}

#main #tetsumaru .title1.takeout:after {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("../../assets/images/icn_takeout1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #main #tetsumaru .title1.takeout:after {
    top: -15px;
    width: 70px;
  }
  #main #tetsumaru #yoyaku {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #tetsumaru #yoyaku .left {
    width: 100%;
    margin-right: 0%;
  }
  #main #tetsumaru #yoyaku .right {
    width: 100%;
    text-align: justify;
  }
}






/* -------------------------------------
   ベイサイドカップ
------------------------------------- */
#bscup_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bscup_list .photo {
  width: 20%;
  margin-right: 3%;
}

#bscup_list .link {
  width: 77%;
  text-align: center;
}

#bscup_list .link h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: .5rem;
  padding: .5rem 0;
}

#bscup_list .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#bscup_list .link ul li {
  width: 49%;
  margin-right: 1%;
}

#bscup_list .link ul li a {
  display: block;
  padding: 20px;
  background-color: #CCE3B2;
  border-radius: 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: bold;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #bscup_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #bscup_list .photo {
    width: 200px;
    margin: 0 auto 10px auto;
  }
  #bscup_list .link {
    width: 100%;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  body {
    margin: 0;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    background-image: none;
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .sphone_only {
    display: block;
  }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex li,
  .flex img {
    margin-bottom: 20px;
  }
  .container {
    min-width: 300px;
    _display: inline;
    _zoom: 1;
  }
  .scroll {
    overflow-x: scroll;
  }
}

/* タブレット (portrait) ----------- */
@media only screen and (max-width: 834px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .sphone_tab_only {
    display: block;
  }
}
