@charset "UTF-8";

/* 退避 */
/* .zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
} */

/************************************
*************************************

基本設定

*************************************
*************************************/
body {
    position: relative;
    max-width: 375px;
    margin: auto;
}

/******************
色
*******************/
.font-orange {
    color: #FFAE00;
}
.font-blue {
    color:#253C6B;
}
.font-red {
    color: #93272B;
}


/******************
フォント
*******************/
@font-face {
  font-family: "Mushin";
  src: url("../font/Mushin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.comment {
    font-family: "Mushin", sans-serif;
    font-size: 1.25rem;
}

* {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

h2 {
    font-size: 2rem;
}

h2.font-orange::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/pic/sun.svg");
    background-position: center;
    background-size: contain;
}

h3 {
    font-size: 1.3rem;
}


/******************
レイアウト
*******************/
body {
    position: relative;
}

.flex {
    display: flex;
}

.reverse {
    flex-direction: row-reverse;
}

.bg-sun {
    position: fixed;
    bottom: 3%;
    left: -30%;
    width: 25rem;
    opacity: 0.1;
    z-index: -10;
}

.mb-05 {
    margin-bottom: 0.5rem;
}





/************************************

ヘッダー

*************************************/
header {
    width: 95%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.logo>a {
    display: block;
    width: 100%;
    height: 40px;
}

.logo img {
    height: 100%;
}
.headline {
    width: 100%;
    text-align: center;
    font-size:0.7rem;
    border-bottom: 1px solid #FFF1D2;
    margin-bottom: 1rem;
}

.headline  h1 {
    font-size: 0.7rem;
    font-weight: normal;
}





/************************************

メインビジュアル

*************************************/

#mainvisual {
    position: relative;
}
#mainvisual h2 {
    position: absolute;
    top: 45%;
    color: #fff;
}
#mainvisual h2 span {
    font-size: 2rem;
  padding: 0.1em 0.4em;
  line-height: 1.8;
    background-color: #FFAE00;
  box-decoration-break: clone;
}
#mainvisual p {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: 1.1rem;
}
#mainvisual p span {
  padding: 0em 0.2em;
  line-height: 1.3;
    background-color: #FFAE00;
  box-decoration-break: clone;
}

#mainvisual img {
  width: 100%;
  max-width: 1920px;
  height: 600px;
    display: block;
  object-fit: cover;
}





/************************************

コンテンツ

*************************************/
main article {
    width: 95%;
    margin: auto auto 6rem;
}

main .background-1st {
    position: relative;
}

main .background-1st img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 30%;
    width: 3rem;
}
main .background-1st img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 10%;
    width: 4rem;
}





/************************************

空室情報

*************************************/
main #howmany {
    padding-top: 4rem;
}

main #howmany .checked-day {
    text-align: right;
}

main #howmany .empty-room {
    justify-content: space-between;
}

main #howmany .empty-room > div {
    width: 44%;
} 
main #howmany .empty-room > div > p {
    font-size: 1.3rem;
}

main #howmany .women p::after,
main #howmany .mix p::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
}
main #howmany .mix p::after {
    background-image:url("../img/pic/mix.svg");
} 
main #howmany .women p::after {
    background-image:url("../img/pic/women.svg");
} 

main #howmany .empty-room span {
    font-size: 6rem;
}





/************************************

おひさまの魅力

*************************************/

#charm section {
    margin-bottom: 3rem;
}

#charm h2,
#charm h3,
#charm .desc,
#charm .photo {
    margin-bottom: 0.5rem;
}

#charm hr {
    width: 40%;
    margin: auto auto 3rem;
}

#charm h3 {
    font-size: 1.25rem;
}

#charm .area-roft {
    position: relative;
}

#charm .bg-pic {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(20deg);
    width: 30%;
}

#charm .photo {
    width: 100%;
}

#charm .person {
    margin-right: 1rem;
}

#charm .attention {
    list-style-position: inside;
}





/************************************

部屋紹介

*************************************/
/* .room-intro {
    width: 95%;
    margin: auto;
} */





/************************************

入居までの流れ

*************************************/
#flow h3 {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 1rem;
}
#flow h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-left: 30px;
}

#flow li p.mb-05 {
    font-size: 1.25rem;
}

#flow li {
    margin-bottom: 2rem;
    list-style: none;
}

#flow li div.flex {
    margin-top: 1rem;
}





/************************************

費用について

*************************************/
#fee p:nth-child(2),
#fee p:nth-child(3) {
    margin-bottom:2rem;
}
#fee table {
    width: 100%;
    margin-bottom: 2rem;
}
#fee table th,
#fee table td {
    display: block;
    padding: 1rem 0 1rem 1rem;
    text-align: left;
    font-size: 1.125rem;
}
#fee table th {
    background: #FFF2D5;
}







/************************************

よくあるご質問

*************************************/
/******************
タブ切り替え
******************/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #FFA160;
  background-color: #d9d9d9;
  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;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 2rem 1rem;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #FFF3D9;
  color: #FFA160;
}



/******************
アコーディオンメニュー
******************/
.accordion-003 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 0;
    color: #333333;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}





/************************************

施設住所

*************************************/
#access table {
    width: 100%;
    margin-bottom: 2rem;
}
#access table th,
#access table td {
    display: block;
    padding: 1rem 0 1rem 1rem;
    text-align: left;
    font-size: 1.125rem;
}
#access table tr:last-child td {
    padding: 1rem 0;
}
#access table th {
    background: #FFF2D5;
}

#access .control-iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
#access .control-iframe iframe {
    width: 100%;
    height: 100%;
    display: block;
}

#access .sns ul {
    list-style-type: none;
    justify-content: center;
    gap: 2rem;
}
#access .sns li {
    width: 13%;
}

#access .sns img {
    width: 100%;
}





/************************************

お問合せ

*************************************/
#contact .tel {
    font-size:2rem;
    font-weight: bold;
    text-decoration: none;
    color: #75CA0D;
}



#contact .tel::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 21px;
    background-image: url("../img/pic/tel.png");
    background-position: center;
    background-size: contain;
}





/************************************

お問合せ

*************************************/
footer {
    text-align: center;
    margin-bottom: 1rem;
}

footer .logo-area {
    width: 12rem;
    margin: auto;
}

/* .fixed-tel {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    width: 5rem;
    height: 5rem;
    background-color: #75CA0D;
    border-radius: 2.5rem;
}

.fixed-tel img {
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
}

.fixed-tel a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
} */

.contact-sticky {
    position: sticky;
    bottom: 0;
    width: 100%;
}
.contact-sticky .flex {
    height: 4rem;
}
.contact-sticky img {
    width: 12%;
}
.contact-sticky a {
    text-decoration: none;
    color: #fff;
}
.contact-sticky .mail,
.contact-sticky .tel {
    width: 50%;
}
.contact-sticky .mail {
    background: #FFA160;
}
.contact-sticky .tel {
    background: #75CA0D;
}
.contact-sticky .mail .flex,
.contact-sticky .tel .flex {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}