@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*管理画面設定*/
.block-editor-writing-flow{
	max-width:1200px;
}


/*共通*/
.dpy-none {
	display: none!important;
}

html{
	overflow-y:scroll;
}
a[href^="tel:"]{
	text-decoration:none;
}
.txt-left{
	text-align:left;
}
.wrap{
	
}
.eye-catch-wrap{
	display:none;
}
#content{
}
.page #content{
	padding-top:210px;
}
.home #content{
	padding-top:0;
}
.content{
	margin-top:0;
}
.article h2, .article h3, .article h4, .article h5, .article h6{
	margin:0;
}
.title-heading{
	margin-bottom:3.0em;
}
.title-ruby{
	display:inline-block;
	font-size:24px;
	color:#919191;
	margin:0;
}
.page .entry-content{
	margin-top:0;
}
.entry-categories-tags{
	display:none;
}
.common-content{
	max-width:1200px;
	margin:50px auto !important;
	text-align:center;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{
	width:100% !important;
}
.entry-content>*, .demo .entry-content p{
	margin:0;
}
.page-sub-title{
	background:rgba(225,208,62,0.6);
	padding:80px 0;
}
.page-sub-title h1{
	font-size:30px;
	text-align:center;
}
.page h2{
	color: #72681c;
  border-bottom: solid 3px #72681c;
 background:#fffad0;
	padding:10px;
	font-size:24px;
	margin-top:30px;
}
.front-top-page .article h2{
  position: relative;
	font-size:30px;
	background:#fff;
	margin:0;
	padding-bottom:5px;
	border-left:none;
}
.page h3{
	border-bottom: solid 3px #e1d29a;
	border-left: solid 5px #e1d29a;
  position: relative;
	border-right:0;
	border-top:0;
	padding:0 5px;
	font-size:20px;
	color:#b7812e;
	margin-top:30px;
}
/*
.page h3:after{
	position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d8ba47;
  bottom: -3px;
  width: 20%;
}
*/
.article-header{
	display:none;
}
table th, table td{
	padding:10px 10px;
}
table th{
	width:30%;
}
table tr:nth-of-type(2n+1){
	background-color:#fff;
	background:#fff;
}
.tbl-contents{
	max-width:1100px;
	margin:30px auto;
	
}
.tbl-contents table{
	background-color:#fff !important;
	background:#fff;
}
.tbl-contents th, .tbl-contents td{
	border:1px solid #bfe3ef;
}
.tbl-contents tr td:first-child{
	background:#e3f8ff;
}
.wp-block-media-text .wp-block-media-text__content{
	padding:0 3% !important;
}
.footer-meta{
	display:none;
}
.clrfix:after{
	content:"";
	display:block;
	clear:both;
}

.wp-block-gallery{
	margin-top:10px !important;
}

.pc-block{
	display:block !important;
}
.pc-inblock{
	display:block !important;
}
.sp-block{
	display:none !important;
}
.sp-inblock{
	display:none !important;
}

/* .bnr-jpanimal{
	display:none !important;
} */
.search-menu-button{
	display:none;
}
.sidebar-menu-button{
	display:none;
}
#discount,
#other-service,
#transfer,
#flow{
	margin-top:-135px;
  padding-top:135px;
}
video{
	min-width:100%;
}
video.cover {
	object-fit: cover;
}

/*ヘッダー*/
.header-container-in.hlt-top-menu{
	display:block;
}
#header{
	background:transparent !important;
}
#header-in{
	max-width:1200px;
	margin: 0 auto;
	position: relative;
	
}
.header-container{
/* 	background: rgba(255,255,255,0.9); */
	position:fixed;
	width:100%;
	height: 210px;
	padding: 8px;
	box-shadow: 1px 1px 1px #fff7e7;
}
.header-container .time {
	display: block;
	font-size:14px !important;
	color: #5D3E0D!important;
	margin-top: -9px;
}

/*
#header-container{
	position:fixed;
	z-index:9999;
	width:100%;
	height:134px;
	top:0;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.4);
}
*/

#header-in{
	width:100% !important;
}
.home #header{
	width:100%;
}
.pc-jpanimal{
	display:none;
	position:absolute;
	top:70px;
	left:140px;
}
.tagline{
	display:none;
}
.site-name-text{
	font-size:16px;
}
.logo{
	text-align:left;
}
.logo-image{
	float:left;
	max-width:220px;
	padding-bottom:0 !important;
}
.logo-text{
	padding:0;
}
.navi{
	background-color:transparent;
}
.home .item-label{

}
.navi-in > ul .sub-menu{
	background:#d7f6ff;
}
.item-label{
}

.navi-in > ul {
/* 	background: rgba(255,255,255,0.9); */
	padding-top: 20px;
/* 	padding-bottom: 12px; */
}

.navi-in > ul li{
	line-height:inherit !important;
	height:auto !important;
	width: 170px;
	border-right: 5px dotted orange;
}

.navi-in > ul li:first-child {
	border-left: 5px dotted orange;
}

.navi-in a {
	color: #5D3E0D!important;
	font-size: 16px!important;
}

.navi-in a:hover{
	background:none;
}
.clinic-info{
	text-align:right;
	float: right;
}
.clinic-info .phone{
	display:inline-block;
	vertical-align:top;
}
.clinic-info .phone .point{
	color: #fff;
    background: orange;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 18px;
    display: block;
/* 	width: 320px; */
    text-align: center;
	position: absolute;
    right: 0;
	font-weight:bold;
}
.clinic-info .phone .fa-phone{
	font-size:26px;
	color:#de9a00;
}
.navi-contact{
	display:none;
	
	text-align:center;
}
.navi-contact a{
	display:block;
	background: #f5875c;
    color: #fff;
	font-weight:bold;
    padding: 10px;
	font-size:16px !important;
	text-decoration:none;
}
.navi-contact span{
	font-size:14px !important;
}
.caption-box{
	border:1px solid #fff;
	margin:30px 0;
	background:#fffbda;
}
.caption-box-label{
	background:#d8ba47;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
/*251209追加*/
.uketsuke {
	color: #5d3e0d;
}

/*サイドバー*/
.sidebar{
	padding-top:0;
}
.sidebar h3{
	position: relative;
  background: #92d8ed;
  box-shadow: 0px 0px 0px 5px #92d8ed;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #057fa4;
}
.sidebar h3:after{
	position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #38add0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.post-count{
	background: #38add0;
    color: #fff;
    padding: 0 5px;
	border-radius:5px;
}
.widget_recent_entries ul li{
	border-bottom:1px dashed #555;
}
.widget_recent_entries ul li:last-child{
	border:none;
}

/* 22/02/14追加 */
.header-container-in.hlt-top-menu .logo-header img {
	min-height: 74px;
}

.godo-title{
	margin-top: 0!important;
}

/*トップページ*/
.home #content{
}
.main{
	padding:0;
}

.home .entry-header{
	display:none;
}
.home .entry-content{
	margin:0;
}
.home .content-in{
	width:100%;
}
.top-intro-cover{
/* 	background:rgba(255, 235, 217, 0.8); */
	height:100%;
}
.top-intro{
	margin:80px auto !important;
	padding:70px 0 50px;
}

.top-menu-cover{
/* 	background: rgba(250, 201, 141, 0.6); */
	padding:50px 0;
}
.top-menu-content{
margin:0 auto !important;
}
.top-menu{
	background:#555;
}
.top-menu h2{
	background:none !important;
	border:none;
}
.home h2{
	border:none;
}
.top-menu .menu-box{
	background:#fffbe7;
	padding:7px;
}
.top-menu .menu-box h3{
	background: orange;
    border: none;
    padding: 7px 0;
    margin: 0px auto 7px;
}
.top-menu .menu-box h3:after{
	border-bottom:none;
}
.top-menu .menu-box p{
	color:#555 !important;
	text-align:left;
	margin: 0;
}
.top-menu .menu-box a:hover{
	opacity:0.6;
}
.wp-block-column{
	width:220px;
	display:inline-block;
	flex-basis:main-size !important;
	justify-content:center !important;
}
.home .wp-block-cover-image .wp-block-cover__inner-container, .home .wp-block-cover .wp-block-cover__inner-container{
	width:100% !important;
}
.wp-block-cover, .wp-block-cover-image{
	background-color:transparent !important;
}
.has-teal-background-color{
	background-color:transparent !important;
}

/* 20/04/21～追加 ※260108 important追加 */
body {
	font-family: 'メイリオ',sans-serif !important;
}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
	display: block;
    position: absolute;
    top: 29px;
    margin: 0;
    left: 0;
}

.renraku {
	float: left;
}

.soudan ,
.renraku {
	display: inline-block;
	font-size: 12px;
    color: #5d3e0d;
	margin-bottom: 5px;
}

.soudan {
	margin: 0;
	font-size: 18px;
	margin-right:10px;
}

.phone_icon {
	width: 30px;
}

.home .top_bg {
	background-color: rgba(255,255,255,0.3)!important;
	min-height: 680px!important;
}
.home .wp-block-nextend-smartslider3 p {
	display: block;
	position: absolute;
    right: 0;
	  text-shadow:1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff,1px 2px 4px #fff!important;
	letter-spacing: 10px!important;
	margin: 0;
}

.home .top-intro {
	margin-top: 20px;
	margin-bottom: 20px;
    height: 100%;
	width: 95%;
    border-radius: 7px;
   
}

.home .bg_flower1 {
	background-size: 30%;
	background-position: top left;
	background-repeat: no-repeat;

}

.home .bg_flower2 {
	position: absolute;
	bottom: 0;
    right: 0;
	background-size: 25%;
    background-repeat: no-repeat;
    background-position: bottom right;
	
}

.home .top-intro h1 {
	color: #5d3e0d!important;
	font-weight: normal;
	letter-spacing: 8px;

}

.home .top-intro code {
	padding-top: .5em;
    background-position: top left -6px;
    background-repeat: repeat-x;
    background-size: 1.2em .3em;
	font-weight: bold;
	/* background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);*/
}

.home .top-intro p {
	font-weight: normal;
    letter-spacing: 4px;
	margin-top: 30px;
	text-align: center;
}

.home .top-intro .txt2 {
	margin-bottom: 0!important;
}

.top-page-h2 {
	/* 20260409 margin調整 */
	margin: 0!important;
	color: #5D3E0D!important;
}

.top-menu .solution {
    display: inline-block;
	vertical-align: middle !important;
    padding: 10px 40px!important;
    border-radius: 50px;
	font-size: 18px;
	margin-top: 0;
	position: relative;
}
.top-menu .solution:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f39800;
}
.top-menu {
	background-color: #fff7e7!important;
	background-repeat: no-repeat;
    background-size: 50%!important;
    background-position: -15% 0!important;
}

.menu_line {
	margin: 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
    height: 1px;
	background-image: -webkit-linear-gradient(left, #fff, #954e2a, #fff);
    background-image: linear-gradient(left, #fff, #954e2a, #fff);
}

.top-menu .txt {
	color: #5D3E0D!important;
}

.top-menu .menu-box {
	box-shadow: 1px 1px 3px #ccc;
    background: #fff;
	border-radius: 3px;
	padding: 10px 7px 20px;
}

.top-menu .menu-box  .wp-block-image {
	margin: auto!important;
}

.top-menu .menu-box img {
    border-radius: 50%;
    border: 4px solid #fff2ca;
}

.top-menu .menu-box h3 {
	background: none;
	color: #f39800;
	border-radius: 3px;
	font-size: 20px!important;
	margin: 0;
    height: 65px;
}
.top-menu .menu-box p {
	font-size: 14px;
}

.top-menu .menubox-column2 {
	position: relative;
}

.top-menu .cat_bg {
	position: absolute;
	/* 20260409 位置修正 */
	bottom: 0;
	right: 0;
	margin: 0;
}

.voice {
	margin-bottom: 95px!important;	
}

.voice_icon {
	display: block!important;
	margin: 0!important;
}

.voice h2 {
	padding-top: 0;
}

.voice .capture {
	display: block!important;
    margin-top: 20px;
}

.voice .capture img {
	box-shadow: 1px 1px 2px 1px #e2e1e0;
}

.voice .wp-block-button a {
    width: 25%;
    padding: 5px!important;
}

.welcome .wp-block-image {
	margin: 0;
}

.welcome_txt {
	margin-top: 0;
	margin-bottom: 10px;	
}

.welcome .img_wrap img {
	border-radius: 10px;
}

.info_area , 
.info_area .wp-block-columns {
	margin-bottom: 0!important;
}

.info_area .title_wrap {
	text-align: left;
	line-height: 1;
    border-bottom: 1px solid #f9a800;
    margin-bottom: 20px;
}

.info_area .title_wrap .pad_icon {
	width: 28px;
    margin: 0;
    display: inline-block;
	vertical-align: bottom;
}

.info_area .title_wrap h3 {
	display: inline-block;
	color: #5D3E0D!important;
	border: none;
	padding-left: 0;
	margin: 0;
}

.info_area2 {
	margin-top: 0!important;
}

.info_area2 figure {
	margin: auto!important;
}

.info_area2 .credit_txt {
	font-size: 16px;
    background: orange;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
	margin: 50px 0 10px 0!important;
}

/* カレンダー */
.fc-event{
	border:none !important;
	background:#ffa500 !important;
	font-weight:bold !important;
}
.fc-event-container a {
}

.fc-toolbar h2 {
	font-size: 20px!important;
	color: orange;
}
   
.fc-day-grid-event .fc-time {
	display: none!important;
}

.fc-title {
	font-size: 14px;
}

.eo-fullcalendar .fc-toolbar {
	margin-bottom: 0!important;
}

.fc button {
	height: 30px!important;
	font-size: 15px!important;
}

.fc th {
	font-size: 14px!important;
}

.fc-ltr .fc-basic-view .fc-day-number {
	font-size: 14px;
}

.fc-list-header-left {
	float: right!important;
}

.fc-list-header-right {
	float: left!important;
}

/* カレンダーここまで */

.footer {
	background: orange!important;
}

.footer-bottom {
	padding: 8px;
}

.footer-bottom-logo img {
	width: 70px!important;
	height: auto;
}

.copyright {
	text-align: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #5d3e0d;
}

/* 追加分ここまで */


/*スライドショー*/
.metaslider .flex-control-nav{
	bottom:15px !important;
}

/*フッター*/
.footer{
	margin-top:0;
	padding-top:0;
	background:#fffad0;
}
.footer-bottom{
	margin-top:0;
}
.footer-in{
	max-width:1200px;
	margin: 0 auto;
}
.menu-footer{
	display:flex;
	justify-content:center;
}
.menu-footer ul:first-child{
	padding-left:0;
}
.menu-footer ul li{
	list-style-type:none;
}
.menu-footer ul li a{
	color:#72681c;
	padding:3px 5px;
	text-decoration:none;
	border-bottom:2px solid;
	font-weight:bold;
}
.menu-footer ul li ul{
	padding-left:10px;
	margin-top:10px;
}
.menu-footer ul li ul li a{
	color:#6e7577;
	padding:0;
	text-decoration:none;
	border:none;
	font-size:14px;
}
.category-title{
	font-size:18px;
	
}
.navi-footer{
}

/*火葬について*/
.to_other_page {
	margin: 20px 0 !important;
}


/*料金について*/
.fire-fee{
	font-size:20px;
	color:#f16868;
}

.credit {
	margin-top: 45px;
}

.credit p {
	margin-bottom: 0;
	font-size: 14px;
}

.credit figure {
	width: 33%;
}
.tbl-fee table{
	width:100%;
}
.tbl-fee table thead tr th{
	background:#ffc65c;
}
.tbl-fee table tbody tr td:first-child{
	background:#fff2db;
}


/*フッター*/
.footer-bottom-logo{
	position:static;
}


/*お問い合わせ*/
input[type='submit']{
	background:#de5f39;
	border:none;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

/* ヘッダーをスライダーより前面に固定など 20260106
.header-container {
    z-index: 9999 !important;
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
} */

/* 202602追加 各固定ページ カバー */
.wp-block-cover, .wp-block-cover-image {
  padding: 0 !important;
}

/* 202602追加 火葬について */
p.has-background {
  padding: 20px 30px;
}

/** 20260220追加 ヘッダー領域 20260220 **/
.sp-header {
  display: none;
}

/*************************************************
20260224 ヘッダー領域
*************************************************/
:root {
  --header-height: 200px;
}

.header-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 9999;
}

#content {
  padding-top: var(--header-height);
}

/************************************
レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/ 
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
/*必要ならばここにコードを書く*/
}

/************************************
** PC・タブレット用（1024px以上） 20260224
************************************/
/* ヘッダー領域調整 */
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 200px;
  }
    .logo-clinic-info {
        display: grid !important;
        grid-template-columns: auto auto 1fr !important;
        grid-template-rows: auto auto !important;
        column-gap: 30px !important; 
        width: 100% !important;
		/* align-items: end !important; */
        /* padding-top: 0 !important; */
    }
    .renraku {
        grid-column: 1 / 3 !important;
        grid-row: 1 !important;
        /* align-self: start !important; */
        /* display: block !important; */
    }
    .logo-header, .logo-image {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
    .bnr-jpanimal {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
    .clinic-info {
        grid-column: 3 !important;
        grid-row: 1 / 3 !important;
        justify-self: end !important;
        display: flex !important;
        align-items: flex-end !important;
        text-align: right !important;
    }
    .phone {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-end !important;
	}
	.soudan {
		line-height: 1.5 !important;
		font-size: 18px !important;
		text-align: left;
	}
    .uketsuke {
		font-size: 14px !important;
	}
    .logo-image img {
		max-width: 300px !important;
		height: auto !important;
	}
    .bnr-jpanimal img {
		max-width: 254px !important;
		height: auto !important;
	}
	.logo-image {
		margin-bottom: 16px !important;
	}
    a[href^="tel:"],
	a[href^="https://lin.ee/3ZtDjaZ"] {
		pointer-events: none;
		cursor: default;
	}
	/* トップページのスライダーの高さ調整 20260106 */
	.home #content {
		padding-top: 160px !important;
	}
}


/************************************
** タブレット（縦並び･中央寄せ）
************************************/
@media screen and (min-width: 768px) and (max-width: 1023px){
:root {
        --header-height: 0px; /* 変数自体を0にする */
    }

    /* 1. ヘッダー自体の余白を徹底的に排除 */
    .header-container {
        position: relative !important;
        height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* 2. コンテンツ上部の隙間（ここが最重要） */
    .home #content, 
    #content, 
    #main, 
    .main {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* 3. もしメインスライダー（Cocoon標準）に隙間がある場合 */
    .main-visual, 
    #main-visual {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
	
.logo-clinic-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .page #content {
		padding-top: 2px !important;
	}
    .logo-header, .bnr-jpanimal, .clinic-info, .renraku {
        position: static !important;
        width: auto !important;
        margin: 10px auto !important;
        float: none !important;
    }
	.soudan {
		font-size: 16px !important;
	}
	.uketsuke {
		font-size: 14px !important;
	}
	.mobile-footer-menu-buttons {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        z-index: 9999 !important;
        height: 54px !important;
        background: #fff;
    }
    .mobile-footer-menu-buttons li {
		flex: 1 1 0 !important;
		margin: 0 !important;
	}
    .menu-content {
		visibility: visible !important;
		opacity: 1 !important;
	}
	/* トップページのスライダーの高さ調整 */
	.home #content, #content {
    padding-top: 0!important;
	}
	.header-container {
    margin-bottom: 0 !important;
}
}

/************************************
** スマホ（767px以下）
************************************/
@media screen and (max-width: 767px) {
	:root {
		--header-height: 124px;
	}
	.logo-clinic-info,
	.renraku,
	.bnr-jpanimal,
	.clinic-info {
		display: none !important;
	}
	.sp-header {
		display: block;
		background: #ffffff;
		border-bottom: 1px solid #eee;
	}
	.sp-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 12px;
	}
	/* ロゴとバナーを囲む要素を縦並びにする */
    .sp-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* 左寄せ（中央がよければ center） */
        gap: 12px; /* ロゴとバナーの隙間 */
    }
	/* ロゴの歪みを解消して小さくする */
    .sp-logo img {
        width: 100px !important;    /* 横幅を固定 */
        max-width: 100% !important; 
        height: auto !important;     /* 高さを横幅に合わせて自動調整（最重要） */
        object-fit: contain !important; /* 画像の比率を維持して収める */
    }
	/* 【追記】追加したバナーのスタイル */
    .sp-bnr-jpanimal img {
        width: 100px !important;
        height: auto !important;
        display: block;
        object-fit: contain !important;
    }
	.sp-buttons {
		display: flex;
        flex-direction: column;
        align-items: flex-end; /* 右寄せ */
        gap: 4px; /* ボタンとテキストの間の隙間 */
	}
	/* ボタン3つを横並びにする */
    .sp-buttons-row {
        display: flex;
        align-items: center;
        gap: 2px;
    }
	/* 【追記】SP用受付テキストのスタイル */
    .sp-uketsuke-text {
        display: block !important; /* display:noneを解除 */
        font-size: 11px; /* 小さめに調整 */
        color: #333;
        line-height: 1.2;
        text-align: right;
        font-weight: bold;
        white-space: nowrap; /* 折り返し防止 */
    }
	.sp-btn,
	.sp-header .menu-open {
		width: 64px;
		height: 64px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
	.sp-tel {
		background: #f47c20;
	}
	.sp-line {
		background: #06c755;
	}
	.sp-header .menu-open {
		background: #da6272;
	}
	.sp-header .sp-tel img {
		height: 32px;
		width: auto;
		margin-top: 4px;
	}
	.sp-header .sp-line img {
		height: 40px;
		width: auto;
	}
	.sp-header .menu-icon {
		font-size: 30px;
		color: #fff;
		line-height: 1;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	.sp-btn-text,
	.sp-header .menu-caption {
		font-size: 11.5px;
		color: #fff;
	}
	.sp-header .sp-tel .sp-btn-text {
		margin-top: 5px;
		margin-bottom: 2px;
	}
	.sp-header .navi-menu-button {
		list-style: none !important;
		margin: 0;
		padding: 0;
	}
	.sp-header .navi-menu-button::marker {
		content: "";
	}
	
	.navi-contact, .menu-footer, .foot-illust {
		display: none;
	}
	.pc-block, .pc-inblock {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}

	.fz-48px {
		font-size: 34px;
	}
	.home #content, #content {
    padding-top: 80px !important;
	}
}



/************************************
** 共通設定
************************************/
.logo-clinic-info::before, .logo-clinic-info::after {
	display: none !important;
}
.site-name-text-link {
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.logo-image img {
	display: block !important;
	vertical-align: bottom !important;
}