@charset "UTF-8";
/*----------------------------------------

		$[normalize]

----------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------------------

        $[reset]

----------------------------------------*/
html {
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
}

p,
li,
dl,
table {
  margin: 0;
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.8;
  font-size: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
  line-height: 1.8;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

/*----------------------------------------

        $[helper]

----------------------------------------*/
.Lct {
  float: left;
}

.Rct {
  float: right;
}

.clear {
  clear: both;
}

.cfx {
  display: inline-block;
}

* html .cfx {
  height: 1%;
}

.cfx {
  display: block;
}

.cfx:after {
  content: "";
  display: block;
  clear: both;
}

.cfxo {
  overflow: hidden;
}

.nw {
  white-space: nowrap;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

.br-tb {
  display: none;
}

@media screen and (max-width: 800px) {
  .br-tb {
    display: block;
  }
}

.br-pc {
  display: none;
}

@media screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
}

/*----------------------------------------

        $[basic]

----------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans Japanese", メイリオ, sans-serif;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.03em;
}

a {
  cursor: pointer;
  background: transparent;
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #333;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

::selection {
  background: #333;
  color: #fff;
}

ul li {
  list-style: none;
  list-style-position: outside;
}

ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: text-bottom;
}

sub {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: text-top;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  background: #fff;
}

.noscript {
  position: relative;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  z-index: 99999;
}

.noscript span {
  color: red;
}

#wrapper {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}

@media print {
  #wrapper {
    width: 1000px;
    overflow: hidden;
    border: none;
  }
}

.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .container {
    width: 90%;
    min-width: 90%;
  }
}

/*----------------------------------------

        $[header]

----------------------------------------*/
.header__wrap {
  position: relative;
  padding: 20px 0;
}

@media screen and (max-width: 800px) {
  .header__wrap {
    padding: 20px 0;
  }
}

.header__logo {
  margin: 10px 0 40px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .header__logo {
    margin: 0 0 20px;
  }
  .header__logo img {
    height: 40px;
  }
}

.header__tag {
  position: absolute;
  top: 30px;
  left: 0;
}

@media screen and (max-width: 800px) {
  .header__tag {
    display: none;
  }
}

.header__btn {
  position: absolute;
  top: 30px;
  right: 0;
}

@media screen and (max-width: 800px) {
  .header__btn {
    position: static;
    top: 0;
    height: 42px;
  }
}

.header__btn li {
  display: inline-block;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 800px) {
  .header__btn li {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .header__btn li:nth-child(1) {
    border-right: solid 1px #fff;
  }
}

.header__btn li.close {
  opacity: 0.3;
  background: #40210F;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 800px) {
  .header__btn li.close {
    padding: 10px 0;
  }
}

.header__btn li.close:before {
  content: "\f0da";
  padding: 0 5px 0 0;
  font-family: "FontAwesome";
}

.header__btn a {
  display: block;
  background: #40210F;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 800px) {
  .header__btn a {
    padding: 10px 0;
  }
}

.header__btn a:before {
  content: "\f0da";
  padding: 0 5px 0 0;
  font-family: "FontAwesome";
}

.header__btn a:hover {
  opacity: 0.8;
}

/*----------------------------------------

                $[footer]

----------------------------------------*/
footer {
  border-top: solid 1px #ECD8B8;
  padding: 40px 0;
}

.footer__nav {
  margin: 0 0 40px;
  text-align: center;
}

.footer__nav li {
  display: inline-block;
  padding: 0 10px 0 15px;
  border-left: solid 1px #ccc;
}

.footer__nav li:last-child {
  border-right: solid 1px #ccc;
}

.footer__nav a,
.footer__nav span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}

.footer__nav a:hover {
  color: #009187;
  border-bottom: solid 1px #009187;
}

.footer__nav span {
  color: #ccc;
}

.footer__L {
  float: left;
  width: 400px;
}

@media screen and (max-width: 800px) {
  .footer__L {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
}

.footer__R {
  float: right;
  width: 530px;
}

@media screen and (max-width: 800px) {
  .footer__R {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.footer__R .logo {
  float: left;
  width: 370px;
}

.footer__R .bnr {
  float: right;
  width: 130px;
}

@media screen and (max-width: 800px) {
  .footer__R .logo,
  .footer__R .bnr {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.footer__R address {
  clear: both;
  display: block;
  padding: 10px 0 0;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .footer__R address {
    text-align: center;
  }
}

.js-pagetop {
  position: fixed;
  right: 40px;
  bottom: -100px;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .pagetop {
    display: none;
  }
}

.pagetop a {
  display: block;
  background: #40210F;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
}

.pagetop a:hover {
  background: #009187;
}

/*----------------------------------------

            $[navigation]

----------------------------------------*/
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
    width: 120%;
    background-color: #fff;
    border-top: solid 1px #ECD8B8;
    border-bottom: solid 1px #ECD8B8;
    position: absolute;
    left: -10%;
    top: 80px;
    z-index: 100;
  }
}

.header__nav li {
  width: 15%;
  float: left;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .header__nav li {
    width: 100%;
    float: none;
    border-bottom: solid 1px #ECD8B8;
  }
  .header__nav li:last-child {
    border-bottom: none;
  }
}

.header__nav li.nav02 {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .header__nav li.nav02 {
    width: 100%;
  }
}

.header__nav li.close span {
  opacity: 0.4;
}

.header__nav li.current {
  background: #FCF7F1;
}

.header__nav li:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  background: #ECD8B8;
}

@media screen and (max-width: 800px) {
  .header__nav li:before {
    display: none;
  }
}

.header__nav li:last-child:before {
  display: none;
}

.header__nav a {
  display: block;
  color: #40210F;
  padding: 10px 20px;
  font-weight: bold;
}

.header__nav a:hover {
  background: #FCF7F1;
}

.header__nav .en {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}

.header__nav .ja {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}

/*  btn_sdnav
----------------------------------------*/
.btn_sdnav {
  display: none;
}

@media screen and (max-width: 800px) {
  .btn_sdnav {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
}

.btn_sdnav_icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .btn_sdnav_icon {
    display: block;
    width: 42px;
    height: 42px;
    z-index: 3;
  }
  .btn_sdnav_icon span {
    display: block;
    background: #40210F;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btn_sdnav_icon span:first-child {
    top: 12px;
  }
  .btn_sdnav_icon span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  .btn_sdnav_icon span:last-child {
    bottom: 12px;
  }
}

.btn_sdnav_icon.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.btn_sdnav_icon.active span:nth-child(2) {
  opacity: 0;
}

.btn_sdnav_icon.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/*----------------------------------------

			$[section]

----------------------------------------*/
section {
  padding: 40px 0;
}

section p {
  margin: 0 0 40px;
}

/*----------------------------------------

            $[heading]

----------------------------------------*/
.main__title {
  background-image: url("../images/page/main_title.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #40210F;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .main__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 50px;
  }
}

[class^="section__title"] {
  position: relative;
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  [class^="section__title"] {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.section__title-a {
  padding: 0 20px;
  border: solid 1px #40210F;
}

.section__title-b {
  color: #40210F;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  text-align: center;
}

.section__title-c {
  background: #40210F;
  padding: 0 20px;
  color: #fff;
}

/*----------------------------------------

        $[button]

----------------------------------------*/
.btn {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn:hover {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*  size
----------------------------------------*/
.btn-s {
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .btn-s {
    width: 100%;
    padding: 5px 0;
  }
}

.btn-m {
  width: 250px;
  padding: 5px 0;
}

@media screen and (max-width: 600px) {
  .btn-m {
    width: 100%;
  }
}

.btn-l {
  width: 450px;
  padding: 5px 0;
}

@media screen and (max-width: 600px) {
  .btn-l {
    width: 100%;
  }
}

/*  style
----------------------------------------*/
.btn-a {
  background: #333;
  color: #fff;
}

.btn-a:hover {
  background: #ccc;
  color: #fff;
}

.btn-b {
  background: #fff;
  border: solid 1px #333;
  color: #333;
}

.btn-b:hover {
  background: #333;
  color: #fff;
}

.btn-b:after {
  content: "\f0da";
  padding: 0 0 0 10px;
  font-family: "FontAwesome";
}

/*----------------------------------------

            $[list]

----------------------------------------*/
.list-a li:before {
  content: "\f0da";
  padding: 0 5px 0 0;
  font-family: "FontAwesome";
}

.list-a span {
  display: inline-block;
  float: right;
}

.list-a span:before {
  content: "… ";
}

/*----------------------------------------

            $[table]

----------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
}

table th {
  font-weight: bold;
}

table th,
table td {
  padding: 10px 20px;
  vertical-align: middle;
}

.table-a {
  border-bottom: solid 1px #ccc;
}

.table-a th {
  background: #FCF7F1;
  border-top: solid 1px #ccc;
}

.table-a td {
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 600px) {
  .table-block th,
  .table-block td {
    display: block;
    width: 100%;
    padding: 5px 15px;
  }
}

/*----------------------------------------

            $[tab]

----------------------------------------*/
.js-tab .hide {
  display: none;
}

/*----------------------------------------

            $[text]

----------------------------------------*/
.font-min {
  font-family: "Sawarabi Mincho";
}

.font-en {
  font-family: "PT Serif", serif;
}

.cl-a {
  color: #fff;
}

.cl-b {
  color: #333;
}

.cl-c {
  color: #ccc;
}

@media screen and (max-width: 600px) {
  .sp-non {
    display: none;
  }
}

.caption {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: normal;
}

.attention {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .attention {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.coming {
  color: #40210F;
  padding: 20% 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/*# sourceMappingURL=common.css.map */
