@charset "UTF-8";
/* ===================================================================
Theme Name: sklo
Theme URI:
Description:
Author: FURAZOA inc
Author URI: http://furazoa.com
Version: 1.0.1
=================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url("https://fonts.googleapis.com/css?family=Tenor+Sans");
@import url("https://fonts.googleapis.com/css?family=Flamenco");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

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

body {
  font-size: 12px;
  line-height: 1.6;
  color: #797979;
  font-family: 'Tenor Sans', 'Noto Serif', serif;
  height: 100%;
  width: 100%;
  text-align: left;
  letter-spacing: 0.2em;
  margin: 0px;
  padding: 0px;
  background: #f6f5f7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #797979;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
}

::selection {
  background: #EEEEEE;
  color: #797979;
  text-shadow: none;
}

::-moz-selection {
  background: #EEEEEE;
  color: #797979;
  text-shadow: none;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #EEEEEE;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.inr {
  width: auto;
  max-width: 900px;
  margin: 0 auto;
}

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

/*----------------------------------------------------
  header
----------------------------------------------------*/
#header {
  background: #f6f5f7;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #header {
    width: auto;
  }
}

#header .logo {
  display: block;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .logo.no-text {
  height: 100px !important;
}

@media screen and (max-width: 768px) {
  #header .logo {
    height: 80px;
  }
}

#header .logo a {
  text-align: center;
}

#header .logo img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

#header .logo img.logo-scuro {
  width: 150px;
}

@media screen and (max-width: 768px) {
  #header .logo img.logo-scuro {
    width: 120px;
  }
}

#header .logo img.logo-skuro {
  width: 150px;
}

@media screen and (max-width: 768px) {
  #header .logo img.logo-skuro {
    width: 120px;
  }
}

#header .logo img.logo-sklo-galerie {
  width: 130px;
}

@media screen and (max-width: 768px) {
  #header .logo img.logo-sklo-galerie {
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  #header .logo img {
    width: 80px;
  }
}

#header .menu {
  color: #797979;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9999;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #header .menu {
    top: 10px;
  }
}

#header .menu span {
  position: absolute;
  top: 30px;
  left: 12px;
  font-size: 12px;
}

#header .menu .menu-line {
  position: absolute;
  width: 36px;
  height: 1px;
  border-radius: 2px;
  background: #797979;
  transition: 0.1s;
}

#header .menu .menu-line:nth-of-type(1) {
  top: 18px;
}

#header .menu .menu-line:nth-of-type(2) {
  top: 28px;
}

#header .menu .menu-line:nth-of-type(3) {
  top: 38px;
}

#header .menu.open .menu-line:nth-of-type(1) {
  top: 28px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#header .menu.open .menu-line:nth-of-type(2) {
  opacity: 0;
}

#header .menu.open .menu-line:nth-of-type(3) {
  top: 28px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#header .gnav {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 245, 247, 0.95);
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2000;
}

#header .gnav ul:first-child {
  margin-bottom: 60px;
}

#header .gnav ul:last-child {
  margin-top: 60px;
}

#header .gnav ul li {
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Flamenco';
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.03em;
}

#header .gnav ul li:last-child {
  margin-bottom: 0;
}

#header .gnav ul li.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
  width: 170px;
  margin-bottom: -10px;
}

#header .gnav ul li.border-top {
  border-top: 1px solid #ccc;
  padding-top: 45px;
  width: 170px;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  #header .gnav ul li {
    font-size: 20px;
  }
}

#header .gnav ul li img {
  max-width: 60px;
}

#header .gnav ul li img.logo-skuro {
  max-width: 90px;
}

#header .gnav ul li img.logo-scuro {
  max-width: 90px;
}

#header .gnav ul li img.logo-sklo-galerie {
  max-width: 80px;
}

#header .gnav ul li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  font-family: 'Tenor Sans', 'Noto Serif', serif;
}

#header .gnav ul li .sm {
  font-size: 9px;
}

#header .gnav ul li a {
  transition: all .2s ease;
  opacity: 1;
  display: block;
}

#header .gnav ul li a:hover {
  opacity: .5;
}

#header .gnav.open {
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
#footer {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 10px 0 30px;
  }
}

#footer #copyright {
  text-align: center;
  color: rgba(121, 121, 121, 0.6);
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 26px;
  width: 35px;
  height: auto;
  z-index: 9999;
}

#pagetop span {
  display: inline-block;
}

#pagetop span:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 1px #797979;
  border-right: solid 1px #797979;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

/*----------------------------------------------------
  Liquid grid layout
----------------------------------------------------*/
.grid {
  position: relative;
  min-height: 700px;
}

@media screen and (max-width: 768px) {
  .grid {
    margin: 0 5px;
  }
}

.grid .item-col {
  width: 25%;
  padding: 35px;
  display: block;
  z-index: 1;
  position: relative;
  animation: fadeIn 1s ease 0s 1 normal;
}

@media screen and (max-width: 768px) {
  .grid .item-col {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (max-width: 425px) {
  .grid .item-col {
    width: 100%;
  }
}

.grid .item-col:hover .image {
  position: relative;
}

.grid .item-col:hover .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
}

.grid .item-col:hover .image img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.grid .item-col.large {
  width: 50%;
}

.grid .item-col.large a:hover .image img {
  transform: scale(1.05);
}

@media screen and (max-width: 425px) {
  .grid .item-col.large {
    width: 100%;
  }
}

.grid .item-col .image {
  position: relative;
  overflow: hidden;
}

.grid .item-col .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .2s ease;
}

.grid .item-col .image img {
  transition: all .75s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grid .item-col .image.noimage + .label {
  color: #797979;
}

.grid .item-col .image.noimage + .label p {
  border: 1px solid #797979;
}

.grid .item-col .label {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .2s ease;
  padding: 20px;
}

.grid .item-col .label .labelInr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grid .item-col .label h2 {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0em;
}

.grid .item-col .label p {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 20px;
  line-height: 1;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 12px;
}

.grid .item-col a {
  color: #fff;
}

.grid .item-col a:hover .label {
  opacity: 1;
}

.grid .item-col a:hover .image img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .grid .item-col a:hover .image img {
    transform: scale(1.05);
  }
}

.more {
  margin: 60px 0 30px;
  text-align: center;
}

.more .viewmoreBtn {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #797979;
  width: 250px;
  display: block;
  padding: 15px 20px;
  display: block;
  transition: all .2s ease;
  background-color: #f6f5f7;
  color: #797979;
}

.more .viewmoreBtn:hover {
  background-color: #797979;
  color: #fff;
}

.more #nowLoading {
  width: 50px;
  height: auto;
  margin: 0px auto;
}

/*----------------------------------------------------
  single
----------------------------------------------------*/
.single {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .single {
    width: auto;
    padding: 15px;
  }
}

.single .entry {
  margin: 40px 0 100px;
}

@media screen and (max-width: 768px) {
  .single .entry {
    margin: 0;
  }
}

.single .entry .title {
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .single .entry .title {
    margin-bottom: 20px;
  }
}

.single .entry .image {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .single .entry .image {
    margin-bottom: 20px;
  }
  .single .entry .image img {
    width: 100%;
    height: auto;
  }
}

.single .entry .entry__body {
  max-width: 425px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .single .entry .entry__body img {
    width: 100%;
    height: auto;
  }
}

.sub {
  border-top: 1px solid #797979;
  padding: 80px 0 30px;
}

@media screen and (max-width: 768px) {
  .sub {
    padding: 50px 0 0;
    margin: 50px 0 25px;
  }
}

.sub .subMenu ul {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sub .subMenu ul {
    display: block;
    margin-bottom: 15px;
  }
}

.sub .subMenu ul li {
  margin-right: 30px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub .subMenu ul li {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

.sub .subMenu ul li a {
  opacity: 1;
  transition: all .2s ease;
}

@media screen and (max-width: 768px) {
  .sub .subMenu ul li a {
    display: block;
    padding: 5px;
  }
}

.sub .subMenu ul li a:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .sub .subMenu .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.sub .subMenu .sns li {
  margin-right: 15px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub .subMenu .sns li {
    display: block;
    width: 30px;
    margin: 0 5px;
  }
}

.sub .subArchives ul {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sub .subArchives ul {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.sub .subArchives ul li {
  margin-right: 30px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub .subArchives ul li {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    width: 50%;
    padding: 5px;
  }
}

.sub .subArchives ul li a {
  opacity: 1;
  transition: all .2s ease;
}

.sub .subArchives ul li a:hover {
  opacity: .5;
}

/*----------------------------------------------------
  archives
----------------------------------------------------*/
.archiveSub {
  margin-top: 50px;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .archiveSub {
    padding: 0px;
  }
}

/*----------------------------------------------------
  common
----------------------------------------------------*/
.entry {
  margin-bottom: 30px;
}

.entry .entry__body img {
  max-width: 425px;
  width: auto;
  height: auto;
  display: block;
}

.entry .image {
  max-width: 425px;
  margin: 0 auto;
}

.entry h1 {
  font-size: 14px !important;
}

.entry h2 {
  font-size: 14px !important;
}

.entry h3 {
  font-size: 16px !important;
}

.entry h4 {
  font-size: 14px !important;
}

.entry h5 {
  font-size: 14px !important;
}

.entry h6 {
  font-size: 14px !important;
}

.entry p {
  margin-bottom: 10px;
  line-height: 2.5;
}

.entry blockquote {
  background: #EEE;
  padding: 15px 15px 5px 15px;
  margin-bottom: 10px;
}

.entry ul {
  list-style: disc;
  margin-left: 20px;
}

.entry ol {
  margin-left: 20px;
}

.entry strong {
  font-weight: bold;
}

.entry .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.entry .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.entry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry a {
  color: #0081d4 !important;
  text-decoration: none !important;
}

.entry a:hover {
  text-decoration: underline !important;
}

.entry .buy a {
  display: block;
  width: 300px;
  margin: 100px auto 0px;
  border: 1px solid #797979;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  color: #797979 !important;
  opacity: 1;
}

.entry .buy a:hover {
  opacity: .5;
}

/*----------------------------------------------------
  page
----------------------------------------------------*/
.page {
  width: 900px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .page {
    width: auto;
  }
}

.page .pageTitle h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page .pageTitle h2 {
    margin-top: 15px;
    margin-bottom: 80px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .page .pageContents {
    padding: 0 15px;
  }
}

.page a {
  transition: all .2s ease;
  opacity: 1;
  text-decoration: underline;
}

.page a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.page .sub a {
  text-decoration: none;
}

/*----------------------------------------------------
  location
----------------------------------------------------*/
#location .locationInfo {
  margin-bottom: 150px;
}

#location .locationInfo h3 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}

#location .locationInfo h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 50px;
}

#location .locationInfo p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #location .locationInfo p {
    margin-bottom: 15px;
  }
}

#location .locationMap #map {
  height: 500px;
}

@media screen and (max-width: 768px) {
  #location .locationMap #map {
    height: 250px;
  }
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
#about .aboutTitle {
  text-align: center;
}

#about .aboutTitle h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  border: 1px solid #797979;
  display: inline-block;
  min-width: 200px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  #about .aboutTitle h2 {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 14px;
  }
}

#about .aboutInfo {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #about .aboutInfo {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

#about .aboutInfo h3 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #about .aboutInfo h3 {
    font-size: 15px;
    margin-top: 40px;
  }
  #about .aboutInfo h3:nth-of-type(1) {
    margin-top: 0;
  }
}

#about .aboutInfo h3.en {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#about .aboutInfo h4 {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px solid #797979;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #about .aboutInfo h4 {
    margin-top: 20px;
  }
}

#about .aboutInfo p {
  margin-bottom: 70px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #about .aboutInfo p {
    margin-bottom: 20px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #about .aboutInfo p br {
    display: none;
  }
  #about .aboutInfo p br.inherit {
    display: inherit;
  }
  #about .aboutInfo p strong {
    font-size: 15px;
  }
}

#about .aboutInfo p.en {
  letter-spacing: 0.1em;
}

#about .aboutInfo img {
  width: auto;
  height: auto;
  margin: 0 auto 60px;
}

#about .scuroInfo {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #about .scuroInfo {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

#about .scuroInfo h3 {
  font-size: 14px;
  margin-bottom: 30px;
}

#about .scuroInfo p {
  margin-bottom: 10px;
  line-height: 2;
}

#about .locationMap #map {
  height: 500px;
}

@media screen and (max-width: 768px) {
  #about .locationMap #map {
    height: 250px;
  }
}

#about .hungerrack {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #about .hungerrack {
    margin: 30px 15px;
    padding-top: 30px;
  }
}

#about .hungerrack .hungerrackRpt .aboutTitle:nth-of-type(n+2) {
  margin-top: 100px;
}

#about .hungerrack .hungerrackRpt .hungerrackRpt__text {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #about .hungerrack .hungerrackRpt .hungerrackRpt__text p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#about .hungerrack .hungerrackRpt .hungerrackRpt__img {
  margin-bottom: 30px;
}

#about .hungerrack .hungerrackRpt .hungerrackRpt__img img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}

#about .hungerrack .hungerrackRpt .hungerrackRpt__content img {
  width: auto !important;
  display: block;
  margin: 15px auto;
}

#about .furniture {
  margin-top: 120px;
  margin-bottom: 120px;
  border-top: 1px solid #797979;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  #about .furniture {
    margin: 30px 15px;
    padding-top: 30px;
  }
}

#about .furniture .furnitureRpt .furnitureRpt__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #about .furniture .furnitureRpt .furnitureRpt__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#about .furniture .furnitureRpt .furnitureRpt__gallery {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #about .furniture .furnitureRpt .furnitureRpt__gallery {
    margin-bottom: 30px;
  }
}

#about .furniture .furnitureRpt .furnitureRpt__gallery li {
  width: 24%;
  margin-bottom: 1%;
}

@media screen and (max-width: 768px) {
  #about .furniture .furnitureRpt .furnitureRpt__gallery li {
    width: 49%;
    margin-bottom: 2%;
  }
}

#about .furniture .furnitureRpt .furnitureRpt__gallery li a {
  opacity: 1;
  transition: all .2s ease;
}

#about .furniture .furnitureRpt .furnitureRpt__gallery li a:hover {
  opacity: .5;
}

#about .rice {
  margin-top: 120px;
  margin-bottom: 120px;
  border-top: 1px solid #797979;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  #about .rice {
    margin: 30px 15px;
    padding-top: 30px;
  }
}

#about .rice .riceRpt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2.6%;
}

@media screen and (max-width: 768px) {
  #about .rice .riceRpt {
    display: block;
    margin-bottom: 0;
  }
}

#about .rice .riceRpt .riceRptCol {
  width: 23%;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 2.6%;
}

@media screen and (max-width: 768px) {
  #about .rice .riceRpt .riceRptCol {
    width: 100%;
    margin-bottom: 15px;
  }
}

#about .rice .riceRpt .riceRptCol .riceRptCol__title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

#about .rice .riceRpt .riceRptCol .riceRptCol__text {
  text-align: center;
}

#about .rice .riceRpt .riceRptCol .riceRptCol__text .comment {
  margin-bottom: 15px;
}

#about .rice .riceRpt .riceRptCol .riceRptCol__text .address {
  margin-bottom: 15px;
}

#about .contact {
  margin-top: 120px;
  margin-bottom: 120px;
  border-top: 1px solid #797979;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  #about .contact {
    margin: 30px 15px;
    padding-top: 30px;
  }
}

/* --YouTubeサイズ調整-- */
.youtube {
position: relative;
height: 0;
padding-bottom: 56.25%;
overflow:hidden;
}
.youtube iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}