﻿@charset "utf-8";

/* General Settings
================================================== */
html {
	*overflow-x: hidden;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height: 1px;
	transition: .3s;
}
.forPcTop {
	display: block;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 900px) {
	.forPcTop {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ webfont ------ */
/* 日本語フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: none;
}
/* 指定英字フォント */
.webfontL {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
/* ------ 左右ライン ------ */
.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ed7749;
}
.head-border:before {
    margin-right: 1rem;
}
.head-border:after {
    margin-left: 1rem;
}
/* ------ inview アニメーション ------ */
/* fadeIn */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
/* fadeIn_up */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* fadeIn_left */
.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 3s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* fadeIn_right */
.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 3s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* fuwafuwa1 */
.fuwafuwa1 {
	-webkit-animation: fuwafuwa1 8s infinite linear alternate;
	animation: fuwafuwa1 8s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa1 {
	0% {
		-webkit-transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		-webkit-transform: translate(0, -30px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0)rotate(0deg);
	}
}
@keyframes fuwafuwa1 {
	0% {
		transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		transform: translate(0, -30px) rotate(0deg);
	}
	100% {
		transform: translate(0, 0)rotate(0deg);
	}
}
/* fuwafuwa2 */
.fuwafuwa2 {
	-webkit-animation: fuwafuwa2 6s infinite linear alternate;
	animation: fuwafuwa2 6s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa2 {
	0% {
		-webkit-transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		-webkit-transform: translate(0, -40px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0)rotate(0deg);
	}
}
@keyframes fuwafuwa2 {
	0% {
		transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		transform: translate(0, -40px) rotate(0deg);
	}
	100% {
		transform: translate(0, 0)rotate(0deg);
	}
}
/* fuwafuwa3 */
.fuwafuwa3 {
	-webkit-animation: fuwafuwa3 5s infinite linear alternate;
	animation: fuwafuwa3 5s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa3 {
	0% {
		-webkit-transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		-webkit-transform: translate(0, -20px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0)rotate(0deg);
	}
}
@keyframes fuwafuwa3 {
	0% {
		transform: translate(0, 0) rotate(-0deg);
	}
	50% {
		transform: translate(0, -20px) rotate(0deg);
	}
	100% {
		transform: translate(0, 0)rotate(0deg);
	}
}

/* linkBox・zoomBox
================================================== */
.linkBox {
    position: relative;
    z-index: 10;
}
.linkBox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 11;
}
.zoomBox {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.zoomBox:hover {
	transform: scale(1.08);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/* owl carousel
================================================== */
.owl-theme .owl-nav {
	margin-top: 3% !important;
	width: 100%;
	top: 0;
	left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	width: 10%;
	margin: 0 0 0 40%;
	height: 100%;
	background: 0 0;
	color: inherit;
	padding: 0 !important;
	font: inherit;
	background-color: #efefef !important;
}
.owl-carousel .owl-nav button.owl-next:first-child, .owl-carousel .owl-nav button.owl-prev:first-child {
	margin: 0 40% 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0082e6!important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1%;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 800px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0!important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 5px!important;
		height: 5px!important;
		margin: 5px 5px;
	}
}

/* wrapper */
#wrapper {
	overflow: hidden;
	padding-top: 60px;
}

/* headArea
================================================== */
#headArea {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	background-color: #eae7e1;
}
/* head-logo */
#head-logo {
	width: 230px;
	float: left;
	padding: 6px 3% 0;
}
@media (max-width: 900px) {
	#head-logo {
		width: 160px;
		padding: 12px 3% 0;
	}
}
/* pc-menu */
@media (max-width: 900px) {
	#pc-menu {
		display: none;
	}
}
#pc-menu .menu-container {
    width: 100%;
}
#pc-menu .menu-dropdown-icon:before {
    content: "+";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
#pc-menu .menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}
#pc-menu .menu > ul.secoundNuv{
  display: flex;
  align-items: center;
}
#pc-menu .menu > ul > li{
	float: left;
	width: 10%;
	margin: 15px 5px 0;
	font-size: 80%;
	color: #222;
	line-height: 22px;
	text-align: center;
	list-style: none;
	background-color: #fff;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	flex: 1;
}
#pc-menu .menu > ul > li:hover {
	background-color: #ed7749;
}
#pc-menu .menu > ul > li a{
	color: #222;
	display: block;
	padding: 5px 0;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#pc-menu .menu > ul > li a:hover {
	color: #fff;
}
#pc-menu .menu > ul > li > ul {
    display: none;
    width: 100%;
	background-color: #d4dbeb;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
	margin-top: -2px;
    list-style: none;
    box-sizing: border-box;
}
#pc-menu .menu > ul > li > ul:before,
#pc-menu .menu > ul > li > ul:after {
    content: "";
    display: table;
}
#pc-menu .menu > ul > li > ul:after {
    clear: both;
}
#pc-menu .menu > ul > li > ul > li {
    width: 23%;
	padding: 0 1%;
    float: left;
	text-align: left;
	line-height: 130%;
}
#pc-menu .menu > ul > li > ul > li a {
	color: #222;
    padding: 4% 10px;
	display: block;
}
#pc-menu .menu > ul > li.line2 > ul > li a {
	color: #fff;
    padding: 4% 10px;
	display: block;
}
#pc-menu .menu > ul > li > ul > li a:hover {
	background-color: #4a66a5;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#pc-menu .menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
#pc-menu .menu > ul > li > ul > li > ul:before,
#pc-menu .menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
#pc-menu .menu > ul > li > ul > li > ul:after {
    clear: both;
}

#pc-menu .menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
}
#pc-menu .menu > ul > li > ul > li > ul > li a {
    padding: 4% 10px;
	display: block;
}
#pc-menu .menu > ul > li.line2 > ul > li > ul > li a {
    padding: 4% 10px;
	display: block;
}
#pc-menu .menu > ul > li > ul > li > ul > li a:hover {
	background-color: #584579;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#pc-menu .menu > ul > li > ul.normal-sub{
    width: 300px;
    left: auto;
}
#pc-menu .menu > ul > li > ul.normal-sub > li > ul {
	margin: 15px 0 0;
}
#pc-menu .menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
#pc-menu .menu > ul > li > ul.normal-sub > li a {
    border: 0;
	padding: 4% 10px;
	display: block;
}
/* copy-box */
#copy-box {
	position: absolute;
	top: 13px;
	right: 3%;
	width: 140px;
}
@media (max-width: 900px) {
	#copy-box {
		top: 16px;
		right: 74px;
		width: 120px;
	}
}
@media (max-width: 600px) {
	#copy-box {
		top: 18px;
		right: 70px;
		width: 100px;
	}
}

/* telNo
================================================== */
.telNo {
	font-size: 300%;
	text-align: center;
	padding: 3% 0!important;
	margin: 0;
}
@media screen and (max-width: 1100px) {
	.telNo {
		font-size: 5vw;
	}
}
@media screen and (max-width: 600px) {
	.telNo {
		font-size: 200%;
		padding: 2% 0;
	}
}
.telNo .sTxt{
	font-size: 60%;
}

/* pageMainArea
================================================== */
/* pageMainArea */
#pageMainArea {
	position: relative;
	z-index: 0;
	background-color: #EAE7E3;
}
/* pageMainBox */
#pageMainBox {
	margin-bottom: 5%;
}
#pageMainDog {
	position: absolute;
	z-index: 5;
	width: 18%;
	top: 13%;
	left: 11%;
}
#pageMainTxt {
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 7% 30%;
	width: 40%;
}
/* pageCircle
================================================== */
#pageCircle01 {
	position: absolute;
	width: 33%;
	top: 82%;
	left: -18%;
	z-index: 2;
}
#pageCircle02 {
	position: absolute;
	width: 40%;
	top: -120%;
	left: -10%;
	z-index: 2;
}
#pageCircle03 {
	position: absolute;
	width: 8%;
	top: 56%;
	left: 2%;
	z-index: 3;
}
#pageCircle04 {
	position: absolute;
	width: 10%;
	top: -9%;
	left: 77%;
	z-index: 3;
}
#pageCircle05 {
	position: absolute;
	width: 40%;
	top: 58%;
	right: -14%;
	z-index: 2;
}
#pageCircle06 {
	position: absolute;
	width: 7%;
	top: 15%;
	right: 2%;
	z-index: 3;
}

/* titBox
================================================== */
.titBox {
	padding: 0 0 2%;
}
@media screen and (max-width: 600px) {
	.titBox {
		padding: 0 0 3%;
	}
}

/* titA
================================================== */
.titA{
	padding: 2% 5%;
	margin: 0;
	font-size: 180%;
	font-weight: 600;
	background-color: #ed7749;
	color: #fff;
	border-radius: 50px; 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
@media screen and (max-width: 1100px) {
	.titA{
		font-size: 3vw;
	}
}
@media screen and (max-width: 600px) {
	.titA{
		font-size: 100%;
	}
}
/* titB
================================================== */
.titB{
	font-size: 180%;
	text-align: center;
	padding: 2% 0 0;
	margin: 0;
}
@media screen and (max-width: 1200px) {
	.titB{
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 600px) {
	.titB{
		font-size: 4vw;
	}
}
/* footTit
================================================== */
.footTit{
	padding: 10px 5%;
	margin: 0;
	font-size: 120%;
	text-align: center;
	font-weight: 600;
	background-color: #ed7749;
	color: #fff;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
@media screen and (max-width: 600px) {
	.footTit{
		font-size: 80%;
	}
}
.centerTxt {
	text-align: center;
	font-size: 140%;
	font-weight: 600;
	line-height: 160%;
}
@media screen and (max-width: 600px) {
	.centerTxt {
		font-size: 100%;
	}
}

/* mainBgBox
================================================== */
#mainBgBox {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(-45deg,#fff 25%, #d7f7ff 25%,#d7f7ff 50%, #fff 50%,#fff 75%, #d7f7ff 75%,#d7f7ff);
	background-size: 600px 600px;
	animation: anime_stripe_1 25s infinite linear;
}
@keyframes anime_stripe_1 {
	0% {  background-position-x: 0;}
	100% {  background-position-x: -600px;}
}
/* mainBg */
#mainBg {
	position: relative;
	z-index: 0;
	background: url("/images/mainBg.png")no-repeat center -70%;
	background-size: contain;
}
#mainBg #mainBg1{
	position: absolute;
	z-index: 1;
	top: 2%;
	left: 0;
	width: 100%;
}
#mainBg #mainBg2{
	position: relative;
	z-index: 2;
	padding-top: 3%;
}
#mainBg #mainBg3{
	position: absolute;
	z-index: 3;
	top: 23%;
	left: 0;
	width: 100%;
}

/* footArea
================================================== */
#footArea {
	padding: 0;
	background: url("/images/footBg.jpg") no-repeat #dbf4ff bottom center;
	background-size: contain;
	overflow: hidden;
}
@media (max-width: 600px) {
	#footArea {
		background-size: contain;
	}
}
#footBlock {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
/* footLogo */
#footArea .footLogo {
	width: 30%;
	margin: 0 auto;
	padding: 5% 0 2%;
}
@media (max-width: 600px) {
	#footArea .footLogo {
		padding: 20% 0 5%;
		width: 50%;
	}
}
#footArea .footLogo h2{
	margin: 0;
}
/* footSNS */
.footSNS {
	width: 20%;
	max-width: 60px;
	margin: 0 auto;
	padding-bottom: 2%;
}
@media (max-width: 600px) {
	.footSNS {
		width: 12%;
		padding-bottom: 10%;
	}
}
/* footTxt */
.footTxt {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	padding: 3% 5%;
	margin-bottom: 20%;
}
@media (max-width: 600px) {
	.footTxt {
		padding: 5%;
	}
}
.footTxt p{
	padding: 0 0 3%;
	margin: 0;
	font-size: 80%;
	line-height: 150%;
}
.footTxt dl{
	border-bottom: dotted 1px #ccc;
}
@media (max-width: 600px) {
	.footTxt dl{
		font-size: 80%;
	}
}
.footTxt dl:last-child{
	border-bottom: none;
}
.footTxt dt{
	float: left;
	width: 20%;
	font-weight: 600;
	padding: 2% 0;
}
.footTxt dd{
	float: left;
	width: 80%;
	padding: 2% 0;
}
.footIll {
	padding-top: 2%;
	width: 40%;
	margin: 0 auto;
}
@media (max-width: 900px) {
	.footIll {
		width: 50%;
	}
}

/* crArea
================================================== */
#crArea {
	padding: 0;
	background-color: #fff;
}
@media (max-width: 900px) {
	#crArea {
		padding-bottom: 60px;
	}
}
#crArea p{
	text-align: center;
	font-size: 60%;
	color: #222;
	line-height: 60px;
}

/* backtotop
================================================== */
.backtotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1100;
	display: none;
}
.hovicon {
	display: inline-block;
	font-size: 80%;
	line-height: 60px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
}
.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hovicon:before {
	speak: none;
	font-size: 140%;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}
/* Effect 1 */
.hovicon.effect-1 {
	background: #ed7749;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #ed926f;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
	background: #ed926f;
	color: #fff;
}
.hovicon.effect-1.sub-a:hover p {
	color: #fff;
}
.hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* btnTel
================================================== */
.btnTel {
	position: fixed;
	bottom: 3px;
	left: 3px;
	z-index: 1000;
	background-color: #2cb63c;
	color: #fff;
	text-align: center;
	height: 54px;
	line-height: 90%;
	font-size: 160%;
	padding: 0 3%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.btnTel .xsTxt{
	font-size: 50%;
	font-weight: bold;
}
.btnTel .sTxt{
	font-size: 70%;
}
.btnTel a{
	color: #fff;
}
@media (max-width: 900px) {
	.btnTel {
		width: 100%;
		bottom: 0;
		left: 0;
		text-align: left;
		height: 60px;
		padding: 0 3%;
		border-radius: 0; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
}
@media (max-width: 600px) {
	.btnTel {
		font-size: 160%;
	}
}
@media (max-width: 360px) {
	.btnTel {
		font-size: 140%;
		line-height: 100%;
	}
}


