/*
 * Base
 * -------------------------------------------------------------------
 */
/*	Reset
-------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
}

/*	Typography
-------------------------------*/
html {
	font-size: 62.5%;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

/*	Layout
-------------------------------*/
article, aside, footer, header, nav, section, main {
  display: block;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th, table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img, svg {
  width: auto;
  height: auto;
}

blockquote, q {
  quotes: none;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

/*	Attributes & States
-------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  letter-spacing: 0.08em;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

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

main {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}
@media screen and (max-width: 1250px) {
  main {
    padding-top: 59px;
  }
}

/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 20px 40px;
  transition: all 0.6s;
  background-color: #004986;
	color: #fff;
}
.global-nav {
    display: flex;
}
.global-nav li {
    margin-right: 15px;
}
@media screen and (max-width: 1250px) {
	.header {
		height: 100vh;
		width: 100%;
		overflow-y: scroll;
		display: block;
		top: -100vh;
		text-align: center;
	}
	.global-nav {
		display: block;
	}
	.global-nav li {
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

.header.open {
  width: 100%;
  margin: 0;
  top: 59px;
  opacity: 1;
  position: fixed;
}
.header.open .humburger > .humburger__item--1 {
  background: #fff;
  transform: rotate(135deg);
  top: 28px;
}
.header.open .humburger > .humburger__item--2 {
  background: #fff;
  opacity: 0;
}
.header.open .humburger > .humburger__item--3 {
  background: #fff;
  transform: rotate(45deg);
  top: 28px;
}
.header.open .header__logo {
  text-align: center;
}

.header::-webkit-scrollbar {
  display: none;
}

.header__logo {
  box-sizing: border-box;
  top: 0;
  left: 0;
  font-family: "bigmoore", serif;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .header__logo {
    text-align: center;
    font-size: 31px;
	 display:none;
  }
}

.header__inner {
  display: flex;
  z-index: 999;
}
@media screen and (max-width: 1250px) {
  .header__inner {
    display: block;
    margin: 30px auto 0;
  }
}

.header__item {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .header__item {
    padding: 10px;
    border-bottom: none;
    font-size: 14px;
  }
}

.humburger {
  cursor: pointer;
  right: 0;
  top: 0;
  width: 100%;
  height: 59px;
  text-align: right;
  z-index: 1000;
  position: fixed;
  background-color: #004986;
  display: none;
}
.sp_header__logo {
    text-align: justify;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 1em;
	font-family: bigmoore, serif;
}
@media screen and (max-width: 1250px) {
  .humburger {
    display: block;
  }
}
.humburger__item {
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
  position: absolute;
  right: 20px;
}
.humburger__item--1 {
  transform: rotate(0);
  top: 20px;
}
.humburger__item--2 {
  top: 27px;
  opacity: 1;
}
.humburger__item--3 {
  transform: rotate(0);
  top: 34px;
}

.footer {
    padding: 100px 120px;
    color: white;
    background: #004986;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px;
  }
}

.footer__logo {
  width: 220px;
  height: 50px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}

.footer__inner__address {
  width: 24.0833333333%;
}
.footer__inner__address p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.footer__inner__address p:last-of-type {
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .footer__inner__address {
    width: 100%;
  }
}

.footer__inner__menu div {
  display: flex;
}
.footer__inner__menu div:last-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div:last-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.footer__inner__menu div a {
  padding: 0 15px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div a {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
}
.footer__inner__menu div a.sns {
  font-size: 14px;
  margin: 0 15px;
  padding: 7px 15px 7px 47px;
  color: #DF2E6E;
  border-radius: 22px;
  font-weight: bold;
  border: 1px solid #E56B8B;
  background-color: white;
  background-size: 24px 24px;
  background-position: top 9px left 16px;
  background-repeat: no-repeat;
}
.footer__inner__menu div a.sns.hotpepper {
  background-image: url(../asset/img/hotpepper_icon.svg);
}
.footer__inner__menu div a.sns.instagram {
  background-image: url(../asset/img/instagram_icon.svg);
}
@media screen and (max-width: 768px) {
  .footer__inner__menu div a.sns {
    margin: 15px 15px 0 0;
    font-size: 13px;
    padding: 5px 15px 5px 37px;
    background-size: 18px 18px;
    background-position: top 9px left 12px;
  }
}


/*
 * Content
 * -------------------------------------------------------------------
 */
.content {
    overflow: hidden;
	margin-top: 35px;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.banner {
    margin: 75px 0;
}
.banner img {
    width: 100%;
    max-width: 850px;
    margin: auto;
}












