@charset "UTF-8";
/*== == == == ==>fonts<== == == == == */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*== == == == ==>reset<== == == == == */
::selection {
  color: #fff;
  background-color: #0068d0;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: thin solid currentColor;
  border-width: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  max-width: 100%;
  isolation: isolate;
  width: 100%;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  background-color: white;
}

body {
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  text-size-adjust: 100%;
  color: #595757;
  line-height: 1.4;
  word-spacing: 0;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
}

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

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
option,
select,
textarea {
  border-radius: 0;
  outline: 0;
  font-family: "Noto Sans JP", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

input:placeholder {
  color: #595757;
  font-family: "Noto Sans JP", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-ui-invalid {
  box-shadow: none;
}

picture {
  display: inline-block;
}

/**=== == == == == == == == == == == == == == == == == == == == ==
=>                     css theme
== == == == == == == == == == == == == == == == == == == == === * */
a,
button {
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: 0.8;
}

.sp {
  display: none !important;
}

.sp-inline {
  display: none !important;
}

.footer3 p.fs-18.text2 {
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
.main {
  /*margin-top: 80px;*/
}

@media screen and (max-width: 768px) {
  .main {
    /*margin-top: 60px;*/
  }
}
/*== == == == ==> position center<== == == == == */
.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.ab-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ab-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-flex {
  display: inline-flex;
}

.none {
  display: none;
}

.flex-col {
  flex-direction: column;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.w-full {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.h-full {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .w-sp-full {
    width: 100% !important;
  }
}
/*== == == == ==>row<== == == == == */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-auto {
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .w-sp-full {
    width: 100% !important;
  }
}
/*== == == == ==>container<== == == == == */
.container-1366 {
  margin: 0 auto;
  max-width: 1366px;
  width: calc(100% - 50px);
}

.container-1000 {
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 50px);
}

.container-810 {
  margin: 0 auto;
  max-width: 810px;
  width: calc(100% - 50px);
}

.container-800 {
  margin: 0 auto;
  max-width: 800px;
  width: calc(100% - 50px);
}

.container-full {
  margin: 0 auto;
  width: calc(100% - 50px);
}

@media screen and (max-width: 768px) {
  .container-800,
  .container-810,
  .container-1366,
  .container-1000,
  .container-full {
    width: calc(100% - 30px);
  }
}
/*== == == == ==>font weight<== == == == == */
.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/*== == == == ==>text transform<== == == == == */
.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

/*== == == == ==>text algin<== == == == == */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*== == == == ==>text size<== == == == == */
.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-54 {
  font-size: 54px;
}

@media screen and (max-width: 768px) {
  .fs-11 {
    font-size: 10px;
  }
  .fs-12 {
    font-size: 10px;
  }
  .fs-13 {
    font-size: 10px;
  }
  .fs-14 {
    font-size: 12px;
  }
  .fs-15 {
    font-size: 13px;
  }
  .fs-16 {
    font-size: 13px;
  }
  .fs-17 {
    font-size: 13.5px;
  }
  .fs-20 {
    font-size: 15px;
  }
  .fs-27 {
    font-size: 17px;
  }
  .fs-30 {
    font-size: 17px;
  }
  .fs-32 {
    font-size: 18px;
  }
  .fs-35 {
    font-size: 18px;
  }
  .fs-40 {
    font-size: 27px;
  }
  .fs-sp-27 {
    font-size: 27px;
  }
  .fs-sp-22 {
    font-size: 22px;
  }
  .fs-sp-24 {
    font-size: 24px;
  }
  .fs-sp-36 {
    font-size: 36px;
  }
  .fs-sp-14 {
    font-size: 14px;
  }
}
/*== == == == ==>color<== == == == == */
.color-white {
  color: #fff;
}

.color-black {
  color: #595757;
}

.color-blue {
  color: #0075c2;
}

/*== == == == ==>background<== == == == == */
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*== == == == ==>line height<== == == == == */
.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

/*== == == == ==>letter spacing<== == == == == */
.lp-0 {
  letter-spacing: 0;
}

.lp-1 {
  letter-spacing: 0.1em;
}

.lp-2 {
  letter-spacing: 0.2em;
}

.lp-3 {
  letter-spacing: 0.3em;
}

.lp-4 {
  letter-spacing: 0.4em;
}

/*== == == == ==>images<== == == == == */
.photo {
  position: relative;
  display: inline-block;
}

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

.photo .ab-bottom-right {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.photo .ab-bottom-left {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.text-shadow-black {
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

/*== == == == ==>mv<== == == == == */
.mv {
  position: relative;
}

.mv .mv-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: block;
  right: 0;
}

.mv .mv-title.left {
  text-align: left;
}

.mv .mv-title.right {
  text-align: right;
}

/*== == == == ==>Bnr Good Design Award<== == == == == */
.bnr-gda {
  text-align: center;
}

.bnr-gda_txt {
  color: #000;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.bnr-gda_txt span {
  font-size: 140%;
  margin: 0 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  .bnr-gda {
    max-width: 641px;
    margin: 0 auto;
  }
  .bnr-gda_txt {
    font-size: 3.5vw;
  }
  .bnr-gda_txt span {
    display: block;
    margin: 0;
  }
}
/*== == == == ==>animation<== == == == == */
/* animation */
.fade-in {
  opacity: 0;
  filter: blur(5px) brightness(105%);
  transition: opacity 1s ease, filter 1s ease;
}

.fade-in.is-view {
  opacity: 1;
  filter: blur(0) brightness(100%);
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.fade-up.is-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.fade-down {
  opacity: 0;
  transform: translateY(-40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.fade-down.is-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.fade-down-a.is-view {
  animation: fade-down-animation 3s ease;
}

@keyframes fade-down-animation {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    filter: blur(5px) brightness(105%);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0) brightness(100%);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0) brightness(100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    filter: blur(5px) brightness(105%);
  }
}
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.fade-left.is-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.fade-right.is-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.zoom-in {
  opacity: 0;
  overflow: hidden;
  transform: scale(0.7, 0.7);
  transition: transform 1s ease;
  transition: opacity 1s ease;
}

.zoom-in.is-view {
  opacity: 1;
  transform: scale(1, 1);
}

.zoom-out {
  opacity: 0;
  overflow: hidden;
  transform: scale(1.3, 1.3);
  transition: opacity 1s ease, transform 1s ease;
}

.zoom-out.is-view {
  opacity: 1;
  transform: scale(1, 1);
}

.flip-in-left {
  opacity: 0;
  transform: scale(0.9, 0.9) rotate(-3deg);
  transition: opacity 1s ease, transform 1s ease;
}

.flip-in-left.is-view {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
}

.flip-in-right {
  opacity: 0;
  transform: scale(0.9, 0.9) rotate(3deg);
  transition: opacity 1s ease, transform 1s ease;
}

.flip-in-right.is-view {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
}

.flip-out-left {
  opacity: 0;
  transform: scale(1.1, 1.1) rotate(-3deg);
  transition: opacity 1s ease, transform 1s ease;
}

.flip-out-left.is-view {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
}

.flip-out-right {
  opacity: 0;
  transform: scale(1.1, 1.1) rotate(3deg);
  transition: opacity 1s ease, transform 1s ease;
}

.flip-out-right.is-view {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
}

.roll-up {
  position: relative;
  overflow: hidden;
}

.roll-up:after {
  content: "";
  display: block;
  width: 101%;
  height: 133.3333%;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #f2f2f2 25%, #f2f2f2);
  transition: transform 1s ease;
}

.roll-up.is-view:after {
  transform: translateY(-100%);
}

.roll-down {
  position: relative;
  overflow: hidden;
}

.roll-down:after {
  content: "";
  display: block;
  width: 101%;
  height: 133.3333%;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f2f2f2 25%, #f2f2f2);
  transition: transform 1s ease;
}

.roll-down.is-view:after {
  transform: translateY(100%);
}

.roll-left {
  position: relative;
  overflow: hidden;
}

.roll-left img {
  opacity: 0;
  transition: opacity 0.5s ease 0.7s;
}

.roll-left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #363c59;
}

.roll-left.is-view img {
  opacity: 1;
}

.roll-left.is-view:after {
  animation: rollLeft 1s ease;
}

@keyframes rollLeft {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.roll-left2 {
  position: relative;
  overflow: hidden;
}

.roll-left2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #363c59;
  z-index: 1;
  transform: translateX(0);
  transition: transform 0.7s ease;
}

.roll-left2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
  transform: translateX(0);
  transition: transform 0.8s ease 0.05s;
}

.roll-left2.is-view:before {
  transform: translateX(100%);
}

.roll-left2.is-view:after {
  transform: translateX(100%);
}

/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     header
== == == == == == == == == == == == == == == == == == == == === * */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.95);
}

#header .header-content {
  height: 80px;
}

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

#header .header-right {
  display: flex;
  align-items: center;
}

#header .header-right .button1 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background: #faafae;
  border-radius: 5px;
  color: white;
  padding: 7px 13px;
  margin-right: 22px;
  text-align: center;
}

#header .header-right .button1:hover {
  background: #ff6666;
}

#header .header-right .button1.yellow {
  background: #99d690;
}

#header .header-right .button1.yellow:hover {
  background: #83b87b;
  opacity: 1;
}

@media screen and (max-width: 880px) {
  #header .header-logo img {
    width: 240px;
  }
}
#header .header-right .link {
  color: #0f345f;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 7px 4px;
  border-bottom: 2px dashed #0f345f;
  text-align: center;
}

#header .header-right .link1 {
  margin-right: 14px;
}

#header .header-right .link2 {
  margin-right: 26px;
}

#header .header-right .menu-icon {
  display: inline-block;
  cursor: pointer;
}

#header .header-right .menu-icon .icon {
  position: relative;
  width: 40px;
  height: 25px;
  display: block;
  margin: 0 auto;
}

#header .header-right .menu-icon .icon span {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  border-top: 3px solid #0f345f;
  transition: all 0.3s ease-in-out;
}

#header .header-right .menu-icon .icon span:nth-child(1) {
  top: 0;
}

#header .header-right .menu-icon .icon span:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 1;
}

#header .header-right .menu-icon .icon span:nth-child(3) {
  bottom: 0;
}

#header .header-right .menu-icon.active .icon span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

#header .header-right .menu-icon.active .icon span:nth-child(2) {
  opacity: 0;
}

#header .header-right .menu-icon.active .icon span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}

#header .header-right .menu-icon .text {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 6px;
  display: block;
  text-align: center;
  color: #0f345f;
}

#header-menu1-bg {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 98;
  display: none;
}

#header-menu1-bg.active {
  display: block;
}

#header-menu1 {
  position: fixed;
  top: 80px;
  right: -100%;
  bottom: 0;
  z-index: 100;
  width: 315px;
  transition: all 0.4s ease;
}

#header-menu1.active {
  right: 0;
}

#header-menu1 li {
  display: block;
  width: 100%;
}

#header-menu1 li a {
  position: relative;
}

#header-menu1 li a.new::after {
  content: "";
  width: 43.2px;
  height: 43.2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/common/menu-new.png) no-repeat center;
  background-size: cover;
}

#header-menu1 .menu-content1 {
  background: white;
}

#header-menu1 .menu-content1 li a {
  font-size: 16px;
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  padding: 10px 10px 10px 50px;
  position: relative;
}

#header-menu1 .menu-content1 li a.active {
  background: #83cbff;
  pointer-events: none;
}

#header-menu1 .menu-content1 li a:hover {
  opacity: 1;
  background: #eee;
}

#header-menu1 .menu-content1 li a.disable:hover::before {
  display: none;
}

#header-menu1 .menu-content1 li a.disable {
  background: #e5e5e5;
  color: #989898;
  pointer-events: none;
}

#header-menu1 .menu-content2 {
  background: rgba(128, 128, 128, 0.8);
  padding: 10px 0;
}

#header-menu1 .menu-content2 .logo1 img {
  width: 237px;
}

#header-menu1 .menu-content2 .logo2 img {
  width: 234px;
}

#header-menu1 .menu-content2 .logo2 {
  margin-top: 10px;
}

#header-menu1 .menu-content2 .logo3 {
  margin-top: 10px;
}

#header-menu1 .menu-content2 .logo3 a {
  background: #00ceff;
}

#header-menu1 .menu-content2 .logo3 a img {
  width: 234px;
}

#header-menu1 .menu-content2 .logo2 span {
  font-size: 14px;
  padding-bottom: 8px;
  display: block;
  width: 100%;
  text-align: center;
}

#header-menu1 .menu-content2 li a {
  background: white;
  display: block;
  width: 100%;
  padding: 14px 10px;
  text-align: center;
  border-left: 1px solid #cbcbcb;
  position: relative;
}
#header-menu1 .menu-content2 li a.machi {
  position: relative;
  padding: 16px 15px 31px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #header-menu1 .menu-content2 li a.machi {
    margin-top: 10px;
  }
}
#header-menu1 .menu-content2 li a.machi img {
  max-width: 220px;
  vertical-align: bottom;
}
#header-menu1 .menu-content2 li a.machi:before {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 18px);
  width: 15px;
  height: 20px;
  background: #00487f;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#header-menu1 .menu-content2 li a.machi:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #3aa2f0 0%, #95e4b6 100%);
}

#header-menu1 .menu-content2 li a:hover {
  opacity: 0.8;
}

#header-contact-sp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  border-top: 1px solid #cccccc;
  background: white;
}

#header-contact-sp a img {
  height: 24px;
}

#header-contact-sp .map {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

#header-contact-sp .reserve {
  background: #99d690;
  color: white;
}

#header-contact-sp .row1 li {
  width: 25%;
}

#header-contact-sp a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 8px 8px 6px 8px;
}

#header-contact-sp a span {
  font-size: 11px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  #header-menu1 li a.new::after {
    width: 50px;
    height: 50px;
  }
  #header .header-content {
    height: 60px;
  }
  #header .header-logo img {
    width: 45vw;
  }
  #header .header-right .menu-icon .icon {
    width: 26px;
    height: 22px;
  }
  #header .header-right .menu-icon .text {
    font-size: 10px;
    margin-top: 4px;
  }
  #header-menu1 {
    top: 60px;
    width: 100%;
    overflow-y: scroll;
  }
  #header-menu1 .menu-content1 li a {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
  }
  #header-menu1 .menu-content2 {
    padding: 20px 0;
  }
  #header-menu1 .menu-content2 .logo2 {
    margin-top: 20px;
  }
  #header-menu1 .menu-content2 .logo3 {
    margin-top: 20px;
  }
  #header-menu1 .menu-content2 .logo2 span {
    font-size: 13px;
  }
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     footer
== == == == == == == == == == == == == == == == == == == == === * */
#footer > .footer-button {
  text-align: center;
  padding-bottom: 80px;
}

#footer > .footer-button a {
  background: #faafae;
  color: #fff;
  border-radius: 15px;
  line-height: 1;
  padding: 18px 82px;
  display: inline-block;
  margin: 0 20px;
}

#footer > .footer-button a:hover {
  background: #f66;
}

#footer > .footer-button a.button2 {
  background: #99d690;
}

#footer > .footer-button a.button2:hover {
  background: #83b87b;
}

#footer .footer3 {
  background: #0075c2;
  text-align: center;
  color: white;
  padding: 30px 0 30px;
}

#footer .footer3 .img1 img {
  width: 347px;
}

#footer .footer3 .img2 img {
  width: 300px;
}

#footer .footer3 .text1 {
  display: block;
  color: white;
  border: 1px solid white;
  padding: 3px 10px;
  margin-right: 20px;
}

#footer .footer3 .row1 {
  padding: 15px 0;
}

/* text 4 */
#footer .footer3 .text4 {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 2px solid #fff;
}

#footer .footer3 .text4 span {
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
  color: #0075c1;
  margin-bottom: 15px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #footer .footer3 {
    padding: 24px 0 24px;
  }
  #footer .footer3 .img1 img {
    width: 250px;
  }
  #footer .footer3 .img2 img {
    width: 195px;
  }
  #footer .footer3 .row1 {
    padding: 12px 0;
  }
  #footer .footer3 .text1 {
    margin-right: 10px;
    line-height: 1;
    padding: 3px 4px;
  }
  #footer > .footer-button {
    padding-bottom: 20px;
    display: none;
  }
  #footer > .footer-button a {
    padding: 14px 55px;
  }
}
#footer .footer4 {
  text-align: center;
  padding: 62px 0 30px;
}

#footer .footer4 .row1 .logo1 img {
  width: 310px;
  margin-top: 24px;
}

#footer .footer4 .row1 .logo2 img {
  width: 366px;
  margin-top: 6px;
}

#footer .footer4 .row1 > .col {
  text-align: center;
  padding: 0 18px;
}

#footer .footer4 .text3 {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  #footer .footer4 {
    text-align: center;
    padding: 20px 0 74px;
  }
  #footer .footer4 .row1 {
    flex-wrap: wrap;
  }
  #footer .footer4 .row1 > .col {
    width: 100%;
  }
  #footer .footer4 .row1 > .col2 {
    padding: 22px 0 0;
  }
  #footer .footer4 .row1 .logo1 img {
    width: 300px;
    margin-top: 12px;
  }
  #footer .footer4 .row1 .logo2 img {
    width: 320px;
    margin-top: 2px;
  }
  #footer .footer4 .text3 {
    margin-top: 38px;
  }
}
.notical-ft {
  max-width: 700px;
  margin: 20px auto 0;
  padding: 10px;
  background-color: #468dbf;
}

footer .brand-logo {
  padding: 40px 0;
  background-color: #efefef;
}

footer .brand-logo .brand-logo-content {
  max-width: 1000px;
  margin: 0 auto;
}

footer .brand-logo .brand-logo-content p {
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}

footer .brand-logo a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.4s;
}

footer .brand-logo a:nth-of-type(4) {
  margin-right: 0;
}

footer .box-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .brand-logo a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  footer .brand-logo {
    padding: 40px 15px;
  }
  footer .box-link a img {
    width: unset;
    max-width: 100%;
  }
  footer .box-link a {
    width: 100%;
    margin-right: 0;
  }
  footer .brand-logo a img {
    display: block;
    margin: 0 auto;
  }
}
.footer-inquiry-trip {
  color: #fff;
  font-weight: 500;
  max-width: 800px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  margin: 0 auto;
  border-top: 1px solid #fff;
  margin-top: 15px;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-inquiry-trip {
    font-size: 15px;
    padding: 10px;
    letter-spacing: -1px;
  }
}
.footer-inquiry-trip-title {
  color: #0075c1;
  background: #fff;
  padding: 3px 15px;
  display: block;
  margin: 10px auto;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .footer-inquiry-trip-title {
    padding: 5px 15px;
    font-size: 15px;
  }
}

.menu-content2 .logo1, .menu-content2 .logo2 {
  position: relative;
}
.menu-content2 .logo1:after, .menu-content2 .logo2:after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  width: 10px;
  height: 20px;
  background: #00487f;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.menu-content2 .logo2 a {
  padding-right: 25px;
}/*# sourceMappingURL=common.css.map */
.nrt-link{
  font-size:15px;
}
@media screen and (min-width:768px){
  .nrt-link{
    font-size:19px;
  }
}