/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}


body {
  padding: 8px;
  font-size: 16px;
  line-height: 1.5;
}

p {
  margin: 0;
}

a {
  transition: opacity .3s;
  text-decoration: none;
}

a:hover {
  opacity: .5;
}

img {
  vertical-align: middle;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.aka {
  color: rgb(193, 4, 4);
 }
 
.small1 {
  font-size: 15px;
}

.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* header */

.header {
  background-color:#fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 70px;
  margin-bottom: 16px;
  }
  
.inner {
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
margin: 4px;
}

.inner img {
height: 44px;
width: auto;
}

.inner h1 {
border:none
}

@media screen and (max-width: 649px) {
  .inner .li3 {
  display:none
  }
  
  .inner .li4 {
  display:none
  }
  
  .inner .li5 {
  display:none
  }
}
  
@media screen and (min-width: 650px) and (max-width: 969px) {
  .inner .li3 {
  display:none
  }
  
  .inner .li5 {
  display:none
  }
}
    
@media screen and (min-width: 970px) {
  .inner .li4 {
  display:none
  }
  
  .inner .li6 {
  display:none
  }
}
  
@media screen and (min-width: 1000px) {
  .inner .li4 {
  display:none
  }
  
  .inner .li6 {
  display:none
  }
  
  .header {
  max-width:1300px;
  margin:0 auto
  }
}

.header__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  width: 100%;
  transform: translateX(100%);
  background-color: #000;
  transition: ease .4s;
}

.nav-items {
  padding-top: 16px;
}

#js-nav ul {
  overflow: auto;
}

.nav-items__top {
  color: #000;
  background-color: #696969e9;
  width: 80%;
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.nav-items__item a {
  color: #fff;
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 16px;
  text-decoration: none;
}

/* ハンバーガーメニュー */

.header__hamburger {
  width: 51px;
  height: 100%;
}

.header__hamburger:hover {
  opacity: .5;
}

.hamburger {
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 9999;
}

.hamburger span {
  width: 100%;
  height: 1.5px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger p {
  font-size: .7em;
  margin-top: 1px;
  color: #000;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger span:nth-child(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left : -2px;
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  background-color: #fff;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  background-color: #fff;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
  background-color: #fff;
}

/* ハンバーガーの配置を中央に＆余計な余白を消す */
.header__hamburger {
  width: 51px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  background-color: transparent;
  border: none;        /* ← border-color だけだとブラウザデフォルトが残ることがある */
  padding: 0;          /* ← ボタンの上下の余白をゼロに */
  margin: 0;
  z-index: 9999;
  display: inline-flex;          /* 中身を縦方向まんなかに */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* スマホ時はヘッダーを少しだけ高くする（見切れ防止用） */
@media screen and (max-width: 649px) {
  .header {
    height: 80px;      /* 70px でギリギリなら、少し余裕を持たせる */
  }
}


/* breadcrumb */

.breadcrumb {
  vertical-align: bottom;
  font-size : 1em;
  margin-top: 8px;
  padding-top: 52px;
}

.breadcrumb ul {
  display: flex;
  padding-left: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.breadcrumb li {
  list-style: none;
  padding-left: 8px;
}

.breadcrumb li:first-child {
  padding-left: 0px;
}

.breadcrumb li:before {
  content: ">";
  padding-right: 8px;
}

.breadcrumb li:first-child::before {
  content: "";
}

/* main */

h1, h2 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin: 8px 0;
  border: 1px solid darkred;
  background-image: url("/img/blue.webp");
}

/* hero-area */

.hero-area img {
	width: 100%;
  object-fit: cover;
}

.hero-area .text {
  list-style: none;
  padding-left: 0;
}

/* gallery */

#gallery {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  max-width : 98%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
}

#gallery dl {
  flex: 110px;
  float: left;
  max-width : 140px;
  margin-right : 4px;
  margin-bottom: 1em;
  padding: 0;
  font-size : 12px;
  background-color : #ffffdd;
  border : 1px solid #993333;
  text-align: center; 
  box-sizing: border-box;
  margin-left : 4px;
}

#gallery::after {
  content: "";
  flex: 110px;
  margin-right : 1px;
  display: block;
}

#gallery dd img {
  border: 0;
  width : 100px;
  height: 75px;
}

#gallery dt{
  margin: 0;
  padding : 1px;
  font-weight: bold;
  text-align: center;
}

#gallery dd {
  margin: 0;
  padding: 0;
}

#gallery dd.comment {
  height: 5em;
  text-align: left;
  padding-left: 2px;
}


/* notice*/

.notice ul {
  padding-left:8px;
  list-style:none
}
  
.notice li {
  margin-bottom:8px
}
    
.notice li + li {
  border-top: #92b1e7a8 solid 2px;
  padding-top: 2px;
}
    
.notice a {
  text-decoration:underline dotted
}

.notice .blink {
  animation: blinking 1s ease-in-out infinite alternate;
  color: #ff9900;
}
  
/* kakaku */  
      
.kakaku .price {
  border-collapse:collapse;
  text-align:center;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 3px 2px;
  width:99%;
  max-width:800px;
  margin:8px auto;
  font-weight:700;
}
  
.kakaku .price td:first-child {
  background:#c0c0c0;
  color:#000;
  width:30%;
  border-bottom:3px solid #000
}
  
.kakaku .price .pr-td1 {
  background:#c0c0c0;
  color:#000
}
  
.kakaku .price .pr-td2 {
  border-bottom:3px solid #000
}
  
.kakaku .price th {
  background:#696969;
  color:#fff;
  font-weight:700;
  text-align:center
}
  
.kakaku .price td:last-child {
  background-color:#f90
}
  
.kakaku .bikou {
  list-style:none;
  font-size:14px
}

/* kaitorirei */

.kaitorirei ul {
  list-style:none;
  padding-left:16px
}
  
.kaitorirei h3 {
  text-align:center
}
  
.kaitorirei .hyou {
  width:100%;
  margin-top:8px;
  border-collapse:collapse
}
  
.kaitorirei .hyou th {
  background:#696969;
  color:#fff;
  text-align:center
}
  
.kaitorirei .hyou td:first-child {
  background:#c0c0c0;
  text-align:center;
  font-weight:700;
}
  
.kaitorirei .hyou td:nth-child(2) {
  text-align:center
}
  
.kaitorirei .hyou td:last-child {
  text-align:center;
  background-color:#f90
}
  
.kaitorirei .hyou .kome {
  padding-left:.7em
}
  
.kaitorirei .kome1 {
  font-size:14px
}
  
.kaitorirei table tr:last-child {
  border:2px solid #000;
  font-weight:700
}
  
.kaitorirei .coment {
  font-size:14px;
  margin-bottom:16px
}

/* qasityou */
  
.qasityou .accordion {
  width:100%
}
  
.qasityou .accordion-hidden {
  display:none
}
  
.qasityou .accordion-open {
  display:block;
  padding:8px 80px 8px 10px;
  background:lightgray;
  cursor:pointer;
  margin:5px 0;
  position:relative
}
  
.qasityou .accordion-open::before,
.qasityou .accordion-open::after {
  content:'';
  width:15px;
  height:3px;
  background:#000;
  position:absolute;
  top:50%;
  right:5%;
  transform:translateY(-50%)
}
  
.qasityou .accordion-open::after {
  transform:translateY(-50%) rotate(90deg);
  transition:.5s
}
  
.qasityou .accordion-hidden:checked+.accordion-open:after {
  transform:translateY(-50%) rotate(0)
}
  
.qasityou .accordion-inner {
  display:block;
  height:0;
  overflow:hidden;
  padding:0;
  opacity:0;
  transition:.5s;
  cursor:pointer
}
  
.qasityou .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height:auto;
  opacity:1;
  padding:10px
}
  
.qasityou .accordion_qa .Q,
.qasityou .accordion_qa .A {
  position:relative
}
  
.qasityou .accordion_qa .Q::before,
.qasityou .accordion_qa .A::before {
  font-size:1em;
  display:block;
  position:absolute;
  left:-1.3em;
  top: -.1em;
}
  
.qasityou .accordion_qa .Q::before {
  content:'Q.'
}
  
.qasityou .accordion_qa .A::before {
  content:'A.'
}
  
.qasityou .accordion_qa .accordion-open {
  padding-left:2.5em
}
  
.qasityou .accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height:auto;
  opacity:1;
  padding:8px 10px 8px 2.5em
}

/* nagare */
  
.nagare ol li {
  margin: 8px 0;
}

/* syorui */
  
.syorui {
  width:100%;
  margin-left:0
}
  
.syorui .syorui-div {
  margin:16px auto;
  border-bottom:2px solid #6495ed;
  border-left:4px solid #6495ed
}
  
.syorui .syorui-div h3 {
  text-align:center
}
  
.syorui .syorui-div li {
  padding-top:4px;
  padding-bottom:4px
}
  
.syorui .syorui-div p {
  padding:0 8px 8px
}

/* staff*/

.staff ul {
  list-style:none;
  text-align:center;
  padding-left:0
}
  
.staff.staff3 {
  margin-top:8px
}
  
.staff a {
  text-decoration:none
}
  
.staff .staff2 {
  font-size:2.5em;
  font-weight:bolder
}
  
.staff .staff3 {
  font-size:1.5em;
  text-decoration:none
}
  
.staff .staff3 img {
  vertical-align:middle
}
  
.staff .staff4 {
  margin:16px auto;
}
  
.staff .staff5 {
  padding-left:0
}
  
.staff .map {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
  
.staff iframe {
  object-fit: scale-down;
  width: 95%;
}
  
.button04 a {
  display:flex;
  align-items:center;
  margin:16px auto;
  padding:.5em 2em;
  width:200px;
  color:#fff;
  font-size:16px;
  font-weight:1000;
  background-color:#f90;
  box-shadow:5px 5px 5px #c60;
  transition:.3s;
  text-decoration:none;
  border-radius:20px
}
  
.button04 a:hover {
  transform:translateY(3px);
  text-decoration:none;
  box-shadow:2px 2px 2px #c60;
  color:#000
}

/* eigyoubi*/
  
.eigyoubi .calendar {
  width:100%
}
  
.ta24 {
  width:100%;
  border-width:1px;
  border-color:#000;
  text-align:center;
  empty-cells:show;
  border-collapse:collapse;
  table-layout:auto;
  margin:1px;
  padding:2px;
}
  
.ta24r {
  background-color:#fd425e;
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color:#000;
  font-size:12px;
  margin:3px;
}
  
.ta24w {
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color:#000;
  font-size:12px;
  margin:3px;
}
  
.ta24g {
  background-color:silver;
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color:#000;
  margin:3px;
}
  
.pink {
  color:#fd425e
}

/* yakusyo */
  
.yakusyo ul {
  list-style: none;
  margin: 16px auto;
  border-bottom: 2px solid #6495ed;
  border-left: 4px solid #6495ed;
  background-repeat: no-repeat;
  background-position: right center;
}

.yakusyo li {
  margin-bottom: 4px;
  padding: 4px;
}

.yakusyo li span {
  background-color: #ffffff;
}
.yakusyo .siyakusyo {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.yakusyo .siyakusyo li {
  margin: 4px 8px 4px 8px;
}

.yakusyo a {
  text-decoration: none;
}

/* kyoka */
  
.kyoka ul {
  list-style: none;
  margin: 16px auto;
  border-bottom: 2px solid #6495ed;
  border-left: 4px solid #6495ed;
}

.kyoka .namber {
  display: flex;
  justify-content: space-between;
  margin-left: 1em;
  margin-right: 1em;
}

/* saisinn */
/* blog */
/* movie */

.saisinn,
.blog,
.movie {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 0;
}

.saisinn .partssite,
.blog .index,
.movie .youtube {
  width: 100%;
  text-align: center;
}

.saisinn .partssite img,
.blog .index img,
.movie .youtube img {
  width: 95%;
  object-fit: scale-down;
}

/* footer */

footer {
  background-color:grey;
  margin-top:18px;
  }
  
  .footernav {
  font-size:14px;
  overflow:hidden;
  line-height:1em;
  display:flex;
  }
  
  .footernav ul {
  margin:0 auto 16px;
  padding-left:0;
  justify-content:center;
  }
  
  .footernav li {
  float:left;
  list-style:none;
  border-left:2px solid #fff;
  margin:8px;
  align-items:center;
  padding:0 6px;
  }
  
  .footernav li:last-child {
  border-right:2px solid #fff;
  padding-right:6px;
  }
  
  footer a {
  color:#fff;
  text-decoration:none;
  }
 
@media (min-width: 600px) {

  .kaitorirei .coment {
  font-size:14px;
  }
}
  
  @media (min-width: 800px) {

  #sityouson {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: 
      "header     header     header     header    "
      "breadcrumb breadcrumb breadcrumb breadcrumb"
      "hero-area  hero-area  hero-area  notice    "
      "kakaku     kakaku     kaitorirei kaitorirei"
      "gallery    gallery    gallery    gallery   "
      "qasityou   qasityou   nagare     nagare    "
      "syorui     syorui     yakusyo    yakusyo   "
      "syorui     syorui     kyoka      kyoka     "
      "syorui     syorui     eigyoubi   eigyoubi  "      
      "blog       blog       staff      staff     "  
      "saisinn    saisinn    staff      staff     "
      "footer     footer     footer     footer    ";
    grid-template-columns: repeat(4, auto); 
    grid-template-rows: repeat(12, auto); 
    gap: 8px;
  } 
  
  #sityouson .header {
  grid-area:header;
  }
  
  #sityouson .breadcrumb {
  grid-area:breadcrumb;
  }
  
  #sityouson .hero-area {
  grid-area:hero-area;
  }
  
  #sityouson .notice {
  grid-area:notice;
  }
  
  #sityouson .gallery {
  grid-area:gallery;
  }
  
  #sityouson .kakaku {
  grid-area:kakaku;
  }
  
  #sityouson .kaitorirei {
  grid-area:kaitorirei;
  }
  
  #sityouson .qasityou {
  grid-area:qasityou;
  }
  
  #sityouson .nagare {
  grid-area:nagare;
  }
  
  #sityouson .syorui {
  grid-area:syorui;
  }
  
  #sityouson .kyoka {
  grid-area:kyoka;
  }
  
  #sityouson .yakusyo {
  grid-area:yakusyo;
  }
  
  #sityouson .staff {
  grid-area:staff;
  }
  
  #sityouson .eigyoubi {
  grid-area:eigyoubi;
  }

  #sityouson .blog {
    grid-area:blog;
  }

  #sityouson .footer {
  grid-area:footer;
  }
  
  #sityouson .saisinn {
  grid-area:saisinn;
  height:100%;
  padding-bottom:8px;
  }

  .gallery #gallery {
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  
  .gallery #gallery dl {

    max-width : 150px;
    margin-right :8px;
    margin-bottom: 1em;
    padding: 0;
    font-size : 12px;
    background-color : #ffffdd;
    border : 1px solid #993333;
    text-align: center; 
    box-sizing: border-box;
    margin-left : 8px;
  }
  
  .gallery #gallery::after {
    content: "";
    flex: 110px;
    margin-right : 1px;
  }
  
  .gallery #gallery dt {
    margin: 0;
    padding : 1px;
    font-weight: bold;
    text-align: center;
  }
  
  .gallery #gallery dd {
    margin: 0;
    padding: 0;
  }
  
  .gallery #gallery dd.comment {
    height: 5em;
    text-align: left;
    padding-left: 2px;
  }  
}
   