
/* style.css変更*/
body {
	text-justify: inter-character;
	width: 100%;
	color: #393939;
}
/*こっちに置き換え*/
a {
    -webkit-transition: all .3s;
    transition: all .3s;
	}
a:link { color: #202020; }
a:visited { color: #000; }
a:hover { color: #41bedd;}
a:active { color: #41bedd; }

.page .entry {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	background: #fff;
}
.center {
	text-align: center;
}
footer a {
	color: #fff !important;
}
footer a:hover {
	color: #000 !important;
}

footer {
    background-color: #41bedd;
    padding: 0 0 3em 0 !important;
    font-family: 'Averia Serif Libre', cursive;
	background-image: none !important;
	position: relative;
	color: #fff;
}
.pagetop {
    display: block;
	text-align: center;
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top:-1em;
	left: 0;
	right: 0;
}
.pagetop:hover {
	top:-1.5em;
}
.pagetop i {
    font-size: 1em;
    display: block;
}
/*共通*/
ul  {
	list-style: none;
}
/*-------------------
	buttons
-----------------*/
.bt {

    -webkit-transition: all .3s;
    transition: all .3s;
	display: inline-block;
}
.bt:hover {
	margin-left: 1em !important;
	margin-right: -1em !important;
}

.bt-w {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 0.8em 2em;
	font-size: 1em;
    border-radius: 1.75em;
	
}
.bt-w:hover {
    /*background-color: #41bedd;*/
    background-color: #000;
	color: #fff;
	margin-left: 1em;
}
.menu-business {
	font-size: 0.8em;
}
/*--------------------------
	背景画像切り替え https://www.yuu-diaryblog.com/2017/03/07/css-animation/
-----------------------------*/
.backimg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    margin-left: 0;
}
.backimg li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    -webkit-animation: anime 40s linear 0s infinite ;
    animation: anime 40s linear 0s infinite ;
}
.backimg li:nth-child(1) { 
    background-image: url('../../img/img-howto.jpg');
}
.backimg li:nth-child(2) {
    background-image: url('../../img/img-voice.jpg');
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.backimg li:nth-child(3) {
    background-image: url('../../img/img-vaccin.jpg');
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
.backimg li:nth-child(4) {
    background-image: url('../../img/img-donation.jpg');
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes anime { 
	0% {
	    -webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	10% {
	    -webkit-transform: scale(1.1);
		opacity: 1;
	}
	40% {
	    -webkit-transform: scale(1.2);
            -webkit-animation-timing-function: ease-out;
		opacity: 1;
	}
	50% {
	    -webkit-transform: scale(1.3);
		opacity: 0;
	}
	100% { opacity: 0 }
}
@keyframes anime { 
	0% {
	    animation-timing-function: ease-in;
		opacity: 0;
	}
	10% {
	    transform: scale(1.1);
		opacity: 1;
	}
	40% {
	    transform: scale(1.2);
            animation-timing-function: ease-out;
		opacity: 1;
	}
	50% {
	    transform: scale(1.3);
		opacity: 0;
	}
	100% { opacity: 0 }
}


/*-------------------------
	common
----------------------------*/

.t-c {
	text-align: center;
}

/*body.business {
	background: url("../../img/img-howto.jpg") no-repeat top center ;
	background-size: 100%;
	
	background-attachment: fixed !important;

}*/
.business a {
	color: #000;
}
.business h3 {
	text-align: center;
}
.material-icons {
	display: inline-flex !important;
	vertical-align: middle !important;
}
.case-u:before,
.footer-contact:before {
	background-image: url('../../img/curve.svg') ;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	top:0;
	width: 100%;
	height: 90px;
}
.page .logo:after,
.case-u:after {
	background-image: url('../../img/curve.svg') ;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	bottom:0;
	width: 100%;
	height: 90px;
	transform: rotate3d(1,0,0,180deg);
}
.page .logo {
  	height: auto;
	color: #fff;
	text-align: center;
	position: relative;	
	margin: 0;
    text-shadow: 1px 2px 10px #000;
}
.page .logo .colmun {
	padding: 3rem 2rem 7rem 2rem;	
}
.page .logo a {
	color: #fff;	
}
.page .logo a small {
	display: block;
	font-size: 0.5em;
	line-height: 1.5;
	color: #fff !important;
}
.pagehead {
	background: #fff;
}

.crumbs {
	font-size: 0.6em;
	text-align: center;
}
.crumbs .material-icons {
	font-size: 1.5em !important;
}

.crumbs a:hover {
	border-bottom: 1px solid black;
}
.page h2 {
	text-align: center;
	margin-top: 1em;
}
.page h2 e {
	font-style: normal;
	font-size: 0.6em;
}
.page h2 b {
	display: block;
	margin-top: 0.3em;

}
.case-u {
	background-color: rgba(255,255,255,0.9);
	position: relative;
	padding: 6em 0;
}
.case-u.tab2,
.contact-business .case-u,
#key .case-u {
	background-color: #f4f4f4;
}
.case-u .text {
	background-color: #fff;
	padding: 2em;
	border-radius: 20px;
}
.case-u .text b {
	/*color: #3c288e;*/
}
.box-w {
	background-color: #fff;
	
}

/*---------------------------
	tab
---------------------------*/
.page .tab {
	background: #fff;
}
.page .tab ul {
	text-align: center;
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0.5rem;
}
.page .tab li{
	display: inline-block;
	font-size: 2em;
	font-family: 'Averia Serif Libre', cursive;
	background-color: #f4f4f4;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	margin: 0rem 0.5rem 0 0.5rem;
	line-height: 2em;
	display: inline-block;
}
.page .tab li:hover a,
.page .tab li.active a {
	cursor: pointer;
	border-bottom: 2px solid #403e9e;
}
.page .tab li:hover,
.page .tab li.active {
	background: #fff;
}
.page .tab li a {
	display: inline-block;
}



/*---------------------------
	 tab block 
---------------------------*/

/*.list .block {
	display: none;
}
.list .block.active{
	display: block;
}
*/
/*---------------------------
	business > tab1
---------------------------*/

.grid1 .columns {
	background-image: url("../../img/i-coment.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 80%;
	padding: 2em 2em 3em 2em;
}

/* BUTTON btob */
.button-btob a{
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.8;
	transform: rotate(-5deg);
	font-weight: bold;
}
.button-btob b {
	border-bottom: 3px solid black;
	display: inline-block;
}
.button-btob e {
	text-align: right;
	display: block;
}
.button-btob a:before {
	background-image: url("../../img/i-manpu01.png");
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: -30px;
	left: -50px;
	}
.button-btob a:after {
	background-image: url("../../img/i-aroww-b.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	width: 92px;
	height: 100px;
	display: block;
	position: absolute;
	right: -100px;
	top:1.8em;
	}


		

	
/*---------------------------
	 business > tab2 
---------------------------*/

.pack {
	background: #fff;
	border-radius: 20px;
	padding: 0;	
	overflow: hidden;
	margin-bottom: 2rem;
}
.pack h2 {
	background: #a99ecb;
	color: #fff;
	font-size: 1.8em;
	padding: 1em ;
	margin: 0;
	text-align: center;
	border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
	}
h2.pack-t{
	background: #a99ecb;
	color: #fff;
	font-size: 1.5em;
	padding: 1em ;
	margin: 0;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 2rem;
}
.pack h3 {
	background: #a99ecb;
	color: #fff;
	font-size: 1.1em;
	padding: 1em ;
	margin: 0;
	text-align: center;
	border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
}


.pack ul {
	margin: 0;
	text-align: center;
}
.pack ul li {
	margin: 0 1.5rem;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.pack ul li:last-child {
	border-bottom: none;
}
.pack ul li small {
	display: block;
	font-weight: normal;
}
.pack li.price {
	color: #514a84;
	font-size: 1.4em;
	font-weight: bold;
} 
.pack .space {
	padding: 1.5rem;
}
.pack .img-5 img {
	width: 50%;
}
.pack .img-10 img {
	width: 100%;
}

.pack .bt {
	background-color: #f4f4f4;
	line-height: 2em;
	min-height: 2em;
	border-radius: 1em;
	padding: 0 1em;
	display: inline-block;
}
.pack .bt:hover {
	background: #8c7fb2;
	color: #fff;	
}
#package .box-img {
	display:flex;
	max-height: 300px;
	margin: 0;
}
#package .box-img img {
	width:100%;
	height:100%;
	object-fit:cover;
}

/*---------------------------
	 businesss entry 
----------------------------*/
.bisiness-form {
	text-align: center;
	padding: 2em 0;
}
.bisiness-form .bt {
	background-color: #8c7fb2;
	color: #fff;
	padding: 0.8em 2em;
	font-weight: bold;
	font-size: 1.2em;
    margin: 1em 0;
    display: inline-block;
    border-radius: 1.75em;
}
.bisiness-form .bt:hover {
	background-color: #000;
	}
.bisiness-form p {
	font-weight: bold;
}


/*---------------------------
	  Footer CONTACT
-----------------------------*/
.footer-contact {
	position: relative;
	padding: 80px 0;
	text-align: center;
}
.home .footer-contact {
	background-image: url('../../img/img-children.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
    background-size: cover;
.footer-contact .columns {
	text-align: center;
}
.footer-contact .bt {
	margin: 1em 0;
	display: inline-block;
}

.footer-contact .bt-b {
	color: #fff;
	font-weight: bold;
	padding: 0.5em 2em;
	font-size: 1em;
    border-radius: 1.75em;
    text-shadow: 1px 2px 10px #000;
	
}
.footer-contact .bt-b:hover {
    /*background-color: #8c7fb2;*/
    background-color: #000;
	color: #fff;
	margin-left: 1em;
    text-shadow: none;
}
.footer-contact:after {
	background-image: url('../../img/curve-b.png') ;
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	bottom:-0px;
	width: 100%;
	height: 22%;

	}



/*---------------------------
	comtact-business
----------------------------*/
.page-description {
	margin: 3em 0;
	text-align: center;
}
.wpcf7 .note {
	margin-bottom: 2rem;
	font-size: 0.8em;
	text-align: right;
	}
	
.wpcf7 .note .bt {
	line-height: 2em;
	height: 2em;
	border-radius: 1em;
	padding: 0 1em;
	display: inline-block;
}
.wpcf7 .note .bt:hover {
	background: #fff;	
}

.wpcf7-text,
.wpcf7-textarea {
	border: none !important;
	border-radius: 10px;
	padding: 1em !important;
}
.wpcf7-form div{
	margin: 1em 0;
}	
.wpcf7-form span {
	color: red;
	font-size: 1rem;
}
.wrap-bt {
	text-align: center;
}
.contact-business .wpcf7-form-control.bt,
#key .wpcf7-submit,
#package .text .bt {
    background-color: #8c7fb2;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	line-height: 3em;
	height: 3em;
	border-radius: 1.5em;
	padding: 0 1em;
	display: inline-block;
	border:none;
	
}
.contact-business .wpcf7-form-control.bt:hover,
#key .wpcf7-submit:hover,
#package .text .bt:hover {
    background-color: #000;
	cursor: pointer !important;
	cursor: hand;
}

.screen-reader-response {
	color: red;
	
}
.screen-reader-response ul {
	background: #fff;
	border-radius: 10px;
	padding: 1em !important;
	margin-left: 0 !important;
	margin-top: 1em;
}
.screen-reader-response li {
	list-style: decimal;
	margin-left: 1rem;
}

.wpcf7-response-output {
	color: red;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	background-color: #fff;
	border-radius: 15px;
	padding: 1em !important;
}
/*------------------
	post
*/
.post {
}
.post p {
	margin: 0 !important;
}

/*---------------------
	business > cese
------------------------*/
.t-case {
	text-align: center;
	margin-top: 2em;
}
.t-case b {
	background-image: url("../../img/i-coment.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 1em;
	display: inline-block;
	margin: 0 auto;
}
#case .text {
	text-align: center;
	margin-bottom: 2em;
}
#case .post .box-w {
	padding-bottom: 2em;
}
#case .box-img {
	display:flex;
	max-height: 300px;
	margin: 2em 0 1em 0;
	background-color: #f4f4f4;
}
#case .box-img img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.box-button .bt {
	display: inline-block !important;
	margin:0.5em;
}
#case .cap {
	text-align: left;
}

/*----------------------
	business> key 認証ページ
-----------------------*/
.pagekey {
	text-align: center;
}
.pagekey p.cap {
	text-align: center !important;
	margin-bottom: 1em !important;
}
.pagekey .post_password {
	text-align: center;
	margin-bottom: 2em !important;
} 
[type="password"],
[type="submit"]{
	width: auto !important;
	display: inline-block !important;
}
@media only screen and (max-width: 40em) {
	.grid1 .columns {
	    background-size: 30%;	
	    padding-bottom: 4em;
	}
	.button-btob a::after {
		width: 60px;
		height: 60px;
		right: -70px;
	}
	
.button-btob a:before {
	display: none;
	}
.button-btob a:after {
	display: none;
	}
	}