/*.has-header-image .navbar, .has-header-video .navbar{
	background: #cbced6;
}
*/
.sp {
	display: none; 
}

.pc {
	display: inherit; 
}

@media screen and (max-width: 768px) {
  .pc {
    display: none; 
	}
  .sp {
    display: inherit; 
	}
}


article{
	text-align: center;
}
@media (max-width: 749px) {
.custom-header{
	height: 90vh!important;
}
#scroll-to-content:before {
    border: 2px solid #333!important;
}
.custom-header {
    background-color: #fff;
}
article{
	text-align: inherit;
}
}
.navbar-nav a{
	color: #8692a7;
}

.navbar-nav .menu-item-has-children .svg-icon{
	fill: #8692a7;
}
.site-branding{
	display: none;
}

.headroom--unpinned .navbar-nav a{
	color: #8692a7;
}

@media (max-width: 749px) {
	.wp-custom-header {
		background: url("../images/mainvisual-sp.jpg") no-repeat;
		background-size: 100%;
	}
	.wp-custom-header img{
		display: none;
	}
}



.entry-content h1{
		font-size: 26px;
color: #636c7d;
	}
.entry-content h2{
		font-size: 24px;
	}
.entry-content h3{
		font-size: 22px;
	}

.entry-content a{
color: #636c7d;
}

.navbar{
	background-color: #f5f8fb!important;
}
.navbar-nav a:hover{
	color: #636c7d!important;
}
.navbar-nav ul
{
	background-color: #cb4538;
}
.navbar-nav>li>ul:before {
    border-bottom: 8px solid #cb4538!important;
}

.navbar-nav>li.current-menu-item>a,.navbar-nav>li.current-menu-parent>a,.navbar-nav>li.current_page_item>a {
    border-bottom: 1px solid #cb4538!important;
}


.navbar-nav ul.sub-menu a{
	color: #fff!important;
}
.site-footer {
    background-color: #8692a7!important;
}

.sns{
	margin: 100px 0 50px 0;
}
.sns ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sns ul li{
	width: 50px;
	height: 50px;
	margin: 0 10px;
	transition: .3s;
}
.sns ul li:hover{
	transform:scale(1.2);
	transition: .3s;
}
.sns ul li img{
	width: 100%;
	height: auto;
}
@media (max-width: 749px) {
	.entry-content h1{
		font-size: 22px;
	}
	.entry-content h2{
		font-size: 20px;
	}
	.entry-content h3{
		font-size: 18px;
	}
	.top-about-image{
		width: 50%;
		margin-bottom: 15px;
	}
.sns{
	margin: 50px 0 50px 0;
}
.sns ul li{
	width: 40px;
	height: 40px;
	margin: 0 10px;
}
}



/* ボタンのスタイル */
.content-button{
	margin: 30px auto;
}
.content-button a{
	text-decoration: none;
	margin: 0 auto;
}
.buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #8692a7;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
	color: #fff;
	text-decoration: none;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #5d6e8b;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}

#comments{
	display: none;
}


