@charset "UTF-8";
[type="submit"],
[type="reset"],
[type="button"] {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3em 1.2em;
  margin: 0;
  background-image: none;
  background-color: #757575;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 1em;
  text-align: center;
  -webkit-appearance: none; }
  :not(:disabled)[type="submit"],
  :not(:disabled)[type="reset"],
  :not(:disabled)[type="button"] {
    cursor: pointer; }
  :hover[type="submit"],
  :hover[type="reset"],
  :hover[type="button"], :focus[type="submit"],
  :focus[type="reset"],
  :focus[type="button"] {
    outline: none; }
  [type="submit"]::-moz-foucus-inner,
  [type="reset"]::-moz-foucus-inner,
  [type="button"]::-moz-foucus-inner {
    padding: 0;
    border: none; }

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="number"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"] {
  width: auto;
  padding: 0.4em 0.8em;
  border-radius: 0;
  background-image: none;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  font-family: inherit;
  font-size: 0.95em;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  :focus[type="text"],
  :focus[type="search"],
  :focus[type="tel"],
  :focus[type="url"],
  :focus[type="email"],
  :focus[type="password"],
  :focus[type="number"],
  :focus[type="date"],
  :focus[type="month"],
  :focus[type="week"],
  :focus[type="time"],
  :focus[type="datetime-local"] {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #9e9e9e; }

textarea {
  width: auto;
  height: 100px;
  padding: 0.4em 0.8em;
  border-radius: 0;
  background-image: none;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  font-family: inherit;
  font-size: 0.95em;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: none; }
  textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #9e9e9e; }

[type="radio"] {
  display: none; }
  [type="radio"] + span {
    display: inline-block;
    position: relative;
    padding: 0 1em 0 1.4em;
    margin: 0;
    cursor: pointer; }
    [type="radio"] + span::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #fff;
      border: 1px solid #bdbdbd;
      border-radius: 50%;
      width: 1em;
      height: 1em;
      display: block; }
    [type="radio"] + span::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #616161;
      border-radius: 50%;
      width: 1em;
      height: 1em;
      border: 1px solid #9e9e9e;
      -webkit-box-shadow: 0 0 0 0.1em #fff inset;
      box-shadow: 0 0 0 0.1em #fff inset;
      display: block;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  :checked[type="radio"] + span::before {
    border: 1px solid #9e9e9e; }
  :checked[type="radio"] + span::after {
    opacity: 1; }

[type="checkbox"] {
  display: none; }
  [type="checkbox"] + span {
    display: inline-block;
    position: relative;
    padding: 0 1em 0 1.4em;
    margin: 0;
    cursor: pointer; }
    [type="checkbox"] + span::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #fff;
      border: 1px solid #bdbdbd;
      border-radius: 2px;
      width: 1em;
      height: 1em;
      display: block; }
    [type="checkbox"] + span::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      width: 1em;
      height: 0.6em;
      margin-top: -0.2em;
      display: block;
      border-left: 3px solid #616161;
      border-bottom: 3px solid #616161;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0; }
  :checked[type="checkbox"] + span::before {
    border: 1px solid #9e9e9e; }
  :checked[type="checkbox"] + span::after {
    opacity: 1; }

select {
  width: auto;
  padding: 0.4em 2.4em 0.4em 0.8em;
  border-radius: 0;
  background-color: #fff;
  background-image: url(../img/arrow-bottom.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center right 0.2em;
  border: 1px solid #bdbdbd;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }
  select:focus {
    outline: none;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none; }
  select[multiple] {
    height: 100px;
    padding: 0;
    background-image: none; }
    select[multiple] option {
      padding: 0.4em 1.2em 0.4em 0.4em; }

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

html {
  font-size: 62.5%; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #424242;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word; }

article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

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 {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  color: inherit;
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top; }

video {
  max-width: 100%;
  height: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #bdbdbd; }

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #bdbdbd; }

th {
  background: #757575;
  color: #fff; }

blockquote,
q {
  quotes: none; }

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

address {
  font-style: normal; }

input,
textarea,
select {
  max-width: 100%; }

/*
背景                -10
背景マスク          -1
ヘッダー            20
└サブメニュー       25
フローティング      30
ドロワーナビ        40
├トグルボタン       41
└サブメニュー       42
about-list          10
└アイコン           -1
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6em; }
  body p {
    line-height: 2.4rem;
    padding-bottom: 20px;
    letter-spacing: 2px; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center; }
  body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.75); }

.container {
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  word-wrap: break-word; }

.container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .container__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

#primary {
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  border: 1px solid #ddd; }
  @media (max-width: 767px) {
    #primary {
      max-width: 100%;
      width: 100%; } }

#secondary {
  max-width: 300px;
  margin-left: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: auto;
  border: 1px solid #ddd; }
  @media (max-width: 767px) {
    #secondary {
      margin-top: 40px;
      margin-left: 0;
      width: 100%;
      max-width: 100%; } }

.side-section {
  width: 100%;
  padding: 20px; }
  .side-section h3,
  .side-section .widget-title {
    font-size: 1.8rem;
    background-color: aliceblue;
    padding: 10px;
    margin-bottom: 20px; }
  .side-section img {
    padding-bottom: 10px;
    width: 100%;
    height: auto; }

.page-text {
  -webkit-box-shadow: 6px 6px 10px #ddd;
  box-shadow: 6px 6px 10px #ddd; }

a {
  text-decoration: none;
  color: #333; }

.active-nav {
  color: #edbb17; }

#about,
#office,
#profile,
#service,
#price,
#works,
#pickup,
#entrylist,
#contact {
  margin-top: -120px;
  padding-top: 200px; }
  @media (max-width: 767px) {
    #about,
    #office,
    #profile,
    #service,
    #price,
    #works,
    #pickup,
    #entrylist,
    #contact {
      margin-top: -80px;
      padding-top: 160px; } }

.floating {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #edbb17;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 30; }

.floating a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

.floating a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.section-title {
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 5px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300; }
  .section-title::first-letter {
    color: #edbb17; }
  .section-title::after {
    width: 60px;
    background-color: #edbb17;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sub-title {
  padding: 20px 0 20px 0;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 2px; }
  .sub-title::first-letter {
    color: #edbb17; }

.btn-link {
  margin: 30px 0 40px 0;
  padding: 15px 60px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 2px; }
  .btn-link:hover {
    opacity: 0.7; }

.breadcrumb {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  margin: 20px 0 0 0; }
  .breadcrumb a {
    letter-spacing: 2px; }
    .breadcrumb a:hover {
      color: #edbb17; }
  .breadcrumb .home::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin: 0 5px; }

.pagenation {
  margin: 60px 0;
  text-align: center; }
  .pagenation .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff; }
    .pagenation .page-numbers:hover {
      opacity: 0.7; }
  .pagenation .current {
    background-color: #edbb17;
    color: #fff; }

.sns-button {
  margin: 20px 0;
  padding: 20px 10px; }
  .sns-button .sns-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sns-button .sns-item {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    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;
    width: 30px;
    height: 30px;
    margin-right: 20px; }
    .sns-button .sns-item img {
      width: 94%;
      height: 94%; }
  .sns-button .twitter {
    color: #1da1f2; }
  .sns-button .facebook {
    color: #315096; }
  .sns-button .line {
    color: #00c300; }
  .sns-button .pocket {
    color: #ef4056; }

header {
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #fff; }

.header-border {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff; }

.header-box {
  height: 80px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; }

.header-top {
  background-color: #ffbf48;
  margin: 0 calc(50% - 50vw);
  width: 100vw; }

.header-logo {
  min-width: 320px;
  padding: 10px 0; }
  .header-logo a {
    display: inline-block;
    width: 500px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 3.2rem;
    line-height: 7.0rem;
    letter-spacing: 3px; }
    .header-logo a::first-letter {
      color: #edbb17; }
    @media (max-width: 767px) {
      .header-logo a {
        font-size: 2.8rem;
        line-height: 2.8rem; } }
    .header-logo a img {
      width: 56px;
      height: auto; }

.header-description {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 2px; }
  @media (max-width: 767px) {
    .header-description {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .gnav {
    display: none; } }

.gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0; }
  .gnav .gnav-list .menu-item {
    text-align: center;
    display: block; }
    .gnav .gnav-list .menu-item:not(:last-of-type) {
      border-right: 1px solid #d0d0d0; }
    .gnav .gnav-list .menu-item a {
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: 2px;
      display: block;
      padding: 0px 15px; }
      .gnav .gnav-list .menu-item a:hover {
        color: #edbb17; }
      .gnav .gnav-list .menu-item a:focus {
        outline: none; }

.gnav .sub-menu {
  display: none;
  position: relative; }

.gnav .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  margin-left: -54px;
  padding: 20px;
  border: 1px solid #ddd; }
  .gnav .menu-item-has-children:hover .sub-menu .menu-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .gnav .menu-item-has-children:hover .sub-menu .menu-item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 20px; }

.dnav {
  display: block;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  /* 初期状態でサブメニューを非表示にしておく */
  /* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */ }
  .dnav.open {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .dnav-toggle {
    display: none;
    cursor: pointer; }
    @media (max-width: 767px) {
      .dnav-toggle {
        display: block;
        position: absolute;
        top: 14px;
        right: 20px;
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s; }
        .dnav-toggle.open {
          z-index: 41; }
        .dnav-toggle-icon {
          position: relative;
          display: block;
          height: 4px;
          width: 26px;
          background: #333;
          -webkit-transition: ease 0.5s;
          -o-transition: ease 0.5s;
          transition: ease 0.5s; }
          .dnav-toggle-icon:nth-child(1) {
            top: 0; }
          .dnav-toggle-icon:nth-child(2) {
            margin: 4px 0; }
          .dnav-toggle-icon:nth-child(3) {
            top: 0; }
          .dnav-toggle-icon.open {
            margin: 0;
            border-radius: 2px; }
            .dnav-toggle-icon.open:nth-child(1) {
              top: 9px;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            .dnav-toggle-icon.open:nth-child(2) {
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              opacity: 0; }
            .dnav-toggle-icon.open:nth-child(3) {
              top: 1px;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); } }
  .dnav .dnav-list {
    list-style: none;
    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;
    position: absolute;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .dnav .dnav-list.open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .dnav .menu-item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2.6rem;
    line-height: 2.6rem; }
    .dnav .menu-item:last-child {
      margin-bottom: 0; }
  .dnav a {
    display: block; }
    .dnav a:hover {
      color: #edbb17; }
    .dnav a:focus {
      outline: none; }
  .dnav .sub-menu {
    display: none;
    position: relative; }
  .dnav .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 42;
    background-color: rgba(255, 255, 255, 0.9);
    width: 240px;
    margin: 0 0 0 60px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-left: 30px; }
    .dnav .menu-item-has-children:hover .sub-menu .menu-item {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 0;
      margin: 0;
      font-size: 2.0rem;
      line-height: 2.0rem; }
      .dnav .menu-item-has-children:hover .sub-menu .menu-item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 7px 0; }

.footer-box {
  border-top: 1px solid #e0e0e0;
  background-color: #fff; }
  .footer-box .footer-nav {
    padding: 40px 0; }
  .footer-box .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-box .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer-box .menu-item {
    padding: 10px 15px;
    text-align: center; }
    .footer-box .menu-item a {
      font-size: 1.8rem; }
      .footer-box .menu-item a:hover {
        color: #edbb17; }
      .footer-box .menu-item a:focus {
        outline: none; }
  .footer-box .copyright {
    text-align: center;
    font-size: 1.4rem;
    margin: 10px 0;
    padding: 10px; }
  .footer-box span {
    color: #edbb17; }

.mv {
  padding-top: 180px;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .mv {
      padding-top: 120px; } }

.mv-box {
  background-image: url(../image/mv.jpg);
  background-image: url(../image/mv11.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  height: 50vh;
  min-width: 100%;
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .mv-box {
      height: calc(100vh - 120px);
      margin: 0 calc(50% - 50vw);
      width: 100vw; } }
  .mv-box:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    /* 回転させる */
    background: #fff;
    z-index: -1; }

.mv-text {
  position: absolute;
  top: 5%;
  top: 20px;
  left: 20px;
  padding: 20px;
  border-radius: 10px; }
  .mv-text-head {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 0 20px 10px 0;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #333;
    color: white; }
    @media (max-width: 767px) {
      .mv-text-head {
        font-size: 2rem;
        line-height: 3.2rem; } }
  .mv-text-body {
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 2px #333; }
    @media (max-width: 767px) {
      .mv-text-body {
        font-size: 1.6rem;
        line-height: 2rem; } }

.about {
  background-position: center center;
  background-size: cover; }

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%; }
  @media (max-width: 767px) {
    .about-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .about-box .about-text {
    padding: 0 20px 20px 10px;
    width: 45%; }
    .about-box .about-text p {
      line-height: 1.8; }
    @media (max-width: 767px) {
      .about-box .about-text {
        width: 100%;
        padding: 0 20px 40px 10px; } }
  .about-box .about-list {
    padding: 0 10px 20px 20px;
    width: 55%; }
    @media (max-width: 767px) {
      .about-box .about-list {
        width: 100%;
        padding: 0; } }
  .about-box .list-box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 10;
    background: white;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  .about-box .list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-box .list-head p {
      padding: 3px 0 6px 0; }
  .about-box .list-icon {
    position: absolute;
    width: 128px;
    right: 26px;
    bottom: 20px;
    z-index: -1;
    border-radius: 50%; }
  .about-box .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .about-box .list-item p {
      padding: 6px 0; }
  .about-box .fa-edit {
    color: #d0d0d0;
    position: relative;
    top: 4px;
    padding-right: 4px; }
  .about-box .fa-check-square {
    font-weight: 900;
    padding-right: 10px;
    color: #c6c6c6;
    position: relative;
    top: 6px;
    font-size: 20px; }

.office {
  background-position: center center;
  background-size: cover; }

.office-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%; }
  @media (max-width: 767px) {
    .office-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.about_office-table {
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  width: 80%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  @media (max-width: 767px) {
    .about_office-table {
      width: 100%; } }
  .about_office-table th,
  .about_office-table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    background: #fff;
    letter-spacing: 1px; }
  .about_office-table th {
    background: #3f51b5;
    color: #fff;
    background: #f3f3f3;
    color: #333;
    font-weight: normal; }
  .about_office-table th:first-child {
    width: 160px; }
    @media (max-width: 767px) {
      .about_office-table th:first-child {
        width: 120px; } }
  .about_office-table .represent {
    padding-bottom: 5px;
    margin-bottom: 10px;
    letter-spacing: 2px; }
    .about_office-table .represent::after {
      content: 'Kensaku Kuroda'; }

.profile-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .profile-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.profile-image {
  width: 50%;
  text-align: center;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .profile-image {
      width: 80%;
      margin: 0 auto;
      padding: 0; } }
  .profile-image img {
    width: 85%;
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 70%;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .profile-image img {
        margin-top: 0;
        width: 60%; } }

.profile-name-box {
  margin: 20px 0; }
  .profile-name-box p {
    padding: 5px; }

.profile-name {
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: 2px; }
  .profile-name::after {
    content: 'Kensaku Kuroda / Web Creator'; }

.profile-text {
  width: 80%;
  padding: 20px 20px 20px 50px; }
  @media (max-width: 767px) {
    .profile-text {
      width: 90%;
      margin: 0 auto;
      padding: 40px 0; } }
  .profile-text .sns-info {
    padding: 20px 0; }
    .profile-text .sns-info i {
      padding-right: 10px; }

.skill-box {
  padding: 10px 20px; }
  @media (max-width: 767px) {
    .skill-box {
      padding: 0 20px; } }
  .skill-box .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .skill-box .skill-item {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 20px;
    letter-spacing: 2px; }

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .service-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.service-image {
  text-align: center; }
  .service-image img {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    width: 100px;
    height: 100px; }

.service-item {
  width: calc((100% - 60px) / 3);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  background: white;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .service-item {
      width: 100%; } }
  .service-item:nth-of-type(3n-1) {
    margin: 0 30px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .service-item:nth-of-type(3n-1) {
        margin: 0 0 40px 0; } }

.service-info h3 {
  text-align: center;
  margin: 30px 0;
  padding: 10px 0;
  font-size: 1.6rem;
  letter-spacing: 2px; }

.service-info p {
  font-size: 1.6rem; }

.service-info-comment {
  padding: 20px;
  margin-top: -20px; }

.work-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }

.work-item {
  width: 31%;
  margin-top: 40px;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .work-item {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .work-item:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .work-item .work-image {
    width: 100%;
    position: relative; }
    .work-item .work-image img {
      width: 100%;
      height: 300px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top; }
      @media (max-width: 767px) {
        .work-item .work-image img {
          height: 400px; } }

.image-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  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;
  top: 0; }
  .image-text:hover {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: white; }
  .image-text .work-info {
    position: relative;
    padding: 20px 0; }
    .image-text .work-info p {
      text-align: center;
      padding: 0; }
  .image-text .work-type {
    position: absolute;
    width: 100%;
    padding: 3px 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3); }

.pickup-item-body {
  padding: 20px 0; }
  .pickup-item-body .pickup-item-title {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.6rem; }

.price-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 40px 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

.price-item {
  width: 90%;
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0px;
  font-size: 1.6rem;
  line-height: 2.6rem; }
  @media (max-width: 767px) {
    .price-item {
      padding: 10px 20px; } }
  .price-item .price-menu {
    width: 60%; }
  .price-item .price-value {
    width: 40%;
    padding-left: 20px; }

.price-info {
  width: 90%;
  margin: 40px auto 0;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .price-info {
      width: 100%;
      padding: 0 20px; } }

.contact {
  margin-bottom: 100px; }
  .contact-head {
    padding: 0 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-head h3 {
      font-size: 2.4rem;
      font-weight: bold;
      letter-spacing: 3px; }
      .contact-head h3::first-letter {
        color: #edbb17; }
    .contact-head p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-top: 20px; }
  .contact-body {
    text-align: center; }
  .contact-info {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: bold;
    background: white;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .contact-info-mail {
      margin: 20px;
      background-color: #f3f3f3;
      border-radius: 10px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .contact-info-mail {
          margin: 20px 0; } }
      .contact-info-mail a {
        display: inline-block;
        padding: 20px 40px;
        width: 100%;
        height: 100%;
        letter-spacing: 2px; }
        @media (max-width: 767px) {
          .contact-info-mail a {
            padding: 20px 20px;
            font-size: 1.6rem; } }
        .contact-info-mail a:hover {
          opacity: 0.6; }
      .contact-info-mail .fa-envelope {
        font-size: 1.2em;
        margin-right: 8px;
        position: relative;
        top: 1px; }
    .contact-info-time {
      line-height: 1.6;
      margin: 20px;
      padding: 20px 20px; }
      @media (max-width: 767px) {
        .contact-info-time {
          padding: 20px 0; } }
  .contact-comment {
    margin: 20px 0 0 0; }
    .contact-comment p {
      line-height: 1.8; }

/*
背景                -10
背景マスク          -1
ヘッダー            20
└サブメニュー       25
フローティング      30
ドロワーナビ        40
├トグルボタン       41
└サブメニュー       42
about-list          10
└アイコン           -1
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6em; }
  body p {
    line-height: 2.4rem;
    padding-bottom: 20px;
    letter-spacing: 2px; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center; }
  body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.75); }

.container {
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  word-wrap: break-word; }

.container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .container__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

#primary {
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  border: 1px solid #ddd; }
  @media (max-width: 767px) {
    #primary {
      max-width: 100%;
      width: 100%; } }

#secondary {
  max-width: 300px;
  margin-left: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: auto;
  border: 1px solid #ddd; }
  @media (max-width: 767px) {
    #secondary {
      margin-top: 40px;
      margin-left: 0;
      width: 100%;
      max-width: 100%; } }

.side-section {
  width: 100%;
  padding: 20px; }
  .side-section h3,
  .side-section .widget-title {
    font-size: 1.8rem;
    background-color: aliceblue;
    padding: 10px;
    margin-bottom: 20px; }
  .side-section img {
    padding-bottom: 10px;
    width: 100%;
    height: auto; }

.page-text {
  -webkit-box-shadow: 6px 6px 10px #ddd;
  box-shadow: 6px 6px 10px #ddd; }

a {
  text-decoration: none;
  color: #333; }

.active-nav {
  color: #edbb17; }

#about,
#office,
#profile,
#service,
#price,
#works,
#pickup,
#entrylist,
#contact {
  margin-top: -120px;
  padding-top: 200px; }
  @media (max-width: 767px) {
    #about,
    #office,
    #profile,
    #service,
    #price,
    #works,
    #pickup,
    #entrylist,
    #contact {
      margin-top: -80px;
      padding-top: 160px; } }

.floating {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #edbb17;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 30; }

.floating a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

.floating a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.section-title {
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 5px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300; }
  .section-title::first-letter {
    color: #edbb17; }
  .section-title::after {
    width: 60px;
    background-color: #edbb17;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sub-title {
  padding: 20px 0 20px 0;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 2px; }
  .sub-title::first-letter {
    color: #edbb17; }

.btn-link {
  margin: 30px 0 40px 0;
  padding: 15px 60px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 2px; }
  .btn-link:hover {
    opacity: 0.7; }

.breadcrumb {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  margin: 20px 0 0 0; }
  .breadcrumb a {
    letter-spacing: 2px; }
    .breadcrumb a:hover {
      color: #edbb17; }
  .breadcrumb .home::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin: 0 5px; }

.pagenation {
  margin: 60px 0;
  text-align: center; }
  .pagenation .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff; }
    .pagenation .page-numbers:hover {
      opacity: 0.7; }
  .pagenation .current {
    background-color: #edbb17;
    color: #fff; }

.sns-button {
  margin: 20px 0;
  padding: 20px 10px; }
  .sns-button .sns-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sns-button .sns-item {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    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;
    width: 30px;
    height: 30px;
    margin-right: 20px; }
    .sns-button .sns-item img {
      width: 94%;
      height: 94%; }
  .sns-button .twitter {
    color: #1da1f2; }
  .sns-button .facebook {
    color: #315096; }
  .sns-button .line {
    color: #00c300; }
  .sns-button .pocket {
    color: #ef4056; }

header {
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #fff; }

.header-border {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff; }

.header-box {
  height: 80px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; }

.header-top {
  background-color: #ffbf48;
  margin: 0 calc(50% - 50vw);
  width: 100vw; }

.header-logo {
  min-width: 320px;
  padding: 10px 0; }
  .header-logo a {
    display: inline-block;
    width: 500px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 3.2rem;
    line-height: 7.0rem;
    letter-spacing: 3px; }
    .header-logo a::first-letter {
      color: #edbb17; }
    @media (max-width: 767px) {
      .header-logo a {
        font-size: 2.8rem;
        line-height: 2.8rem; } }
    .header-logo a img {
      width: 56px;
      height: auto; }

.header-description {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 2px; }
  @media (max-width: 767px) {
    .header-description {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .gnav {
    display: none; } }

.gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 20px 0; }
  .gnav .gnav-list .menu-item {
    text-align: center;
    display: block; }
    .gnav .gnav-list .menu-item:not(:last-of-type) {
      border-right: 1px solid #d0d0d0; }
    .gnav .gnav-list .menu-item a {
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: 2px;
      display: block;
      padding: 0px 15px; }
      .gnav .gnav-list .menu-item a:hover {
        color: #edbb17; }
      .gnav .gnav-list .menu-item a:focus {
        outline: none; }

.gnav .sub-menu {
  display: none;
  position: relative; }

.gnav .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  margin-left: -54px;
  padding: 20px;
  border: 1px solid #ddd; }
  .gnav .menu-item-has-children:hover .sub-menu .menu-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .gnav .menu-item-has-children:hover .sub-menu .menu-item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 20px; }

.dnav {
  display: block;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  /* 初期状態でサブメニューを非表示にしておく */
  /* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */ }
  .dnav.open {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .dnav-toggle {
    display: none;
    cursor: pointer; }
    @media (max-width: 767px) {
      .dnav-toggle {
        display: block;
        position: absolute;
        top: 14px;
        right: 20px;
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s; }
        .dnav-toggle.open {
          z-index: 41; }
        .dnav-toggle-icon {
          position: relative;
          display: block;
          height: 4px;
          width: 26px;
          background: #333;
          -webkit-transition: ease 0.5s;
          -o-transition: ease 0.5s;
          transition: ease 0.5s; }
          .dnav-toggle-icon:nth-child(1) {
            top: 0; }
          .dnav-toggle-icon:nth-child(2) {
            margin: 4px 0; }
          .dnav-toggle-icon:nth-child(3) {
            top: 0; }
          .dnav-toggle-icon.open {
            margin: 0;
            border-radius: 2px; }
            .dnav-toggle-icon.open:nth-child(1) {
              top: 9px;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            .dnav-toggle-icon.open:nth-child(2) {
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              opacity: 0; }
            .dnav-toggle-icon.open:nth-child(3) {
              top: 1px;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); } }
  .dnav .dnav-list {
    list-style: none;
    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;
    position: absolute;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .dnav .dnav-list.open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .dnav .menu-item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2.6rem;
    line-height: 2.6rem; }
    .dnav .menu-item:last-child {
      margin-bottom: 0; }
  .dnav a {
    display: block; }
    .dnav a:hover {
      color: #edbb17; }
    .dnav a:focus {
      outline: none; }
  .dnav .sub-menu {
    display: none;
    position: relative; }
  .dnav .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 42;
    background-color: rgba(255, 255, 255, 0.9);
    width: 240px;
    margin: 0 0 0 60px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-left: 30px; }
    .dnav .menu-item-has-children:hover .sub-menu .menu-item {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 0;
      margin: 0;
      font-size: 2.0rem;
      line-height: 2.0rem; }
      .dnav .menu-item-has-children:hover .sub-menu .menu-item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 7px 0; }

.footer-box {
  border-top: 1px solid #e0e0e0;
  background-color: #fff; }
  .footer-box .footer-nav {
    padding: 40px 0; }
  .footer-box .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-box .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer-box .menu-item {
    padding: 10px 15px;
    text-align: center; }
    .footer-box .menu-item a {
      font-size: 1.8rem; }
      .footer-box .menu-item a:hover {
        color: #edbb17; }
      .footer-box .menu-item a:focus {
        outline: none; }
  .footer-box .copyright {
    text-align: center;
    font-size: 1.4rem;
    margin: 10px 0;
    padding: 10px; }
  .footer-box span {
    color: #edbb17; }

.entry {
  word-wrap: break-word; }
  .entry img {
    width: 100%;
    height: auto; }
  .entry-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    background-color: #edbb17;
    padding: 6px 10px;
    font-size: 1.4rem; }
    .entry-label a {
      color: #fff; }
      .entry-label a:hover {
        opacity: 0.6; }
  .entry-title {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 3.6rem; }
  .entry-meta {
    margin: 20px 0 10px 0;
    line-height: 2.4rem; }
  .entry-published {
    margin-right: 40px; }
    .entry-published::before {
      content: "\f073";
      font-family: "Font Awesome 5 Free", sans-serif;
      font-weight: 400;
      margin-right: 6px; }
  .entry-updated::before {
    content: "\f1da";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    margin-right: 6px; }
  .entry-img {
    width: 100%; }
    .entry-img img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .entry-body {
    margin: 20px 0 60px 0; }
    .entry-body h2 {
      font-size: 2.4rem;
      line-height: 3rem;
      font-weight: bold;
      margin: 30px 0 20px 0;
      background-color: #acddf9;
      padding: 10px; }
    .entry-body h3 {
      font-size: 2.2rem;
      line-height: 2.8rem;
      font-weight: bold;
      margin: 10px;
      border-bottom: 3px solid lightskyblue;
      padding: 10px; }
    .entry-body h4 {
      font-size: 2rem;
      font-weight: bold;
      margin: 10px 0;
      border-left: 5px solid lightskyblue;
      padding: 6px 10px; }
    .entry-body p {
      line-height: 3rem;
      padding: 10px; }
    .entry-body a {
      font-weight: bold; }
      .entry-body a:hover {
        opacity: 0.7; }
  .entry-links {
    margin: 60px 0;
    text-align: center; }
    .entry-links .post-page-numbers {
      display: inline-block;
      margin: 0 5px;
      padding: 10px 10px;
      border: 1px solid #ccc; }
    .entry-links .current {
      background-color: #edbb17;
      color: #fff; }
  .entry-tag-items {
    border-top: 1px solid #d0d0d0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0; }
  .entry-tag-head {
    background: #edbb17;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 6px 15px 4px; }
    .entry-tag-head::before {
      content: "\f02b";
      font-family: "Font Awesome 5 Free", sans-serif;
      font-weight: 900;
      margin-right: 4px; }
  .entry-tag-item {
    margin-bottom: 10px;
    margin-right: 15px; }
    .entry-tag-item:last-child {
      margin-right: 0; }
    .entry-tag-item a {
      border: 1px solid #ccc;
      border-radius: 3px;
      display: block;
      font-size: 14px;
      padding: 6px 18px 5px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .entry-tag-item a:hover {
        border: 1px solid #edbb17;
        color: #edbb17; }
  .entry-related {
    margin-top: 20px; }
    .entry-related .related-title {
      font-size: 2.4rem;
      font-weight: bold; }
    .entry-related .related-title {
      font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 22px; }
    .entry-related .related-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .entry-related .related-item {
      display: block;
      margin-bottom: 21px;
      margin-right: 18px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: calc(25% - 18px * 3 / 4); }
    .entry-related .related-item:hover {
      opacity: 0.6; }
    .entry-related .related-item:nth-child(4n) {
      margin-right: 0; }
    .entry-related .related-item-img {
      margin-bottom: 10px;
      text-align: center; }
      .entry-related .related-item-img img {
        width: 100%;
        height: auto; }
    .entry-related .related-item-title {
      font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.57143; }

.archive-head {
  padding: 10px 0 0; }

.archive-lead {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px; }

.archive-title {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin-bottom: 18px; }

.archive-title.m_category::before {
  color: #edbb17;
  content: "\f15c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px; }

.archive-title.m_search span {
  color: #edbb17; }

.archive-title.m_search::before {
  color: #edbb17;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px; }

.archive-description {
  font-size: 14px;
  line-height: 1.4; }

.notfound-box {
  width: 100%;
  height: 600px;
  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;
  border: 1px solid #ddd;
  margin: 0 auto 0;
  background-color: #fff; }
  .notfound-box .notfound-title {
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: bold; }
  .notfound-box .btn-notfound {
    display: block;
    width: 120px;
    font-size: 1.6rem;
    line-height: 2rem;
    border: 1px solid #d0d0d0;
    background-color: #f9f9f9;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 60px; }
    .notfound-box .btn-notfound:hover {
      color: #edbb17;
      opacity: 0.7; }

.search-form {
  position: relative; }

.search-field {
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  outline: none;
  border: 1px solid #d0d0d0;
  border-radius: none; }

.search-submit {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e2e2e2;
  font-size: 26px;
  position: absolute;
  right: 0px;
  top: 3px;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  padding: 5px;
  border: none; }

.fa-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.category-list__item {
  display: block;
  padding: 6px 10px; }
  .category-list__item a:hover {
    opacity: 0.7; }

.sub-category {
  padding: 6px 10px 6px 30px; }

.widget_archive li {
  text-align: right;
  padding: 10px 5px; }

.wpcf7-text {
  margin-bottom: 20px; }

.required {
  color: #fff;
  margin-left: 20px;
  padding: 2px 10px;
  background-color: #f92931;
  background-color: #edbb17;
  border-radius: 5px;
  letter-spacing: 1px; }

.wpcf7-form label {
  font-weight: 600; }

.wpcf7 form p:nth-last-of-type(1) {
  padding: 0; }

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px; }

input[type="submit"] {
  -webkit-appearance: none; }

input.wpcf7-form-control.wpcf7-submit {
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  margin: 40px auto 0 auto;
  padding: 10px 80px;
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600; }
  input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7; }
  input.wpcf7-form-control.wpcf7-submit:hover, input.wpcf7-form-control.wpcf7-submit:focus {
    outline: none; }
  input.wpcf7-form-control.wpcf7-submit::-moz-foucus-inner {
    border: none;
    padding: 0; }

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600; }

span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-bottom: 20px; }

.wpcf7-response-output.wpcf7-validation-errors {
  padding: 20px; }

div.wpcf7-response-output {
  margin: 50px 0 40px 0; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  line-height: 2.4rem; }

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #29ac38; }

.entry.post-17,
.entry.post-48 {
  padding: 60px 60px 0 60px; }
  @media (max-width: 767px) {
    .entry.post-17,
    .entry.post-48 {
      padding: 60px 0 0 0; } }
  .entry.post-17 .entry-title,
  .entry.post-48 .entry-title {
    margin-bottom: 60px;
    text-align: center; }
  .entry.post-17 .entry-meta,
  .entry.post-48 .entry-meta {
    display: none; }
  .entry.post-17 .sns-button,
  .entry.post-48 .sns-button {
    display: none; }

div.screen-reader-response {
  display: none; }

.wpp_featured {
  width: 100%;
  height: auto; }

.wpp_def_no_src {
  -o-object-fit: contain !important;
  object-fit: contain !important; }

.wpp-list-item {
  margin-bottom: 20px !important; }
  .wpp-list-item a {
    line-height: 2.2rem;
    display: block; }

.rpwe-block img {
  width: 100%;
  height: 200px; }

.rpwe-block li {
  border-bottom: none !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none; }

.rpwe-time {
  color: #bbb;
  font-size: 11px;
  padding-left: 10px; }

.wpost-item {
  display: block;
  margin-bottom: 20px; }

.wpost-item-title {
  line-height: 2rem; }
