@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html,
body {
  height: 100%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Segoe UI", Hiragino Sans,"ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.6;
  color: #505050;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  counter-reset: number 0;
}

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

a:hover {
  color: #89ddd2;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

ul,
dl,
dt,
dd,
ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

form,
label,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="radio"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  display: block;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-webkit-input-placeholder {
  color: #b9c5cc;
}

select {
  font-size: 1.3rem;
  border-color: #d7dfe2;
  font-family: inherit;
  font-weight: 400;
  color: #505050;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: none;
  cursor: pointer;
}

input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="file"] {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  min-height: 34px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
  color: #b9c5cc;
}

.l-header {
  width: 100%;
}

.Header {
  width: 980px;
  margin: auto;
  position: relative;
}

.Header .Header__inner h1 {
  font-size: 3.8rem;
  line-height: 1;
}

.Header .Header__inner h1 a {
  color: #505050;
}

.Header .Title {
  color: #505050;
  margin-bottom: 0;
}

.Header .Description {
  color: #505050;
  font-size: 1.4rem;
}

.header {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 0 1px #bbb;
    border: none;
    border-bottom: 3px solid #ef9230
}

.header__inner {
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__inner__logo {
    margin: 0;
    margin-right: 30px;
    padding: 0;
}

.header__inner__logo .Title {
    line-height: 1.2;
}

.header__inner__logo .Description {
    margin: 0;
}

.header__inner__logo a:first-of-type {
    margin-right: 7px
}

.header__inner__logo img {
    width: auto;
    height: 20px
}

.header__inner__menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.header__inner__menu-wrap a:hover {
    text-decoration: underline
}

.header__inner__menu-wrap .btn {
    background: #ef9230;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
}
.header__inner__menu-wrap .btn:hover {
    text-decoration: none;
    background: #f19e48;
}

.header__inner__menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.header__inner__menu li {
    display: block;
    margin: 0
}

.header__inner__menu li+li {
    padding-left: 8px
}

.header__inner__menu li a {
    color: #946235
}

.header__inner__menu--notice span {
    margin-right: 5px;
    padding: 3px 10px;
    border-radius: 2px;
    background-color: #fff;
    color: #273338;
    font-size: 1.1rem
}

.header__inner__menu .fa {
    font-size: 1.4rem
}

.header__inner__menu .fa-lock,.header__inner__menu .fa-question-circle-o {
    font-size: 1.7rem;
    vertical-align: -1px
}


.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.l-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Main {
  width: 980px;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d8d8d8;
}

.Footer {
  width: 440px;
  margin: auto;
  padding: 20px 20px 10px;
  font-size: 14px;
}

.Footer .FooterNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Footer .FooterNav a {
  color: #505050;
}

.Footer .FooterNav a:hover {
  text-decoration: underline;
}

.footer {
    border-top: 1px solid #b9c0c1;
    width: 100%;
    overflow: hidden
}

.footer--article {
    height: 100px
}

.footer.-entry {
    padding-bottom: 64px
}

.footer__inner {
    background: #fff;
    padding: 8px 20px;
    font-size: 1.2rem
}

.footer__inner--left {
    float: left
}

.footer__inner--right {
    float: right
}

.footer__inner__copyright {
    font-size: 1.1rem
}

.footer__inner a {
    color: #333;
    background: transparent;
}

.footer__inner a:hover {
    text-decoration: underline
}

.line-divider:after {
    content: "|"
}


.copyright {
  margin: auto;
  background: #d8d8d8;
  text-align: center;
}

.PhotoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.PhotoList:after {
  content: '';
  display: block;
  width: 32%;
}

.PhotoList .PhotoList__item {
  background: #f2f2f2;
  width: 32%;
  margin-bottom: 20px;
}

.PhotoList .PhotoList__item .ItemBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.PhotoList .PhotoList__item .ItemBox img {
  min-width: 100%;
  height: auto;
}

.PhotoDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.PhotoDetail .Photo {
  position: relative;
  width: 680px;
  line-height: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.PhotoDetail _:lang(x)::-ms-backdrop, .PhotoDetail {
  margin: auto;
  display: block;
  text-align: center;
}
.PhotoDetail _:lang(x)::-ms-backdrop, .PhotoDetail .Photo {
  max-width: 680px;
  margin: auto;
  display: block;
  text-align: center;
}

.PhotoDetail .Photo .btn {
  display: block;
  position: relative;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  height: 100%;
}
.PhotoDetail .Photo .nextBtn,
.PhotoDetail .Photo .prevBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 150px;
  background: #ed923d;
}
.PhotoDetail .Photo .nextBtn {
  left: -45px;
}
.PhotoDetail .Photo .prevBtn {
  right: -45px;
}
.PhotoDetail .Photo .nextBtn .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 9px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: rotate(-45deg);
}
.PhotoDetail .Photo .prevBtn .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 9px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}

.PhotoDetail .Photo h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.PhotoDetail .Photo .Caption {
  margin: 0;
  line-height: 1.3;
  text-align: left;
  width: 100%;
  padding: 10px;
}
.PhotoDetail .PhotoExplan {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  text-align: right;
}
.PhotoDetail .PhotoExplan p {
  margin: 0;
}
.PhotoDetail .PhotoExplan p + p {
  margin-top: 5px;
}

.txt-right {
  text-align: right;
}

@media screen and (max-width: 980px) {
  .Main {
    width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .Header {
    width: 100%;
  }

  .Footer {
    width: 100%;
  }

  .PhotoList:after {
    width: 33.1%;
  }

  .PhotoList .PhotoList__item {
    width: 33.1%;
    margin-bottom: .3%;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
