/*
Theme Name:sendai
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/
:root {
  --red: #db3333;
  --yellow: #ffff00;
  --blue: #1677f1;
  --green: #8cc63f;
  --palegreen: #e8f4d9;
  --darkgreen: #466320;
  --lightblue: #def4f9;

  --font-large: 48px;
  --font-big: clamp(1.875rem, 0.733rem + 2.37vw, 2.75rem);
  --font-medium: clamp(0.875rem, 0.713rem + 0.34vw, 1rem);
  --font-note: clamp(1rem, 0.347rem + 1.36vw, 1.5rem);
  --font-small: clamp(0.875rem, 0.713rem + 0.34vw, 1rem);

  --mincho: 'Shippori Mincho B1', serif;

  --bottom-mask:
    radial-gradient(2.1rem at 50% calc(100% - 2.85rem), #000 99%, #0000 101%) calc(50% - 2rem) 0/4rem 100%,
    radial-gradient(2.1rem at 50% calc(100% + 1.85rem), #0000 99%, #000 101%) 50% calc(100% - 1rem)/4rem 100% repeat-x;
  --top-mask:
    radial-gradient(2.1rem at 50% 2.85rem, #000 99%, #0000 101%) calc(50% - 2rem) 0/4rem 100%,
    radial-gradient(2.1rem at 50% -1.85rem, #0000 99%, #000 101%) 50% 1rem/4rem 100% repeat-x;
}


@media screen and (max-width: 768px) {
  :root {
    --font-large: clamp(1.75rem, 0.557rem + 5.09vw, 3rem);
    --font-big: clamp(1.75rem, 1.333rem + 1.78vw, 2.188rem);
    --font-medium: clamp(0.875rem, 0.519rem + 1.52vw, 1.25rem);
    --font-note: clamp(1rem, 0.525rem + 2.03vw, 1.5rem);
    --font-small: 14px;
  }


}

* {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html * {
  box-sizing: border-box;
}


body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 2px;
}

* html body {
  overflow: hidden;
  height: 100%;
  font-size: 90%
}

/*各種基本クラス初期設定*/

.fixed {
  position: fixed;
}

.clear {
  clear: both;
}

a {
  transition: 0.3s ease-in-out;
}

.fade {
  transition: 0.3s ease-in-out;
}

.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;

}

h2.sec-title {
  font-size: var(--font-big);
  font-weight: 900;
  text-align: center;
}

h2.sec-title.campaign-title .small {
  text-align: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 160%;
}

a {
  color: #333333;
  text-decoration: none;
}


section {
  padding: 6rem 0;
}

p {
  font-family: var(--mincho);
  font-size: var(--font-medium);
  margin: 15px 0 20px 0px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
}

p a {
  color: #00688C;
}

ol li {
  margin: 10px 0px;
  line-height: 160%;
}

/*文字サイズ・基本装飾*/

.strong {
  font-weight: bold !important;
}


.v_big {
  font-size: 150% !important;
}

.vv_big {
  font-size: 180% !important;
}

table .big {
  color: #2968BE;
}

.blue {
  color: #0085B2;
}

.bun {
  text-indent: 1em;
}

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

.textright {
  text-align: right !important;
}

.textcenter {
  text-align: center !important;
}


.v_small {
  font-size: 70% !important;
}


hr {
  border: none;
  border-bottom: solid 1px #cccccc;
  margin: 50px 0px;
}


.link_box {
  border: #0070B3 2px solid;
  padding: 14px 25px;
  color: #0070B3;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
}

.link_box:after {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0070B3;
  border-right: 1px solid #0070B3;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  display: block;
  content: "";
}

.slim {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  min-width: 700px;
}

.font-white {
  color: #fff;
}

.font-red {
  color: var(--red);
}

.font-yellow {
  color: var(--yellow);
}

/*YouTube Googlemap*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;

}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}


/*テーブル設定*/

table {
  clear: both;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 55px;
  width: 100%;
}


th,
td {
  padding: 10px 5px 10px 7px;
  vertical-align: top;
  color: #111111;
  line-height: 160%;
  letter-spacing: 0px;
}

th span,
td span {
  font-weight: bold;
  margin: 10px 0px;
}

th p,
td p {
  font-size: 100%;
  margin: 10px 0 !important;
}

/*ACCORDION*/
#panel {
  width: 100%;
  margin-bottom: 30px;
}

#panel>h3 {
  border-left: none !important;
  border-bottom: solid 1px white !important;
  background-color: #00779c !important;
  color: #fff !important;
  cursor: pointer;
  padding: 10px !important;
  position: relative;
  margin: 0px auto !important;
  max-width: 96%;
  font-size: 100% !important;
  letter-spacing: 2px;
}

#panel>h3:after {
  content: "▼";
  position: absolute;
  right: 10px;
}

#panel>.active:after {
  content: "▲";
  position: absolute;
  right: 10px;
}

#panel .ac {
  padding: 10px;
  box-sizing: border-box;
}

#panel .ac p {}



/*イメージ*/
img {
  max-width: 100%;
  border: none;
  height: auto;
}

.center {
  text-align: center !important;
  display: block !important;
  margin: 10px auto 0 !important
}


/*サイトヘッダー*/
#header {
  z-index: 13;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 0;
  background-color: #fff;
  display: block;
  /*box-shadow: 0 0 5px #eee;*/
  transition: 0.3s ease-in-out;
}


/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*


/*ロゴ*/

#header h1 {}

#header h1 a {
  display: flex;
  gap: 1rem;
  align-items: center;
}

figure.h1-fig {
  flex: 1 0 103px;
}

p.h1-title {
  font-family: unset;
  font-weight: 600;

  display: block;
  width: 260px;
}

/*ヘッダーメニュー*/
.header-wrap {
  width: 100%;
  margin: 1rem auto 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding: 0 1%;
}

.header-inner>ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header-sns li {
  padding: 0 30px;
}

.header-sns li a {
  font-size: 13px;
}

.header-insta a {
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  background: var(--red);
  padding: 0.5rem;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
}


a.nav-tel {
  background: var(--red);
  color: #fff;
  display: flex;
  width: max-content;
  margin: 1rem auto;
  padding: 1rem 2rem 1rem 4rem;
  border-radius: 3rem;
  flex-direction: column;
  align-items: center;
  position: relative;
}

a.nav-tel::before {
  content: "";
  position: absolute;
  background: url(img/nav-tel.svg) no-repeat;
  background-size: contain;
  width: 2rem;
  aspect-ratio: 1/1;
  left: 0.5rem;
  transform: translate(50%, -50%);
  top: 50%;
}

.header-insta {
  display: flex;
  margin: 1rem auto;
  width: max-content;
  gap: 1rem;
}


.header-contact {
  background: #111;
  color: #fff;
  border-radius: 50px;
  padding: 5px 50px;
}

.header-contact a {
  display: block;
  color: #fff;
}


.header-menu-item a {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  font-family: var(--mincho);
}

.header-menu-item a span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #aaa;
}

.btn-w {
  font-size: 2rem;
  position: relative;
}

.btn-w {
  position: relative;
  overflow: hidden;
  display: inline-table;
}

.btn-w>* {
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: all .7s;
  color: #000;
}

.visible {
  padding: 2rem .7rem;
}

.invisible {
  position: absolute;
  left: 0;
  top: -100%;
  padding: 2rem 0;
}

.btn-w:hover .visible {
  transform: translateY(100%);
}

.btn-w:hover .invisible {
  top: 0;
}

li.header-menu-item.reserv-btn.btn-w a {
  color: #fff;
}


p.hero-txt {
  margin: clamp(0.125rem, -1.017rem + 2.37vw, 1rem) 0 0;
  letter-spacing: 3px;
  opacity: 0;
}

li.header-menu-item a {
  font-size: var(--font-medium);
  color: var(--red);
}

li.header-menu-item {
  margin: 0 1rem;
}

li.header-menu-item.reserv-btn {
  background: var(--red);
  color: #fff !important;
  border-radius: 0.5rem;
}

li.header-menu-item.reserv-btn.btn-w:hover a {
  text-align: center;
}

/*ローダー*/

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 201;
}


#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin-top: -80px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}

#loader img {}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
  animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height: 74px;
}

@-webkit-keyframes bounce_4933 {
  0% {
    transform: translateY(0)
  }

  5.55556% {
    transform: translateY(0)
  }

  11.11111% {
    transform: translateY(0)
  }

  22.22222% {
    transform: translateY(-15px)
  }

  27.77778% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-15px)
  }

  44.44444% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }

}

@keyframes bounce_4933 {
  0% {
    transform: translateY(0)
  }

  5.55556% {
    transform: translateY(0)
  }

  11.11111% {
    transform: translateY(0)
  }

  22.22222% {
    transform: translateY(-15px)
  }

  27.77778% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-15px)
  }

  44.44444% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }

  height:62px;
}

.no1,
.no2,
.no3 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.br-1000 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br-1000 {
    display: block;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*トップページレイアウト*/


header#header::after {
  position: absolute;
  background: #fff;
  height: 3rem;
  width: 100%;
  content: "";
  left: 0;
  mask: var(--bottom-mask);
}


section.catch_area {
  aspect-ratio: 1409/673;
  position: relative;
  padding: 0;
}

section.catch_area img {
  width: 100%;
}

figure.sp-hero {
  display: none;
}

h2.sp-logo {
  display: none;
}

article.hero-article {
  position: absolute;
  bottom: 50%;
  padding: 0 0 0 5%;
  transform: translate(0, 50%);

  @media screen and (min-width: 1800px) {
    transform: translate(-100%, 50%);
    padding: 0;
    left: 40%;
  }

}

.topics-gallery {
  position: absolute;
  right: 4rem;
  bottom: 3rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 2px solid var(--red);
  font-family: var(--mincho);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21%;
}

article.hero-article>* {
  color: #fff;
}

span.hero-catch {
  opacity: 0;
  font-size: var(--font-big);
  font-weight: 600;
}

.dot-cont {
  position: absolute;
  bottom: -1.5rem;
  display: flex;
  gap: 1rem;
}

.dot {
  background: #eee;
  aspect-ratio: 1/1;
  width: 1rem;
  border-radius: 50%;
}

.table-flex {
  display: flex;
  gap: 1rem;
}

section.feature-area {
  padding: 5rem 0;
}

.slim.feature-slim {
  display: flex;
  gap: clamp(0rem, -5.333rem + 11.11vw, 3rem);
  flex-wrap: wrap;

  justify-content: center;
  align-items: center;
}

article.feature-article {
  flex: 1 0 60%;
  max-width: 525px;
}

svg.map-img {
  flex: 0 1 35%;
  min-width: 285px;
}


h2.sec-title.feature-title {
  text-align: left;
  letter-spacing: 6px;
}

p.mincho.feature-txt {
  letter-spacing: 2px;
  font-weight: 600;
  margin: 3rem 0 1rem;
}

table.time-table thead {
  background: var(--red);
}

table.time-table {
  border: 1px solid var(--red);
}


table.time-table th,
table.time-table td {
  border: 1px solid var(--red);
  text-align: center;
}

span.sart-notice.mincho {
  background: var(--red);
  font-size: var(--font-big);
  display: block;
  text-align: center;
  color: #fff;
  margin: 1rem 0;
}

a.fda-btn {
  display: flex;
  box-shadow: 2px 2px 0px 4px var(--red);
  align-items: center;
  border-radius: 0.5rem;
  justify-content: center;
  margin: 1rem 0;
  gap: 2rem;
  padding: 1rem 0;
}

a.fda-btn:hover {
  box-shadow: 2px 2px 0px 4px #711414;
}

figure.fda-logo {
  flex: 0 0 40%;
  margin: 0;
  display: flex;
  aspect-ratio: 255/82;
}

span.fda-catch.mincho {
  font-size: var(--font-large);
  color: var(--red);
  line-height: 1;
}

/* キャンペーン */
section.campaign-area {
  background: url(img/back.webp) no-repeat;
  padding: 5rem 0;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.big {
  font-size: var(--font-large);
  font-size: clamp(2.5rem, 1.153rem + 2.81vw, 3rem);
}

.small {
  font-size: var(--font-big);
}

h2.sec-title.campaign-title .lines-l {
  content: "";
  position: absolute;
  aspect-ratio: 2 / 3;
  box-sizing: border-box;
  height: 150%;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  margin: 0;
  max-height: 7rem;

}

h2.sec-title.campaign-title .lines-r {
  margin: 0;
  max-height: 7rem;
  content: "";
  position: absolute;
  aspect-ratio: 2 / 3;
  box-sizing: border-box;
  height: 150%;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}

h2.sec-title.campaign-title .lines-r img,
h2.sec-title.campaign-title .lines-l img {
  height: 100%;
}

p.vert {
  font-size: 3rem;
  font-weight: 600;
}

p.med {
  font-size: var(--font-large);
  font-family: unset;
}

span.hori.small p {
  font-family: unset;
  font-weight: 600;
  font-size: 2rem;
  line-height: normal;
}

section.campaign-area figure.plane {
  position: absolute;
  content: "";
  aspect-ratio: 5/1;
  width: 33rem;
  top: 0;
  left: 5%;
  transform: translate(0, -53%);

  @media screen and (min-width: 1800px) {
    left: 30%;
    transform: translate(-50%, -53%);
  }

}

a.detail-btn {
  color: var(--blue);
  background: var(--yellow);
  display: block;
  margin: 2rem auto;
  padding: 1rem 5rem;
  border-radius: 1rem;
  position: relative;
  width: min-content;
  overflow: hidden;
}

.glow {
  position: absolute;
  width: 0;
  height: 100%;
  background: #ffd500;
  left: 0;
  top: 0;
  transition: linear all 0.3s;
}

a.detail-btn:hover .glow {
  width: 100%;
}

a.detail-btn p {
  width: max-content;
  font-size: var(--font-big);
  font-family: unset;
  z-index: 1;
  position: relative;
}

h2.sec-title.campaign-title {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: max-content;
  position: relative;
}

figure.cashback-fig {
  max-width: 850px;
  width: 80%;
  margin: 4rem auto;
}

/* 宮城をどんな旅にする？ */

section.course-area {
  background: var(--palegreen);
  padding: 5rem 0;
  position: relative;
}

ul.gallery-flex {
  display: flex;
  gap: 1rem;
  padding: 4rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

li.gallery-item {
  background: #fff;
  flex: 1 1 30%;
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  box-sizing: border-box;
  min-width: 250px;
  max-width: 350px;
}

.gallery-fig {
  width: 100%;
  aspect-ratio: 143 / 120;
  border-radius: 2rem;
  position: relative;
  margin: 0;
  overflow: hidden;
}

h3.gallery-item-title {
  transform: translate(0, -50%);
  width: 100%;
}

li.gallery-item p {
  margin: -2rem 0 0 0;
  font-size: var(--font-small);
}

span.credit {
  display: block;
  font-size: var(--font-small);
  margin: 0 0 2rem auto;
  width: max-content;
}

.gallery-item .dot-cont {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}

li.gallery-item p.gallery-area-sub {
  margin: 0;
}

span.gallery-area {
  font-family: var(--mincho);
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem;
}

li.gallery-item p.gallery-area-sub {
  margin: 0;
}

p.sub-title {
  display: inline;
  font-family: unset;
  font-size: var(--font-medium);
  font-weight: 600;
}

h2.sec-title.course-title {
  font-size: var(--font-big);
  padding: 0 0 0 3rem;
  position: relative;
  width: fit-content;
  margin: auto;
}

h2.sec-title.course-title::before {
  content: "";
  position: absolute;
  background: var(--green);
  font-size: 2rem;
  aspect-ratio: 1/1;
  width: 1.5rem;
  left: 0.5rem;
  top: clamp(1.75rem, 1.424rem + 0.68vw, 2rem);
  transform: translate(0, -50%);
  border-radius: 50%;
}

.lead {
  font-weight: 400;
  font-family: auto;
  text-align: center;
  font-size: 1.3rem;
  max-width: 80%;
  margin: auto;
  padding: 3% 0 0;
}

section.course-area::before {
  content: "";
  position: absolute;
  background: var(--palegreen);
  width: 100%;
  height: 3rem;
  top: 0;
  transform: translate(0, -100%);
  mask: var(--top-mask);
}

figure.gourmet-fig {
  border-radius: 1rem;
  overflow: hidden;
}

li.gourmet-item h3.gallery-item-title {
  position: absolute;
  transform: translate(-50%, -20%);
  width: 80%;
  bottom: 0;
  left: 50%;
}

span.gallery-area {
  font-family: var(--mincho);
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem;
  outline: 2px solid #fff;
  outline-offset: -7px;
  padding: 0.5rem;
}
span.gallery-area.sendai-area {
    background: #c4e39d;
}

span.gallery-area.matsushima-area {
    background: #b3e6f1;
}

span.gallery-area.sanriku-area {
    background:#eec5dc;
}

span.gallery-area.kennan-area {
    background:#cab1e9;
}

span.gallery-area.kenhoku-area {
    background: #e9cab1;
}
/* 出雲縁結び空港から飛び立つ */
section.tobitatsu-area {
  overflow: hidden;
}

.tobi-flex {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

h3.plane-profi {
  display: flex;
  flex-direction: column;
}

h3.plane-profi {
  font-size: var(--font-large);
  font-family: var(--mincho);
}

section.genkan-area {
  padding-bottom: 9rem;
}

h2.sec-title.fig-title {
  width: 60%;
  margin: 0 auto 4rem;
  max-width: 745px;
}

article.tobi-article {
  flex: 0 0 400px;
  position: relative;
  margin: 0 auto;
  max-width: 90%;
}

figure.hana1,
figure.hana2,
figure.hana3,
figure.hana4,
figure.hana5,
figure.hana6,
figure.hana7,
figure.hana8,
figure.hana9 {
  margin: 0;
}

figure.hana2 {
  position: absolute;
  aspect-ratio: 1/1;
  width: 11rem;
  right: 0;
  bottom: 20%;
  animation: ani-hana2 18s linear infinite;
  transform: translate(100%, 0) rotate(0deg);
}

@keyframes ani-hana2 {
  from {
    transform: translate(100%, 0) rotate(0deg);
  }

  to {
    transform: translate(100%, 0) rotate(-360deg);
  }
}

figure.hana1 {
  position: absolute;
  left: 0;
  width: 20rem;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translate(-67%, -40%);
  /* 初期位置 */
  animation: ani-hana1 22s linear infinite;
}

@keyframes ani-hana1 {
  from {
    transform: translate(-67%, -40%) rotate(0deg);
  }

  to {
    transform: translate(-67%, -40%) rotate(360deg);
  }
}

figure.shimanekkogou {
  position: relative;
  aspect-ratio: 351/103;
  width: 100%;
  flex: 1 0 34%;
  min-width: 50%;
}

figure.shimanekkogou .shimanekkogou-img {
  position: absolute;
  right: 0;
  top: 50%;
  width: max-content;
  transform: translate(-15%, -50%);
}


span.profi-sub {
  font-family: var(--mincho);
  font-size: var(--font-big);
  margin: 0;
  display: block;
}

span.profi-catch {
  font-size: var(--font-note);
  font-family: var(--mincho);
}

p.profi-txt {
  font-size: var(--font-medium);
  line-height: 2;
}

/* 宮城旅の楽しみ方 */

figure.hana2 {
  position: absolute;
  aspect-ratio: 1/1;
  width: 11rem;
  right: 0;
  bottom: 20%;
}

figure.hana1 {
  position: absolute;
  left: 0;
  width: 20rem;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translate(-67%, -40%);
}

/* 宮城グルメを堪能 */
.sec-title.course-title.gourmet-title::before {
  background: #59c9e2;
}

section.gourmet-area {
  background: var(--lightblue);
  position: relative;
}

section.gourmet-area::before {
  content: "";
  position: absolute;
  background: var(--lightblue);
  width: 100%;
  height: 3rem;
  top: 0;
  transform: translate(0, -100%);
  mask: var(--top-mask);
}

section.gourmet-area::after {
  content: "";
  position: absolute;
  background: var(--lightblue);
  width: 100%;
  height: 3rem;
  bottom: 0;
  transform: translate(0, 100%);
  mask: var(--bottom-mask);
}

li.gallery-item.gourmet-item {
  aspect-ratio: 5/4;
  background: transparent;
}

ul.gallery-flex.gourmet-flex {
  gap: 0 1rem;
}

/* 出雲縁結び空港から飛び立つ */


section.tanoshimi-area {
  position: relative;
  overflow: hidden;
}

figure.course-card-fig {
  margin: 0;
}

figure.course-card-fig img {
  width: 100%;
  display: block;
  transition: all 0.3s linear;
}

li.course-card:hover figure.course-card-fig img {
  transform: scale(1.02);
  opacity: 0.8;
}

li.course-card:hover {
  border: 3px solid var(--green);
  border-radius: 1.5rem;

  outline-offset: 0;
  outline: 0 solid var(--green);
}

ul.course-flex.slim {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  list-style: none;
  min-width: unset;
}

li.course-card {
  border: 3px solid var(--green);
  border-radius: 1.5rem;
  overflow: hidden;
  outline-offset: -14px;
  outline: 3px solid var(--green);
  transition: all 0.3s linear;

}



@keyframes ani-hana3 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes ani-hana3big {
  from {
    transform: translate(-50%) rotate(0deg);
  }

  to {
    transform: translate(-50%) rotate(-360deg);
  }
}

figure.hana3 {
  position: absolute;
  top: 0;
  width: 13rem;
  aspect-ratio: 1/1;
  left: 0;
  z-index: -1;
  transform: rotate(0deg);
  animation: ani-hana3 linear 20s infinite;

  @media screen and (min-width: 1800px) {
    left: 32%;
    transform: translate(-50%);
    animation: ani-hana3big linear 20s infinite;
  }
}

@keyframes ani-hana4 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


figure.hana4 {
  position: absolute;
  top: 41vh;
  aspect-ratio: 1/1;
  width: 8rem;
  right: 0;
  z-index: -1;
  animation: ani-hana4 linear 25s infinite;

  @media screen and (min-width: 1800px) {
    right: 32%;
  }

}


figure.hana5 {
  position: absolute;
  bottom: 20vh;
  aspect-ratio: 1/1;
  left: 0;
  width: 15rem;
  animation: ani-hana4 linear 30s infinite;

  @media screen and (min-width: 1800px) {
    left: 20%;
  }

}

@keyframes ani-hana6 {
  from {
    transform: translate(50%, 0) rotate(0deg);
  }

  to {
    transform: translate(50%, 0) rotate(-360deg);
  }
}

figure.hana6 {
  position: absolute;
  bottom: 0;
  width: 10rem;
  right: 0;
  transform: translate(50%, 0);
  z-index: -1;
  animation: ani-hana6 linear 28s infinite;
}

.card-info {
  width: 65%;
  height: stretch;
  right: 0;

  margin: 0 0 0 auto;
  background: linear-gradient(to bottom,
      var(--palegreen) 0%,
      var(--palegreen) 50%,
      var(--green) 100%);

  -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      black 20%);
  mask-image: linear-gradient(to right,
      transparent 0%,
      black 20%);

}

h3.card-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: stretch;
  color: var(--darkgreen);
  font-weight: 600;
  font-size: var(--font-big);
  gap: 1rem;
}

span.card-title-sub {
  font-size: var(--font-medium);
}

/* オススメの近隣観光地 */

section.kinrin-area {
  overflow: hidden;
  position: relative;
}

figure.hana7 {
  position: absolute;
  left: 0;
  top: 25%;
  width: 15rem;
  z-index: -5;
  animation: ani-hana4 linear 30s infinite;

  @media screen and (min-width: 1800px) {
    left: 25%;
  }
}

figure.hana8 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  z-index: -5;
  animation: ani-hana4 linear 40s infinite;

  @media screen and (min-width: 1800px) {
    right: 25%;
  }

}

ul.slim.rec-flex {
  display: flex;
  gap: 2rem 2%;
  flex-wrap: wrap;
  justify-content: center;
}

li.rec-item {
  flex: 0 0 47%;
  padding: 1rem;
  aspect-ratio: 500/388;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1rem;
  min-width: 500px;
}

li.rec-item.iwate {
  background: url(img/rec-1.webp) no-repeat;
  background-size: cover;
}

li.rec-item.yamagata {
  background: url(img/rec-2.webp) no-repeat;
  background-size: cover;
}

figure.rec-banner {
  display: flex;
  width: 40%;
  margin: 4rem auto 0;
  min-width: 300px;
  justify-content: center;
  aspect-ratio: 1200/355;
}

figure.rec-banner :hover {
  opacity: 0.8;
}

h3.rec-title {
  font-size: var(--font-big);
}


li.rec-item>* {
  color: #fff;
}

p.rec-txt {
  margin: clamp(0.438rem, -0.91rem + 2.81vw, 0.938rem) 0 clamp(0rem, -3.368rem + 7.02vw, 1.25rem) 0;
}

/* 東北の玄関口・仙台空港 */

.genkan-flex.slim {
  display: flex;
  gap: 2rem;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;

}

@keyframes ani-hana9 {
  from {
    transform: translate(-50%, 50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, 50%) rotate(360deg);
  }
}

.hana9 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, 50%);
  z-index: -5;
  animation: ani-hana9 linear 28s infinite;

}

article.genkan-article {
  flex: 1 0 45%;
  max-width: 80%;
  min-width: 340px;
}

figure.genkan-fig img {
  height: 100%;
}

figure.genkan-fig {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 80%;
  flex: 1 1 45%;
  min-width: 340px;
  display: flex;
  aspect-ratio: 167 / 94;
  height: min-content;
}

span.genkan-copy {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: var(--font-big);
}

a.genkan-btn {
  background: var(--darkgreen);
  display: block;
  width: auto;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  font-size: var(--font-medium);
  transition: 0.3s linear all;
  outline-offset: 0;
  outline: 3px solid #fff;
}

a.genkan-btn:hover {
  outline-offset: -8px;
  outline: 3px solid #fff;
}

/* キャッシュバックキャンペーン--ご利用条件 */
section.jouken-area {
  background: var(--blue);
  position: relative;
  padding: 5rem 0;
}

section.jouken-area::before {
  content: "";
  position: absolute;
  background: var(--blue);
  width: 100%;
  height: 3rem;
  top: 0;
  transform: translate(0, -100%);
  mask: var(--top-mask);
}

figure.jouken-plane {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30vw;
  transform: translate(0, -80%);
  min-width: 270px;
}

h2.sec-title.jouken-title {
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  width: max-content;
  margin: 3rem auto;
  font-size: var(--font-big);
}

h2.sec-title.jouken-title::before {
  position: absolute;
  content: "";
  background: #fff;
  aspect-ratio: 1/1;
  width: 2rem;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

h2.sec-title.jouken-title::after {
  position: absolute;
  content: "";
  background: #fff;
  aspect-ratio: 1/1;
  width: 2rem;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

article.jouken.slim {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  box-sizing: border-box;
}

li.jouken-list-item {
  margin-bottom: 0.8rem;
}

dt.jouken-item {
  background: var(--blue);
  display: block;
  width: max-content;
  padding: 0 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

dd.jouken-txt.jouken-big {
  font-size: var(--font-note);
}

.red-txt {
  color: var(--red);
  font-weight: 600;
}

ul.jouken-list {
  font-size: var(--font-medium);
  margin-top: 1rem;
}

dl.jouken-list * {
  font-weight: 600;
  font-family: unset;
}

dl.jouken-list dd {
  margin-bottom: 2rem;
}

ol.application-flows {
  list-style: none;
  counter-reset: list-num;
  padding-left: 0;
}

ol.application-flows li {
  counter-increment: list-num;
  align-items: center;
  margin-bottom: 0.5em;
}

ol.application-flows li::before {
  content: counter(list-num);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  font-size: 0.9em;
}

ol.application-flows li::before {
  content: counter(list-num);
}

a.form-download {
  display: block;
  /* background: var(--red); */
  background: #808080;
  width: max-content;
  color: #fff;
  font-size: var(--font-note);
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
  transition: 0.3s linear all;
}

a.form-download:hover {
  transform: translate(0, -2px);
  box-shadow: 0px 2px 0 3px #db8733;
}

a.form-download span {
  display: block;
  font-size: 80%;
  background: black;
  margin: 9px auto 0;
  width: fit-content;
  padding: 0 12px;
}

p.application-step-txt {
  margin: 0 0 0 2rem;
}

p.application-step-note {
  font-family: unset;
  font-weight: 600;
  width: max-content;
  margin: 0 auto;
}

.application-step-note-left {
  text-align: left;
}

a.apply-btn {
  background: #808080;
  /* background: var(--blue); */
  display: block;
  width: max-content;
  margin: 2rem auto 0;
  padding: 1rem 5rem;
  font-size: var(--font-note);
  color: #fff;
  border-radius: 1rem;
  outline-offset: 0;
  outline: 3px solid #fff;
}

a.apply-btn span {
  display: block;
  font-size: 80%;
  background: black;
  margin: 9px auto 0;
  width: fit-content;
  padding: 0 12px;
}

a.apply-btn:hover {
  outline-offset: -8px;
  outline: 3px solid #fff;
}

/* アクセス */
section.access-area {
  position: relative;
}

section.access-area::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3rem;
  bottom: 0;
  transform: translate(0, 100%);
  mask: var(--bottom-mask);
  z-index: 5;
}

section.access-area::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3rem;
  top: 0;
  transform: translate(0, -100%);
  mask: var(--top-mask);
}

ul.feature-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

li.feature-card {
  flex: 0 0 302px;
  border: 2px solid var(--green);
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  justify-content: space-between;
  border-radius: 1rem;
}

figure.parking {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  height: stretch;
  align-items: center;
}

figure.parking img {
  height: 80px;
  aspect-ratio: 1/1;
}

p.address {
  font-family: unset;
  font-weight: 600;
}

.g-map>* {
  width: 100%;
}

a.ticket-btn {
  display: block;
  width: max-content;
  background: var(--darkgreen);
  font-size: var(--font-note);
  color: #fff;
  padding: 1rem 4rem;
  border-radius: 1rem;
  margin: 4rem auto 5rem;
  font-weight: 600;
  outline-offset: 0;
  outline: 3px solid #fff;
  transition: 0.2s linear all;
}

a.ticket-btn:hover {
  outline-offset: -8px;
  outline: 3px solid #fff;
}

article.contact {
  width: 60%;
  margin: 2rem auto 0;
  min-width: 500px;
}

h3.contact-title {
  background: var(--darkgreen);
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-size: var(--font-note);
  margin-bottom: 2rem;
}

span.contact-name {
  font-size: var(--font-note);
  text-align: center;
  display: block;
  letter-spacing: normal;
}

p.contact-address {
  font-family: unset;
  text-align: center;
}
	a.privacy-btn {
    margin: 0 auto;
    display: block;
    width: max-content;
}

a.contact-tel {
  display: flex;
  align-items: flex-end;
  font-size: var(--font-large);
  justify-content: center;
}

a.contact-tel p {
  margin: 0;
  font-family: unset;
  font-size: var(--font-big);
  line-height: normal;
}


/* ボタン */
.more-link {
  color: #333;
  font-size: 27px;
  font-weight: 600;
  border-bottom: 3px solid #333;
  margin: 100px auto;
  display: table;
  position: relative;
  padding: 0 80px 9px 0;
  line-height: 55px;
}

.more-link.--s {
  line-height: 38px;
}

.more-link::before {
  content: "";
  background-image: url(img/arrow2.svg);
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 12px;
}


/* 記事一覧・1つ目と2つ目が違うサイズ */

.works_box {
  display: flex;
  gap: 75px;
}

.first_box {
  width: 40%;
}

.second_box {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

.second_box .newpickup_box {
  width: 45%;
}

.newpickup_box .thumb img {
  border: 2px solid #333;
  width: 100%;
  object-fit: cover;
}

.first_box .newpickup_box .thumb img {
  aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
  aspect-ratio: 32 / 23;
}

.text-block h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.tags {
  text-align: left;
}

.tag-item {
  background: #333;
  color: #fff;
  border-radius: 30px;
  padding: 0 20px;
  display: inline-block;
}

.tag-item a {
  display: inline;
  color: #fff;
}



/*トピックススライダー*/
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #999;
}

/*新着情報*/
.topics_area {
  padding: 120px 205px;
}

.topics_area .flex-box {
  gap: 100px;
}

.topics {
  flex-grow: 1;
}

.topics h3 {
  border-bottom: 1px solid #333;
}

.topics h3 a {
  display: flex;
}

.topics .more-link {
  margin: 60px 0 0 auto;
}

#list ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  display: inline-block;
}

#list li h3 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 5px 0px 3px;
  width: 100%;
  line-height: 130%;
  letter-spacing: 0;
  text-align: justify;
}

#list li h3 a {
  font-size: 0.9rem;
}

#list li p {
  padding: 5px 0px;
  font-size: 80%;
  margin: 0px;
  color: #888;
}


#home .topics .date {
  text-align: center;
  display: block;
  padding: 3px 0px;
  font-size: 14px;
  color: #707070;
  margin: 15px 40px 20px 0px;
}


.readmore {
  display: block;
  float: right;
}

.date {
  font-weight: bold;
  text-align: right;
  display: block;
  font-size: 0.75rem;
  color: #555;
}

.cat {
  color: #fff;
  padding: 5px 0px;
  font-size: 95%;
  display: inline-block;
}

#cboxTitle,
#cboxCurrent {
  display: none !important;
}




/*カテゴリー用記事リスト*/

#page #list ul {
  text-align: left;
}

#page #list ul li {

  margin: 5px;
  padding: 5px;
}

#sidebar #list ul {
  padding: 0 !important;
}

#sidebar #list ul li {
  margin: 5px 0px !important;
  padding: 5px 0px !important;
}

#page #list .thumb {
  max-width: 100%;
  height: auto;
}

#page #list .thumb img {
  left: 0% !important;
  position: relative;
  width: 100%;
  transform: translate(-0%, -0%);
}

.seven_box .date {
  color: #00a5d9;
}

.seven_box .cat-name {

  background: #00a5d9;
  color: #fff;
  padding: 1px 4px;
  font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap {
  margin: 0px auto;
  min-height: 100%;
  max-width: 100%;
  padding: 0px 0 0px 0;
  z-index: 3;
}

.cont {
  margin: 0px auto 0px;
  width: 100%;
  padding: 10px 0px 30px;
  z-index: 1;
  max-width: 1260px;
}


/*固定ページ用*/

/*単独ページの共通設定*/
#page #main p {
  text-align: justify;
  padding: 0 5px 20px 5px;
  font-size: 100%;
  line-height: 1.8;
}

/*フッター*/
#footer {
  overflow: hidden;
  min-width: 100%;
  position: relative;
  bottom: 0px;
  padding: 60px 0;
  background-color: var(--palegreen);
}

.footer_logo h2 {
  display: flex;
  align-items: center;
  font-size: 2vw;
  gap: 1rem 2rem;
  font-size: 1.4rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90%;
}

.footer_logo h2 span {
  display: block;
  width: max-content;
}

.footer_logo {
  gap: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sns-cont {
  display: flex;
  gap: 2vw;
  align-items: center;
}

.sns-cont>a {
  aspect-ratio: 1 / 1;
  height: 6vw;
  background: var(--red);
  border-radius: 50%;
  max-height: 58px;
  outline: 0 solid #fff;
  outline-offset: 0;
  transition: linear all 0.3s;
}

.sns-cont>a:hover {
  outline: 2px solid #fff;
  outline-offset: -5px;
}

.sns-cont img {
  width: 4rem;
  aspect-ratio: 1/1;
  padding: 1rem;
}

.footer_logo h2 img {
  width: 5rem;
}

.foot_menu {
  text-align: left;
}

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

.foot_menu_list h3 {
  color: #796A56;
  font-size: 22px;
  padding-bottom: 20px;
}

.foot_menu ul li {
  padding: 7px 0;
}

.foot_menu .sns-link {
  display: flex;
  gap: 20px;
  height: fit-content;
}

.ft_bottom .footer_logo {
  width: 360px;
}

.ft_bottom .footer_info p {
  font-size: 18px;
}

.ft_bottom .footer_info address {
  font-style: normal;
}

ul.footer-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1rem;
    max-width: 100%;
    margin: 0 auto;
    width: max-content;
}

ul.footer-list li a {
    font-size: 0.8rem;
}


/*固定ページメインタイトル*/

#pageheader {
  width: 100%;
  height: 120px;
  padding: 200px 0 0;
  position: relative;
  z-index: 8;
}

.pageheader_cont {
  max-width: 1260px;
  margin: auto;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 20px 20px 0 0;
}



/*メインコンテンツ*/
#main {
  max-width: 100%;
  margin: auto;
  width: 100%;
  font-size: 100%;
  z-index: 1;
  padding: 5px;
  vertical-align: top;
  display: inline-block;
}


.post {
  z-index: 1;
}

.entrytext {
  margin: auto;
  width: 1000px;
  max-width: 100%;
  padding: 0;
}



.postnav {
  padding: 20px 0;
  border-top: 1px solid #111;
  position: relative;
  display: flex;
  justify-content: space-between;
}

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

.postnav .prev a {
  font-weight: bold;
}

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

.postnav .next a {
  font-weight: bold;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3 {
  background: none !important;
  font-size: 115% !important;
  margin: 10px 0 !important;
  padding: 5px 0px !important;
  border: none !important;
}

#imagetopics {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;

}

.cate_block {
  width: 33.3%;
  max-width: 90%;
  box-sizing: border-box;
  text-align: center;
  margin: 10px 0 20px;
  padding: 5px 10px 5px;
}

.cate_left {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  padding: 10px !important;
  height: 260px;
  overflow: hidden;
  box-sizing: border-box;
}

#topics {}

.news_block .date {
  text-align: justify;
  font-size: var(--font-note);
}

.news_block {
  background: #eee;
  margin: 12px 0;
  border-radius: 10px;
  color: #111;
  padding: 1%;
  box-sizing: border-box;
}

.morelink {
  text-align: right;
}

.news_block h3 a {
  color: #111 !important;
}

.morelink a {
  background: linear-gradient(to bottom, #333 0%, #000 100%);
  border: none !important;
  color: #fff !important;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont {
  max-width: 1080px;
  margin: auto;
  padding: 30px 0 80px;
}

.page_box {
  width: 100%;
  text-align: center;
  margin: 10px auto 15px;
  display: flex;
  gap: 25px;
}

.page_table th,
.page_table td {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.page_table th {
  background-color: #eee;
}

.page #main h2 {}

/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span {
  background: #e6c550;
  font-size: 80%;
}

.contact_table tr {
  border-bottom: 1px solid;
}

.contact_table .reb_bg {
  background: #e6c550;
  font-size: 80%;
}

.contact_table {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

.contact_table td input {
  margin: 8px;
  font-size: 1rem;
  padding: 5px;
  box-sizing: border-box;
  max-width: 90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,
.enkaku {
  margin: 40px 0 80px;
  letter-spacing: 0;
  font-size: 100%;
}

.gaiyou th,
.gaiyou td {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #111;
  padding: 25px 8px 25px 8px;
}

.gaiyou th a,
.gaiyou td a {
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
}

.gaiyou th {
  min-width: 70px;
  text-align: left;
}

.gaiyou td {}

.enkaku th,
.enkaku td {
  padding: 1%;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #111;
}

.enkaku td {}

.enkaku th {
  min-width: 130px;
}

.aisatsu {}


/*ワードプレス仕様補足スタイル*/
.edit a {
  font-size: 12px;
  background: #007fff;
  color: #fff;
  padding: 1px 3px;
  margin-left: 20px;
  text-decoration: none;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.gallery {
  clear: both;
}

.gallery img {
  border: none !important;
  padding: 5px;
  box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */
html>body .sampleBox {
  background-image: url(img/bg.gif);
}

* html .sampleBox {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');
}



/* お問い合わせフォーム調整 */
.wpcf7-form {
  padding: 20px 0;
  margin-top: -50px;
  border-radius: 0;
  background: #eee;
}

/*ボックスを角丸に指定*/

.wpcf7-form span.hissu {
  color: #aa0000;
  /*必須の文字色指定*/
  font-size: smaller
}

/*入力フィールド幅*/

.wpcf7-form textarea {
  width: 80%;
  height: 150px;
}

/*テキストエリア幅*/

.wpcf7-form p.submit {
  text-align: left
}

/*送信ボタンの場所*/

.wpcf7-form .wpcf7-submit {
  width: 30%;
  background: #111;
  color: #fff;
  font-size: 1.3rem;
  border: none;
  display: block;
  margin: auto;
}

/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 100;
}

#page-top a {
  background: url(img/up.svg) var(--blue) no-repeat;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 65px;
  font-size: 9px;
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  padding: 2px 5px 2px;
  box-sizing: border-box;
  background-size: 69%;
  background-position: 50% 23%;
  letter-spacing: 0;
  border-radius: 12px;
  border: 2px solid #fff;
  transition: linear all 0.2s;
}

#page-top a:hover {
  background: url(img/up.svg) no-repeat center / 60%,
    linear-gradient(135deg, #1677f1 12%, #def4f9 100%);

  background-position: 50% 18%;
}

#page-top a:hover {}


/*　スマイルアイコン非表示　*/
img#wpstats {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}


/*タブ*/

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
  box-sizing: border-box;
}

.cp_tab {
  margin: 1em auto;
}

.cp_tab>input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.cp_tab .cp_tabpanel {
  display: none;
  width: 100%;
  opacity: 0;
  padding: 0.5em 1em;
  transform: translateY(-10px);
  transition: transform 1.5s, opacity 1.5s;
}

.cp_tab>input:first-child:checked~.cp_tabpanels>.cp_tabpanel:first-child,
.cp_tab>input:nth-child(3):checked~.cp_tabpanels>.cp_tabpanel:nth-child(2),
.cp_tab>input:nth-child(5):checked~.cp_tabpanels>.cp_tabpanel:nth-child(3),
.cp_tab>input:nth-child(7):checked~.cp_tabpanels>.cp_tabpanel:nth-child(4),
.cp_tab>input:nth-child(9):checked~.cp_tabpanels>.cp_tabpanel:nth-child(5),
.cp_tab>input:nth-child(11):checked~.cp_tabpanels>.cp_tabpanel:nth-child(6) {
  display: block;
  opacity: 1;
  background: rgb(255, 255, 255, 0.9);
  color: #333;
  box-sizing: border-box;
  padding: 4%;
}

.cp_tab>label {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
  background: rgb(200, 200, 200, 0.87);
  color: #fff;
}

.cp_tab>label:hover,
.cp_tab>input:focus+label {
  color: #0066cc;
}

.cp_tab>input:checked+label {
  margin-bottom: 6px;
  font-weight: bold;
  background: rgb(255, 255, 255, 0.9);
  color: #333;
}

.cp_tab .cp_tabpanel {
  padding: 20px 0px;
  border-top: 1px solid #cccccc;
}

div.wpcf7 {
  margin: 0;
  padding: 50px 0 0 0px !important;
}

/* ----- The Pretty Stuff ----- */

* {
  outline: 0;
}


/*ドロップダウンメニューCSS*/
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}

.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;

}

.dropmenu li a {
  display: block;
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px !important;
  border-radius: 5px;
}

.dropmenu li ul li {
  margin: 0px !important;
  background: #fff !important;
  width: 240px !important;
  line-height: 150%;
  opacity: 0.8;
}

.dropmenu li ul li a {
  padding: 10px 5px !important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing: 1px;
  font-weight: normal;
  color: #513F2D;
  width: 230px !important;
}

.dropmenu li:hover>a {
  background: #dddddd;
  color: #ffffff;
}

.dropmenu li a:hover {
  color: #ffffff;
  background: none;
}

.dropmenu li ul li a:hover {
  background: #eeeeee;
  color: #ffffff !important;
}


/*フェードイン*/
.fade-in2 li ul {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}

.fade-in2 li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover {}

.fade-in2 li ul li a:hover {

  opacity: 1 !important;
}


/*パンくずリスト*/
.breadcrumbs {
  font-size: 80%;
  margin-left: 5px;
  margin-bottom: 15px;

}

.breadcrumbs span {
  padding: 0 7px;
  font-weight: bold;

}

.breadcrumbs a {
  font-weight: bold;
  border: 1px solid #111;
  border-radius: 20px;
}

/*レスポンシブ基本CSS*/

.pcheader {
  display: block;
  min-width: 1260px;
}

.mobileheader {
  display: none !important;
}

.pc {
  display: block;
}

.mobile {
  display: none !important;
}

.mbr {
  display: none;
}

.drawer-hamburger {
  display: none !important;
}

#page #main .now,
.now {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 80px 0;
}


@media screen and (max-width: 768px) {

  #page #main .now,
  .now {

    font-size: 1.2rem;


  }


  .mbr {
    display: inline-block;
  }

  .pcheader {
    display: none !important;
  }

  .mobileheader {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  #header,
  #pageheader,
  #wrap,
  #container,
  #footer,
  .slide00,
  .panel_bg,
  .flexslider,
  .catch_area {
    min-width: auto;
    max-width: 100%;
  }

  .two_box,
  .three_box,
  .four_box,
  .five_box,
  .seven_box,
  .six_box {
    max-width: 100%;
    width: 100%;

    margin: 0px;
    box-sizing: border-box;
  }

  #header {
    max-width: 100%;
    min-width: 100%;
  }

  #headercont {
    max-width: 100%;
    min-width: 100%;
    padding: 30px 30px 10px 30px;
    margin: 0px;
    height: auto;
    display: block;
  }

  #top_mainmenu {
    display: none;
  }

  .mobileheader {
    display: block !important;
    width: 100%;
  }

  .longtable {
    overflow-x: scroll;
  }



  #pageheader {
    padding: 80px 0px 0px;
  }

  #list {
    max-width: 100%;
    margin: auto;
  }


  #main_con {
    padding: 5px;
    box-sizing: border-box;
  }


  #main_menu {
    display: none;
  }


  #header h1 {
    display: block;
    height: 35px;
    width: 180px;
    z-index: 10;
  }

  #header h1 a {
    display: block;
    vertical-align: bottom;
    height: 35px;
    width: 180px;
    background-size: contain;
  }

  .pageheader_cont h2 {
	  text-align:center;
	}

  #page .cont {
    padding: 1.5%;
    box-sizing: border-box;
  }

  #page #wrap {
    padding: 1% 0 0%;
  }

/* 	 下層ページ*/
dl.page-information__faq dt {
    border-bottom: 1px solid var(--green);
    font-family: var(--mincho);
    margin-top: 1rem;
}

dl.page-information__faq dd {
    font-family: var(--mincho);
    margin: 0.5rem 0 1rem;
    font-size: 90%;
}	
	

  /*トップページ*/
  section.catch_area {
    aspect-ratio: 375/469;
  }

  figure.pc-hero {
    display: none;
  }

  figure.pc-hero img {
    width: 100%;
  }


  figure.sp-hero {
    display: block;
    aspect-ratio: 375 / 469;

  }

  h2.sp-logo {
    display: flex;
    position: absolute;
    left: 1rem;
    top: 1rem;
    align-items: center;
    gap: 1rem;
  }

  h2.sp-logo img {
    aspect-ratio: 1 / 1;
    width: 65px;
  }

  span.sp-logo-span {
    color: #fff;
  }

  .slim {
    min-width: unset;
    width: 97%;
  }

  section {
    padding: 1rem 0;
  }

  section.course-area {
    padding: 2rem 0;
  }

  section.feature-area {
    padding: 2rem 2.5rem;
    box-sizing: border-box;
  }

  span.hero-catch {
    text-shadow: 0 0 1px #000, 0 0 2px #696969;
  }

  p.hero-txt {
    margin: 2px 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #000, 0 0 2px #696969;
  }

  article.hero-article {
    bottom: 2rem;
    transform: unset;
  }

  p.mincho.feature-txt {
    letter-spacing: 0px;
  }

  /* キャッシュバックキャンペーン */
  section.campaign-area figure.plane {
    width: 72%;
  }

  .small {
    font-size: var(--font-medium);
  }

  .big {
    font-size: var(--font-large);
  }

  h2.sec-title.jouken-title {
    font-size: var(--font-medium);
  }

  h2.sec-title.campaign-title .lines-l,
  h2.sec-title.campaign-title .lines-r {
    max-height: 5rem;
  }

  h2.sec-title.campaign-title .lines-l img,
  h2.sec-title.campaign-title .lines-r img {
    height: 100%;
  }

  figure.cashback-fig {
    margin: 1rem auto;
  }

  a.detail-btn {
    padding: 0 3rem;
  }

  a.detail-btn p {
    margin: 0;
    display: block;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .lead {
    font-size: 1rem;
  }



  /* 宮城グルメを堪能 */
  ul.gallery-flex {
    padding: 1rem 0px;
  }

  /* 宮城旅の楽しみ方 */
  figure.hana4 {
    top: 17%;
    aspect-ratio: 1 / 1;
    width: 6rem;
  }

  figure.hana5 {
    bottom: 0;
    width: 8rem;
  }

  /* 島根空港から飛び立つ */
  h2.sec-title.fig-title {
    width: 90%;
    margin: 2rem auto;
  }

  /* オススメ観光地 */
  li.rec-item {
    min-width: unset;
  }

  li.rec-item {
    flex: 1 0 47%;
    min-width: 330px;
  }

  figure.hana7 {
    top: 6rem;
    width: 8rem;
    z-index: -5;
  }

  figure.hana8 {
    width: 8rem;

    transform: translate(0, 50%);
  }

  /* p.rec-txt {
    font-size: var(--font-small);
  }

  h3.rec-title.mincho {
    font-size: var(--font-note);
  }
 */

  /* 東北の玄関口・仙台空港 */

  article.genkan-article {
    max-width: 90%;
  }

  /* ご利用条件 */
  article.jouken.slim {
    padding: 1rem;
  }

  a.form-download {
    width: max-content;
  }

  h2.sec-title.jouken-title::before {
    position: absolute;
    content: "";
    background: #fff;
    aspect-ratio: 1 / 1;
    width: 1rem;
  }

  h2.sec-title.jouken-title::after {
    position: absolute;
    content: "";
    background: #fff;
    aspect-ratio: 1 / 1;
    width: 1rem;
  }

  li.feature-card {
    flex: 0 0 295px;
  }

  figcaption {
    font-size: var(--font-medium);
  }

  dl.jouken-list * {
    letter-spacing: 1px;
  }

  /* お問い合わせ先 */
  article.contact {
    width: 80%;
    min-width: unset;
  }
	

  /* フッター */
  #footer {
    padding: 30px 0;
  }

  #footer .cont {
    flex-direction: column;
    gap: 30px;
    padding: 4rem 0;
  }

  .sns-cont>a {
    height: 2rem;
  }

  .sns-cont img {
    padding: 5px;
  }

  .footer_logo h2 {
    font-size: 1rem;
    max-width: 90%;
  }

  dl.jouken-list dd {
    margin: 0 0 1rem 0;
  }

  /* .footer-info h2 {
    width: 280px;
  }
 */
  .foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 87%;
    margin: auto;
    gap: 20px;
  }

  .foot_menu>ul {
    flex-direction: column;
    gap: 10px;
  }

  .foot_menu>ul li {
    font-size: 16px;
  }

  .foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
  }

  .foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
  }

  .ft_bottom {
    display: block;
    font-size: 0.6rem;
    text-align: left;
    width: 100%;
    padding: 10%;
  }

  .ft_bottom .footer_logo {
    width: 230px;
  }

  .sns-cont img {

    padding: 6px;
  }

  /* button */

  .more-link {
    font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
    border-bottom: 2px solid #333;
  }

  .more-link::before {
    width: 40px;
    height: 40px;
    top: 0;
  }


  /*カテゴリー・投稿*/

  .cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
  }

  .cat {}

  #page .cate_right {
    vertical-align: top;
            display: flex;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px !important;
  }


  /* 固定ページ */
  /* 宮城をどんな旅にする？ */
  h2.sec-title.course-title::before {
    width: 1rem;
  }

  h2.sec-title.course-title {
    padding: 0 0 0 2rem;
  }

  h2.sec-title.course-title::before {
    top: clamp(1.5rem, 1.263rem + 1.01vw, 1.75rem);
  }

  p.sub-title {
    display: block;
  }

  /* 宮城旅の楽しみ方 */
  section.tanoshimi-area {
    padding: 0;
  }

  /*お問い合わせ*/
  .contact_table {
    table-layout: fixed;
  }

  #page #main .contact_table p {
    text-align: left;
  }

  #page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
  }

  .page_cont article {
    padding: 0;
    text-align: left;
  }


  /*その他基本設定*/

  #main {
    box-sizing: border-box;
  }


  .long_table {
    overflow-x: scroll;
  }



  .footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
  }

  .contact_table td,
  .contact_table th,
  .service td,
  .service th {
    display: block;
  }

  .product_area .black_link {}



}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  display: flex;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(0, 0, 0, .5);
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 50%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10% 0;
  right: 0;
}

ul.m-menu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1rem;
}

ul.m-menu-list li a {
    font-size: 0.6rem;
}

@media screen and (max-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 93%;
    padding: 10% 5%;
    box-sizing: border-box;
    background: #eee;
  }

  .menu_bg {
    width: 35%;
    background: #333;
    padding: 30% 2.5%;
    box-sizing: border-box;

  }

  .tel-info a {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
  }


}



#g-nav.panelactive #g-nav-list h2 {
  text-align: center;
  margin: 0 0 2rem;
  font-weight: normal;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

#g-nav-list {
  padding: 40px;
}

#g-nav-list .title {
  font-size: 18px;
}

#g-nav-list .title::after {
  bottom: 1px;
  height: 6px;
  width: 25px;
  background-color: #bbb;
}

#g-nav-list .links-item {
  width: 45%;
}

#g-nav-list .link_area-links {
  gap: 20px;
}

#g-nav-list .links-item p {
  font-size: 16px;
  white-space: nowrap;
}

#g-nav-list .links-item a {
  gap: 15px;
}


#g-nav-list .link-box {
  padding: 15px;
  font-size: 16px;
  gap: 10px;
  letter-spacing: 0;
}

#g-nav-list .link-box img {
  width: 25px;
}


/*ナビゲーション*/
#g-nav ul {
  margin: 5px auto 30px;
  max-width: max-content;
  z-index: 999;
  top: 50%;
  left: 50%;
}

#g-nav.panelactive ul {
  min-width: auto;
}

#g-nav.panelactive .contact_menu {}

#g-nav.panelactive ul .tel_button {}

#g-nav.panelactive ul .tel_button a {
  border: none;
  padding: 8px 0;
}


#g-nav.panelactive .contact_menu .contact_link {
  position: relative;
  text-align: center;
  background: #111;
  border-radius: 100px;
  display: block;
  padding: 12px 22px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  width: 60%;
  margin: auto;
}

#g-nav.panelactive .contact_menu .contact_link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 25px;
  background: url(img/mail_icon.png) no-repeat left;
  background-size: cover;
  margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
  font-size: 25px;
  padding: 0 0 10px 5%;
  font-weight: 700;
}

#g-nav .menu-title span {
  display: block;
  font-size: 10px;
  padding-top: 10px;
}

#g-nav .menu-items {
  gap: 15px;
}

#g-nav .menu-items li {
  list-style: none;
  text-align: left;
  width: auto;
  padding: 10px 5px;
}

#g-nav .menu-items li a {
  color: #111;
  text-decoration: none;
  font-size: 1rem;
  padding: 0 0 0 2rem;
  text-transform: uppercase;
  letter-spacing: 0;
  /* font-weight: bold; */
  position: relative;
}

#g-nav .menu-items li a>img {
  max-width: 50px;
  height: 13vw;
}

#g-nav .menu-items li a>span {
  font-size: 10px;
  display: block;
}

@media screen and (min-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 60%;
  }

  #g-nav .menu-items li {
    width: 22%;
    max-width: 22%;
    height: 150px;
  }

  #g-nav .menu-items li a {
    font-size: 15px;
  }

  #g-nav .menu-items li a>span {
    line-height: 20px;
  }



}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 1%;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 1px;
  border-radius: 10px;
  background-color: #fff;
  width: 50%;
  box-shadow: 0 0 0 1px var(--red);
  width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top: 20px;
}

.openbtn1 span:nth-of-type(2) {
  top: 29px;
}

.openbtn1 span:nth-of-type(3) {
  top: 38px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn1.active span {
  box-shadow: 0 0 0 1px var(--red);
}

.openbtn1 p {
  position: absolute;
  bottom: -30px;
  right: 5px;
  font-size: 14px;
  font-weight: 600;
}

.pageheader_cont>h2 {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 120%;
    letter-spacing: 4px;
}

ul.policy-list li {
    font-family: var(--mincho);
	font-size:90%;
}

ul.policy-list {
    list-style: disc;
    padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .openbtn1 {
    width: 40px;
    height: 40px;
  }

  .openbtn1 span {
    left: 9px;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 13px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 19px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 25px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 12px;
    left: 8px;
    width: 60%;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 24px;
    left: 8px;
    width: 60%;
  }

  div#g-nav-list h2 img {
    aspect-ratio: 1/1;
    width: 40%;
    max-width: 120px;
  }

  span.logo-span {
    color: #000;
    font-weight: 600;
  }

  #g-nav .menu-items li a::before {
    aspect-ratio: 1/1;
    position: absolute;
    content: "";
    width: 1.5rem;
    top: 50%;
    left: -1rem;
    transform: translate(0, -50%);
  }

  #g-nav .menu-items li a.nav-tabi::before {
    background: url(img/nav-tabi.svg) no-repeat;
    background-size: contain;
  }

  #g-nav .menu-items li a.nav-course::before {
    background: url(img/nav-course.svg) no-repeat;
    background-size: contain;
  }

  #g-nav .menu-items li a.nav-gourmet::before {
    background: url(img/nav-gourmet.svg) no-repeat;
    background-size: contain;

  }

  #g-nav .menu-items li a.nav-airport::before {
    background: url(img/nav-airport.svg) no-repeat;
    background-size: contain;
  }

  #g-nav .menu-items li a.nav-access::before {
    background: url(img/nav-access.svg) no-repeat;
    background-size: contain;
  }

  #g-nav .menu-items li a.nav-ticket::before {
    background: url(img/nav-ticket.svg) no-repeat;
    background-size: contain;
  }

  h2.sec-title.feature-title {
    letter-spacing: 3px;
  }

  h2.sec-title.course-title {
    letter-spacing: 2px;
  }
}


@media screen and (max-width: 782px) {

  html #wpadminbar {
    display: none !important;
  }
}