@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-mainVisual__textLayer {
  top: 8vh;
}
.sText-1 {
  padding-left: 8px;
  font-size: 36px;
}

.has-border.-border04 {
  background: #fff;
}

.page-id-14 .l-content {
  margin: 0 auto .5em;
}

.page-id-14 .post_content>* {
  margin-bottom: .25em;
  line-height: 1.3;
}

.p-mainVisual__textLayer>.p-blogParts {
  background: #65638961;
  max-width: 480px;
  padding: 1em .5em .5em 1em;
  border-radius: 4px;
}

.page-id-14 .-list-under-dashed>li, .border_bottom>li {
  border-bottom: 1px dashed #b86b2e;
}


/* ------------------------------------- */
/* PCのみ */
/* ------------------------------------- */
@media (min-width: 960px) {

/* 番号発信しない */
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/* タブレットのみ改行 */
br.tab_only {
  display: none;
}

.-type-simple .p-postList__title, .txt-l {
  font-size: 1.25em;
  font-weight: 600;
}

/* ------------------------------------- */
/* ノートPC以下 */
/* ------------------------------------- */
@media (max-width: 1024px) {

  .p-mainVisual__textLayer {
    top: 4vh;
  }

}

/* 1025px以上 */
@media (min-width: 1025px) {
  br.pc_only {
    display: none;
  }
  
}


} /* PC画面 ここまで */


/* ------------------------------------- */
/* ノートPC向け */
/* 1024px以下、タブレット・スマホにも反映
/* ------------------------------------- */
@media (max-width: 1024px) {


} /* ノートPC向け ここまで*/


/* ------------------------------------- */
/* PCとタブレット */
/* ------------------------------------- */
@media (min-width: 600px) {

/* spのみ改行 */
br.sp_only {
  display: none;
}

/* メインビジュアルのテキスト */
.p-mainVisual__slideText {
  font-size: 24px;
}
.sTitle {
  font-size: 32px;
}


} /* PCとタブレット ここまで */


/* ------------------------------------- */
/* タブレットのみ */
/* ------------------------------------- */
@media (max-width: 959px) and (min-width: 600px) {


} /* タブレットのみ ここまで */


/* ------------------------------------- */
/* タブレットとSP */
/* ------------------------------------- */
@media (max-width: 959px) {


} /* タブレットとSP ここまで*/


/* ------------------------------------- */
/* SPのみ */
/* ------------------------------------- */
@media (max-width: 599px) {

/* タブレットのみ改行 */
br.tab_only {
  display: none;
}

/* メインビジュアルのテキスト */
.p-mainVisual__slideText {
  font-size: 5vw;
}
.sTitle {
  font-size: 24px;
}

.page-id-14 .wp-block-table>table tr>:first-child:not(.-no1) {
  width: 116px;
}
.page-id-85 .wp-block-table>table tr>:first-child:not(.-no1) {
  width: 86px;
}

.p-mainVisual__textLayer>.p-blogParts {
  max-width: 260px;
}

.page-id-14 #facility .swell-block-columns__inner {
  row-gap: 0;
}


} /* SPのみ ここまで*/