/**
Theme Name: Astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('./css/contact.css');
@import url('./css/scroll.css');
@import url('./css/wrap.css');
@import url('./css/readmore.css');



.ast-archive-title {
    color: #fff;
}

h1.page-title.ast-archive-title{
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4em;
    background:#282D98;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
            }

@media screen and (max-width: 992px) {
h1.page-title.ast-archive-title{
    font-size: 18px;
}
}


body.archive .ast-archive-description .ast-archive-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4em;
    background:#282D98;
    display: block;
   padding: 14px 9px 14px 10px;
            }

@media screen and (max-width: 992px) {
body.archive .ast-archive-description .ast-archive-title{
    font-size: 18px;
   padding: 14px 28px 14px 28px;
	}
}


header.entry-header:not(.related-entry-header) .entry-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4em;
    background:#282D98;
    display: block;
   padding: 14px 9px 14px 10px;
            }


@media screen and (max-width: 992px) {
header.entry-header:not(.related-entry-header) .entry-title{
    font-size: 18px;
   padding: 14px 28px 14px 28px;
	}
}

h2.post{
    position:relative;
    top:4px;
    color: #fff;
    padding: 8px;
    border-left: none;
    background:#282D98;
    display: flex;
     font-size: 22px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    }


@media screen and (max-width: 640px) {
h2.post{
    color: #fff;
    padding: 8px;
    border-left: none;
    background:#282D98;
	    display: flex;
    font-size: 18px;
    font-weight: bold;
    unicode-bidi: isolate;
    }
}


h2.post:before {
    content: url("https://togo-osteopathic-clinic.designparca.site/web-site/wp-content/uploads/2025/04/Mask-group.png");
    font-family: "Font Awesome 5 Free";
    position:relative;
    font-weight: 900;
	top:2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 8px;
    font-size: 120%;
}




h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}


rb {
font-size : 18px;
}


body.archive .ast-archive-description {
padding:0px;
}



/*---------------------------
トップ5の部分
 *---------------------------*/

@media screen and (min-width: 992px) {
.c-reason__heading {
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 0.4em;
    }
    .c-reason__heading .n {
        font-size: 120px;
    }
}


@media screen and (max-width: 992px) {
.c-reason__heading {
	font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0.4em;
    text-align: left;

}
span.typesquare_option {
    font-size: 4vw;
}
.c-reason__heading .n {
    line-height: 0;
    font-size: 10vw;
}
}
/*---------------------------
トップ5の部分
 *---------------------------*/

h2.section__heading--type1 {
    color: #ffffff;
    background-color: var(--color-key);
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    padding-top: 1.2em;
    padding-bottom: 0.8em;
    padding-left: 15px;
    padding-right;

    }

.section__heading--type1 {
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 1em 0
	    }	

@media screen and (min-width: 992px) {
    .section__heading--type1:after {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    background-color:#ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }
	
	h2.section__heading--type1 {
        font-size: 38px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding-top: 1.2em;
        padding-bottom: 0.8em;
    }
} 


@media screen and (max-width: 992px) {
.section__heading--type1:after {
    content: '';
    width: 3.33vw;
    height: 3.33vw;
    display: block;
    background-color:#ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
	h2.section__heading--type1 {
	   font-size: 5.3vw;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding-top: 1.2em;
        padding-bottom: 0.8em;
    }
}



.hide-text{
          font-size: 18px;
}

@media screen and (max-width: 640px) {
.hide-text{
          font-size: 16px;
}
}



 .page .site-content > .ast-container {
        max-width: 100%;
	   padding:0px;
    }


@media screen and (min-width: 960px) {
   header#masthead {
        height: auto;
    }
}


section.widget.widget_block p {
	  margin:0px;
}
div.elementor-element.elementor-element-255ea10.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
	   padding:0px;	
}

.site-title {
    display: none;
}


@media screen and (min-width:1024px) {
div.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section{
        width: 1000px;
	   padding:0px;
    }

aside.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner{
        width: 100%;
	   padding:0px;
    }
	}



.ast-separate-container .ast-archive-description{
  background-color: rgba(255, 255, 255, 0);
}



/*---------------------------
 ヘッダー部分
 *---------------------------*/
div.site-content{
   background-color:#ffffff; 
}


a { text-decoration: none; }

/*---------------------------
 font部分
 *---------------------------*/
h2:where(:not(.wp-block-post-title)) {
    padding: .5em 0;
    border-top: 0px;
    border-bottom: 0px;
}
/*---------------------------
 font部分
 *---------------------------*/




@media (max-width: 1200px){
div#site-header-container.site-header-container.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.site-header--layout--nav-float .site-header-logo img {
    margin-left: auto;
}
	.global-nav--layout--float-right {
    width: auto;
	margin-left: 0;
}
}


/*---------------------------
 ページヘッダー
 *---------------------------*/

.page-header {
  display:none
}

.breadcrumb {
    border-top: 1px solid var(--vk-color-border-hr);
    border-bottom: 1px solid var(--vk-color-border-hr);
    display: none;
}

/*---------------------------
ページヘッダー
 *---------------------------*/

span.entry-meta-item.entry-meta-item-updated,span.entry-meta-item.entry-meta-item-author{
	display:none;
}


/*---------------------------
 投稿の非表示用
 *---------------------------*/
.next-prev {
    display:none;
}
/*---------------------------
 投稿の非表示用
 *---------------------------*/

/*---------------------------
 リクルート見出し横線
 *---------------------------*/
.catch {
   display: flex;
  align-items: center; /* 垂直中心 */
}
 .catch:after {
margin-left:5px; 
border-top:1px solid #00608D; 
content:""; 
flex-grow:1;
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}

/*---------------------------
 リクルート見出し横線
 *---------------------------*/


/*---------------------------
 フッター部分
 *---------------------------*/

div.container.site-footer-copyright{
	color:#ffff;
	
}
.site-footer {
    background-color: #BFA46F;
	    z-index: 0;
}

/*コピーライト*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*コピーライト*/

/*---------------------------
 フッター部分
 *---------------------------*/

/*---------------------------
 固定ページテーブル-top店舗情報用
 *---------------------------*/


table.add01 {
  widows:100% ;
  border-collapse: collapse ;
  font-size: 16px ;
  line-height: 1.6;
}

.add01 th {
  background-color:#292D98;
  color:#FFFFFF;
  font-weight: bold;
  text-align:center;
  padding:12px;
  font-size:18px;
  width:30%;
}


.add01 td {
  background-color:#FFFFFF;
  font-size:18px;
  color:#000000;
   padding:12px;
}

@media screen and (max-width: 768px) {
  .last td:last-child {
    width: 100%;
  }
  .add01 {
    width: 80%;
    font-size:15px;
  }
  .add01 th,
  .add01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-size:15px;
  }
}

/*---------------------------
  固定ページテーブル-top店舗情報用
 *---------------------------*/



/*---------------------------
 固定ページテーブル用
 *---------------------------*/

table {
  margin: 20px auto;
}

table, td, th {
     border: 0px;
	 border-bottom: 1px solid black;
}

.tbl-r02 th {
  padding: 1.1em;
  font-size:15px;
 width:25%;
}
.tbl-r02 td {
　border: solid 2px #000;
  padding: 10px;
  font-size:20px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
    font-size:20px;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-size:15px;
  }
}

/*---------------------------
 固定ページテーブル用
 *---------------------------*/

.ast-scroll-to-top-right {
    right: 30px;
    bottom: 150px;
}



@media screen and (max-width: 640px) {
.ast-scroll-to-top-right {
	    font-size: 20px;
    right: 15px;
    bottom: 100px;
}
}



/*---------------------------
 固定ページテーブル用
 *---------------------------*/
table.tbl-r03 {
  widows:100% ;
  border-collapse: collapse ;
  font-size: 16px ;
  line-height: 1.6;
}

.tbl-r03 th {
  background-color:#292D98;
  color:#FFFFFF;
  font-weight: bold;
  text-align:center;
  padding:12px;
  font-size:18px;
  width:30%;
}
table, td, th {
    border: 0px;
    border-bottom: 1px solid #DDDDDD;
}

.tbl-r03 td {
  background-color:#EDF2FA;
  font-size:18px;
  color:#000000;
   padding:12px;
}

@media screen and (max-width: 768px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
    font-size:15px;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-size:15px;
  }
}
/*---------------------------
 固定ページテーブル用
 *---------------------------*/

/*---------------------------
 線引
 *---------------------------*/

span.highlight {
  background-color: #FFFF99; /* 背景を黄色に */
  color: #000;               /* 文字は黒に */
  border-radius: 4px;        /* 角を少し丸く */
}
/*---------------------------
 線引
 *---------------------------*/



/*問い合わせフォームのデザイン変更*/
.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
 color:#000000;
}

.Form-Item {
  padding-top: 5px;
  padding-bottom:5px;
  margin:1em;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-button {
margin : 0 auto;
	text-align: center;
}

.Form-Item-Label {
  width: 100%;
  max-width: 300px;
  color:#333333;
  font-weight: bold;
  font-size: 16px;
}

.Form-Item-Label.isMsg {
  margin-top: 5px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80px;
  display: inline-block;
  text-align: center;
  background: #c53d43;
  color:#fff;
  font-size: 13px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}



@media screen and (max-width: 600px) {
 .Form {
    margin: 1px auto;
    margin-left:20px;
  }

  .Form-Item {
    padding-left: 0x;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }

  .Form-button {
    flex-wrap: wrap;
    color:#000000;
    text-align: center;
  }


  .Form-Item-Label {
    max-width: inherit;
    color:#000000;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
	max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }


.Form-Item-Label-Required {
  border-radius: 3px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff0000;
  color:#fff;
  font-size: 10px;
}

  .Form-Item-Textarea {
    margin-top: 5px;
    margin-left: 0;
    height: 150px;
    flex: inherit;
    font-size: 15px;
  }
	
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textarea{
	 width:150px;
}
input.wpcf7-form-control.wpcf7-text.textarea{
		 width:150px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.textarea{
		 width:150px;
}
	
input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea {
    font-size: 1rem;
    border: 1px solid var(--vk-color-border-form);
    border-radius: var(--vk-size-radius);
    padding: .8em 1em;
    margin: 0 0 .5rem;
    width: 150px;
    color: var(--vk-color-text-body);
    background-color: #fff
}
	.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 12px 16px;
    width: 80%;
}

}


/*問い合わせフォームのデザイン変更*/

footer .copySection p:nth-child(2) {
    display:none !important;
}

.sectionBox {
    padding-bottom: 0em;
}

div.section.sectionBox.siteContent_after{
	   padding-top: 0em;
}

.gMenu>li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 0px;
    transition: all .5s ease-out;
}


input[type=submit] {
    background-color: #c53d43;
    color: #ffffff;
	border:0px;
	padding:20px 60px 20px 60px;
	 ? ?font-size: 18px;
}
input[type=submit]:hover{
    background-color: #c53d43;
    color: #ffffff;
}


/*ボタンデザイン変更*/



/*---------------------------
 固定ページテーブル用
 *---------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
}
.cp_table thead th {
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #8F92E7;
}
.cp_table thead th:last-child {
	border-right: 1px solid #dddddd;
}
.cp_table tbody th {
	padding: 10px 15px;
	border-bottom: 1px solid #ffffff;
	background: #292D98;
	white-space: nowrap;
	color: #ffffff;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #dddddd;
}
.cp_table tbody td {
	padding: 10px 15px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
}
@media only screen and (max-width:480px) {
	.cp_table thead {
		display: none;
	}
	.cp_table tbody th {
		display: block;
	}
	.cp_table tbody td {
		display: block;
		padding: 10px 5px;
	}
	.cp_table tbody td::before {
		font-weight: bold;
		float: left;/*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
		padding: 0.5em 0;
	}
	.cp_table tbody td p {
		padding: 0.5em 0 0 1em;
    margin: 0;
	}
}
/*---------------------------
 固定ページテーブル用
 *---------------------------*/


/*---------------------------
 投稿用サイドバー
 *---------------------------*/

#secondary h2 {
	     font-size: 18px;
}


h2.side{
    position:relative;
    top:4px;
    color: #fff;
    padding: 5px;
    border-left: none;
    background:#282D98;
    display: block;
     font-size: 18px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    }


@media screen and (max-width: 640px) {
h2.side{
    color: #fff;
    padding: 8px;
    border-left: none;
    background:#282D98;
    display: block;
    font-size: 16px;
    font-weight: bold;
    unicode-bidi: isolate;
    }
}

h2.side:before {
    content: url("https://togo-osteopathic-clinic.designparca.site/web-site/wp-content/uploads/2025/05/Mask-group-e1747268314969.png");
    font-family: "Font Awesome 5 Free";
    position:relative;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 8px;
    font-size: 90%;
}





#secondary li a{
    position: relative;
    display: block;
    background-color: #292D98;
    padding: 10px 10px 10px 30px;
    color: #fff;
    transition: 0.3s;
    line-height: 1.5em;
}

.wp-block-button.has-custom-width.wp-block-button__width-100.is-style-fill li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 10px solid #ffffff;
    transition: 0.3s;
}

#secondary li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 10px solid #ffffff;
    transition: 0.3s;
}

/*---------------------------
 投稿用サイドバー
 *---------------------------*/




/*---------------------------
関連記事
 *---------------------------*/
.ast-related-post-content{
display: flex;
}

.ast-related-post-featured-section{
	width:auto;
}

.ast-related-post-content .entry-header{
	margin:1em;
}

.ast-related-posts-wrapper .ast-related-post {
    padding:10px 0;
    border-top:1px dotted #ccc;
}
.ast-related-posts-wrapper :first-child {
    border-top: none;
}


.ast-related-post-content .entry-header .ast-related-post-title a{
    font-size: 16px;
    font-weight: 700;
    padding:0;
    margin:10px 0 10px 10px;
    border:none;
}

div.post-thumb-img-content.post-thumb img{
	width:100px;
	height:100px;
}


#related .excerpt p {
    display: inline;
    font-size: 14px;
}

div.post-thumb-img-content.post-thumb img {
    height: auto;
}

    .single .post-navigation .nav-links {
        -js-display: flex;
        display: flex;
        width: 80%;
        margin: 0 auto;
    }


.ast-article-post .post-thumb-img-content img {
    aspect-ratio: auto;
}
/*---------------------------
関連記事
 *---------------------------*/


