/*---------------------------------------------
breadcrumb
---------------------------------------------*/
.visual {
  padding-top: 28px;
  text-align: right;
  height: 100px;
  background: url("/files/img/visual/contact.jpg") center center/cover no-repeat;
}

.visual .title {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .searchBarWrap {
    display: none;
  }
  .visual .ts42 {
    font-size: 2.0rem;
  }
}

@media all and (min-width: 768px) {
  .visual {
    padding-top: 90px;
    height: 300px;
  }
  .searchBar {
    height: 80px;
    border-bottom: 1px solid #999999;
  }
  .searchBar .inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .searchBar .inner > * {
    margin-left: 20px;
  }
  .navFixed .searchBarWrap {
    height: 80px;
  }
  .navFixed .searchBar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

#breadcrumb {
  padding: 20px 0;
background: url(/files/img/common/bg01.png);
}

#breadcrumb .inner {
  display: flex;
    justify-content: space-between;
}
#breadcrumb .inner ul {
    display: flex;
}
#breadcrumb .inner .item {
  position: relative;
}

#breadcrumb .inner .item:nth-of-type(n+2) {
  margin-left: 30px;
}

#breadcrumb .inner .item:nth-of-type(n+2)::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto -20px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#breadcrumb .inner .item a {
  color: #212121;
  text-decoration: none;
}

#breadcrumb .inner .item.current {
  color: #999999;
}

#breadcrumb .rightLink a {
    position: relative;
    color: #000;
    text-decoration: none;
}
#breadcrumb .rightLink a::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto -20px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #212121;
    border-bottom: 1px solid #212121;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*---------------------------------------------
inquiry
---------------------------------------------*/
.contactForm {
  background-color: #fff;
}

.stepbar {
  padding: 30px 0;
  display: flex;
}

.stepbar .item {
  width: calc(100%/3);
  display: flex;
  align-items: center;
}

.stepbar .item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .stepbar {
    position: relative;
  }
  .stepbar .item {
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
  }
  .stepbar .item .num {
    margin-bottom: 10px;
    background-color: #999999;
  }
  .stepbar .item:nth-of-type(n+2) .num::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    margin: 43px 16% 0;
    width: 35%;
    height: 1px;
    background-color: #999999;
    z-index: -1;
  }
  .stepbar .item:nth-of-type(2) .num::before {
    left: 0;
  }
  .stepbar .item:nth-of-type(3) .num::before {
    right: 0;
  }
  .stepbar .item.current .num {
    background-color: #a12626;
  }
}

@media all and (min-width: 768px) {
  .stepbar .item {
    position: relative;
    height: 60px;
    border: 1px solid #999999;
    justify-content: center;
  }
  .stepbar .item:last-of-type .num::before, .stepbar .item:last-of-type .num::after {
    display: none;
  }
  .stepbar .item:last-of-type::before, .stepbar .item:last-of-type::after {
    display: none;
  }
  .stepbar .item .num {
    margin-right: 10px;
    background-color: #000;
  }
  .stepbar .item .num::after {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1px -32px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #999999;
  }
  .stepbar .item .num::before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1px -24px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #999999;
    z-index: 2;
  }
  .stepbar .item::after {
    position: absolute;
    top: 0;
    right: 0;
    margin: -8px -31px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 0 37px 37px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
  }
  .stepbar .item::before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1px -23px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
  }
  .stepbar .item.current {
    border: 1px solid #a12626;
    background-color: #a12626;
    color: #fff;
  }
  .stepbar .item.current .num {
    background-color: #fff;
    color: #a12626;
  }
  .stepbar .item.current .num::before {
    border-color: transparent transparent transparent #a12626;
  }
  .stepbar .item.current::before {
    border-color: transparent transparent transparent #a12626;
  }
}

.contactForm table th {
  text-align: left;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

.contactForm table tr:nth-last-of-type(n+2) {
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  .contactForm {
    padding: 10px;
  }
  .contactForm table th,
  .contactForm table td {
    display: block;
  }
  .contactForm table th {
    margin-bottom: 5px;
  }
  .contactForm table tr:nth-last-of-type(n+2) td {
    padding-bottom: 15px;
  }
  .contactForm table tr:nth-of-type(n+2) th {
    padding-top: 15px;
  }
}

@media all and (min-width: 768px) {
  .contactForm {
    padding: 0 40px;
  }
  .contactForm table th,
  .contactForm table td {
    padding: 30px 0;
  }
  .contactForm table th {
    padding-left: 30px;
    width: 300px;
  }
}

/*---------------------------------------------
order
---------------------------------------------*/
.howto01 {
  width: 132px;
  height: 63px;
}

.howto02 {
  width: 109px;
  height: 80px;
}

.howto03 {
  width: 77px;
  height: 80px;
}

.howto04 {
  width: 73px;
  height: 80px;
}

.howto05 {
  width: 98px;
  height: 60px;
}

.orderFlow {
  display: flex;
}

.orderFlow .item {
  position: relative;
  background: #a12626;
  padding: 20px 20px 30px;
}

.orderFlow .item .title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.orderFlow .item .text {
  font-size: 1.8rem;
  color: #333;
  background: #fff;
  text-align: center;
  padding: 10px;
}

/* .orderFlow .item .title .num {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #a12626;
  color: #fff;
} */

/* .orderFlow .item figure {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
} */

.orderFlowBox + .orderFlowBox {
  margin-top: 30px;
}

.orderFlowBox .picture img {
  vertical-align: bottom;
}

.orderFlowBox .textBox p, 
.orderFlowBox .textBox li {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .orderFlow {
    flex-wrap: wrap;
  }
  .orderFlow .item {
    width: 49%;
  }
  .orderFlow .item:nth-of-type(even) {
    margin-left: 2%;
  }
  .orderFlow .item:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .orderFlowBox .picture {
    margin-top: 10px;
  }
}

@media all and (min-width: 768px) {
  .orderFlow .item {
    width: 200px;
  }
  .orderFlow .item:nth-of-type(n+2) {
    margin-left: 50px;
  }
  .orderFlow .item:nth-of-type(n+2)::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 58px -35px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #d9d9d9;
  }
  .orderFlowBox .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*---------------------------------------------
news
---------------------------------------------*/
.newsText {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 240%;
    word-break: break-all;
}

.SingleDateTag {
  margin-bottom: 20px;
  display: flex;
}

.SingleDateTag .tag {
  margin-left: 20px;
  padding: 0 10px;
  color: #a12626;
  border: 1px solid #a12626;
  font-size: 1.4rem;
}

/*---------------------------------------------
about
---------------------------------------------*/
#greeting {
  padding: 20px 0;
  display: flex;
}

#greeting .bg01 .greetingBox .text {
  line-height: 250%;
}

#greeting .images01 {
  background: url("/files/img/org/about/greeting01.jpg") center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #greeting {
    flex-direction: column-reverse;
  }
  #greeting .bg01 {
    padding: 30px 10px;
  }
  #greeting .images01 {
    height: 200px;
  }
}

@media all and (min-width: 768px) {
  #greeting {
    padding:0 0 40px;
  }
  #greeting > * {
    width: 50%;
  }
  #greeting .bg01 {
    display: flex;
    justify-content: flex-end;
  }
  #greeting .bg01 .greetingBox {
    padding: 60px 60px 60px 0;
    width: 600px;
  }
  #greeting .images01 {
    min-height: 500px;
  }
  #greeting .images01Wrap .slick-list {
    height: 100%;
  }
  #greeting .images01Wrap .slick-list .slick-track {
    height: 100%;
  }
  #greeting .images01Wrap .slick-list .slick-track .images01 {
    height: 100%;
  }
}

#access {
  padding: 20px;
}

#access .train {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

#access .train .item:nth-of-type(1) {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  #access {
    padding: 40px;
  }
  #access .train {
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
  }
  #access .train .item:nth-of-type(2) {
    margin-left: 40px;
  }
}

#gmap {
  position: relative;
  line-height: normal;
  font-size: 0;
}

#gmap iframe {
  width: 100%;
  height: 600px;
  border: none;
}

#gmap .gmapBoxWrap {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 360px;
}

#gmap .gmapBox {
  font-size: 1.4rem;
  padding: 20px 20px;
  width: 360px;
  display: inline-block;
  background-color: #fff;
}

#gmap .gmapBox .text {
  margin-bottom: 20px;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .spGmap {
    line-height: 0;
  }
  .spGmap iframe {
    width: 100%;
    height: 250px;
    border: none;
  }
}

/*---------------------------------------------
kaitori
---------------------------------------------*/
#greeting .images01.kaitori {
  background-image: url("/files/img/org/kaitori/img01.jpg");
}

.kaitoriFlow .item {
  position: relative;
  padding: 20px;
  border: 1px solid #999999;
  max-width: 800px;
  margin: 0 auto;
}

.kaitoriFlow .item:nth-of-type(n+2) {
  margin-top: 70px;
}

.kaitoriFlow .item:nth-of-type(n+2)::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -50px auto 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #d9d9d9 transparent transparent transparent;
}

.kaitoriFlow .item dt {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  color: #a12626;
  border-bottom: 1px solid #d9d9d9;
}

.kaitoriFlow .item dt .num {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2.0rem;
  background-color: #a12626;
  color: #fff;
}

.kaitoriFlow .item dd {
  margin-left: 0;
}

#information .bg01 {
  padding: 15px;
}

#information .bg01 .infoBox {
  padding: 30px 15px;
  background-color: #fff;
}

#information .bg01 .infoBox .infoTel {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

#information .bg01 .infoBox .infoTel .telNum {
  font-size: 3.0rem;
  font-weight: bold;
}

#information .bg01 .infoBox .infoTel .telNum::before {
  margin-right: 10px;
  display: inline-block;
  content: '';
  background: url("/files/img/common/icon_tel.svg") center center/cover no-repeat;
  width: 29px;
  height: 24px;
}

#information .bg01 .infoBox .bottom .title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #information .bg01 .infoBox .infoTel .title {
    margin-bottom: 10px;
  }
  #information .bg01 .infoBox .bottom .infoFax {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 768px) {
  #information .bg01 {
    padding: 30px;
  }
  #information .bg01 .infoBox {
    padding: 30px;
  }
  #information .bg01 .infoBox .infoTel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #information .bg01 .infoBox .infoTel .telNum {
    margin-left: 20px;
    font-size: 5.4rem;
  }
  #information .bg01 .infoBox .infoTel .telNum::before {
    width: 48px;
    height: 40px;
  }
  #information .bg01 .infoBox .bottom {
    display: flex;
  }
  #information .bg01 .infoBox .bottom > * {
    width: 50%;
  }
}

/*---------------------------------------------
catalog
---------------------------------------------*/
#greeting .images01.catalog {
  background-image: url("/files/img/org/catalog/summery.jpg");
}
.catalogDetail {
  margin-bottom: 30px;
}

.catalogDetail .image .thumb {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.catalogDetail .image .thumb .item {
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}

.catalogDetail .image .thumb .item img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.catalogDetail .image figure {
  text-align: center;
}

.catalogDetail .image figure img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .catalogDetail .image {
    margin-bottom: 30px;
  }
  .catalogDetail .image .thumb .item {
    width: 23.5%;
    margin-left: 1.5%;
    margin-bottom: 1.5%;
  }
}

@media all and (min-width: 768px) {
  .catalogDetail {
    display: flex;
    justify-content: space-between;
  }
  .catalogDetail > * {
    width: 50%;
  }
  .catalogDetail .image {
    width: 540px;
    margin: 0 auto;
  }
  .catalogDetail .image .thumb .item {
    width: 100px;
    height: 100px;
    margin-left: 10px;
  }
  .catalogDetail .image .thumb .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .catalogDetail .image .thumb .item:nth-of-type(n+6) {
    margin-top: 10px;
  }
  .catalogDetail .detailArea {
    width: 585px;
  }
}

.bokusaiBackNumber {
  display: flex;
  flex-wrap: wrap;
}

.bokusaiBackNumber .item {
  margin-bottom: 30px;
  text-align: center;
}

.bokusaiBackNumber .item a {
  display: inline-block;
  color: #212121;
  text-decoration: none;
}

.bokusaiBackNumber .item a .thumb {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  line-height: normal;
  font-size: 0;
}

.bokusaiBackNumber .item a .thumb img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bokusaiBackNumber .item {
    width: 49%;
  }
  .bokusaiBackNumber .item:nth-of-type(even) {
    margin-left: 2%;
  }
  .bokusaiBackNumber .item a .thumb .hover01 {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .bokusaiBackNumber .item {
    width: calc(100%/5);
  }
  .bokusaiBackNumber .item a .thumb {
    width: 180px;
    height: 255px;
  }
  .bokusaiBackNumber .item a .thumb .hover01 {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s ease-in-out;
  }
  .bokusaiBackNumber .item a .thumb .hover01 .btn01_02 {
    font-size: 1.4rem;
  }
  .bokusaiBackNumber .item a .thumb .hover01 .btn01_02:hover {
    background-color: #fff;
  }
  .bokusaiBackNumber .item a figcaption {
    transition: 0.3s ease-in-out;
  }
  .bokusaiBackNumber .item a:hover .thumb .hover01 {
    visibility: visible;
    opacity: 1;
  }
  .bokusaiBackNumber .item a:hover figcaption {
    color: #a12626;
  }
}

/*---------------------------------------------
members
---------------------------------------------*/
#members_info #wpmem_login,
#members_info .login {
  padding: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #members_info #wpmem_login,
  #members_info .login {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 768px) {
  #members_info {
    display: flex;
    justify-content: space-between;
  }
  #members_info #wpmem_login,
  #members_info .login {
    padding: 30px;
  }
  #members_info .left,
  #members_info .right {
    width: 580px;
  }
}

.sakkaTextList {
  display: flex;
  flex-wrap: wrap;
}

.sakkaTextList li {
  margin-right: 40px;
}

#wpmem_login #wpmem_login_form fieldset {
  margin: 0;
}

#wpmem_login #wpmem_login_form fieldset legend {
  display: none;
}

#wpmem_login #wpmem_login_form fieldset label {
  font-size: 1.4rem;
}

#wpmem_login #wpmem_login_form fieldset .div_text {
  width: 100%;
}

#wpmem_login #wpmem_login_form fieldset .div_text:nth-of-type(2) {
  margin-bottom: 0;
}

#wpmem_login #wpmem_login_form fieldset .div_text .password,
#wpmem_login #wpmem_login_form fieldset .div_text .username {
  border: 1px solid #999999;
  border-radius: 0;
}

#wpmem_login #wpmem_login_form fieldset .button_div {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  padding: 0;
}

#wpmem_login #wpmem_login_form fieldset .button_div input[type="submit"] {
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  border-color: transparent;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#wpmem_login #wpmem_login_form fieldset .link-text {
  padding: 0;
  font-size: 1.4rem;
  width: 100%;
  text-align: left;
}

#wpmem_login #wpmem_login_form fieldset .link-text a {
  color: #a12626;
}

@media all and (min-width: 768px) {
  #wpmem_login #wpmem_login_form fieldset .button_div input[type="submit"] {
    width: 290px;
  }
  #wpmem_login #wpmem_login_form fieldset .button_div input[type="submit"]:hover {
    background-color: #a12626;
  }
}

/*---------------------------------------------
リキャプチャバッジ（202501追記）
---------------------------------------------*/
@media all and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}

@media all and (min-width: 768px) {
  form > p > span.error {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  form > p > span.error {
    padding: 0 10px;
  }
}
