@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Tsukimi+Rounded:wght@300;400;500;600;700&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

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

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

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  background: #1a135f;
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.25rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid transparent;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid transparent;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 10px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: transparent;
  color: #d8ad79;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #d8ad79;
}

.title01 {
  color: #d8ad79;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-title {
  line-height: 1.5;
}
.c-title .sub,
.c-title .main {
  display: block;
}
.c-title .sub {
  color: #d8ad79;
}
.c-title.border-btm {
  border-bottom: 1px solid #d8ad79;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 65px;
  }
  .c-title.border-btm {
    padding-bottom: 20px;
  }
  .c-title .sub {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .c-title .main {
    font-size: 40px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title.border-btm {
    padding-bottom: 10px;
  }
  .c-title .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c-title .main {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
}

.lang-en {
  font-family: "Tsukimi Rounded", sans-serif;
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-sns {
  background: #120d40;
  box-sizing: border-box;
}
.c-sns-title {
  color: #d8ad79;
}
.c-sns-list-item .sns-name {
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-sns {
    padding: 35px 50px;
    width: 500px;
  }
  .c-sns-title {
    width: 240px;
  }
  .c-sns-list {
    width: calc(100% - 240px);
  }
  .c-sns-list-item {
    gap: 0 20px;
  }
  .c-sns-list-item a {
    transition: 0.2s all ease-in;
  }
  .c-sns-list-item a:hover {
    opacity: 0.8;
  }
  .c-sns-list-item .ic {
    width: 32px;
  }
  .c-sns-list-item .sns-name {
    width: calc(100% - 32px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-sns {
    padding: 30px 20px;
    justify-content: center;
  }
  .c-sns-title {
    width: 105px;
  }
  .c-sns-list {
    width: 135px;
  }
  .c-sns-list-item {
    gap: 0 20px;
  }
  .c-sns-list-item a {
    transition: 0.2s all ease-in;
  }
  .c-sns-list-item a:hover {
    opacity: 0.8;
  }
  .c-sns-list-item .ic {
    width: 29px;
  }
  .c-sns-list-item .sns-name {
    width: calc(100% - 29px);
    padding-left: 15px;
  }
}

.c-list-item {
  box-sizing: border-box;
  position: relative;
}
.c-list-item:last-of-type {
  margin-bottom: 0;
}
.c-list .bi-check2 {
  color: #d8ad79;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .c-list-item {
    margin-bottom: 20px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-item {
    margin-bottom: 10px;
    padding-left: 25px;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list li {
  background: #120d40;
  color: #d8ad79;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .tag-list {
    gap: 4px;
  }
  .tag-list li {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tag-list {
    gap: 3px;
  }
  .tag-list li {
    padding: 5px 8px;
    font-size: 11px;
  }
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #d8ad79;
  box-sizing: border-box;
  transition: 0.2s all ease-in;
}
.c-button .bi,
.c-button .text {
  color: #d8ad79;
  transition: 0.2s all ease-in;
}
.c-button .bi {
  margin-right: 5px;
}
.c-button .ic-left {
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .c-button:hover {
    background: #d8ad79;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #1a135f;
  }
  .c-button.small-button {
    width: 230px;
    height: 70px;
  }
  .c-button.middle-button {
    width: 300px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 14px;
  }
  .c-button.small-button {
    width: 200px;
    height: 50px;
  }
  .c-button.middle-button {
    width: 100%;
    height: 60px;
  }
}

.click-button {
  border: solid 1px #d8ad79;
  box-sizing: border-box;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  position: relative;
  background: #120d40;
  margin: 0 0 0 auto;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.click-button:hover {
  transform: scale(0.95);
}
.click-button .bi,
.click-button text {
  color: #d8ad79;
}
.click-button .text {
  color: #d8ad79;
  letter-spacing: 0;
  font-size: 15px;
}
.click-button .bi {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .click-button {
    width: 60px;
    height: 60px;
  }
  .click-button:hover {
    background: #d8ad79;
  }
  .click-button:hover .bi,
  .click-button:hover .text {
    color: #120d40;
  }
}
@media screen and (max-width: 768px) {
  .click-button {
    width: 65px;
    height: 65px;
  }
  .click-button:hover {
    background: #d8ad79;
  }
  .click-button:hover .bi,
  .click-button:hover .text {
    color: #120d40;
  }
}

.arw-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s all ease-in;
}
.arw-button .bi,
.arw-button .text {
  transition: 0.2s all ease-in;
  color: #d8ad79;
}
.arw-button .bi {
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 767px) {
  .arw-button {
    width: 200px;
    height: 60px;
    padding: 0 30px;
  }
  .arw-button:hover {
    background: #d8ad79;
  }
  .arw-button:hover .bi,
  .arw-button:hover .text {
    color: #1a135f;
  }
}
@media screen and (max-width: 768px) {
  .arw-button {
    width: 130px;
    height: 40px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .arw-button .bi {
    right: 5px;
  }
  .arw-button:hover {
    background: #d8ad79;
  }
  .arw-button:hover .bi,
  .arw-button:hover .text {
    color: #1a135f;
  }
}

.map-link a {
  transition: 0.2s all ease-in;
}
.map-link a:hover {
  opacity: 0.8;
}
.map-link a .bi,
.map-link a .text {
  color: #d8ad79;
}
.map-link a .bi {
  display: inline-block;
  vertical-align: top;
  position: relative;
  right: -5px;
}
.map-link a .text {
  border-bottom: 1px solid #d8ad79;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #fff;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #120d40;
  background: #d8ad79;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  #bread-clumb li {
    position: relative;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #fff;
  }
  #bread-clumb li a:hover {
    color: #d8ad79;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
@media screen and (min-width: 767px) {
  .header {
    height: 125px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .header-left {
    width: 13%;
  }
  .header-right {
    width: 87%;
  }
  .header .nav-list {
    gap: 10px;
  }
  .header .nav-list .text-link a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: 0.2s all ease-in;
  }
  .header .nav-list .text-link a:hover {
    color: #d8ad79;
    border-top: 1px solid #d8ad79;
    border-bottom: 1px solid #d8ad79;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header-left {
    width: 100px;
  }
  .header-right {
    display: none;
  }
}

/*Mainvisual
=========================================================*/
@media screen and (min-width: 767px) {
  .mainvisual {
    padding: 35px 0 30px;
    background: url(../img/top/mv_bg-lb.png) no-repeat left bottom 30px,
      url(../img/top/mv_bg-rt.png) no-repeat right top;
  }
  .mainvisual-box {
    width: calc(100% - 250px);
    margin: 0 0 0 auto;
  }
  .mainvisual .catch {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 20px 0 30px;
    background: url(../img/top/mv_bg-lb.png) no-repeat left bottom 30px/20%,
      url(../img/top/mv_bg-rt.png) no-repeat right top/20%;
  }
  .mainvisual-box {
    width: calc(100% - 30px);
    margin: 0 0 0 auto;
  }
  .mainvisual .catch {
    width: 80%;
    margin-bottom: 20px;
  }
}
/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 85px 0 115px;
  }
  .top-about-img {
    width: 670px;
  }
  .top-about-contents {
    width: 535px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0 65px;
  }
  .top-about .widebox {
    flex-wrap: wrap;
  }
  .top-about-img {
    width: 95%;
    margin: 0 auto 30px;
  }
  .top-about-contents {
    padding-top: 35px;
  }
}

/*top-trouble
=========================================================*/
@media screen and (min-width: 767px) {
  .top-trouble {
    overflow: hidden;
  }
  .top-trouble .c-title {
    margin-bottom: 40px;
  }
  .top-trouble .c-title small {
    margin-top: 10px;
    font-size: 20px;
    display: block;
  }
  .top-trouble-container {
    background: #120d40;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .top-trouble-container-img {
    position: absolute;
    top: -210px;
    right: -160px;
    z-index: -1;
  }
  .top-trouble-container-box {
    height: 945px;
    border: solid 1px rgba(216, 173, 121, 0.3);
    position: relative;
  }
  .top-trouble-contents {
    width: 370px;
    border: solid 1px #d8ad79;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
  }
  .top-trouble-contents .ic-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 20px rgba(216, 173, 121, 0.3);
    position: absolute;
  }
  .top-trouble-contents .ic-circle-box {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #d8ad79;
  }
  .top-trouble-contents-title {
    padding: 10px 10px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8ad79;
    text-align: center;
    font-size: 20px;
    position: relative;
  }
  .top-trouble-contents-title:before {
    content: "";
    display: block;
    background: #d8ad79;
    position: absolute;
  }
  .top-trouble-contents-title .ic {
    margin-right: 5px;
    line-height: 1;
    position: relative;
    top: -5px;
  }
  .top-trouble-contents-title .text {
    font-size: 25px;
  }
  .top-trouble-contents-title .text .accent {
    position: relative;
  }
  .top-trouble-contents-title .text .accent:before {
    content: "・";
    display: block;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -2.2rem);
  }
  .top-trouble-contents:nth-of-type(1) {
    left: 100px;
    top: 70px;
  }
  .top-trouble-contents:nth-of-type(1) .top-trouble-contents-title:before {
    width: 170px;
    height: 1px;
    right: -159px;
    transform: rotate(-31deg);
    top: 22px;
  }
  .top-trouble-contents:nth-of-type(1) .ic-circle {
    top: -45px;
    right: -170px;
  }
  .top-trouble-contents:nth-of-type(2) {
    right: 100px;
    top: 200px;
  }
  .top-trouble-contents:nth-of-type(2) .top-trouble-contents-title:before {
    width: 155px;
    height: 1px;
    left: -136px;
    transform: rotate(41deg);
    top: 15px;
  }
  .top-trouble-contents:nth-of-type(2) .ic-circle {
    top: -60px;
    left: -142px;
  }
  .top-trouble-contents:nth-of-type(3) {
    left: 130px;
    bottom: 200px;
  }
  .top-trouble-contents:nth-of-type(3) .top-trouble-contents-title:before {
    width: 170px;
    height: 1px;
    right: -115px;
    transform: rotate(-69deg);
    top: -13px;
  }
  .top-trouble-contents:nth-of-type(3) .ic-circle {
    top: -115px;
    right: -85px;
  }
  .top-trouble-contents:nth-of-type(4) {
    right: 130px;
    bottom: 165px;
  }
  .top-trouble-contents:nth-of-type(4) .top-trouble-contents-title:before {
    width: 225px;
    height: 1px;
    left: -155px;
    transform: rotate(-68deg);
    top: 169px;
  }
  .top-trouble-contents:nth-of-type(4) .ic-circle {
    bottom: -100px;
    left: -110px;
  }
  .top-trouble-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .top-trouble-list {
    padding: 15px 25px 0;
    box-sizing: border-box;
  }
  .top-trouble-list dt {
    color: #d8ad79;
    font-size: 12px;
  }
  .top-trouble-list dd {
    position: relative;
    display: flex;
  }
  .top-trouble-list dd:before {
    content: "・";
    display: block;
  }
  .top-trouble .click-button {
    margin: 0 0 -30px auto;
  }
}
@media screen and (max-width: 768px) {
  .top-trouble {
    overflow: hidden;
    padding: 60px 0;
  }
  .top-trouble .c-title {
    margin-bottom: 40px;
  }
  .top-trouble .c-title small {
    margin-top: 20px;
    font-size: 15px;
    display: block;
  }
  .top-trouble-container {
    background: #120d40;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .top-trouble-container-img {
    width: 200px;
    position: absolute;
    top: -100px;
    right: -50px;
    z-index: -1;
  }
  .top-trouble-container-box {
    border: solid 1px rgba(216, 173, 121, 0.3);
    position: relative;
    padding: 15px 15px 40px;
    box-sizing: border-box;
  }
  .top-trouble-contents {
    width: 100%;
    border: solid 1px #d8ad79;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 60px;
  }
  .top-trouble-contents:last-of-type {
    margin-bottom: 0;
  }
  .top-trouble-contents-title {
    padding: 10px 10px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8ad79;
    text-align: center;
    position: relative;
  }
  .top-trouble-contents-title:before {
    content: "";
    display: block;
    background: #d8ad79;
    position: absolute;
  }
  .top-trouble-contents-title .ic {
    margin-right: 5px;
    line-height: 1;
    position: relative;
    top: -5px;
  }
  .top-trouble-contents-title .text {
    font-size: 16px;
  }
  .top-trouble-contents-title .text .accent {
    position: relative;
  }
  .top-trouble-contents-title .text .accent:before {
    content: "・";
    display: block;
    position: absolute;
    font-size: 12px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -1.5rem);
  }
  .top-trouble-img {
    display: none;
  }
  .top-trouble-list {
    padding: 15px 25px;
    box-sizing: border-box;
  }
  .top-trouble-list dt {
    color: #d8ad79;
    font-size: 13px;
  }
  .top-trouble-list dd {
    position: relative;
    display: flex;
    font-size: 14px;
  }
  .top-trouble-list dd:before {
    content: "・";
    display: block;
  }
  .top-trouble .click-button {
    margin: 0 0 -30px auto;
  }
}

/*top-column
=========================================================*/
.top-column-box {
  border-bottom: 1px solid #d8ad79;
}
.top-column-list {
  flex-wrap: wrap;
}
.top-column-list-card {
  transition: 0.2s all ease-in;
}
.top-column-list-card:hover {
  transform: scale(0.98);
}
.top-column-list-card-title {
  color: #fff;
}
.top-column-list-card-body {
  color: #d8ad79;
}
.top-column-list .com-img {
  border: solid 1px #d8ad79;
  box-sizing: border-box;
}
.top-column-list time {
  display: block;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-box {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .top-column-list {
    gap: 40px;
  }
  .top-column-list-card {
    width: 400px;
  }
  .top-column-list-card-body {
    margin-top: 10px;
    font-size: 12px;
  }
  .top-column .c-title {
    margin-bottom: 0;
    width: calc(100% - 200px);
  }
  .top-column .com-img {
    height: 270px;
    margin-bottom: 15px;
  }
  .top-column time {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-box {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .top-column-list {
    gap: 40px;
  }
  .top-column-list-card {
    width: 100%;
  }
  .top-column-list-card-body {
    margin-top: 10px;
    font-size: 12px;
  }
  .top-column .c-title {
    margin-bottom: 0;
    width: calc(100% - 130px);
  }
  .top-column .com-img {
    padding-top: 67%;
    margin-bottom: 15px;
  }
  .top-column time {
    margin-bottom: 5px;
  }
}

/*top-news
=========================================================*/
.top-news {
  position: relative;
}
.top-news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #120d40;
}
.top-news-contents {
  background: #120d40;
}
.top-news .arw-button {
  justify-content: flex-start;
}
.top-news-list {
  box-sizing: border-box;
}
.top-news-list-card {
  border-bottom: 1px solid #d8ad79;
}
.top-news-list-card time {
  font-family: "Tsukimi Rounded", sans-serif;
}
.top-news-list-card-title {
  color: #fff;
}
.top-news-list a {
  display: block;
  color: #d8ad79;
  position: relative;
  transition: 0.3s all ease-in;
}
.top-news-list a:hover {
  background: rgba(216, 173, 121, 0.3);
}
.top-news-list .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .top-news::before {
    content: "";
    width: calc((100% - 1280px) / 2);
  }
  .top-news-contents {
    padding: 100px 0;
    width: 260px;
  }
  .top-news-contents .c-title {
    margin-bottom: 170px;
  }
  .top-news .arw-button {
    width: 140px;
    padding-left: 15px;
  }
  .top-news-list {
    width: calc(100% - 260px);
    padding-left: 50px;
  }
  .top-news-list a {
    padding: 25px 0;
  }
  .top-news-list a:hover {
    padding-left: 20px;
  }
  .top-news-list .bi {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news::before {
    display: none;
  }
  .top-news .widebox {
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  .top-news-contents {
    width: 100%;
    padding: 20px;
    background: #120d40;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top-news-contents .c-title {
    width: calc(100% - 130px);
    margin-bottom: 0;
  }
  .top-news .arw-button {
    width: 130px;
    padding-left: 15px;
  }
  .top-news-list {
    width: 100%;
  }
  .top-news-list a {
    padding: 25px 25px 25px 0;
    font-size: 14px;
  }
  .top-news-list a:hover {
    padding-left: 20px;
  }
  .top-news-list .bi {
    font-size: 20px;
  }
}

/*top-salon
=========================================================*/
.top-salon-access dt {
  border-bottom: 1px solid #d8ad79;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.top-salon-access dd {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .top-salon {
    padding: 120px 0 190px;
    position: relative;
  }
  .top-salon .top-salon-img {
    position: absolute;
    right: 0;
    top: 60px;
    width: calc(50% + 18px);
  }
  .top-salon-list,
  .top-salon-access {
    width: 560px;
  }
  .top-salon-list a,
  .top-salon-access a {
    color: #fff;
  }
  .top-salon-list .in-dl {
    display: flex;
    margin-bottom: 25px;
  }
  .top-salon-list .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .top-salon-list dt {
    width: 100px;
  }
  .top-salon-list dd {
    width: calc(100% - 100px);
  }
  .top-salon-access {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-salon {
    padding: 35% 0 60px;
    position: relative;
  }
  .top-salon .top-salon-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
  }
  .top-salon-list a,
  .top-salon-access a {
    color: #fff;
  }
  .top-salon-list .in-dl {
    display: flex;
    margin-bottom: 25px;
  }
  .top-salon-list .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .top-salon-list dt,
  .top-salon-list dd {
    font-size: 13px;
  }
  .top-salon-list dt {
    width: 100px;
  }
  .top-salon-list dd {
    width: calc(100% - 100px);
  }
  .top-salon-access {
    margin-top: 40px;
  }
}

/*l-cta
=========================================================*/
.l-cta {
  position: relative;
}
.l-cta:before,
.l-cta:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2);
}
.l-cta:before {
  left: 0;
  background: url(../img/common/com_cta-deco-l.png) no-repeat center bottom;
}
.l-cta:after {
  right: 0;
  background: url(../img/common/com_cta-deco-r.png) no-repeat center bottom;
}
.l-cta-container {
  background: #120d40;
  box-sizing: border-box;
}
.l-cta-text {
  color: #fff;
}
.l-cta-contents {
  border: solid 1px #d8ad79;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-cta-container {
    padding: 70px 100px 80px;
  }
  .l-cta-contents {
    padding: 50px 40px;
    margin-top: 45px;
  }
  .l-cta .tel-box {
    width: calc(100% - 630px);
    color: #d8ad79;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: right;
  }
  .l-cta .tel-box a {
    color: #d8ad79;
    font-size: 32px;
    letter-spacing: 0.5rem;
  }
  .l-cta .tel-box a small {
    font-size: 16px;
  }
  .l-cta .tel-box .text {
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 0.1rem;
  }
  .l-cta-list {
    width: 630px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta-container {
    padding: 30px 20px 40px;
  }
  .l-cta-contents {
    padding: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .l-cta-text {
    font-size: 13px;
    text-align: left;
  }
  .l-cta .tel-box {
    width: 100%;
    color: #d8ad79;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: center;
  }
  .l-cta .tel-box a {
    color: #d8ad79;
    font-size: 20px;
    letter-spacing: 0.3rem;
  }
  .l-cta .tel-box a small {
    font-size: 13px;
  }
  .l-cta .tel-box .text {
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 11px;
    letter-spacing: 0rem;
  }
  .l-cta-list {
    margin-top: 30px;
    width: 100%;
    gap: 15px;
  }
  .l-cta-list-item {
    width: 100%;
  }
}

/*=========================================================
	footer
=========================================================*/
@media screen and (min-width: 767px) {
  .footer {
    padding: 100px 0 50px;
  }
  .footer-left,
  .footer-right {
    width: 50%;
  }
  .footer-logo {
    width: 270px;
  }
  .footer-contents {
    width: calc(100% - 270px);
  }
  .footer-contents a {
    color: #fff;
  }
  .footer-address,
  .footer-tel {
    margin-bottom: 15px;
  }
  .footer .c-sns {
    margin-top: 50px;
  }
  .footer-nav {
    gap: 60px;
  }
  .footer-nav-list {
    letter-spacing: 0.12rem;
    width: 195px;
  }
  .footer-nav-list-item {
    margin-bottom: 35px;
  }
  .footer-nav-list-item:last-of-type {
    margin-bottom: 0;
  }
  .footer-nav-list a {
    color: #fff;
    transition: 0.2s all ease-in;
  }
  .footer-nav-list a:hover {
    color: #d8ad79;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer .ft-wrp {
    flex-wrap: wrap;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  .footer-left-box {
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 115px;
    margin-bottom: 30px;
  }
  .footer-contents {
    box-sizing: border-box;
    padding-left: 30px;
    width: calc(100% - 115px);
    font-size: 13px;
  }
  .footer-contents a {
    color: #fff;
  }
  .footer-address,
  .footer-tel {
    margin-bottom: 15px;
  }
  .footer .c-sns {
    margin: 50px 0;
  }
  .footer-nav {
    gap: 10px 4%;
    flex-wrap: wrap;
  }
  .footer-nav-list {
    letter-spacing: 0.12rem;
    width: 48%;
  }
  .footer-nav-list-item {
    margin-bottom: 10px;
  }
  .footer-nav-list-item:last-of-type {
    margin-bottom: 0;
  }
  .footer-nav-list a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 8px 0;
  }
  .footer-nav-list:last-of-type {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 10px 4%;
  }
  .footer-nav-list:last-of-type li {
    width: 48%;
    margin-bottom: 0;
  }
}

#copyright small {
  color: #d8ad79;
}
#copyright small a {
  color: #d8ad79;
}
@media screen and (min-width: 767px) {
  #copyright {
    margin-top: 110px;
    text-align: right;
    padding: 5px 0;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    margin-top: 60px;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 10px;
  }
}

/*Components
=========================================================*/
.img-left_contents-right {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .img-left_contents-right-img {
    width: 570px;
  }
  .img-left_contents-right-contents {
    width: 470px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .img-left_contents-right .inbox {
    flex-wrap: wrap;
  }
  .img-left_contents-right-img,
  .img-left_contents-right-contents {
    width: 100%;
  }
  .img-left_contents-right-img {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.img-left_contents-left_contents:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .img-left_contents-left_container {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .img-left_contents-left_contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .img-left_contents-left_img {
    width: 460px;
    order: 2;
  }
  .img-left_contents-left_textbox {
    order: 1;
    width: 510px;
  }
}
@media screen and (max-width: 768px) {
  .img-left_contents-left_contents {
    margin-bottom: 60px;
  }
  .img-left_contents-left_img {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .three-column-list {
    gap: 45px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .three-column-list-card {
    width: 340px;
  }
  .three-column-list .title01 {
    font-size: 20px;
  }
  .three-column-list .com-img {
    height: 230px;
    border: solid 1px #d8ad79;
    box-sizing: border-box;
  }
  .three-column-list .img {
    margin-bottom: 20px;
  }
  .three-column-list a {
    display: block;
  }
  .three-column-list .tag-list {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .three-column-list {
    gap: 50px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .three-column-list-card {
    width: 100%;
  }
  .three-column-list .title01 {
    font-size: 20px;
  }
  .three-column-list .com-img {
    padding-top: 67%;
    border: solid 1px #d8ad79;
    box-sizing: border-box;
  }
  .three-column-list .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .three-column-list a {
    display: block;
  }
  .three-column-list .tag-list {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 767px) {
  .four-column-list {
    gap: 27px;
    display: flex;
    flex-wrap: wrap;
  }
  .four-column-list-card {
    width: 240px;
  }
  .four-column-list-card-title {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .four-column-list .title01 {
    font-size: 20px;
  }
  .four-column-list .com-img {
    height: 170px;
    border: solid 1px #d8ad79;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .four-column-list .img {
    margin-bottom: 20px;
  }
  .four-column-list a {
    display: block;
    color: #fff;
    transition: 0.2s all ease-in;
  }
  .four-column-list a:hover {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 768px) {
  .four-column-list {
    gap: 40px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .four-column-list-card {
    width: 100%;
  }
  .four-column-list-card-title {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .four-column-list .title01 {
    font-size: 20px;
  }
  .four-column-list .com-img {
    padding-top: 65%;
    border: solid 1px #d8ad79;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .four-column-list .img {
    margin-bottom: 20px;
  }
  .four-column-list a {
    display: block;
    color: #fff;
    transition: 0.2s all ease-in;
  }
  .four-column-list a:hover {
    transform: scale(1.02);
  }
}

/*
=========================================================*/
@media screen and (min-width: 767px) {
  .c-column-space {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-column-space {
    padding: 40px 0;
  }
}

.recommended-menu {
  position: relative;
}
.recommended-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #120d40;
}
.recommended-menu .price {
  text-align: right;
}
.recommended-menu .inbox {
  position: relative;
  z-index: 10;
}
.recommended-menu .four-column-list-card-text,
.recommended-menu .reserve-textbox {
  color: #d8ad79;
}
@media screen and (min-width: 767px) {
  .recommended-menu:before {
    content: "";
    width: 35%;
  }
  .recommended-menu .price {
    margin-bottom: 15px;
    line-height: 1;
  }
  .recommended-menu .four-column-list-card-text,
  .recommended-menu .reserve-textbox {
    font-size: 12px;
  }
  .recommended-menu .reserve-textbox {
    margin-top: 15px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .recommended-menu:before {
    content: "";
    width: 20%;
  }
  .recommended-menu .price {
    margin-bottom: 15px;
    line-height: 1;
  }
  .recommended-menu .four-column-list-card-text,
  .recommended-menu .reserve-textbox {
    font-size: 14px;
  }
  .recommended-menu .reserve-textbox {
    margin-top: 15px;
    text-align: right;
  }
}

.improve {
  overflow: hidden;
}
.improve .inbox {
  position: relative;
}
.improve .improve-img {
  position: absolute;
  z-index: 1;
}
.improve .c-title,
.improve-list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .improve-img {
    top: -30px;
    right: -250px;
  }
}
.sub-visual {
  background: url(../img/common/sv_bg.jpg) no-repeat center/100%;
}
.sub-visual .widebox {
  height: 100%;
}
.sub-visual-title {
  position: relative;
  border: solid 1px #d8ad79;
}
.sub-visual .sub {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(216, 173, 121, 0.2);
  font-weight: 500;
  letter-spacing: -4px;
}
.sub-visual .main {
  display: block;
  position: relative;
}
.sub-visual .main:before {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 282px;
  }
  .sub-visual-title {
    width: 1080px;
    height: 200px;
    padding: 0 100px;
  }
  .sub-visual-title .sub {
    font-size: 150px;
  }
  .sub-visual-title .main {
    font-size: 48px;
    padding-left: 60px;
  }
  .sub-visual-title .main:before {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 100px;
  }
  .sub-visual-title {
    width: 90%;
    height: 80px;
    padding: 0 20px;
  }
  .sub-visual-title .sub {
    font-size: 40px;
  }
  .sub-visual-title .main {
    font-size: 18px;
    padding-left: 20px;
  }
  .sub-visual-title .main:before {
    width: 10px;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  background: #d8ad79;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 17px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 380px;
  }
}
.cont-dl .in-dl dt a {
  color: #1a135f;
  border-bottom: 1px solid #1a135f;
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  font-family: "Shippori Mincho B1", serif;
}
.cont-dl .in-dl dd textarea {
  font-family: "Shippori Mincho B1", serif;
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #d8ad79;
  background-color: #d8ad79;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #d8ad79;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #fff;
  color: #fff;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #fff;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #d8ad79;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #fff;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  font-family: "Shippori Mincho B1", serif;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #d8ad79;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #d8ad79;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #d8ad79;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Shippori Mincho B1", serif;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

/*Single Post
----------------------------------------------------*/
#contents-u.s-post .s-post-taglist {
  gap: 5px;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #fff;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #fff;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
#contents-u.s-post .tag-name span {
  color: #fff;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #1a135f;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #d8ad79;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px 35px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 10px 0 10px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 50%;
  border: solid 3px #d8ad79;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -3px;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #d8ad79;
  font-weight: bold;
} /*# sourceMappingURL=style.css.map */

.accent {
  color: #d8ad79 !important;
}
