@charset "UTF-8";
/* CSS Document */

* {
  line-height: 1;
  margin: 0;
  padding: 0;
}

html,
body {
  background-color: #fff;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#container {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
} /* リンク文字の下線非表示 */
a:link {
  color: #333;
} /* 未訪問のリンク文字色 */
a:visited {
  color: #333;
} /* 訪問済のリンク文字色 */
a:hover {
  text-decoration: underline;
} /* ポイント時のリンク文字色 */
a:active {
  color: #333;
} /* 選択中のリンク文字色 */

a:hover img {
  opacity: 0.5; /* 透明度 */
  -webkit-filter: alpha(opacity=60); /* Google Chrome、Safari */
  -moz-filter: alpha(opacity=60); /* Firefox */
  -o-filter: alpha(opacity=60); /* Opera */
  -ms-filter: alpha(opacity=60); /* Internet Explorer */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #333;
}

.logo-poco img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  height: 180px;
}

.logo-sora img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  height: 165px;
}

.logo-quon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  height: 100px;
}

.logo-onsen img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  height: 180px;
}

.omise-poco img,
.omise-sora img,
.omise-quon img,
.omise-onsen img {
  display: block;
  margin: 80px auto 30px auto;
}

.omise-poco img {
  height: 170px;
}

.omise-sora img {
  height: 140px;
}

.omise-quon img {
  height: 190px;
}

.omise-onsen img {
  height: 180px;
}

.border {
  border: 1px solid #7f7f80;
  margin-top: 80px;
}

.clear-both {
  clear: both;
}

.block {
  display: block;
}

.margin20 {
  margin-bottom: 20px;
}

.padding30 {
  padding-bottom: 30px;
}

.margin80 {
  margin-bottom: 80px;
}

.color-kuma {
  color: #005a80;
}
.color-sora {
  color: #008044;
}
.color-poco {
  color: #111557;
}
.color-quon {
  color: #5c2614;
}

.ff-box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.ff-box-l,
.ff-box-r {
  width: 475px;
}

.ff-box-r-mini {
  width: 420px;
}

.iflame {
  margin: 80px 0 0 55px;
}

/*
=====================================================================
*    contents
* ===================================================================
*/

#contents {
  background-image: url("images/bg_7.jpg");
  background-size: 1200px 1890px;
  background-repeat: repeat;
  min-width: 1200px;
}

#slider {
  width: 100%;
  height: 700px;
}

.image-main img {
  width: 100%;
}

.flexbox {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.flexbox-item {
  width: 49%;
}

.flexbox img {
  width: 100%;
  height: auto;
}

.flexbox-item-poco,
.flexbox-item-sora {
  margin-left: 100px;
  margin-right: 100px;
  width: 30%;
}

.flexbox-poco-product,
.flexbox-item-quon {
  width: 30%;
}

.flexbox-sora-product {
  margin-left: 75px;
  margin-right: 75px;
  width: 35%;
}

.flexbox-item-onsen {
  width: 45%;
}

.image-box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.image-item {
  width: 32.5%;
}

.image-item img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.user-container-text-a {
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 35px;
}

.user-container-text-b {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 3px;
}

.user-container {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  width: 810px;
}

.user-container-item {
  width: 48%;
}

.user-container-item img {
  width: 100%;
  height: auto;
}

.poco-container {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0 auto;
  width: 630px;
}

.poco-container-item {
  width: 45%;
}

.poco-container-item img {
  width: 100%;
  height: auto;
}

.shop-container {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0 auto;
  width: 1000px;
}

.shop-container-item {
  width: 30%;
}

.shop-container-item img {
  width: 100%;
  height: auto;
}

.google-maps {
  position: relative;
  padding-bottom: 42%; /* これが縦横比 */
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
=====================================================================
*    about/user/contact
* ===================================================================
*/

.contact,
.answer {
  width: 800px;
  margin: 0 auto;
}

.answer {
  margin: 100px auto 200px auto;
}

form {
  margin: 30px 0 60px 0;
}

.form-flame {
  margin-bottom: 18px;
}

label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
  width: 400px;
}

input {
  font-size: 16px;
  height: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  max-width: 800px;
  min-width: 800px;
}

textarea {
  max-width: 800px;
  min-width: 800px;
}

button {
  font-size: 14px;
  margin-top: 12px;
  margin-left: 0px; /* label 要素と同じサイズ */ /* ボタンを他のテキストフィールドと同じ場所に置く */
  width: 50px;
  height: 30px;
}

/*
=====================================================================
*    table
* ===================================================================
*/

#news-table {
  width: 945px; /* 文字数によって可変 */
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  background-color: rgba(255, 255, 255, 0.55);
  padding-top: 20px;
  padding-bottom: 20px;
}

#news-table table th,
#news-table table td,
#news-table table td a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
  padding-top: 13px;
  padding-bottom: 13px;
  border-spacing: 0;
}

#news-table table th {
  padding-right: 25px;
}

#poco-table table {
  width: 800px; /* 文字数によって可変 */
  margin: 80px auto 0 auto;
  padding-left: 20px;
}

#poco-table table th {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
  padding-bottom: 5px;
  border-spacing: 0;
}

#poco-table table td {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: justify;
  vertical-align: top;
  padding-bottom: 5px;
  border-spacing: 0;
}

#about-table table {
  margin: 0px auto 0 auto;
}

#about-table table th,
#about-table table td {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: left;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  border-spacing: 0;
}

#about-table table th {
  padding-right: 50px;
}

#about-table table td {
  padding-right: 125px;
}

.about-table-border-top {
  border-top: 1px #999 dotted;
}

.about-table-border-border {
  border-bottom: 1px #999 dotted;
}

/*
=====================================================================
*    text
* ===================================================================
*/

.text-h {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 16px 0 0 0;
  text-align: center;
}

.text-a {
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 80px 0 50px 0;
}

.text-b {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 80px 0;
}

.text-c {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 80px 0 80px 0;
}

.text-d {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 80px 0;
}

.text-e {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8px;
}

.text-f {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: justify;
}

.text-g {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: justify;
}

.text-i {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 80px 0;
}

.text-j {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

.text-k {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 30px;
}

.text-a-a {
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: left;
  margin: 80px 0 30px 0;
}

.text-b-b {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 0 0 80px 0;
}

.manga {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: block;
  width: 320px;
  margin: -60px auto 0 auto;
}

.download-data p {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

/*
=====================================================================
header/footer
=====================================================================
*/

#footer {
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.55);
}

.footer-list-1,
.footer-list-2 {
  text-align: center;
}

.footer-list-1 ul,
.footer-list-2 ul {
  display: inline-block;
}

.footer-list-1 li,
.footer-list-2 li {
  float: left;
  margin-right: 30px;
  list-style: none;
}

.footer-list-1 li:last-child,
.footer-list-2 li:last-child {
  margin-right: 0px;
}

.text-namae {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 0 8px 0;
}

.text-jusho {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.footer-list-1 a,
.footer-list-2 a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}

#header {
  height: 70px;
  min-width: 1300px;
  background-color: rgba(255, 255, 255, 0.55);
}

h1 {
  margin: 22px 0 0 25px;
  float: left;
}

#menu-left {
  float: left;
  margin: 28px 0 0 20px;
}

#menu-left li {
  display: inline;
  list-style: none;
  margin-left: 18px;
}

#menu-left a {
  display: inline-block;
  text-indent: -9999px;
}

#menu-right {
  float: left;
  margin: 12px 0 0 24px;
}

#menu-right li {
  display: inline;
  list-style: none;
  margin-left: 18px;
}

#menu-right a {
  display: inline-block;
  text-indent: -9999px;
}

#menu-1 a {
  width: 106px;
  height: 18px;
  background: url("images/menu_1.png") no-repeat;
  background-size: 106px 18px;
}

#menu-1 a:hover {
  background: url("images/menu_15.png") no-repeat;
  background-size: 106px 18px;
}

#menu-2 a {
  width: 141px;
  height: 18px;
  background: url("images/menu_2.png") no-repeat;
  background-size: 141px 18px;
}

#menu-2 a:hover {
  background: url("images/menu_6.png") no-repeat;
  background-size: 141px 18px;
}

#menu-3 a {
  width: 140px;
  height: 18px;
  background: url("images/menu_3.png") no-repeat;
  background-size: 140px 18px;
}

#menu-3 a:hover {
  background: url("images/menu_7.png") no-repeat;
  background-size: 140px 18px;
}

#menu-9 a {
  width: 65px;
  height: 18px;
  background: url("images/menu_13.png") no-repeat;
  background-size: 65px 18px;
}

#menu-9 a:hover {
  background: url("images/menu_14.png") no-repeat;
  background-size: 65px 18px;
}

#menu-4 a {
  width: 65px;
  height: 18px;
  background: url("images/menu_4.png") no-repeat;
  background-size: 65px 18px;
}

#menu-4 a:hover {
  background: url("images/menu_8.png") no-repeat;
  background-size: 65px 18px;
}

#menu-5 a {
  width: 41px;
  height: 46px;
  background: url("images/menu_9.png") no-repeat;
  background-size: 41px 46px;
}

#menu-5 a:hover {
  background: url("images/menu_9.png") no-repeat;
  background-size: 41px 46px;
}

#menu-6 a {
  width: 45px;
  height: 46px;
  background: url("images/menu_10.png") no-repeat;
  background-size: 45px 46px;
}

#menu-6 a:hover {
  background: url("images/menu_10.png") no-repeat;
  background-size: 45px 46px;
}

#menu-7 a {
  width: 50px;
  height: 46px;
  background: url("images/menu_11.png") no-repeat;
  background-size: 50px 46px;
}

#menu-7 a:hover {
  background: url("images/menu_11.png") no-repeat;
  background-size: 50px 46px;
}

#menu-8 a {
  width: 124px;
  height: 46px;
  background: url("images/menu_12.png") no-repeat;
  background-size: 124px 46px;
}

#menu-8 a:hover {
  background: url("images/menu_12.png") no-repeat;
  background-size: 124px 46px;
}

.footer02 {
  padding: 20px 20px 80px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: #f0f7d4;
}
