@charset "utf-8";

/*--------------------------------common--------------------------------------*/
body {
	font: 1rem / 1.5;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	width:100%;
}
.inner {
	width: 1200px;
	height:700px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.inner1{
	width:1200px;
	margin-right: auto;
	margin-left: auto;
}
a:hover {
	color: #BB0000;
}

.material-icons {
	vertical-align: -0.2em;
}

.cf {
	display: block;
}
.cf::after { 
	content: "";
	display: block;
	clear: both;
}
header, body, footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font-size:3.4rem;
}
h2{
	font-size:2.3rem;
}
h3{
	font-size:1.6rem;
}
h1,
h2,
h3 {
	font-family: 'Alice', serif;
}

/*----------------------header---------------------------------------*/
header {
	background: rgba(255,255,255,0.9);
	display: -webkit-flex;
	display: flex;
		-webkit-align-items: center;
	align-items: center;
	position: fixed;
	z-index: 2;
	display: flex;
	height: 80px;
	justify-content: space-between;
	
}
#site_title {
	width: 230px;
	height: 55px;
	padding-left:100px;
}
nav ul{
	padding-right: 100px;
}
nav li {
	display: inline-block;
	height: 65px;
	text-align: center;
	flex: 1;
}
nav li+li {
	padding-left: 50px;
}
nav a {
	box-sizing: border-box;
	line-height: 32.5px;
	font-size: 0.75rem;
	color: #000000;
	font-weight: bold;
	display: block;
	padding-top:5px;
}
nav span{
	display: block;
	font-size: 0.5rem;
	font-weight: normal;
	line-height: 1;
}


/*-----------------------------main--------------------------------*/
.mv {
	position: relative;
	display:block;

}
.mv img{
	padding-top: 80px;
	width:100%;
	height:50vh;
	object-fit: cover;
	object-position: top center;
}

h1 {
	position: absolute;
	width: 100%;
	left: 0; 
	top: calc(50% - 25px); 
	text-align: center; 
	color: #fff;
	font-weight: bold; 
	line-height: 50px;
	text-shadow: 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c;
}

h1 span{
	font-size:1.25rem;
	text-shadow: 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c;

}

h2{
	padding-top: 75px;
	font-size: 1.782rem;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:40px;
}

#main{
	margin-right: 20px;
	margin-left: 35px;

}
.pet img,.sports img,.music img,.outdoor img,.education img,.senior img,.study img{
	position:absolute;
	left:40px;
	top:35px;
}
h3{
	position:relative;
	top:90px;
	left:0px;
	color:#FFF;
	text-shadow: 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c;
}

h3 span{
	font-size:15px;
}

.pet ,.sports ,.music ,.outdoor ,.education ,.senior ,.study {
	position:absolute;
	text-align: center;
	cursor: pointer;
	width:200px;
	height: 200px;
	float: right;
}
.outdoor{
	left:100px;
	top:0;
}
.music{
	left:370px;
	top:0;
}
.sports{
	left:630px;
	top:200px;
}
.pet{
	left:630px;
	top:0;
}
.education{
	left:370px;
	top:200px;
}
.senior{
	left:890px;
	top:0;
}
.study{
	left:890px;
	top:200px;
}

.people {
	display:block;
	float:left;
	margin-top:320px;
	margin-left:106px;
}
/*-------------吹き出し----------------*/
.balloon {
	position: relative;
	padding: 0 5px;
	width: 250px;
	height:250px;
	border-radius: 300px;
}

.balloon:before {	
	content: "";
	position: absolute;
	left: 10px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #fff;
	border: 4px solid #000;
	border-radius: 50%;
}

.balloon:after {
	content: "";
	position: absolute;
	left: 35px;
	top:200px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #fff;
	border: 4px solid #000;
	border-radius: 50%;
}
.outdoor .balloon:before {	
	content: "";
	position: absolute;
	left: 147px;
	width: 13px;
	height: 12px;
	bottom: -33px;
	background: #fff;
	border: 4px solid #000;
	border-radius: 50%;
}

.outdoor .balloon:after {
	content: "";
	position: absolute;
	left: 133px;
	top:224px;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 4px solid #000;
	border-radius: 50%;
}
/*--------------フェードイン--------------
.fadein {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.fadein.scrollin{
	opacity: 1;
transform: translate(0, 0);
}
*/
/*----------------------モーダル----------------------*/
.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 800px;
	padding: 10px 30px;
	background-color: rgba(255,255,255,0.5);
}


.pet_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sports_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.music_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.outdoor_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.education_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.senior_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.study_modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pet_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.sports_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.music_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.outdoor_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.senior_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.education_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.sports_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.study_closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
/*-----------------------固定ボタン---------------------------*/
#page_top{
	width:	50px;
	height:	50px;
	position:	fixed;
	right:	0;
	bottom:	0;
	background:	#4d4d4d;
	opacity:	0.6;
}
#page_top	a{
	position:	relative;
	display:	block;
	width:	50px;
	height:	50px;
	text-decoration:	none;
}
#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#contactus{
		position:	fixed;
		right:	130px;
		bottom:	0;
		text-align:	center;
	width:	200px;
	height:	70px;
}

#contactus a{
	width:250px;
	height:70px;
	background-color:#BB0000;
	display:flex;
	color:#fff;
}
	
#contactus p{
	width:70%;
	display:inline-block;
	padding-right: 15px;
	padding-top:10px;
}

#contactus a::before{
	content:url("../../images/letter.png");
	display:inline-block;
	width:50px;
	heigt:70px;
	width:30%;
	padding-top:19px;
	padding-left:15px;
}

/*----------------------footer-------------------------------*/

footer {
	background-color:#b3b3b3;
	width: 100%;
}

.footer_nav{
	margin-left:100px;
	margin-right:100px;
	padding-top:30px;
	text-align:center;
	
}

.footer_nav li{
	display: inline-block;
color: #fff;
}

.footer_nav li+li{
	padding-left: 30px;
}

.footer_nav a {
color: #fff;}	

.footer_nav a:hover{
	color:#BB0000;
}

.allview_banner{
	margin-right:100px;
	text-align:right;
}

.copyright{
	text-align:center;
}
/*
/*----------------------レスポンシブ------------------------------------*/
@media screen and (max-width: 640px){

body{
	position:relative;
}

h1 {
	width: 100%;
	font-size:2rem;
	left: 0; 
	top: calc(50% - 25px); 
	text-align: center; 
	color: #fff;
	font-weight: bold; 
	line-height: 30px;
	text-shadow: 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c, 0 0 10px #4c4c4c;
}
h1 span{
	font-size:1rem;
	
}
h2{
	padding-top: 75px;
	font-size: 1.4rem;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:40px;
}
.inner {
	width: 100%;
	height:100%;
}
.inner1{
	width:100%;
	margin-right:0;
	margin-left:0;
}
#site_title {
	width: 30%;
	padding-left:0px;
}
header nav ul{
	padding-right: 0;
}
nav li+li {
	padding-left: 5px;
}
#main{
	margin-left:20px;
	font-size:13px;
}
.mv img{
	height:30vh;
}
.pet ,.sports ,.music ,.outdoor ,.education ,.senior ,.study {
	position:static;
	cursor: pointer;
	width:100%;
	height: 100%;
	float:none;
	text-align:center;
}
.study{
	margin-bottom:50px;
}
.modalContents img{
	width:100%;
	height:100%;
	
}

.people {
	display:none;
}
/*-------------吹き出し----------------*/
.balloon {
	margin:auto;
	padding: 0 5px;
	width: 250px;
	height:250px;
	border-radius: 300px;

}

.balloon:before {
	display:none;
}

.balloon:after {
	display:none;
	
}
/*--------------------------------------*/

header {
	display: flex;

}
header, body, h1, footer, #news, #blog, #service, .link, nav, #site_title {
	width: 100%;
}


/*common*/

#wrapper nav ul {
    padding-right: 0px;
}
#wrapper nav {
    position: fixed;
    top: 0;
    right: -1000px;
    width: 100%;;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 1rem;
    box-sizing: border-box;
    z-index: 2;
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px
}
 
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
 
#wrapper .btn-gnavi {
    position: fixed;
    top: 25px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper .btn-gnavi.open span {
    background: #fff
}
 
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}
 
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
	
.link a {
margin-right: auto;
margin-left: auto;
}

.footer_nav {
	padding-top: 10px;
}
.allview_banner {
	text-align: center;
	margin: 0px;
}

#button li{
	visibility:hidden;
}
.scroll a, .scroll span{
padding-top: 60px;
top: -60px;
visibility: hidden;
}

footer{
	height: fit-content;}

.footer_nav {
	margin-left: 50px;
	margin-right: 50px;}
	
.footer_nav a {
	color: #fff;
	font-size: 0.7rem;}
	
.footer_nav li+li {
	padding-left: 15px;}
	
#site_title {
	padding-left:10px;
}

}
