@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #8d775b;
  background: #fffdf3;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

.c-wave {
  position: relative;
  background: #fff;
}
.c-wave:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/common/com_bg-wave-white.png) no-repeat center bottom -1px/100%;
}
.c-wave .inbox,
.c-wave .widebox {
  position: relative;
  z-index: 10;
}
.c-wave.main-bg {
  background: #fff6c3;
}

.l-space {
  position: relative;
}
.l-space:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  height: 100%;
}
.l-space.space-wide:after {
  width: 5%;
}
.l-space.space-right:after {
  right: 0;
}
.l-space.space-left:after {
  left: 0;
}

@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 #8d775b;
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    margin-bottom: 20px;
  }
}
.com-dl > .in-dl:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: top;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
  }
}
.com-dl > .in-dl > dt {
  color: #d3a755;
}
@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%;
    padding-bottom: 20px;
  }
}
.com-dl > .in-dl > dd a {
  color: #8d775b;
}

.title01 {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  border-bottom: 1px solid #8d775b;
  font-weight: 700;
  line-height: 1.7;
  box-sizing: border-box;
}
.title01:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  background: #d3a755;
}
@media screen and (min-width: 767px) {
  .title01 {
    padding: 0 0 20px 20px;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .title01:before {
    width: 5px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    padding: 0 0 20px 15px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title01:before {
    width: 5px;
    height: calc(100% - 15px);
  }
}

.title02 {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
.title02 .sub {
  line-height: 1;
  display: inline-block;
  color: #d3a755;
}
.title02 .main {
  display: block;
}
@media screen and (min-width: 767px) {
  .title02 {
    margin-bottom: 25px;
  }
  .title02 .sub {
    font-size: 20px;
  }
  .title02 .main {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    margin-bottom: 20px;
  }
  .title02 .sub {
    font-size: 15px;
  }
  .title02 .main {
    font-size: 18px;
  }
}

.title03 {
  line-height: 1.6;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 767px) {
  .title03 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.c-title {
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-title .sub {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: #d3a755;
  position: relative;
  letter-spacing: 0.3rem;
}
.c-title .sub:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/com_ttl-deco.png) no-repeat center/contain;
}
.c-title .main {
  display: block;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 767px) {
  .c-title .sub {
    padding-right: 30px;
    font-size: 20px;
  }
  .c-title .sub:after {
    width: 29px;
    height: 33px;
  }
  .c-title .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-title .sub {
    padding-right: 30px;
    font-size: 15px;
  }
  .c-title .sub:after {
    width: 29px;
    height: 33px;
  }
  .c-title .main {
    font-size: 22px;
  }
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@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-list-dot li {
  position: relative;
  box-sizing: border-box;
}
.c-list-dot li:before {
  position: absolute;
  font-weight: 900;
  left: 0;
  top: 0;
  color: #d3a755;
}
@media screen and (min-width: 767px) {
  .c-list-dot li {
    padding-left: 20px;
  }
  .c-list-dot li:before {
    content: "・";
  }
}
@media screen and (max-width: 768px) {
  .c-list-dot li {
    padding-left: 20px;
  }
  .c-list-dot li:before {
    content: "・";
  }
}

.c-sns {
  display: flex;
}
@media screen and (min-width: 767px) {
  .c-sns {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-sns {
    gap: 25px;
  }
  .c-sns li {
    width: 30px;
  }
}

.tel-box {
  line-height: 1;
}
.tel-box .tel-number {
  color: #d3a755;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.tel-box .tel-name {
  color: #d3a755;
  font-family: "Zen Maru Gothic", sans-serif;
}
.tel-box .tel-text {
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .tel-box .tel-number {
    letter-spacing: 0.4rem;
    font-size: 40px;
  }
  .tel-box .tel-text {
    text-align: right;
    margin-top: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tel-box .tel-number {
    letter-spacing: 0.4rem;
    font-size: 20px;
  }
  .tel-box .tel-text {
    margin-top: 8px;
    padding-right: 8px;
  }
}

.accent-color {
  color: #d3a755;
}

.external-link {
  color: #d3a755 !important;
  font-weight: 700;
  border-bottom: 1px solid #d3a755;
  padding-bottom: 5px;
}

.ic-arw {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-arw.base-arw {
  background: #d3a755;
  color: #fff;
}
.ic-arw.wht-arw {
  background: #fff;
  color: #d3a755;
}
@media screen and (min-width: 767px) {
  .ic-arw {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ic-arw {
    width: 20px;
    height: 20px;
  }
}

.c-button {
  display: flex;
  height: 60px;
  background: #d3a755;
  border-radius: 100px;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.c-button .ic-arw {
  position: absolute;
  right: 0;
}
.c-button .text {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-button {
    padding: 0 60px 0 30px;
    width: 320px;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .ic-arw {
    right: 15px;
  }
  .c-button.small-button {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 0 60px 0 30px;
    width: 100%;
    transition: 0.2s all ease-in;
  }
  .c-button .ic-arw {
    right: 15px;
  }
  .c-button.small-button {
    width: 250px;
  }
}

.arw-button {
  display: flex;
  align-items: center;
}
.arw-button .text {
  text-align: right;
  color: #d3a755;
}
@media screen and (min-width: 767px) {
  .arw-button {
    border-bottom: 1px solid #d3a755;
    width: 135px;
    height: 55px;
    transition: 0.2s all ease-in;
  }
  .arw-button:hover {
    opacity: 0.8;
  }
  .arw-button .ic {
    width: 30px;
  }
  .arw-button .text {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .arw-button {
    border-bottom: 1px solid #d3a755;
    width: 135px;
    height: 55px;
    transition: 0.2s all ease-in;
  }
  .arw-button .ic {
    width: 20px;
  }
  .arw-button .text {
    width: calc(100% - 20px);
  }
}

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: #8d775b;
}
@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: #fff;
  background: #d3a755;
}
@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;
}
@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: #8d775b;
    font-size: 14px;
    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: #8d775b;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  background: #fffdf3;
  position: relative;
  box-sizing: border-box;
}
.header .header-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .header {
    height: 140px;
    padding-right: 30px;
  }
  .header .header-left {
    width: 260px;
  }
  .header .header-right {
    width: 100%;
  }
  .header .header-right .c-button {
    margin: 0 0 15px auto;
  }
  .header .gnav-list {
    gap: 30px;
  }
  .header .gnav-list-item {
    transition: 0.2s all ease-in;
    border-bottom: 1px solid transparent;
  }
  .header .gnav-list-item a {
    transition: 0.2s all ease-in;
    color: #8d775b;
    font-weight: 500;
  }
  .header .gnav-list-item:hover {
    border-bottom: 1px solid #d3a755;
  }
  .header .gnav-list-item:hover a {
    color: #d3a755;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
  .header .header-left {
    width: 100px;
  }
  .header .header-right {
    display: none;
  }
}

/*Main visual
=========================================================*/
.main-visual {
  display: flex;
  background: url(../img/top/mv-wave.png) no-repeat center bottom/100%;
}
.main-visual .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .main-visual {
    padding: 35px 0;
  }
  .main-visual .catch {
    width: 620px;
  }
  .main-visual .main-visual-img {
    width: calc(100% - 620px);
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 35px 0;
    flex-direction: column;
  }
  .main-visual .catch,
  .main-visual .main-visual-img {
    width: 95%;
    margin: 0 0 0 auto;
  }
  .main-visual .catch {
    margin-bottom: 50px;
  }
  .main-visual .catch img {
    width: 70%;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 65px 0 180px;
  }
  .top-about-contents {
    width: 50%;
    min-height: 650px;
  }
  .top-about-img {
    position: absolute;
    right: 45px;
    top: 0;
  }
  .top-about .c-title {
    margin-bottom: 80px;
  }
  .top-about .c-button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 65px 0;
  }
  .top-about-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .top-about-img img {
    position: relative;
    left: -6%;
  }
  .top-about .c-title {
    margin-bottom: 30px;
  }
  .top-about .c-button {
    margin-top: 50px;
  }
}

/*top-trimming
=========================================================*/
.top-trimming {
  position: relative;
}
@media screen and (min-width: 767px) {
  .top-trimming {
    padding: 100px 0 75px;
  }
  .top-trimming-contents {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .top-trimming-img {
    position: absolute;
    left: 0;
    top: 90px;
    width: calc(50% - 25px);
  }
  .top-trimming .c-button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .top-trimming {
    padding: 60px 0;
  }
  .top-trimming-img {
    width: 95%;
    margin-top: 70px;
  }
  .top-trimming .c-button {
    margin-top: 40px;
  }
}

/*top-item
=========================================================*/
.top-item-info {
  display: grid;
}
.top-item-cardbox {
  background: #fff;
  box-sizing: border-box;
}
.top-item-card-contents {
  display: grid;
  row-gap: 25px;
}
.top-item-card-title {
  font-weight: 700;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
}
.top-item-card-list {
  position: relative;
}
.top-item-card-list-name {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .top-item {
    padding: 70px 0 60px;
  }
  .top-item-info {
    row-gap: 50px;
  }
  .top-item-cardbox {
    padding: 50px 100px;
    position: relative;
    display: flex;
    min-height: 550px;
  }
  .top-item-card:nth-of-type(odd) .top-item-cardbox {
    border-radius: 50px 0 0 50px;
  }
  .top-item-card:nth-of-type(odd) .top-item-card-img {
    left: 100px;
  }
  .top-item-card:nth-of-type(odd) .top-item-card-contents {
    margin: 0 0 0 auto;
  }
  .top-item-card:nth-of-type(even) .top-item-cardbox {
    border-radius: 0 50px 50px 0;
  }
  .top-item-card:nth-of-type(even) .top-item-card-img {
    right: 100px;
  }
  .top-item-card-img {
    position: absolute;
    top: 50px;
  }
  .top-item-card-contents {
    width: 640px;
  }
  .top-item-card-title {
    font-size: 26px;
  }
  .top-item-card-list {
    border-top: dashed 0.2rem #d3c5c5;
    border-bottom: dashed 0.2rem #d3c5c5;
    padding: 30px 0 20px;
    margin-top: 20px;
  }
  .top-item-card-list-name {
    font-size: 22px;
    top: -1.6rem;
    padding-right: 30px;
  }
  .top-item-card-list-text {
    display: grid;
    grid-template-columns: 1fr 70px;
    align-items: flex-end;
  }
  .top-item-card-list-text .c-list-dot {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .top-item-card-list-text .etc-text {
    color: #d3a755;
    font-size: 20px;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-item {
    padding: 30px 0 60px;
  }
  .top-item .widebox {
    position: relative;
    z-index: 10;
  }
  .top-item-info {
    row-gap: 50px;
  }
  .top-item-cardbox {
    padding: 25px 20px;
    position: relative;
  }
  .top-item-card:nth-of-type(odd) .top-item-cardbox {
    border-radius: 20px 0 0 20px;
  }
  .top-item-card:nth-of-type(even) .top-item-cardbox {
    border-radius: 0 20px 20px 0;
  }
  .top-item-card-contents {
    display: block;
  }
  .top-item-card-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .top-item-card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .top-item-card-list {
    border-top: dashed 0.1rem #d3c5c5;
    border-bottom: dashed 0.1rem #d3c5c5;
    padding: 30px 0 20px;
    margin-top: 40px;
    box-sizing: border-box;
  }
  .top-item-card-list-name {
    font-size: 16px;
    top: -1rem;
    padding-right: 0.5rem;
  }
  .top-item-card-list-text {
    display: grid;
    grid-template-columns: 1fr 70px;
    align-items: flex-end;
  }
  .top-item-card-list-text .c-list-dot {
    display: grid;
    row-gap: 10px;
  }
  .top-item-card-list-text .etc-text {
    color: #d3a755;
    font-size: 16px;
    letter-spacing: 0.4rem;
  }
  .top-item-card .c-button {
    margin-top: 50px;
  }
}

/*top-column
=========================================================*/
.top-column-posts {
  display: grid;
}
.top-column-posts-card a {
  display: grid;
  line-height: 1.4;
  color: #8d775b;
}
.top-column-posts-card time {
  color: #d3a755;
  line-height: 1;
}
.top-column-posts-card-title {
  font-weight: 700;
}
.top-column-posts-card-body {
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-heading {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .top-column-heading .c-title {
    margin-bottom: 0;
  }
  .top-column-heading .c-button {
    width: 300px;
  }
  .top-column-posts {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .top-column-posts-card a {
    row-gap: 15px;
    transition: 0.2s all ease-in;
  }
  .top-column-posts-card a:hover {
    transform: scale(0.97);
  }
  .top-column-posts-card-title {
    font-size: 18px;
  }
  .top-column-posts .com-img {
    height: 270px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-heading {
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .top-column-heading .c-title {
    margin-bottom: 0;
  }
  .top-column-heading .c-button {
    width: 140px;
    font-size: 12px;
    padding-right: 20px;
    height: 40px;
  }
  .top-column-posts {
    row-gap: 40px;
  }
  .top-column-posts-card a {
    row-gap: 15px;
    transition: 0.2s all ease-in;
  }
  .top-column-posts-card a:hover {
    transform: scale(0.97);
  }
  .top-column-posts-card-title {
    font-size: 16px;
  }
  .top-column-posts-card-body {
    font-size: 14px;
  }
  .top-column-posts .com-img {
    padding-top: 67%;
    border-radius: 8px;
  }
}

/*top-news
=========================================================*/
.top-news-posts {
  display: grid;
}
.top-news-posts-item a {
  background: #fff;
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #8d775b;
}
.top-news-posts-item a .ic-arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-posts-item time {
  color: #d3a755;
}
.top-news-posts-item-title {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news .inbox {
    display: flex;
  }
  .top-news-heading {
    width: 230px;
    position: relative;
    min-height: 200px;
  }
  .top-news-heading .arw-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top-news-posts {
    width: calc(100% - 295px);
    row-gap: 10px;
  }
  .top-news-posts-item a {
    padding: 25px 20px;
    border-radius: 8px;
    color: #8d775b;
    transition: 0.2s all ease-in;
  }
  .top-news-posts-item a:hover {
    transform: scale(0.97);
  }
  .top-news-posts-item-title {
    font-size: 18px;
  }
  .top-news-posts-item .ic-arw {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 150px;
  }
  .top-news-posts {
    row-gap: 10px;
  }
  .top-news-posts-item a {
    padding: 20px 40px 20px 15px;
    border-radius: 8px;
    display: block;
    box-sizing: border-box;
    color: #8d775b;
  }
  .top-news-posts-item-title {
    font-size: 14px;
  }
  .top-news-posts-item .ic-arw {
    right: 15px;
  }
}

/*l-cta
=========================================================*/
.l-cta .c-title, .l-cta-text {
  text-align: center;
}
.l-cta-contact-list {
  display: grid;
}
.l-cta-contact-list-item {
  background: #fff;
  box-sizing: border-box;
}
.l-cta-contact-list .name {
  text-align: center;
  color: #d3a755;
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-cta-contact-list .c-button {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 100px 0;
  }
  .l-cta-text {
    margin-bottom: 35px;
  }
  .l-cta-contact {
    position: relative;
  }
  .l-cta-contact-list {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-cta-contact-list-item {
    border-radius: 30px;
    padding: 35px 30px;
  }
  .l-cta-contact-list .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  .l-cta-icon {
    position: absolute;
  }
  .l-cta .icon-l {
    left: 25px;
    top: -70px;
  }
  .l-cta .icon-r {
    right: 30px;
    top: -120px;
  }
  .l-cta-note {
    text-align: right;
    margin-top: 20px;
  }
  .l-cta-app {
    background: #fff;
    border-radius: 30px;
    width: 900px;
    height: 330px;
    margin: 60px auto 0;
    display: flex;
    position: relative;
    justify-content: flex-end;
  }
  .l-cta-app-contents {
    height: 100%;
    width: 50%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .l-cta-app-title {
    font-size: 26px;
    line-height: 1.4;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5rem;
  }
  .l-cta-app-title .accent-color {
    display: block;
  }
  .l-cta-app-img {
    position: absolute;
    left: 40px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 60px 0;
  }
  .l-cta-text {
    margin-bottom: 50px;
    text-align: left;
  }
  .l-cta-contact {
    position: relative;
  }
  .l-cta-contact-list {
    row-gap: 15px;
  }
  .l-cta-contact-list-item {
    border-radius: 30px;
    padding: 20px;
  }
  .l-cta-contact-list .tel-box {
    text-align: center;
  }
  .l-cta-contact-list .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  .l-cta-icon {
    position: absolute;
  }
  .l-cta .icon-l {
    left: 25px;
    top: -20px;
    width: 80px;
  }
  .l-cta .icon-r {
    width: 80px;
    right: 30px;
    top: -60px;
  }
  .l-cta-note {
    margin-top: 20px;
    font-size: 13px;
  }
  .l-cta-app {
    background: #fff;
    border-radius: 30px;
    width: 100%;
    margin: 60px auto 0;
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px 30px 0;
    box-sizing: border-box;
  }
  .l-cta-app-contents {
    height: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .l-cta-app-title {
    font-size: 22px;
    line-height: 1.4;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5rem;
    margin-bottom: 10px;
  }
  .l-cta-app-title .accent-color {
    display: block;
  }
  .l-cta-app-text {
    text-align: left;
  }
  .l-cta-app-img {
    text-align: center;
    margin-top: 40px;
  }
}

.app-download {
  display: grid;
}
.app-download-text {
  color: #d3a755;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
.app-download-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .app-download {
    row-gap: 15px;
  }
  .app-download-text {
    font-size: 18px;
  }
  .app-download-list {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .app-download {
    row-gap: 10px;
  }
  .app-download-text {
    font-size: 16px;
  }
  .app-download-list {
    gap: 10px;
  }
}

/*=========================================================
	footer
=========================================================*/
.footer-wrp {
  display: grid;
  align-items: flex-start;
}
.footer-left {
  display: grid;
}
.footer-info {
  display: grid;
  align-items: center;
}
.footer .tel-box .tel-name {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #d3a755;
}
.footer-nav {
  display: grid;
  line-height: 1;
  align-items: flex-start;
}
.footer-nav-list {
  display: grid;
  align-items: flex-start;
}
.footer-nav-list a {
  color: #8d775b;
  transition: 0.1s all ease-in;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 767px) {
  .footer-wrp {
    padding: 80px 0 50px;
    grid-template-columns: 1fr 460px;
  }
  .footer-left {
    row-gap: 25px;
  }
  .footer-info {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }
  .footer .tel-box .tel-name {
    letter-spacing: 0.4rem;
    font-size: 20px;
  }
  .footer-nav {
    padding-top: 60px;
    grid-template-columns: 280px 1fr;
  }
  .footer-nav-list {
    row-gap: 50px;
  }
  .footer-nav-list a:hover {
    color: #d3a755;
    border-bottom: 1px solid #d3a755;
  }
}
@media screen and (max-width: 768px) {
  .footer-wrp {
    padding: 40px 0 60px;
  }
  .footer-logo {
    width: 130px;
  }
  .footer-left {
    row-gap: 30px;
  }
  .footer-info {
    row-gap: 30px;
  }
  .footer .tel-box .tel-name {
    letter-spacing: 0.4rem;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .footer-nav {
    padding-top: 60px;
    grid-template-columns: 200px 1fr;
  }
  .footer-nav-list {
    row-gap: 30px;
  }
  .footer-nav-list a {
    font-size: 12px;
  }
}

#copyright {
  text-align: center;
  background: #b7a68b;
  text-align: center;
  padding: 5px 0;
}
#copyright small {
  font-size: 12px;
  color: #fff;
}
#copyright small a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #copyright {
    letter-spacing: 0rem;
  }
  #copyright small {
    font-size: 11px;
  }
}

/*Components
=========================================================*/
.layout-img-r {
  display: grid;
}
@media screen and (min-width: 767px) {
  .layout-img-r {
    grid-template-columns: 1fr 500px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .layout-img-r-img {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .layout-img-r {
    row-gap: 35px;
  }
  .layout-img-r-img {
    text-align: center;
  }
}

.layout-img-l {
  display: grid;
}
@media screen and (min-width: 767px) {
  .layout-img-l {
    grid-template-columns: 1fr 520px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .layout-img-l-img {
    order: 1;
    position: relative;
    margin-left: -65px;
  }
  .layout-img-l-contents {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .layout-img-l {
    row-gap: 40px;
  }
  .layout-img-l-img {
    position: relative;
  }
}

.wide-contents {
  display: grid;
}
.wide-contents-cardbox {
  display: grid;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .wide-contents {
    row-gap: 50px;
  }
  .wide-contents-cardbox {
    padding: 50px 100px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .wide-contents-card-text {
    line-height: 2;
  }
  .wide-contents-card:nth-child(odd) .wide-contents-cardbox {
    border-radius: 50px 0 0 50px;
    grid-template-columns: 390px 1fr;
  }
  .wide-contents-card:nth-child(even) .wide-contents-cardbox {
    border-radius: 0 50px 50px 0;
    grid-template-columns: 1fr 390px;
  }
  .wide-contents-card:nth-child(even) .wide-contents-card-img {
    order: 2;
  }
  .wide-contents .c-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wide-contents {
    row-gap: 30px;
  }
  .wide-contents-cardbox {
    padding: 20px 20px 40px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    display: grid;
    row-gap: 25px;
  }
  .wide-contents-card-text {
    line-height: 2;
  }
  .wide-contents-card:nth-child(odd) .wide-contents-cardbox {
    border-radius: 10px 0 0 10px;
  }
  .wide-contents-card:nth-child(even) .wide-contents-cardbox {
    border-radius: 0 10px 10px 0;
  }
  .wide-contents .c-button {
    margin-top: 40px;
  }
}

.l-menu .inbox {
  display: grid;
}
.l-menu .title01 {
  margin-bottom: 0;
}
.l-menu-list {
  display: grid;
}
.l-menu-list-item {
  box-sizing: border-box;
  background: #fffdf3;
}
.l-menu-table {
  overflow-x: auto;
}
.l-menu-table-row {
  display: grid;
}
.l-menu-table-row dt,
.l-menu-table-row dd {
  box-sizing: border-box;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.l-menu-table-row:first-of-type dt,
.l-menu-table-row:first-of-type dd {
  text-align: center;
  background: #8d775b;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  box-sizing: border-box;
  justify-content: center;
}
.l-menu-table-row dd {
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-menu .inbox {
    row-gap: 35px;
  }
  .l-menu-list.two-column {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .l-menu-list.three-column {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .l-menu-list-item {
    background: #fffdf3;
    padding: 30px 25px;
    border-radius: 8px;
  }
  .l-menu-table-row {
    gap: 5px;
  }
  .l-menu-table-row dt,
  .l-menu-table-row dd {
    padding: 20px 15px;
  }
  .l-menu-table-row dd {
    font-size: 20px;
  }
  .l-menu-table-row:first-of-type dt,
  .l-menu-table-row:first-of-type dd {
    font-size: 18px;
    padding: 10px 5px;
  }
  .l-menu-table.three-table .l-menu-table-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-menu-table.four-table .l-menu-table-row {
    grid-template-columns: 400px 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .l-menu .inbox {
    row-gap: 35px;
  }
  .l-menu-list.two-column {
    gap: 15px;
  }
  .l-menu-list.three-column {
    gap: 15px;
  }
  .l-menu-list-item {
    background: #fffdf3;
    padding: 25px 20px;
    border-radius: 8px;
  }
  .l-menu-list-item-text {
    font-size: 14px;
  }
  .l-menu-table-row {
    letter-spacing: 0.1rem;
    gap: 2px;
  }
  .l-menu-table-row dt,
  .l-menu-table-row dd {
    padding: 10px 5px;
    font-size: 14px;
  }
  .l-menu-table-row dd {
    font-size: 14px;
  }
  .l-menu-table-row:first-of-type dt,
  .l-menu-table-row:first-of-type dd {
    font-size: 13px;
    padding: 10px 3px;
  }
  .l-menu-table.three-table .l-menu-table-row {
    grid-template-columns: 250px 150px 150px;
  }
  .l-menu-table.four-table .l-menu-table-row {
    grid-template-columns: 250px 100px 100px 100px;
  }
}

.l-category {
  display: grid;
}
@media screen and (min-width: 767px) {
  .l-category {
    grid-template-columns: 180px 1fr;
  }
  .l-category-img {
    border-radius: 8px;
    background: #fffdf3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }
  .l-category-list {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    gap: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-category-list-item {
    display: inline-block;
    vertical-align: top;
  }
  .l-category-list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8d775b;
    transition: 0.1s all ease-in;
  }
  .l-category-list-item a:hover {
    color: #d3a755;
  }
  .l-category-list-item a .text {
    display: block;
    padding: 10px 0 15px;
    border-bottom: 1px solid #8d775b;
  }
}
@media screen and (max-width: 768px) {
  .l-category-img {
    border-radius: 8px 8px 0 0;
    background: #fffdf3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
  }
  .l-category-img img {
    width: 15%;
  }
  .l-category-list {
    background: #fff;
    padding: 10px 20px 40px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-category-list-item {
    width: 100%;
  }
  .l-category-list-item a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #8d775b;
    border-bottom: 1px solid #8d775b;
  }
  .l-category-list-item a .text {
    width: calc(100% - 30px);
    display: block;
    padding: 15px 0;
  }
}

/*Dog salon Egaoについて
=========================================================*/
@media screen and (min-width: 767px) {
  .about-info {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-info {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .feature {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 60px 0;
  }
}

.menu {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .menu {
    padding: 100px 0;
  }
  .menu-contaniner {
    display: grid;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 60px 0;
  }
  .menu-contaniner {
    display: grid;
    row-gap: 40px;
  }
}

/*症状＆好み
=========================================================*/
.l-trouble-posts {
  display: grid;
}
.l-trouble-posts-price {
  color: #d3a755;
  text-align: right;
}
.l-trouble-posts-title {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .l-trouble-category {
    padding: 100px 0;
  }
  .l-trouble-posts {
    padding: 100px 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  }
  .l-trouble-posts-item {
    display: grid;
    row-gap: 15px;
  }
  .l-trouble-posts-title, .l-trouble-posts-text, .l-trouble-posts-price {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .l-trouble-posts .com-img {
    height: 360px;
    border-radius: 8px;
  }
  .l-trouble-posts-price {
    font-size: 20px;
  }
  .l-trouble-posts .c-button {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-trouble-category {
    padding: 60px 0;
  }
  .l-trouble-posts {
    padding: 60px 0;
    gap: 50px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .l-trouble-posts-item {
    display: grid;
    row-gap: 15px;
    padding-bottom: 60px;
    position: relative;
  }
  .l-trouble-posts-title, .l-trouble-posts-text, .l-trouble-posts-price {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .l-trouble-posts .com-img {
    padding-top: 100%;
    border-radius: 8px;
  }
  .l-trouble-posts-title {
    font-size: 15px;
  }
  .l-trouble-posts-price {
    line-height: 1;
    font-size: 14px;
  }
  .l-trouble-posts .c-button {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    padding-right: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

/*サロン概要
=========================================================*/
@media screen and (min-width: 767px) {
  .greeting {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting .owner-name {
    text-align: right;
  }
}

@media screen and (min-width: 767px) {
  .salon-info {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .salon-info {
    padding: 60px 0;
  }
  .salon-info-img {
    text-align: center;
    position: relative;
    left: -5%;
  }
}

.googlemap {
  background: #ccc;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .googlemap {
    border-radius: 30px;
    height: 450px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .googlemap {
    border-radius: 15px;
    height: 250px;
    margin-top: 20px;
  }
}

.sub-visual {
  display: grid;
  align-items: center;
  justify-content: center;
  background: url(../img/common/sv_bg.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    grid-template-columns: 720px 1fr;
    padding: 40px 0;
  }
  .sub-visual-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    padding: 10px 0 20px;
  }
  .sub-visual-title, .sub-visual-img {
    width: 90%;
    margin: 0 0 0 auto;
  }
  .sub-visual-title {
    font-weight: 700;
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.3rem;
    margin-bottom: 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 dt a,
.cont-dl .in-dl dd a {
  color: #d3a755;
  border-bottom: 1px solid #d3a755;
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  background: #d3a755;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 30px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 5px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
.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%;
  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;
  color: #8d775b;
}
.cont-dl .in-dl dd textarea {
  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 #d3a755;
  background-color: #d3a755;
}
@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: #d3a755;
  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 #d3a755;
  color: #d3a755;
  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: #d3a755;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #d3a755;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #8d775b;
  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 #d3a755;
}
@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: #d3a755;
}
.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: #d3a755;
}
@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;
  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 #8d775b;
  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;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #8d775b;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #8d775b;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@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 #d3a755;
}
@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: #d3a755;
  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 #d3a755;
  line-height: 1;
  font-size: 14px;
  color: #d3a755;
}
#contents-u.s-post .tag-name span {
  color: #d3a755;
}

#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 #d3a755;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #8d775b;
}
@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%;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -3px;
    border: solid 3px #d3a755;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -3px;
    border: solid 3px #d3a755;
  }
}

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