/*
Theme Name: ORIGINAL
*/
* {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  overflow: hidden;
  opacity: 0;
}
body.open {
  opacity: 1;
}
img {
  width: 100%;
  height: auto;
}
body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
a {
  display: inline-block;
}
#bar_top {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
}
#bar_top .logo {
  width: 170px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
}
#bar_top .logo img {
  width: 100%;
  height: auto;
}
#bar_top .mark {
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
#bar_top .mark img {
  width: 100%;
  height: auto;
}
#bar_bottom {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
}
#bar_bottom .contact {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 70px;
}
#bar_bottom .contact img {
  width: 100%;
  height: auto;
}
#bar_left {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background: #fff;
}
#bar_left .sns-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}
#bar_left .sns-box div {
  width: 25px;
}
#bar_left .sns-box img {
  width: 100%;
}
#bar_right {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background: #fff;
}
#bar_top a,#bar_bottom a,#bar_left a,#bar_right a {
  width: 100%;
}
.single a.bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.double {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.double .left_box {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.double .right_box {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.double .left_box a.bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.double .left_box.gray_border a.bg_img {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
}
.double .right_box a.bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.double .right_box.gray_border a.bg_img {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}
.detail_text {
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.93);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 186px 100px 0;
}
.detail_text .title {
  font-size: 48px;
  letter-spacing: 3px;
  margin: -45px 0 30px;
  color: #252a31;
  font-weight: 900;
}
.info {
  display: flex;
  justify-content: center;
}
.info .note {
  white-space: nowrap;
}
.note ul li {
  letter-spacing: 1px;
  color: #252a31;
  font-size: 14px;
  margin-bottom: 10px;
}
.note ul li span {
  font-weight: 600;
  margin-right: 10px;
}
.note ul li span.colon {
  font-weight: 300;
  margin-right: 10px;
  color: #63676e;
}
.info .story {
  width: 70%;
  border-left: 1px dotted #c0c8ce;
  padding-left: 30px;
  margin-left: 30px;
}
.info .story p {
  letter-spacing: 1px;
  line-height: 1.8;
  color: #252a31;
  font-size: 14px;
}
.dpn {
  display: none;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  background: #fff;
}
.loader {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -30px;
}
.loader p {
  font-size: 11pt;
  font-family: Helvetica;
  font-weight: lighter;
  letter-spacing: 1px;
}
.fullpage-wrapper {
  width: 100% !important;
  transform: none !important;
}
.fullpage-wrapper div:first-child {
  z-index: 1;
}
.fp-section {
  width: 100% !important;
  padding: 90px 55px 50px;
  position: absolute !important;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.fp-section.active {
  visibility: visible;
  opacity: 1;
}
.sp_ver {
  display: none;
}
nav.thum-box,nav.text-box {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

nav.text-box {
  bottom: 70px;
}
nav.thum-box ul,nav.text-box ul {
  display: flex;
}
nav.thum-box ul li {
  margin: 0 5px;
  width: 60px;
}
nav.text-box ul li {
  margin: 0 10px;
font-size: 12px;
}
nav.thum-box ul a img {
  border-radius: 5px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
}
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
.noto-sans-jp-<uniquifier > {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
}
.product-list div {
  width: 33.3333%
}
.normal-page {
  width: 100% !important;
  padding: 90px 55px 50px;
  position: absolute !important;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.single_page {
  font-family: "Noto Sans JP", sans-serif;
  background: #f9fafb;
  border: 1px solid #ecf0f4;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  vertical-align: middle;
  display: inline-block;
  display: inline-flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  box-sizing: border-box;
  padding: 50px 100px 0;
}
.single_page .title {
  font-size: 24px;
  letter-spacing: 3px;
  margin: 0 0 30px;
  color: #252a31;
  font-weight: 700;
	
}

.single_page p {
  font-size: 14px;
  color: #252a31;
  font-weight: 400;
	line-height: 1.6;
}

.single_page p.phone-number {
    font-size: 24px;
    font-weight: 700;
    

}

.single_page p.phone-hours {
    font-size: 12px;
    color: #666;
	 
}

.txtAC{
	text-align: center;
}

.single_page h3 {
  font-size: 14px;
	text-align: center;
  color: #252a31;
  font-weight: 500;
	background: #e8edf2;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.mb90 {
  margin-bottom: 90px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb70 {
  margin-bottom: 70px;
}

.mb60 {
  margin-bottom: 60px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0px;
}

.map-frame{
	width: 100%;
}

table {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

th, td {
  padding: 0.5em;
  border: 3px solid #f9fafb;
  text-align: left;
	font-size: 14px;
	background: #fff;
}

th{
	background: #edf2f6;
}

.staff-box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.staff-box .person{
	width: 24%;
	display: flex;
	flex-direction: column;
}

.staff-box .person div{
	line-height: 1;
}

.staff-box .person .profile{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	background: #FFFFFF;
	padding: 20px 30px;
}

.profile .name{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}

.profile .job{
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dee4ea;
	margin-bottom: 10px;
}

/*問い合わせ系*/
/* お問い合わせフォームの追加スタイル - PHPMailer対応 */

/* お問い合わせ方法セクション */

.form-group{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.form-group label{
	font-size: 14px;
	margin-left: 10px;
	width: 20%;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px auto;
}

.contact-method {
    flex: 1;
    min-width: 280px;
    padding: 25px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-method h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.contact-method i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}





/* エラーメッセージボックス */
.error-box {
    background-color: #ffebee;
    border-left: 4px solid #f44336;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #d32f2f;
}

.error-box p {
    margin-bottom: 5px;
}

.error-box .small {
    font-size: 0.8em;
    opacity: 0.8;
}

/* チェックボックスグループ */
.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
}

/* 確認画面の追加スタイル */
.confirm-table {
    background-color: #f9f9f9;
    border-radius: 3px;
    border-left: 3px solid var(--primary-color);
    margin-bottom: 30px;
}

.confirm-table .confirm-row {
    border-bottom: 1px solid #eee;
    margin: 0;
    display: flex;
}

.confirm-table dt {
    width: 30%;
    padding: 15px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.02);
}

.confirm-table dd {
    width: 70%;
    padding: 15px;
}

.confirm-message {
    white-space: pre-line;
}

/* フォームボタン */
.form-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-secondary {
    background-color: #f5f5f5;
    color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #111;
}

.btn-secondary:hover {
    background-color: #e0e0e0;
}

/* 送信完了メッセージ */
.message-sent {
    text-align: center;
    padding: 40px 0;
}

.message-sent-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border-left: 4px solid #4caf50;
}

.message-sent h2 {
    color: #2e7d32;
    margin-bottom: 20px;
}

.message-sent-action {
    margin-top: 30px;
}

/* Nike風フォーム */
.nike-form .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 8px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
	width: 100%;

}

.nike-form .form-control:focus {
    border-color: #000;
    box-shadow: none;
    outline: none;
}

.nike-form .form-control.error {
    border-color: #f44336;
}

.nike-form .error-message {
    color: #f44336;
    font-size: 0.85em;
    margin-top: 5px;
}

.nike-form .required {
    color: #f44336;
}

.nike-form .btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.nike-form .btn:hover {
    background-color: #333;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    .confirm-table .confirm-row {
        flex-direction: column;
    }
    
    .confirm-table dt,
    .confirm-table dd {
        width: 100%;
    }
    
    .confirm-table dt {
        padding-bottom: 5px;
    }
    
    .confirm-table dd {
        padding-top: 5px;
    }
    
    .contact-methods {
        flex-direction: column;
    }
}