@charset "UTF-8";
@font-face {
  font-family: "utsukushi";
  src: url("../fonts/UtsukushiMincho.woff") format("woff");
}

.mediaset .btn a, .linkset a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 50px 5px 20px;
  padding-right: 57px;
  border: 1px solid #735e1c;
  background: url(../images/btn-arrow.png) no-repeat right 20px center;
  color: #735e1c;
  font-family: "utsukushi", serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

.mediaset .btn a:hover, .linkset a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mediaset .btn a, .linkset a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    padding-right: 31px;
    min-height: 40px;
    background-size: 28px;
    background-position: right 10px center;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 40px;
  padding: 0 10px;
}

#pagetitle h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 310px;
  background: url(../images/pagetitle-br.png) no-repeat right 14px bottom -9px;
  color: #fff;
  font-family: 'BIZ UDMincho', serif;
  font-size: 52px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
}

#pagetitle h1 small {
  display: block;
  color: #fff;
  font-family: "utsukushi", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  #pagetitle h1 {
    flex-direction: column;
    height: 200px;
    background-position: right 0 bottom -5px;
    background-size: 150px;
    font-size: 28px;
    line-height: 1.4;
  }
  #pagetitle h1 small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  font-size: 13px;
}

/* ----------------------------------------------
heading1
------------------------------------------------- */
.heading1 {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.heading1 h2 {
  padding-top: 60px;
  background: url(../images/heading-h.png) no-repeat center top;
  color: #2c2c2c;
  font-family: "utsukushi", serif;
  font-size: 34px;
  letter-spacing: 0.05em;
  text-align: center;
}

.heading1 h2 small {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .heading1 h2 {
    padding-top: 50px;
    background-size: 28px;
    font-size: 28px;
  }
  .heading1 h2 small {
    font-size: 13px;
  }
}

/* ----------------------------------------------
heading2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.heading2 p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-left: 52px;
  background: url(../images/heading2.png) no-repeat left top;
  font-family: "utsukushi", serif;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.heading2 p small {
  margin-left: 20px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .heading2 p {
    font-size: 24px;
  }
  .heading2 p small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
heading3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.heading3 p {
  padding: 9px 20px 7px;
  background: #e5e5e5;
  font-family: "utsukushi", serif;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .heading3 p {
    font-size: 20px;
  }
}

/* ----------------------------------------------
heading4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.heading4 p {
  position: relative;
  display: inline-block;
  padding: 0 20px 3px;
  font-family: "utsukushi", serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.heading4 p::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  z-index: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #735e1c;
}

@media (max-width: 767px) {
  .heading4 p {
    font-size: 16px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  line-height: 1.6;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.tableset table {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.tableset th,
.tableset thead td,
.tableset thead th {
  white-space: nowrap;
}

.tableset.type-normal th,
.tableset.type-normal td {
  border-bottom: 1px solid #e5e5e5;
  padding: 45px 20px 15px 20px;
}

.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  color: #735e1c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.tableset.type-normal td {
  font-size: 16px;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll table {
  border-collapse: separate;
  border-spacing: 10px;
}

.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 15px 0px 5px 0px;
  font-size: 14px;
}

.tableset.type-scroll thead td,
.tableset.type-scroll thead th,
.tableset.type-scroll tbody th {
  border-bottom: 1px solid #2c2c2c;
  color: #735e1c;
  font-weight: bold;
}

.tableset.type-scroll thead th {
  border: none;
}

.tableset.type-scroll thead td {
  text-align: center;
}

.tableset.type-scroll tbody td {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    font-size: 14px;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-normal th {
    padding: 20px 10px 10px;
  }
  .tableset.type-normal td {
    padding: 10px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.mediaset .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset .btn {
  max-width: 220px;
  margin-left: auto;
  margin-top: 40px;
  text-align: right;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 42%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  flex: 1;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4%;
}

.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4%;
}

.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}

.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}

.mediaset.img-small .imgbox {
  width: 286px;
  margin-right: 40px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  flex: 1;
}

.mediaset.img-small .text {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 10px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.calloutset .text {
  font-size: 16px;
  line-height: 1.5;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col3 .block {
  width: 31%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 16px;
  }
  .calloutset .text {
    font-size: 14px;
  }
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.linkset.notLast {
  margin-bottom: 30px;
}

.linkset ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linkset.col4 li {
  width: 22%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 4%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 45px 20px 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #E4E4E4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #735e1c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  font-size: 16px;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  max-width: 220px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    padding: 20px 10px 10px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    padding: 10px;
    font-size: 14px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    max-width: 280px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 34px 0;
  border: 1px solid #e5e5e5;
}

.listset ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.listset li:before {
  flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #b09d60;
  content: "";
}

.listset li:nth-child(n + 3) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 7px;
  }
}

@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  padding-top: 50px;
}

.badgeflow.notLast {
  margin-bottom: 40px;
}

.badgeflow .imgbox {
  position: relative;
  width: 40%;
  min-width: 340px;
  margin-right: 4%;
  padding-left: 50px;
}

.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}

.badgeflow .txtbox {
  flex: 1;
}

.badgeflow .badge {
  position: absolute;
  top: -50px;
  left: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #284b8f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.badgeflow .text {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    min-width: 0;
    margin: 0 auto 20px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.flowset.notLast {
  margin-bottom: 40px;
}

.flowset .block {
  width: 30%;
}

.flowset .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

.flowset .block:nth-child(n + 4) {
  margin-top: 40px;
}

.flowset .block:nth-child(3n + 1) .image::before {
  display: none;
}

.flowset .image {
  position: relative;
  margin-bottom: 10px;
}

.flowset .image img {
  width: 100%;
  height: auto;
}

.flowset .image:before {
  position: absolute;
  top: 0;
  left: -16.66667%;
  z-index: 1;
  display: block;
  content: "";
  width: 16.66667%;
  height: 100%;
  background: url(../images/flowset-arrow.png) no-repeat center;
}

.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.flowset .text {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 46%;
  }
  .flowset .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n + 3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(odd) .image::before {
    display: none;
  }
  .flowset .block:nth-child(even) .image::before {
    display: block;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagination
------------------------------------------------- */
#pagination {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

#pagination .ccm-pagination {
  display: flex;
  justify-content: center;
}

#pagination .ccm-pagination span {
  display: inline-block;
  margin: 5px;
}

#pagination .ccm-pagination a,
#pagination .ccm-pagination strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #b09d60;
  color: #b09d60;
  font-size: 18px;
  box-sizing: border-box;
}

#pagination .ccm-pagination a {
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#pagination .ccm-pagination a:hover {
  opacity: 0.6;
}

#pagination .ccm-pagination strong {
  background: #b09d60;
  color: #2c2c2c;
}

/* ----------------------------------------------
次へ、前へナビ
------------------------------------------------- */
.ccm-next-previous-wrapper {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.ccm-next-previous-wrapper .ccm-next-previous-parentlink,
.ccm-next-previous-wrapper .ccm-next-previous-nextlink {
  margin-left: 30px;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink {
  display: block;
  width: 160px;
  height: 55px;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink a,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink a,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #b09d60;
  color: #2c2c2c;
  font-size: 16px;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

.ccm-next-previous-wrapper .ccm-next-previous-nextlink a:hover,
.ccm-next-previous-wrapper .ccm-next-previous-parentlink a:hover,
.ccm-next-previous-wrapper .ccm-next-previous-previouslink a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .ccm-next-previous-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink,
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink {
    margin-left: 0px;
    margin-top: 20px;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink,
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink,
  .ccm-next-previous-wrapper .ccm-next-previous-previouslink {
    width: 140px;
    height: 40px;
  }
  .ccm-next-previous-wrapper .ccm-next-previous-nextlink a,
  .ccm-next-previous-wrapper .ccm-next-previous-parentlink a,
  .ccm-next-previous-wrapper .ccm-next-previous-previouslink a {
    font-size: 14px;
  }
}

.spacer {
  display: none;
}

/* ----------------------------------------------
contactset
------------------------------------------------- */
.contactset {
  margin-bottom: 90px;
  padding: 85px 10px 83px;
  background: url(../images/contact-bg.jpg) no-repeat center/cover;
  color: #fff;
  font-family: "utsukushi", serif;
}

.contactset h2 {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
}

.contactset .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contactset .contents .block {
  flex: 1;
  text-align: center;
}

.contactset .contents .block h3 {
  margin-bottom: 45px;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.contactset .contents .block p a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

.contactset .contents .block p a:hover {
  opacity: 0.6;
}

.contactset .contents .block.block-tel p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  font-size: 30px;
  letter-spacing: 0.05em;
}

.contactset .contents .block.block-tel p small {
  display: inline-block;
  margin-right: 12px;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.contactset .contents .block.block-mail p {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.contactset .contents .block.block-mail p a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 5px 56px 5px 42px;
  background: url(../images/arrow-wh.png) no-repeat right 20px center;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .contactset {
    margin-bottom: 0;
    padding: 50px 10px;
  }
  .contactset .contents {
    flex-direction: column;
  }
  .contactset .contents .block + .block {
    margin-top: 50px;
  }
  .contactset .contents .block h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .contactset .contents .block.block-tel p {
    min-height: 0;
  }
  .contactset .contents .block.block-mail p a {
    min-height: 60px;
  }
}
/*# sourceMappingURL=contents.css.map */