@charset "UTF-8";
/*--------------------

      パンくず

--------------------*/
.breadcrumb {
	margin: 20px 30px 0;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 2.8px;
	text-align: left;
	color: #333;
 }
.breadcrumb a {
	color: #adadad;
    text-decoration: underline;
 }
#page {
	padding: 100px 0 0;
	width: 100%
 }
.page_header {
	background-position: 50% 50%;
	width: 100%;
	height: 200px;
	object-fit: cover;
 }
.first{
    display: table;
    margin: 0 auto;
    padding: 50px 0 100px;
}
.first p{
    margin: 0 auto;
    max-width: 800px;
    line-height: 2.2em;
}
.first section,.bginner section{
    margin: 60px 0;
}
.first h3,.bginner h3{
    text-align: left;
    border-bottom: 1px dotted #d8d8d8;
    margin-top: 40px;
    font-weight: normal;
    color: #d5554a;
}
.space{
    max-width: 1200px;
    margin: auto;
}
/*--------------------

      施設について

--------------------*/
.bginner{
    max-width: 800px;
    margin: 0 auto;
}
.second dl{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.second dt{
  background: #f5f5f5;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
}
.second dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 320px) {
  .second dl{
    flex-flow: column nowrap;
  }
  .second dt,
  .second dd{
    width: 100%;
  }
  .second dd{
    border-left: none;
  }
}

.aboutimg{
	background-image: url("../images/page/about00.png");
 }
ul.about_box{
    display: table;
    margin: 60px auto;
    padding: 0;
    max-width: 1000px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
ul.about_box li{
    display: table-cell;
    margin: auto;
    list-style: none;
    text-align: center;
}
ul.about_box li img{
    width: 95%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
.second{
    padding: 60px 80px;
    border-bottom: 5px solid #fff;
}
.second_inner{
    margin: 0 auto;
    max-width: 1000px;
}
.floorguide{
    padding: 100px 0;
}
ul.floorguide_inner{
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul.floorguide_inner li{
    display: flex;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #d5554a;
}
ul.floorguide_inner span{
    width: 60px;
    border-right: 1px solid #d5554a;
    font-size: 2em;
    margin: auto 20px auto 0;
}
/*--------------------

      入所・ショート〜

--------------------*/
.residentsimg{
	background-image: url("../images/page/residents00.png");
 }
.overview{
    padding: 40px 80px 100px;
}
.page_box{
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
}
.page_box section{
    flex: 1;
    margin: auto;
}
.page_box section:nth-child(2){
    padding-left: 20px;
}
.page_box ul{
    display: flex;
    padding: 0;
}
.page_box ul li{
    list-style: none;
    margin: auto;
    padding: 0 10px;
}
.page_box img{
    width: 100%;
    border-radius: 10px;
    max-height: 400px;
    object-fit: cover;
}
ul.page_nam{
    display: inline-flex;
    padding: 0;
}
ul.page_nam li{
    margin: auto;
    font-size: 15px;
    line-height: 1.75em;
    padding: 0;
}
ul.page_nam li span{
    padding-left:1em;
    text-indent:-1em;
    display: block;
    margin-top: 10px;
}
ul.page_nam .nam{
    font-size: 3em;
    color: #d5554a;
    margin-right: 15px;
}
.terms{
    background-color: #d5554a;
    padding: 5px;
    border-radius: 50px;
}
.terms p{
    color: #fff;
    text-align: center;
    margin: 0;
}

section#residents {
	margin-top: -48px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0 0;
	width: 100%
 }
.capacity{
    margin: 20px auto;
    text-align: center;
}
.capacity span{
    color: #d5554a;
    font-size: 2em;
}
.page_box li{
    list-style: none;
}
.page_box li i{
    color: #d5554a;
    margin: 10px 0;
}
/*-- 居室について --*/
.room{
    padding: 60px 0 100px;
}
.room img{
    width: 100%;
    height: auto;
}
.room ul{
    display: flex;
    padding: 0;
    padding-bottom: 60px;
}
.room ul li{
    flex: 1;
    list-style: none;
    margin: auto;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #E3F5FD;
  border-radius: 15px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #E3F5FD;
}
.balloon h3{
    margin: 0 0 10px;
}
.balloon p {
  margin: 0;
  padding: 0;
}
/*-- サービス開始までの流れ --*/
.service{
    padding: 40px 80px 100px;
}
/*-- 料金表 --*/
.price{
    padding: 40px 80px 100px;
}
.price img{
    width: 200px;
    height: auto;
}
.price ul{
    display: table;
    padding: 0;
    margin: 0 auto;
}
.price li{
    display: table-cell;
    list-style: none;    
    padding: 0 50px;
    text-align: center;
}
.price li i{
    font-size: 7em;
    font-weight: 600;
    color: #cacaca;
}
.fa-file-pdf{
    color: #d5554a!important;
}
.price_pdf{
    background-color: #d5554a;
    padding: 5px 10px;
    margin: 20px 0;
    border-radius: 5px;
}
.price_pdf p{
    color: #fff;
    margin: 0;
    line-height: 1.25em;
    text-align:  center !important;
    line-height: 1.25em;
}
.price_pdf p a{
    color: #fff;
    text-decoration: none;
}
.price .nofile{
    font-size: 6em;
}
.price .dl{
    display: table;
    margin: auto;
    color: #fff;
    font-size: 1.75em;
}

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

      共通タイムライン

--------------------*/
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
  padding: 0;
    list-style: none;
}
.timeline:before {
  background-color: #e2cda2;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 30px;
  left: 2em;
  width: 2px;
  height: 95%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #d5554a;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #d5554a;
  -webkit-box-shadow: inset 40em 0 0 0 #d5554a;
  box-shadow: inset 40em 0 0 0 #d5554a;
}

.timeline-event-copy {
    height: 200px;
    padding-left: 2em;
    margin-left: 4em;
  left: 4em;
}
.timeline-event-copy h3 {
    margin: 0;
    font-size: 1.5em;
    margin: 0;
    border: inherit;
    letter-spacing: inherit;
}
.timeline-event-copy p{
    margin: 10px 0;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e2cda2;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 7px;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

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

      Q&A

--------------------*/
.qandaimg{
	background-image: url("../images/page/qanda00.png");
 }
.qa{
    margin: 40px 0 100px;
        min-height: 500px;
}
#acMenu dt{
    margin-bottom: 30px;
    display:block;
    padding: 0 20px;
    width:100%;
    line-height:50px;
    text-align:left;
    background-color: #d5554a;
    border-radius: 50px;
    cursor:pointer;
    color: #fff;
}
#acMenu dd{
    display:none;
    width: auto;
    height: auto;
    line-height: 50px;
    margin: -20px 30px 20px;
}

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

      お問い合わせ

--------------------*/
.contactimg{
	background-image: url("../images/page/contact00.png");
 }
.contact{
    margin: 40px 0 100px;
}
.contact .efbuttonb{
    margin: 30px auto 60px;
    float: inherit;
    width: fit-content;
}
.contact .contact_button{
    border: 1px solid #d5554a;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 20px auto 40px;
    width: fit-content;
}
.contact .contact_button a{
    text-decoration: none;
}
.contact .contact_button p{
    font-size: 15px;
    line-height: 1.75em;
}
.contact_inner{
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1500px;
}

/*
.contact p {
    text-align: center;
}
*/

.contact_box{
    margin: 40px auto 100px;
    display: table;
    max-width: 552px;
}
.contact_box h3{
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
    font-size: 17px;
}
.contact_box h3 span{
    background-color: #d5554a;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-weight: 100;
    font-size: 15px;
    margin-right: 10px;
}
.contact_box ul{
    display: flex;
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}
.contact_box ul li{
    background-color: #FCF7ED;
    height: 50px;
    padding: 5px 10px;
    border-radius: 20px;
}
.contact_box ul .contact_left{
    margin-right: 20px;
    max-width: 500px;
}
.contact_box ul .contact_light{
    max-width: 500px;
}

.contact_box p span textarea {
    background-color: #FCF7ED;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 20px 0 !important;
}

.grecaptcha-badge { bottom: 100px!important; }

.contact_select{
    position: relative;
}
.contact_select i{
    position: absolute;
    right: 20px;
    top: 30%;
}


.contact_box .submit span input {
    display: block;
    color: #fff;
    cursor: pointer;
    background-color: #D5554A;
    border-radius: 20px;
    padding: 4px 50px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.contact_box input{
    height: 40px;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    width: 100%;
    -webkit-writing-mode: inherit;
    text-rendering: auto;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: none;
    text-indent: inherit;
    text-shadow: inherit;
    display: inherit;
    text-align: inherit;
    -webkit-appearance: inherit;
    background-color: inherit;
    -webkit-rtl-ordering: inherit;
    cursor: inherit;
    margin: auto;
    font: inherit;
    padding: inherit;
    border-width: inherit;
    border-style: inherit;
    border-color: inherit;
    border-image: inherit;
}
select {
    -webkit-writing-mode: inherit;
    text-rendering: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
    text-indent: inherit;
    text-shadow: inherit;
    display: inherit;
    text-align: inherit;
    -webkit-appearance: inherit;
    box-sizing: inherit;
    align-items: inherit;
    white-space: inherit;
    -webkit-rtl-ordering: inherit;
    background-color: inherit;
    cursor: inherit;
    margin: inherit;
    font: inherit;
    border-radius: inherit;
    border-width: inherit;
    border-style: inherit;
    border-color: inherit;
    border-image: inherit;
    border-radius: 20px;
    width: 100%;
    color: #757575;
    padding: 10px;
    background-color: #FCF7ED;
}
textarea {
    height: 6rem;
    line-height: 1.5em;
    -webkit-writing-mode: inherit;
    text-rendering: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-transform: inherit;
    text-indent: inherit;
    text-shadow: inherit;
    display: inherit;
    text-align: inherit;
    -webkit-appearance: inherit;
    background-color: inherit;
    -webkit-rtl-ordering: inherit;
    flex-direction: inherit;
    resize: inherit;
    cursor: inherit;
    white-space: inherit;
    overflow-wrap: inherit;
    margin: inherit;
    font: inherit;
    border-width: inherit;
    border-style: inherit;
    border-color: inherit;
    border-image: inherit;
    padding: inherit;
    width: 100%;
    text-align: left;
}
div.wpcf7 .ajax-loader {
    visibility: inherit !important;
    display: inherit !important;
    background-image: inherit !important;
    width: inherit !important;
    height: inherit !important;
    border: inherit !important;
    padding: inherit !important;
    margin: inherit !important;
    vertical-align: inherit !important;
}

/* スピナー非表示 */
span.wpcf7-spinner {
  display: none;
}

/* 入力欄青枠非表示 */
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
outline: none;
}

/* フォーム ご意見センター */
.support-form {
    text-align: center;
}

@media screen and (max-width: 768px) {
.support-form {
    text-align: left;
}
}

.supportlink-form {
    text-align: center;
    text-decoration: underline;
}


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

      お知らせ

--------------------*/
#blog{
    display: flex;
    flex-flow: row-reverse;
    margin: 50px 0 100px 0;
}
#blog p{
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.blog_main{
    width: 100%;
    margin-left: 60px;
}
.blog_main p{
    margin: 0.5em 0;
}
.blog_main img{
    border: none !important;
    height: auto;
}
ul.blog_title{
    display: flex;
    border-bottom: 5px solid #E2CDA2;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
ul.blog_title time{
    vertical-align: text-top;
}
.blog_title h1{
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-style: normal;
    margin: 0;
    letter-spacing: 0;
    font-size: 22px;
}
.blog_title p{
    margin: 0;
}
ul.blog_cat{
    display: table;
    padding: 0;
}
ul.blog_cat li{
    display: inline-table;
    background-color: #d5554a;
    padding: 3px 15px;
    margin: 0 5px 40px 0;
    border-radius: 20px;
    font-size: 13px;
}
ul.blog_cat li a{
    color: #fff;
    text-decoration: none;
}
.blog_thum{
    margin-bottom: 80px;
}
.blog_thum img{
    display: table;
    margin: 0 auto;
    width: 60%;
    height: auto;
    border: 2px solid #e2cda2 !important;
    height: auto;
}
.blog_cat p{
    font-size: 13px;
    color: #fff;
    margin: 0 auto;
}
.blog_cat p a{
    color: #fff;
    text-decoration: none;
    }

.blog_side{
    width: 20%;
}
.blog_side h3{
    margin: 0;
    text-align: left;
}
.blog_main_inner{
    margin-bottom: 100px;
}
.blog_txt h1{
    padding: 0 0.5em;/*上下 左右の余白*/
    color: #333;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 4px #E2CDA2;/*左線*/
    font-size: 24px;
    margin: 40px 0 20px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.blog_txt h2{
    color: #333;/*文字色*/
      padding: 0.5em 0;/*上下の余白*/
      border-top: solid 3px #E2CDA2;/*上線*/
      border-bottom: solid 3px #E2CDA2;/*下線*/
    font-size: 20px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 40px 0 20px;
    text-align: left;
}
.blog_txt h3{
    color: #d5554a;/*文字色*/
    font-size: 18px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 0;
    text-align: left;
}
.blog_txt h4{
    color: #E2CDA2;/*文字色*/
    font-size: 18px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 0;
    text-align: left;
}
.blog_txt h2::after {
    content: none;
}
.blog_txt p,.blog_txt ul,.blog_txt ol{
    margin-bottom: 30px;
}

.blog_main_inner p img{
    margin: 30px auto;
    width: auto;
    display: table;
}
.blog_txt .size-full{
    width: 100%;
    height: auto;
    max-height: inherit;
}
.blog_txt .size-large{
    max-width: 700px;
    height: auto;
    max-height: inherit;
}
.blog_txt .size-medium{
    max-width: 500px;
    height: auto;
    max-height: inherit;
}
.blog_txt .size-thumbnail{
    max-width: 300px;
    height: auto;
    max-height: inherit;
}

ul.pagenation{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 100px 0 0;    
}
.side_sec ul{
    padding: 0;
}
.side_sec li{
    font-size: 14px;
    line-height: 2em;
    list-style: none;
    
}
#sidebar section{
    padding: 15px 0;
}
.portrait img,.landscape img{
    width: 100%;
}
/***WP初期設定の上書き***/
.gallery-item{
    padding: 0 10px;
}
.gallery-caption{
    margin-top: 10px;
    font-size: 14px;
}
/****ページネーション *****/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span:not(.dots), .pagination a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333; /* 通常の文字色 */
    background: #E2CDA2; /* 通常の背景色 */
    border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.dots{
    background-color: initial;
}
.pagination span.page-of {
  background: none;
  color: #E2CDA2;
}
.pagination a:hover{
  color: #fff; /* マウスホバー時の文字色 */
  background: #d5554a; /* マウスホバー時の背景色 */
}
.pagination span.current{
    color: #fff; /* 現在のページの文字色 */
    background: #d5554a; /* 現在のページの背景色 */
  }
.page-numbers li{
    padding: 0 4px!important;
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
}