@charset "utf-8";

:root {
  --inner: 120rem;
}

/* ---------------------------------------------------------------------------------------------

　   COMMMON

--------------------------------------------------------------------------------------------- */

#page_title {
  background: url('../img/page_title.jpg') no-repeat center / cover;
}

#page_title .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#breadcrumbs,
#breadcrumbs a {
  color: #808080;
}
.title_en {
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.title_jp {
  font-weight: 700;
  text-align: center;
  margin-top: .5em;
}
.title_text_small {
  display: block;
  margin-top: .5em;
}

@media only screen and ( max-width : 767px ) {
  #page_title {
  }
  #page_title .container {
    height: 30rem;
  }
  #breadcrumbs {
    display: none;
  }
  .title_en {
    font-size: 6rem;
  }
  .title_jp {
    font-size: 2rem;
  }
  .title_text {
    margin-top: 2rem;
  }
  .title_text_small {
    font-size: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #page_title {
    padding-top: 11rem;
  }
  #page_title .container {
    height: 44rem;
  }
  #breadcrumbs {
    font-size: 1.2rem;
    padding: 1.5rem 0;
  }
  .title_en {
    font-size: 10rem;
  }
  .title_jp {
    font-size: 4rem;
  }
  .title_text {
    text-align: center;
    margin-top: 2rem;
  }
  .title_text_small {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */


.news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news_list li {
  margin-bottom: 1.5rem;
}

.news_list li:last-child {
  margin-bottom: 0;
}

.news_list a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem 2rem;
  text-decoration: none;
  transition: opacity 0.3s;
  border: 1px solid #ccc;
}

.news_list a:hover {
  opacity: 0.8;
}

.news_date {
  font-size: 1.4rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.news_tag {
  display: inline-block;
  background: #001034;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.news_title {
  flex: 1;
}

@media only screen and ( max-width : 767px ) {
  .news_list li {
    margin-bottom: 1rem;
  }
  .news_list a {
    padding: 1.2rem 1.5rem;
    flex-wrap: wrap;
  }
  .news_date {
    font-size: 1.2rem;
    margin-right: 1.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .news_tag {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
    margin-right: 1.5rem;
  }
  .news_title {
    font-size: 1.3rem;
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .news_list li {
    margin-bottom: 2rem;
  }
  .news_list a {
    padding: 2rem 3rem;
  }
  .news_date {
    font-size: 1.5rem;
    margin-right: 3rem;
  }
  .news_tag {
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem;
    margin-right: 3rem;
  }
  .news_title {
    font-size: 1.6rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   NEWS SINGLE

--------------------------------------------------------------------------------------------- */
#news_detail h2 {
  background: #001034;
  color: #fff;
  padding: .2em .6em;
  margin: 3em 0 .5em;
}
#news_detail h2:first-child {
  margin-top: 0;
}
#news_detail h3 {
  border-left: .3rem solid #001034;
  padding-left: .6em;
  margin: 1.5em 0 .5em;
}
#news_detail h4 {
  margin: 2.5em 0 .5em;
  border-bottom: 1px solid #001034;
  padding-bottom: .5em;
}
#news_detail p {
  margin: 2.5em 0;
  line-height: 2em;
}
#news_detail figure {
  margin: 3em 0;
}
#news_detail figure.aligncenter {
  display: table;
  margin: 3em auto;
}
#news_detail .is-layout-grid figure {
  margin: 0.5em 0;
}
#news_detail p a,
#news_detail li a {
  text-decoration: underline;
  color: #00A5BF;
}
#news_detail ul,
#news_detail ol {
  margin: 1.5em 0;
}
#news_detail ul li {
  list-style: disc;
  margin-left: 1.2em;
}
#news_detail ol li {
  list-style: decimal;
  margin-left: 1.2em;
}
#news_detail .smb-step__item__number {
  font-weight: 700;
  font-family: var(--eng);
}
#news_detail .link__box {
  border: 5px solid #00A5BF;
  background: #f0fdff;
  border-radius: 1rem;
}
#news_detail .link__box li {
  list-style: none;
  margin-left: 0;
  margin-bottom: .5rem;
  padding-left: 1em;
  position: relative;
  font-weight: bold;
}
#news_detail .link__box li:before {
  content: "";
  background: #00A5BF;
  border-radius: 50%;
  width: .4em;
  height: .4em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#news_detail .link__box li:last-child {
  margin-bottom: 0;
}
@media only screen and ( max-width : 767px ) {
  #news_detail .news_detail_inner {
    margin: 0 auto 6rem;
  }
  #news_detail h2 {
    font-size: 2.4rem;
    margin-left: -3rem;
    margin-right: -3rem;
    padding: .4em 3rem;
  }
  #news_detail h3 {
    font-size: 2.4rem;
  }
  #news_detail h4 {
    font-size: 2.2rem;
  }
  #news_detail .wp-block-columns figure {
    margin: 0;
  }
  #news_detail .smb-step__item__title {
    font-size: 1.6rem;
  }
  #news_detail .smb-step__item__number {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.8rem;
  }
  #news_detail .smb-step__body {
    margin-top: 3rem;
  }
  #news_detail .link__box {
    padding: 2rem;
  }
  #news_detail .link__box li {
    font-size: 18px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #news_detail .news_detail_inner {
    /* max-width: 100rem; */
    margin: 0 auto 10rem;
  }
  #news_detail h2 {
    font-size: 3.4rem;
  }
  #news_detail h3 {
    font-size: 3rem;
  }
  #news_detail h4 {
    font-size: 2.6rem;
  }
  #news_detail .smb-step__item__title {
    font-size: 2.6rem;
  }
  #news_detail .smb-step__item__number {
    width: 3rem;
    height: 3rem;
    font-size: 2.4rem;
  }
  #news_detail .smb-step__body {
    margin-top: 3rem;
  }
  #news_detail .link__box {
    padding: 2rem;
  }
  #news_detail .link__box li {
    font-size: 24px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */

.contact_form_inner {
}
.required {
  background: #E24343;
  color: #fff;
  padding: .2em .5em;
  display: inline-block;
  line-height: 1;
  margin-left: 1rem;
}

.thanks_title,
.thanks_text {
  text-align: center;
}
.thanks_text {
  line-height: 1.8em;
}
.contact_form_list dt {
  font-weight: 600;
}

@media only screen and ( max-width : 767px ) {
  
  .contact_form_inner {
  }
  .contact_form_list {
    margin-bottom: 5rem;
  }
  .contact_form_list dt,
  .contact_form_list dd {
  }
  .contact_form_list dt {
    margin-bottom: 1rem;
  }
  .contact_form_list dd {
    margin-bottom: 3rem;
  }
  .required {
    font-size: 1.1rem;
  }
  .contact_form_privacy {
    font-size: 1.3rem;
    margin: 2rem 0 3rem;
  }
  .thanks_title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .thanks_text {
    margin-bottom: 4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .contact_inner {
    max-width: 80rem;
    margin: 0 auto;
  }
  .contact_form {
  }
  .contact_form_inner {
  }
  .contact_form_list {
    margin-bottom: 7rem;
  }
  .contact_form_list dt,
  .contact_form_list dd {
    margin-bottom: 1.5rem;
  }
  .contact_form_list dt {
  }
  .contact_form_list dd {
    margin-bottom: 5rem;
  }
  .required {
    font-size: 1.3rem;
  }
  .contact_form_privacy {
    font-size: 1.5rem;
    margin: 2.5rem 0 4.5rem;
  }
  .thanks_title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  .thanks_text {
    margin-bottom: 8rem;
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */
.contact_form input,
.contact_form textarea {
  border-radius:0;
  line-height: 1em;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form input[type="number"] {
  height: 5rem;
  padding:0 1.5rem;
}
.contact_form input[type="text"],
.contact_form textarea,
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form input[type="number"] {
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border-radius: .5rem;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}
.contact_form input.short_input {
  width: 10em;
  display: inline-block;
}
.contact_form textarea {
  padding:1.5rem 1.5rem;
  width: 100%;
  display: block;
  resize: vertical;
  line-height: 1.8em;
  font-size: 1.4rem;
}
.contact_form input[type="submit"],
.contact_form input[type="button"] {
  -webkit-appearance: none;
  border:none;
  display: block;
  text-align: center;
  font-size: inherit;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  width: 32rem;
  border-radius: 5rem;
  border: 1px solid #001034;
}
.contact_form input[type="button"] {
  background: url(../img/arrow02.png) no-repeat 92% 50% / 1rem #fff;
}
.contact_form input[type="submit"] {
  background: url(../img/arrow.png) no-repeat 92% 50% / 1rem #001034;
}
.contact_form input[type="submit"]:hover {
  opacity: .8;
}

.contact_form label input[type="radio"] + span {
  position: relative;
  padding: 0 .8rem .5rem 2.6rem;
}
.contact_form label {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
.contact_form label span {
  display: inline-block;
}

.contact_form label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact_form label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.6rem;
}
.contact_form label input[type="radio"] + span::before {
  z-index: 0;
  top: .35rem;
  left: 0;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  background: #fff;
}
.contact_form label input[type="radio"]:checked + span::before {
  border: 6px #00a97b solid;
}
.contact_form .select-wrap {
  position: relative;
  display: block;
}
.contact_form .select-wrap:before {
  content: "";
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  height: 1em;
  line-height: 1em;
  pointer-events: none;
  font-weight: bold;
  width: 1rem;
  height: 1rem;
  background: url(../img/arrow_down.png) no-repeat center / 100%;
}
.contact_form select{
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  padding: .8rem 3.4rem .8rem 1.2rem;
  border: none;
  /*color:#D3D3D3;*/
  width:100%;
  background: #fff;
  border-radius: .5rem;
  border: 1px solid #ccc;
}

.contact_form select::-ms-expand {
  display: none;
}
.contact_form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.contact_form ::placeholder {
  color: #D3D3D3;
}

/* 来店希望日時 */
.visit_datetime_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.visit_date_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.visit_date_wrap .select-wrap {
  flex: 0 0 auto;
}

.visit_date_wrap .select-wrap:first-child {
  min-width: 8rem;
}

.visit_date_wrap .select-wrap:nth-child(3) {
  min-width: 8rem;
}

.date_separator {
  color: #333;
  font-size: 1.4rem;
  white-space: nowrap;
}

.visit_time_wrap {
  display: flex;
  align-items: center;
}

.visit_time_wrap .select-wrap {
  min-width: 12rem;
}

@media only screen and ( max-width : 767px ) {
  .contact_form textarea {
    height: 16rem;
  }
  
  .visit_datetime_wrap {
    gap: 1.2rem;
  }
  
  .visit_date_wrap {
    gap: 0.8rem;
  }
  
  .visit_date_wrap .select-wrap:first-child {
    min-width: 7rem;
  }
  
  .visit_date_wrap .select-wrap:nth-child(3) {
    min-width: 7rem;
  }
  
  .date_separator {
    font-size: 1.3rem;
  }
  
  .visit_time_wrap .select-wrap {
    min-width: 100%;
  }
}

@media print, screen and ( min-width : 768px ) {
  .contact_form textarea {
    height: 24rem;
  }
  
  .visit_datetime_wrap {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  
  .visit_date_wrap {
    gap: 1.5rem;
  }
  
  .visit_date_wrap .select-wrap:first-child {
    min-width: 10rem;
  }
  
  .visit_date_wrap .select-wrap:nth-child(3) {
    min-width: 10rem;
  }
  
  .date_separator {
    font-size: 1.5rem;
  }
  
  .visit_time_wrap .select-wrap {
    min-width: 15rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COMPANY

--------------------------------------------------------------------------------------------- */

#philosophy p {
  text-align: center;
  line-height: 2em;
}
#message p {
  line-height: 2em;
}
.about h2 {
  text-align: center;
  color: #00A5BF;
}
.about h2:after {
  content: '';
  display: block;
  width: 1em;
  height: .05em;
  background: #00A5BF;
  margin: .4em auto 0;
}
.about #philosophy .philosophy_title {
  letter-spacing: 0.1em;
  text-align: center;
}

.philosophy_img {
  margin: 0 auto;
  max-width: 70rem;
}
.message_signature span {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
}
.message_signature_img img {
  width: 100%;
}
@media only screen and ( max-width : 767px ) {
  .company_title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  #company dl {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 4rem;
  }
  #company dl dt {
    font-weight: 600;
    padding: 1rem 0 .5rem;
  }
  #company dl dd {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  #philosophy p,
  #message p {
  }
  .philosophy_img {
    margin-top: 3rem;
  }
  .message_signature {
    /* margin-top: 2rem; */
  }
  #message .message_signature span {
    font-size: 2.4rem;
  }
  .message_signature_inner {
    margin-top: 3rem;
  }
  .message_signature_img {
    width: 14rem;
    margin-left: 1.5rem;
  }
  .about h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .about #philosophy .philosophy_title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .company_title {
    font-size: 4.6rem;
    margin-bottom: 3rem;
  }
  #company dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,0.2);
  }
  #company dl dt,
  #company dl dd {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 3rem 0;
  }
  #company dl dt {
    width: 27rem;
    text-align: center;
    font-weight: 600;
  }
  #company dl dd {
    width: calc(100% - 27rem);
    padding-left: 6rem;
  }
  #philosophy p,
  #message p {
    font-size: 2rem;
  }
  .philosophy_img {
    /* margin-top: 8rem; */
  }
  .message_signature {
    margin-top: 5rem;
  }
  .message_signature_inner {
    margin-top: 5rem;
  }
  #message .message_signature span {
    font-size: 3rem;
  }
  .message_signature_img {
    width: 20rem;
    margin-left: 2rem;
  }
  .about h2 {
    font-size: 4.6rem;
    margin-bottom: 5rem;
  }
  .about #philosophy .philosophy_title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .message_inner {
    max-width: 80rem;
    margin: 0 auto;
  }
}


/* ---------------------------------------------------------------------------------------------

　   404

--------------------------------------------------------------------------------------------- */
.notfound_title {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  .notfound_title {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  .notfound_text {
    margin-bottom: 4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .notfound_title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  .notfound_text {
    margin-bottom: 6rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
