@charset "UTF-8";
body {
  background-color: #fff;
}

.d-f {
  display: flex;
}

section {
  padding: 0;
}

.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

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

.blockHeaderMenu {
  width: 100%;
  max-width: 1280px;
  margin: 1% auto;
  padding: 0 4%;
}
@media (max-width: 900px) {
  .blockHeaderMenu {
    padding: 0 2%;
  }
}
.blockHeaderMenu .blockHeaderMenu__logo {
  width: 17%;
  margin: 0.9% 0 0.9% 0.7%;
}
.blockHeaderMenu nav {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 45%;
  margin-left: 4%;
}
@media (max-width: 900px) {
  .blockHeaderMenu nav {
    font-size: 14px;
  }
}
.blockHeaderMenu nav ul {
  width: 100%;
  justify-content: space-between;
  margin-top: 19px;
}
@media (max-width: 900px) {
  .blockHeaderMenu nav ul {
    margin-top: 2%;
  }
}
.blockHeaderMenu nav ul li {
  margin: 0;
  padding-bottom: 20px;
  box-sizing: border-box;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
.blockHeaderMenu nav ul li:hover {
  border-bottom: 1px solid #000;
}
@media (max-width: 900px) {
  .blockHeaderMenu nav ul li {
    padding-bottom: 8px;
  }
}
.blockHeaderMenu nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blockHeaderMenu .c-sns {
  margin-left: 45px;
}
.blockHeaderMenu .header_contact {
  width: 18%;
  margin: 0 0 0 auto;
}

.sectionTitle {
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", serif;
}

.underTitleBorder {
  border-bottom: 1px solid #000;
  width: 40px;
  margin: 14px auto 0;
}

.concept {
  background-image: url(../../images/top/bg_concept.jpg);
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  padding: 100px 0 155px 0;
}
@media (max-width: 768px) {
  .concept {
    background-position: center;
    background-image: none;
    padding: 50px 0 80px 0;
  }
}
.concept section .section_h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  margin: 32px auto 0;
  letter-spacing: 1px;
  line-height: 1.56;
}
@media (max-width: 768px) {
  .concept section .section_h1 {
    font-size: 19px;
  }
}
.concept section .section_h1 span {
  font-size: 14px;
}
.concept section p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 27px 0 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.9;
}
@media (max-width: 480px) {
  .concept section p {
    font-size: 13px;
  }
}

.about {
  width: 66%;
  margin: 78px auto 0;
  max-width: 844px;
}
@media (max-width: 900px) {
  .about {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .about {
    width: 90%;
    margin: 2% auto 0;
  }
}
.about .aboutMenu {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.about .aboutMenu p {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about .aboutMenu p {
    width: 100%;
  }
}
.about .aboutMenu p:last-child {
  width: 100%;
}

.topTextInSlide {
  position: absolute;
  top: 20%;
  left: 40%;
  font-family: "Noto Serif JP", serif;
  line-height: 2.3;
  z-index: 8;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: -1px 16px 15px black;
  font-size: 3vw;
}
@media (max-width: 768px) {
  .topTextInSlide {
    left: 26.5%;
    font-size: 7vw;
  }
}

.cloth {
  margin-top: 122px;
  width: 95%;
  margin: 4% auto;
  max-width: 1280px;
  overflow: hidden;
}
.cloth .clothItemContainer {
  margin-top: 50px;
  width: 91%;
  overflow: visible;
  max-width: 1164px;
}
.cloth .clothItemContainer .clothItemContainer__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .cloth .clothItemContainer .clothItemContainer__title {
    font-size: 14px;
  }
}
.cloth .clothItemContainer .clothItemContainer__text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .cloth .clothItemContainer .clothItemContainer__text {
    font-size: 14px;
  }
}

.btm_about {
  background-image: url(../../images/top/bg_about.jpg);
  color: #fff;
  padding: 100px 0 70px 0;
}
.btm_about .underTitleBorder {
  border-color: #fff;
}
.btm_about .btn_seeAll {
  margin: 43px auto 0;
}

.btn_seeAll {
  width: 180px;
  margin: 55px auto;
}
.btn_seeAll a {
  display: block;
}

.newsBox {
  background-color: #f4f4f4;
  padding: 80px 40px 30px;
  max-width: 1280px;
  margin: 4% auto;
}
@media (max-width: 768px) {
  .newsBox {
    padding: 10% 4% 5%;
  }
}
.newsBox .newsBox__wrapper {
  margin-top: 50px;
}
.newsBox .newsBox__wrapper ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .newsBox .newsBox__wrapper ul {
    flex-wrap: wrap;
  }
}
.newsBox .newsBox__wrapper ul li {
  width: 32%;
  margin: 0;
}
@media (max-width: 768px) {
  .newsBox .newsBox__wrapper ul li {
    width: 90%;
    margin: 0 auto 8%;
  }
}
.newsBox .newsBox__wrapper ul li .attachment-post-thumbnail {
  width: 100%;
}
.newsBox .newsBox__wrapper ul li .newsBox__wrapper--time {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 15px;
}
.newsBox .newsBox__wrapper ul li .newsBox__wrapper--title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  margin-top: 10px;
}

footer .footerbtm {
  color: #fff;
  padding: 70px 10px;
  background-image: url(../../images/top/bg_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  footer .footerbtm {
    background-position: center;
  }
}
footer .footerbtm .underTitleBorder {
  border-color: #fff;
}
footer .footerbtm .footerbtm__inner {
  display: flex;
  justify-content: space-between;
  margin: 90px auto 0;
  width: 660px;
}
@media (max-width: 768px) {
  footer .footerbtm .footerbtm__inner {
    width: 92%;
    flex-wrap: wrap;
    margin-top: 7%;
  }
}
footer .footerbtm .footerbtm__inner .footerbtm__inner--logo {
  width: 250px;
}
@media (max-width: 768px) {
  footer .footerbtm .footerbtm__inner .footerbtm__inner--logo {
    width: 40%;
    margin: auto;
  }
}
footer .footerbtm .footerbtm__inner .footerbtm__inner--logo .c-sns {
  margin-top: 20px;
}
footer .footerbtm .footerbtm__inner .footerbtm__inner--text {
  width: 282px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}
@media (max-width: 768px) {
  footer .footerbtm .footerbtm__inner .footerbtm__inner--text {
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }
}
footer .footerbtm .footerbtm__inner .footerbtm__inner--text .btn_seeAll {
  width: 180px;
  margin: 25px auto;
}
footer .copyright {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 15px 5px;
}

.templatePageTopMenu {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .templatePageTopMenu {
    margin: 6% auto;
    flex-wrap: wrap;
  }
}
.templatePageTopMenu .btn_seeAll {
  width: 15%;
  margin: 2% !important;
}

.header-footer-group {
  display: none;
}

@media (max-width: 768px) {
  .header-footer-group {
    display: block;
  }
  .cp_cont {
    height: 65vh;
  }
  .cp_offcm01 {
    position: absolute;
    top: 0;
    width: 18%;
    right: 0;
    display: inline-block;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #000;
    opacity: 0.9;
    z-index: 9;
  }
  .cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 0;
  }
  .cp_offcm01 .cp_menu li {
    list-style: none;
  }
  .cp_offcm01 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    text-align: center;
    color: #333333;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .cp_offcm01 #cp_toggle01 ~ label::before {
    font-size: 2em;
  }
  /* contents */
  .cp_contents {
    color: #333333;
    text-align: center;
  }
  .blockHeaderMenu {
    display: none !important;
  }
  .header-footer-group {
    display: flex;
  }
  .header-footer-group .sp_logo {
    width: 42%;
    margin: 3% 0 0% 3%;
  }
  .header-footer-group .sp_headerBtn {
    width: 18%;
    margin-left: 19%;
  }
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn {
  width: 18%;
  margin: 0 0 0 auto;
}
.btn.btn_seeAll {
  width: 15%;
  margin: 5% auto 2%;
}
@media (max-width: 768px) {
  .btn.btn_seeAll {
    width: 40%;
  }
}

.btn a:hover {
  color: #333;
}

.btn09 a span {
  display: flex;
  border: 1px solid #000;
  justify-content: center;
  font-weight: 400;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  z-index: 2;
}

.btn09 a span:hover {
  background-color: #CBE2EF;
}

.btn09 a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #000;
}

.blockHeaderMenu .btn {
  width: 18%;
  margin: 0.5% 0 0 auto;
}

#pagetop {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
}

#pagetop a {
  padding: 20px 10px;
  display: block;
  color: #fff;
  width: 80px;
  text-align: center;
}

.page_top_image {
  position: relative;
}
.page_top_image .page_top_image__text {
  position: absolute;
  width: 100%;
  top: 7vw;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page_top_image .page_top_image__text {
    top: 14vw;
  }
}

.templatePageTopMenu p {
  width: 15%;
  margin: 0 2%;
}
@media (max-width: 900px) {
  .templatePageTopMenu p {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .templatePageTopMenu p {
    width: 44%;
    margin-bottom: 5%;
  }
}

.forcusBox {
  background-color: #f4f4f4;
  padding: 60px 0;
}
.forcusBox .forcusBox__images {
  width: 844px;
  margin: 30px auto;
  display: flex;
}
@media (max-width: 768px) {
  .forcusBox .forcusBox__images {
    width: 92%;
    display: flex;
    justify-content: space-between;
  }
  .forcusBox .forcusBox__images p {
    width: 48%;
  }
}
.forcusBox .forcusBox__sub {
  margin-top: 60px;
}
.forcusBox .forcusBox__text {
  font-family: "Noto Serif JP", serif;
  width: 844px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 60px auto;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .forcusBox .forcusBox__text {
    width: 92%;
    margin: 10% auto;
    font-size: 14px;
  }
}

.originalProd {
  margin: 60px auto 0px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .originalProd {
    margin: 0 auto;
  }
}
.originalProd .originalProd__images {
  width: 844px;
  margin: 50px auto 30px;
  display: flex;
}
@media (max-width: 768px) {
  .originalProd .originalProd__images {
    width: 92%;
    display: flex;
    justify-content: space-between;
  }
}
.originalProd .originalProd__images p {
  width: 50%;
}
@media (max-width: 768px) {
  .originalProd .originalProd__images p {
    width: 48%;
  }
}

.contactUs {
  background-color: #f4f4f4;
  padding: 30px 0;
  margin-bottom: 100px;
}
.contactUs .contactUs__btn {
  width: 210px;
  margin: 30px auto 10px;
}

@media (max-width: 768px) {
  .page-template-template-aboutus .contactUs {
    margin-bottom: 0;
  }
}

.page-template-template-products {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.page-template-template-products .forcusBox {
  background-color: #fff;
  margin-top: 0;
}
.page-template-template-products .forcusBox .forcusBox__text {
  margin-bottom: 10px;
}
.page-template-template-products .tabs {
  margin-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
  max-width: 1160px;
  margin: auto;
  width: 90%;
}
.page-template-template-products .tab_item {
  width: 20%;
  height: 50px;
  border-bottom: 1px solid #333;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .page-template-template-products .tab_item {
    width: 33.3333333333%;
    height: auto;
  }
}
.page-template-template-products .tab_item:hover {
  opacity: 0.75;
}
.page-template-template-products input[name=tab_item] {
  display: none;
}
.page-template-template-products .tab_content {
  display: none;
  padding: 40px 0px 0;
  clear: both;
  overflow: hidden;
}
.page-template-template-products #jacket:checked ~ #jacket_content,
.page-template-template-products #pants:checked ~ #pants_content,
.page-template-template-products #tie:checked ~ #tie_content,
.page-template-template-products #vests:checked ~ #vests_content,
.page-template-template-products #shirt:checked ~ #shirt_content {
  display: block;
}
.page-template-template-products .baseTAb {
  margin-bottom: 50px;
}
.page-template-template-products .baseTAb #washi:checked ~ #washi_content,
.page-template-template-products .baseTAb #hemp:checked ~ #hemp_content,
.page-template-template-products .baseTAb #stretch:checked ~ #stretch_content,
.page-template-template-products .baseTAb #wool:checked ~ #wool_content,
.page-template-template-products .baseTAb #cotton:checked ~ #cotton_content,
.page-template-template-products .baseTAb #seersucker:checked ~ #seersucker_content,
.page-template-template-products .baseTAb #silk100:checked ~ #silk100_content {
  display: block;
}
.page-template-template-products .baseTAb .tab_item {
  width: 14.2857142857%;
}
@media (max-width: 900px) {
  .page-template-template-products .baseTAb .tab_item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .page-template-template-products .baseTAb .tab_item {
    width: 50%;
  }
}
.page-template-template-products .tabs input:checked + .tab_item {
  background-color: #333;
  color: #fff;
}
.page-template-template-products .swiper-container {
  width: 90%;
  margin: auto;
  overflow: visible;
}
.page-template-template-products .swiper-button-prev {
  left: -50px;
}
.page-template-template-products .swiper-button-next {
  right: -50px;
}
.page-template-template-products .clothItemContainer__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 17px;
  letter-spacing: 1px;
  margin: 15px auto 0;
}
@media (max-width: 480px) {
  .page-template-template-products .clothItemContainer__title {
    font-size: 14px;
    font-weight: 600;
  }
}
.page-template-template-products .clothItemContainer__spec,
.page-template-template-products .clothItemContainer__text {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 15px auto 0;
}
@media (max-width: 480px) {
  .page-template-template-products .clothItemContainer__spec,
  .page-template-template-products .clothItemContainer__text {
    font-size: 14px;
  }
}

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

.clothItemContainerItem {
  width: 32%;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .clothItemContainerItem {
    width: 49%;
  }
}

label {
  font-family: "Noto Serif JP", serif;
}

.page_top_image {
  position: relative;
}
.page_top_image .page_top_image__text {
  position: absolute;
  width: 100%;
  top: 7vw;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page_top_image .page_top_image__text {
    top: 14vw;
  }
}

.page-template-template-about-yoneori .about_yonezawaTextileCouncil {
  background: #f4f4f4;
}
.page-template-template-about-yoneori .outlook {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 20px;
}
.page-template-template-about-yoneori .outlook.row2 {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-about-yoneori .outlook.row2 .outlook__item {
  width: 50%;
  margin-top: 10px;
}
.page-template-template-about-yoneori .outlook.outlook-2 {
  max-width: 590px;
}
.page-template-template-about-yoneori .outlook .outlook__name {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .page-template-template-about-yoneori .outlook {
    margin: 20px auto;
  }
  .page-template-template-about-yoneori .outlook .outlook__name {
    font-size: 12px;
  }
}
.page-template-template-about-yoneori .quote {
  text-align: right;
}

.text-link {
  text-decoration: underline;
}

.to-external {
  padding-right: 20px;
  position: relative;
}
.to-external:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  z-index: 999;
  right: 15px;
  font-weight: 900;
}

.bg_white {
  background-color: #fff !important;
}

.president {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .president {
    font-size: 18px;
  }
}

.president__text {
  margin: 30px auto 15px;
  width: 800px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .president__text {
    width: 94%;
    margin: 4% auto 2%;
  }
}

.president__name {
  width: 800px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  margin: auto;
  text-align: right;
  font-size: 20px;
}
@media (max-width: 768px) {
  .president__name {
    width: 92%;
    margin-top: 7%;
  }
}
.president__name span {
  font-size: 15px;
  margin-right: 20px;
}

.page-template-template-company-info .outlook {
  width: 800px;
  margin: 40px auto 20px;
}
@media (max-width: 768px) {
  .page-template-template-company-info .outlook {
    width: 92%;
    margin: 4% auto 2%;
  }
}
.page-template-template-company-info .infoBox {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-template-template-company-info .infoBox {
    width: 94%;
    margin: 8% auto 0;
  }
}
.page-template-template-company-info .infoBoxRow {
  display: flex;
  width: 800px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  margin: auto;
  align-items: baseline;
  padding: 10px 30px 14px;
  font-size: 14px;
  border-top: 1px solid #333;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-template-company-info .infoBoxRow {
    width: 100%;
    flex-wrap: wrap;
  }
}
.page-template-template-company-info .infoBoxRow:last-child {
  border-bottom: 1px solid #333;
}
.page-template-template-company-info .infoBoxRow dt {
  width: 30%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-template-template-company-info .infoBoxRow dt {
    width: 100%;
    font-weight: 600;
  }
}
.page-template-template-company-info .infoBoxRow dd {
  width: 70%;
}
@media (max-width: 768px) {
  .page-template-template-company-info .infoBoxRow dd {
    width: 100%;
    padding-left: 4%;
  }
}
.page-template-template-company-info .jissekiBox {
  width: 800px;
  margin: 40px auto 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-template-company-info .jissekiBox {
    width: 94%;
  }
}
.page-template-template-company-info .jissekiBox .jissekiBox__box {
  width: 48%;
  font-family: "Noto Serif JP", serif;
}
.page-template-template-company-info .jissekiBox .jissekiBox__box .jissekiBox__box--title {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .page-template-template-company-info .jissekiBox .jissekiBox__box .jissekiBox__box--title {
    font-size: 16px;
  }
}
.page-template-template-company-info .jissekiBox .jissekiBox__box .jissekiBox__box--text {
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .page-template-template-company-info .jissekiBox .jissekiBox__box .jissekiBox__box--text {
    font-size: 14px;
  }
}
.page-template-template-company-info .akusesuBox__text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin: 40px auto;
}
.page-template-template-company-info .mapInfo {
  height: 500px !important;
  display: block;
}
.page-template-template-company-info .enkakuBox {
  margin-top: 120px;
}
.page-template-template-company-info .enkakuBox .enkakuBox__image {
  width: 700px;
  margin: 45px auto 0;
}
@media (max-width: 768px) {
  .page-template-template-company-info .enkakuBox .enkakuBox__image {
    width: 94%;
  }
}
.page-template-template-company-info .enkakuBox .infoBox {
  margin-bottom: 120px;
}

.bg_white {
  background-color: #fff !important;
}

.contactBorder {
  border: 1px solid #ccc;
  font-family: "Noto Serif JP", serif;
  width: 800px;
  font-size: 15px;
  padding: 15px;
  margin: 45px auto 0;
}
@media (max-width: 768px) {
  .contactBorder {
    width: 92%;
    margin: 4% auto;
    line-height: 2;
  }
}

.contacttel {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.8;
}
.contacttel a span {
  font-size: 30px;
}

.formBox {
  width: 800px;
  margin: 20px auto;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .formBox {
    width: 94%;
    margin: 4% auto;
  }
}
.formBox .formRow {
  display: flex;
  border-top: 1px solid #999;
  font-size: 16px;
  padding: 17px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .formBox .formRow {
    flex-wrap: wrap;
  }
}
.formBox .formRow .formRowTitle {
  display: flex;
  width: 28%;
  align-self: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .formBox .formRow .formRowTitle {
    width: 100%;
    margin-bottom: 3%;
  }
}
.formBox .formRow .formRowTitle span {
  font-size: 12px;
  background-color: #cbe2ef;
  padding: 2px 10px 0;
}
.formBox .formRow .formRowInput {
  width: 69%;
}
@media (max-width: 768px) {
  .formBox .formRow .formRowInput {
    width: 100%;
  }
}
.formBox .formRow .formRowInput input,
.formBox .formRow .formRowInput textarea {
  background-color: #fbfbfb;
}
.formBox .send_btn {
  display: block;
  width: 250px;
  margin: 45px auto;
}

.c-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sns li {
  width: 30px;
  margin: 0 25px 0 0;
}
.c-sns li:last-child {
  margin-right: 0;
}
.c-sns li a {
  height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .c-sns {
    flex-wrap: wrap;
  }
  .c-sns li {
    width: 25px;
    margin-right: 20px;
  }
  .c-sns li a {
    height: 25px;
  }
}/*# sourceMappingURL=styles.css.map */