/*
Theme Name: SPS
Theme URI: 
Author: 
Author URI: 
Description: SPS(info)
Template: 
Text Domain: SPS
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, wide-blocks
*/


/* カテゴリー一覧： リストマークなし */
.wp-block-categories.is-style-no-listmark {
  list-style: none;
  padding-left: 0;
}

/* 投稿日： 時計アイコン */
.wp-block-post-date.is-style-clock-icon::before {
  content: url(assets/images/clock-regular.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  margin-right: 0.5em;
  font-size: 1.25em;
  opacity: 0.3;
}

/* 次の投稿： ラベル逆配置 */
.wp-block-post-navigation-link.is-style-reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.3em;
}

/* テンプレートパーツ： 上マージン削除 */
.wp-block-template-part.is-style-rm-margin-top {
  margin-top: 0px!important;
}

/*Font Awesome*/
.svg-inline--fa {
  margin-right: 0.2em;
}
.fa-circle-info,.fa-circle-plus{
  color:#D99AAB;
}

/*デフォルト削除 */
.wp-site-blocks{
  padding: 0px!important;
  height:100%;
}
html, body {
  height: 100%;
  margin: 0px;
}

/*フッター*/
footer{
  /*position: absolute;*/
  position: sticky;
  top: 100vh;
  width: 100%;
  left: 0;
  bottom: 40px;
}

/*キャプション*/
.wp-element-caption{
  font-size: 12px;
}



/*スマホ対応*/
@media screen and (max-width:781px) {

/*ヘッダーロゴ*/

header .alignright.wp-block-site-logo {
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
}
/*h2*/
h2.tit{
  font-size: 48px!important;
  text-align: center;
}

.pc{
  display: none;
  text-align: center;
}
.sm{
  display: block;
}

/*レイアウト*/
.is-layout-flex {
  gap: 0em;
}
}

/*リンク*/
a{
  color: #177FDF!important;
  text-decoration: none;
}

a:hover{
  color: #DE788C!important;
  text-decoration: none;
}

/*ニュース*/
.category-info time::before{
  content: "お知らせ";
  font-size: 8px;
  border:1px #D99AAB solid;
  background-color: #ffffff;
  padding: 1px 2em;
  border-radius: 10px;
  margin-right: 0.5em;
}
.pointer{
  cursor: pointer;
  color: #177FDF;
}
.pointer:hover{
  color: #DE788C;
  
}
.category-maintenance time::before{
  content: "メンテナンス";
  font-size: 8px;
  border:1px #D99AAB solid;
  padding: 1px 1em;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 0.5em;
}

li.category-info{
  margin-top: 0px!important;
}




/*オプション*/

.wp-block-image :where(figcaption){
  margin-bottom: 0em!important;
}
.option{
  border: #ffffff00 solid 3px;
  cursor: pointer;
}
.spider__arrow {
  background-color: #1284e0b2;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0!important;
  height: 40px;
  line-height: 0!important;
  outline: none;
  padding: 0;
  position: relative;
  width:40px
}
.option:hover{
  border: #d99aabce solid 3px;
}

/*ボタン*/
.soudan_btn a.wp-block-button__link.wp-element-button{
  background: #177FDF!important;
  border-radius: 10px;
  color: #ffffff!important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.soudan_btn a.wp-block-button__link.wp-element-button:hover{
  background-color: #104a81!important;
}

.toi_btn a.wp-block-button__link.wp-element-button{
  background: #DE788C!important;
  border-radius: 10px;
  color: #ffffff!important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.toi_btn a.wp-block-button__link.wp-element-button:hover{
  background-color: #9c5563!important;
}
.totoco_btn a.wp-block-button__link.wp-element-button{
  background: #188A9C!important;
  border-radius: 10px;
  color: #ffffff!important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.totoco_btn a.wp-block-button__link.wp-element-button:hover{
  background-color: #0e535e!important;
}

.info_btn a.wp-block-button__link.wp-element-button{
  background: #777777!important;
  border-radius: 10px;
  color: #ffffff!important;
  font-size: 14px;
    text-align: left;
    font-weight: 100;
    padding: 3px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 10px auto;
}
.info_btn a.wp-block-button__link.wp-element-button:hover{
  background-color: #a6a6a7!important;
}

/*お問い合わせボタン*/
#calloutElm {
  position: fixed;
  bottom : -28px;
 right: 20px;
  max-width: 300px;
  z-index: 4
}

/
#calloutElm a img{
	position:relative;
	top:0;
}
#calloutElm a img:hover{
	transition:0.2s;
  top:-10px;
}

/*ページネーション*/

nav.wp-block-query-pagination.is-content-justification-center.is-layout-flex.wp-container-8 {
  margin-top: 2em;
}
span.page-numbers.current {
  display: inline-block;
  margin: 5px;
  padding: 7px 16px;
  color: #fff!important;
  border-radius: 50%;
  background: #177FDF;
}
a.page-numbers {
  margin: 5px;
  padding: 7px 14px;
  border-radius: 50%;
  transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
  border: 1px solid #777;
  background-color: #fff;
  text-decoration: none;
}

a.page-numbers:hover{
  box-shadow: 2px 2px 4px inset #999;
  
}

/*バナーの…*/
.spider+.spider__dots {
    margin-top: 0.8em;
    min-height: 0px;
}


