@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  /*font: 62.5%/1.5 sans-serif;*/
	font-size: 62.5%;
  overflow-x: hidden;
 }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

.center {
  text-align: center; }

.mb20 {
  margin-bottom: 20px; }

.mb37 {
  margin-bottom: 37px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb110 {
  margin-bottom: 110px; }

.mb114 {
  margin-bottom: 114px; }
  
.mb4em {
  margin-bottom: 4em !important; }
.mt4em {
  margin-top: 4em !important; }
  
.ml20 {
  margin-left: 20px; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

html {
  line-height: 1; }

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

th.center, td.center, th.center td {
  text-align: center; }

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

body{font-family: 'Noto Serif JP', serif;}
h2, h3, h4 {font-weight:normal;}

@media screen and (max-width: 768px) {
  :root {
    font-size: 62.5%; }
    :root .pc-only {
      display: none; }
    :root .sp-only {
      display: block; }
    :root body.is-sp .pc-only {
      display: none; }
    :root body.is-sp .sp-only {
      display: block; } }

:root body .pc-only {
  display: block; }

:root body .sp-only {
  display: none; }

:root html {
  font-size: 62.5%; }

:root body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #101010;
  margin: 0; }

:root *, :root *:before, :root *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root a {
  color: #2398ea;
  text-decoration: none; }
  :root a:hover img {
    opacity: 0.7; }

:root .link-contents a:hover img, :root .gheader__logo a:hover img, :root .gheader__logo_fixed a:hover img, :root page-top a:hover img {
  opacity: 1; }

:root .clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.infoscript {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  min-height: 50px;
  max-height: 220px;
  overflow: hidden;
  overflow-y: scroll; }
  
.position-r {
position:relative;
}
.position-a {
position:absolute;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto; } }

.hidden {
  display: none; }

.loaded {
  display: block; }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.leftAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: leftAnime;
  animation-name: leftAnime;
  visibility: visible !important; }

@-webkit-keyframes leftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes leftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.rightAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: rightAnime;
  animation-name: rightAnime;
  visibility: visible !important; }

@-webkit-keyframes rightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes rightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.cfadein {
  -webkit-animation: open 1s forwards;
  animation: open 1s forwards;
  opacity: 0; }

.cfadeout {
  -webkit-animation: close 1s forwards;
  animation: close 1s forwards;
  opacity: 1; }

@-webkit-keyframes open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slides .pan {
  -webkit-animation: bgroop 8s ease-in-out forwards;
  animation: bgroop 8s ease-in-out forwards; }

@-webkit-keyframes bgroop {
  from {
    background-position: left top; }
  to {
    background-position: left bottom; } }

@keyframes bgroop {
  from {
    background-position: left top; }
  to {
    background-position: left bottom; } }

.building2 {
  background-position: left bottom; }

.under-right-navi img {
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-animation: arrow-move06 2s 2s infinite;
  animation: arrow-move06 2s 2s infinite; }

@-webkit-keyframes arrow-move06 {
  0% {
    top: 0%; }
  50% {
    top: 30%; }
  100% {
    top: 0%; } }

@keyframes arrow-move06 {
  0% {
    top: 0%; }
  50% {
    top: 30%; }
  100% {
    top: 0%; } }

.main-nav {
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .main-nav li {
    list-style: none;
    position: relative; }
  .main-nav li.gheader__logo {
    margin: 5px 20px 0 10px; }
  .main-nav .navi .site-desc {
    text-align: right; }
  .main-nav .right-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-nav .right-navi li {
      margin-right: 8px; }
    .main-nav .right-navi a.back-top {
	  display: table-cell;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      font-weight: bold;
      height: 41px;
      width: 197px;}
    .main-nav .right-navi a.top-only-navi {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      color: #444;
      font-weight: bold;
      height: 41px;
      width: 140px;
      border: 1px solid #444; }
    .main-nav .right-navi a.header-request {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      color: #b83633;
      font-weight: bold;
      height: 41px;
      width: 197px;
      border: 2px solid #b83633; }
    .main-nav .right-navi li:last-child {
      margin-right: 0; }
    /*.main-nav .right-navi .font-size {
      margin-right: 10px;
      font-weight: bold;
      white-space: nowrap; }*/
    .main-nav .right-navi #fontSize {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .main-nav .right-navi #fontSize li {
      margin-right: 3px;
      text-align: center;
      color: #4d4d4f;
      font-weight: bold;
      padding-top: 8px;
      border: 1px solid #4d4d4f;
      height: 41px;
      width: 41px; }
      .main-nav .right-navi #fontSize li.current {
        background-color: #b83633;
        color: #fff; }

.under-right-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .under-right-nav li {
    margin-right: 10px;
}

.gheader-outer {
  background-repeat: repeat-x;
  min-height: 11px;
  border-bottom: 1px solid #ddd; }

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header-nav li {
    width: 20%;
    text-align: center;
    margin: auto; }
    .header-nav li a, .header-nav li span {
      padding-top: 10px;
      display: block;
      width: 100%;
      height: 48px;
      text-align: center;
      font-size: 18px;
      color: #000000;
      font-weight: normal;
    }

    .header-nav li span {color: #ddd; }
    .header-nav li a.current {
      background-size: cover;
	  background-position: center top;
	  color:#ffffff;
      }
    .header-nav li a.other-header-design {
      margin: auto;
	  padding-top: 4px;
      width: 96%;
      height: 36px;
      text-align: center;
      font-size: 18px;
      color: #fff;
      font-weight:normal;
      white-space: nowrap; }
      @media screen and (max-width: 870px) {
        .header-nav li a.other-header-design {
          font-size: 13px; }
      }
  .header-nav li.other-size {
    margin: 0 auto;
    padding-top: 6px;
    width: 20%;}

.footer-nav {
  margin: 40px auto;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1185px;
  padding: 0 15px; }
  @media screen and (max-width: 894px) {
    .footer-nav {
      font-size: 11px; } }
  .footer-nav li {
    width: 12.5%;
    text-align: center;
    border-right: 1px solid #999; }
  .footer-nav li:nth-child(8) {
    border-right: none; }
  .footer-nav a {
    color: #595857; }
  .footer-nav span {
    opacity: 0.5; }
  @media screen and (max-width: 768px) {
    .footer-nav {
      font-size: 15px;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-bottom: 0; }
    .footer-nav .main-contents__inner {
      padding: 0; }
    .footer-nav li {
    background-color: #eaeaeb;
    text-align: center;
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #999;
  }
  .footer-nav li:last-child{ /*width: 100%;*/ border-right: none;}
    .footer-nav li a, .footer-nav li span {
      color: #000; }
    .footer-nav li:nth-child(even) {
      border-right: 0px solid #999; }
	  .footer-nav li:nth-child(1),
	  .footer-nav li:nth-child(2){
        border-top: 1px solid #999; }
    .footer-nav li:nth-child(9){
      width: 100%;
      border-right: none;}
  }

.footer-tell {
  background-size: cover;
  padding: 22px 0; }

.footer-tell-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.footer-tell-flex li:nth-child(1) {
          max-width:42%;
		  margin-right:18px;
		 }
.footer-tell-flex li:nth-child(2) {
          max-width:33%;
		  margin-right:20px;
		 }
.footer-tell-flex li:nth-child(3) {
          max-width:25%;
		 }
@media screen and (max-width: 768px) {
    .footer-tell-flex {display:block; text-align: center; }
}
.footer-tell-flex li{margin-right: 0px; }
@media screen and (max-width: 768px) {
      .footer-tell-flex li {
        max-width: 48%;
		margin:0 auto 0 auto;}
		.footer-tell-flex li:nth-child(1) {
          max-width:76%;
		  margin-bottom:8px;
		  margin-right:auto;
		  }
        .footer-tell-flex li:nth-child(2) {
          max-width:60%;
		  margin-bottom:20px;
		  margin-right:auto;
		  }
		.footer-tell-flex li:nth-child(3) {
          max-width:48%;
		  }
    }
    .footer-tell-flex li img {
      max-width: 100%; }

    @media screen and (max-width: 768px) {
      .footer-tell-flex li:last-child {
        margin-top: 10px; } }

.footer-banner {
  padding: 30px 0;
  background-color: #eaeaeb; }

.footer-banner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .footer-banner-flex li {
    width: 24%;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .footer-banner-flex li {
        width: 48%; } }
    .footer-banner-flex li img {
      width: 100%;
      margin-bottom: 10px; }
    .footer-banner-flex li a {
      color: #333;
      text-decoration: underline; }

.footer-logo {
  text-align: center; }
  .footer-logo img {
    margin-top: 40px;
    max-width: 100%; }

@media screen and (max-width: 768px) {
  /*.contents-wrapper {
    padding-top: 107px; }*/ }

.sp-menu-inner li {
  position: relative; }

.sp-menu-inner li a .sp-new {
  width: 32px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 150px;
  margin: auto; }

.infoscript {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .infoscript {
      font-size: 12px;
      min-height: 160px; } }

.gnav-sns-tiles {
  width: 1024px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gnav-sns-tiles li {
    list-style: none; }
  .gnav-sns-tiles li:first-child {
    margin-top: -11px;
    margin-right: 148px; }

.outline-contents {
  max-width: 1024px;
  margin: auto; }

.gheader {
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 100;
  background: #fff; }

#header-top {
  position: relative;
  z-index: 90;
  background: #fff; }

#header-under-nav {
  width: 100%;
  top: 0;
  background: #fff;
  -webkit-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  z-index: 80; }

#header-under-nav.open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.hide {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.gheader-inner {
  max-width: 1030px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .gheader-inner {
      padding: 0 15px; } }

.gheader__logo {
  display: inline; }
  .gheader__logo img {
    max-width: 100%;max-width: 230px; margin-right:30px;}
  
.gheader .pc-only.is-animation {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  background-size: cover; }

.mv img {
  width: 100%; }

.main-contents__inner {
  max-width: 1185px;
  margin: auto;
  padding: 15px; }

.header-contents__inner {
  max-width: 1155px;
  margin: auto; }

.note {
  font-size: 12px;padding-left:3px; padding-right:3px; }

.title {
  margin-bottom: 40px; }

.title img {
  margin: auto; }

.page-top {
  text-align: center; }

.page-top a {
  display: inline-block; }

.page-top img {
  margin: 60px auto -20px; }

.index .gheader.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 170px;
  background-color: #021839; }

@-webkit-keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }

@keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

.title a img {
  margin: 80px auto; }

@media screen and (max-width: 768px) {
.mv{padding-top: 52px;}
.sp-menu-inner span img {opacity: 0.5;}
.title a img{margin: 20px auto 40px;}
.main-contents__inner {
  width: 100%;
  padding: 0 15px;
}
.is-animation{display: none; }
.sp_header.sp-only{
  position: fixed;
  left: 0;
  top: 0;
  height: 56px;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
.sp_header.sp-only .sp-nav {
  border-bottom: 1px solid #999;
  background: #fff;
}
.sp_header.sp-only .sp-nav li {
display: inline-block;
list-style: none;
border-right: 1px solid #000;
border-bottom: 1px solid #000; } }
@media screen and (max-width: 768px) and (min-width: 350px) {
.sp_header.sp-only .sp-nav li {border-bottom: none;}
}

@media screen and (max-width: 768px) {
.sp_header.sp-only .sp-nav li:first-child {
  padding-top: 10px;
  padding-right: 4%;
  padding-left: 4%;
}
.sp_header.sp-only .sp-nav li:nth-child(2), .sp_header.sp-only .sp-nav li:nth-child(3) {
  -webkit-flex-basis: 112px;
  -ms-flex-preferred-size: 112px;
  flex-basis: 112px;
}
.sp_header.sp-only .sp-nav li:last-child {
  border-right: none;
  padding-top: 6px;
  padding-left: 0;
}
.sp_header.sp-only .logo {
  width: 200px;
  display: inline-block;
  padding: 20px 0;
  padding-left: 10px;
  background-color: #fff;
}
.sp_header.sp-only .logo img{max-width: 100%;}
}
header .menu-button {
    margin-left: 10px;
    display: block;
    float: right; }
  :root body.is-sp header .menu-button .open .sp-only {
    display: block; }
  :root body.is-sp header .menu-button .close .sp-only {
    display: none; }
  :root body.is-sp.sp-open header .menu-button .open .sp-only {
    display: none; }
  :root body.is-sp.sp-open header .menu-button .close .sp-only {
    display: block; }
  .sp_header > .sp-nav > a.tel-button {
    display: block;
    float: right; }
  :root body.is-sp .sp-only .sp-nav .logo img {
    margin: 0;
    display: inline-block; }
  .menu-button, .tel-button {
    margin-right: 2.5%;
    margin-top: 2.5%; }
    .menu-button img, .tel-button img {
      max-width: 100%; }
  .sp-close .sp-menu {
    display: none; }
  .sp-menu {
    display: block;
    height: 0px;
    overflow: hidden;
    margin-top: 4px;
    background: #fff;
    position: relative;
    z-index: 100; }
  .sp-open .sp-menu {
    display: block;
    background: #fff;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 100; }
  .sp-menu-inner {
    /*margin-left: 1px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .sp-menu-inner li:nth-child(7) {
      -webkit-box-flex: 5;
      -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
      flex-grow: 5;
      /*border-right: none !important;*/
    }
  .sp_line {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #d1baba; }
  .auto img {
    margin: auto; }
  .flex-sp {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #999;
    background-color: #fff; }
    .flex-sp li {
      position: relative;
      width: 50%;
	　width: 33.333%;
      padding-top: 10px;
      padding-bottom: 10px;
      border-right: 1px solid #999;
      padding-right: 0%;
      padding-left: 0%;
	  font-size: 12px;
	  text-align: center;
    }
    .flex-sp li:last-child{border-right:none;}
    .flex-sp li img {
        display: inline-block;
        width: 16px;
        margin-left: 0;
		margin-right: 5px;
    }
      
  @-webkit-keyframes under-top {
    0% {
      height: 0px; }
    100% {
      height: 440px; } }
  @keyframes under-top {
    0% {
      height: 0px; }
    100% {
      height: 440px; } }
  @-webkit-keyframes top-under {
    0% {
      height: 440px; }
    100% {
      height: 0px; } }
  @keyframes top-under {
    0% {
      height: 440px; }
    100% {
      height: 0px; } }
  .sp-menu-inner {
    /*margin-left: 1px;*/
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sp_line {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #fff; }
  .sp-menu-inner li {
    display: table;
    width: 50%;
    height: 65px;
    border-bottom: 1px solid #333;
    text-align: center;
  }
  .sp-menu-inner li:nth-child(odd){border-right: 1px solid #333;}
  .sp-menu-inner li:nth-child(5){width: 100%; border-right:none;}
  .sp-menu-inner li:nth-child(6){border-right: 1px solid #333;}
  .sp-menu-inner li:nth-child(7){border-right:none;}
  .sp-menu-inner li.sp-request {
    background-color: #d8c76e; }
  .sp-menu-inner li.sp-reserve {
    background-color: #c43153; }
  .sp-menu-inner li a, .sp-menu-inner li span {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    color: #333;
    font-size: 14px; }
  .sp-menu-inner li span{display: block; color: #b7302a;}
  .sp-menu-inner li span b{position: relative; display: inline-block;}
  .sp-menu-inner li span b::before{content: ""; width: 25px; height: 1px; background: #b7302a; 
    display: block; position: absolute; top: 10px; left: 0; transform: translateX(-30px);}
  .sp-menu-inner li span b::after{content: ""; width: 25px; height: 1px; background: #b7302a; 
  display: block; position: absolute; top: 10px; right: 0; transform: translateX(30px);}
  /*.sp-menu-inner li.is_current span b{color: #fff;}
  .sp-menu-inner li.is_current span b:before,
  .sp-menu-inner li.is_current span b::after{background: #fff;}*/

  .sp-menu-inner li a img, .sp-menu-inner li span img { margin-left: 20px; }
	.flex-sp li a {
        margin: auto;
        display: inline-block;
        text-align: center;
        color: #ca2823; }
.sp-open .sp-menu {
  margin-top: 0; }

h2.main-title-style {
  color: #ae9c71;
  font-size: 38px;
  margin-bottom: 10px;
  text-align: center;
  margin-top:1.2em;
  margin-bottom:1em;
  }
  @media screen and (max-width: 768px) {
    h2.main-title-style {
      font-size: 21px; } }

h3.main-subtitle-style {
  font-size: 28px;
  color: #ae9c71;
  font-weight: bold;
  /*margin-bottom: 10px;*/
}
  @media screen and (max-width: 768px) {
    h3.main-subtitle-style {
      font-size: 20px; } }

h4.sub-subtitle-style {
  font-size: 24px;
  color: #231f20;
  font-weight: bold;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    h4.sub-subtitle-style {
      font-size: 16px; } }

p.main-text-style {
  line-height: 1.8;
  font-size: 24px;
  color: #231f20; }
  @media screen and (max-width: 768px) {
    p.main-text-style {
      font-size: 16px; } }

p.sub-text-style {
  font-size: 20px;
  color: #231f20;
  /*margin-bottom: 20px;*/
  font-weight: normal;}
@media screen and (max-width: 768px) {
  p.sub-text-style{font-size: 16px;}
}

p.note {
  font-size: 13px;
  color: #231f20; }
  @media screen and (max-width: 768px) {
    p.note {
      font-size: 10px; } }

.ss-img {
  position: relative;
  margin-bottom: 30px; }
  .ss-img img {
    max-width: 100%; }
  .ss-img .ss-img-position {
    position: absolute;
    bottom: 90px;
    color: #fff;
    left: 5px; }

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-top: 240px;
  margin-top: -200px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .tab {
      padding-top: 40px;
      margin-top: 0; } }
  .tab li {
    margin-right: 40px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .tab li {
        margin-right: 10px; } }
    .tab li a {
      padding-top: 12px;
      display: block;
      color: #fff;
      width: 320px;
      font-size: 22px;
      font-weight: bold;
      height: 60px;
      background-color: #ddd; }
      @media screen and (max-width: 768px) {
        .tab li a {
          width: 150px;
          font-size: 14px;
          padding: 10px;
          height: 42px; } }
    .tab li a:hover {
      background-size: cover; }
  .tab li.current a {
    background-size: cover; }
  .tab li:last-child {
    margin-right: 0; }

.other-article {
  background-repeat: repeat-x;
  background-color: #f7f8f8; }
  @media screen and (max-width: 768px) {
    .other-article {
      padding-top: 5px; } }

.pc-article {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 30px; }

.article-style li {
  width: 48%;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .article-style li {
      width: 100%;
      margin-bottom: 30px; } }

.article-style .article-box {
  padding: 20px;
  background: #fff; }

.article-style .article-box-img {
  position: relative; }
  .article-style .article-box-img .note {
    position: absolute;
    z-index: 10;
    right: 5px;
    bottom: 5px;
    color: #000; }

.article-style img {
  max-width: 100%; }

.article-style p.tag {
  font-size: 16px;
  color: #b02e29; }
  @media screen and (max-width: 768px) {
    .article-style p.tag {
      font-size: 10px; } }

.article-style h4.article-title {
  font-size: 28px;
  color: #000; }
  @media screen and (max-width: 768px) {
    .article-style h4.article-title {
      font-size: 14px; } }

.article-style .article-more {
  margin-right: 0;
  text-align: right; }
  .article-style .article-more img {
    text-align: center;
    width: auto;
    margin: auto;
    margin-bottom: 20px; }

.article-style p.more-text {
  color: #b02e29;
  font-weight: bold;
  text-decoration: underline; }

.article-style.top-only li {
  width: 32%; }

a.home-btn {
  width: 197px;
  height: 41px;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px; }

.footer-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100; }

#page-home {
  /* 点滅 */ }
  #page-home .corona-box {
    border: 2px solid #990000;
    background-color: #fff;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
    line-height: 1.8;
    margin: 40px auto;
    padding: 20px 10px; }
  #page-home .info-corona-title {
    font-size: 18px;
    font-weight: bold; }
  #page-home .info-corona-desc {
    text-decoration: none;
    color: #990000;
    font-size: 18px;
    font-weight: bold; }
  #page-home .info-corona-caption {
    font-size: 11px; }
  #page-home .info {
    border-bottom: 1px solid #7f2843;
    margin-bottom: 40px; }
  #page-home h3.news-info {
    font-size: 28px;
    text-align: center;
    padding: 30px 0 10px;
    margin-bottom: 20px;
    color: #7f2843;
    border-bottom: 1px solid #7f2843; }
    #page-home h3.news-info span {
      padding-bottom: 10px;
      margin-bottom: 10px; }
  #page-home .mv-reuqest {
    text-align: center; }
    #page-home .mv-reuqest img {
      max-width: 100%;
      margin: auto; }
  #page-home .gheader {
    width: 100%;
    position: relative;
    z-index: 100;
    background: #fff; }
  #page-home .main-mv img {
    width: 100%; }
  #page-home .copy01, #page-home .copy02, #page-home .copy03, #page-home .copy04 {
    opacity: 0;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #page-home .copy01 img, #page-home .copy02 img, #page-home .copy03 img, #page-home .copy04 img {
      margin: auto; }
  #page-home .in {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 39%; }
  #page-home .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #page-home .slides .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform; }
  #page-home .slides .swiper-slide {
    background-size: cover; }
  #page-home .contents-wrapper {
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      #page-home .contents-wrapper {
        padding-top: 107px; } }
  #page-home .sp-oukas-banner {
    position: relative;
    z-index: 100;
    margin-top: -30px;
    padding: 0 15px;
    margin-bottom: 30px; }
  #page-home .oukas-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    #page-home .oukas-flex img {
      margin-top: 30px;
      max-width: 100%; }
    #page-home .oukas-flex a {
      display: block;
      padding-top: 15px; }
  #page-home .top-flex {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    #page-home .top-flex .right-navi {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #page-home .top-flex .right-navi li:first-child {
        margin-right: 40px; }
        #page-home .top-flex .right-navi li:first-child img {
          max-width: 100%; }
      #page-home .top-flex .right-navi a {
        color: #00479d;
        font-size: 18px;
        font-weight: bold; }
      #page-home .top-flex .right-navi span {
        position: relative;
        display: inline-block;
        text-decoration: none;
        margin-left: 10px; }
      #page-home .top-flex .right-navi span::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #00479d;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      #page-home .top-flex .right-navi a:hover span::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
  #page-home h3.top-subtitle {
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    color: #000; }
  #page-home .other-banner { background-size: cover; }
    #page-home .other-banner h3.top-subtitle {
      color: #fff; }
  #page-home .other-ariticle {
    background-repeat: repeat-x;
    background-color: #f7f8f8; }
  #page-home .other-banner-flex {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media screen and (max-width: 768px) {
      #page-home .other-banner-flex {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
    #page-home .other-banner-flex li {
      width: 30%; }
      @media screen and (max-width: 768px) {
        #page-home .other-banner-flex li {
          width: 100%;
          margin-bottom: 10px; } }
      #page-home .other-banner-flex li img {
        width: 100%; }
  #page-home .blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate; }
    #page-home .blinking img {
      margin-top: -10px; }

@-webkit-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }


#page-article .article2 .article-contents {
  max-width: 750px;
  margin: 60px auto 30px; }

#page-article .article2 .article-mv-under-inner h2.article-subtitle {
  background: #0082ae; }
  @media screen and (max-width: 768px) {
    #page-article .article2 .article-mv-under-inner h2.article-subtitle {
      font-size: 19px; } }

#page-article .article2 .article-mv-under { }

#page-article .article2 .article-heading {
  color: #0082ae; }

#page-article .article3 .article-contents {
  max-width: 750px;
  margin: 60px auto 30px; }

#page-article .article3 .article-mv-under-inner h2.article-subtitle {
  background: #f58345; }
  @media screen and (max-width: 768px) {
    #page-article .article3 .article-mv-under-inner h2.article-subtitle {
      font-size: 19px; } }

#page-article .article3 .article-mv-under { }

#page-article .article3 .article-heading {
  color: #f58345; }

#page-article .main-mv {
  padding-top: 60px;
  position: relative; }
  #page-article .main-mv img {
    width: 100%;
    border-bottom: 4px white solid; }
  #page-article .main-mv .note {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 10px; }
    @media screen and (max-width: 768px) {
      #page-article .main-mv .note {
        bottom: 30px; } }

#page-article .yellow-title {
  color: #fff799; }

#page-article .article-mv-under {
  position: relative;
  z-index: 10;
  padding-top: 20px; }

#page-article .article-mv-under-inner {
  max-width: 960px;
  margin: -40px auto 0; }
  #page-article .article-mv-under-inner h2.article-subtitle {
    font-size: 26px;
    color: #fff;
    background: #b02e29;
    display: inline;
    padding: 10px 20px; }
  #page-article .article-mv-under-inner p.pickup {
    margin-top: 10px;
    font-size: 18px; }

#page-article .article-heading {
  white-space: nowrap;
  max-width: 960px;
  margin: 60px auto;
  font-size: 52px;
  color: #b02e29; }
  @media screen and (max-width: 960px) {
    #page-article .article-heading {
      white-space: initial; } }
  @media screen and (max-width: 768px) {
    #page-article .article-heading {
      font-size: 32px; } }

#page-article .article-contents {
  max-width: 750px;
  margin: 60px auto 0; }

#page-article .text-red {
  color: #b02e29; }

#page-article .article-img img {
  padding-top: 60px;
  max-width: 100%; }

#page-article .last-image {
  margin-top: -40px;
  margin-bottom: 60px; }

#page-article h3.top-subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  color: #000; }

#page-article .other-banner { background-size: cover; }
  #page-article .other-banner h3.top-subtitle {
    color: #fff; }

#page-article .other-banner-flex {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #page-article .other-banner-flex li {
    width: 30%; }
    #page-article .other-banner-flex li img {
      width: 100%; }

#page-oukas .redline {
  padding-bottom: 10px;
  background-size: auto 5px; }

@media all and (-ms-high-contrast: none) {
  #page-oukas .redline {
    padding-bottom: 0; } }

@supports (-ms-ime-align: auto) {
  #page-oukas .redline {
    padding-bottom: 0; } }

#page-oukas .main-mv {
  position: relative; }
  #page-oukas .main-mv img {
    width: 100%; }

#page-oukas .main-note {
  position: absolute;
  bottom: 5px;
  right: 5px; }

#page-oukas .o-img-1 {
  position: relative; }
  #page-oukas .o-img-1 .note {
    position: absolute;
    z-index: 10;
    bottom: 90px;
    left: 268px; }
    @media screen and (max-width: 768px) {
      #page-oukas .o-img-1 .note {
        bottom: 50px;
        right: 0; } }

#page-oukas .o-img-2 {
  position: relative; }
  #page-oukas .o-img-2 .note {
    position: absolute;
    z-index: 10;
    bottom: 90px;
    left: 308px; }
    @media screen and (max-width: 768px) {
      #page-oukas .o-img-2 .note {
        bottom: 40px;
        left: 0; } }

#page-oukas .o-img-3 {
  position: relative; }
  #page-oukas .o-img-3 .note {
    position: absolute;
    z-index: 10;
    bottom: 86px;
    left: 268px; }
    @media screen and (max-width: 768px) {
      #page-oukas .o-img-3 .note {
        bottom: 40px;
        right: 0; } }

#page-oukas h2.main-subtitle-style {
  font-size: 34px;
  color: #b02e29;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #page-oukas h2.main-subtitle-style {
      font-size: 24px; } }

#page-oukas h3.main-subtitle-style {
  /*text-align: left;*/
  color: #b02e29; }

#page-oukas h4.sub-subtitle-style {
  font-size: 24px;
  color: #231f20;
  font-weight: normal;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #page-oukas h4.sub-subtitle-style {
      font-size: 16px; } }

#page-oukas .o-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #page-oukas .o-img {
      margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  #page-oukas .contents-wrapper .main-contents__inner {
    padding: 0; } }

@media screen and (max-width: 768px) {
  #page-oukas .sp-inner {
    padding: 0 15px; } }

#page-oukas .main-full-flex {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative; }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-top: 30px;
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex li {
      width: 100%;
      margin-bottom: 20px; } }
  #page-oukas .main-full-flex li.white-box {
    margin-left: -30px;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    margin-top: -30px;
    max-height: 450px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex li.white-box {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        max-height: auto;
        text-align: left; } }
    #page-oukas .main-full-flex li.white-box img {
      width: auto;
      max-width: 100%;
      text-align: center;
      margin: 0 auto 20px; }
      @media screen and (max-width: 768px) {
        #page-oukas .main-full-flex li.white-box img {
          margin-bottom: 20px; } }
    #page-oukas .main-full-flex li.white-box p {
      margin-top: 20px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #page-oukas .main-full-flex li.white-box p {
          margin-top: 20px; } }
        
#page-oukas .main-full-flex2 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative; }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
      margin-top: 0;
      margin-bottom: -50px; } }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex2 li {
      width: 100%;
      margin-bottom: 20px; } }
  #page-oukas .main-full-flex2 li .pos-img1 {
    position: relative; }
  #page-oukas .main-full-flex2 li .note {
    z-index: 10;
    position: absolute;
    bottom: 130px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex2 li .note {
        bottom: -20px; } }
  #page-oukas .main-full-flex2 li.white-box {
    position: relative;
    z-index: 10;
    margin-right: -40px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 20px 20px;
    margin-top: 230px;
    max-height: 350px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex2 li.white-box {
        margin-right: 0;
        margin-top: 0;
        padding: 0;
        max-height: auto;
        text-align: left; } }
    #page-oukas .main-full-flex2 li.white-box img {
      width: auto;
      max-width: 100%;
      text-align: center;
      margin: auto; }
    #page-oukas .main-full-flex2 li.white-box p {
      margin-top: 40px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #page-oukas .main-full-flex2 li.white-box p {
          margin-top: 20px; } }

#page-oukas .main-full-flex3 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative; }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-top: 30px;
      margin-bottom: -50px; } }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex3 li {
      width: 100%;
      margin-bottom: 20px; } }
  #page-oukas .main-full-flex3 li .pos-img2 {
    position: relative; }
  #page-oukas .main-full-flex3 li .note {
    position: absolute;
    z-index: 10;
    bottom: 100px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex3 li .note {
        bottom: -20px; }
      }
  #page-oukas .main-full-flex3 li.white-box {
    margin-left: -30px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 20px 20px;
    margin-top: 80px;
    max-height: 450px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex3 li.white-box {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        max-height: auto;
        text-align: left; }
      }
    #page-oukas .main-full-flex3 li.white-box img {
      width: auto;
      max-width: 100%;
      text-align: center;
      margin: auto; }
    #page-oukas .main-full-flex3 li.white-box p {
      margin-top: 40px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #page-oukas .main-full-flex3 li.white-box p {
          margin-top: 20px; }
        }

#page-oukas .main-full-flex4 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative; }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
      margin-top: 0;
      margin-bottom: -50px; }
    }
  @media screen and (max-width: 768px) {
    #page-oukas .main-full-flex4 li {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    }
  #page-oukas .main-full-flex4 li .pos-img3 {
    position: relative; }
  #page-oukas .main-full-flex4 li .note {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex4 li .note {
        bottom: -20px; }
      }
  #page-oukas .main-full-flex4 li.white-box {
    position: relative;
    z-index: 10;
    margin-right: -40px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 20px 20px;
    margin-top: 130px;
    max-height: 350px; }
    @media screen and (max-width: 768px) {
      #page-oukas .main-full-flex4 li.white-box {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        max-height: auto;
        text-align: left; }
      }
    #page-oukas .main-full-flex4 li.white-box img {
      width: auto;
      max-width: 100%;
      text-align: center;
      margin: auto; }
    #page-oukas .main-full-flex4 li.white-box p {
      margin-top: 40px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #page-oukas .main-full-flex4 li.white-box p {
          margin-top: 20px; }
        }






.main-mv {
  position: relative; }
.main-mv img {
    width: 100%; }

.main-note {
  position: absolute;
  bottom: 5px;
  right: 5px;
color:#fff;
margin-bottom:0px !important;
/*text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
-1px 1px 0 #333, 1px -1px 0 #333,
0px 1px 0 #333,  0-1px 0 #333,
-1px 0 0 #333, 1px 0 0 #333;*/
  }
  
.main-img {
width:100%;
max-width: 1680px;
margin:0 auto 6em auto;
}
.main-img img {
width:100%;
}
.page-body img {
width:100%;
}
.note-left {
bottom:5px;
left:5px;
}
.note-right {
bottom:5px;
right:5px;
}
.note-top {
top:5px;
left:5px;
position: absolute;
color:#fff;
}
.note-bottom {
bottom:5px;
left:5px;
position: absolute;
color:#fff;
}
.note,
.note-gothic,
.caption-box p{font-family: 'Noto Sans JP', sans-serif;}
.caption-box {
padding-top:1em;
}
.caption-box p {
font-size:90%;
text-indent:-1em;
padding-left:1em;
margin-bottom:0 !important;
}

@media screen and (max-width: 768px) {
  .main-img {
  margin:0 auto 3em auto;
  }
  /*
  .inner {
  padding:0 15px 0 15px !important;
  }*/
  .note-gothic {
  font-size:10px;
  }
}

/********************************************************************/
/*　NEWマーク　*/
ul.header-nav li,
.sp-menu li,
.footer-nav li {position: relative;}
ul.header-nav li div,
.sp-menu li div,
.footer-nav li div {
  font-size:10px;
  position: absolute;
  color: #ae9c71;
  right:0px;
  left:0px;
  bottom:4px;
}

.g_navi ul li {positon:relative;}
.g_navi ul li:nth-child(4) a::after,
.g_navi ul li:nth-child(5) a::after,
.g_navi ul li:nth-child(7) a::after {
  content:"NEW";
  text-decoration: none;
  font-size:10px;
  position: absolute;
  right:6px;
  top:0px;
  color: #A22123;
}

.sp_navi ul li:nth-child(4) a::after,
.sp_navi ul li:nth-child(5) a::after,
.sp_navi ul li:nth-child(7) a::after {
  content:"NEW";
  text-decoration: none;
  font-size:10px;
  position: absolute;
  right:4px;
  top:2px;
  color: #A22123;
}

sup{font-size: 11px;}
.anno{text-align: right;}
@media screen and (max-width: 768px) {
  .anno{text-align: left;}
}