/*
Theme Name: ccs
Template: lightning
*/

/********** COMMON **********/
body{
	font-size: 21px;
	font-weight: 400;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: #000;
}
.site-body {
	background: url(https://chofuchatsoudan.jp/images/background.svg)no-repeat top -2% center / contain;
    padding-top: 0;
}

/********** RESET **********/
h2:where(:not(.wp-block-post-title)) {
	border: none;
    padding: 8px 0;
}
#otherConsultingService li {
	list-style: none;
}
body .container .is-layout-flow > * + :where(:not(:is(h1, h2, h3, h4, h5, h6, .vk_button))), body .is-layout-constrained > * + :where(:not(:is(h1, h2, h3, h4, h5, h6, .vk_button))) {
	margin-block-end: inherit;
}
.home a{
    text-decoration: underline;
}


/********** FONT **********/
/* Family */
h2{
	font-family: "M PLUS Rounded 1c", sans-serif;
}

/* Size */
h2,
#message{
	font-size: 24px;
}
#contact{
	font-size: 18px;
}
.site-footer-copyright p {
	font-size: 14px;
}
#creative .creative-cat li {
	font-size: 13px;
}
#message p:last-child{
    font-size: 79%;
}

/* Weight */
h2,
#message{
	font-weight: 700;
}
#message p:last-child,
#feature{
    font-weight: 500;
}

/*Line-height*/
#detail h2{
	line-height: 32px;
}
#message p{
    line-height: 2em;
}
#message p:last-child{
    line-height: 1.6em;
}

/*Align*/
#creative .swiper-button-prev::after,
#creative .swiper-button-next::after,
.footer-nav {
	text-align: center;
}
.imgChofuCityLogo,
.wp-block-image.size-full.fukidashi,
#message,
#feature p{
    text-align: left;
}
.imgTarget{
    text-align: right;
}

/********** COLOR **********/
/* FontColor */
#example h2,
#message{
	color: #00398D;
}
#detail h2,
.site-footer-copyright p{
    color: #fff;
}
.home a{
    color: #078FF6;
}
.home a:hover{
    color: #4824DF;
}

/* Background */
#detail h2{
	background-color: #00398D;
}
#linkBanner,
#message,
#contact{
	background: #fff;    
}
.site-footer{
    background: #333;
}
#feature,
.linkBtn{
	background: linear-gradient(90deg, rgb(188, 226, 255), rgb(255, 219, 219));
}

/* Shadow */
#contact{
	box-shadow: 5px 5px rgba(0,0,0,.15);
}
#chofuchatBanner img{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
#chofuchatBanner a:hover img {
	box-shadow: 0 0 25px rgba(0,0,0,.25);
}
#linkBanner{
	box-shadow: 2px 2px rgba(0,0,0,.15);    
}


/*********** Border **********/
#message {
	border: 1px solid #00398D;
	outline: 1px solid #00398D;
	box-shadow: 0 0 0 0 #fff;
	outline-offset: 5px;
}
#chofuchatBanner img,
#linkBanner{
    border: 1px solid #ccc;
}

#detail h2{
    border-radius: 25px;
}
#contact{
    border-radius: 20px;
}
#feature {
	border-radius: 100px 100px 0 100px;
}

/*********** Sections **********/
.site-body-container.container {
    margin-top: -26%;
}
.wp-block-group,
#feature{
	margin-bottom: 10%;
    max-width: 1266px;
}
.wp-block-image.size-full.fukidashi {
	margin: 0;
}
.wp-block-image.size-full.fukidashi img {
	max-height: 136px;
	width: auto;
}
#pageTtl{
    margin-bottom: 0.8em;
}
#pageTtl img {
	max-height: 250px;
	width: auto;
}
#feature img {
	width: 100%;
	max-width: 180px;
}
#chofuchatBanner img {
	max-height: 300px;
}
#detail h2{
    width: 350px;
    max-width: 90%;
}
#mainImg,
#linkBanner,
#message,
#contact,
#example {
	margin: 0 auto 10%;
	max-width: 100%;
}
#mainImg,
#message {
	width: 920px;
}
#mainImg{
    margin-top: -1em;
    margin-bottom: 0;
}
#message {
	padding: 50px;
	box-sizing: border-box;
    margin-top: 8%;
}
#linkBanner,
#contact,
#example{
	width: 730px;
}
#contact {
	padding: 2em;
	box-shadow: 5px 5px rgba(0,0,0,.15);
}


/*********** header **********/
header {
	display: inline-table;
	width: 100%;
}
.imgChofuCityLogo {
	display: table-cell;
	vertical-align: top;
}
.imgChofuCityLogo img{
    width: 18%;
}
.imgTarget {
	padding-right: 20%;
}
.imgTarget img {
	width: 20%;
}


/*********** Footer **********/
.vk-mobile-nav-menu-btn {
 display: none;
} 



/********** WEB ICON **********/

.wp-block-button__link::after,
#creative .swiper-button-prev::after,
#creative .swiper-button-next::after{
    font-family: "Font Awesome 6 Free";
}
.wp-block-button__link::after{
    content: "\f138"; /*circle-chevron-right*/
}
#creative .swiper-button-prev::after{
    content: "\f0da"; /*caret-right*/
}
#creative .swiper-button-next::after{
    content: "\f0d9" /*caret-left*/
}
.wp-block-button__link::after{
    float: right;
}

@media (min-width: 780px) {
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
	}
	#message{
		margin-top: 5%;
		}
	#linkBanner,
	#message,
	#contact,
	#example,
	.wp-block-group,
	#feature{
		margin-bottom: 5%;
	}

}
@media (min-width: 990px) {
    .imgChofuCityLogo img{
        width: 90px;
        height: 90px;
    }
    .imgTarget img {
        width: 96px;
    }
    .site-body-container.container {
        margin-top: -390px;
    }
    .wp-block-image.size-full.fukidashi img{
        margin-left: 15%;
    }
    #mainImg{
    margin-top: -2em;
    }
}
@media (min-width: 1100px) {

}
@media (min-width: 1200px) {
    .home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
        max-width: 1300px;
    }
    .home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), #site-header-container {
        max-width: 1140px;
    }
    .wp-block-media-text > .wp-block-media-text__media {
        margin-top: -.8em;
        margin-bottom: -.8em;
    }
}
@media (min-width: 1300px) {
    .home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
        max-width: 1300px;
    }
    .home .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), #site-header-container {
        max-width: 1140px;
    }
    .site-body {
        background: url(https://chofuchatsoudan.jp/images/background.svg)no-repeat top -8% center;
        padding: 0 0 4rem;
    }
}
@media (max-width: 990px){
    #feature {
	    padding: 50px;
    }
    
}
@media (max-width: 782px){
    .vk-mobile-nav-menu-btn {
     display: none;
    }
}
@media (max-width: 720px){
    body,
    #message{
        font-size: 16px;
    }
    h2,
    #detail h2{
        font-size: 21px;
    }
    .wp-block-image.size-full.fukidashi img{
        max-width: 75%;
    }
} 
