@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html{
	background:#FAFAFA;
	scroll-padding-top: 60px;
}

body {
	width: 100% !important;
	color: #555555;
	line-height: 1.857;
	overflow: hidden;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #00378C!important;
}
.blue2{
	color: #5C8BD3!important;
}
.blue3{
	color: #F5F9FF!important;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: #DBC653;
}
.yellow2{
	color: #FFF1A7;
}
.black{
	color: #555555;
}
.orange{
	color: #EA4E19;
}

.bgwh{
	background: #ffffff!important;
}
.bgblu{
	background:#01398D!important;
}
.bgblu2{
	background: #5C8BD3!important;
}
.bgblu3{
	background: #F5F9FF!important;
}
.bgbla{
	background:#555555;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: #DBC653;
}
.bgora{
	color: #EA4E19;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #555555;
}

a:inhomelessoned {
	color: #555555;
}

a:active {
	color: #555555;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 100%;
	transition: .4s;
	max-width: 301px;
	position: fixed;
	z-index: 1;
	left: 5.365%;
	top: 10.8%;
}


.hLogo{
	max-width: 236px;
	width: 100%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 100%;
	margin-top: 39%;
}

.nav_list1{
	width: 100%;
}

.nav_list1 li {
	margin-left:auto;
	position: relative;
	padding-left: 31px;
	margin-bottom: 11%;
}

.nav_list1 li:before{
	position:absolute;
	content:"";
	width: 27px;
	height: 27px;
	background:url(./img/common/hand1_blu.svg)no-repeat;
	background-size:contain;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color:#00378C;
	font-weight:700;
	position:relative;
}


.sns_list{
	display:flex;
	justify-content:space-between;
	max-width: 115px;
	width: 100%;
	margin: 43px auto 74px;
}

.sns_list li{
	width: 48%;
	max-width: max-content;
}

.hd_link{
	width: 100%;
	margin-top: 19%;
}

a.cont_btn{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 64px;
	font-weight: 700;
	line-height:2;
	transition: .4s;
	background: #FFFFFF;
	border: 3px solid #01398D;
	border-radius: 40px;
	color: #01398D;
	position:relative;
	font-size:1.6rem;
}

footer a.cont_btn,
.hd_link a.cont_btn{
	max-width: 301px;
	font-size:1.4rem;
}

a.cont_btn.bgblu:before{
	background:url(./img/common/mail_icon_wh.svg)no-repeat;
	background-size:contain;
}

a.cont_btn.bgblu:after{
	background:url(./img/common/arrow1_wh.svg)no-repeat;
	background-size:contain;
}

a.cont_btn:before{
	position:absolute;
	content:"";
	width:26px;
	height:18px;
	background:url(./img/common/mail_icon.svg)no-repeat;
	background-size:contain;
	left: 6%;
	top:0;
	bottom:0;
	margin:auto;
}

footer a.cont_btn:before,
.hd_link a.cont_btn:before{
	width:21px;
	height:15px;
}

a.cont_btn:after{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(./img/common/arrow1_blu.svg)no-repeat;
	background-size:contain;
	right: 4%;
	top:0;
	bottom:0;
	margin:auto;
}

footer a.cont_btn:after,
.hd_link a.cont_btn:after{
	width:24px;
	height:24px;
}

.wrapper{
	position:relative;
	padding-top:35px;
}

.sp_wrap{
	max-width:500px;
	position:relative;
	width:100%;
	margin:0px auto 0;
	border-radius:20px 20px 0 0;
	background:#fff;
	box-shadow:0 0 40px #0000000a;
	z-index: 2;
}

.sticky_cont{
	position:fixed;
	width:100vw;
	height:100vh;
	left:0;
	top:0;
}


.sticky_cont:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/common/mv_sou1.svg)no-repeat bottom center;
	background-size:cover;
	max-height:234px;
	top:0;
	left:0;
}

.sticky_cont:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#01398D;
	max-height:108px;
	bottom:0;
	left:0;
}

.sticky_cont .ab_img{
	position: absolute;
	right: -2.813%;
	bottom: 16.297%;
	width: 44.6356%;
}


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
	padding: 40% 0 0;
	background: url(./img/top/bg_mv.png);
}

.ab_img{
	margin-top: 18%;
	margin-bottom: -2px;
}

.scroll_area{
	background:#01398D;
	padding: 14px 0 32px;
}

.scroll_area .img{
	max-width:39px;
	width:100%;
	margin:0 auto;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}

.inner2{
	width: 90%;
	max-width: 442px;
	margin: 0 auto;
}

.mainTit{
	line-height: 1.466667;
	font-weight:700;
	font-size: clamp(2.6rem,6vw,3rem);
	text-align: center;
}

.mainTit .en_tit{
	display:block;
	font-size: 2rem;
	margin-bottom: 7px;
	line-height: 1.45;
}

.mainTit.l_tit{
	text-align:left;
}


.content01{padding: 80px 0 13px;}

.content01 .img{
	margin:30px auto 0;
	width: 95%;
	position: relative;
	max-width: 460px;
}

.content01 .fuki1{
	top:-22px;
}

.fuki1{
	background:#fff;
	border-radius:15px;
	padding: 3.75%;
	position: relative;
	z-index: 1;
}

.fuki1:before{
	position:absolute;
	content:"";
	width: 24px;
	height: 31px;
	top: 90%;
	left:0;
	right:0;
	margin:auto;
	background:url(./img/common/tri_bot_wh.svg)no-repeat;
	background-size:contain;
}

.content01 .logo_img{
	max-width: 225px;
	width: 100%;
	margin: 0 auto;
}

.content01 .text1{
	margin:45px auto 60px;
	text-align: center;
	font-weight: 700;
}

.btn1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 40px;
	position: relative;
	transition: .4s;
	text-align: center;
	line-height: 1.4;
}

.btn1:before{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(./img/common/arrow1_blu.svg)no-repeat;
	background-size:contain;
	right: 6.25%;
	top:0%;
	bottom:0;
	margin:auto;
}

.btn1.bgblu:before{
	background:url(./img/common/arrow1_wh.svg)no-repeat;
	background-size:contain;
}


.content01 .nami_bot{
	margin-top:13px;
}

.nami_bot{
	width: 100%;
}

.nami_bot img{
	width: 100%;
}

.content02 {
	position:relative;
	z-index:1;
	width: 100%;
}

.content02:before{
	position:absolute;
	content:"";
	width: 71.9%;
	height: 32.4%;
	background:url(./img/top/bg2.svg)no-repeat;
	background-size:contain;
	top: 67px;
	right:0;
	z-index:-1;
}


.content02:after{
	position:absolute;
	content:"";
	width: 38.2%;
	height: 8.081%;
	background: url(./img/top/co2_dog.svg)no-repeat bottom;
	background-size:contain;
	bottom: -10px;
	right:0;
	z-index:-1;
}

.content02 .inner{
	padding:36px 0 82px;
}

.content02 .text{
	margin:29px auto 14px;
}

.service_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	justify-content:space-between;
}

.service_list1 li{
	width: 49%;
	max-width: 186px;
	margin-top: 23px;
}

.service_list1 li .img_area{
	position:relative;
}

.service_list1 li .img_area .icon{
	margin: -35px auto 0;
	max-width: 50px;
	width: 100%;
}

.service_list1 li .text1{
	text-align:center;
	font-size:1.6rem;
	line-height:1.5;
}

.service_list1 li .text1 span{
	display:block;
	font-size:1.1rem;
	line-height:1.4545;
}

.content03{
	padding: 100px 0;
}

.content03 .img{
	margin:29px auto 47px;
}

.content03 .text1{
	margin-bottom:40px;
}

.content04{
	position:relative;
}

.content04:before{
	position:absolute;
	content:"";
	width: 31%;
	height: 24.7%;
	background: url(./img/top/co4_dog.svg)no-repeat top;
	background-size:contain;
	top: 0;
	left: 0;
}

.content04 .inner{
	padding:60px 0 80px;
}

.content04 .img{
	margin:37px auto;
}

.content04 .text1{
	margin:0px auto 37px;
}

.content05{
	padding:80px 0;
}

.content05 .inner{
	max-width:442px;
}

.co5_div{
	background:#F5F9FF;
	border-radius:20px;
	position:relative;
	margin-top:90px;
}

.co5_div .text_area{
	padding:34px 19px 44px;
}

.co5_div .text_area .text1{
	margin-bottom:35px;
}

.co5_div .fuki1{
	position:absolute;
	width:95%;
	top:-90px;
	max-width:400px;
	margin:0 auto;
	left:0;
	right:0;
}

.content06{
	padding:70px 0 80px;
}

.content06 .news_list{
	margin:43px auto;
}

.news_list li{
	padding:23px 0;
	border-top:1px solid #D5D5D5;
}

.news_list li:last-child{
	border-bottom:1px solid #D5D5D5;
}

.news_list li:hover{
	opacity:0.7;
}

.dacate{
	display:flex;
	align-items:center;
	width:100%;
}

.column_list .dacate{
	display:block;
}

.dacate .date{
	margin-right:12px;
}

.dacate .cate{
	font-size:1.2rem;
	/* height:22px; */
	padding:0 10px;
	background:#01398D;
	border-radius:11px;
	color:#fff;
	line-height: 1.2;
	padding: 4px 8px;
	max-width: max-content;
}

.news_list li .title1{
	margin-top:14px;
}

.content07{
	padding:72px 0 77px;
}

.content07 .column_list{
	margin: 57px auto 37px;
}

.column_list li{
	display:flex;
	padding:25px 0;
	border-top:1px solid #D5D5D5;
	justify-content: space-between;
}

.column_list li:first-child{
	padding-top:0;
	border-top:none;
}

.column_list li:hover{
	opacity:0.7;
}

.column_list li .img1{
	max-width:155px;
	height: 30vw;
	max-height:116px;
	width: 39%;
}


.column_list li .img1 img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 4px;
}

.column_list li .text_area{
	max-width: 225px;
	width: 60%;
}

.column_list li .text_area .title1{
	margin-top:14px;
}

.content08{
	padding:70px 0;
}

.content08 .img{
	margin:37px auto 0;
}

.content08 .text1{
	margin:37px auto;
}



.content09{
	padding:70px 0 0;
	z-index:1;
	position:relative;
}

.content09 .img{
	position: relative;
	bottom: -10px;
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	background: #00378C;
	z-index: 1;
	position: relative;
	color:#fff
}

footer a{
	color:#fff
}

footer .logo {
	width: 100%;
	max-width:247px;
	margin: 0 auto;
}

footer .inner {
	max-width: 1475px;
	width: 90%;
}


footer .flex1{
	padding:111px 0 53px;
}

footer .flex1 .left{
	width: 27%;
	max-width: 301px;
}

footer .flex1 .right{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: -68px;
	width: 71%;
	max-width: 826px;
}

.ft_list{
	width:25%;
	margin-top: 68px;
}

.ft_list:last-child{
	margin-right:auto;
}

.ft_list li.parent{
	font-size:1.6rem;
	line-height:1.5;
	padding-left: 14%;
	position:relative;
	margin-bottom: 9px;
	line-height: 1.5;
}

.ft_list li.parent:before{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: url(./img/common/hand1_wh.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ft_list li{
	padding-left: 18%;
	line-height: 2;
}

.ft_list li a{
	color:#fff;
}

.copyright {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}

footer .flex2{
	border-top:1px solid #FFFFFF;
	padding: 30px 0 45px;
}

.ft_list2{
	display:flex;
	align-items:center;
}

.ft_list2 li{
	margin-right:25px;
}

.ft_list2 a{
	color:#fff;
	font-size: 1.8rem;
	font-weight: 500;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 0;
    color: #fff;
}

.pankuzu li {
    /* margin: 0 0 0 10px; */
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    /* margin: 0 10px 0 0; */
    color: #fff;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}



/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 2.4rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	height: 112px;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 170px;
	width: 100%;
	background: #F8F8F8;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 50px;
	padding: 5px 15px;
	width: 100%;
	background: #F7F7F7;
	margin: 0;
}

input[name='年齢']{
	width:100px;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #A2A2A2;
}


select{
	width:100%;
	margin-top: 8px;
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

span.required{
	color: #F5B16F;
}

.contact_tb th, .contact_tb td {
	font-size: 1.6rem;
	position: relative;
	font-weight: 700;
	display: block;
}


.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom:none;
}


.contact_tb {
	width: 100%;
	margin: 0 auto 40px;
}


.contact_tb th {
	width: 100%;
	text-align: left;
	padding-right: 1%;
	font-size: clamp(16px,2vw,18px);
	padding: 16px 0 0;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {width: 100%;padding: 8px 0 16px;}

.contact_tb td .text{
	font-size:1.4rem;
}

sup{
	color:#EB612A;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 32px 3%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 79px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 1.4rem;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: 1.8rem;
	line-height: 1.46;
	margin-bottom: 24px;
}

.pri_div.pri_div2 h3{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height: 1.8;
	margin-bottom: 24px;
	color: #534541!important;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 40px auto 48px;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.4rem,2.3vw,1.8rem);
}

.privacy_area a{
	text-decoration:underline;
}

.privacy_area input{
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 16px;
}

.btn5{
	position:relative;
	margin: 0 auto;
	background: #062864;
	max-width: 370px;
	display: flex;
	font-size: 2rem;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn5:hover{
	opacity:0.7;
}

.btn5.back{
	display:none;
}

.mw_wp_form_confirm .btn5.back{
	display:flex;
	background: #333333;
	margin-bottom: 30px;
}


.wpcf7-spinner{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-60px;
}

.contact_tb th em {
	color: #E8565B;
}

/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin:0 auto 24px;
	display:block;
}




.detail_area p{
	margin-bottom:16px;
}

.detail_area{
	margin-bottom:60px;
}

.detail_area h2{
	margin-bottom:16px;
	font-size: clamp(2.4rem,3vw,2.8rem);
	line-height:1.6
}

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:1.6
}

.detail_area h4{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2rem);
	line-height:1.6
}

.detail_area h5{
	margin-bottom:16px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:1.6
}

.column02{
	padding:80px 0;
}

.det_title_area{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #C5D1E5;
}


.det_title_area .cate{
	background:#01398D;
	color:#fff;
	max-width:max-content;
	padding:4px 10px;
	border-radius:20px;
	line-height:1.2;
	font-size:1.2rem;
	margin-bottom:8px;
}

.det_title_area .date{
	margin-bottom:8px;
}


.det_title_area .title1{
	font-size: clamp(2.4rem,3vw,2.8rem);
	line-height:1.6;
}

/* article */

.store_yao #cover.art_cover{
	background: url(./img/shop_yao/bg_mv.jpg) transparent;
	background-size: cover;
}

.store_kitaku #cover.art_cover{
	background: url(./img/shop_kitaku/bg_mv.jpg) transparent;
	background-size: cover;
}

.store_koberokko #cover.art_cover{
	background: url(./img/shop_koberokko/bg_mv.jpg) transparent;
	background-size: cover;
}

.store_sumainu #cover.art_cover{
	background: url(./img/shop_sumainu/bg_mv.jpg) transparent;
	background-size: cover;
}

.store_wanroman #cover.art_cover{
	background: url(./img/shop_wanroman/bg_mv.jpg) transparent;
	background-size: cover;
}

.store_dogcare #cover.art_cover{
	background: url(./img/shop_dogcare/bg_mv.jpg) transparent;
	background-size: cover;
}

#cover.art_cover{
	border-radius:19px 19px 0;
	padding: 70% 0 0;
}

.cov-div .title2{
	background:#fff;
	text-align:center;
	font-size:2.5rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.44;
	padding:7px;
	position:relative;
	width: 90%;
	margin: 46px auto;
}

.cov-div .title2:before,
.cov-div .title2:after{
	position:absolute;
	content:"";
	width: 11.67%;
	height: 148%;
	background:url(./img/shop_yao/mv_sou.svg)no-repeat;
	background-size:contain;
	top:0;
	bottom: 0;
	margin: auto;
	width: 42px;
	height: 74px;
}

.cov-div .title2:before{
	left:95%;
}

.cov-div .title2:after{
	right:95%;
}

.art_cover .ab_img {
    margin-top: 56%;
}

.art_cover .scroll_area{
	background:#DBC653;
}

.shop01{
	padding: 80px 0 66px;
}

.shop01_list{
	display:flex;
	justify-content:space-between;
	margin:22px auto 29px;
}

.shop01_list li{
	max-width:91px;
	width:24%;
	color:#00378C;
	font-size:1.4rem;
	font-weight:700;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	line-height:1.1428;
	border-radius:40px;
	min-height:42px;
}

.shop02{
	padding: 80px 0 55px;
	position:relative;
}

.shop02:before {
    position: absolute;
    content: "";
    width: 71.9%;
    height: 290px;
    background: url(./img/top/bg2.svg) no-repeat;
    background-size: contain;
    top: 0px;
    right: 0;
    z-index: -1;
}

.shop02_div{
	margin:42px auto 0;
	background:#F5F9FF;
	border-radius:20px;
	box-shadow:0 3px 6px #00000029;
}

.shop02_div .img{
	width:100%;
	height:197px;
}

.shop02_div .img img{
	width:100%;
	height:100%;
	border-radius:20px 20px 0 0;
	object-fit:cover;
}

.shop02_div .text_area{
	padding: 15px 16px 20px;
}

.shop02_div .links{
	background: #00378C;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 0 0 20px 20px;
	font-size:1.8rem;
	font-weight:700;
	height:70px;
	position:relative;
}

.shop02_div .links:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(./img/common/arrow1_wh.svg) no-repeat;
    background-size: contain;
    right: 6.25%;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.content06.shop03{
	padding-bottom:100px;
}

.shop04{
	padding:80px 0 90px;
}

.shop04 .mainTit{
	margin-bottom:45px;
}

.art_list_div1{
	margin-bottom:54px;
}

.art_list_div1:last-child{
	margin-bottom:0px;
}

.art_list_div1 .title_area{
	background:#fff;
	border-radius:16px;
	display:flex;
	align-items:center;
	padding: 8px 22px;
	position:relative;
}

.art_list_div1.wh .title_area{
	border:3px solid #E8F1FF;
}

.art_list_div1 .title_area:has(.lista):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(./img/common/arrow1_blu.svg) no-repeat;
    background-size: contain;
    right: 8px;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.art_list_div1 .title_area .title1{
	margin-left:11px;
	font-size:2.3rem;
	font-weight:700;
	line-height:1.47;
}

.art_list_div1 .title_area .title1 span{
	display:block;
	font-size:1.1rem;
	font-weight:700;
	line-height:1.4;
}

.art_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:-9px;
}

.art_list1 li{
	width:48%;
	max-width:186px;
	margin-top:26px;
}

.art_list1 li:hover{
	opacity:0.7;
}


.art_list1 li .img img{
	border-radius:10px;
}

.art_list1 li .title1{
	margin-top:10px;
	position:relative;
	font-size:1.6rem;
	font-weight:700;
}

.art_list1 li .title1:before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(./img/common/arrow1_wh.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.art_list1.wh li .title1:before{
    background: url(./img/common/arrow1_blu.svg) no-repeat;
    background-size: contain;
}

.shop05{
	padding:60px 0 90px;
}

.shop05 .text1{
	margin:36px 0 30px;
}

.shop05 .title_area{
	border:3px solid #E8F1FF;
}

.staff_list1{
	margin-top:-12px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.staff_list1 li{
	width:48%;
	margin-top:36px;
	max-width:186px;
}


.staff_list1 li .img{
	margin-bottom: 10px;
	width:100%;
	height:174px;
}

.staff_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}

.staff_list1 li .shop_name{background: #00378C;color: #fff;border-radius: 30px;height: 22px;max-width: max-content;width: 100%;font-size: 1.2rem;line-height: 1.416667;padding: 2px 10px;}

.staff_list1 li .name{
	margin-top: 12px;
	font-size: 1.6rem;
}
.staff_list1 li .text{
	margin-top: 12px;
}

.staff_list1 li a{
	display:flex;
	max-width:90px;
	width:100%;
	margin-top:8px;
}

.shop06{
	background:#FFFAE0;
	padding:70px 0;
}

.shop06 .map{
	width:100%;
	height:250px;
	margin:50px auto 25px;
}

.map iframe{
	width:100%;
	height:100%;
}

.art_tit1{
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	color:#00398E;
}

.shop06_div1{
	margin-bottom:30px;
} 

.shop06_div1:last-child{
	margin-bottom:30px;
} 

.shop06_div1 .art_tit1{
	margin-bottom:10px;
}

.shop06_div11{
	background:#fff;
	margin-top:25px;
	padding:32px 20px 14px;
	border-radius:17px;
}

.shop06_div11 .title1{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.625;
}

.shop06_div11 .title1.matop{
	margin-top:25px;
}

.shop06 .btn_area{
	margin-top:74px;
}


.shop06 .btn_area .tel_btn{
	margin-top:15px;
}

.btn1.tel_btn{
	background:#fff;
	border:5px solid #E8F1FF;
	font-size:2.6rem;
	font-weight:700;
}

.btn1.tel_btn .tel_icon{
	margin-right:15px;
}


.btn1.tel_btn:before{
	display:none;
}

.shop07{
	padding: 100px 0 80px;
}

.anker_btn_area{
	position:fixed;
	bottom: 0px;
	left:0;
	display:flex;
	z-index: 5;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	right: 0;
	background: #DBC653;
	padding: 26px 0;
}

.anker_btn_area .flex{
	max-width: 400px;
	width: 95%;
	margin: 0 auto;
}

a.anker_btn{
	display:flex;
	align-items:center;
	padding:11px 12px;
	background:#fff;
	width: 49%;
	max-width:190px;
	height:56px;
	border-radius:10px;
	/* box-shadow: 0 0 8px #00000029; */
	padding-left: 13px;
	padding-right: 19px;
	color: #EA4E19;
	text-align:center;
	justify-content: space-between;
}

.anker_btn .text{
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	display: block;
	width: 105px;
}

.anker_btn .text span{
	display:block;
	font-size:0.9rem;
	font-weight:700;
	line-height:1;
}

.art_cover2{
	background:url(./img/top/bg_mv.png);
	padding:125px 0 95px;
	text-align: center;
}

.pankuzu_area{
	background:#01398D;
}

.art_cover2 .title1{
	font-size:3.5rem;
	letter-spacing:0.1em;
	line-height:1.4571;
}

.art_cover2 .text{
	background:#fff;
	text-align:center;
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:1.44;
	padding:7px;
	position:relative;
	width: 90%;
	margin: 20px auto;
}

.art_cover2 .text:before,
.art_cover2 .text:after{
	position:absolute;
	content:"";
	width: 11.67%;
	height: 148%;
	background:url(./img/common/art_mv_sou.svg)no-repeat;
	background-size:contain;
	top:0;
	bottom: 0;
	margin: auto;
}

.art_cover2 .text:before{
	left:95%;
}

.art_cover2 .text:after{
	right:95%;
}

.service01{
	padding:55px 0 120px;
	position:relative;
}

.service01:before{
    position: absolute;
    content: "";
    width: 38.2%;
    height: 8.081%;
    background: url(./img/service/ser_sou.svg) no-repeat bottom;
    background-size: contain;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.art_tit2{
	font-size:3rem;
	line-height:1.46667;
}

.service01 .text1{
	margin:20px 0 40px;
}

.article .content09{
	background:#F5F9FF;
}

.article.price .content09,
.article.faq .content09,
.article.shop .content09,
.article.column .content09,
.article.news .content09,
.article.contact1 .content09,
.article.contact2 .content09,
.article.check .content09,
.article.thanks .content09,
.article.privacy .content09,
.article.wh_co9 .content09,
.article.company .content09{
	background:#fff;
}

.links_area{
	background:#F5F9FF;
	padding:70px 0 10px;
}

.links_list1 li{
	display:flex;
	align-items:center;
	position:relative;
	margin-bottom:30px;
}

.links_list1 li:last-child{
	margin-bottom:0;
}

.links_list1 li:hover{
	opacity:0.7;
}


.links_list1 li:before{
	position:absolute;
	content:"";
	width:72px;
	height:100%;
	left: calc(50% - 1px);
	top:0;
	background: linear-gradient(90deg, #00378C, transparent);
}

.links_list1 li .img{
	width:100%;
	text-align: right;
}

.links_list1 li .img img{
	border-radius:10px;
}

.links_list1 li .text_area{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:50%;
	background:#00378C;
	color:#fff;
	border-radius:10px 0 0 10px;
	display:flex;
	align-items:center;
	padding-left: 8%;
}


.links_list1 li .text_area .text1{
	font-size:2rem;
	font-weight:700;
	line-height:1.35;
	flex-shrink: 0;
}

.links_list1 li .text_area .text1 span{
	display:block;
	color:#DFE9F7;
	font-size:1.2rem;
}


.feature01{
	padding:60px 0 80px;
}

.feature_list1{
	margin-top:70px;
}

.feature_list1 li{
	margin-top:47px;
}

.feature_list1 li .title1{
	display: flex;
	align-items: center;
	margin:11px 0 12px;
	font-size:1.8rem;
	line-height:1.4444;
}

.feature_list1 li .title1 span{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#00378C;
	color:#fff;
	font-size:3rem;
	line-height:1;
	width:50px;
	height:50px;
	border-radius:50%;
	margin-right:8px;
}

.feature_list1 li .text_area{
	background:#F5F9FF;
	border-radius:18px;
	padding:21px 14px;
}


.flow01{
	padding:55px 0 80px;
}

.flow_list1 li{
	background:#F5F9FF;
	border-radius:20px;
	box-shadow:0 3px 6px #00000029;
	margin-bottom:70px;
	position:relative;
}

.flow_list1 li:before{
	position:absolute;
	content:"";
	width:6px;
	height: 47px;
	background:url(./img/flow/flow_dot.svg)no-repeat;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	bottom: -60px;
}

.flow_list1 li:last-child{
	    margin-bottom: 0px;
}

.flow_list1 li:last-child:before{
	display:none;
}

.flow_list1 li .step{
	background:#00378C;
	border-radius:0 40px 40px 0;
	max-width:125px;
	width:100%;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	height:34px;
	font-size:1.8rem;
	font-weight:700;
	margin-top:-17px;
	position:relative;
	z-index:1;
}

.flow_list1 li .text_area{
	padding: 12px 13px 30px;
}

.flow_list1 li .text_area .title1{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.4444;
}

.flow_list1 li .text_area .text1{
	margin-top:13px;
}

.flow01 .btn1{
	margin:54px auto 0;
}

.training01{
	padding:49px 0 0;
}

.training01 .text{
	margin:29px auto 61px;
}

.training01_div1{
	background:#01398D;
	padding:80px 0;
}

.training_list1{
	
}

.training_list1 li{
	margin-top: 137px;
	position:relative;
	background:#F5F9FF;
	border-radius:20px;
}


.training_list1 li:first-child{
	margin-top: 72px;
}

.training_list1 li .title_area{
	position:absolute;
	top:-72px;
	background:#FFFFFF;
	width:95%;
	max-width:400px;
	height: 92px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	right: 0;
	left: 0;
	border-radius: 15px;
}


.training_list1 li .title_area:before{
	position:absolute;
	content:"";
	width: 24px;
	height: 32px;
	left:0;
	right:0;
	bottom: -20px;
	background:url(./img/training/bot_tri.svg)no-repeat;
	background-size:contain;
	margin: auto;
}

.training_list1 li .title_area .title1{
	font-size: clamp(2.4rem,6vw,3.2rem);
	line-height: 1.4375;
}

.training_list1 li .title_area .title1 span{
	display:block;
	line-height: 1;
	font-size: 2rem;
}

.training_list1 li .text_area{
	padding:34px 19px 29px;
}

.training_list1 li .text_area .text1{
	margin-bottom:26px;
}

.training02{
	padding:74px 0 77px;
}

.training02 .text{
	margin:30px 0 50px;
}

.slider1_area{
	position:relative;
}

.sld1{
	max-width:302px;
	margin:0 auto;
	width:95%;
	text-align:center;
}

.sld1 .img{
	width:100%;
	height:363px;
	margin-bottom:17px;
}

.sld1 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.sld1 .text1{
	margin-top:10px;
}

.sld1 a{
	max-width:90px;
	width:100%;
	margin:10px auto 0;
	display:block;
}

.slider_btn{
	display:flex;
	justify-content:space-between;
	max-width:440px;
	margin:auto;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:35%;
	pointer-events: none;
}

.slider_btn > div{
	pointer-events:initial;
	cursor:pointer;
}

.slider_btn > div:hover{
	opacity:0.7;
}

.sld1 .shop_name{
	background:#00378C;
	color:#fff;
	max-width:max-content;
	width:100%;
	margin:0 auto;
	padding:2px 10px;
	border-radius:20px;
	line-height: 1.416667;
	font-size: 1.2rem;
}

.sld1 .name{
	font-size:2.8rem;
	color:#01398D;
	line-height:1.42857;
}

.sld1 .kana{
	color:#5C8BD3;
	line-height:1.42857;
}

.training03{
	padding:75px 0 21px;
	background:#F5F9FF;
}

.training03 .text{
	margin:30px 0 45px;
}

.voice_list1 li{
	margin-top:80px;
}

.voice_list1 li:first-child{
	margin-top:0;
}

.voice_list1 .text1{
	margin-top:17px;
}


.dogs01{
	padding:55px 0 74px;
}

.dogs01 .text1{
	margin:20px auto 12px;
}

.dogs_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.dogs_list1 li{
	width:48%;
	max-width:186px;
	margin-top:36px;
}

.dogs_list1 li .img{
	width:100%;
	max-height:174px;
	height:40vw;
}

.dogs_list1 li .img img{
	border-radius:10px;
	width:100%;
	height:100%;
	object-fit:cover;
}

.dogs_list1 li .name{
	font-size:1.6rem;
	margin-top:10px;
	line-height:1.5;
}


.pagination-list{
	display:flex;
	margin: 55px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.8rem;
	width: 46px;
	height: 46px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #00398E;
	border-radius:50%;
}


.pagination-list .page-numbers.prev,
.pagination-list .page-numbers.next{
	background:#fff;
	position:relative;
	border:1px solid #05398E;
}

.pagination-list .page-numbers.prev{
	margin: 0px 1.8% 0 0;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 1.8%;
}


.pagination-list .page-numbers.prev:hover path ,
.pagination-list .page-numbers.next:hover path {
	fill: #fff;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #05398E;
	color:#fff;
	opacity:1;
}

.dogs02_div{
	padding:54px 0 60px;
}

.dogs02_div .img{
	margin:29px auto 47px;
}

.top_ank_area{
	padding-top:18px;
}

.top_ank_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.top_ank_list1 li{
	margin-top:25px;
	width:49%;
	max-width:190px;
}

.top_ank_list1 li a{
	display:flex;
	align-items:center;
	border:3px solid #01398D;
	border-radius:40px;
	height:64px;
	color:#01398D;
	padding: 0 12px;
	position:relative;
	letter-spacing: -0.08em;
	line-height: 1.3;
}

.top_ank_list1 li a:before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(./img/common/arrow1_blu.svg) no-repeat;
    background-size: contain;
    right: 6.25%;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.top_ank_list1 li a.small{
	
letter-spacing: -0.1em;
	
padding: 0 6px;
}

.kind01_div1{
	padding:55px 0 40px;
}

.trimming .kind01_div1 .mainTit{
	
font-size: clamp(2.4rem, 6vw, 2.8rem);
}

.on_site .kind01_div1 .mainTit{font-size: clamp(2rem, 5vw, 2.5rem);}


.kind01_div1 .text{
	margin:23px auto 0;
}

.top_sou1{
	margin-bottom:-1px;
}

.kind01_div2{
	background:#01398D;
	padding:53px 0 80px;
}

.kind01_list1 li{
	background:#F5F9FF;
	border-radius:20px;
	margin-bottom:68px;
}

.kind01_list1 li:last-child{
	margin-bottom:0;
}

.kind01_list1 li .img_area{
	position:relative;
}

.kind01_list1 li .img_area .text1{
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	margin:auto;
	width:83px;
	height:83px;
	background:#01398D;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	line-height:1;
	font-size:1.3rem;
}

.kind01_list1 li .img_area .text1 span{
	display:block;
	font-size:4rem;
	line-height:1;
}

.kind01_list1 li .text_area{
	padding:40px 0px 20px;
}

.kind01_list1 li .text_area .title1{
	text-align:center;
	font-size: clamp(1.8rem,6vw,2.5rem);
	line-height:1.44;
	margin-bottom:17px;
}

.kind01_list1 li .text_area .text2{
	padding:0 20px;
}

.kind01_div21{
	margin-top:133px;
}

.kind01_div21 .title_area{
	background:#fff;
	position:relative;
	padding:36px 8px 16px;
	border-radius:15px;
	margin-bottom: 38px;
}

.kind01_div21 .title_area:before{
	position:absolute;
	content:"";
	width: 24px;
	height: 31px;
	left:0;
	right:0;
	bottom: -20px;
	background:url(./img/kindergarten/co1_bot_tri.svg)no-repeat;
	background-size:contain;
	margin: auto;
}

.kind01_div21 .title_area .img{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	max-width:max-content;
	bottom: 70%;
}

.kind01_div21 .title_area .title1{
	font-size: clamp(2.2rem,6vw,2.8rem);
	text-align:center;
	line-height: 1.42857;
}

.kind01_list2 li{
	display:flex;
	align-items:center;
	background:#fff;
	border-radius:20px;
	border:6px solid #D7E3F4;
	margin-top:22px;
	padding: 11px 4%;
	justify-content:space-between;
	padding-right: 1%;
}

.kind01_list2 li .img{
	max-width:72px;
	width: 22%;
}

.kind01_list2 li .text1{
	font-size: clamp(1.6rem,4.3vw,2rem);
	text-align:center;
	width:80%;
	line-height: 1.45;
}

.kind01_list2 li .text_area{
	width:80%;
	max-width: 204px;
	margin: 0 auto;
	color:#01398D;
}

.kind01_list2 li .text_area .title1{
	font-size:2rem;
	line-height:1.45;
}

.kind01_list2 li .text_area .text1{
	margin-top:6px;
	line-height:1.42857;
}

.content03.kind_dog{
	padding:80px 0;
}

.kind02_div{
	padding:74px 0 80px;
}

.kind02_div .mainTit{
	margin-bottom:50px;
}

    .accordion {
      width: 100%;
      overflow: hidden;
    }

    .accordion-item {
	border:3px solid #00378C;
	border-radius:20px;
	min-height:94px;
	padding: 0 25px;
	}

    .accordion-header {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: clamp(1.8rem,6vw,2.5rem);
      color: #00398E;
      line-height: 1.44;
      padding: 29px 0;
    }

.accordion-header.unli.active {
	padding-bottom:12px;
	border-bottom:1px solid #C5D1E5;
}

    .accordion-header:hover {
    }

    .accordion-icon {
      position: relative;
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }

    .accordion-icon::before,
    .accordion-icon::after {
      content: '';
      position: absolute;
      background-color: #00398E;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.3s;
      border-radius: 5px;
    }

    .accordion-icon::before {
      width: 20px;
      height: 3px;
    }

    .accordion-icon::after {
      width: 3px;
      height: 20px;
    }

    .accordion-header.active .accordion-icon::after {
      transform: translate(-50%, -50%) scaleY(0); /* 横棒だけに変化 */
    }

    .accordion-content {
      display: none;
      padding: 13px 0px 40px;
    }

.kind02_div11{
	margin-bottom: 36px;
	background:#FFFFFF;
}

.kind02_div11:last-child{
	margin-bottom:0px;
}

.kind02_list1 > li{
	padding: 44px 0 41px;
	border-top: 1px dotted #00378C;
}

.kind02_list1 > li:first-child{
	border-top: none;
	padding-top:0;
}


.kind02_list1 > li:last-child{
	padding-bottom:0;
}

.kind02_list1 > li:hover{
	opacity:0.7;
}

.kind02_list1 > li .name{
	font-size: clamp(1.8rem,6vw,2.5rem);
	line-height: 1.44;
	position:relative;
	margin:14px auto 3px;
}

.kind02_list1 > li .name:before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(./img/common/arrow1_blu.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.kind02_list2{
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
}

.kind02_list2 li{
	margin-top:4px;
	padding:2px 10px;
	color:#fff;
	font-size:1.2rem;
	line-height:1.416667;
	border-radius:11px;
	margin-right:5px;
	background: #ccc;
}

.kind02_list2 li.cate1{
	background:#7399D0;
}

.kind02_list2 li.cate2{
	background:#FED32B;
}
.kind02_list2 li.cate3{
	background:#E968A2;
}
.kind02_list2 li.cate4{
	background:#B18FC0;
}
.kind02_list2 li.cate5{
	background:#F5B16F;
}
.kind02_list2 li.cate6{
	background:#70BE86;
}

.kind03{
	padding:74px 0 130px;
}

.kind03 .mainTit{
	margin-bottom:64px;
}

.links_area2{
	background:#00378C;
	position:relative;
	padding:105px 0 80px;
}

.links_area2 .title{
	position:absolute;
	top:-41px;
	left:0;
	right:0;
	margin:auto;
	width:90%;
	max-width:400px;
}

.link_area2_btn1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 132px;
    width: 100%;
    font-size: clamp(2.6rem,6.6vw,3.4rem);
    font-weight: 700;
    border-radius: 70px;
    position: relative;
    transition: .4s;
    margin:0 auto 45px;
    flex-direction: column;
    line-height:1.44;
}

.link_area2_btn1 span{
	display:block;
	font-size: 1.6rem;
	background:#E2EAF5;
	border-radius:9px;
	max-width:235px;
	width: 64%;
	margin:0 auto;
	text-align:center;
	padding:3px;
	line-height:1.5;
}

.link_area2_btn1 span.small1{
	background:none;
	max-width:initial;
	width:100%;
	padding:0;
	font-size:clamp(2.4rem,6vw,2.8rem);
	line-height:1.2;
}

.link_area2_btn1 span.small2{
	background:none;
	max-width:initial;
	width:100%;
	padding:0;
	font-size:clamp(1.6rem,4.5vw,2rem);
	line-height:1.8;
}

.link_area2_btn1:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(./img/common/arrow1_blu.svg) no-repeat;
    background-size: contain;
    right: 6.25%;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.link_area2_btn1:after {
    position: absolute;
    content: "";
    width: 77px;
    height: 112px;
    background: url(./img/kindergarten/btn_img.svg) no-repeat;
    background-size: contain;
    left: 0%;
    top: 0%;
    bottom: 0;
    margin: auto;
}

.btn1 .pri_icon{
	position:absolute;
	left:6.25%;
	top:0;
	bottom:0;
	margin:auto;
}

.group03{
	padding:80px 0;
	background:#05398D;
}

.group03_div{
	background:#fff;
	margin-top:52px;
	padding:50px 27px;
	border-radius:20px;
}

.group03_list li{
	margin-bottom:50px;
}

.group03_list li:last-child{
	margin-bottom:0;
}

.group03_list li .title1{
	padding:13px 0 12px;
	border-bottom:1px solid #C5D1E5;
	margin-bottom:12px;
	font-size:1.8rem;
	line-height:1.4444;
}

.kind02.matop{
	margin-top:80px;
}

.onsite02{
	padding:80px 0;
}

.onsite02 .text1{
	margin-top:40px;
}

.onsite03{
	padding:80px 0;
	background:#01398D;
}

.onsite03_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:17px;
}

.onsite03_list li{
	background:#fff;
	width: 48%;
	border-radius:20px;
	border:6px solid #D7E3F4;
	text-align:center;
	margin-top:24px;
	padding:11px 0 10px;
	font-size: clamp(1.6rem,4vw,2rem);
}

.onsite03_list li .text1{
	margin-top:8px;
	line-height: 1.2;
}

.training03.petsitter02{
	background:none;
	padding: 80px 0 17px;
}

.hotel02_list {
	margin-top:-7px;
}

.hotel02_list li{
	margin-top:47px;
}

.hotel02_list li .title_area{
	display:flex;
	align-items:center;
}

.serpri07 .hotel02_list li .title_area{
	align-items:flex-start;
}

.hotel02_list li .title_area .num{
	font-size:3rem;
	line-height:1;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#00378C;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:8px;
	flex-shrink: 0;
}

.hotel02_list li .title_area .text2{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.4444;
}

.hotel02_list li .text_area{
	margin-top:8px;
	background:#F5F9FF;
	border-radius:18px;
	padding:20px 13px;
}

.onsite02.hotel02{
	
padding: 80px 0 0;
}

.price01{
	padding:60px 0 40px;
}

.price01_text1{
	border:3px solid #E8F1FF;
	padding:9px;
	border-radius:16px;
	margin-bottom:55px;
}

.price01_text1 p{
	max-width:max-content;
	margin:0 auto;
}

.price_title_area{
	display:flex;
	align-items:center;
	position:relative;
	margin-bottom:28px;
}

.price_title_area .img{
	margin-right:8px;
}


.price_title_area .title1{
	margin-left:11px;
	font-size: clamp(2.4rem,5vw,3rem);
	font-weight:700;
	line-height:1.47;
}

.price_title_area .title1 span{
	display:block;
	font-size: clamp(1.6rem,4vw,2rem);
	font-weight:700;
	line-height:1;
}

.price01_div11{
	background:#F5F9FF;
	margin-bottom: 50px;
}

.price01_div11:last-child{
	margin-bottom:0;
}

.price_text1{
	margin-bottom:36px;
}

.pri_btn{
	margin-top:20px;
	border:3px solid #01398D;
	justify-content:flex-start;
	padding:0 24px;
}

.price02{
	padding:60px 0 40px;
}

.price03{
	padding:60px 0 40px;
}

.price04{
	padding:60px 0 0px;
}

.price_list1 > li{
	background:#fff;
	margin-bottom:20px;
	border:3px solid #05398D;
	padding: 0 11px 0px;
}

.price_list1 > li:last-child{
	margin-bottom:0!important;
}

.price_list1 > li > .title_area{
	padding:9px 0;
	border-bottom:1px dotted #00378C;
	font-size:1.5rem;
	line-height:1.533333;
}

.price_list2 li{
	padding:11px 6px;
	display:flex;
	justify-content:space-between;
	align-items: baseline;
}

.price_list2 li:last-child{
	padding-bottom:0;
	margin-bottom:11px;
}

.price_list2 li:nth-child(2n){
	padding:6px;
	background:#F5F9FF;
}

.price_list2 li .left{
	color:#05398D;
	margin-right: 10%;
}

.price_list2 li .right{
	text-align:right;
	margin-left: auto;
	flex-shrink: 0;
}

.price01_div1 a.cont_btn{
	margin:40px auto 0;
	max-width: initial;
	height: 80px;
}

.price_list3 li{
	padding:11px 6px 20px;
}

.price_list3 li:nth-child(2n){
	padding:11px 6px 12px;
	background:#F5F9FF;
}

.price01_div11_cont_text{
	padding: 22px 0 11px;
}

.price_list3 li .title1{
	font-size:1.5rem;
	line-height:1.53333;
	margin-bottom: 9px;
}

.price_list3 li .text1{
	margin-bottom: 16px;
}

.price_list3 li .text1.matop{
	margin-bottom:9px;
	margin-top:35px;
}


.price_list3 li .text1:last-child{
	margin-bottom: 0px;
}

.price01_div11_cont .img1{
	margin:0 auto 30px;
}

.faq_div1{
	background:#F5F9FF;
	margin-bottom: 25px;
	padding:0 9px;
}

.faq_div1:last-child{
	margin-bottom:0;
}

.faq_div1 .tit{
	display:flex;
	align-items: flex-start;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-right: 13px;
}

.faq_ic{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	width:31px;
	height:31px;
	border-radius:50%;
	flex-shrink:0;
	font-size:1.8rem;
	line-height: 1;
	padding-bottom: 3px;
}

.faq_ic.que{
	background:#00398E;
	margin-right:6px;
	margin-top: 6px;
}

.faq_ic.ans{
	background:#D97575;
	margin-right:13px;
	margin-top: 6px;
}

.faq_cont .text{
	display:flex;
	align-items: flex-start;
	font-weight:500;
}

.faq01{
	padding:45px 0 0;
}

.faq02{
	padding:70px 0 0;
}

.faq03{
	padding:70px 0 0;
}

.faq04{
	padding:70px 0 0;
}

.faq05{
	padding: 70px 0 60px;
}

.faq_tit1{
	display:flex;
	align-items:center;
	font-size:2.3rem;
	line-height:1.478;
	margin-bottom:29px;
}

.faq_tit1 img{
	margin-right:2px;
}

.faq_cont{
	padding: 10px 0px 16px;
}

.faq_div1 .accordion-header{
	padding: 19px 0;
}

.column_list1{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.column_list1 li{
	margin-top:40px;
	width:48%;
	max-width:188px;
}

.column_list1 li:hover{
	opacity:0.7;
}

.column_list1 li .img{
	width:100%;
	height:40vw;
	max-height:176px;
	position:relative;
}

.column_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}

.column_list1 li .img .cate{
	position:absolute;
	top:0;
	left:0;
	background:#01398D;
	color:#fff;
	border-radius:10px 0 0 0;
	padding: 7px 10px;
	width: 80%;
	font-size: 1.2rem;
	line-height: 1.1;
}

.column_list1 li .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size:1.6rem;
	line-height:1.625;
	margin-top:10px;
}

.column01{
	padding:0 0 30px;
}

.column01 .news_list{
	margin-top:60px;
}

.pagination-list .page-numbers.dot{
	background:none!important;
	color: #00398E!important;
}

.privacy01{
	padding: 80px 0 30px;
}

p.privacyText {
    padding: 0px 0px 30px;
}

dl.privacyList {
    margin-top: 60px;
    line-height: 1.7;
    text-align: left;
}
dl.privacyList dt {
    font-weight: bold;
    color: #01398D;
    font-size: 2rem;
}

dl.privacyList dd {
    padding: 10px 0px 30px;
}

dl.privacyList dd.ga a{
    text-decoration: underline;
}

dl.privacyList dd.ga a:hover{
    background-color: #ddd;
}

.service_yao .art_cover2.service_cov{
	background:url(./img/service_yao/bg_mv.jpg)no-repeat;
	background-size:cover;
}

.service_kitaku .art_cover2.service_cov{
	background:url(./img/service_kitaku/bg_mv.jpg)no-repeat;
	background-size:cover;
}

.service_koberokko .art_cover2.service_cov{
	background: url(./img/service_koberokko/bg_mv.jpg) transparent;
	background-size: cover;
}

.service_sumainu .art_cover2.service_cov{
	background: url(./img/service_sumainu/bg_mv.jpg) transparent;
	background-size: cover;
}

.service_wanroman .art_cover2.service_cov{
	background: url(./img/service_wanroman/bg_mv.jpg) transparent;
	background-size: cover;
}

.service_dogcare .art_cover2.service_cov{
	background: url(./img/service_dogcare/bg_mv.jpg) transparent;
	background-size: cover;
}

.service_cov{
    border-radius: 19px 19px 0 0;
}

.art_cover2.service_cov .text:before,
.art_cover2.service_cov .text:after {
	background:url(./img/service_yao/mv_sou.svg)no-repeat;
	background-size:contain;
}


.pankuzu_area.bgyel{
background: #DBC653;
}

.ora_link .top_ank_list1 li a {
    border: 3px solid #D1D1D1;
    color: #555555;
}

.ora_link .top_ank_list1 li a:before{
    background: url(./img/service_yao/arrow1_ora.svg) no-repeat;
    background-size: contain;
}

.serpri01{
	padding:55px 0 94px;
}

.serpri_sec1 .img{
	margin-top:40px;
	margin-bottom:40px;
}

.serpri_sec1 .text1{
	margin-bottom:50px;
}

.serpri_sec1 .btn1,
.serpri_sec1 a.cont_btn{
	max-width:373px;
	margin:0 auto;
	height:80px;
	font-size: 1.6rem;
}

.serpri_sec1 .btn_area{
	margin:50px auto 0;
}

.serpri06 .btn1{
	justify-content:flex-start;
	padding-left:5%;
	text-align: left;
}

.btn_text1{
	margin-top:20px;
}

.nami_top{
	margin-bottom:-1px;
}

.serpri02_div{
	padding:74px 0 60px;
}

.serpri02_div.bgblu{
	color:#fff;
}

.day_list1{
	margin-top:42px;
	position:relative;
}

.day_list1 li{
	position:relative;
	padding-left: 8.5%;
	padding-bottom:40px;
}

.day_list1 li:before{
	position:absolute;
	content:"";
	width:16px;
	height:16px;
	background:#EA4E19;
	border-radius:50%;
	left:0;
	top: 12px;
}
.day_list1 li:after{
	position:absolute;
	content:"";
	width:3px;
	height:100%;
	background:#EA4E19;
	left:6.5px;
	top: 12px;
}

.day_list1 li:last-child:after{
	display:none;
}

.serpri02_div.bgblu .day_list1 li:before,
.serpri02_div.bgblu .day_list1 li:after{
	background:#fff;
}

.serpri02_div.bgblu .day_list1 li .date{
	color:#fff;
}

.day_list1 li .date{
	font-size:2.4rem;
	line-height:1.458333;
	color:#EA4E19;
}

.day_list1 li .title{
	font-size:1.8rem;
	line-height:1.4444;
	margin-top:4px;
}

.day_list1 li .text1{
	margin-top:2px;
}

.serpri03{
	background:#F5F9FF;
	padding:100px 0 80px;
}

.serpri03 .kind01_div21{
	margin:0;
}

.serpri04{
	padding:50px 0 0;
}

.serpri04_div{
	background:#FFFAE0;
	border-radius:20px;
	padding:29px 27px 42px;
}

.serpri04_div > .title_area{
	display: flex;
	justify-content: flex-start;
	font-size: clamp(1.8rem, 6vw, 2.5rem);
	color: #00398E;
	line-height: 1.44;
	padding-bottom: 12px;
	border-bottom: 1px solid #C5D1E5;
	margin-bottom:36px;
	align-items: baseline;
}

.serpri04_div > .title_area .text{
	font-size:1.5rem;
	margin-left:12px;
}

.serpri04_div .price_list1 > li{
	margin-bottom:40px;
}

.serpri04_div a.cont_btn{
	max-width:initial;
	margin-top: 40px;
	height: 80px;
}

.btn1.tel_btn.tel_btn_blu{
	margin: 20px auto 0;
	border: 3px solid #01398D;
	color: #05398E;
	font-size: 3rem;
}

.serpri05{
	padding:100px 0 0;
}

.serpri06{
	padding:100px 0 0;
}

.onsite02.hotel02.serpri07{
	padding:50px 0 0;
}

.serpri07 .hotel02_list li .title_area .num{
	background:#EA4E19;
}

.serpri08{
	padding:80px 0 0;
}

.table_area{
	margin-top:12px;
}

.serpri_tb ,
.serpri_tb td,
.serpri_tb th {
	border-collapse: collapse;
	width: 100%;
}

.serpri_tb td,
.serpri_tb th {
	padding: 3px;
	width: 30px;
	height: 25px;
	border-left: 1px solid #E2E9F4;
	padding: 6px 0;
}

.serpri_tb th {
	color:#05398D;
	line-height:1.642;
	letter-spacing: -0.03em;
}

.serpri_tb th:first-child{
	border-left:0;
	width: 35.3%;
}

.serpri_tb tr:first-child th{
	border-bottom: 1px solid #E2E9F4;
	background:#fff;
	text-align: center;
}

.serpri_tb tr:nth-child(2n+1){
	background:#F5F9FF;
}

.serpri_tb tr:nth-child(2n+2) th,
.serpri_tb tr:nth-child(2n+2) td{
	padding: 24px 0;
}

.serpri_tb tr:last-child th,
.serpri_tb tr:last-child td{
	padding-bottom:0;
}

.serpri_tb td{
	text-align:center;
	width: 21.5666667%;
	min-width: 58px;
}

.serpri_tb .even {
	background: #fbf8f0;
}

.serpri_tb .odd {
	background: #fefcf9;
}

.serpri04_div .price01_div11_cont_text {
    padding: 22px 0 20px;
}

.serpri04_div .price_list3 li .text1.matop{
	margin-top:20px;
}

.company01_div1{
	padding:90px 0 60px;
}

.company01_div1 .text1{
	margin-top:20px;
}

.company01_div2{
	background:#01398D;
	padding:60px 0 80px;
}

.company01_div2 .mainTit{
	margin-top:20px;
font-size: clamp(2rem, 6vw, 2.5rem);
}

.company01_div2 .text1{
	margin-top:26px;
	color:#fff;
}

.company02{
	padding:80px 0 90px;
}

.company02 .text{
	margin:50px auto;
}

.company02_div{
	background:#F5F9FF;
	border-radius:20px;
	padding:30px 22px 70px;
}

.company02_div .img{
	margin:0 auto 23px;
}

.company02_div .title1{
	font-size:2rem;
	line-height:1.45;
}

.company02_div .text1{
	line-height:1.4285;
}

.company02_div .text2{
	margin-top:18px;
}

.company02_div1{
	margin-bottom:65px;
}

.company04{
	padding:80px 0 70px;
}

.company04_list{
	margin-top:26px;
}

.company04_list li{
	padding:30px 0;
	border-bottom:1px solid #C5D1E5;
}

.company04_list li .title{
	margin-bottom:15px;
	font-size:2rem;
	line-height:1.45;
}

.company04_list li .text{
	line-height:1.6428;
}

.company04_list li .text a{
	color:#555555;
	text-decoration:underline;
}

.nokiji{
	margin:30px auto;
	text-align:center;
}


.mwform-radio-field.horizontal-item{
	display:block;
	margin:0!important;
}

.mwform-checkbox-field.horizontal-item{
	display:block;
	margin:0!important;
}

.check01{
	padding:50px 0;
}

.contact_text1{
	margin-top:30px;
}

.pl20 a{
	color:#F5B16F;
}
.flex_tb input:last-child{
	margin-top:8px;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
header{
	left: 5%;
	top: 7%;
	width: 34%;
}

.sp_wrap{
	margin-right: 5%;
}

.anker_btn_area{
	right: 5%;
	left:auto;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
		
.ft_list li.parent{
	font-size: 1.4rem;
	padding-left: 18px;
}

.ft_list li.parent:before{
    width: 18px;
    height: 18px;
}

.ft_list li{
	padding-left: 25px;
	font-size: 1.3rem;
}

footer a.cont_btn{
	font-size: 1.25rem;
}

footer a.cont_btn:before{
	left:2%;
}

footer a.cont_btn:after{
	right:2%;
}


.copyright {
	font-size: 1.6rem;
}


.ft_list2 a{
	font-size: 1.6rem;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
header{
	width: 100%;
	top: 0;
	left: 0;
	max-width: initial;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #00378Cdb;
	z-index: 9999;
	height: 70px;
	padding: 0 20px;
	box-shadow: 0 0 20px #ffffff29;
}

.sp_wrap{
	margin-right: auto;
}

.anker_btn_area{
	left:0;
	right: 0;
}


.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	display: flex!important;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #00378C;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.gnav__menu__item2 a.cont_btn{
	margin:20px auto 0;
}

.pc_nav{
	display:none;
}

.gnav_open{
	color:#fff;
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
	padding: 0 0 10px 0;
	position:relative;
	padding-left:23px;
}
	
.gnav_open:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(./img/common/hand1_wh.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
    margin: auto;
}
	
.gnav__menu__item .gnav_close li a{
	font-size:1.7rem;
	margin-left: 20px;
}

.gnav__menu__item .gnav_close li a:before{
	content:"-";
	padding-right:4px;
}

.gnav_open .accordion-icon:before,
.gnav_open .accordion-icon:after{
	display:none;
}




.hLogo{
	max-width: 192px;
}

footer .flex1{
	padding:60px 0 30px;
	flex-direction:column;
}

footer .flex1 .left{
	width: 100%;
	margin:0 auto;
}

footer .flex1 .right{
	margin-top: 0px;
	width: 100%;
	max-width: initial;
}

.ft_list li.parent{
	font-size: 1.5rem;
}

.ft_list li.parent:before{
    width: 18px;
    height: 18px;
}

.ft_list li{
	font-size: 1.4rem;
}

footer a.cont_btn{
	font-size: 1.4rem;
}

footer a.cont_btn:before{
	left: 6%;
}

footer a.cont_btn:after{
	right: 4%;
}


.copyright {
	font-size: 1.6rem;
}


.ft_list2 a{
	font-size: 1.6rem;
}

.sns_list{
	margin:30px auto 30px;
}
	
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

.ft_list{
	width:49%;
	margin-top: 40px;
}

.ft_list:last-child{
	width:100%;
}

footer .flex1 .right{
	max-width: 400px;
	margin: 0 auto;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}





/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}

footer .flex2{
	flex-direction:column;
	align-items:center;
	padding:20px 0 40px;
}

.ft_list2{
	width:100%;
	margin-bottom:20px;
	flex-direction:column;
}

.ft_list2 li{
	margin-right:0;
}


	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 500px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.nami_bot{
	width: 102%;
	margin-left:-1%;
	margin-top: -1px;
}

	.btn1{
	font-size:1.6rem;
	height: 66px;
}

.art_tit2{
	font-size:2.5rem;
}

.feature_list1 li .title1 span{
	width:40px;
	height:40px;
	font-size:2.6rem;
}

.kind01_list2 li{
	padding-right:3%;
}


.kind01_list1 li .img_area .text1{
	width:63px;
	height:63px;
}

.kind01_list1 li .img_area .text1 span{
	font-size:3rem;
}
	

.sp2 {
	display: block;
}

.art_cover2 .title1 {
    font-size: 3rem;
}

.top_ank_list1 li a:before{
	right:2%;
}

.column01 .top_ank_list1 li a{
	font-size: 1.3rem;
}

.pagination-list .page-numbers{
	width:36px;
	height:36px;
	font-size:2rem;
}


a.cont_btn:before{
	width:21px;
	height:15px;
}


a.cont_btn:after{
	width:24px;
	height:24px;
}

.serpri04_div a.cont_btn {
    height: 64px;
}

	
a.cont_btn {
    height: 80px;
	font-size:1.4rem;
}

.btn1.tel_btn.tel_btn_blu{
	font-size: 2.6rem;
}

.hotel02_list li .title_area .text2{
	font-size:1.6rem;
}

.serpri06 .btn1{
	padding:0;
	justify-content:center;
	text-align:center;
}

.top_ank_list1 li a.small {
    padding: 0 12px;
}

.column_list li .img1{
	width: 35%;
}
.column_list li .text_area{
	width: 63%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */