@charset "utf-8";

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

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  margin: 0px;
}

body {
  background-color: #FFFFFF;
}

p {
  margin: 0px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0px;
  list-style: none;
  margin: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

.oh {
  overflow: hidden;
}

.L {
  float: left;
}

.R {
  float: right;
}

.sp {
  display: none;
}

.pr {
  position: relative;
}

#menu {
  display: none;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex-sb {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.menu {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

.menu>li {
  height: 50px;
  line-height: 50px;
}

.menu>li a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-top: 20px;
  text-align: center;
  background-repeat: no-repeat;
}

.menu>li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
  display: none;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu>li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
  top: 70px;
  visibility: visible;
  opacity: 1;
}

.top_header {
  padding: 15px 0;
}

.hd01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.hd_logo {
  width: 270px;
}

.hd_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd_logo a img {
  display: block;
}

.hd01_list01 {
  width: 315px;
}

.hd01_list01 ul {
  display: flex;
  justify-content: space-between;
}

.hd01_list01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #000;
  line-height: 20px;
  padding-left: 25px;
}

.hd01_list01_01 a {
  background-image: url(/wp-content/uploads/image/hd_icon01.png);
  background-size: 20px;
  background-position: center left;
}

.hd01_list01_02 a {
  background-image: url(/wp-content/uploads/image/hd_icon02.png);
  background-size: 20px;
  background-position: center left;
}

.hd01_list02 {
  width: 385px;
}

.hd01_list02 ul {
  display: flex;
  justify-content: space-between;
}

.hd01_list02 ul li select {
  width: 180px;
  height: 25px;
}

.hd01_list02 ul li {
  width: 180px;
  height: 25px;
}

.hd01_list02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
}

.hd01_list02_01 a {
  color: #000;
  border: 1px solid #000;
  background-image: url(/wp-content/uploads/image/hd_icon04.png);
  background-size: 10px;
  background-position: center right 7px;
}

.hd01_list02_02 a {
  background-color: #3f3f3f;
  color: #fff;
  background-image: url(/wp-content/uploads/image/hd_icon03.png);
  background-size: 15px;
  background-position: center left 40px;
  padding-left: 20px;
}

.hd02 {}

.hd_nav {}

.hd_nav ul.menu {
  display: flex;
  justify-content: space-between;
}

.hd_nav ul.menu li.menu__single {}

.hd_nav ul.menu li.menu__single a {
  background-repeat: no-repeat;
}

a.init-bottom {}

ul.menu__second-level {
  width: 500px !important;
  padding: 45px 25px 20px 25px;
  background-image: url(/wp-content/uploads/image/hd_nav_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  filter: drop-shadow(0px 0px 5px rgba(153, 153, 153, 0.8));
}

ul.menu__second-level li {}

ul.menu__second-level li a {
  background-image: none;
  line-height: 19px;
}

.hd_nav01 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon01.png);
  background-size: 30px;
  background-position: center top 5px;
}

.hd_nav02 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon02.png);
  background-size: 35px;
  background-position: center top;
}

.hd_nav03 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon03.png);
  background-size: 37px;
  background-position: center top 5px;
}

.hd_nav03 ul.menu__second-level {
  left: -15px;
  width: 745px !important;
}

.hd_nav04 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon04.png);
  background-size: 31px;
  background-position: center top 0px;
}

.hd_nav04 ul.menu__second-level {
  width: 200px !important;
  left: -30px;
}

.hd_nav05 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon05.png);
  background-size: 26px;
  background-position: center top 5px;
}

.hd_nav05 ul.menu__second-level {
  width: 500px !important;
  left: -35px;
}

.hd_nav06 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon06.png);
  background-size: 30px;
  background-position: center top 7px;
}

.hd_nav06 ul.menu__second-level {
  width: 500px !important;
  left: -65px;
}

.hd_nav07 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon07.png);
  background-size: 25px;
  background-position: center top 2px;
}

.hd_nav07 ul.menu__second-level {
  width: 380px !important;
  left: -100px;
}

.hd_nav08 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon08.png);
  background-size: 25px;
  background-position: center top 8px;
}

.hd_nav09 a {
  background-image: url(/wp-content/uploads/image/hd_nav_icon09.png);
  background-size: 27px;
  background-position: center top 5px;
}

.hd_nav09 ul.menu__second-level {
  background-image: url(/wp-content/uploads/image/hd_nav_bg02.png);
  right: 0;
}

.hd_nav ul.menu li.menu__single a p {
  font-size: 13px;
}

.menu__second-level_title {}

.menu__second-level_title p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

.menu__second-level_img {
  width: 125px;
  height: 80px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden;
}

.menu__second-level_img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  max-width: unset;
}

.top {
  height: 56vw;
  position: relative;
}

.topInfoBox {
  position: absolute;
  width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(56vw - 72px);
}

.top video {
  width: 100%;
}

.top_newsbox {
  z-index: 100;
  position: relative;
}

.top_news01 {
  background-color: #000;
  padding: 12px 20px 20px 20px;
}

.top_news01_titlebox {
  display: flex;
  justify-content: space-between;
}

.top_news01_textbox li {
  margin-top: 20px;
}

.top_news01_title p {
  color: #fff;
  font-size: 20px;
  background-image: url(/wp-content/uploads/image/news_icon01.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center left;
  line-height: 35px;
  padding-left: 45px;
}

.top_news01_title_text {
  background-color: #fff;
  width: 820px;
  border-radius: 4px;
  display: flex;
}

.top_news01_title_text p {
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
}

.top_news01_title_text p span {
  margin-right: 45px;
}

.top_news_inbox {
  display: flex;
  justify-content: space-between;
}

.top_news01_textbox {}

.top_news01_textbox ul {
  display: flex;
  justify-content: space-between;
}

.top_news01_textbox ul li {
  width: 460px;
  border: 1px solid #fff;
  border-radius: 7px;
}

.top_news01_textbox_title {
  width: 100%;
  height: 35px;
}

.top_news01_textbox_title p {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.top_news01_textbox_text {
  padding: 25px 0;
}

.top_news01_textbox_text p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.top_news02 {
  width: 500px;
  background-color: #4ba43d;
  padding: 25px 30px 30px 30px;
}

.top_news_inbox_title {
  margin-bottom: 15px;
}

.top_news_inbox_title p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-repeat: no-repeat;
}

.top_news02 .top_news_inbox_title p {
  background-image: url(/wp-content/uploads/image/news_icon02.png);
  background-size: 27.5px;
  background-position: center left 140px;
}

.top_news03 .top_news_inbox_title p {
  background-image: url(/wp-content/uploads/image/news_icon03.png);
  background-size: 27px;
  background-position: center left 115px;
}

.top_news02_inbox_text {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
}

.top_news02_inbox_text p {
  color: #fff;
  font-size: 16px;
}

.top_news02_inbox_text span.ttl {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  width: 75px;
  height: 25px;
  line-height: 25px;
  color: #4ba43d;
  border-radius: 5px;
  margin-right: 15px;
}

span.kudari {
  margin-left: 30px;
}

.top_news03 {
  width: 500px;
  background-color: #095493;
  padding: 25px 45px 30px 45px;
}

.top_news03_inbox_text {}

.top_news03_inbox_text p {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.sec01 {
  background-image: url(/wp-content/uploads/2020/03/sec01_bg.png);
  background-repeat: repeat-x;
  background-position: left -10px bottom;
  background-size: cover;
  padding-top: 305px;
  padding-bottom: 150px;
  z-index: 10;
  position: relative;
  background-size: 2360px;
}

.sec01_title {
  margin-bottom: 50px;
}

.sec01_title p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.sec01_title p span {
  font-size: 14px;
  display: block;
}

.sec01_list ul {
  display: block;
}

.sec01_list ul li {
  width: 320px;
  height: 180px;
}

.sec01_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.sec01_list ul li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sec02 {
  padding: 85px 0 80px 0;
  background-image: url(/wp-content/uploads/image/sec02_bg.png);
  background-size: 20px;
  margin-top: -40px;
}

.sec02_right_list ul li:nth-child(n+5) {
  margin-bottom: 0px;
}

.top_present {
  margin-top: 50px;
}

.sec01flex {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: flex-start;
}

.sec02_left {
  width: 695px;
  height: auto;
}

.sec02_left_info {
  background-color: #fff;
  padding: 35px 20px 0 20px;
  box-shadow: 0px 0px 10px #666;
  position: relative;
  margin-bottom: 25px;
}

.sec02_left a.more_btn {
  position: absolute;
  right: 30px;
  top: 35px;
  display: block;
  width: 150px;
  height: 30px;
  background: #e30012;
  color: white;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}

.sec02_left a.more_btn:hover {
  opacity: 0.7;
}

.sec02_left a.more_btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

.sec02_left_title {}

.sec02_left_title p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 35px;
  padding-left: 35px;
  border-bottom: 1px solid #e30012;
}

.sec02_left_title p span {
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
}

.sec02_left_title p:before {
  content: "";
  display: block;
  width: 17px;
  height: 40px;
  background-color: #e30012;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sec02_left_list {
  height: 550px;
  overflow-y: scroll;
}

.sec02_left_list ul {}

.sec02_left_list ul li {}

.sec02_left_list ul li a {
  padding: 25px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  display: flex;
  border-bottom: 1px dashed #bebebe;
}

.sec02_left_list ul li:last-child a {
  margin-bottom: 20px;
}

.sec02_left_list_img {
  width: 140px;
  height: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}

.sec02_left_list_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sec02_left_list_textbox {}

.sec02_left_list_date {
  margin-bottom: 5px;
}

.sec02_left_list_date p {
  font-size: 15px;
  font-weight: bold;
  color: #9f9f9f;
}

.sec02_list_text {
  margin-bottom: 16px;
}

.sec02_list_text p {
  font-size: 16px;
  font-weight: 600;
}

.sec02_right {
  /* width: 470px; */
}

.sec02_right_list {}

.sec02_right_list ul {}

.sec02_right_list ul li {
  width: 220px;
  margin-bottom: 25px;
}

.sec02_right_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec02_right_list ul li a.sp {
  display: none;
}

.sec02_right_list01 {}

.sec02_right_list01 a {
  border: 2px solid #000;
  padding: 10px 5px 5px 5px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
}

.sec02_right_list01_title {
  width: 205px;
}

.sec02_right_list01_title img {
  display: block;
}

.sec02_right_list01_date {
  width: 150px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.sec02_right_list01_date p {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  text-align: center;
  font-size: 11px;
}

.sec02_right_list01_date p span {
  display: inline-block;
  margin-left: 20px;
}

.sec02_right_list02 {}

.sec02_right_list02 a {
  border: 3px solid #686868;
  background-color: #fff;
  text-decoration: none;
}

.sec02_right_list02_title {
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}

.sec02_right_list02_title p {
  background-color: #686868;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.sec02_right_list03 img {
  display: block;
}

.sec02_right_list04 img {
  display: block;
}

.sec03 {}

.sec03_list {}

.sec03_list ul {}

.sec03_list ul li {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.sec03_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec03_list_title {
  width: 250.5px;
  z-index: 100;
  position: relative;
}

.sec03_list_title img {
  display: block;
}

.sec03_title_right .sec03_list_title {
  margin-left: auto;
}

.sec03_list_bg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  line-height: 0;
  display: none;
}

.sec03_list_bg img {
  width: 100%;
}

.sec03_list03 .sec03_list_bg {
  top: -10px;
}

.sec04 {
  padding: 50px 0;
  background-color: #01242d;
}

.sec04 .wrap {
  width: 1200px;
}

.sec04_list {}

.sec04_list ul {
  display: flex;
  justify-content: space-between;
}

.sec04_list ul li {
  width: 580px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sec04_list ul li:before {
  content: "";
  width: 560px;
  height: 330px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec04_list ul li:first-child {
  background-image: url(/wp-content/uploads/image/sec04_bg01.png);
}

.sec04_list ul li:last-child {
  background-image: url(/wp-content/uploads/image/sec04_bg02.png);
}

.sec04_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec04_list_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sec04_list_title01 {
  width: 380px;
  height: 33px;
}

.sec04_list_title img {
  display: block;
}

.sec04_list_title02 {
  width: 270px;
  height: 33px;
}

.sec05 {
  padding: 65px 0 45px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}

.sec05_title {
  margin-bottom: 40px;
}

.sec05_title p {
  font-size: 30px;
  text-align: center;
  line-height: 35px;
}

.sec05_title p span {
  font-size: 14px;
  display: block;
}

.sec05 .bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: none;
  margin: 0 auto;
}

.sec05 .bx-viewport {
  overflow: inherit !important;
}

.sec05_slider_title p {
  font-size: 16px;
}

.sec05_slider_img {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 10px;
}

.sec05_slider_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sec06 {
  padding: 70px 0 55px 0;
}

.sec06_link01 {
  margin-bottom: 90px;
}

.sec06_link01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec06_link01 a img {
  display: block;
}

.sec06_link_list {}

.sec06_link_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec06_link_list ul li {
  width: 320px;
  margin-bottom: 25px;
}

.sec06_link_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec06_link_list ul li a img {
  display: block;
}

.sec07 {
  padding: 40px 0;
  background-color: #f4f4f4;
}

.sec07_list {}

.sec07_list ul {
  display: flex;
  justify-content: space-between;
}

.sec07_list ul li {
  width: 240px;
}

.sec07_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_footer {
  background-image: url(/wp-content/uploads/image/ft_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0 30px 0;
}

.top_ftbox {
  width: 100%;
  padding: 45px 60px 15px 60px;
  background-color: rgba(255, 255, 255, 0.85);
}

.ft_logo {
  width: 270px;
  margin: 0 auto 55px auto;
}

.ft_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.ft_logo a img {
  display: block;
}

.top_ft_ulbox {}

.top_ft_ulbox ul {
  margin-bottom: 65px;
}

.top_ft_ulbox ul li {
  margin-bottom: 15px;
}

.top_ft_ulbox ul li:before {
  content: "ー";
  display: inline-block;
  margin-right: 5px;
}

.top_ft_ulbox ul li a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

.top_ft_ul_title {
  margin-bottom: 15px;
}

.top_ft_ul_title p {
  font-size: 13px;
  font-weight: bold;
}

.copyright {
  text-align: center;
}

.copyright small {
  font-size: 10px;
  font-weight: bold;
}

.sec06_link_list ul.sp {
  display: none;
}

p.thermometer {
  color: #fff;
}

p.thermometer span:last-child {
  display: none;
}

p.thermometer span:first-child {
  padding-left: 20px;
}

/*固定ページ*/

.kotei_h1 {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 320px;
}

.kotei_h1 h1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  text-shadow: 1px 1px 3px #1a1a1a;
}

.facility_h1 {
  background-image: url(/wp-content/uploads/image/setubi_h1.png);
}

.access_h1 {
  background-image: url(/wp-content/uploads/image/access_h1.png);
}

.insta_h1 {
  background-image: url(/wp-content/uploads/2020/07/insta_h1.png);
}

.access_title02 p {
  width: 560px !important;
}

.facility_h1 h1 {
  width: 210px;
}

.insta_h1 h1 {
  width: 300px;
}

.access_h1 h1 {
  width: 500px;
}

.breadcrumb {
  padding: 20px 0 80px 0;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb ul li {
  font-weight: bold;
}

.breadcrumb ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #9fa0a0;
}

.breadcrumb ul li a:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.kotei_title {
  margin-bottom: 20px;
}

.kotei_title p {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid #e30012;
}

.kotei_title p:before {
  content: "";
  width: 15px;
  height: 40px;
  display: inline-block;
  background-color: #e30012;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.kotei_title_text {
  margin-bottom: 40px;
}

.kotei_title_text p {
  font-size: 15px;
}

.kotei_title02 {
  height: 40px;
  z-index: 10;
  position: relative;
}

.kotei_title02 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  background-color: #e77c18;
  text-align: center;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: lighter;
  box-shadow: 4px 0px 10px #ddd;
}

.facilitybox {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 0px 5px 2px #ddd;
  margin-bottom: 50px;
}

.facility_img {
  width: 350px;
}

.facility_img img {
  display: block;
}

.facility_textbox {
  width: 580px;
}

.facility_title {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.facility_title p {
  font-size: 15px;
  font-weight: bold;
}

.facility_text {}

.facility_text p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
}

.fasility_table {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 30px;
  margin-bottom: 50px;
}

.fasility_table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px;
}

.fasility_table th {
  width: 20%;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

.fasility_table td {
  width: 80%;
  padding: 10px 0;
  border: 1px solid #ccc;
  padding-left: 20px;
}

.fasility_table_title {
  margin-bottom: 2px;
}

.fasility_table_title p {
  font-size: 15px;
  font-weight: 600;
}

.kotei_title02_02 p {
  background-color: #095493;
}

.craftbox {
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 30px 30px 60px 30px;
}

.craft_title {
  margin-bottom: 5px;
}

.craft_title p {
  font-size: 15px;
  font-weight: bold;
  color: #008f45;
}

.craft_text {
  margin-bottom: 20px;
}

.craft_text p {
  font-size: 13px;
  line-height: 1.8;
}

.kotei_title02_03 p {
  background-color: #008f45;
}

.craft_pdf_list {
  margin-bottom: 30px;
}

.craft_pdf_list ul {
  display: flex;
  justify-content: space-between;
}

.craft_pdf_list ul li {
  width: 300px;
  height: 60px;
}

.craft_pdf_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  background-color: #adad3b;
  border-radius: 5px;
  background-repeat: no-repeat;
}

.craft_pdf_list ul li a span {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.craft_pdf_list01 a {
  background-image: url(/wp-content/uploads/image/sakaki_icon.png);
  background-size: 70px;
  background-position: top -15px right 30px;
}

.craft_pdf_list02 a {
  background-image: url(/wp-content/uploads/image/shitogi_icon.png);
  background-size: 63px;
  background-position: top -18px right 20px;
}

.craft_pdf_list03 a {
  background-image: url(/wp-content/uploads/image/kinpa_icon.png);
  background-size: 68px;
  background-position: top -37px right 20px;
}

.craft_inbox_title {}

.craft_inbox_title p {
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  background-color: #008f45;
  padding-left: 20px;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
}

.craft_inbox {
  display: flex;
  padding: 30px;
  align-items: center;
  border: 1px solid #008f45;
  position: relative;
  margin-bottom: 30px;
}

.craft_inbox_list {
  padding: 34px 0 54px 0;
}

.craft_inbox_list ul {
  display: flex;
}

.craft_inbox_list ul li {
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}

.craft_inbox_list ul li:before {
  content: "●";
  color: #008f45;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
}

.craft_inbox_list ul li p {
  font-size: 15px;
}

.claft_flexbox01 {
  width: 380px;
}

.claft_flexbox02 {
  width: 540px;
}

.craft_inbox_img {
  width: 70px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.craft_inbox_img img {
  display: block;
}

.craft_inbox_text p {
  font-size: 15px;
  line-height: 1.8;
}

.craft_adobebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 50px;
}

.craft_adobe_text {
  width: 725px;
}

.craft_adobe_text p {
  text-align: justify;
  line-height: 1.5;
}

.craft_adobe_img {
  width: 160px;
}

.craft_adobe_img img {
  display: block;
}

.craft_title02 {
  border-bottom: 6px double #628142;
  width: 650px;
  margin: 0 auto 30px auto;
  padding-bottom: 5px;
}

.craft_title02 p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.craft_title02 p:before {
  content: "オガラス";
  font-size: 10px;
  position: absolute;
  top: -9px;
  right: 268px;
  color: #dd3b14;
}

.craft_title02 p span {
  color: #dd3b14;
}

.craft_ogarasu_box {
  position: relative;
}

.ogarasu_flex {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 0 auto;
}

.craft_ogarasu_img01 {
  width: 360px;
}

.craft_ogarasu_img01 img {
  display: block;
}

.craft_ogarasu_img02 {
  width: 360px;
}

.craft_ogarasu_img02 img {
  display: block;
}

.craft_ogarasu_img01 img {
  display: block;
  width: 100%;
}

.craft_ogarasu_img02 img {
  display: block;
  width: 100%;
}

.craft_ogarasu_text {
  width: 489px;
  position: absolute;
  bottom: -20px;
  left: 83px;
}

.craft_ogarasu_text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.kotei_sec_end {
  margin-bottom: 100px;
}

.access_imgbox01_img {
  margin-bottom: 15px;
  margin: 0 auto 50px auto;
  width: 70%;
}

.access_imgbox01_img img {
  display: block;
  width: 100%;
}

.access_imgbox01_title {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.access_imgbox01_title:before {
  content: "●";
  color: #e30012;
  position: absolute;
  font-size: 20px;
  top: -2px;
  left: 0;
}

.access_imgbox01_title p {
  font-size: 18px;
  font-weight: bold;
}

.access_bus_linkbox {
  box-shadow: 0px 0px 10px #666;
  padding: 30px;
}

.access_bus_img01 {
  width: 100%;
  margin: 0 auto;
}

.access_bus_img01 img {
  display: block;
  width: 100%;
}

.access_bus_linklist {}

.access_bus_linklist ul {}

.access_bus_linklist ul li {}

.access_bus_linklist ul li a {}

.access_bus_linklist_text {}

.access_bus_linklist_text p {}

.access_bus_linklist_text02 {}

.access_bus_linklist_text02 p {}

.sec05_sliderbox[aria-hidden="true"]+.sec05_sliderbox[aria-hidden="false"]+.sec05_sliderbox[aria-hidden="false"] {
  transform: scale(1.1);
  transition-delay: 0.5s;
}

.sec05_sliderbox[aria-hidden="true"]+.sec05_sliderbox[aria-hidden="false"]+.sec05_sliderbox[aria-hidden="true"] {
  transform: scale(1.1);
  transition-delay: 0.5s;
}

.sec05_sliderbox {
  transition: 0.2s;
}

li.sec03_list01 {
  background-image: url(/wp-content/uploads/image/sec03_new.png);
  background-size: cover;
  background-position: center;
}

li.sec03_list02 {
  background-image: url(/wp-content/uploads/image/sec03_img01.png);
  background-size: cover;
  background-position: center;
}

li.sec03_list03 {
  background-image: url(/wp-content/uploads/image/sec03_img03.png);
  background-size: cover;
  background-position: center;
}

li.sec03_list04 {
  background-image: url(/wp-content/uploads/image/sec03_img04.png);
  background-size: cover;
  background-position: center;
}

.sec05_slider_title {
  opacity: 0;
  transition: 0.2s;
}

.sec05_sliderbox[aria-hidden="true"]+.sec05_sliderbox[aria-hidden="false"]+.sec05_sliderbox[aria-hidden="false"] .sec05_slider_title {
  opacity: 1;
  transition-delay: 0.5s;
}

.sec05_sliderbox[aria-hidden="true"]+.sec05_sliderbox[aria-hidden="false"]+.sec05_sliderbox[aria-hidden="true"] .sec05_slider_title {
  opacity: 1;
  transition-delay: 0.5s;
}

.secChui {
  padding: 80px 0 60px;
  background-image: url(/wp-content/uploads/image/sec02_bg.png);
  background-size: 13px;
}

.noteBox {
  background: #fff;
  padding: 20px 60px;
  display: flex;
  margin-bottom: 20px;
  border: 2px solid #eee;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.noteBox .icon {
  width: 100px;
  margin-right: 30px;
}

.noteBox h3 {
  color: #f00;
  font-size: 18px;
  margin: 0 0 15px;
}

.noteBox .text {
  font-size: 14px;
  line-height: 1.7;
}

.noteBox .text span {
  color: #f00;
  font-weight: bold;
}

.top_news03.long {
  width: 100%;
}

.top_news03.long .top_news_inbox_title p {
  background-position: center left 345px;
}

.long .top_news03_inbox_text p {
  text-align: center;
}

.singleFlexSB {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.singleContent {
  width: 720px;
}

.singleSidebar {
  width: 250px;
  box-shadow: 0px 0px 5px 2px #ddd;
  padding: 10px;
}

.singleSidebar h2 {
  margin: 0 0 20px;
  background: #333;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 10px;
}

.singleSidebar a {
  padding: 10px;
  display: block;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.singleSidebar a span {
  display: block;
  font-size: 11px;
}

.singleContent h1 {
  border-left: 5px solid #333;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

a.ichiran_link {
  display: block;
  text-align: center;
  margin: 60px auto 0px;
  width: 300px;
  background: #333;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  font-size: 14px;
}

.sec01_list .bx-wrapper {
  border: none;
  box-shadow: none;
  background: no-repeat;
  margin: 0;
}


.archivesPage {
  padding: 60px 0;
}

.archivesPage h1 {
  border-left: 5px solid #333;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.loopBox .pr {
  display: flex;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.archivesPage.wrap {
  width: 700px;
}

.loopBox .pr .date {
  width: 120px;
}

.loopBox .pr .pa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul#company_list {
  width: 450px !important;
}

ul#company_list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 42.5px 50px 42.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  right: 0;
}

ul#company_list li a {
  position: relative;
  border-bottom: 1px solid #1a1a1a;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 10px;
}

ul#company_list li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #f00;
  position: absolute;
  left: 0;
  top: 23px;
}

#enjoy_list.shirushi_bt_list ul li {
  width: 165px;
}

#enjoy_list.shirushi_bt_list ul li:before,
#enjoy_list.shirushi_bt_list ul li a:before {
  width: 155px;
}

#wij_weather_in_japan .location {
  display: none;
}

/* li.sec02_right_list02 {
  border: 2px solid #686868;
  background: #fff;
} */

li.sec02_right_list02 #wij_weather_in_japan #wij_container {
  border: none;
  margin-top: 20px;
}

li.sec02_right_list02 p.dateLabel {
  display: none;
}

li.sec02_right_list02 #wij_weather_in_japan p.ttl {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

li.sec02_right_list02 #wij_weather_in_japan ul li .thermometer {
  font-size: 24px;
}

li.sec02_right_list02 #wij_weather_in_japan #wij_container.count1 li {
  margin-bottom: 0;
}

li.sec02_right_list01 {
  position: relative;
}

li.sec02_right_list01:after {
  content: "準備中";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 200px;
}

.sitemapBox h2 {
  font-size: 108%;
  font-weight: bold;
  line-height: 1.8;
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid;
  margin-top: 25px;
}

.sitemapBox p {
  font-size: small;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 38px;
  position: relative;
}

.sitemapBox p:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #515151;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sitemapBox {
  margin-bottom: 25px;
}

.sec04_list ul li .pa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topUnkouAnnai>p {
  display: none;
}

.nobori>span {
  display: none;
}

.top_news03_inbox_text p span {
  display: none;
}

.top_news01_title_text p span span {
  display: none;
  margin-right: 0;
}

.srv_th01 span {
  display: none;
}

.bTiome span {
  display: none;
}

.shuttleType span {
  display: none;
}

.type01>.type01,
.type02>.type02,
.type03>.type03,
.type04>.type04,
.type05>.type05,
.type06>.type06,
.type07>.type07,
.type08>.type08,
.type09>.type09,
.type10>.type10,
.type11>.type11,
.type12>.type12 {
  display: inherit;
  display: initial;
}

p.grn_h2 span {
  display: none;
}

.safetyArchives .wrap {
  margin-bottom: 50px;
  padding: 30px 30px 20px;
  box-shadow: 0px 0px 5px 2px #ddd;
}

.safetyArchives .wrap h2 {
  background: #e43531;
  color: #fff;
  margin: 0 0 15px;
  padding: 5px 20px;
}

.safetyBox {
  display: flex;
  flex-wrap: wrap;
}

.safetyBox a {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  padding: 10px 10px 10px 40px;
  transition: 0.3s;
}

.safetyBox a:nth-child(3n) {
  margin-right: 0;
}

.safetyBox a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #e43531;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
}

.safetyBox a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
}

.safetyBox a:hover {
  background: #eee;
}

.wevReserved {
  text-align: center;
  color: #f00;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  border: 2px solid;
  padding: 0 20px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: -10px;
}

.top_news01 {
  position: relative;
}

.reservBtn {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 1000;
}

.reservBtn a {
  display: block;
  background: #ed7738;
  text-decoration: none;
  text-align: center;
  padding: 20px;
}

.reservBtn a span {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.reservBtn a span:nth-child(2) {
  font-size: 15px;
}

.reseravSP a {
  position: absolute;
  top: 16px;
  right: 60px;
  background: #f3973e;
  color: #fff;
  text-decoration: none;
  font-size: 5vw;
  padding: 1vw 2vw 1vw 8vw;
  border-radius: 4px;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2019/06/reseIcon.png);
  background-repeat: no-repeat;
  background-size: 5vw;
  background-position: 1.5vw center;
  box-shadow: 0 2px #865221;
}

.webresevInfo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.webresevInfoL {
  line-height: 0;
  width: 500px;
}

.webresevInfoR {
  width: 500px;
  padding: 20px 20px;
  background: #fff;
  font-family: sans-serif;
}

.webresevInfoR h3 {
  background: #ed7738;
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
  line-height: 60px;
  font-size: 20px;
}

.webresevInfoR .text {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin: 20px 0;
}

.webresevInfoR .MD .M {
  display: inline-block;
  background: #ed7738;
  color: #fff;
  font-weight: bold;
  width: 70px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
}

.webresevInfoR .MD {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 80px;
}

.webresevInfoR .MD .D {
  font-size: 16px;
  font-weight: bold;
}

section.secReserved {
  background: #f2f2f2;
  padding: 100px 0 0;
}

section.secReserved .webresevInfoR {
  width: 680px;
  padding: 10px;
}

section.secReserved .webresevInfo {
  margin-bottom: 0;
}

.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: #ccc;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

.pagetop span {
  border: solid;
  border-width: 2px 0 0 2px;
  width: 30px;
  height: 30px;
  display: block;
  transform: rotateZ(45deg);
  border-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 22px;
}

.reservBtn .icon {
  width: 40px;
  text-align: center;
  margin: 0 auto 5px;
}

span.D i {
  font-size: 10px;
  font-style: normal;
  background: #ed7738;
  color: #fff;
  padding: 2px;
  border-radius: 2px;
  margin: 0 4px;
}

.topVideo {
  position: relative;
}

.topVideo .rinji {
  position: absolute;
  right: 90px;
  top: 30px;
  background: #165493;
  font-size: 15px;
  color: #fff;
  width: 300px;
  padding: 10px 20px;
}

.topVideo .rinji .title {
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

/** インスタグラム投稿企画 **/
.insta_hd {
  text-align: center;
  margin-bottom: 100px;
}

.insta_hd .logo img {
  width: 95px;
}

.insta_hd .flex-sb {
  background: #fafafa;
  margin-top: 30px;
  padding: 50px;
  align-items: center;
}

.insta_hd .img {
  width: 35%;
}

.insta_hd .text {
  /* margin: 40px 0; */
  line-height: 2;
  color: #585656;
  width: 60%;
}

.insta_hd .text h2 {
  font-size: 20px;
}

.insta_hd .attention {
  margin: 50px auto;
}

.insta_hd .text p {
  font-size: 14px;
  font-weight: 600;
}

/** TOP追加コロナ **/
.noteBox02 {
  display: block;
}

.noteBox02 ul.list {
  margin-top: 2%;
}

.noteBox02 ul.list li {
  border: 2px solid #e61f17;
}

.noteBox02 ul.list li.big {
  width: 49%;
  margin-bottom: 2%;
}

.noteBox02 ul.list li.small {
  width: 32%;
}

.noteBox02 ul.list h4 {
  margin: 0;
  text-align: center;
  background: #e61f17;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}

.noteBox02 ul.list .inner {
  padding: 15px;
  align-items: center;
}

.noteBox02 ul.list .img {
  text-align: center;
  line-height: 0;
  width: 25%;
}

.noteBox02 ul.list li.big .img {
  width: 20%;
}

.noteBox02 ul.list p.text {
  font-size: 12px;
  line-height: 1.4;
  width: 70%;
}

.noteBox02 ul.list li.big p.text {
  width: 75%;
}

/* GOTOトラベルバナー */

.bnr_goto_box .ttl_box {
  /* align-items: center; */
}

.bnr_goto_box .ttl_box .goto_logo {
  background-color: #1babde;
  width: 40%;
  padding: 10px 15px;
}

.bnr_goto_box .ttl_box .goto_ttl {
  background-color: #00b0f0;
  color: #fafafa;
  width: 60%;
  font-size: 23px;
  position: relative;
  line-height: 92px;
  padding-left: 15px;
}

.bnr_goto_box .ttl_box .goto_ttl::before {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 22px;
  transition: 0.5s;
}

.bnr_goto_box .ttl_box.nowOpen .goto_ttl::before {
  transform: rotate(180deg);
}

.bnr_goto_box .text_box {
  padding: 5px 10px;
  border: 2px solid #00b0f0;
  font-size: 18px;
  line-height: 1.7;
}

.bnr_goto_box p.closeBtnHat {
  display: none;
}

.bnr_goto_box {
  margin-bottom: 25px;
}

.corona_page {
  margin-bottom: 50px;
}

.corona_page p.top_text {
  text-align: center;
  font-size: 25px;
  line-height: 2;
  margin-bottom: 50px;
}

.corona_page .imageWrap {
  justify-content: space-between;
  align-items: flex-start;
}

.corona_page .imageWrap ul {
  margin-bottom: 30px;
}

.corona_page .imageWrap ul li img {
  display: block;
}

.corona_page .imageWrap h2 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 3;
}

.corona_page .imageWrap h2 i {
  margin-right: .5em;
  color: #ffcf00;
}

.corona_page .imageWrap ul.type02 {
  width: 70%;
  justify-content: space-between;
}

.corona_page .imageWrap ul.type02 li {
  width: 49%;
  height: 373px;
  position: relative;
}

.corona_page .imageWrap ul.type02 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corona_page .imageWrap ul.type01 {
  width: 28%;
}

.corona_page .imageWrap ul.type03 {
  width: 100%;
  justify-content: space-between;
}

.corona_page .imageWrap ul.type03 li {
  width: 32%;
}

.corona_page .imageWrap ul.type04 {
  justify-content: space-between;
  width: 100%;
}

.corona_page .imageWrap ul.type04 li {
  width: 49%;
}

.corona_page .imageWrap ul.type05 {
  width: 28%;
}

.corona_page .imageWrap ul.type05 li {
  height: 373px;
}

.corona_page .imageWrap ul.type05 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corona_page .for_customer {
  background: #17671d;
  padding: 20px;
  padding-top: 40px;
}

.corona_page .for_customer h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}

.corona_page .for_customer p.main_text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  color: #fff;
}

.corona_page .for_customer ul li {
  width: 49%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 2em;
  padding-left: 150px;
  background-repeat: no-repeat !important;
  background-position: 20px !important;
}

.corona_page .for_customer ul li.flex {
  align-items: center;
}

.corona_page .for_customer ul li.mask {
  background-image: url(/wp-content/uploads/2021/05/mask.png);
  background-size: 120px;
}

.corona_page .for_customer ul li.syodoku {
  background-image: url(/wp-content/uploads/2021/05/syodoku.png);
  background-size: 100px;
}

.corona_page .for_customer ul li.taionkei {
  background-image: url(/wp-content/uploads/2021/05/taionkei.png);
  background-size: 100px;
}

.corona_page .for_customer ul li.ninzu {
  background-image: url(/wp-content/uploads/2021/05/ninzu.png);
  background-size: 100px;
}

.corona_page .for_customer ul li h3 {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: .5em;
}

.corona_page .for_customer ul li p {
  font-size: 12px;
  line-height: 2;
}

.corona_banner {
  margin-top: 80px;
}

.corona_h1 h1 {
  width: 1000px;
}

dl.privacy_dl01 dt.typeNone:before {
  display: none;
}

.privacy_text ._listTtl {
  margin: 20px 0 5px;
}


@media (max-width: 750px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*spmenu~*/
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
  }

  .sp_pr {
    position: relative;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
  }

  a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
  }

  /*SPMENU kurukuru*/
  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 3.3px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: -1.6px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  .slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
  }

  /*kokomade*/
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_menu {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 10px #666;
  }

  .slicknav_nav {
    overflow-y: scroll !important;
    height: 120vw;
  }

  a.slicknav_btn {
    margin: 8px 3px 7px 0px;
    padding: 8px 0 0 5px;
    height: 40px;
    width: 40px;
    border: 3px solid #e30012;
    border-radius: 5px;
  }

  .slicknav_nav a:hover {
    background-color: #999;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #e30012;
  }

  .slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
  }

  .slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }

  .slicknav_nav a {
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    font-size: 12px;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 5px 0;
    background-color: #3f3f3f;
    border-radius: 5px;
    margin-bottom: 2vw;
  }

  a.lang_btn {
    width: 48%;
    display: inline-block;
    background: #bca9a9;
  }

  .sp_menu_sankaku {
    position: relative;
  }

  .sp_menu_sankaku:after {
    content: "▶︎";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    line-height: 40px;
  }

  .sp_in_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    justify-content: space-between;
    margin-bottom: 1vw;
  }

  .sp_in_menu ul li {
    width: 49%;
  }

  .sp_in_menu ul li.corona {
    width: 100%;
  }

  .sp_in_menu ul li.corona a {
    background: #e30012;
    color: #fff !important;
  }

  .sp_in_menu ul li.corona a:before {
    border-color: transparent transparent transparent #fff;
  }

  .sp_in_menu ul li.line a {
    background-image: url(/wp-content/uploads/2019/10/line_icon.png);
    background-size: 20px;
    background-position: 5% center;
    padding-left: 7px;
  }

  .sp_in_menu ul li.line a:before {
    display: none;
  }

  .sp_in_menu_title {
    width: 100%;
    height: 30px;
    margin-bottom: 2vw;
  }

  .sp_in_menu_title p {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: #3f3f3f;
  }

  .sp_in_menu ul li a {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 0px;
    margin-bottom: 2vw;
    border: 1px solid #999;
    color: #000 !important;
    position: relative;
  }

  .sp_in_menu ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #1a1a1a;
    position: absolute;
    left: 10px;
    top: 16px;
  }

  /*~spmenu*/
  .sp_hd_logo {
    position: absolute;
    width: 150px;
    top: 25.5px;
    left: 8px;
  }

  .sp_hd_tel {
    position: absolute;
    width: 27px;
    top: 19.5px;
    right: 106px;
  }

  .sp_hd_mail {
    position: absolute;
    width: 30px;
    top: 22.5px;
    right: 61px;
  }

  .wrap {
    max-width: 94%;
  }

  .top {
    height: 68.5vw;
    margin-top: 0;
    line-height: 0;
  }

  .top video {
    width: 100%;
    height: 56.5vw;
  }

  .top_newsbox {
    margin-top: -1vw;
  }

  .top_news01_titlebox {
    display: block;
    margin-bottom: 3vw;
  }

  .top_news01_title {
    margin-bottom: 2vw;
  }

  .top_news01_title p {
    background-size: 8vw;
    line-height: 8vw;
    padding-left: 10vw;
    font-size: 5vw;
  }

  .top_news01_title_text {
    width: 100%;
    padding: 2vw 3vw;
  }

  .top_news01_title_text p {
    padding: 0;
    line-height: 1.5;
    font-size: 13px;
  }

  .top_news01_title_text p span {
    margin-right: 0;
    display: block;
  }

  .top_newsbox .wrap {
    max-width: 100%;
  }

  .top_news01 {
    padding: 5vw;
  }

  .top_news01_textbox ul {
    display: block;
  }

  .top_news01_textbox ul li {
    width: 100%;
    margin-bottom: 3vw;
    border-radius: 2vw;
  }

  .top_news01_textbox_title {
    height: 10vw;
  }

  .top_news01_textbox_title p {
    font-size: 4vw;
    border-radius: 1vw 1vw 0 0;
  }

  .top_news01_textbox_text {
    padding: 3vw 0;
  }

  .top_news01_textbox_text p {
    font-size: 13px;
  }

  .top_news_inbox {
    display: block;
  }

  .top_news02 {
    width: 100%;
    padding: 5vw;
  }

  .top_news03 {
    width: 100%;
    padding: 5vw;
  }

  .top_news02 .top_news_inbox_title p {
    background-size: 7.5vw;
    background-position: center left;
  }

  .top_news_inbox_title p {
    text-align: left;
    font-size: 5vw;
    line-height: 8vw;
    padding-left: 10vw;
  }

  .top_news03 .top_news_inbox_title p {
    background-size: 7.5vw;
    background-position: center left;
  }

  .top_news02_inbox_text {
    padding: 3vw;
    border-radius: 2vw;
  }

  span.kudari {
    margin-left: 0px;
    margin-bottom: 0vw !important;
  }

  .top_news02_inbox_text span {
    margin-bottom: 2vw;
  }

  .top_news02_inbox_text span {
    font-size: 4vw;
    width: 20vw;
    height: 7vw;
    margin-right: 3vw;
  }

  .top_news02_inbox_text p {
    line-height: 7vw;
    font-size: 5vw;
  }

  .top_news_inbox_title {
    margin-bottom: 3vw;
  }

  .top_news03_inbox_text p {
    font-size: 13px;
    line-height: 1.8;
  }

  .sec01 {
    margin: 0;
    padding: 10vw 0 20vw 0;
    background-size: 590%;
    background-position: center bottom;
  }

  .sec01_title p {
    font-size: 6vw;
  }

  .sec01_title p span {
    font-size: 3vw;
  }

  .sec01_title {
    margin-bottom: 5vw;
  }

  .sec01_list ul li {
    height: 180px;
    width: 46vw;
    margin-bottom: 2vw;
  }

  .sec01_list ul {
    flex-wrap: wrap;
  }

  .sec02 .wrap {
    display: block;
  }

  .sec02_left {
    width: 100%;
    margin-bottom: 15vw;
  }

  .sec02_left_info {
    padding: 5vw;
  }

  .sec02 {
    padding: 15vw 0 10vw 0;
  }

  .sec02_left_list_img {
    width: 30vw;
    margin-right: 3vw;
    height: 18vw;
  }

  .sec02_left_list_textbox {
    width: 100%;
  }

  .sec02_left_list ul li a {
    align-items: center;
  }

  .sec02_left_list_date {
    margin-bottom: 1vw;
  }

  .sec02_left_list_date p {
    font-size: 3vw;
  }

  .sec02_list_text p {
    font-size: 4vw;
  }

  .sec02_left_list {
    height: 100vw;
    margin-bottom: 4vw;
  }

  .sec02_right {
    width: 100%;
  }

  .sec02_right_list ul li {
    width: 46vw;
    margin-bottom: 2vw;
  }

  .sec02_right_list01_title {
    width: 100%;
  }

  .sec02_right_list01_date {
    width: 95%;
    right: 0;
    bottom: 2vw;
    left: 0;
    margin: auto;
  }

  .sec02_right_list01_date p span {
    margin-left: 2vw;
  }

  .sec02_right_list02_title p {
    font-size: 4vw;
  }

  #m-booked-bl-simple-22908 #width1.booked-wzs-160-110,
  #m-booked-bl-simple-22908 #width2.booked-wzs-160-110,
  #m-booked-bl-simple-22908 #width3.booked-wzs-160-110,
  #m-booked-bl-simple-22908 #width4.booked-wzs-160-110 {
    width: 100% !important;
    min-width: 100% !important;
  }

  .sec03_list ul li {
    height: auto;
  }

  .sec03_list_title {
    width: 70vw;
  }

  .sec03_list_bg {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .sec03_list_bg img {
    max-width: 170%;
  }

  .sec03_list03 .sec03_list_bg {
    top: 0;
  }

  .sec03 .wrap {
    max-width: 100%;
  }

  .sec04 {
    padding: 10vw 0;
  }

  .sec04_list ul {
    display: block;
  }

  .sec04_list ul li {
    width: 100%;
    height: 40vw;
    margin-bottom: 2vw;
  }

  .sec04_list ul li:before {
    width: 89vw;
    height: 35vw;
  }

  .sec04_list_title01 {
    width: 80%;
    height: 7vw;
  }

  .sec04_list_title02 {
    width: 57vw;
    height: 7vw;
  }

  .sec04_list ul li:last-child {
    margin-bottom: 0px;
  }

  .sec05 {
    padding: 10vw 0;
  }

  .sec05_title {
    margin-bottom: 7vw;
  }

  .sec05_title p {
    font-size: 6vw;
    line-height: 1.5;
  }

  .sec05_title p span {
    font-size: 3vw;
  }

  .sec06_link01 {
    margin-bottom: 10vw;
  }

  .sec06 {
    padding: 10vw 0;
  }

  .sec06_link_list ul.pc {
    display: none;
  }

  .sec06_link_list ul li {
    width: 46vw;
    margin-bottom: 1.5vw;
  }

  .sec07 {
    padding: 10vw 0;
  }

  .sec07_list ul {
    flex-wrap: wrap;
  }

  .sec07_list ul li {
    width: 46.5vw;
    margin-bottom: 0.5vw;
  }

  .top_footer {
    padding: 10vw 0;
  }

  .top_ftbox {
    padding: 8vw 5vw 5vw 5vw;
  }

  .ft_logo {
    width: 70vw;
    margin: 0 auto 8vw auto;
  }

  .top_ft_ulbox ul {
    margin-bottom: 7vw;
  }

  .top_ft_ulbox ul li {
    margin-bottom: 3vw;
    text-align: center;
  }

  .top_ft_ulbox ul li:after {
    content: "ー";
    display: inline-block;
    margin-right: 5px;
  }

  .top_ft_flex {
    display: block;
  }

  .sp_contents.sp ul.spContentUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sp_contents.sp ul.spContentUl li {
    width: 33%;
    height: 22vw;
    overflow: hidden;
    position: relative;
  }

  .sp_contents.sp ul.spContentUl li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
  }

  .sp_contents.sp ul.spContentUl li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 40vw;
    z-index: 9999;
    position: relative;
  }

  .sp_contents01 a {
    background-image: url(/wp-content/uploads/image/price_icon.png);
    background-repeat: no-repeat;
    background-size: 10vw;
    background-position: center top 5vw;
  }

  .sp_contents02 a {
    background-image: url(/wp-content/uploads/image/car_icon.png);
    background-repeat: no-repeat;
    background-size: 11vw;
    background-position: center top 6vw;
  }

  .sp_contents03 a {
    background-image: url(/wp-content/uploads/image/bus_icon.png);
    background-repeat: no-repeat;
    background-size: 13vw;
    background-position: center top 7vw;
  }

  .sp_contents04 a {
    background-image: url(/wp-content/uploads/image/walk_icon.png);
    background-repeat: no-repeat;
    background-size: 7vw;
    background-position: center top 6vw;
  }

  .sp_contents05 a {
    background-image: url(/wp-content/uploads/image/hd_nav_icon05.png);
    background-repeat: no-repeat;
    background-size: 12vw;
    background-position: center top 5vw;
  }

  .sp_contents06 a {
    background-image: url(/wp-content/uploads/image/hd_nav_icon06.png);
    background-repeat: no-repeat;
    background-size: 9vw;
    background-position: center top 4vw;
  }

  .sp_contents.sp {
    margin-bottom: 5vw;
  }

  .breadcrumb {
    padding: 5vw 0 10vw 0;
  }

  .kotei_title {
    margin-bottom: 3vw;
  }

  .kotei_title p {
    font-size: 4vw;
    line-height: 8vw;
    padding-left: 5vw;
  }


  .kotei_title p:before {
    height: 8vw;
    width: 2vw;
  }

  .fasility_table p:before {
    width: 5vw;
    height: 10vw;
  }

  .kotei_title_text {
    margin-bottom: 5vw;
  }

  .kotei_title_text p {
    font-size: 13px;
    text-align: justify;
  }

  .kotei_title02 p {
    width: 100%;
    font-size: 4.5vw;
    line-height: 10vw;
    text-align: left;
    padding-left: 6vw;
  }

  .kotei_title02 {
    height: 10vw;
  }

  .facility_title p {
    font-size: 13px;
  }

  .facility_title {
    margin-bottom: 1vw;
    padding-bottom: 1vw;
  }

  .facilitybox {
    display: block;
    margin-bottom: 10vw;
    padding: 5vw 5vw 1vw 5vw;
  }

  .fasility_table {
    display: block;
    margin-bottom: 10vw;
    padding: 5vw 5vw 1vw 5vw;
  }

  .facility_img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .facility_textbox {
    width: 100%;
  }

  .facility_text p {
    font-size: 13px;
    margin-bottom: 3vw;
    text-align: justify;
    line-height: 1.5;
  }

  .insta_h1 h1 {
    width: 420px;
  }

  .facility_h1 h1,
  .insta_h1 h1 {
    font-size: 6vw;
  }

  .fasility_table th {
    width: 35%;
  }

  .fasility_table td {
    padding: 3vw;
  }

  .fasility_table table {
    font-size: 13px;
  }

  .fasility_table_title p {
    font-size: 13px;
  }

  .craftbox {
    padding: 5vw;
  }

  .craft_title p {
    font-size: 4vw;
  }

  .craft_text p {
    line-height: 1.5;
  }

  .craft_text {
    margin-bottom: 2vw;
  }

  .craft_pdf_list ul li {
    width: 100%;
    margin-bottom: 2vw;
    height: 16vw;
  }

  .craft_pdf_list ul li a {
    line-height: 16vw;
  }

  .craft_pdf_list ul {
    flex-wrap: wrap;
  }

  .craft_pdf_list01 a {
    background-size: 18vw;
    background-position: right 6vw top -2vw;
  }

  .craft_pdf_list03 a {
    background-size: 22vw;
    background-position: top -12vw right 0vw;
  }

  .craft_pdf_list ul li a {
    font-size: 6vw;
  }

  .craft_pdf_list ul li a span {
    font-size: 4vw;
  }

  .craft_pdf_list {
    margin-bottom: 5vw;
  }

  .claft_flexbox01 {
    width: 100%;
  }

  .craft_inbox_title p {
    font-size: 4vw;
    line-height: 10vw;
    padding-left: 5vw;
  }

  .craft_inbox {
    padding: 5vw;
    margin-bottom: 5vw;
    border-radius: 0px 0px 5px 5px;
  }

  .craft_inbox_list {
    padding: 0;
  }

  .craft_inbox_list ul {
    display: block;
  }

  .craft_inbox_list ul li {
    margin-bottom: 1vw;
  }

  .craft_inbox_img {
    width: 18vw;
    right: 4vw;
    bottom: 2vw;
  }

  .craft_inbox_text p {
    font-size: 13px;
    line-height: 1.8;
  }

  .craft_adobebox {
    flex-wrap: wrap;
  }

  .craft_adobe_text {
    width: 100%;
    margin-bottom: 3vw;
  }

  .craft_adobe_img {
    width: 60%;
    margin: 0 auto;
  }

  .craft_adobe_img img {
    width: 100%;
  }

  .craft_adobe_text p span {
    display: inline-block;
  }

  .craft_adobe_text p span.pc {
    display: none;
  }

  .craft_title02 {
    width: 100%;
    margin-bottom: 10vw;
  }

  .craft_title02 p {
    font-size: 6vw;
    line-height: 1.8;
  }

  .craft_title02 p:before {
    top: 8vw;
    left: -24.5vw;
    width: 100%;
    font-size: 3vw;
  }

  .ogarasu_flex {
    display: block;
    width: 100%;
    margin: 0 auto 5vw auto;
  }

  .craft_ogarasu_img01 {
    width: 95%;
    margin: 0 auto 5vw auto;
  }

  .craft_ogarasu_img02 {
    width: 100%;
  }

  .craft_ogarasu_text {
    position: static;
    width: 100%;
  }

  .craft_ogarasu_text p {
    font-size: 13px;
  }

  .kotei_sec_end {
    margin-bottom: 10vw;
  }

  ul.sp_contents_in {
    height: 0;
    overflow: hidden;
    padding: 0 4vw;
  }

  ul.sp_contents_in.open {
    height: auto;
    transition: 0.2s;
    display: flex;
    flex-wrap: wrap;
  }

  ul.sp_contents_in li {
    opacity: 0;
    transition: 0.2s;
  }

  ul.sp_contents_in.open li {
    opacity: 1;
  }

  ul.sp_contents_in.open li:nth-child(1) {
    transition-delay: 0.2s;
  }

  ul.sp_contents_in.open li:nth-child(2) {
    transition-delay: 0.3s;
  }

  ul.sp_contents_in.open li:nth-child(3) {
    transition-delay: 0.4s;
  }

  ul.sp_contents_in.open li:nth-child(4) {
    transition-delay: 0.5s;
  }

  ul.sp_contents_in.open li:nth-child(5) {
    transition-delay: 0.6s;
  }

  ul.sp_contents_in.open li:nth-child(6) {
    transition-delay: 0.7s;
  }

  ul.sp_contents_in.open li:nth-child(7) {
    transition-delay: 0.8s;
  }

  ul.sp_contents_in.open li:nth-child(8) {
    transition-delay: 0.9s;
  }

  ul.sp_contents_in.open li:nth-child(9) {
    transition-delay: 1.0s;
  }

  ul.sp_contents_in.open li:nth-child(10) {
    transition-delay: 1.1s;
  }

  .sp_contents.sp ul.spContentUl li:before {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    border: 2px solid #e43631;
    top: 0;
    left: -5%;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
  }

  .sp_contents.sp ul.spContentUl li.active:before {
    width: 90%;
    height: 90%;
    left: 2%;
  }

  ul.sp_contents_in li a {
    position: relative;
    padding: 5px;
    display: block;
    border-bottom: 1px dashed;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }

  ul.sp_contents_in li {
    width: 48%;
    margin: 1%;
  }

  ul.sp_contents_in li a:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border: solid #666;
    border-width: 1px 1px 0 0;
    transform: rotateZ(45deg);
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .sec05_slider_img {
    height: 25vw;
  }

  .sec05_slider_title p {
    font-size: 12px;
    line-height: 1.2;
  }

  .sec06_link_list ul.sp {
    display: flex;
  }

  .top_present {
    margin-top: 0;
  }

  .sec01flex {
    display: block;
    margin-bottom: 5vw;
  }

  .noteBox {
    display: block;
    padding: 4vw;
  }

  .noteBox .icon {
    width: 13vw;
    margin: 0 auto 10px;
  }

  .noteBox h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .noteBox .text {
    font-size: 12px;
    line-height: 1.5;
  }

  .secChui {
    padding: 10vw 0 calc(10vw - 20px);
  }

  .singleContent {
    width: 100%;
  }

  .singleFlexSB {
    display: block;
  }

  .singleSidebar {
    display: none;
  }

  .sec01_list .bx-wrapper {
    margin: auto;
  }

  .sec01_list .bx-wrapper .bx-viewport {
    overflow: inherit !important;
  }

  .sec01_list {
    overflow: hidden;
  }

  .top_news03.long .top_news_inbox_title p {
    background-position: center left;
  }

  .loopBox .pr {
    display: block;
  }

  .loopBox .pr .date {
    font-size: 11px;
    margin-bottom: 4px;
    width: 100%;
  }


  #enjoy_list.shirushi_bt_list ul li {
    width: 100%;
  }

  #enjoy_list.shirushi_bt_list ul li:before,
  #enjoy_list.shirushi_bt_list ul li a:before {
    width: 90vw;
  }

  .kotei_h1 {
    height: 250px;
    padding-top: 0px;
  }

  .kotei_h1 h1 {
    max-width: 100% !important;
  }

  .kotei_h1 h1 {
    max-width: 100% !important;
  }

  .sec02_right_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sec02_left a.more_btn {
    position: relative;
    left: 10%;
    top: 0;
    width: 80%;
    height: 35px;
    background: #e30012;
    line-height: 35px;
    padding-left: 0px;
    text-align: center;
  }

  .safetyArchives .wrap {
    padding: 5vw;
  }

  .safetyBox a {
    width: 49%;
    margin-right: 2% !IMPORTANT;
    font-size: 10px;
    padding: 3vw 0 3vw 5vw;
  }

  .safetyBox a:nth-child(2n) {
    margin-right: 0 !important;
  }

  .safetyBox a:before {
    width: 3vw;
    height: 3vw;
    left: 1vw;
  }

  .safetyBox a:after {
    border-width: 1vw 0 1vw 1vw;
    left: 2vw;
  }

  .wevReserved {
    text-align: center;
    color: #f00;
    font-weight: bold;
    font-size: 3vw;
    line-height: 2;
    border: 2px solid;
    top: 4vw;
    right: 5vw;
    padding: 0 2vw;
    background: #fff;
  }

  .webresevInfo {
    display: block;
  }

  .webresevInfoR {
    width: 100%;
  }

  section.secReserved .webresevInfoR {
    width: 100%;
  }

  .webresevInfoL {
    width: 100%;
  }

  .jpSelect.sp {
    padding: 2vw;
    background: #ccc;
  }

  body {
    padding-top: 65px;
  }

  .rinji {
    background: #165493;
    padding: 2vw 4vw;
    color: #fff;
  }

  .rinji .title {
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
  }

  .jpSelect.sp select {
    -webkit-appearance: none;
    background: #fff;
    padding-left: 10px;
    width: auto;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    height: 20px;
  }

  .sec02_right_list ul li a {
    height: auto;
  }

  .sec02_right_list ul li.sec02_right_list03 a {
    margin-bottom: 5.5vw;
  }

  .sec02_right_list ul li a.sp {
    display: block;
  }

  /** インスタグラム投稿企画 **/
  .insta_hd .text h2 {
    font-size: 16px;
  }

  .insta_hd .text h2 span {
    font-size: 12px;
  }

  .insta_hd .text p {
    font-size: 13px;
  }

  .insta_hd .flex-sb {
    margin-top: 30px;
    padding: 30px 10px;
  }

  .insta_hd .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .insta_hd .text {
    width: 100%;
  }

  /** SP_TOP追加コロナ **/
  .noteBox02 ul.list h4 {
    font-size: 14px;
  }

  .noteBox02 ul.list li.big {
    width: 100%;
    margin-bottom: 2%;
  }


  .noteBox02 ul.list li.small {
    width: 100%;
    margin-bottom: 2%;
  }

  /* 	GOTOトラベル */

  .bnr_goto_box .ttl_box .goto_logo {
    width: 100%;
    padding: 5px 20px;
  }

  .bnr_goto_box .ttl_box .goto_ttl {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    padding-left: 0;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
  }

  .bnr_goto_box .ttl_box .goto_ttl::before {
    right: 0;
    top: auto;
    left: 0;
    margin: auto;
    bottom: 1px;
  }

  .bnr_goto_box .text_box {
    font-size: 17px;
  }

  .corona_page {
    margin-bottom: 10vw;
  }

  .corona_page p.top_text {
    font-size: 3.5vw;
    margin-bottom: 10vw;
  }

  .corona_page .imageWrap ul {
    margin-bottom: 5vw;
  }

  .corona_page .imageWrap ul li {
    margin-bottom: 2vw;
  }

  .corona_page .imageWrap h2 {
    width: 100%;
    font-size: 4vw;
    order: -1;
    background: #e77c18;
    color: #fff;
    text-decoration: none;
    margin-bottom: .5em;
  }

  .corona_page .imageWrap ul.type02 {
    width: 100%;
  }

  .corona_page .imageWrap ul.type02 li {
    width: 100%;
    height: auto;
  }

  .corona_page .imageWrap ul.type01 {
    width: 100%;
  }

  .corona_page .imageWrap ul.type03 {
    width: 100%;
    justify-content: space-between;
  }

  .corona_page .imageWrap ul.type03 li {
    width: 100%;
  }

  .corona_page .imageWrap ul.type04 {
    width: 100%;
  }

  .corona_page .imageWrap ul.type04 li {
    width: 100%;
  }

  .corona_page .imageWrap ul.type05 {
    width: 100%;
  }

  .corona_page .imageWrap ul.type05 li {
    height: auto;
  }

  .corona_page .for_customer {
    padding: 4vw;
    padding-top: 10vw;
  }

  .corona_page .for_customer h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .corona_page .for_customer p.main_text {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }

  .corona_page .for_customer ul li {
    width: 100%;
    margin-bottom: 3vw;
    padding-left: 2em;
    padding-top: 25vw;
    background-position: center 4vw !important;
    text-align: center;
  }

  .corona_page .for_customer ul li.mask {
    background-size: 35vw;
  }

  .corona_page .for_customer ul li.syodoku {
    background-size: 22vw;
  }

  .corona_page .for_customer ul li.taionkei {
    background-size: 22vw;
  }

  .corona_page .for_customer ul li.ninzu {
    background-size: 20vw;
  }

  .corona_page .for_customer ul li h3 {
    font-size: 3.5vw;
  }

  .corona_page .for_customer ul li p {
    font-size: 3vw;
    ;
  }

  .corona_page .imageWrap h2 i {
    color: #fff;
  }

  .corona_banner {
    margin-top: 0px;
  }

  .corona_h1 h1 {
    font-size: 20px !important;
  }

}