/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 10:23:09 */
html { scroll-behavior: smooth;}
.item--inner div.component-wrap p {
    display: none;
	  overflow: auto;
  height: 100%;
}

// モーダルを開いた時のbody
body.modal-open {
  overflow: hidden;
  height: 100%;
}
.col {
    padding: 0 20px;
}

.col-center{
	max-width:600px;
	width:80%;
	margin:0 auto;
	font-weight:500;
}

.icon-bar {
    width: 25px;
}

/*装飾周り*/
.bold-line {
    font-weight: 700;
	 background: linear-gradient(transparent 70%, #d3de74 30%);
}


.mobile-center h3{
	text-align:center;
	font-size:18px;
}

.mobile-center p{
	margin:0 auto;
font-size:14px;
line-height:150%;
	text-align:center;
}


.about .nv-big-title,
.contact .nv-big-title,
.work-style .nv-big-title {
    display: none;
}

.wp-block-columns {
margin-bottom: 0;
}

div#comments {
    display: none;
}

#loading-wrapper { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
	background-color:#f9f9f9;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.3s; 
  z-index: 9999;
} 

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

h2.h2-top-catch {
	font-size:18px!important;
	margin:0 0;
}

.img-service-gr{
	animation:10s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.completed {
  opacity: 0;
  visibility: hidden;
}

.hfg_header.site-header {
    box-shadow: none;
}

div#comments {
    display: none;
}

.vp-pagination__style-default .vp-pagination__item a {
    outline: none;
    box-shadow: none;
    margin-top: 50px;
    background-color: #f1c65b;
    border-radius: 20px;
}

.home div.vp-portfolio__layout-elements.vp-portfolio__layout-elements-bottom.vp-portfolio__layout-elements-align-center {
    display: none;
}

.item--inner.builder-item--primary-menu.has_menu {
    font-family: "Josefin Sans",Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

label strong {
    color: #906f35;
}

select, textarea {
    margin-bottom: 30px;
}

.grecaptcha-badge { visibility: hidden; }

div#page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 10000;
    text-align: center;
    line-height: 1;
}

a#move-page-top {
    font-size: 25px;
    color: #888;
}

a#move-page-top::before {
}

.archive-container {
    margin-bottom: 150px;
}

.single-post main#content {
    margin-bottom: 150px;
}

.footer-h3{
	padding:50px 0 0;
	font-weight:700;
	
}

.footer-copyright {
    margin-bottom: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 120%;
}

/*footer::before {
    content: '';
    width: 100%;
    display: flex;
    height: 200px;
    /* background-color: antiquewhite; */
    background-image: url(https://way105.com/wp-content/uploads/2022/11/mountain-min.png);
    background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
    margin-top: -200px;
}*/

div.thin-block {
    margin-left: 30px;
    margin-right: 30px;
}

.text-link a{
	color:#3d2100;
	border-top:2px dotted #3d2100;
	border-bottom:2px dotted #3d2100;
	padding
	:5px;
	background-color:#f5e4b1;
}

.text-link a:hover{
	color:#fff;
	border-top:2px dotted #3d2100;
	border-bottom:2px dotted #3d2100;
	padding
	:5px;
	background-color:#1a8a20;
}

.archive-menu-top {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}

.archive-menu-top li {
    margin: 10px 0px;
    display: inline-block;
}

.archive-menu-top a {
	font-size:0.8em;
    background-color: #f3f3f3;
    padding: 3px 10px;
    border-radius: 20px;
	color:#666;	
}

.archive-menu-top a:hover {
	font-size:1em;
    background-color: #444;
    padding: 3px 10px;
    border-radius: 20px;
	color:#fff;	
}

footer div.container {
    max-width: 80%;
}

.yarpp-related {
    margin-bottom: 1em;
    margin-top: 5em;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 100%;
    height: max-content;
    margin: 5px;
    /* margin-left: 0px; */
    padding:3%;
	border:none;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 100%;
    height: auto;
    margin: 0;
		text-align:center;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 1%;
    margin-top: 12px;
    width: 98%;
    text-align: justify;
    font-size: 14px;
}

.yarpp.yarpp-related.yarpp-related-website.yarpp-template-thumbnails {
    margin-top: 100px;
}

.blk-wid-80{
	max-width:80%;
	margin:0 auto;
}

.recommend h4 {
    text-align: left;
    font-size: 14px;
}

.blk-radius{
	border-radius: 20px;
}

.clm-box{
	padding:0 2%;
}

.kazari-moji{
	font-family: "見出ゴMB31";
}

@font-face{
font-family: "見出ゴMB31"; 
 font-display:swap;
}

.top-copy h4 {
    margin-bottom: 10px;
}

.lead-01{
	font-size:50px;
	letter-spacing:2px;
	font-family: Suzumushi; 
}

.lead-02{
	font-size:25px;
	line-height:150%;
	font-family:Gothic MB101;
	font-weight:700;
	letter-spacing:2px;
}

.baloon01 {
    position: relative;
}

.baloon01 h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: 600;
    font-size: 1.2em;
	line-height: 150%;
	width:100%;
}

.when-blk p {
    line-height: 150%;
    width: 100%;
}

.when-blk p {
    width: 80%;
    margin: 0 auto;
    padding: 0 10%;
}

.frame-pick p{
margin:20px auto;
	padding:20px;
	background-color:#fffdf5;
	border:2px dotted #d3de74;
	border-radius:10px;
}

.when-column>.wp-block-column:nth-child(2) {
    margin-top: 200px;
}

.contact-box {
    border-radius: 30px;
    max-width: 90%;
    margin: 0 auto;
	padding: 20px;
	background-color: #f5f5f5;
}

.contact-box p {
   font-size:14px;
}

.about-me-blk {
    width: 100%;
    margin: 0 auto;
}

body.about table {
    line-height: 170%;
}

body.about td:nth-of-type(1) {
    width: 30%;
}

.about-column-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 10%;
	position: relative;
}

.info-list ul a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.info-list li {
    color: #fff;
}

.before-icon{
	position: relative;
}

.before-icon::before {
    content: '';
    background-image: url(https://way105.com/wp-content/uploads/2022/10/mic.svg);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -100px;
}

#content.neve-main .container .alignfull > [class*="__inner-container"]{
	margin:0 auto;
}

/* リンクをカード形式で表示させる時のスタイル */
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.025);
  color: black;
}
.blogcard.ex {
  background-color: #f7f7f7;
	border-radius: 10px;
	margin-bottom: 40px;
	 min-height: 200px;
}

.blogcard.ex a {
    text-decoration: none;
}

.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  color: black;
}
.blogcard a:hover {
  opacity: 0.6;
  color: #0066ca;
}
.blogcard_thumbnail {
  float: left;
  padding: 20px 10px;
  width: 100%;
}
.blogcard_thumbnail img {
  margin-bottom: 0px !important;
	background-color:#fff;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 20px 10px;
}
.blogcard_excerpt {
  font-size: 0.7em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}
.blogcard_link {
  font-size: 0.65em;
  padding: 0 17px 15px 20px;
  text-align: left;
}

.blogcard_link .icon-external-link-alt::before {
  font-size: 0.75em;
}

.fade-in-bottom {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.wp-block-latest-posts.is-grid li {
    margin: 2%;
    width: 100%;
}

.top-works-list li {
    max-width: 46%;
    margin: 0 auto;
}

.top-works-list a.wp-block-latest-posts__post-title {
    display: none;
}

.info-post-list li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #ddd;
    display: inline-block;
}
/*投稿タグ*/
.wp-block-post-terms.works.taxonomy-category a, .wp-block-post-terms.works.taxonomy-post_tag a{
border:2px solid #0e9eae;
background-color:#fff;}

.wp-block-post-terms.works.taxonomy-category a:hover, .wp-block-post-terms.works.taxonomy-post_tag a:hover{
border:2px solid #0e9eae;
background-color:#fff;}


@media (min-width: 960px) {

}

@media (max-width: 960px) {
			.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 48%;
    height: max-content;
    margin: 5px;
    /* margin-left: 0px; */
    padding: 1%;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 50%;
    height: auto;
    margin: 0;
			text-align:center;
}
	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 1%;
    margin-top: 12px;
    width: 98%;
    text-align: justify;
    font-size: 14px;
}
}

@media screen and (max-width: 768px) {
  .blogcard {
    margin: 40px 0;
  }
  .blogcard_title {
    font-size: 0.95em;
    padding-bottom: 17px;
  }
  .blogcard_excerpt {
    display: none;
  }
	
		.box-rl {
 flex-direction:column-reverse;
}

}

@media (min-width: 769px) {
 .blogcard_thumbnail {
    overflow: hidden;
    width: 200px; 
    height: 200px;

    position: relative;
    margin-right: 20px;
    background-color: #2b2b2b;
  }
  .blogcard_thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
article.post {
    margin-left: auto;
    margin-right:auto;
}
	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 23%;
    height: max-content;
    margin: 5px;
    /* margin-left: 0px; */
    padding: 1%;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 100%;
    height: auto;
    margin: 0;
			text-align:center;
}
	
	.contact-box p {
   font-size:16px;
}
	
	.podcast-blk{
margin-top:0;
}
	
.podcast-column > div.wp-block-column:nth-child(2){
margin-top:200px;
}

	.br-sp{
	display:none;
}
	
	.mobile-center h3{
	text-align:right;
	font-size:22px;
}
	
	.mobile-center p.footer-copyright {
    margin: 0 auto;
    font-size: 15px;
    line-height: 150%;
    text-align: right;
}
	
	.footer-copyright {
		margin-right:20px;
    margin-bottom: 50px;
    font-size: 12px;
    text-align: right;
    line-height: 120%;
}
}

@media (max-width: 576px) {
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 100%;
    height: max-content;
    margin: 5px;
    /* margin-left: 0px; */
    padding:3%;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 100%;
    height: auto;
    margin: 0;
			text-align:center;
}

	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 1%;
    margin-top: 12px;
    width: 98%;
    text-align: justify;
    font-size: 14px;
}
	
	.when-column>.wp-block-column:nth-child(2) {
    margin-top: 100px;
}
	
	.top-copy h4 {
    margin-bottom: 10px;
}
	
	.lead-01{
		font-size:38px;
	}
	
	h2.h2-top-catch {
	font-size:18px!important;
	max-width:80%;
	margin:0 auto;
}
	
.baloon01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
	
	.baloon01 h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: 600;
    font-size: 14px;
	line-height: 130%;
width:120%;
	}
	
	.when-blk p,.frame-pick p {
    font-size: 14px;
    line-height: 150%;
    width: 100%;
}
	
	body.about table {
  font-size:14px;
}

}


