body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #111;
  font-size: 100%;
  line-height: 180%;
  background: #fff;
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  pointer-events: none;
}
a img:hover {
  opacity: 0.7;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
ul.normal,
ol {
  margin-left: 24px;
}
ul.normal li {
  list-style-type: disc;
}
/*=======================================================================
pc,sp切り替え
=======================================================================*/
.pc {
  display: none;
}
.sp {
  display: block;
}
@media all and (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*=======================================================================
余白
=======================================================================*/
.mab8 {
  margin-bottom: 8px;
}
.mab16 {
  margin-bottom: 16px;
}
.mab24 {
  margin-bottom: 24px;
}
.mab32 {
  margin-bottom: 32px;
}
.mab40 {
  margin-bottom: 40px;
}
.mab48 {
  margin-bottom: 48px;
}
.mab64 {
  margin-bottom: 64px;
}
.mab80 {
  margin-bottom: 80px;
}
.pa20 {
  padding: 0 20px;
}
.mal16 {
  margin-left: 16px;
}
.marl-auto {
  margin-left: auto;
  margin-right: auto;
}
/*=======================================================================
レイアウト
=======================================================================*/
.flexible6-2,
.flexible,
.flexible02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.flexible6-2,
.flexible {
  justify-content: space-between;
}
.flexible02 {
  justify-content: flex-start;
}
.gap08 {
  gap: 8px;
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
}
.grid-row li {
  padding: 8px;
  text-align: center;
}
.grid-row div {
  height: 140px; /* 統一したい高さに応じて調整 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}
.grid-row div img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.grid-row .empty {
  visibility: hidden; /* 空セルを見えなくするが、幅は保持 */
}
.flexible6-2 li {
  width: calc(100% / 6 - 8px);
}
@media all and (max-width: 960px) {
  .flexible6-2 li {
    width: 48%;
  }
  .grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 961px) {
  .flex,
  .flex_fs,
  .flex_sb,
  .flex_center,
  .flex_end {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -js-display: flex;
    display: flex;
  }
  .flex_fs,
  .flex_sb {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_fs {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex_sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex_center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list2 li {
    width: 50%;
  }
  .list2-2 li {
    width: 49%;
  }
  .list2-3 li {
    width: 49.5%;
  }
  .list3 li,
  .list3 div {
    width: 32%;
  }
  .list3 li ul li {
    width: 100%;
  }
  .list4 li,
  .list4 div {
    width: 23%;
  }
  .list5 li,
  .list5 div {
    width: 19%;
  }
  .list6 li {
    width: 16%;
  }
  .w18 {
    width: 18%;
  }
  .w20 {
    width: 20%;
  }
  .w38 {
    width: 38%;
  }
  .w40 {
    width: 40%;
  }
  .w48 {
    width: 48%;
  }
  .w49 {
    width: 49%;
  }
  .w60 {
    width: 60%;
  }
  .w80 {
    width: 100%;
    max-width: 800px;
  }
}
.list100 li {
  width: 100%;
}
/*=======================================================================
iframe
=======================================================================*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=======================================================================
フォント、装飾
=======================================================================*/
.font_mincho {
  font-family: "Noto Serif JP", serif;
}
.font_kosugi {
  font-family: "Kosugi Maru", sans-serif;
}
.font_Poppins {
  font-family: "Poppins", sans-serif;
}
.center {
  text-align: center;
}
.big {
  font-size: 400% !important;
}
.large {
  font-size: 240% !important;
}
.middle {
  font-size: 120% !important;
}
.bold {
  font-weight: bold;
}
ol.normal li {
  margin-left: 60px;
  list-style-type: decimal;
}
ul.normal li {
  margin-left: 60px;
  list-style-type: disc;
}
.list_text {
  margin: 0 !important;
}
.list_text02 {
  margin: 0 0 0 30px !important;
}
.list_text:before,
.list_text02:before {
  content: "・";
}
.w-shadow {
  -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}
.bg_blue {
  background: rgba(0, 153, 204, 0.8);
}
@media screen and (max-width: 767px) {
  .list_text02 {
    margin: 0 0 0 10px !important;
  }
  .sp_small {
    font-size: 120% !important;
  }
}
.appeal li {
  padding-left: 32px;
}
.appeal li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
  margin-right: 10px;
  margin-left: -32px;
  color: #399;
}
span.marker {
  background: linear-gradient(transparent 50%, rgba(66, 203, 227, 0.4) 50%);
}
/*=======================================================================
カラー
=======================================================================*/
.bg01 {
  background: url("../img/bg_about.jpg") no-repeat center 20%;
  background-size: cover;
}
.white {
  color: #fff;
}
.if_blue {
  color: #09c;
}
.sea_blue {
  color: #42cbe3;
}
.if_green {
  color: #399;
}
/*=======================================================================
table
=======================================================================*/
.content table.table_01,
.content table.table_02 {
  width: 100%;
  margin: 20px 0 8px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
.content table.table_01 th,
.content table.table_01 td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
}
.content table.table_01 th,
.content table.table_02 th {
  text-align: left;
  background: #eee;
}
.content table.table_01 th {
  font-size: 100%;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 1px;
  width: 20%;
}
.content table.table_01 tbody th {
  font-weight: bold;
}
.content table.table_01 td {
  font-size: 100%;
  line-height: 30px;
}
.content table.table_02 th,
.content table.table_02 td {
  padding: 20px;
  border: 1px solid #888;
}
.content table.table_02 th {
  font-size: 100%;
  white-space: nowrap;
  letter-spacing: 1px;
  background-color: rgba(145, 224, 191, 0.3);
  color: #00a63c;
}
.content table.table_02 td {
  font-size: 100%;
  line-height: 30px;
  background-color: #fff;
}
.content table.table_02 .tr_gr th {
  background-color: #eee;
}
.content table.table_02 .tr_gr td {
  background-color: #f9f9f9;
}
.content table.table_02 td .price {
  font-size: 150%;
  white-space: nowrap;
  color: #006384;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}
.long_th {
  min-width: 160px !important;
}
.small {
  font-size: 80%;
  color: #666;
}
.small02 {
  font-size: 50%;
  color: #666;
}
.small03 {
  font-size: 80%;
  color: #000 !important;
}
.chui {
  color: #f03600;
}
.table_01 th span {
  font-size: 75%;
  color: #ccc;
}
@media screen and (max-width: 960px) {
  .table-area {
    width: 96%;
    /*height: 400px;*/
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc transparent; /* Firefox */
  }
  .table-area::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
  .table-area::-webkit-scrollbar {
    width: 4px;
    height: 8px;
  }
  .table-short {
    height: auto !important;
  }
  .content table.table_01,
  .content table.table_02 {
    margin: 0;
    border-left: none;
    border-top: none;
  }
  .content table.table_01 thead th,
  .sticky_cross,
  .content table.table_01 tbody th {
    position: sticky;
    top: 0;
    left: 0;
  }
  .content table.table_01 thead th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .content table.table_01 tbody th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .content table.table_01 th,
  .content table.table_01 td {
    padding: 8px;
    z-index: 0;
  }
  .content table.table_01 th {
    border-right: none;
  }
  .sticky_cross {
    z-index: 999 !important;
    border: none !important;
  }
  .content table.table_01 tbody th {
    z-index: 0 !important;
  }
  .content table.table_01 tbody td {
    position: relative;
    z-index: -1 !important;
  }
  .sticky_cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #ccc;
  }
  .scroll-hint-icon-white {
    z-index: 1000;
  }
  /* スクロールバーの幅と高さを設定する */
  .scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  /* スクロールバーの形を設定する */
  .scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
  }
  /* スクロールバーの色を設定する */
  .scrollbar-thumb-black::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: black;
  }
  .scroll-hint-icon-wrap {
    height: 70% !important;
    max-height: 70% !important;
  }
}
/*=======================================================================
header
=======================================================================*/
header {
  width: 100%;
  position: fixed;
  z-index: 300;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
body#index header {
  background: #399;
}
header.fixed {
  background-color: rgba(51, 153, 153, 0.9);
}
header h1 {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.75rem) /*18-28|320-1920*/;
}
header h1 a {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  position: absolute;
  text-decoration: none;
}
header .main_h1 {
  color: #fff;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
header h1 span {
  display: inline-block;
  vertical-align: middle;
}
.logo span.font_Poppins {
  font-size: 100%;
  margin-left: 8px;
  color: #fff;
}
header h1 a:hover {
  color: #000;
}
.jp {
  padding-left: 8px;
  font-size: 50%;
  color: #fff;
}
#g_navi ul li a.ac_menu {
  cursor: pointer;
  overflow: hidden;
}
.pankuzu {
  background-color: #15394a;
  font-size: 87.5%;
  line-height: 30px;
  color: #eee;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pankuzu ul {
  width: 96%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu li a {
  text-decoration: none;
  color: #ddd;
}
.pankuzu li a::after {
  content: ">";
  padding-left: 10px;
  padding-right: 10px;
}
.pankuzu li a:hover {
  color: #fff;
}
.pankuzu li i {
  padding-right: 5px;
}
/*=======================================================================
article
=======================================================================*/
.content {
  width: 100%;
  color: #111;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg_content {
  background-color: #f2f6f7;
}
.cont_wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.anchor {
  margin: 32px 0;
}
.anchor li {
  width: calc(100% / 4 - 8px);
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .anchor {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .anchor li {
    width: calc(100% / 2 - 8px);
  }
}
.anchor li a {
  background: #399;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  text-align: center;
  border-radius: 100vh;
}
.anchor li a:hover {
  opacity: 0.7;
}
.doublebox {
  border: 4px double #399;
  padding: 16px;
}
.content h2 {
  font-size: 175%;
  line-height: 2.2;
  font-weight: normal;
  letter-spacing: 1px;
  color: #111;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  clear: both;
  margin-bottom: 32px;
}
h2 span.font_Poppins:before,
h2 span.font_Poppins:after {
  content: "/";
  font-family: "Poppins", sans-serif;
  font-size: 120%;
  margin: 0 8px;
  font-weight: bold;
  color: #71ecec;
}
.content h2 i {
  padding: 10px;
  color: #71ecec;
}
.content h2 span {
  font-size: 150%;
  color: #399;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.content h2 span.small {
  font-size: 112.5%;
  font-weight: normal;
  color: #555;
}
.content h3 {
  font-size: 150%;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 30px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 44px;
  font-weight: normal;
  color: #399;
  font-family: "Noto Serif JP", serif;
  clear: both;
  letter-spacing: 0.05em;
}
.content h3::after {
  display: block;
  width: 3px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #71ecec;
  content: "";
}
.content h3 span {
  font-size: 93.8%;
  color: #555;
  padding-left: 15px;
}
.content h4 {
  font-size: 125%;
  color: #597e84;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #adc4c7;
  letter-spacing: 0.1em;
  padding: 10px 0;
  font-weight: bold;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content h5 {
  font-size: 112.5%;
  color: #666;
  letter-spacing: 0.1em;
  font-weight: bold;
  clear: both;
  margin-bottom: 8px;
  background: #efefef;
  padding: 4px;
}
.lead,
.content_box {
  font-size: 100%;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}
.content .ul_news li {
  font-size: 100%;
}
.content .ul_news li span.date {
  padding-right: 20px;
  color: #888;
}
.content .ul_news li span.i_con {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f90;
  color: #fff;
  margin-right: 16px;
}
.content .ul_news li span.i_con.cl2 {
  background-color: #399;
}
.content .ul_news li {
  display: block;
  color: #333;
  line-height: 30px;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  text-decoration: none;
}
/*.content .ul_news li a:hover {
  color: #000;
  background-color: #fff;
}*/
.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.img_center span {
  position: absolute;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  letter-spacing: 0.1em;
  padding: 10px;
  left: 0;
  top: 0;
}
.img_center div {
  position: absolute;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  letter-spacing: 0.1em;
  padding: 50px;
  right: 0;
  bottom: 0;
}
.img_left {
  float: left;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 30px;
  padding-bottom: 20px;
  max-width: 50%;
}
.img_right {
  float: right;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 50px;
  padding-bottom: 20px;
  max-width: 50%;
}
.img_left img,
.img_right img,
.img_center img {
  width: 100%;
}
.content .img_left p,
.content .img_right p {
  font-size: 87.5%;
  margin: 0px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #455e65;
}
.content p.check {
  color: #f33;
}
.content p.p_st {
  font-size: 125%;
  color: #ca28b1;
}
.content .cont_wrap .txt_box {
  background-color: #e6edee;
  padding: 20px;
  margin: 20px;
}
.content .cont_wrap .txt_box h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b6cacd;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #333;
}
.content .cont_wrap .txt_box h3::after {
  display: none;
}
a.ap {
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 960px) {
  .about_photo {
    max-width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .about_photo {
    max-width: 30%;
  }
}
/*=======================================================================
パララックス
=======================================================================*/
.obi_001 {
  background-image: url(../img/obi_001.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 15%;
  padding-right: 100px;
  padding-bottom: 15%;
  padding-left: 100px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.obi_inner {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content .obi_001 h2 {
  /*color: #fff;*/
  border-bottom: none;
  padding-bottom: 0px;
}
.obi_001 p {
  line-height: 2.4;
}
.obi_002 {
  width: 100%;
  height: auto;
  background-image: url(../img/obi_002.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 40%;
  position: relative;
}
.obi_002 .box_in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  flex-flow: column;
  position: absolute;
  color: #111;
  background-color: rgba(255, 255, 255, 0.3);
}
.obi_002 h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2.2em;
}
.obi_002 h2 span {
  font-size: 150%;
  color: #399;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.obi_002 p {
  line-height: 2;
  font-weight: bold;
}
/*=======================================================================
先頭へ戻るボタン
=======================================================================*/
.to_top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 800;
}
.to_top a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #dce7e9;
  color: #333;
  font-size: 200%;
  line-height: 60px;
}
.to_top a:hover {
  background-color: #56d3d3;
  color: #fff;
}
/*=======================================================================
コンテンツ大ボタン
=======================================================================*/
.btn_cnt a {
  font-size: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 240px;
  background: #399;
  margin: 20px auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn_cnt a i {
  padding-left: 10px;
}
.btn_cnt a:hover {
  color: #399;
  background-color: #fff;
}
.btn_cnt.rt a {
  float: right;
  max-width: 220px;
  margin-right: 10px;
}
/*=======================================================================
ページ下部お問い合わせ
=======================================================================*/
.obi_002 .box_in p a.tel {
  font-size: 150%;
  color: #399;
  text-decoration: none;
  line-height: 1.2;
}
.obi_002 .box_in p a.tel strong {
  padding-left: 10px;
  font-size: 150%;
  font-weight: 700;
}
.content .box_att {
  margin-top: 30px;
}
.content .box_att h2 {
  font-weight: normal;
  font-size: 150%;
  color: #3eadbd;
  padding: 15px;
  border-bottom-color: #8fd1db;
}
.content .box_att p {
  font-size: 75%;
  margin: 0px;
  color: #328b98;
}
/*=======================================================================
footer
=======================================================================*/
footer {
  background-color: rgba(51, 153, 153, 0.1);
  color: #345;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 20px;
}
footer .cont_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .cont_wrap .f_box {
  width: 20%;
  padding: 10px;
}
footer .cont_wrap .f_box.lg {
  width: 60%;
}
footer .cont_wrap p {
  font-size: 93.8%;
}
footer .cont_wrap ul {
  padding: 0;
}
footer .cont_wrap ul li ul {
  padding: 0 0 0 20px;
}
footer .cont_wrap ul li ul li a::before {
  content: "└";
}
footer .cont_wrap ul li a {
  display: block;
  text-decoration: none;
  font-size: 93.8%;
  color: #555;
  margin-bottom: 8px;
}
footer .cont_wrap ul li.contact a {
  text-align: center;
  color: #fff;
  background-color: #399;
  font-size: 87.5%;
  padding: 2px;
  margin-top: 5px;
}
footer .cont_wrap ul li.contact a:hover {
  color: #399;
}
footer .cont_wrap ul li.contact a::before {
  display: none;
}
footer .cont_wrap ul li a::before {
  content: "・ ";
  color: #999;
}
footer .cont_wrap ul li a:hover {
  color: #111;
  background-color: #fff;
}
address {
  clear: both;
  font-size: 75%;
  font-style: normal;
  padding: 20px;
  text-align: center;
  letter-spacing: 1px;
}
footer .box_pr {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 62.5%;
  color: #55838a;
  letter-spacing: 1px;
  background-color: #d2e1e3;
  padding-top: 18px;
  line-height: 22px;
}
.box_pr ul li {
  display: inline;
  padding: 5px;
}
.box_pr ul li a {
  color: #55838a;
}
footer .logo span.font_Poppins {
  color: #09c;
  margin-left: 0;
}
/*=======================================================================
エフェクト
=======================================================================*/
.effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  transition: 1s ease-out;
}
.effect.d_02 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.effect.d_04 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.effect.d_06 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.effect.d_08 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
/*=======================================================================
form
=======================================================================*/
input,
select {
  background: #fff;
}
input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
[inputtype="text"]:focus::-ms-input-placeholder {
  color: transparent;
}
input[type="text"]:focus::placeholder {
  color: transparent;
}
#form label {
  font-size: 120%;
  font-weight: bold;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="number"],
#form input[type="email"],
#form textarea,
select {
  width: 100%;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 16px;
}
select,
option {
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus {
  background: #ffc;
}
span.need {
  background: #c00;
  color: #fff;
  padding: 0.3% 0.8%;
  margin: 10% 0;
}
#form dl dt.need:after {
  position: absolute;
  right: 10px;
  content: "必須";
  background: #c00;
  color: #fff;
  padding: 0.3% 0.8%;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin: 8px 6px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin: 8px 12px 8px 8px;
  line-height: 250%;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type="radio"],
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input#agree {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    min-height: 1px;
    border: 0;
    border-radius: 0;
    font-size: 0;
  }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding: 0 0 0 30px;
  }
  input[type="radio"] + label::before,
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background-color: white;
  }
  input[type="radio"] + label::before {
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  input[type="checkbox"] + label::before {
    border: 1px solid #ccc;
  }
  input[type="radio"]:checked + label::after,
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="radio"]:checked + label::after {
    left: 5px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: #39f;
    border-radius: 8px;
  }
  input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 18px;
    height: 9px;
    margin-top: -8px;
    border-left: 3px solid #39f;
    border-bottom: 3px solid #39f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*=======================================================================
961～
=======================================================================*/
@media screen and (min-width: 961px) {
  body {
    font-size: 100%;
  }
  /*============================================
  header
  ============================================*/
  header {
    height: 120px;
  }
  header h1 a {
    top: 8px;
    left: 10px;
  }
  .menu_btn,
  .btn_close {
    display: none;
  }
  #index_top {
    min-height: 850px;
    background-size: cover !important;
  }
  .no_pc {
    display: none !important;
  }
  /*============================================
  PCグローバルナビ
  ============================================*/
  #g_navi {
    position: absolute;
    right: 10px;
    top: 32px;
    width: auto;
    margin-left: 200px;
    display: block !important;
    z-index: 1000;
  }
  #g_navi ul li {
    display: inline;
  }
  #g_navi li a {
    width: auto;
    padding: 16px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    position: relative;
    float: left;
    letter-spacing: 1px;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
  }
  #g_navi li a::before {
    display: block;
    height: 2px;
    position: absolute;
    top: 2px;
    width: 70%;
    left: 15%;
    background-color: rgba(17, 187, 221, 0);
    content: "";
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #g_navi li a:hover::before {
    top: 0px;
    width: 80%;
    left: 10%;
  }
  #g_navi li a:hover::before {
    background-color: rgba(255, 255, 255, 1);
  }
  #g_navi li a:hover,
  #g_navi ul li:hover > a {
    color: #fff !important;
  }
  header.fixed #g_navi li a:hover,
  header.fixed #g_navi ul li:hover > a {
    color: #fff !important;
  }
  #g_navi.txt_w li a {
    color: #fff;
  }
  header.fixed #g_navi.txt_w li a {
    color: #111;
  }
  #g_navi li.contact a {
    background-color: #399;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  #g_navi li.contact a:hover {
    background-color: #fff;
    color: #1bd !important;
  }
  #g_navi li.contact a::before {
    display: none;
  }
  /*カスタム*/
  #g_navi ul li a.ac_menu {
    position: relative;
  }
  #g_navi ul li div {
    position: absolute;
    z-index: 2000;
    top: 70px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    width: 240px;
    height: auto;
    background-color: #47cdcd;
  }
  #g_navi ul li ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  #g_navi ul li ul li {
    height: 56px;
  }
  #g_navi ul li ul li a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    height: 56px;
    color: #111;
  }
  #g_navi ul li ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background-color: #157;
  }
  #g_navi li li a::before,
  #g_navi li li:first-child a::after {
    display: none;
  }
  #g_navi ul li:hover div {
    visibility: visible;
    opacity: 1;
  }
  #g_navi div.ac_list {
    display: block !important;
  }
  #g_navi div.ac_list ul li {
    display: block;
  }
  #g_navi div.ac_list ul li a {
    display: block;
    width: 100%;
  } /*カスタム*/
  #g_navi ul li.sp {
    display: none;
  }
  /*============================================
  footer
  ============================================*/
  .bn {
    max-width: 300px;
    height: auto;
  }
}
/*=======================================================================
1200～
=======================================================================*/
@media screen and (min-width: 1200px) {
  header h1 a {
    left: 50%;
    margin-left: -590px;
  }
  header #g_navi {
    right: 50%;
    margin-right: -590px;
  }
}
/*=======================================================================
～960
=======================================================================*/
@media screen and (max-width: 960px) {
  body {
    font-size: 100%;
  }
  body.fixed {
    overflow: hidden;
  }
  img {
    max-width: 100% !important;
    height: auto;
    width/***/ : auto;
    margin-left: auto;
    margin-right: auto;
  }
  .content h4 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*============================================
  メニューボタン
  ============================================*/
  .menu_btn {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 16px;
    right: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
  }
  .menu_btn:hover {
    cursor: pointer;
  }
  .menu_btn span {
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    background-color: #fff;
  }
  header.fixed .menu_btn span {
    background-color: #fff;
  }
  .menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .menu_btn span.top {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
  .menu_btn span.bottom {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  .menu_btn:hover span.top {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .menu_btn:hover span.bottom {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  }
  .menu_btn.opened span {
    background-color: #399 !important;
  }
  .menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
  }
  .menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
  }
  .menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
  }
  /*============================================
  グローバルナビ
  ============================================*/
  #g_navi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: auto;
    z-index: 3000;
    background-color: #f2f6f7;
    background-color: rgba(242, 246, 247, 0.85);
    display: none;
    padding-left: 10%;
  }
  #g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
  }
  #g_navi ul li a {
    color: #111;
    text-decoration: none;
    display: block;
    padding: 10px;
    line-height: 22px;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #g_navi ul li a:hover {
    color: #1bd;
  }
  #g_navi ul li.contact a {
    text-align: center;
    background-color: #1bd;
    color: #fff;
    width: 90%;
  }
  #g_navi ul li.contact a:hover {
    background-color: #fff;
    color: #1bd;
  }
  /*============================================
  メニューシャドウ
  ============================================*/
  .bg_bl {
    background-color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    display: block;
    position: fixed;
    z-index: 2000;
  }
  /*============================================
  header
  ============================================*/
  header {
    height: 90px;
  }
  header h1 a {
    top: 10px;
    left: 10px;
    height: 36px;
  }
  header .h_menu {
    display: none;
  }
  header #info {
    display: none;
  }
  /*============================================
  footer
  ============================================*/
  footer {
    border-bottom-width: 60px;
  }
  footer .cont_wrap .f_box {
    width: 50%;
    text-align: center;
  }
  footer .cont_wrap .f_box.lg {
    width: 100%;
  }
  .no_sp {
    display: none;
  }
}
/*=======================================================================
～640
=======================================================================*/
@media screen and (max-width: 640px) {
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content p {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .img_left,
  .img_right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .pick_up ul li {
    width: 100%;
  }
  .content .ul_news li span.date {
    padding-right: 0px;
    display: block;
  }
  .obi_001 {
    background-image: url(../img/obi_001_sp.jpg);
    padding-left: 10px;
    padding-right: 10px;
  }
  .obi_001 p {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 87.5%;
  }
  .obi_002 {
    background-image: url(../img/obi_002_sp.jpg);
    padding: 0 0 100%;
  }
  .loop_wrap {
    width: 400%;
  }
  .box_cont {
    padding-right: 10px;
    padding-left: 10px;
  }
  .box_cont .box_c_in {
    width: 100%;
    padding: 5px;
  }
  .content .cont_wrap .txt_box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .foot_txt {
    margin: 0 16px;
  }
}
/*=======================================================================
～520
=======================================================================*/
@media screen and (max-width: 520px) {
  .pc_center {
    text-align: left;
  }
  .ac_list {
    padding-left: 16px;
  }
  #index_top {
    background-position: center 20%;
  }
  .pick_up ul,
  .ul_news {
    width: 90%;
    margin: 0 auto;
  }
  .pick_up ul li {
    margin-bottom: 16px;
  }
  .pick_up ul li a div {
    font-size: 150%;
  }
  .jp {
    display: none;
  }
}
/*=======================================================================
～460
=======================================================================*/
@media screen and (max-width: 460px) {
  input,
  textarea {
    max-width: 300px !important;
  }
  #index_top #top_catch h2 {
    font-size: 187.5%;
  }
  #sub_top {
    font-size: 150%;
  }
  .content h2 {
    font-size: 150%;
  }
  .content .obi_001 h2 {
    font-size: 137.5%;
  }
}
