/* css reset */
@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
}
@font-face {
    font-family: 'Noto Sans JP', serif;
    font-style: normal;
    src: url('fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
    unicode-range: U+0080-FFFF;
    }

@font-face {
    font-family: 'Zen Antique', serif;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ZenAntique-Regular.ttf') format('truetype');
    /* a-Z */
    unicode-range: U+0041-007A;
    }

/* 共通CSS */
html {
    font-family: "Noto Sans JP",'Zen Antique', serif;
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

a:hover,
.btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.btn {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

.wrapper {
    width: 70%;
    padding: 30px 0 80px;
    margin: 0 auto;
}

.wrapper-title {
    text-align: center;
    margin-top: 9rem;
    margin-bottom: 4rem;
}

.wrapper-title p {
    color: #000000;
}

.wrapper-title p {
    color: #000000;
}

.last-wrapper {
    margin-bottom: 80px;
}

.wrapper-body {
    text-align: center;
}

.news-list,
form {
    width: 100%;
    margin: 0 auto;
}

.btn-submit {
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background-color: lightcoral;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-gray {
    border: 1px solid #ff9898;
    color: #3e3e3b;
}

.font {
    color: lightcoral;
}

/* ---header--- */
header {
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1;
    width: 100%;

    justify-content: space-between;
    align-items: center;
    padding-right:1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#logo{
    width: 3.6rem;
}

.faqheader{
    position:relative;
}

/* スマホ用メニューを非表示 */
.sp-menu {
    display: none;
}

/* メニュー */
.menu a {
    line-height: 60px;
    color: lightcoral;
    font-weight: bold; /* 太字にする */
    font-size: 1.5em;
}

.menu-left a {
    float: left;
    padding-right: 50px;
}

.menu-right a {
    float: right;
    padding-right: 18px;
}

/* top-img */
.top-img {
    width: 100%;
    height: 100vh;
    background-image: url("../img/welcometoutero.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
    position: relative;
    border: 10px solid white; /* 枠の設定 */
    box-sizing: border-box; /* 枠の幅を含むようにボックスサイズを設定 */
}
.top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font: bold;
    font-size: 3em;
    color: white;
    background-color: lightcoral;
}
.strong{
    font-size: 1.5em;
}

/* レンタルスペース紹介 TOP画面 */
.fullscreen {
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    color:#eee;
    background-color: lightpink;
    justify-content: center;
    box-sizing: border-box; 
}
/* タイトル */
.space-title{
    padding-top: 9rem;
    margin-bottom: 3rem;
    text-align: center;
}
/* 説明部分 */
.scroll_up .fullsec{
    font-size: 2rem;
}
/* 補足部分 */
.scroll_up .fullsec .supptext{
    font-size: 1rem;
    padding-left: 1rem;
}
/* 強調表示 space */
.highlight {
    font-size: 2.5rem;
    color: #ff9898;
    font-weight: bold;
}
.highlighta {
    font-size: 2.5rem;
    color: #ff9898;
    font-weight: bold;
}
.highlightb {
    font-size: 2.5rem;
    color: #ff9898;
    font-weight: bold;
}
.highlightc {
    font-size: 2.5rem;
    color: #ff9898;
    font-weight: bold;
}

.top-btn {
    background: #eee;
    color: lightcoral;
    border: none;
    border-collapse: collapse;
    border-radius: 4rem;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    align-items: center;
    justify-content: center;
    padding: 11px 50px;
    transition: .3s;
    /* button 中央 */
    display: block;
    margin: 20px auto;
}

.top-btn:hover {
    opacity: 0.7;
    background: #ff9898;
    color: #ffe4e1;
}

/* news */
.whfullscreen {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    padding: 2rem 0 50px;
    margin: 0 auto;
}

.news-list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    font-size: 1.5rem;
}

.news-list a {
    color: #3e3e3b;
}

/* ---service--- */
.flex{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5rem;
}

.box{
	opacity: 0;
    display: grid;
    justify-items: center; /* 中央揃え */
    border: 1px solid #eee;
    border-collapse: collapse;
    margin: 0 -1px -1px 0;
    padding: 20px 0 20px 0;
}

.service-screen {
    /* height:100vh; */
    width: 100%;
    background-color: lightpink;
    justify-content: center;
    padding: 2rem 0 50px;
    margin: 0 auto;
}
.service-title {
    text-align: center;
    margin-top: 9rem;
    color: #eee;
    font-size: 16px;
}

.service-text {
    display: inline-block;
}

.service-item {
    text-align: center;
    color:#eee;
}
.service-item h4{
    margin-top: 1rem;
}

/* about */
.about-table {
    text-align: left;
    width: 100%;
}

.about-table th,
td {
    padding: 10px 0;
}

.about-table th {
    width: 23rem;
    vertical-align: top;
}

iframe {
    width: 100%;
}

/* access */
.access-btn {
    background-color: #ff9898;
    color: #eee;
    text-align: center;
    align-items: center;
    width: 14rem;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    transition: .3s;
    border-radius: 4rem;
    /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
    cursor: pointer;
    border-collapse: collapse;
    position: relative;
    /* button 中央 */
    display: block;
    margin: auto;
    margin-top: 4rem;
}

.access-btn:hover {
    opacity: 0.7;
    background: lightgreen;
    color: #ff9898;
}
/* 予約フォーム */
.form-group {
    display: flex; 
    flex-direction: column;
    margin: 20px;
    text-align: left;
    font-size: 1.3em;
    padding: 5px 8px 10px;
}
.form-group h3{
    text-align: center;
}

/* 時間プルダウン */
.form-group .time{
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 4px;
    border: 1px solid lightcoral;
    outline: 0;
}
.form-group .time:focus{
    border: 2px solid lightcoral;
}

.btn-center{
    display: flex;
    justify-content: center;
    gap: 10px
}
.flex-text{
    flex: 1;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid lightcoral;
    outline: 0;
}
.flex-text:focus{
    border: 2px solid lightcoral;
}
.conf-text{
    flex: 1;
    padding: 10px;
    font-size: 1rem;
    border-bottom: 1px solid lightcoral;
}
.example-text{
    font-size: 1rem;
    background-color: #f8f8f8;
}

/* 予約開始年月日時用 */
.time-text{
    flex: 1;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
}

/* プライバシーポリシー見出し */
.form-group .privacy-comment{
    font-weight: bold;
}
/* プライバシーポリシー本文*/
.form-group .privacy-policy {
    color: #783c1d;
    font-size: 14px;
    border: 1px solid lightcoral;
    border-radius: 7px;
    height: 200px;
    overflow-y: scroll;
    padding: 6px 12px;
    background-color:#ffffff;
}
.form-group .privacy-policy p,address{
    padding-left: 1em;
}
.form-group .privacy-policy li{
	list-style-type: decimal;
}
.form-group .privacy-policy ol{
    padding-left: 3em;
}

.form-group .check-disabled-policy{
    color: #afafaf;
    font-size: 15px;
}


/* 利用規約見出し */
.form-group .tos-comment{
    font-weight: bold;
}
/* 利用規約本文 */
.form-group .tos {
    color: #783c1d;
    font-size: 14px;
    border: 1px solid lightcoral;
    border-radius: 7px;
    height: 200px;
    overflow-y: scroll;
    padding: 6px 12px;
    background-color:#ffffff;
}
.form-group .tos p{
    padding-left: 1em;
}
.form-group .tos ol{
    padding-left: 2em;
}
.check-disabled-tos {
    color: #afafaf;
}
.form-group .check-disabled-tos{
    color: #afafaf;
    font-size: 15px;
}
.form-group .promise{
    font-size: 15px;
}
.form-group .tos li{
	list-style-type: decimal;
}
.form-group .tos .roman{
	list-style-type: lower-roman;
}
.form-group .tos ol{
    padding-left: 3em;
}

/* 3Dセキュア本文 */
.cardConsent{
    color: #783c1d;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
    overflow-y: scroll;
    padding: 6px 12px;
    background-color:#ffffff;
}
.form-group .tds-text p{
    padding-left: 1em;
}

/* タイトル */
.form-group .title{
    padding-right: 5em;
    font-weight: bold;
}
.form-group .title_a{
    font-weight: bold;
    margin: auto;
}
/* 注意書き */
.form-group .note{
    font-size: 15px;
}
.form-label {
    width: 150px;
    font-size: 1rem;
    background-color: #f8f8f8;
    padding: 10px;
}

/* input要素を文字横に */
.form-inline {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-inline p {
    margin: auto;
}
.form-inline input {
    flex: 1;
    min-width: 0;
}
.form-pinline {
    display: flex;
    align-items: center;
}
/* -------------------- */

input,
textarea {
    width: 100%;
    border: 1px solid #ebeced;
}

input {
    height: 25px;
}

textarea {
    height: 200px;
}

.error {
    font-size: 12px;
    color: #d84950;
}

/* page.html */
.page-title {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 10px;
}

.page-text {
    padding: 20px 0 80px;
}

/* confirm.php */
.conf-form {
    background-color: #ebeced;
    padding: 30px;
}

/* send.php */
.thanks {
    background-color: #ebeced;
    padding: 80px 0;
}

.thanks h4 {
    margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumbs {
    padding-top: 60px;
    background-color: #ebeced;
}

.breadcrumbs ul {
    padding: 10px 0;
}

.breadcrumbs li {
    display: inline;
    font-size: 13px;
}

.breadcrumbs li a {
    color: #4c586f;
    font-size: 13px;
}

.breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: #3e3e3b;
}

/* login.html */
.login,
.register {
    width: 55%;
    margin: 0 auto;
    padding: 50px 0;
}

.login {
    background-color: #ebeced;
    border: 1px solid #ebeced;
}

.register {
    border: 1px solid #ebeced;
    text-align: center;
}

/* register.html */

.checkbox {
    width: auto;
}

/* regi_conf.php */
.conf-form {
    background-color: #ebeced;
    padding: 30px;
}

/* regi_end.php */
.thanks {
    background-color: #ebeced;
    text-align: center;
    padding: 50px 0;
    justify-content: center;
}

.thanks h4 {
    margin-bottom: 10px;
}

/* reservation.html */
.reservation{
    margin-top: 2.5rem;
}
.space-btn {
    width: 100%;
    height: 50px;
    color: lightcoral;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
    border: none;
    transition: .3s;
    border: 1px solid lightcoral;
    border-radius: 3px;
    /* ボタンにカーソルを当てると、カーソルがポインターに変わる */
    cursor: pointer;
    border-collapse: collapse;
    /* 線の重なりを削除 */
    margin-bottom: -1px;
}

/* ボタンにカーソルを当てたとき、ボタンを半透明にする */
.space-btn:hover {
    opacity: 0.7;
    background: lightcoral;
    color: #ffe4e1;
}

.space-btn:disabled {
    background-color: lightcoral;
    color: whitesmoke;
    cursor: not-allowed; /* 無効なボタンのポインターを変更 */
}

/* クリックで表示させるテキストを隠す */
.hidden {
    display: none;
}

/* 週表示カレンダー */
.table-scroll {
    overflow: auto;
    white-space: nowrap; 
}

.cal {
    border-collapse: collapse;
    width: 100%;
    min-width: 660px;
    font-weight: bold;
    text-align: center;
    table-layout: fixed;
    color: lightcoral;
}

.cal th,
.cal td {
    border: 2px solid #000000;
    border-color: #e8e8e8;
}

.cal th {
    color: #000000;
}

.parebtn {
    height: 1px;
    padding-block: 0;
}

/* 予約時間ボタン */
.rsvBut {
    display: block;
    margin: auto;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    width: 100%;
    height: 100%
}

a.disabled:link,
a.disabled:visited,
a.disabled:hover,
a.disabled:active {
    color: red;
    cursor: default;
    pointer-events:none;
}

/* ボタンにカーソルを当てたとき、ボタンを半透明にする */
.rsvBut:hover {
    background: #FF6666;
}
/* 時間帯横幅 */
.rsv-stime {
    width: 55px;
}
/* 文字を薄く表示する */
.thin-text {
    /* font-weight: lighter; */
    opacity: 0.5;
}


/* スペース説明欄 */
.flex-container {
    display: flex; 
    align-items: flex-start; /* 画像頂点から文字開始 */
    padding: 10px;
    border: 1px solid lightcoral;
    border-radius:7px;
}

.flex-container img {
    margin-right: 20px; /* 画像とテキストの間にスペースを追加 */
    max-width: 200px;
    border-radius:7px;
}

.flex-container .text{
    max-width: 400px;
    color: #ff9898;
}

.flex-container .text p {
    margin: 5px 0;
    font-size: 1.5em;

}

.flex-container .text .bold {
    font-weight: bold; /* 太字にする */
}

.flex-container .text .title {
    font-weight: bold; /* 太字にする */
    font-size: 2em;
    margin: 5px 0; /* 段落の間に少し余白を追加 */
}

.flex-container .text .font {
    color: #783c1d;
}

.flex-container .text .indented {
    margin-left: 20px; /* 文頭にインデントを追加 */
    font-size: 1.3em;
}
.que{
    color: lightcoral;
}
.anser{
    color: lightseagreen;
}

.total-highlight{
    margin-left: 5px;
    font-weight: bold;
    font-size: 1.2rem;
}
/* 予約確認セクションのスタイル */
.reservation-confirmation {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
}

/* 見出しのスタイル */
.reservation-confirmation h3 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

/* 段落のスタイル */
.reservation-confirmation p {
    font-size: 1.2em;
    color: #555;
    margin: 10px 0;
    text-align: justify; /* 両端揃えで行の開始位置を揃える */
    text-indent: 0; /* インデントを無効にする */
}

/* ボタンのスタイル */
.reservation-confirmation .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: lightcoral;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

/* ホバースタイル */
.reservation-confirmation .btn:hover {
    background-color: lightpink;
}

/* ===swiper=== */
.swiper {
    width: 100%;
    height: auto;
}
.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    object-fit: cover; /* IE: not support */
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.swiper-pagination-bullet {
    /*ドットの色を変更*/
    background-color: black ;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: white;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

/* footer */
address {
    font-style: normal;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
}

footer {
    padding: 2rem;
    font-size: 15px;
    color: #4b5564;
    background: #fff;
    background-color: lightpink;
}

.footer_paycard{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer__navi {
    padding: 0;
    list-style: none;
}

.footer__navi-heading {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.footer__navi li {
    margin-bottom: 0.75rem;
}

.footer__address {
    margin-bottom: 2rem;
}

.footer__address a {
    text-decoration: underline;
}

.footer__social {
    display: inline-block;
    opacity: 0.7;
}

.footer__social a:not(:last-child) {
    margin-right: 16px;
}

a {
    color: #4b5564;
    text-decoration: none;
}
.sns_icon{
margin-left: auto;
}

/* privacy.html */
.privacy_text{
    padding-top: 5rem;
    padding-left: 1rem;
}

.p_text {
    margin-bottom: 20px;
}

.p_text h2{
    font-size: 1.8em;
    color: lightcoral;
    border-bottom: 2px solid lightcoral;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.p_text p,h4,address{
    margin-bottom: 10px;
    font-size: 1em;
    padding-left: 2rem;
}

.p_text ol {
    padding-left: 4rem;
    margin-bottom: 20px;
}

.p_text ol li {
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 1em;
}

.sctl_text {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.sctl_text th, td {
    border: 1px solid #ddd;
}
.sctl_text th, td {
    padding: 12px;
    text-align: left;
}
.sctl_text th {
    background-color: #f2f2f2;
    color: #333;
}

.privacy-button {
    background-color: lightcoral; /* ボタンの背景色 */
    color: white; /* ボタンの文字色 */
    padding: 10px 20px; /* ボタンの余白 */
    border: none; /* ボーダーなし */
    border-radius: 5px; /* 角を丸くする */
    text-align: center; /* 文字を中央揃え */
    text-decoration: none; /* アンダーラインを消す */
    display: inline-block; /* インラインブロック表示 */
    font-size: 16px; /* フォントサイズ */
    cursor: pointer; /* カーソルをポインターに */
}

/* 同意事項チェックボックス */
.consent-checkbox{
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.consent-checkbox input[type=checkbox] {
    width:	32px;
	height:	32px;
}

/* 規約タイトル */
.consent-title{
    text-align: center;
    padding-bottom: 10px;
}
/* checkboxの大きさ */
.p-checkbox {
    inline-size: 1rem;
    block-size: 1rem;
    position: relative;
    top: 2px;
    
}
