/* 
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
*/
body {
  font-size: 4vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #181818;
  background: #fff6ea;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.top_about {
  width: 100%;
}

.cmn_ttl {
  font-size: 6.6666666667vw;
  line-height: 1em 35, 25;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #181818;
  margin-bottom: 6.6666666667vw;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header_logo {
  width: 70%;
  margin: 5.3333333333vw auto 5.3333333333vw;
  display: none;
}
.header_nav {
  display: none;
}
.header_nav_item {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.header_nav_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.header_info {
  display: none;
  background: #fff;
  padding: 5.3333333333vw 2.6666666667vw;
  border-radius: 1.3333333333vw;
  margin-top: 8vw;
}
.header_tel {
  text-align: center;
  padding-bottom: 4vw;
  border-bottom: 0.5333333333vw dotted #ece3d0;
  margin-bottom: 4vw;
}
.header_tel p {
  font-size: 4.5333333333vw;
  color: #381e0e;
}
.header .mail_btn {
  width: 100%;
}
.header_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
  justify-content: center;
}
.header_sns a {
  width: 8vw;
  height: 8vw;
}
.header_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4vw;
  position: relative;
  z-index: 1;
}
.header_main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0%;
  width: 56.6666666667vw;
  height: 57.7333333333vw;
  transform: translate(0%, 0%);
  background: url(/img/top/topshadow.png) no-repeat center center/cover;
}
.header_main_logo {
  width: 48vw;
  height: 21.3333333333vw;
  margin-right: 8vw;
}
.header_main_sns {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
  margin-right: 4vw;
}
.header_main_sns a {
  width: 8vw;
  height: 8vw;
}
.header_main_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.cmn_tel {
  font-size: 5.6vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #fff;
}
.cmn_tel span {
  font-size: 4.2666666667vw;
}

.cmn_btn {
  width: 53.3333333333vw;
  padding: 2.1333333333vw 4vw;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cmn_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 3.2vw;
  width: 1.6vw;
  height: 3.2vw;
  transform: translate(0%, -50%);
  background: url(/img/common/arrow01.png) no-repeat center center/contain;
}
.cmn_btn p {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.footer {
  padding-top: 13.3333333333vw;
  width: 100%;
  background: #381e0e;
  padding-bottom: 8vw;
}
.footer_sep {
  width: 100%;
  height: 60vw;
  margin-bottom: 13.3333333333vw;
}
.footer_sep img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13.3333333333vw;
  margin-bottom: 8vw;
}
.footer_conttl {
  color: #fff;
  writing-mode: vertical-lr;
  margin-bottom: 0;
}
.footer_tel {
  margin-bottom: 6.6666666667vw;
}
.footer_logo {
  width: 80%;
  margin: 0px auto 6.6666666667vw;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 6.6666666667vw;
  gap: 6.6666666667vw;
}
.footer_nav_list {
  padding-left: 2.6666666667vw;
  border-left: 0.8vw double #603a24;
}
.footer_nav_item {
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #fff;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 4vw;
}
.footer_nav_item a {
  color: #fff;
}

.copy_right {
  font-size: 2.6666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.copy_right a {
  color: #fff;
}

.mail_btn {
  background: #cb7d29;
  margin-bottom: 2.4vw;
}
.mail_btn p {
  text-align: center;
  padding-left: 2em;
  line-height: 1;
  margin-right: 6.6666666667vw;
}
.mail_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1em;
  height: 0.75em;
  transform: translate(0%, -50%);
  background: url(/img/common/mailicon.png) no-repeat center center/contain;
}

.line_btn {
  background: #477926;
}
.line_btn p {
  text-align: center;
  padding-left: 2.1428571429em;
  line-height: 1;
  margin-right: 6.6666666667vw;
}
.line_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.2142857143em;
  height: 1.2142857143em;
  transform: translate(0%, -50%);
  background: url(/img/common/chaticon.png) no-repeat center center/contain;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  margin-top: 16vw;
}
.mv_catch {
  font-size: 7.2vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 8vw;
  margin-left: 6.6666666667vw;
}
.mv_img {
  width: 100%;
  height: 116vw;
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  margin-top: 16vw;
}
.sv_img {
  width: 100%;
  height: 62.6666666667vw;
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv_catch {
  padding: 4vw;
  text-align: left;
  font-size: 7.2vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 0.12;
  font-family: "Shippori Mincho", serif;
}

/*--------------------sv--------------------*/
.cmn_txt {
  font-size: 4.2666666667vw;
  line-height: 1.7142857143em;
  letter-spacing: 0.12em;
  font-weight: 400;
  color: #181818;
}

/*--------------------about--------------------*/
.concept {
  width: 100%;
  position: relative;
  z-index: 1;
}
.concept::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  width: 60.2666666667vw;
  height: 53.4666666667vw;
  transform: translate(0%, 0%);
  background: url(/img/common/shadow.png) no-repeat center center/contain;
}
.concept_box {
  width: 100%;
}
.concept_box:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
.concept_box_ttl {
  font-size: 4.5333333333vw;
  line-height: 1.5882352941em;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #cb7d29;
  font-family: "Shippori Mincho", serif;
  background: #f9ecdc;
  padding: 3.0666666667vw 2.1333333333vw;
  border-left: 1.0666666667vw solid #f0dac0;
  margin-bottom: 2.6666666667vw;
}

.voice {
  background: #f9ecdc;
}
.voice_inner {
  width: 93.3333333333vw;
}
.voice_box {
  background: #fff;
  padding: 10.6666666667vw 8vw;
}
.voice_box:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.voice_box_ttl {
  font-size: 4.5333333333vw;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #cb7d29;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 0.8823529412em;
  border-bottom: 0.2666666667vw solid #cb7d29;
  margin-bottom: 4vw;
}

/*--------------------about--------------------*/
/*--------------------purin--------------------*/
.pruin_txt {
  text-align: center;
  margin-top: 21.3333333333vw;
  font-family: "Shippori Mincho", serif;
}

.cmn_mitu_img {
  width: 100%;
  height: 56vw;
  margin-bottom: 5.3333333333vw;
}
.cmn_mitu_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn_mitu_box {
  width: 100%;
}
.cmn_mitu_box:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.cmn_mitu_box_ttl {
  font-size: 4.5333333333vw;
  line-height: 1.5882352941em;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #cb7d29;
  font-family: "Shippori Mincho", serif;
  background: #f9ecdc;
  padding: 3.0666666667vw 2.1333333333vw;
  border-left: 1.0666666667vw solid #f0dac0;
  margin-bottom: 2.6666666667vw;
}

#purin {
  background: #f9ecdc;
}
#purin .cmn_mitu_box_ttl {
  background: #fff6ea;
}

/*--------------------purin--------------------*/
/*--------------------menu--------------------*/
.menu_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
}

.menu {
  width: 100%;
}
.menu:nth-child(odd) {
  background: #f9ecdc;
}
.menu_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.menu_box:not(:last-child) {
  padding-bottom: 3.4666666667vw;
  border-bottom: 0.2666666667vw solid #cb7d29;
  margin-bottom: 3.4666666667vw;
}
.menu_box_ttl {
  width: 66.6666666667vw;
}
.menu_box_txt {
  width: calc(100% - 66.6666666667vw);
  text-align: right;
}
.menu_time {
  margin: -2.6666666667vw auto 5.3333333333vw;
  width: 61.3333333333vw;
  background: #f0dac0;
  padding: 2.9333333333vw;
  text-align: center;
}

/*--------------------menu--------------------*/
/*--------------------company--------------------*/
.owner {
  width: 100%;
}
.owner_name {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #cb7d29;
  text-align: center;
  margin-bottom: 4vw;
}

.gallery {
  width: 100%;
}
.gallery_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6.6666666667vw;
}
.gallery_img {
  width: 40vw;
  height: 40vw;
}
.gallery_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company {
  background: #f9ecdc;
}
.company_dl {
  margin-bottom: 9.3333333333vw;
}

.googlemap {
  width: 100%;
  height: 61.3333333333vw;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn_dl_box:not(:last-child) {
  border-bottom: 0.2666666667vw solid #cb7d29;
  padding-bottom: 3.2vw;
  margin-bottom: 3.2vw;
}
.cmn_dl_box dt {
  width: 22.6666666667vw;
  padding-right: 2.6666666667vw;
  font-weight: 500;
  color: #cb7d29;
}
.cmn_dl_box dd {
  width: calc(100% - 22.6666666667vw);
  font-weight: 500;
}

/*--------------------company--------------------*/
/*--------------------top-------------------*/
.top_about {
  width: 100%;
}
.top_about_ttl {
  text-align: left;
}
.top_about_txt p:not(:last-child) {
  margin-bottom: 6.6666666667vw;
}

.top_capcha {
  position: relative;
  height: 213.3333333333vw;
}
.top_capcha::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -3.3333333333vw;
  width: 91.6vw;
  height: 124.2666666667vw;
  transform: translate(0%, 0%);
  background: url(/img/top/shadowbg01.png) no-repeat left top/contain;
}
.top_capcha::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 40vw;
  transform: translate(-50%, 0%);
  background: #381e0e;
}
.top_capcha_img01 {
  width: 60vw;
  height: 44vw;
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0%;
  transform: translate(0%, 0%);
}
.top_capcha_img02 {
  width: 49.3333333333vw;
  height: 61.3333333333vw;
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 0%;
  transform: translate(0%, -50%);
}
.top_capcha_img03 {
  width: 80vw;
  height: 76vw;
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0;
  transform: translate(0%, 0%);
}

.syun {
  background: #381e0e;
}
.syun_ttl {
  text-align: left;
  color: #fff;
}
.syun_img {
  width: 86.6666666667vw;
  height: 57.3333333333vw;
  margin-bottom: 8vw;
}
.syun_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.syun_txt {
  color: #fff;
  margin-bottom: 8vw;
}

.top_menu {
  width: 100%;
}
.top_menu_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 6.6666666667vw;
  margin-bottom: 18.6666666667vw;
}
.top_menu_box {
  width: 40vw;
}
.top_menu_img {
  width: 100%;
  height: 29.3333333333vw;
}
.top_menu_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.purin {
  width: 100%;
  background: #f9ecdc;
  position: relative;
  z-index: 1;
}
.purin::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 62%;
  left: 0%;
  width: 67.6vw;
  height: 78.9333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/top/shadow02.png) no-repeat center center/contain;
}
.purin_ttl {
  text-align: center;
}
.purin_ttl span {
  display: inline-block;
  font-size: 3vw 3;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 0.3636363636em;
  border-bottom: 1.0666666667vw double #181818;
  margin-top: 5.3333333333vw;
}
.purin_img {
  width: 89.3333333333vw;
  height: 69.3333333333vw;
}
.purin_txt {
  width: 19.0666666667vw;
}
.purin_wrap {
  margin-bottom: 5.3333333333vw;
}
.purin_box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.purin_box:nth-child(odd) .purin_img {
  position: absolute;
  z-index: -1;
  top: 18.6666666667vw;
  left: 0%;
  transform: translate(0%, 0%);
}
.purin_box:nth-child(odd) .purin_txt {
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 3.3333333333vw;
  transform: translate(0%, 0%);
}
.purin_box:nth-child(even) .purin_img {
  position: absolute;
  z-index: -1;
  top: 18.6666666667vw;
  right: 0%;
  transform: translate(0%, 0%);
}
.purin_box:nth-child(even) .purin_txt {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 3.3333333333vw;
  transform: translate(0%, 0%);
}
.purin_box:nth-child(1) {
  height: 89.3333333333vw;
}
.purin_box:nth-child(2) {
  height: 89.3333333333vw;
}
.purin_box:nth-child(3) {
  height: 97.3333333333vw;
}
.purin_box:not(:last-child) {
  margin-bottom: 8vw;
}

.cmn_btn03 {
  width: 45.3333333333vw;
  padding: 3.4666666667vw 4vw;
  background: #cb7d29;
  margin: 0 auto;
}
.cmn_btn03 p {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.cmn_btn03 p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 0.4285714286em;
  height: 0.8571428571em;
  background: url(/img/common/arrow01.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}

.cmn_btn02 {
  width: 100%;
  padding: 3.2vw 4vw;
  border: 0.2666666667vw solid #fff;
}
.cmn_btn02 p {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.cmn_btn02 p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 0.4285714286em;
  height: 0.8571428571em;
  background: url(/img/common/arrow01.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}

.top_con {
  width: 100%;
  background: #381e0e;
  padding-top: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_con::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 110%;
  height: 57.3333333333vw;
  transform: translate(-50%, 0%);
  background: #fff6ea;
}
.top_con_sep {
  width: 100%;
  height: 60vw;
  margin-bottom: 13.3333333333vw;
}
.top_con_sep img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_con_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13.3333333333vw;
  margin-bottom: 12vw;
}
.top_con_box {
  flex-shrink: 1;
}
.top_con_ttl {
  flex-shrink: 1;
  color: #fff;
  writing-mode: vertical-lr;
  margin-bottom: 0;
}
.top_con_tel {
  margin-bottom: 6.6666666667vw;
  font-size: 5.6vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2.6666666667vw;
}
.top_con_tel span {
  font-size: 4.2666666667vw;
}
.top_con_add {
  margin-top: 2.6666666667vw;
}

.top_news {
  width: 100%;
  background: #f9ecdc;
}
.top_news_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.6666666667vw;
}
.top_news_ttl {
  margin-bottom: 0;
}
.top_news_btn {
  padding-bottom: 1.3333333333vw;
  border-bottom: 0.2666666667vw solid #181818;
}
.top_news_btn p {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-right: 1.7857142857em;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  color: #181818;
}
.top_news_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.2857142857em;
  height: 1.2857142857em;
  background: url(/img/common/arrow02.png) no-repeat center center/contain;
  transform: translate(0%, -50%);
}

/*--------------------top-------------------*/
.con {
  width: 100%;
}
.con_box {
  width: 80vw;
  background: #faebd9;
  padding: 6.4vw;
  text-align: center;
  margin: 6.6666666667vw auto 6.6666666667vw;
}
.con_tel {
  font-size: 5.6vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #cb7d29;
  margin-bottom: 2.6666666667vw;
}
.con_tel span {
  font-size: 4.2666666667vw;
}
.con_time {
  font-weight: 500;
  color: #cb7d29;
}
.con_btn {
  margin: 0 auto;
  padding: 3.4666666667vw;
}

.contact_box {
  background: #f9ecdc;
}

.sp-menu-btn-wrp {
  width: 30.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 4vw;
}

.sp-menu-btn-txt {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 1.3333333333vw;
}/*# sourceMappingURL=style_sp.css.map */