@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

#container {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 2.2;
  color: #353535;
  min-width: 1300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container {
    font-size: 1.3rem;
    min-width: 320px;
  }
}

a {
  text-decoration: none;
  word-break: break-word;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*
::selection {
	background-color: #;
	color: #;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
  vertical-align: middle;
}

button {
  line-height: 1.7;
  cursor: pointer;
}

ol, ul {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: left;
}

.ophv {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ophv:hover {
  opacity: 0.6;
  text-decoration: none;
}

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

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

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
header .fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}
header .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  header .inner {
    padding: 10px;
    position: relative;
  }
}
header .logo {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  header .logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  header .logo img {
    width: 100px;
  }
}
header #gnav {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  header #gnav {
    display: none;
  }
}
header #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header #gnav ul li {
  font-size: 15px;
  margin-right: 50px;
}
header #gnav ul li:last-child {
  margin-right: 0;
}
header #gnav ul li a {
  color: #353535;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header #gnav ul li a:hover {
  color: #426b59;
}
header #gnav-btn {
  display: none;
  width: 45px;
  height: 45px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 0;
}
@media screen and (max-width: 768px) {
  header #gnav-btn {
    display: block;
  }
}
header #gnav-btn span,
header #gnav-btn span:before,
header #gnav-btn span:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin: auto;
  border-radius: 3px;
  background-color: #353535;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header #gnav-btn span:before {
  bottom: 20px;
}
header #gnav-btn span:after {
  top: 20px;
}
header #gnav-btn.open span {
  background-color: rgba(255, 255, 255, 0);
}
header #gnav-btn.open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #gnav-btn.open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header #gnav-sp {
  display: none;
  background-color: #426b59;
  width: 100%;
  position: absolute;
  z-index: 999;
  z-index: 1;
  left: 0;
}
@media screen and (max-width: 768px) {
  header #gnav-sp {
    display: none;
  }
}
header #gnav-sp ul li {
  border-bottom: 1px solid #fff;
}
header #gnav-sp ul li a {
  display: block;
  font-size: 13px;
  padding: 10px 20px;
  color: #fff;
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
footer {
  background-color: #eee;
}
footer .nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 40px;
}
@media screen and (max-width: 768px) {
  footer .nav-area {
    display: block;
    padding: 40px 10px;
  }
}
footer .logo {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 20px;
  }
}
footer .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .nav ul li {
  border-right: 1px solid #353535;
  font-size: 12px;
  line-height: 1.2;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  footer .nav ul li {
    margin-bottom: 10px;
  }
}
footer .nav ul li:last-child {
  border-right: none;
}
footer .nav ul li a {
  color: #353535;
}
footer .copyright {
  border-top: 1px solid #dadada;
  font-size: 11px;
  text-align: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
    padding: 10px;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

/*--------------------------------------------------
Form
--------------------------------------------------*/
.form table th, .form table td {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form table th, .form table td {
    display: block;
  }
}
.form table th {
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  width: 240px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .form table th {
    text-align: left;
    padding-bottom: 0;
  }
}
.form .required {
  float: left;
}
@media screen and (max-width: 768px) {
  .form .required {
    float: none;
    margin-left: 10px;
  }
}
.form .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.form .row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.form .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form .address-list {
    display: block;
  }
}
.form .address-list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form .address-list li {
    width: auto;
  }
}
.form .address-list label {
  display: block !important;
  margin-right: 50px;
}
.form .address-list label:first-child {
  margin-bottom: 10px !important;
}
.form label {
  cursor: pointer;
}
.form [type=text], .form [type=email], .form [type=tel] {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  max-width: 290px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.form [type=number] {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  max-width: 120px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.form select {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 3px;
}
.form textarea {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  max-width: 860px;
  width: 100%;
  height: 120px;
  padding: 3px;
}
.form ::-webkit-input-placeholder {
  color: #ccc;
}
.form ::-moz-placeholder {
  color: #ccc;
}
.form :-ms-input-placeholder {
  color: #ccc;
}
.form ::-ms-input-placeholder {
  color: #ccc;
}
.form ::placeholder {
  color: #ccc;
}
.form .privacy {
  margin: 2em 0;
}
.form .privacy .privacy-head {
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .form .privacy .privacy-head {
    padding: 10px;
  }
}
.form .privacy .privacy-body {
  border-bottom: 1px solid #ccc;
  height: 240px;
  padding: 20px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .form .privacy .privacy-body {
    height: 200px;
    padding: 10px;
  }
}
.form .privacy dl {
  margin: 2em 0;
}
.form .privacy dl div {
  margin-bottom: 2em;
}
.form .privacy dl dt {
  font-weight: bold;
  color: #dd3333;
}
.form .agree {
  text-align: center;
  margin: 2em 0;
}
.form .btn {
  max-width: 320px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .form .btn {
    max-width: 275px;
  }
}
.form .btn button, .form .btn input {
  display: block;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(#fff, #dfdfdf);
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form .btn button, .form .btn input {
    font-size: 13px;
    padding: 15px;
  }
}
.form .btn button:hover, .form .btn input:hover {
  opacity: 0.7;
}

div.cf-turnstile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*----------------------------------------------------
 トップ
----------------------------------------------------*/
.p-top #pagehead img {
  width: 100%;
}
.p-top .section01 .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .inner {
    padding: 40px 10px;
  }
}
.p-top .section01 .secttl {
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.p-top .section01 .secttl .en {
  display: inline-block;
  border: 1px solid #353535;
  font-size: 28px;
  margin: 0 auto 30px;
  padding: 3px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .secttl .en {
    font-size: 16px;
  }
}
.p-top .section01 .secttl .en::before {
  content: "";
  display: block;
  background-color: #353535;
  width: 1px;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
.p-top .section01 .secttl .jp {
  display: block;
  font-size: 14px;
}
.p-top .section01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .section01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top .section01 ul li {
    width: 47.8%;
    margin-bottom: 20px;
  }
}
.p-top .section01 .cat {
  display: inline-block;
  border: 1px solid #69a088;
  font-size: 14px;
  color: #69a088;
  margin-top: 10px;
  padding: 3px 10px;
}
.p-top .section01 .btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .btn {
    margin-top: 20px;
  }
}
.p-top .section01 .btn a {
  display: block;
  background-color: #69a088;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 220px;
  margin: auto;
  padding: 8px 30px;
}
.p-top .section02 {
  background-color: #eee;
}
.p-top .section02 .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .inner {
    padding: 40px 10px;
  }
}
.p-top .section02 .secttl {
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.p-top .section02 .secttl .en {
  display: inline-block;
  border: 1px solid #353535;
  font-size: 28px;
  margin: 0 auto 30px;
  padding: 3px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .secttl .en {
    font-size: 16px;
  }
}
.p-top .section02 .secttl .en::before {
  content: "";
  display: block;
  background-color: #353535;
  width: 1px;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
.p-top .section02 .secttl .jp {
  display: block;
  font-size: 14px;
}
.p-top .section02 .slick-prev {
  width: 24px;
  height: 42px;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .slick-prev {
    left: 0;
  }
}
.p-top .section02 .slick-next {
  width: 24px;
  height: 42px;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .slick-next {
    right: 0;
  }
}
.p-top .section02 .ttl {
  font-size: 14px;
  margin-bottom: 20px;
}
.p-top .section02 figure {
  display: block;
  margin: auto;
  text-align: center;
}
.p-top .section02 figure img {
  display: inline !important;
}
.p-top .section02 .btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .btn {
    margin-top: 20px;
  }
}
.p-top .section02 .btn a {
  display: block;
  background-color: #69a088;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 220px;
  margin: auto;
  padding: 8px 30px;
}
.p-top .section03 .inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .inner {
    padding: 40px 10px;
  }
}
.p-top .section03 .secttl {
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.p-top .section03 .secttl .en {
  display: inline-block;
  border: 1px solid #353535;
  font-size: 28px;
  margin: 0 auto 30px;
  padding: 3px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .secttl .en {
    font-size: 16px;
  }
}
.p-top .section03 .secttl .en::before {
  content: "";
  display: block;
  background-color: #353535;
  width: 1px;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
.p-top .section03 .secttl .jp {
  display: block;
  font-size: 14px;
}
.p-top .section03 .article-area {
  padding-right: 50px;
  height: 360px;
  overflow-y: scroll;
}
.p-top .section03 article {
  border-top: 1px solid #c8c8c8;
  padding: 20px 0;
}
.p-top .section03 article .article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section03 article .article-head {
    display: block;
  }
}
.p-top .section03 article .date {
  margin-right: 30px;
  color: #7d7d7d;
}
@media screen and (max-width: 768px) {
  .p-top .section03 article .date {
    margin-right: 0;
  }
}
.p-top .section04 {
  background-color: #426b59;
  color: #fff;
}
.p-top .section04 .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .inner {
    padding: 40px 10px;
  }
}
.p-top .section04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .section04 ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top .section04 ul li {
    margin-bottom: 40px;
  }
}
.p-top .section04 ul li:last-child {
  margin-bottom: 0;
}
.p-top .section04 .txt-area {
  margin-top: 10px;
}
.p-top .section04 .txt-area .en {
  font-size: 15px;
}
.p-top .section04 .txt-area .jp {
  display: block;
  font-size: 14px;
}
.p-top .section05 {
  background-image: url(../img/top/foot_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.p-top .section05:hover {
  -webkit-filter: sepia(60%);
          filter: sepia(60%);
}
.p-top .section05 a {
  display: block;
  color: #131313;
}
.p-top .section05 .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .inner {
    padding: 40px 10px;
  }
}
.p-top .section05 .ttl {
  font-family: kozuka-mincho-pro, serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .ttl {
    font-size: 16px;
  }
}
.p-top .section05 .txt {
  font-family: kozuka-mincho-pro, serif;
  font-size: 14px;
  text-align: center;
}
.p-top .section05 .fb {
  text-align: center;
  margin-top: 50px;
}

/*----------------------------------------------------
 下層共通
----------------------------------------------------*/
.p-low .secttl {
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-low .secttl {
    margin: 50px 0;
  }
}
.p-low .secttl .en {
  display: inline-block;
  border: 1px solid #353535;
  font-size: 28px;
  min-width: 230px;
  margin: 0 auto 30px;
  padding: 3px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-low .secttl .en {
    font-size: 16px;
  }
}
.p-low .secttl .en::before {
  content: "";
  display: block;
  background-color: #353535;
  width: 1px;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
.p-low .secttl .jp {
  display: block;
  font-size: 14px;
}
.p-low .subttl {
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.p-low .subttl .en {
  display: inline-block;
  border: 1px solid #353535;
  font-size: 16px;
  margin-right: 30px;
  padding: 6px 30px;
  position: relative;
}
.p-low .subttl .en::before {
  content: "";
  display: block;
  background-color: #353535;
  width: 22px;
  height: 1px;
  margin: auto;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
}
.p-low .subttl .jp {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-low .subttl .jp {
    display: block;
    margin-top: 10px;
  }
}
.p-low .section .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p-low .section .inner {
    padding: 0 10px;
  }
}
.p-low .section:last-child {
  margin-bottom: 100px;
}

/*----------------------------------------------------
 ギャラリー
----------------------------------------------------*/
.p-gallery .section .inner {
  max-width: 1300px;
  margin: 0 auto 70px;
  padding-bottom: 70px;
}
.p-gallery .section .cat-list {
  margin-bottom: 60px;
}
.p-gallery .section .cat-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-gallery .section .cat-list ul li {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-gallery .section .cat-list ul li {
    padding: 0 10px;
  }
}
.p-gallery .section .cat-list ul li::before {
  content: "/";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.2em;
}
.p-gallery .section .cat-list ul li a {
  color: #353535;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-gallery .section .cat-list ul li a {
    padding-bottom: 0;
  }
}
.p-gallery .section .cat-list ul li.current a {
  border-bottom: 1px solid #69a088;
}
.p-gallery .section .gallery-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-gallery .section .gallery-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-gallery .section .gallery-list ul li {
  margin: 0 18px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-gallery .section .gallery-list ul li {
    width: 47.8%;
    margin: 0 0 20px;
  }
}
.p-gallery .section .gallery-list ul li:nth-child(4n) {
  margin-right: 0;
}

/*----------------------------------------------------
 プロフィール
----------------------------------------------------*/
.p-profile .section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-profile .section .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-profile .section figure {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-profile .section .txt-area {
  max-width: 640px;
  width: 100%;
}
.p-profile .section .name {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-profile .section .name {
    margin-bottom: 20px;
  }
}
.p-profile .section .name .jp {
  display: block;
  font-size: 2.8rem;
}
.p-profile .section .name .en {
  font-size: 1.3rem;
}
.p-profile .section table {
  margin-top: 30px;
}
.p-profile .section table th {
  vertical-align: top;
  width: 70px;
}

/*----------------------------------------------------
 事務所概要
----------------------------------------------------*/
.p-office .section01 table tr:nth-child(odd) {
  background-color: #eee;
}
.p-office .section01 table th, .p-office .section01 table td {
  padding: 15px 20px;
}
.p-office .section01 table th {
  vertical-align: top;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-office .section01 table th {
    width: 100px;
  }
}
.p-office .section02 .map iframe {
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 768px) {
  .p-office .section02 .map iframe {
    height: 200px;
  }
}
.p-office .section02 .access {
  margin-top: 30px;
  padding-left: 50px;
  background-image: url(../img/office/pin.png);
  background-repeat: no-repeat;
  background-position: top 4px left 20px;
}
.p-office .section02 dl {
  padding-left: 50px;
}
.p-office .section02 dl dt {
  font-weight: bold;
  margin-top: 30px;
}

/*----------------------------------------------------
 写真の貸出
----------------------------------------------------*/
.p-rental .section .cap {
  margin-bottom: 50px;
}
.p-rental .section .subsec {
  margin-bottom: 50px;
}
.p-rental .section .ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  border: 1px solid #353535;
  min-width: 150px;
  margin-bottom: 30px;
  padding: 3px;
}
.p-rental .section ol {
  counter-reset: list-count;
  list-style: none;
  padding-left: 20px;
  text-indent: -20px;
}
.p-rental .section ol > li::before {
  content: counter(list-count) ". ";
  counter-increment: list-count;
  font-weight: bold;
}
.p-rental .section table {
  width: auto;
}
.p-rental .section table th, .p-rental .section table td {
  border: 1px solid #b3b3b3;
  padding: 10px 14px;
}
.p-rental .section table th {
  font-weight: normal;
  width: 450px;
}
.p-rental .section table td {
  background-color: #eee;
}

/*----------------------------------------------------
 写真展･掲載誌
----------------------------------------------------*/
.p-history .section01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-history .section01 .flex {
    display: block;
  }
}
.p-history .section01 .flex figure {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-history .section01 .flex figure {
    margin-top: 40px;
  }
}
.p-history .section01 table {
  max-width: 750px;
}
.p-history .section01 table th, .p-history .section01 table td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.p-history .section01 table th {
  font-weight: normal;
}
.p-history .section01 table th:first-child {
  text-align: right;
  width: 120px;
  padding-right: 1em;
}
.p-history .section01 table th span {
  float: left;
}
.p-history .section02 table {
  max-width: 750px;
}
.p-history .section02 table th, .p-history .section02 table td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.p-history .section02 table th {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-history .section02 table th {
    width: 60%;
  }
}
.p-history .section02 table td a {
  color: #69a088;
}
.p-history .section02 .txt {
  margin-top: 50px;
}

/*----------------------------------------------------
 写真の貸出
----------------------------------------------------*/
.p-print .section .catch {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-print .section .catch {
    text-align: left;
    margin-bottom: 40px;
  }
}
.p-print .section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-print .section .flex {
    display: block;
  }
}
.p-print .section .item {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-print .section .item {
    margin-bottom: 40px;
  }
}
.p-print .section .item figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-print .section .item figure {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-print .section .subsec {
    margin-bottom: 40px;
  }
}
.p-print .section .subsec .ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  border: 1px solid #353535;
  min-width: 150px;
  margin-bottom: 30px;
  padding: 3px;
}
.p-print .section .subsec ul {
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
}
.p-print .section .subsec table {
  max-width: 540px;
  width: 100%;
}
.p-print .section .subsec table th, .p-print .section .subsec table td {
  border: 1px solid #b3b3b3;
  padding: 10px 14px;
}
.p-print .section .subsec table th {
  font-weight: normal;
  text-align: center;
  width: 120px;
}
.p-print .section .subsec table td:last-child {
  background-color: #eee;
  text-align: center;
}

/*----------------------------------------------------
 写真集
----------------------------------------------------*/
.p-album .main-slider {
  background-color: #eee;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-album .main-slider {
    padding: 20px 0 40px;
  }
}
.p-album .main-slider .inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.p-album .main-slider .slick-prev {
  width: 24px;
  height: 42px;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-album .main-slider .slick-prev {
    left: 0;
  }
}
.p-album .main-slider .slick-next {
  width: 24px;
  height: 42px;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-album .main-slider .slick-next {
    right: 0;
  }
}
.p-album .main-slider .ttl {
  font-size: 14px;
  margin-bottom: 20px;
}
.p-album .main-slider figure {
  display: block;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-album .main-slider figure {
    width: 50%;
  }
}
.p-album .main-slider figure img {
  display: inline !important;
}
.p-album .detail {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .p-album .detail {
    padding: 40px 0;
  }
}
.p-album .detail .ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-album .detail .ttl {
    margin-bottom: 20px;
  }
}
.p-album .detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-album .detail .flex {
    display: block;
  }
}
.p-album .detail figure {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-album .detail figure {
    margin-bottom: 20px;
  }
}
.p-album .detail figure img {
  display: inline;
}
.p-album .detail .txt-area {
  max-width: 730px;
  width: 100%;
}
.p-album .detail .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-album .detail .img-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-album .detail .img-area figure {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-album .detail .img-area figure {
    width: 47.8%;
    margin: 0 0 10px 0;
  }
}
.p-album .detail .img-area figure:nth-child(4n) {
  margin-right: 0;
}
.p-album .order .ttl {
  background-color: #69a088;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .p-album .order .ttl {
    padding: 10px;
  }
}
.p-album .order .ttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 30px;
  margin-right: 20px;
  background-image: url(../img/album/ico_order.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------------------
 お問い合わせ
----------------------------------------------------*/
.p-contact .section01 .tel {
  display: inline-block;
  border: 1px solid #69a088;
  font-size: 14px;
  font-weight: bold;
  color: #69a088;
  margin: 20px 0 30px;
  padding: 12px 20px;
}
.p-contact .section01 .tel a {
  color: #69a088;
}
.p-contact .section01 .box {
  background-color: #eee;
  border: 1px solid #a6a6a6;
  margin-bottom: 80px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box {
    margin-bottom: 40px;
    padding: 10px;
  }
}
.p-contact .privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact .privacy dl dt {
  font-weight: bold;
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */