@charset "utf-8";
/* CSS Document */
body, td, th {
  font-family: segoe UI, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
section {
  margin: 5% 5% 5%;
}
.osusume ul {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 450px) {
  section {
    margin: 1% 1% 5%;
  }
  .osusume ul {
    width: 100%
  }
}
.f_50 {
  font-size: 50%;  
}
.f_70 {
  font-size: 70%;
}
.f_120 {
  font-size: 120%;
  font-weight: 700;
}
.left {
  text-align: left;
}
/*h2.heading {
  width: 70%;
  line-height: 1.8;
  margin: 1rem 15%;
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  color: #333333;
  position: relative;
}*/
.heading {
  width: 90%;
  line-height: 1.6;
  margin: 1rem auto;
  font-size: 1.5em;
  /*text-align: center;*/
  font-weight: 500;
  color: #333333;
  position: relative;
  display: inline-block;
}
.info {
  width: 70%;
  margin: 1% auto 0 auto;
  border: solid 3px darkgray;
  background-color: white;
}
.info p {
  font-size: 1.8rem;
  text-align: center;
  padding: 1%;
  color: black;
}
@media screen and (max-width: 450px) {
  .info {
    width: 100%;
  }
  .info p {
    font-size: 1.4rem;
    text-align: center;
    padding: 1%;
  }
}
.bnr_100 img {
  width: 100%;
  margin-top: 2%;
}
table {
  font-size: 16px;
  margin: 20px auto auto auto;
  border-spacing: 0;
  align: auto;
  width: 768px;
}
.table_joken th {
  width: 20%;
  text-align: left;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #c1b39a;
  font-weight: bold;
}
.table_joken td {
  text-align: left;
  padding: 10px;
  border: 3px solid #c1b39a;
  position: relative;
}
div#foot {
  /*width: 935px;*/
  margin: 0 auto;
}
h2 {
  margin: 3% auto;
}
.t-ribbon01 {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 5%;
  font-size: 2.5rem;
  background: #fcd96d;
  color: #cc9900;
  box-sizing: border-box;
}
.t-ribbon01:before, .t-ribbon01:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.t-ribbon01:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 25px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.t-ribbon01:after {
  top: 0;
  right: 0;
  border-width: 30px 25px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 450px) {
  .t-ribbon01 {
    height: auto;
    line-height: 1.3;
    text-align: center;
    padding: 2% 5%;
    font-size: 1.7rem;
    background: #fcd96d;
    color: #cc9900;
    box-sizing: border-box;
  }
  .t-ribbon01:before, .t-ribbon01:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .t-ribbon01:before {
    top: 0;
    left: 0;
    border-width: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .t-ribbon01:after {
    top: 0;
    right: 0;
    border-width: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
}
/*h2 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  font-size: 4rem;
}*/
/*h2:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}*/
.headline {
  display: inline-block;
  position: relative;
  margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
  color: #333333;
  line-height: 1;
  font-size: 3rem;
}
.headline::before {
  position: absolute;
  bottom: calc(-3.5em / 4);
  left: calc(-3.5em / 2);
  z-index: -1;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #bbdbfb;
  content: '';
}
.bk-g {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  color: #333333;
  line-height: 1;
  font-size: 3rem;
  font-family: "BIZ UDP明朝 Medium";
  padding: 0.8rem auto;
}
.c-ttl {
  line-height: 1;
  font-size: 3rem;
  font-family: "BIZ UDP明朝 Medium";
  color: #bda661;
  margin: 3% auto 2%;
}
h2 img {
  width: 100%;
}
@media screen and (max-width: 450px) {
  h2 {
    width: 100%;
    padding: 1% 0;
  }
  .headline {
    display: inline-block;
    position: relative;
    margin: 2rem auto 0.5rem;
    color: #333333;
    line-height: 1;
    font-size: 1.9rem;
    font-weight: 700;
  }
  .headline::before {
    display: none;
  }
}
/*h2 {
  margin-top: 5%;
  font-size: 25px;
  font-weight: bold;
  color: red
}*/
h3 {
  font-size: 20px;
  line-height: 2rem;
  font-weight: bold;
  color: #b8860b;
}
@media screen and (max-width: 450px) {
  h3 {
    font-size: 1.5rem;
  }
}
.tourList {
  display: flex;
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  justify-content: center;
  margin-bottom: 5%;
}
.tourList li {
  margin-right: 30px;
  width: 430px;
  background-color: #fff;
  border: 1px solid #333;
  text-decoration: none;
  margin: 20px 19px 10px;
}
.tourList li img {
  width: 100%;
}
.tourList li span {
  display: block;
}
.brand {
  text-align: left;
  font-size: 1rem;
}
.tourList li .detail {
  padding: 15px;
}
.tourList li .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.tourList li .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.price_sub {
  font-size: 0.8rem;
}
.tourList li .txt {
  text-align: left;
}
.shopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
.shopList li {
  width: 49%;
  background-color: #fff;
  border: 1px solid #333;
  text-decoration: none;
}
.shopList li img {
  width: 100%;
}
.shopList li span {
  display: block;
}
.shopList li .detail {
  padding: 15px;
}
.shopList li .tel {
  /*margin-bottom: 15px;*/
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
.joken {
  /*width: 100px;	*/
  text-align: left;
  display: inline-block;
  padding: 3px 20px;
  /*font-weight: bold;*/
  background-color: yellow;
}
.brand_blue {
  /*width: 100px;*/
  text-align: left;
  /*display: inline-block;*/
  padding: 3px 20px;
  font-weight: bold;
  color: white;
  background-color: blue;
  margin-top: 0;
}
.brand_black {
  width: 100px;
  text-align: left;
  /*display: inline-block;*/
  padding: 3px 20px;
  font-weight: bold;
  color: white;
  background-color: black;
}
.info_blue {
  text-align: left;
  /*display: inline-block;*/
  padding: 3px 20px;
  font-weight: bold;
  color: white;
  background-color: blue;
}
.info_black {
  text-align: left;
  /*display: inline-block;*/
  padding: 3px 20px;
  font-weight: bold;
  color: white;
  background-color: black;
}
.btn-square-pop {
  float: right;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535; /*背景色*/
  border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
  border-radius: 4px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin-bottom: 10px;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover {
  opacity: 0.8;
}
.button_b a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1.5rem auto;
  max-width: 615px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  font-size: 1.8rem;
  background: #b8860b;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
}
.button_b a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.lead {
  margin: 0 auto 30px;
  font-size: 300%;
  letter-spacing: 0.02em;
  background: #e5ccff;
  width: 75%;
  padding: 6px 0px 15px;
  font-weight: bold;
}
.lead p {
  background: linear-gradient(transparent 70%, #b066ff 60%);
  display: inline-block;
}
.lead_s1 {
  font-size: 60%;
}
.tourList_box {
  margin: 5PX auto 0px;
  letter-spacing: 0.02em;
  background: #F5DEEF;
  width: 90%;
  padding: 0.3rem;
}
.sub_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 30px 20px 20px 20px;
}
.dst {
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
}
.tokuten {
  background: #FF0004;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.3rem;
  text-align: left;
}
.marker_purple {
  background: linear-gradient(transparent 70%, #b066ff 40%);
}
.Product .productbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*justify-content: flex-start;*/
  /*justify-content: center;*/
  margin-top: 1rem;
  /*padding: 1.2rem;*/
  /*background: #efefef;*/
}
.Product .productbox a {
  text-decoration: none;
  color: #161616;
}
.Product .productbox a :hover {
  transition: 0.3s;
  color: #06519E;
}
.Product .item {
  background: #fff;
  /*padding: 15px;*/
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  /*border: 1px solid #333;*/
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item p {
  margin: 0 0 0.5rem;
}
.Product .item .detail {
  padding: 15px;
}
.Product .item .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.Product .item img {
  width: 100%;
}
.Product .item4 {
  background: #fff;
  /*padding: 15px;*/
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item4 p {
  margin: 0 0 0.5rem;
}
.Product .item4 .detail {
  padding: 15px;
}
.Product .item4 .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item4 .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
}
.Product .item4 img {
  width: 100%;
}
.Product .item3 {
  background: #fff;
  /*padding: 15px;*/
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  /*border: 1px solid #333;*/
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item3 p {
  margin: 0 0 0.5rem;
}
.Product .item3 .detail {
  padding: 15px;
}
.Product .item3 .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item3 .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
.Product .item3 img {
  width: 100%;
}
.Product .item100 {
  background: #fff;
  /*padding: 15px;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #333;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.Product .item100 p {
  margin: 0 0 0.5rem;
}
.Product .item100 .detail {
  padding: 15px;
}
.Product .item100 .tour_ttl {
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.175rem;
  font-weight: bold;
  text-align: left;
}
.Product .item100 .price {
  color: #c00;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center;
}
.Product .item100 img {
  width: 100%;
}
.Product .item-c {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px #bbdbfb;
  border-bottom: solid 2px #bbdbfb;
  background: #FFFFFF
}
.item-c:before, .item-c:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #bbdbfb;
}
.item-c:before {
  left: 10px;
}
.item-c:after {
  right: 10px;
}
.Product .item-c img {
  width: 100%;
}
.Product .item-c .detail {
  padding: 15px;
}
@media screen and (max-width: 450px) {
  .Product .item-c {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .flex-container {
    display: block;
  }
  .flex-item {
    width: 100%;
  }
  .Product .productbox .item100 {
    width: 100%;
    margin: 30px auto;
  }
  .Product .item100 p {
    margin: 0 0 0;
  }
}
.Product .productbtn {
  margin-top: auto;
}
.Product .productbtn a {
  display: block;
  width: 50%;
  background: #b8860b;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: #fff;
  line-height: 30px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 25%;
}
.Product .productbtn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.sp_none {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .Product {
    display: block;
  }
  .Product .productbox {
    width: 100%;
    margin: 0.6rem auto;
  }
  .Product .productbox .item {
    width: 100%;
    margin: 30px auto;
  }
  .Product .productbox .item4 {
    width: 100%;
    margin: 30px auto;
  }
  .Product .productbox .item3 {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .Product .item p {
    margin: 0 0 0;
  }
  .Product .item4 p {
    margin: 0 0 0;
  }
  .tourList {
    display: block;
  }
  .tourList li {
    width: 90%;
    margin: 30px auto;
  }
  .shopList {
    display: block;
  }
  .shopList li {
    width: 90%;
    margin: 30px auto;
  }
  img {
    width: 95%;
    height: auto;
    margin: auto;
  }
  .lead {
    width: 95%;
    letter-spacing: -0.02em;
    font-size: 180%;
    padding: 10px 0px;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table {
    width: 85%;
    margin: auto 20px;
  }
  .table_joken th, .table_joken td {
    border-bottom: none;
    display: block;
    width: 100%;
    border: 1px solid #c1b39a;
  }
  .tourList .shopList li .detail {
    height: 270px;
  }
  div#foot {
    width: 90%;
    margin: 0 auto;
  }
  /*h2 .heading {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
  }*/
  .heading {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
  }
  .button_b a {
    max-width: 80%;
    padding: 10px 25px;
    font-size: small;
  }
}
menu, nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
menu, nav {
  display: block
}
nav {
  width: 100%;
  /*background: #fff;*/
  /*box-shadow: 0 1px 2px #d0d8dc;*/
  ⁄zoom: 1;
}
nav:after {
  content: '';
  display: block;
  clear: both;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
  nav {
    /* box-shadow: 0 1px 3px #999;*/
    z-index: 3;
    width: 100%;
    margin: auto;
  }
  /* 共通 */
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav ul li a, nav ul li a.on {
    display: block;
    margin: 0;
    padding: 20px 0 10px 0;
    background: #007bbb;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    height: 30px;
  }
  nav.black ul li a, nav.black ul li a.on {
    background: #000;
    color: #fff;
  }
  nav.gray ul li a, nav.gray ul li a.on {
    background: #F91783;
    color: #ffffff;
  }
  nav.red ul li a, nav.red ul li a.on {
    background: #ea5550;
    color: #FFFFFF;
  }
  nav.brown ul li a, nav.red ul li a.on {
    background: #946243;
    color: #FFFFFF;
  }
  nav.navy ul li a, nav.red ul li a.on {
    background: #19448e;
    color: #FFFFFF;
  }
  nav.skyblue ul li a, nav.skyblue ul li a.on {
    background: #87cefa;
    color: #000080;
  }
  nav ul li:hover > a {
    color: #fff;
    background: #006eb0;
  }
  nav.black ul li:hover > a {
    color: #fff;
    background: #333333;
  }
  nav.gray ul li:hover > a {
    color: #f91783;
    background: #fff;
  }
  nav.red ul li:hover > a {
    color: #fff;
    background: #cc4a45;
  }
  nav.brown ul li:hover > a {
    color: #fff;
    background: #66432e;
  }
  nav.navy ul li:hover > a {
    color: #fff;
    background: #223a70;
  }
  nav.skyblue ul li:hover > a {
    color: #191970;
    background: #00bfff;
  }
  /* 1段目 */
  nav ul.gnav > li {
    position: relative;
    width: 14%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }
  nav ul.gnav > li.subnav a {
    padding-right: 20px;
  }
  nav ul.gnav > li.subnav > a:after {
    position: absolute;
    content: "";
    top: 20px;
    width: 0;
    height: 0;
    margin-left: 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
  }
  /* 2段目 */
  nav ul li ul {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  nav ul li ul li {
    overflow: hidden;
    width: 150%;
    height: 0;
    color: #fff;
    transition: .2s;
  }
  nav ul li ul li a {
    padding: 13px 15px;
    text-align: left;
    background: #7c0c0c;
    font-weight: normal;
  }
  nav ul li:hover > ul > li {
    overflow: visible;
    height: 40px;
    border-bottom: 1px solid #505050;
  }
  nav ul li:hover ul li:last-child {
    border-bottom: none;
  }
  nav ul.gnav > li:last-child > ul {
    left: -50%;
  }
  nav ul li ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
  }
  nav ul.gnav > li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;
    border: 5px solid transparent;
    border-right-color: #fff;
  }
  .gnav {
    display: block !important;
  }
  .gnav_fes {
    margin: 1% 0;
  }
  .gnav_fes li {
    border: 1px solid #FFF;
    padding: 0 1rem;
    width: 24% !important;
  }
  #spMenu {
    display: none;
  }
  .flexnav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .fnav {
    flex: 1;
    margin: 0 3px;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .lock {
    overflow: hidden;
  }
  header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #main {
    float: none;
    width: 100%;
  }
  #sub {
    float: none;
    width: 100%;
  }
  nav {
    background: #737373;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav .inner > ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 53px;
    right: 0;
    width: 100%;
    height: 88%;
    height: -webkit-calc(100% - 53px);
    height: calc(100% - 53px);
  }
  nav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #505050;
    background: #737373;
  }
  nav li:first-child {
    border-top: 0;
  }
  nav li:last-child {
    border-bottom: 0;
  }
  nav li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #505050;
  }
  nav li a:hover {
    color: #fff;
    background: #737373;
  }
  nav ul ul {
    display: none;
    position: relative;
  }
  nav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 50px;
    text-align: left;
  }
  nav li li li a {
    padding: 10px 30px 10px 70px;
  }
  .subnav > a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f1f1f1;
  }
  .subnav > a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: #505050;
  }
  .subnav a:hover:after {
    background: #737373;
  }
  .active > a:before {
    margin-top: 0;
  }
  .active > a:after {
    margin-top: 5px;
  }
  .gnav {
    display: none;
  }
  #spMenu {
    display: block;
    z-index: 2;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  #spMenu:hover {
    cursor: pointer;
  }
  #navBtn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5%;
    background: #737373;
  }
  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #f1f1f1;
    transition: .2s;
  }
  #navBtnIcon:before, #navBtnIcon:before, #navBtnIcon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
  }
  #navBtnIcon:before {
    margin-top: -6px;
  }
  #navBtnIcon:after {
    margin-top: 4px;
  }
  #navBtn .close {
    background: transparent;
  }
  #navBtn .close:before, #navBtn .close:after {
    margin-top: 0;
  }
  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .col_two_one ul {
    margin-right: 0;
  }
  .col_two_one li {
    width: 100%;
  }
  .col_two_one li:nth-child(2n+1) {
    clear: both;
  }
  .hight0 {
    height: 120px !important;
    margin-bottom: 0% !important;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .flexnav {
    flex-direction: column;
  }
}
/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
#tweet {
  position: relative;
  text-align: center;
  background: url(../images/header.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF;
}
#tweet .fotter_ttl {
  font-size: 2.5em;
  color: #000;
  padding: 0;
  z-index: 1111;
}
.inquiry_box {
  padding: 1% 0 2%;
  background-color: #fff;
  z-index: 0;
}
.inquiry_box dl {
  margin-top: 1.3%;
  margin-bottom: 0;
  width: 80%;
  display: inline-block;
}
.inquiry_box dl dt {
  font-size: 1.8em;
  margin-bottom: 2%;
  padding: 1% 2%;
  text-align: left;
  font-weight: 700;
}
.bf-blue {
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
}
.bf-red {
  color: #494949;
  background: transparent;
  border-left: solid 5px #F82C2F;
}
.bf-orange {
  color: #494949;
  background: transparent;
  border-left: solid 5px #F75F25;
}
.inquiry_box dl dd {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1%;
  line-height: 1.5
}
dd p {
  text-align: left;
}
dd.tel a {
  text-decoration: none;
  color: #000;
  cursor: none;
}
dd.tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right: 10px; /*文字との隙間*/
  color: #000; /*アイコンの色*/
}
dd.fax::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: url(../images/fax.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#tweet section {
  border-color: rgba(255, 255, 255, .1);
}
#tweet blockquote {
  position: relative;
  border: none;
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
}
.btn_mail a {
  display: inline-block;
}
.btn_mail a:hover {
  background: url(../images/btn_on.png) no-repeat;
  background-color: transparent;
}
.btn_mail a:hover img {
  visibility: hidden;
}
.btn_mail img {
  width: 100%;
}
.bikou {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  #tweet .fotter_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .inquiry_box {
    padding: 1% 0 2%;
    background-color: #fff;
    z-index: 0;
    width: 100%;
  }
  .inquiry_box dl {
    margin-top: 1.3%;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
  }
  .inquiry_box dl dt {
    font-size: 1.1em;
    margin-bottom: 2%;
    padding: 1% 5%;
  }
  .inquiry_box dl dd {
    font-size: 0.9em;
    color: #000;
    margin-bottom: 1%;
    line-height: 1.5
  }
  .bf-blue {
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
  }
  .bf-red {
    color: #494949;
    background: transparent;
    border-left: solid 5px #F82C2F;
  }
  .bf-orange {
    color: #494949;
    background: transparent;
    border-left: solid 5px #F75F25;
  }
  dd p {
    text-align: left;
    padding: 0.5rem;
  }
  dd.tel a {
    text-decoration: none;
    color: #000;
    cursor: none;
  }
  dd.tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
    padding-right: 10px; /*文字との隙間*/
    color: #000; /*アイコンの色*/
  }
  dd.fax::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background: url(../images/fax.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  .btn_mail a {
    display: inline-block;
  }
  .btn_mail a:hover, .btn_mail a:visited, .btn_mail a:active {
    background: none;
  }
  .btn_mail a:hover img {
    visibility: hidden;
  }
  .btn_mail img {
    width: 100%;
  }
  #tweet .fotter_ttl {
    font-size: 2rem;
    color: #000;
    padding: 0;
    line-height: 1.1;
  }
  .btn_mail a:hover {
    background: url(../images/btn_on.png) no-repeat;
    background-color: transparent;
  }
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  position: relative;
  text-align: center;
  color: #FFF;
  background-color: #000;
}
#copyright .container {
  padding: 3em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, .05);
  color: #FFF;
}
#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, .2);
}
/*=================================
ページトップ スクロール
==================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1;
}
#page-top a {
  display: block;
  text-decoration: none;
}
#page-top a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1;
  }
  #page-top a {
    display: block;
    text-decoration: none;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  #page-top a img {
    width: 60%;
  }
}
.Title {
  position: relative;
}
.Title img {
  width: 100%;
  height: auto;
}
.Title > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}