@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
*/


h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}

h2.motecli-h2 {
	font-size: 36px !important;
}

h2.mote-h2-en {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
h2.mote-h2-en span {
  display: block;
  font-size: 14px;
  margin-top: 0;
  text-align: center;
}

h2.athlete-h2 {
	font-size: 50px !important;
}

h2.main-h2 {
	font-size: 70px !important;
}
h3.main-h3 {
	font-size: 40px !important;
}

@media (max-width:959px) {
h2.motecli-h2 {
  font-size: 26px !important;
}
h2.mote-h2-en {
  font-size: 26px !important;
}
.ed-image {
  width: 70%;
  margin: 0 auto;
}
h2.athlete-h2 {
	font-size: 26px !important;
}
h2.main-h2 {
	font-size: 36px !important;
}
h3.main-h3 {
	font-size: 18px !important;
}
}
@media screen and (min-width:767px) and ( max-width: 1280px) {
h2.main-h2 {
	font-size: 48px !important;
}
h3.main-h3 {
	font-size: 26px !important;
}
}
.t-white {
  color: #fff !important;
}


/*グローバルメニューの変更*/
.c-gnav>.menu-item>a .ttl {
	color: #000;
	font-weight: bold;
	font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}
.c-smallNavTitle{
	color:#000;
	padding-top: 5px;
}

.-parallel .l-header__gnav .c-gnav>li>a {
	padding: 20px 25px;
}

.c-gnav a:hover {
	background: #e0e0e0;
}

.c-headLogo__img {
	float: left;
	padding-left: 20px;
	margin-top: 30px;
}

.l-fixHeader__logo .c-headLogo__img {
	margin-top: 0;
}

@media (max-width: 959px) {
.c-headLogo__img {
	margin-top: 0;
}
}

.c-catchphrase {
	float: right;
	padding-right: 20px;
}

/* Googleマップの色を変更する */
.googlemap iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.googlemap iframe:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.swell-block-button__link {
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}

/* フッター直前ウィジェット余白をなくす*/
.w-beforeFooter {
	margin-top:0;
}

/* オンライン診療について*/
.online {
  padding: 1rem 0.5rem;
  position: relative;
  border: 1px solid black;
  background: #fff !important;
  height: 100%;
}

.online-img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 7px gray;
  border-radius: 50%; 
}

.online-name {
  text-align:center;
  font-weight:bold;
  font-size:1.2rem;
  margin: 1rem auto;
  padding-top: 60px;
  letter-spacing:.1rem;
  line-height: 1.5rem;
  font-family: "游明朝", "Hiragino Mincho", "MS 明朝", serif;
}

.online-desc {
  font-size: 0.75em;
  letter-spacing: -0.05em;
  text-align: center;
}

.online-sub-desc {
  font-size: 0.6em;
  letter-spacing: -0.05em;
}

/* フッターメニューの仕切りの縦線を消す */
.l-footer__nav li:first-child a,
.l-footer__nav li a {
    border-left: 0;
    border-right: 0;
}

/* 追従サイドバナー（PC用） */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* スマホでは非表示に */
@media screen and (max-width: 1280px) {
  .follow-banner {
    display: none;
  }
}


/*固定フッターSP*/
#fix_bottom_menu .menu_list{
	overflow: hidden;
	height: 60px;
}
/*ボタンのリンク判定幅調整*/
#fix_bottom_menu .menu-item a{
	padding: 10% 0;
}
/*1つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(1) a{
	background: #ff740f;
	height: 60px;
}
/*２つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(2) a{
	background: #000;
	height: 60px;
}
/*3つ目のボタンの背景色*/
#fix_bottom_menu .menu-item:nth-child(3) a{
	background: #19b900;
	height: 60px;
}


@media screen and (min-width:767px) and ( max-width: 1280px) {
  #fix_bottom_menu {
    display: block;
    width: 500px;
    margin-bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
  }

  #fix_bottom_menu .menu-item {
    cursor: pointer;
  }

  .p-spMenu {
    display: block;
    z-index: 102;
  }

  .p-spMenu__inner {
    max-width: 600px;
  }

  .l-footer {
    padding-bottom: 65px !important;
  }
}


/* 投稿リストブロックのカード型とサムネイル型を4列表示にする */
@media (min-width: 960px) {
  .-col4 .-type-card.-pc-col3 .p-postList__item, .-col4 .-type-thumb.-pc-col3 .p-postList__item{
    width: calc(100% / 4);
  }
}


/* 投稿リストのサムネイル画像グレースケールに変換 */
.c-postThumb__img {
  filter: grayscale(1);
}

.menu-column {
  height : 100%;
  position: relative;
}

.menu-column-txt {
  padding: 10px;
}
.menu-column-img {
  padding: 0 !important;
}

.fixed-element {
  position: absolute; 
  bottom: 10px;
  left: 10px;
}

.border-r-none {
  border-right: none !important;
}

.border-l-none {
  border-left: none !important;
}

@media (max-width: 959px) {
.sp-none {
  display: none !important;
}
}

.image-size-fix {
  padding:0 0 calc(1307/2005*100%) !important;
  min-height: 0 !important;
}
.image-size-fix .wp-block-cover__inner-container{
  position: absolute;
  padding: 0;
  top: 10%;
}
