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

/* =============================================

全体設定

============================================= */

body{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --logo_size_sp: 140px;
}
/*
a {
	text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(29, 32, 134,0.5)
    position: relative;
    display: inline-block;
}
*/
a:hover{
	opacity:0.7;
}
.swl-inline-icon{
	margin-left: 0.3em;
    margin-right: 0.1em;
    max-width: 0.7em;
	 min-width: 0.5em;
    position: relative;

}
p{
	line-height:2em;
}
.wp-block-group.is-stack.alignfull.toppage.has-small-font-size{
	margin-bottom:0;
}

@media (max-width:599px) {
	h2{
		font-size:85%!important;
	}
		p{
		font-size:110%!important;
	}
}

/* ===== gnav & spmenu ===== */
.c-iconBtn {/* 雑にメニューを消す */
    display: none;
}

.c-gnav>.menu-item>a .ttl{
    font-size: 1.1rem;
    font-weight: bold;
    /* font-family: 'Sawarabi Gothic', sans-serif; */
}
.top_tel a{
    color: var(--red);
    font-size: 1.8rem;
    font-weight: bold;
    /* font-family: 'Titillium Web', sans-serif; */
    letter-spacing: -0.025rem;
}
.top_tel img{
    width: 2.0rem!important;
    height: auto;
    vertical-align: sub;
    margin-right: 0.25rem;
}
.wp-block-group.alignfull.toppage.u-mb-ctrl.u-mb-0.is-style-dent_box {
    padding: 0.5em;
}
/* メインビジュアル */
@media (min-width:1000px)and (max-width:599px) {
	.swell-block-fullWide .pc-py-40 .sp-py-20 .has-bg-img .alignfull .sp_only .lazyloaded{
		    background-position: 50% 62%!important;
	}
}
@media (max-width: 1079px){
    .c-gnav>.menu-item>a .ttl{
        font-size: 0.9rem;
    }
    .top_tel a{
        font-size: 1.5rem;
    }
    .top_tel img{
        width: 1.5rem!important;
    }
}

#breadcrumb{
	display:none;
}
#header{
	display:none;
}
  /* トップページメインビジュアル*/
.top-spacer{
	margin:0;
	padding:0;
}
.post_content h2{
	margin:0;
	padding:0;
}
.toppage{
	position:relative;	
}

.gaiyou-space{
	margin:800px;
}
.gaiyou h2 img{
	width:50%;
}
@media (min-width:1301px) and (max-width:1800px) {
    /* 1301-1920PCのみ */
.top-spacer{
	margin:0;
	padding:0;
}
.post_content h2{
	margin:0;
	padding:0;
}
.toppage{
	position:relative;	
}

.gaiyou-space{
	margin:500px;
}
}

@media (min-width:700px) and (max-width:1300px) {
    /* 700-1300Tabのみ */
.gaiyou-space{
	margin:200px;
}
}
@media (min-width:500px) and (max-width:699px) {
    /* 767以下SPのみ */
	.gaiyou-space{
	margin:60px;
}
}
@media (max-width: 499px){
    /* 767以下SPのみ */
	.gaiyou-space{
	margin:60px;
}
}

/* タイトとキャプション */
@media (min-width:1400px)  {
.title-logo{
	padding-right:50px;
}
.title-caption{
	padding-left:50px;
}
}
@media (min-width:700px) and (max-width:1300px) {
    /* 700-1300Tabのみ */
.sp-title-logo img{
	 width:65%;
}
.sp-title-caption{
	padding-top:50px;
}
}
@media (max-width: 699px){
    /* 767以下SPのみ */
.sp-title-logo img{
	 width:85%;
}
}

/* SPスライダー */
/* swiper重複を解消 */
.swiper-button-next:after{
    border-right: none;
    border-top: none;
    right: unset;
}
.swiper-button-prev:after{
    border-bottom: none;
    border-left: none;
    left: unset;
}
.swiper-button-next:after, .swiper-button-prev:after{
    box-sizing: border-box;
    /* content: ""; */
    display: unset;
    height: unset;
    position: unset;
    -webkit-transform: none;
    transform: none;
    width: unset;
}
@media(max-width:699px) {
.slider-wapper {
    overflow: overlay;
    width: 95%;
    margin: 0 auto;
}
}
@media(max-width:500px) {
.sp-slider img{
animation-name: slideinRight;
animation: slideinRight 18s both infinite linear;
}

@keyframes slideinRight{
  0% { transform: translateX(0%);
	      opacity:1;
    
  }
  100% {
     transform: translateX(-25%);
  }
}
}
/* =============================================

TOP

============================================= */
/* ===== MV & ピックアップ ===== */


@media (max-width: 959px){
    .p-mainVisual__textLayer .p-blogParts img{
        display: none;
    }
 
}

.top_tit{
    padding-bottom: 1em!important;
}

.top #content{
    padding: 0;
}
.p-pickupBanners__list{
    margin: 0 auto;
    width: 100%;
}
.p-pickupBanners__list .p-pickupBanners__item{
    width: 200px;
}
a.c-bannerLink:hover .c-bannerLink__figure{
    opacity: 1;
}
a.c-bannerLink:hover .c-bannerLink__img{
    -webkit-transform: none;
    transform: none;
}

/* =============================================

FOOTER

============================================= */
.w-beforeFooter {
    margin: 0 auto;
}

.footer-sdgs{
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 600px){
    /* 600px以上・Tab・PCのみ */
    .footer_sdgs_area .swell-block-column:not(:first-of-type) figure{
        text-align: left;
    }
    .footer_sdgs_area .swell-block-column:not(:first-of-type) img{
        margin-left: 1em;
    }
    .footer_sdgs_area .swell-block-column:first-of-type figure{
        text-align: right;
    }
}

@media (max-width: 600px){
.swell-block-fullWide.pc-py-40.sp-py-20.has-bg-img.alignfull.sp_only.lazyloaded {
    background-size: 120%;
}
}
