/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:inherit;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  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,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
/* IE 10+ ----- */
:-ms-input-placeholder {
    color: #999;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100% !important;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: inherit;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
html {
  font: 500 16px/1.6 "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  /*font:500 14px/1.6 "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;*/
  background: #fff;
  color: #222;
}
a {
  transition: .2s;
  color: inherit;
}
a:hover {
  color: #e73262;
}
.header_wrapper {
  border-top: 2px solid #000;
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding: 1rem 5rem;
  margin: auto;
  white-space: nowrap;
  line-height: 1;
  /* background: #333; */
}
.header a {
  text-decoration: none;
}
.header h1 {
  font-size: 2rem;
  font-weight: bold;
  /* background: linear-gradient(0deg, #a89dff 0%, #a89dff 50%, transparent 50%, transparent 100%); */
}
.logo {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: .5rem;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

article {
  width: 100%;
  max-width: 1400px;
  padding: 5rem 5rem 3rem;
  margin: auto;
}
section {
  position: relative;
  padding: 2rem 0 2rem;
  font-size: 1.2rem;
}
section+section {
  margin-top: 4rem;
}

.full-w {
  position: relative;
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  border-bottom: 5px solid #333;
  background: linear-gradient(0deg, #a89dff 0%, #a89dff 50%, transparent 50%, transparent 100%);
  margin-bottom: 5rem;
  /* color: #fff; */
}
.full-w::before {
  /* content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f0bc68;
  width: calc((100% - 1400px + 10rem) / 2) ;
  height: 50%;
  z-index: -1; */
}
.full-w h1 {
  width: calc(100% - 10rem);
  max-width: calc(1400px - 10rem);
  margin: auto;
}
.full-w h1 .eng {
  display: block;
  font-size: 3.5rem;
  font-family: 'Noto Serif', serif;
  font-family: 'Playfair Display', serif;
  line-height: 3.5rem;
}
.full-w h1 .jp {
  position: absolute;
  bottom: -2.5rem;
  color: #333;
  font-weight: bold;
}

table {
  width: 100%;
  border-top: 1px solid #333;
}

th,td {
  padding: 1rem 2rem;
  vertical-align: baseline;
  border-bottom: 1px solid #333;
}
th {
  white-space: nowrap;
}

img.fit,
iframe.map {
  width: 100%;
  height: 400px;
  margin-top: 4rem;
  object-fit: cover; 
  border-radius: 2rem;
}
section h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: .25em;
}
section h2::before {
  content: "";
  display: inline-block;
  background: #f0bc68;
  width: 1rem;
  height: 1rem;
  margin-left: -1rem;
}

section ul {
  margin-left: 1em;
}
section ul li {
  text-indent: -1em;
}
section ul li+li {
  margin-top: .5rem;
}
section ul li:before {
  display: inline-block;
  content: "";
  margin-right: .5em;
  height: .3em;
  width: .5em;
  border-top: 1px solid #000;
}

ol {
	margin-left: 1.5em;
}
ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3.5em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
ol li+li {
  margin-top: .5em;
}



.footer_wrapper {
  /* font-weight: 100; */
  /* background: linear-gradient(-90deg, #333 0%, #333 50%, transparent 50%, transparent 100%); */
  background: #333;
  color: #fff;
}
.footer {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  /* background: #F2F2F2; */
  text-align: center;
  line-height: 1;
}
.footer small {
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  background: #333;
  border-radius: 100px 0 0 0;
  font-size: 1rem;
}


@media (max-width: 1400px) {
  .full-w::before{
    width: 5rem;
  }
}

@media (max-width: 1080px) {
  .header {
    padding: 1rem;
  }
  article {
    padding: 2rem 2rem 2rem;
  }
  .full-w::before {
    width: 2rem;
  }
  .full-w h1 {
    width: calc(100% - 4rem);
  }
  .header {
    border: none;
  }

}
@media (max-width: 850px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 13px;
  }
  article {
    padding: 1rem;
  }
  section {
  }
  section+section {
    margin-top: 2rem;
  }
  section h1 {
    /* font-size: 1.6rem; */
  }
  th,td {
    display: block;
    padding: .5rem 0;
  }
  th {
    padding-bottom: 0;
    border: none;
    font-weight: 500;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 11px;
  }
}