/* ========================================================================

	common
  
======================================================================== */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box; }

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

/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections
   ========================================================================== */
body {
  margin: 0; }

main {
  display: block; }

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

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; }

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Interactive
   ========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* ------------------------------------------------------------------------
	breakpoints
------------------------------------------------------------------------ */
/* ========================================================================

	Style
  
======================================================================== */
body {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  background: #6fcfea; }

a {
  transition: all .2s ease; }

/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section#bnr {
  position: relative;
  padding-top: calc(100% / 10);
  padding-bottom: calc(100% / 9);
  background: url(../images/island02.png) bottom center/100% auto no-repeat; }
  @media screen and (max-width: 1900px) {
    section#bnr {
      padding-top: calc(100% / 20);
      background: url(../images/island02.png) top center/100% auto no-repeat; } }
  section#bnr ul {
    margin: 0 auto;
    width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media screen and (max-width: 1024px) {
      section#bnr ul {
        width: 86%; } }
    section#bnr ul li {
      margin-bottom: 35px; }
      @media screen and (max-width: 1024px) {
        section#bnr ul li {
          margin-bottom: 10px;
          width: 40%; }
          section#bnr ul li img {
            max-width: 100%; } }
      @media screen and (max-width: 736px) {
        section#bnr ul li {
          margin-bottom: 5px; } }
      section#bnr ul li a:hover {
        filter: brightness(110%); }
  section#bnr p {
    position: absolute;
    bottom: calc(100% / 8);
    left: 0;
    right: 0; }
    section#bnr p a:hover {
      opacity: 0.7; }
    @media screen and (max-width: 1900px) {
      section#bnr p {
        bottom: calc(100% / 4); } }
    @media screen and (max-width: 1024px) {
      section#bnr p {
        bottom: calc(100% / 6); } }
    @media screen and (max-width: 736px) {
      section#bnr p img {
        max-width: 7%; } }

/* ------------------------------------------------------------------------
	footer
------------------------------------------------------------------------ */
footer .inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 940px; }
  @media screen and (max-width: 1024px) {
    footer .inner {
      width: 92%; } }
  @media screen and (max-width: 736px) {
    footer .inner {
      padding-bottom: 70px; } }
  @media screen and (max-width: 480px) {
    footer .inner {
      padding-bottom: 40px; } }
  footer .inner p {
    margin-bottom: 20px;
    text-align: left;
    line-height: 2.2;
    font-size: 86%; }
    @media screen and (max-width: 736px) {
      footer .inner p {
        line-height: 1.8; } }
    footer .inner p span {
      color: #6c4c28; }
    footer .inner p a {
      text-decoration: underline;
      font-size: 117%; }
      footer .inner p a:hover {
        text-decoration: none; }
  footer .inner ul {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      footer .inner ul {
        width: 50%; } }
    @media screen and (max-width: 736px) {
      footer .inner ul {
        width: 100%; } }
  footer .inner .yadon01 {
    position: absolute;
    right: -155px;
    bottom: 0; }
    @media screen and (max-width: 1500px) {
      footer .inner .yadon01 {
        text-align: right;
        right: 0; }
        footer .inner .yadon01 img {
          max-width: 70%; } }
    @media screen and (max-width: 1024px) {
      footer .inner .yadon01 {
        display: inline-block; }
        footer .inner .yadon01 img {
          max-width: 60%; } }
    @media screen and (max-width: 896px) {
      footer .inner .yadon01 {
        right: 0;
        left: 0; }
        footer .inner .yadon01 img {
          max-width: 22%; } }
    @media screen and (max-width: 736px) {
      footer .inner .yadon01 img {
        max-width: 16%; } }
