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

.under-frame {
  position: relative;
}
.under-frame:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f3eee6;
}
.under-frame .inbox,
.under-frame .widebox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .under-frame::before {
    border-radius: 50px 50px 0 0;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .under-frame::before {
    border-radius: 40px 40px 0 0;
    height: 30px;
  }
}

.main-bg {
  background: #f3eee6;
}

@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 #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 5px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@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: #60451b;
}

.title01 {
  border-bottom: 1px solid #b7a68b;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.title02 {
  font-weight: 700;
  line-height: 1.6;
}
.title02 .sub {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .title02 {
    margin-bottom: 20px;
  }
  .title02 .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    margin-bottom: 20px;
  }
  .title02 .title {
    font-size: 20px;
  }
}

.title03 {
  color: #b7a68b;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .title03 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-title {
  line-height: 1.5;
}
.c-title .lang-en {
  display: block;
  color: #b7a68b;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-size: 16px;
}
.c-title .main {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  position: relative;
}
.c-title .main .ic {
  position: absolute;
  bottom: 0;
}
.c-title .main.ic-right {
  padding: 0 60px 0 0;
}
.c-title .main.ic-both {
  padding: 0 60px;
}
.c-title .main .right {
  right: 0;
}
.c-title .main .left {
  left: 0;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .lang-en {
    font-size: 16px;
  }
  .c-title .lang-ja {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title .lang-en {
    font-size: 14px;
  }
  .c-title .lang-ja {
    font-size: 20px;
  }
  .c-title .right,
  .c-title .left {
    width: 20px;
  }
  .c-title .main.ic-right {
    padding: 0 25px 0 0;
  }
  .c-title .main.ic-both {
    padding: 0 25px;
  }
}

@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;
}

.accent-text {
  color: #ee7701;
}

.banner-list {
  display: flex;
  align-items: center;
}
.banner-list a {
  transition: 0.1s all ease-in;
}
.banner-list a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 767px) {
  .banner-list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner-list {
    gap: 15px;
  }
}

.lang-en {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.2rem;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.badge-list-item {
  background: #f3eee6;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .badge-list-item {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .badge-list-item {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 8px;
    line-height: 1.5;
  }
}

.gallery-list {
  display: grid;
}
@media screen and (min-width: 767px) {
  .gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-list {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}

.com-table .in-dl {
  border-bottom: 1px solid #b7a68b;
  line-height: 1.6;
}
.com-table .in-dl dt {
  font-weight: 700;
  color: #b7a68b;
}
@media screen and (min-width: 767px) {
  .com-table .in-dl {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .com-table .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .com-table dt,
  .com-table dd {
    padding-left: 10px;
  }
  .com-table dt {
    border-left: 3px solid #b7a68b;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .com-table .in-dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .com-table .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .com-table dt,
  .com-table dd {
    font-size: 14px;
    padding-left: 10px;
  }
  .com-table dt {
    border-left: 3px solid #b7a68b;
    margin-bottom: 10px;
  }
}

.c-button {
  border: solid 1px #b7a68b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.1s all ease-in;
}
.c-button:hover {
  border: solid 1px #ee7701;
  background: #ee7701;
}
.c-button:hover .bi,
.c-button:hover .text {
  color: #fff !important;
}
.c-button .bi,
.c-button .text {
  transition: 0.1s all ease-in;
}
.c-button .text {
  color: #60451b;
}
@media screen and (min-width: 767px) {
  .c-button {
    border-radius: 8px;
    height: 60px;
    min-width: 180px;
  }
  .c-button .bi-arrow-right-circle {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    border-radius: 8px;
    height: 50px;
    min-width: 150px;
    font-size: 14px;
  }
  .c-button .bi-arrow-right-circle {
    margin-left: 5px;
    width: 16px;
  }
}

.bi-arrow-right-circle {
  color: #b7a68b;
}

.arw-button {
  border-bottom: 1px solid #b7a68b;
  padding-bottom: 5px;
  transition: 0.1s all ease-in;
}
.arw-button:hover {
  opacity: 0.7;
}
.arw-button .ic {
  margin-right: 5px;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .arw-button .ic {
    margin-right: 5px;
    font-size: 16px;
  }
}
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: #60451b;
}
@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: #60451b;
}
@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%;
    margin: 0 auto;
    padding: 10px 0 30px;
    background: #f3eee6;
  }
  #bread-clumb li {
    position: relative;
    color: #60451b;
    font-size: 14px;
    float: left;
    margin-right: 30px;
  }
  #bread-clumb li:after {
    content: "";
    position: absolute;
    display: block;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 19px;
    background: url(../img/common/list_deco.png) no-repeat center/contain;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #60451b;
  }
  #bread-clumb li a:hover {
    color: #ee7701;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
@media screen and (min-width: 767px) {
  .header {
    height: 110px;
    position: relative;
    z-index: 100;
  }
  .header .header-left {
    width: clamp(150px, 16%, 300px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .header-right {
    gap: 0 30px;
    padding-right: 30px;
  }
  .header .header-right .nav-list {
    gap: 0 20px;
  }
  .header .header-right .nav-list-item a {
    font-weight: 700;
    display: block;
    transition: 0.1s all ease-in;
    color: #60451b;
    font-size: clamp(14px, 0.8vw, 16px);
  }
  .header .header-right .nav-list-item a:hover {
    color: #ee7701;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
  .header .header-left {
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .header-right {
    display: none;
  }
  .header .fixed-contact {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: #716152;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header .fixed-contact-list {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header .fixed-contact-list a {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    background: #f3eee6;
  }
  .header .fixed-contact .ic {
    width: 25px;
  }
}

/*Mainvisual
=========================================================*/
.main-visual {
  position: relative;
}
.main-visual:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f3eee6;
}
@media screen and (min-width: 767px) {
  .main-visual:before {
    height: clamp(100px, 11vw, 200px);
    border-radius: 0 100px 0 0;
  }
  .main-visual .catch {
    order: 1;
    width: 620px;
    position: relative;
    z-index: 10;
  }
  .main-visual-img {
    position: relative;
    z-index: 10;
    order: 0;
    width: calc(100% - 620px);
  }
  .main-visual .scroll-text {
    writing-mode: vertical-rl;
    color: #b7a68b;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 400;
    position: absolute;
    right: 110px;
    bottom: 0;
  }
  .main-visual .scroll-text span {
    position: relative;
    padding-bottom: 90px;
  }
  .main-visual .scroll-text span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    background: #b7a68b;
    height: 80px;
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    display: grid;
    padding-top: 30px;
    row-gap: 30px;
  }
  .main-visual:before {
    height: 25px;
    border-radius: 0 40px 0 0;
  }
  .main-visual .catch {
    order: 1;
    position: relative;
    z-index: 10;
    order: 0;
    width: 70%;
    margin: 0 auto;
  }
  .main-visual-img {
    position: relative;
    order: 0;
    z-index: 10;
    order: 0;
    width: 100%;
    padding-top: 90%;
    background: url(../img/top/mv_img.png) no-repeat center bottom/175%;
  }
  .main-visual-img img {
    display: none;
  }
  .main-visual .scroll-text {
    display: none;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
.top-about {
  background: #f3eee6;
}
.top-about-traning {
  background-color: #fff;
}
.top-about-traning-title {
  font-weight: 700;
  text-align: center;
  color: #b7a68b;
}
.top-about-traning-list-item {
  position: relative;
  background: #f3eee6;
}
.top-about-traning-list .number {
  background: #b7a68b;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0.2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
}
.top-about-traning-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 70px;
}
.top-about-traning .text {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding: 100px 0 0;
  }
  .top-about .widebox {
    position: relative;
  }
  .top-about-contents {
    width: 690px;
    margin: 0 0 0 auto;
    min-height: 780px;
  }
  .top-about-img {
    position: absolute;
    left: 0;
    top: 100px;
  }
  .top-about-traning {
    border-radius: 8px;
    padding: 30px 0;
    margin-top: 40px;
  }
  .top-about-traning-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .top-about-traning-list {
    gap: 35px;
  }
  .top-about-traning-list-item {
    width: 150px;
    border-radius: 8px;
    padding: 25px 0 15px;
  }
  .top-about-traning-list .number {
    width: 38px;
    height: 38px;
    transform: translateX(-19px);
    top: -19px;
  }
  .top-about-traning-list .text {
    font-size: 18px;
  }
  .top-about .c-button {
    margin-top: 35px;
  }
  .top-about-band-img {
    margin-top: 110px;
    padding-bottom: 25px;
    position: relative;
  }
  .top-about-band-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: #fff;
  }
  .top-about-band-img img {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0 0;
  }
  .top-about-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .top-about-traning {
    border-radius: 8px;
    padding: 30px 20px;
    margin-top: 40px;
  }
  .top-about-traning-title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .top-about-traning-list {
    width: 100%;
    gap: 10px;
  }
  .top-about-traning-list-item {
    width: 100%;
    border-radius: 8px;
    padding: 25px 0 15px;
  }
  .top-about-traning-list-item:last-of-type {
    margin-bottom: 0;
  }
  .top-about-traning-list .number {
    width: 38px;
    height: 38px;
    transform: translateX(-19px);
    top: -19px;
  }
  .top-about-traning-list .text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .top-about .c-button {
    margin-top: 35px;
  }
  .top-about-band-img {
    margin-top: 60px;
    padding-bottom: 25px;
    position: relative;
  }
  .top-about-band-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .top-about-band-img img {
    position: relative;
  }
}

/*solve
=========================================================*/
.solve-container {
  background: #f3eee6;
  box-sizing: border-box;
  position: relative;
}
.solve-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.solve-list {
  display: flex;
  flex-wrap: wrap;
}
.solve-list-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.solve-list-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/top/top_solve-deco.png) no-repeat center/contain;
}
.solve-solution-title {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .solve {
    padding: 100px 0;
  }
  .solve-container {
    border-radius: 50px;
    padding: 70px 50px 135px;
    margin-bottom: 165px;
  }
  .solve-container:before {
    border: solid transparent 45px;
    border-top: solid #ee7701 20px;
    bottom: -180px;
  }
  .solve-list {
    gap: 95px 40px;
  }
  .solve-list-item {
    width: 300px;
    height: 100px;
    border-radius: 8px;
  }
  .solve-list-item:nth-child(3n+2) {
    top: -35px;
  }
  .solve-list-item:before {
    width: 20px;
    height: 40px;
    bottom: -50px;
  }
  .solve-dog-img {
    position: absolute;
    left: -20px;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    text-align: center;
  }
  .solve-solution {
    display: flex;
  }
  .solve-solution-title {
    line-height: 1.6;
    font-size: 26px;
    width: 480px;
  }
  .solve-solution-detail {
    width: calc(100% - 490px);
    letter-spacing: 0rem;
  }
  .solve-solution .c-button {
    width: 500px;
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .solve {
    padding: 60px 0;
  }
  .solve-container {
    border-radius: 25px;
    padding: 40px 20px 100px;
    margin-bottom: 150px;
  }
  .solve-container:before {
    border: solid transparent 45px;
    border-top: solid #ee7701 20px;
    bottom: -150px;
  }
  .solve-list {
    row-gap: 10px;
  }
  .solve-list-item {
    width: 100%;
    padding: 20px 10px;
    border-radius: 8px;
  }
  .solve-list-item:before {
    display: none;
  }
  .solve-dog-img {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -60px;
    transform: translateX(-50%);
    width: 140px;
    text-align: center;
  }
  .solve-solution {
    display: grid;
    row-gap: 20px;
  }
  .solve-solution-title {
    line-height: 1.6;
    font-size: 20px;
    justify-content: flex-start;
  }
  .solve-solution .c-button {
    margin: 35px auto 0;
  }
}

/*top-voice
=========================================================*/
.top-voice {
  background: #f3eee6;
}
.top-voice-card-title {
  border-bottom: 1px solid #b7a68b;
}
.top-voice-card-detail {
  display: grid;
  color: #b7a68b;
}
@media screen and (min-width: 767px) {
  .top-voice {
    padding: 80px 0;
  }
  .top-voice-title {
    margin-bottom: 50px;
  }
  .top-voice-title .c-title {
    margin-bottom: 0;
  }
  .top-voice-title .c-button {
    width: 300px;
  }
  .top-voice-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
  }
  .top-voice-card a {
    color: #60451b;
    transition: 0.1s all ease-in;
  }
  .top-voice-card a:hover {
    opacity: 0.6;
  }
  .top-voice-card .com-img {
    height: 300px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-voice-card-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .top-voice-card-text {
    line-height: 1.4;
  }
  .top-voice-card-detail {
    line-height: 1.4;
    margin-top: 15px;
    gap: 5px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding: 60px 0;
  }
  .top-voice-title {
    margin-bottom: 30px;
  }
  .top-voice-title .c-title {
    margin-bottom: 0;
  }
  .top-voice-title .c-button {
    width: 150px;
    height: 40px;
  }
  .top-voice-title .c-button .text {
    font-size: 11px;
  }
  .top-voice-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .top-voice-card a {
    color: #60451b;
    transition: 0.1s all ease-in;
  }
  .top-voice-card a:hover {
    opacity: 0.6;
  }
  .top-voice-card .com-img {
    padding-top: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-voice-card-title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
  }
  .top-voice-card-text {
    line-height: 1.4;
    font-size: 12px;
  }
  .top-voice-card-detail {
    line-height: 1.4;
    margin-top: 15px;
    gap: 5px 0;
    font-size: 11px;
  }
}

/*top-message
=========================================================*/
@media screen and (min-width: 767px) {
  .top-message {
    padding: 100px 0 200px;
    position: relative;
  }
  .top-message-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 60px);
  }
  .top-message-container {
    width: 555px;
  }
  .top-message .c-button {
    margin-top: 50px;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .top-message {
    padding: 60px 0;
    position: relative;
  }
  .top-message-img {
    width: 95%;
    margin: 60px 0 0 auto;
  }
  .top-message .c-button {
    margin-top: 50px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #f3eee6;
}
.top-column-list {
  display: grid;
  border-bottom: 1px solid #b7a68b;
}
.top-column-card .com-img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.top-column-card-title {
  color: #60451b;
}
.top-column-card .post-time {
  color: #b7a68b;
  font-family: "Ubuntu", sans-serif;
}
.top-column-card .text {
  color: #b7a68b;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 0 0 100px;
  }
  .top-column-list {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 40px;
  }
  .top-column-card {
    transition: 0.1s all ease-in;
  }
  .top-column-card:hover {
    opacity: 0.8;
  }
  .top-column-card .com-img {
    height: 270px;
  }
  .top-column-card-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .top-column-card .text {
    margin-top: 15px;
  }
  .top-column .wide-button {
    width: 690px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 0 0 60px;
  }
  .top-column-list {
    row-gap: 40px;
    padding-bottom: 30px;
  }
  .top-column-card .com-img {
    padding-top: 67%;
  }
  .top-column-card-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .top-column-card .text {
    margin-top: 10px;
  }
  .top-column .wide-button {
    margin: 30px auto 0;
  }
}

/*top-news
=========================================================*/
.top-news-container {
  background: #f3eee6;
}
.top-news-title {
  position: relative;
  z-index: 100;
}
.top-news-list {
  display: grid;
}
.top-news-item a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.top-news-item a .ic-arw {
  position: absolute;
  color: #b7a68b;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 80px 0;
    position: relative;
  }
  .top-news-container {
    padding: 80px 50px 80px 0;
    box-sizing: border-box;
    border-radius: 0 50px 50px 0;
  }
  .top-news-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    width: calc((100vw - 1080px) / 2);
    height: calc(100% - 160px);
    background: #f3eee6;
  }
  .top-news-title {
    width: 225px;
    position: relative;
    min-height: 150px;
  }
  .top-news-title .arw-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top-news-list {
    width: calc(100% - 225px);
    gap: 20px;
  }
  .top-news-item a {
    border-radius: 8px;
    padding: 25px 20px;
    transition: 0.1s all ease-in;
  }
  .top-news-item a:hover {
    opacity: 0.7;
  }
  .top-news-item a .ic-arw {
    right: 20px;
    font-size: 20px;
  }
  .top-news-item .post-time {
    font-family: "Ubuntu", sans-serif;
    color: #b7a68b;
  }
  .top-news-item-title {
    font-size: 18px;
    color: #60451b;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 30px 0;
    position: relative;
  }
  .top-news-container {
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    border-radius: 0 40px 40px 0;
    display: grid;
  }
  .top-news-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: calc((100vw - 90%) / 2);
    height: calc(100% - 60px);
    background: #f3eee6;
  }
  .top-news-title {
    position: relative;
    display: flex;
    margin-bottom: 30px;
  }
  .top-news-title .c-title {
    margin-bottom: 0;
  }
  .top-news-title .arw-button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top-news-title .arw-button .text {
    font-size: 12px;
  }
  .top-news-list {
    gap: 20px;
  }
  .top-news-item a {
    border-radius: 8px;
    padding: 15px 35px 15px 15px;
  }
  .top-news-item a .ic-arw {
    right: 12px;
    font-size: 16px;
  }
  .top-news-item .post-time {
    font-family: "Ubuntu", sans-serif;
    color: #b7a68b;
    font-size: 12px;
  }
  .top-news-item-title {
    font-size: 14px;
    color: #60451b;
    line-height: 1.6;
  }
}

/*l-cta
=========================================================*/
.l-cta {
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
.l-cta-container {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta-container {
    padding: 50px 60px;
  }
  .l-cta .c-title {
    margin-bottom: 20px;
  }
  .l-cta-text {
    margin-bottom: 50px;
  }
  .l-cta-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .l-cta .c-button {
    height: 80px;
    gap: 0 15px;
  }
  .l-cta .c-button .text {
    font-size: 18px;
    color: #60451b;
  }
  .l-cta .c-button .ic-mail {
    font-size: 30px;
    color: #60451b;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta-container {
    padding: 30px 20px;
  }
  .l-cta .c-title {
    margin-bottom: 20px;
  }
  .l-cta-text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .l-cta-list {
    display: grid;
    row-gap: 15px;
  }
  .l-cta .c-button {
    gap: 0 15px;
    height: 60px;
  }
  .l-cta .c-button .text {
    font-size: 15px;
    color: #60451b;
  }
  .l-cta .c-button .ic {
    width: 30px;
  }
  .l-cta .c-button .ic-mail {
    width: 20px;
    font-size: 20px;
    color: #60451b;
  }
}

/*=========================================================
	footer
=========================================================*/
@media screen and (min-width: 767px) {
  .footer-wrp {
    padding: 100px 0;
  }
  .footer-left {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-address {
    margin-bottom: 20px;
  }
  .footer-detail {
    gap: 0 10px;
  }
  .footer-detail-left {
    width: 195px;
  }
  .footer-right {
    width: 390px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav {
    display: grid;
    gap: 40px 0;
  }
  .footer-nav a {
    color: #60451b;
    font-weight: 700;
    transition: 0.1s all ease-in;
  }
  .footer-nav a:hover {
    color: #ee7701;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer-wrp {
    padding: 60px 0 70px;
    display: grid;
    row-gap: 30px;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 40px;
  }
  .footer-address {
    margin-bottom: 20px;
  }
  .footer-detail {
    row-gap: 20px;
    display: grid;
  }
  .footer-detail-left {
    font-size: 14px;
  }
  .footer-right {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav {
    display: grid;
    gap: 10px 0;
  }
  .footer-nav a {
    color: #60451b;
    font-weight: 700;
    transition: 0.1s all ease-in;
    font-size: 13px;
  }
  .footer-nav a:hover {
    color: #ee7701;
  }
}

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

/*コンポーネント
=========================================================*/
.contents-l {
  display: grid;
}
@media screen and (min-width: 767px) {
  .contents-l {
    grid-template-columns: 1fr 520px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-l {
    row-gap: 40px;
  }
}

.contents-r {
  display: grid;
}
.contents-r-box {
  display: grid;
}
@media screen and (min-width: 767px) {
  .contents-r {
    row-gap: 50px;
  }
  .contents-r-box {
    grid-template-columns: 350px 1fr;
    gap: 0 40px;
  }
  .contents-r-text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-r {
    row-gap: 50px;
  }
  .contents-r-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*らぶどっぐ豆とは
=========================================================*/
@media screen and (min-width: 767px) {
  .about-us {
    padding: 100px 0;
  }
  .about-us .contents-l-detail {
    background: url(../img/about/about_deco.png) no-repeat left bottom;
  }
}
@media screen and (max-width: 768px) {
  .about-us {
    padding: 60px 0;
  }
  .about-us .contents-l-detail {
    padding-bottom: 25%;
    background: url(../img/about/about_deco.png) no-repeat center bottom/90%;
  }
}

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

/*トレーニングについて
=========================================================*/
@media screen and (min-width: 767px) {
  .trouble .solve-container {
    background: #fff;
  }
  .trouble .solve-list-item {
    background: #f3eee6;
  }
  .trouble .solve-list-item:before {
    background: url(../img/training/training_trouble-deco.png);
  }
  .trouble-solution {
    font-size: 26px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .trouble .solve-container {
    background: #fff;
  }
  .trouble .solve-list-item {
    background: #f3eee6;
  }
  .trouble .solve-list-item:before {
    background: url(../img/training/training_trouble-deco.png);
  }
  .trouble-solution {
    font-size: 18px;
    font-weight: 700;
  }
}

@media screen and (min-width: 767px) {
  .feature {
    padding: 100px 0;
  }
  .feature .c-title {
    margin-bottom: 80px;
  }
  .feature .contents-r-box {
    grid-template-columns: 1fr 350px;
  }
  .feature .contents-r-img {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 60px 0;
  }
  .feature .c-title {
    margin-bottom: 50px;
  }
}

.training-flow-contents {
  background: #f3eee6;
  box-sizing: border-box;
}
.training-flow-list {
  display: grid;
}
.training-flow-list-item {
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.training-flow-list-item:before {
  content: "";
  display: block;
  position: absolute;
}
.training-flow-list-item .number {
  text-align: center;
  color: #fff;
  background: #b7a68b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Ubuntu", sans-serif;
}
.training-flow-list-item .name {
  text-align: center;
  color: #b7a68b;
  font-weight: 700;
  letter-spacing: 0;
}
.training-flow-list-item .text {
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 767px) {
  .training-flow {
    padding: 100px 0;
  }
  .training-flow-contents {
    padding: 55px 40px 40px;
    border-radius: 30px;
  }
  .training-flow-list {
    gap: 50px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .training-flow-list-item {
    border-radius: 8px;
    padding: 40px 25px 30px;
  }
  .training-flow-list-item:nth-of-type(3n):before {
    display: none;
  }
  .training-flow-list-item:before {
    border: solid transparent 10px;
    border-left: solid 10px #ee7701;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
  }
  .training-flow-list-item .number {
    width: 37px;
    height: 37px;
    top: -19px;
    line-height: 37px;
  }
  .training-flow-list-item .name {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .training-flow-list-item .text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .training-flow {
    padding: 60px 0;
  }
  .training-flow-contents {
    padding: 30px 25px 25px;
    border-radius: 15px;
  }
  .training-flow-list {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .training-flow-list-item {
    border-radius: 8px;
    padding: 35px 25px 25px;
  }
  .training-flow-list-item:last-of-type:before {
    display: none;
  }
  .training-flow-list-item:before {
    border: solid transparent 10px;
    border-top: solid 10px #ee7701;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
  .training-flow-list-item .number {
    width: 37px;
    height: 37px;
    top: -15px;
    font-size: 15px;
    line-height: 37px;
  }
  .training-flow-list-item .name {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .training-flow-list-item .text {
    line-height: 1.5;
  }
}

.plan-title {
  display: grid;
}
.plan-detail {
  display: grid;
}
.plan-table-wrapper {
  background: #fff;
}
.plan-table .in-dl {
  text-align: center;
  display: grid;
}
.plan-table .in-dl:nth-of-type(1) {
  border-bottom: 1px solid #b7a68b;
}
.plan-table .in-dl:last-of-type {
  margin-bottom: 0;
}
.plan-table .other {
  color: #b7a68b;
}
@media screen and (min-width: 767px) {
  .plan {
    padding: 100px 0;
  }
  .plan-title {
    grid-template-columns: 435px 1fr;
  }
  .plan-text {
    letter-spacing: 0;
  }
  .plan-detail {
    row-gap: 45px;
    margin-top: 70px;
  }
  .plan-table-wrapper {
    border-radius: 8px;
    padding: 50px;
  }
  .plan-table .in-dl {
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .plan-table .in-dl:nth-of-type(1) {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .plan-table .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .plan-table-name {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 60px 0;
  }
  .plan-text {
    letter-spacing: 0;
  }
  .plan-detail {
    row-gap: 30px;
    margin-top: 40px;
  }
  .plan-table-wrapper {
    border-radius: 8px;
    padding: 10px;
  }
  .plan-table .in-dl {
    display: grid;
    margin-bottom: 20px;
    font-size: 13px;
    grid-template-columns: 100px 1fr 1fr;
  }
  .plan-table .in-dl:nth-of-type(1) {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .plan-table .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .plan-table-name {
    font-size: 14px;
    font-weight: 700;
  }
}

.faq-wrapper {
  position: relative;
}
.faq-wrapper:before {
  content: "";
  display: block;
  background: #f3eee6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.faq-box {
  display: grid;
  background: #f3eee6;
}
.faq-contents {
  display: grid;
}
.faq-post {
  background: #fff;
}
.faq-post-title {
  display: grid;
}
.faq-post-title .title {
  color: #b7a68b;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .faq {
    padding: 80px 0;
  }
  .faq-wrapper:before {
    width: calc((100% - 1080px) / 2);
  }
  .faq-box {
    grid-template-columns: 325px 1fr;
    padding: 75px 55px;
    border-radius: 0 50px 50px 0;
  }
  .faq-contents {
    row-gap: 20px;
  }
  .faq-post {
    border-radius: 8px;
    padding: 20px;
  }
  .faq-post-title {
    grid-template-columns: 55px 1fr;
    margin-bottom: 15px;
  }
  .faq-post-title .title {
    font-size: 18px;
    margin-top: 2px;
  }
  .faq-post-text {
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 30px 0;
  }
  .faq-wrapper:before {
    width: 5%;
  }
  .faq-box {
    padding: 30px 20px;
    border-radius: 0 25px 25px 0;
  }
  .faq-contents {
    row-gap: 20px;
  }
  .faq-post {
    border-radius: 8px;
    padding: 15px;
  }
  .faq-post-title {
    grid-template-columns: 35px 1fr;
    margin-bottom: 15px;
  }
  .faq-post-title .title {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 2px;
  }
  .faq-post-title .ic {
    width: 25px;
  }
  .faq-post-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

/*飼い主様の声
=========================================================*/
.voice-list {
  display: grid;
}
.voice-list-card {
  display: grid;
  background: #fff;
}
.voice-list-card .com-img {
  border: solid 1px #b7a68b;
  border-radius: 8px;
}
.voice-list-card-type {
  margin-top: 20px;
  color: #ee7701;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .voice {
    padding: 100px 0;
  }
  .voice-list {
    row-gap: 50px;
  }
  .voice-list-card {
    padding: 50px;
    border-radius: 8px;
    grid-template-columns: 300px 1fr;
  }
  .voice-list-card-detail {
    padding-left: 35px;
  }
  .voice-list .com-img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 60px 0;
  }
  .voice-list {
    row-gap: 50px;
  }
  .voice-list-card {
    padding: 20px;
    border-radius: 8px;
  }
  .voice-list-card .com-img {
    padding-top: 100%;
    margin-bottom: 20px;
  }
  .voice-list-card .title01 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .voice-list-card-text {
    font-size: 15px;
  }
  .voice-list-card-type {
    font-size: 13px;
  }
}

/*店舗概要
=========================================================*/
.school .certification {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .school {
    padding: 100px 0;
  }
  .school .contents-l {
    margin-bottom: 50px;
    letter-spacing: 0;
  }
  .school .contents-l-text .text {
    width: 480px;
  }
  .school .contents-l-text .name {
    margin-top: 60px;
  }
  .school .certification {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .school {
    padding: 60px 0;
  }
  .school .contents-l {
    margin-bottom: 30px;
  }
  .school .contents-l-text .name {
    margin-top: 40px;
  }
  .school .certification {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
  }
}

@media screen and (min-width: 767px) {
  .info {
    padding: 100px 0;
  }
  .info .inbox {
    display: flex;
  }
  .info .c-title {
    width: calc(100% - 590px);
  }
  .info .com-table {
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding: 60px 0;
  }
}

.sub-visual {
  line-height: 1.4;
  position: relative;
}
.sub-visual:before {
  content: "";
  display: block;
  width: 100%;
  background: #f3eee6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sub-visual .widebox {
  height: 100%;
  position: relative;
}
.sub-visual .lang-en {
  display: block;
  color: #b7a68b;
  font-family: "Ubuntu", sans-serif;
}
.sub-visual .lang-ja {
  font-weight: 700;
}
.sub-visual-stump {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 290px;
    box-sizing: border-box;
    padding-top: 60px;
  }
  .sub-visual:before {
    height: 90px;
    border-radius: 0 80px 0 0;
  }
  .sub-visual .lang-en {
    font-size: 16px;
  }
  .sub-visual .lang-ja {
    font-size: 40px;
  }
  .sub-visual .ic {
    width: 70px;
  }
  .sub-visual .title {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 100px;
    box-sizing: border-box;
  }
  .sub-visual:before {
    height: 20px;
    border-radius: 0 40px 0 0;
  }
  .sub-visual .lang-en {
    font-size: 14px;
  }
  .sub-visual .lang-ja {
    font-size: 18px;
  }
  .sub-visual .ic {
    width: 30px;
  }
  .sub-visual .title {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
  .sub-visual-stump {
    width: 50px;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
  .cont-dl .in-dl {
    display: flex;
  }
  .cont-dl .in-dl .hissu {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
  .cont-dl .in-dl {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .cont-dl .in-dl:first-child {
    border-top: none;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 15px;
    padding: 10px 40px 10px 10px;
  }
  .cont-dl .in-dl .hissu {
    top: 12px;
  }
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #60451b;
  border-bottom: 1px solid #60451b;
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  color: #fff;
  background: #ee7701;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
  background: #f3eee6;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 450px;
  }
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: calc(100% - 450px);
  }
}
.cont-dl .in-dl dd .date-list {
  padding-left: 0;
}
.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-wrp {
  position: relative;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd .select-wrp {
    width: 250px;
  }
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #60451b;
  border-left: 2px solid #60451b;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 300px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #60451b;
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd select {
    width: 250px;
  }
}
.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 #60451b;
  background-color: #60451b;
}
@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: #60451b;
  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 #60451b;
  color: #60451b;
  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: #60451b;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #60451b;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #60451b;
  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 #60451b;
}
@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: #60451b;
}
.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: #60451b;
}
@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 #60451b;
  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 #60451b;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #60451b;
  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 #60451b;
}
@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: #60451b;
  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 #60451b;
  line-height: 1;
  font-size: 14px;
  color: #60451b;
}
#contents-u.s-post .tag-name span {
  color: #60451b;
}

#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 #60451b;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #60451b;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 20px 0 20px 15px;
  }
  #site-map ul li a:hover {
    color: #ee7701;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 15px 0 15px 15px;
  }
}

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