@charset "UTF-8";
/* CSS Information
===============================
File name:Common.css
Description:Onna Village Resort Wedding
Date:2019
Contents:*All Page
Root EM:62.5%=10px
=============================== */
/* Css Reset
===============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: bottom;
  background: transparent; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.6; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul,
ol {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: transparent;
  color: #000;
  text-decoration: none; }

mark {
  background-color: transparent;
  color: #000;
  font-style: normal;
  font-weight: normal; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 0.1rem dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 0.1rem solid #ccc;
  margin: 1.6rem 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

iframe {
  border: 0; }

/* ------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

a:before,
a:after {
  text-decoration: none; }

/* ------------------- */
input[type="text"],
input[type="password"],
input[type="file"],
input[type="hidden"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="number"],
input[type="tel"],
input[type="email"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; }

input::-ms-clear {
  visibility: hidden; }

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

/*Chrome*/
input::-ms-reveal {
  visibility: hidden; }

/* iOS reset */
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus {
  outline-offset: -0.2rem; }

/*============
Common Style
=============*/
* {
  letter-spacing: 0.05em; }

html {
  width: 100%;
  height: 100%; }

body {
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #333;
  background: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%; }

input,
select,
textarea,
button {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  font-size: 1.6rem; }

select {
  cursor: pointer; }

button {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

img {
  width: 100%;
  font-size: 0; }

/* link */
a {
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  word-wrap: break-word; }

a:link {
  color: #333; }

a:focus {
  color: #333; }

a:visited {
  color: #333; }

a.disabled {
  pointer-events: none; }

/* Micro Clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* FlexBox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

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

.flex-horizon--end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-horizon--ctr {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-horizon--between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }

.flex-vertical--end {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.flex-vertical--ctr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-direction--reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* Operation(fixed) */
.operation {
  background: rgba(232, 64, 145, 0.8);
  text-align: center;
  font-size: 0;
  z-index: 1; }

.operation_inner {
  display: block;
  padding: 0 1rem;
  cursor: pointer; }

.operation_inner img {
  vertical-align: middle;
  max-width: 2.4rem; }

/* Anchor */
.anchor {
  display: block; }

/* Effect */
.effect-fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 3s; }

.effect-fadein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

/* FontAwesome */
.fa-before:before,
.fa-after:after {
  font-family: "FontAwesome"; }

/* Button */
.btn-wrap {
  margin: 4rem auto 0;
  width: 90%;
  max-width: 42rem;
  min-width: 20rem; }
  @media (max-width: 23.75em) {
    .btn-wrap {
      /*380*/
      margin: 3rem auto 0; } }
  @media (max-width: 21.25em) {
    .btn-wrap {
      /*340*/
      margin: 2rem auto 0; } }

.btn {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #333;
  padding: 1.4rem 2.1rem;
  width: 100%;
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  outline: none;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.16, 0.08, 0.355, 1), background-color 0.3s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer; }
  .btn:hover {
    background: #333;
    border-color: #333;
    color: #fff !important; }

.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  will-change: transform; }

.btn-arrow--go span {
  transform: translateX(-1rem); }

.btn-arrow--back span {
  transform: translateX(1rem); }

.btn-arrow--download span {
  transform: translateX(-2rem); }

.btn-arrow--newwindow span {
  transform: translateX(-1.8rem); }

.btn-arrow:hover span {
  transform: translateX(0); }

.btn-arrow--go span::after {
  content: ">>";
  position: absolute;
  width: 2em;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  will-change: right, opacity;
  color: #333; }

.btn-arrow--go:hover span::after {
  opacity: 0;
  right: 0; }

.btn-arrow--back span::after {
  content: "<<";
  position: absolute;
  width: 2em;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  will-change: left, opacity;
  color: #333; }

.btn-arrow--back:hover span::after {
  opacity: 0;
  left: 0; }

.btn-arrow--download span::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 50%;
  width: 1.8em;
  height: 1.8em;
  background: url("../img/common/icon_download.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  will-change: left, opacity;
  color: #333; }

.btn-arrow--download:hover span::after {
  opacity: 0;
  right: 0; }

.btn-arrow--newwindow span::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  width: 3em;
  height: 3em;
  background: url("../img/common/icon_newwindow.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  will-change: left, opacity;
  color: #333; }

.btn-arrow--newwindow:hover span::after {
  opacity: 0;
  right: 0; }

/* Banner */
.bnr {
  margin-bottom: 4rem; }
  .bnr--link {
    display: block; }
  .bnr__img {
    height: auto; }

/* Font */
.pink {
  color: #e84091; }

.center {
  text-align: center; }

/* Contents
===============================*/
.wrap {
  position: relative;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto; }

.contents {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  background: #fff; }

.main {
  flex: 1;
  width: 100%; }

.p-container {
  width: 100%;
  padding: 0 4rem; }

/* Header
===============================*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%; }

.header_inner {
  position: relative;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  border-bottom: solid 1px #eee;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.3); }

.page-header {
  text-align: center; }
  .page-header__header {
    position: relative;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: normal;
    color: #af9c54;
    line-height: 1.4; }
    .page-header__header::after {
      content: "";
      position: absolute;
      bottom: -26px;
      left: 0;
      right: 0;
      margin: auto;
      width: 1em;
      height: 0.5em;
      background: url("/res/img/common/header_heart.svg") no-repeat center/contain; }
  .page-header__item {
    width: 100%;
    margin-bottom: 2rem; }
  .page-header__lead {
    margin-bottom: 2rem;
    text-align: left; }
  .page-header__subheader {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #4f3946;
    text-align: center; }
    .page-header__subheader::before, .page-header__subheader::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #4f3946; }
    .page-header__subheader::before {
      bottom: 0; }
    .page-header__subheader::after {
      bottom: -5px; }

.site_logo {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto; }

.site_logo__link {
  width: 100%;
  text-align: center;
  vertical-align: middle; }

/* Footer
===============================*/
.footer {
  width: 100%;
  margin-top: 6rem;
  padding: 4rem 4rem 10rem;
  background-color: #333; }

.footer_info {
  width: 100%; }

.footer_info__link {
  display: block;
  padding-bottom: 2rem;
  color: #fff !important;
  text-decoration: none; }

.footer_inner {
  width: 100%;
  padding: 2rem 0 0; }

/* .footer_logo{
  width:100%;
  max-width:33.1rem;
  margin:0 auto 2rem;
} */
.footer_group {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem; }

.footer_group__item span {
  display: inline-block; }

.copyright {
  font-size: 1.2rem;
  color: #999;
  padding: 1rem 0;
  width: 100%; }

.copyright span {
  display: inline-block;
  /* margin:0 0.2rem; */ }

/* Fixed button
===============================*/
.fixedbtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(8rem);
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 0.5s ease; }

.fixedbtn.on {
  transform: translateX(-50%) translateY(0); }

.fixedbtn__link {
  display: block;
  width: 5rem;
  height: 5rem; }

/* Navigation
===============================*/
/* 展開時は背景固定 */
html.notouch {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* トグルボタン */
#togglenav {
  display: none; }

#togglenav:checked + .togglenav-btn:before {
  background-image: url("../img/common/icon_menu_close.svg"); }

#togglenav:checked ~ .togglenav-bg {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.3); }

.togglenav-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 999;
  text-align: center; }

.togglenav-btn:before {
  display: inline-block;
  content: "";
  background-image: url("../img/common/icon_menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

/* トグルを押した際の背景 */
.togglenav-bg {
  cursor: pointer;
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 50%;
  z-index: 49;
  transform: translateX(50%);
  height: 100%;
  transition: background-color 0.6s;
  -ms-touch-action: none;
  touch-action: none; }

/* ドロワーメニュー */
.gnav_menu {
  position: fixed;
  top: 0px;
  right: 50%;
  z-index: 50;
  transform: translateX(50%); }

.drawer {
  opacity: 0;
  pointer-events: none;
  z-index: 998;
  position: absolute;
  /*IE11:absolute-OK Etc:fixed or absolute-OK*/
  top: 0;
  right: 0;
  width: 90%;
  height: 100vh;
  background-color: white;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.6s; }

.drawer .drawer-menu {
  padding: 0;
  list-style-type: none; }

.drawer .drawer-menu .drawer-menu-item a {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  text-decoration: none;
  transition: background-color 0.4s;
  cursor: pointer;
  color: #666;
  font-size: 1.8rem;
  border-top: solid 1px #eee; }

.drawer .drawer-menu .drawer-menu-item:last-child a {
  border-bottom: solid 1px #eee; }

.drawer .drawer-menu .drawer-menu-item a:before {
  content: "\f138";
  margin-right: 1rem;
  color: #e84091;
  font-size: 2rem; }

#togglenav:checked ~ .gnav_menu .drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  overflow: auto; }

/* ドロワー内サイトロゴ */
.drawer .site_logo {
  margin: 0;
  padding: 2.5rem 0 2rem 4rem;
  max-width: 30rem; }

/* Progress
===============================*/
.progress {
  width: 100%;
  padding: 2rem 0;
  white-space: nowrap; }

.progress_item:nth-last-of-type(n + 2) {
  margin-right: 1rem; }

.progress_item a {
  text-decoration: none;
  color: #999; }

.progress_item a:before {
  content: "\f0da";
  margin-right: 1rem; }

.progress_item.item-home a:before {
  content: "\f015"; }

/* Underlayer Page Title
===============================*/
.page_title {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  background: #f8f6e7;
  padding: 1.5rem;
  color: #af9c54; }

.page_title.title-ctr {
  text-align: center; }

.page_update {
  color: #999;
  text-align: right;
  margin: 1rem 0;
  display: block; }

/* Pager
===============================*/
.pager {
  width: 100%;
  margin-top: 3rem; }

.pager_nonble {
  margin: 0 0.5rem 0.5rem; }

.pager_nonble a {
  border: solid 1px #f8f6e7;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
  color: #9f9b8e;
  display: block;
  text-decoration: none;
  padding: 0 1rem;
  font-size: 2rem; }

.pager-current a {
  background: #f8f6e7;
  pointer-events: none; }

.pager_nonble.pager-prev,
.pager_nonble.pager-next {
  color: #ccc; }

.pager_nonble.pager-prev i,
.pager_nonble.pager-next i {
  vertical-align: middle; }

/* In Page Links
===============================*/
.header-margin {
  margin-top: -100px;
  padding-top: 100px; }

/* Prev Btn
===============================*/
.prev_btn {
  width: 100%; }

.prev_btn__link {
  text-decoration: none;
  color: #9f9b8e !important;
  background: #f8f6e7;
  padding: 1rem 3rem;
  font-size: 1.8rem; }

.prev_btn__link:before {
  content: "\f100";
  margin-right: 1rem; }

/* NoPage 404, preparation etc.
===============================*/
.nopage {
  width: 100%;
  text-align: center;
  padding: 3rem 0; }

.nopage_item {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1rem; }

.nopage_lead {
  margin-bottom: 2rem; }

/* Advertisement
===============================*/
.ad {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .ad__item {
    flex-basis: 50%;
    flex-grow: 0; }
    .ad__item:first-of-type {
      border-right: 1px solid #333;
      padding-right: 2rem; }
    .ad__item:last-of-type {
      padding-left: 2rem; }
  .ad__link {
    display: block;
    text-decoration: none; }
    .ad__link:hover {
      color: #333; }
  .ad .best_frame::before {
    content: "";
    display: block;
    padding-bottom: 66.6%; }
  .ad .best_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  .ad__tmb {
    position: relative;
    margin-bottom: 4px; }
    .ad__tmb::before {
      content: "";
      display: block;
      padding-bottom: 66.6%; }
  .ad__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  .ad__attr {
    margin-bottom: 10px;
    color: #999;
    font-size: 14px; }
  .ad__ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
  .ad__subttl {
    color: #999;
    font-size: 12px; }

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/
  a:hover {
    color: #e84091; }
  /* 以前!importantがあった */
  a:hover,
  button:hover {
    opacity: 0.85; }
  .pager_nonble a:hover,
  .prev_btn__link:hover {
    background: #e84091;
    color: #fff !important; }
  /* Gnav */
  body.notouch,
  body.notouch .header {
    padding-right: 17px; }
  html.notouch .togglenav-bg {
    right: calc(50% + 8px); }
  html.notouch .gnav_menu {
    right: calc(50% + 8px); }
  .drawer .drawer-menu .drawer-menu-item a:hover {
    background-color: #eee;
    color: #666; } }

@media (min-width: 40.0625em) {
  /*641*/
  .header_inner {
    height: 10rem; }
  .contents {
    padding-top: 10rem; }
  .operation {
    position: absolute;
    bottom: 9rem;
    right: 0;
    width: 5rem;
    height: 5rem; }
  .operation_inner {
    line-height: 5rem; }
  .anchor {
    padding-top: 10rem;
    margin-top: -10rem; }
  .progress {
    overflow: hidden; }
  .progress_item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* Gnav */
  .togglenav-bg,
  .gnav_menu {
    width: 64rem; }
  .togglenav-btn,
  .togglenav-btn:before {
    width: 5rem;
    height: 5rem; } }

@media (min-width: 30.0625em) {
  /*481*/ }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/
  .header_inner {
    height: 5.6rem; }
  .page-header__header {
    font-size: 22px; }
  .contents {
    padding-top: 5.6rem; }
  .site_logo,
  .footer_logo {
    max-width: 20rem; }
  .footer {
    padding: 2rem 2rem 7rem; }
  .fixedbtn {
    height: 5rem;
    transform: translateX(-50%) translateY(5rem); }
  .fixedbtn__link {
    width: 3.4rem;
    height: 3.4rem; }
  .operation {
    position: fixed;
    bottom: 6.5rem;
    right: 1rem;
    width: 4rem;
    height: 4rem; }
  .operation_inner {
    line-height: 4rem; }
  .copyright {
    height: 4rem;
    padding: 1rem 0; }
  .anchor {
    padding-top: 5.6rem;
    margin-top: -5.6rem; }
  .progress {
    width: auto; }
  .progress_wrap {
    width: auto;
    overflow-x: auto; }
  .header-margin {
    margin-top: -56px;
    padding-top: 56px; }
  /* Gnav */
  .togglenav-bg,
  .gnav_menu {
    width: 100%; }
  .togglenav-btn,
  .togglenav-btn:before {
    width: 4rem;
    height: 4rem; }
  #togglenav:checked + .togglenav-btn {
    top: 4.5rem; }
  .drawer .site_logo {
    padding: 2.5rem 5rem 2rem 4rem; } }

@media (max-width: 30em) {
  /*480*/
  .p-container {
    padding: 0 2rem; }
  .site_logo,
  .footer_logo {
    max-width: 18rem; }
  .togglenav-btn,
  .togglenav-btn:before {
    width: 3rem;
    height: 3rem; }
  .footer {
    margin-top: 4rem;
    padding: 2rem 2rem 7rem; }
  .footer_info__link {
    font-size: 1.4rem;
    padding-bottom: 1rem; }
  .page_title {
    font-size: 2rem; }
  .progress {
    font-size: 1.4rem;
    padding: 1rem 0; }
  .pager_nonble a {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem; }
  .prev_btn__link {
    padding: 1rem 1.5rem; }
  /* Gnav */
  #togglenav:checked + .togglenav-btn {
    top: 3.5rem; }
  .drawer .drawer-menu .drawer-menu-item a {
    padding: 1rem 2rem; }
  .drawer .site_logo {
    padding: 2rem 7rem 2rem 2rem; } }

@media (max-width: 25em) {
  /*400*/
  .site_logo,
  .footer_logo {
    max-width: 16rem; } }

@media (max-width: 23.75em) {
  /*380*/
  .page-header__header {
    font-size: 20px; }
  .page-header__subheader {
    padding-bottom: 0.2em;
    font-size: 18px; }
  .footer_logo {
    margin-bottom: 1rem; }
  .footer_group,
  .copyright {
    font-size: 1.2rem; }
  /* Gnav */
  .togglenav-btn {
    right: 1.5rem; }
  .togglenav-btn,
  .togglenav-btn:before {
    width: 3rem;
    height: 3rem; }
  .drawer .drawer-menu .drawer-menu-item a {
    font-size: 1.6rem; } }

@media (max-width: 22.5em) {
  /*360*/
  body {
    font-size: 1.4rem; }
  /* Gnav */
  .drawer .drawer-menu .drawer-menu-item a {
    font-size: 1.4rem; } }

@media (max-width: 21.25em) {
  /*340*/
  .p-container {
    padding: 0 1.5rem; }
  .page-header__header {
    font-size: 18px; } }

@media (max-width: 20.625em) {
  /*330*/ }
