@charset "UTF-8";

/*Reset*/
*,
*::before,
*::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul {
	margin: 0;
	padding:0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none
}
li {
  list-style-type: none;
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1,h2,h3,h4,button,input,label {
  line-height: 1.1
}
h1,h2,h3,h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img,
picture {
  max-width: 100%;
  display: block
}
input,
button,
textarea,
select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/*-----*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea,
.font_defo{ font-family:"Zen Maru Gothic","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
}

body {
	margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.6;
	color: #231815;
	position:relative;
}

.font_a{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuG othic", sans-serif ;
}
.font_b{
	font-family: "Open Sans", sans-serif;
}
.font_c{
	font-family: "Hind", sans-serif;
}

a:focus,a {
    outline: none;
}

a:active,
a:hover {
    outline: none;
}

h1 {
    font-size: 2em;
    margin: 0;
}

h2,h3,h4{
    font-size: 2.8rem;
    margin: 0;
	font-weight:500;
}
h2.title span,
h3.title span{
	font-size:1.2rem;
	font-weight: 700;
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#000;
	transition: .6s;
}
a:hover{
	filter: opacity(.6);
	transition: .6s;
}
.inner_l{
	max-width:1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner{
	max-width:1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.sp{
	display: none
}
.pc{
	display: block
}
@media screen and (max-width:930px){
	h2, h3, h4{
		font-size:2rem;
	}
	.sp{
		display: block
	}
	.pc{
		display: none
	}	
}


header{
	position: relative;
	height: 230px;
	width: 100%;
}
header .headwrap{
}
header .head1{
	position:absolute;
	top: 70px;
	left: 8%;
}
header .head1 img{
	width: 273px;
	height: auto;
}
header .pc_guide{
	position: absolute;
	right: 150px;
	top: 30px;
	text-align: right;
}
header .pc_guide .h_tel{
	font-weight: 650;
	letter-spacing: 0.1rem;
	font-size: 2.6rem;
}
header .pc_guide .h_tel span{
	font-size: 1.6rem;
}
header .pc_guide .h_note{
	color: #4d4d4d;
	font-size: 1.2rem;
}
header .pc_reserv{
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 130px;
	background: #d7b864;
	border-radius: 0 0 0 130px;
}
header .pc_reserv p{
	position:absolute;
	color: #fff;
	text-align: center;
	top: 33px;
	right: 23px;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
    line-height: 1.3;
}
header .pcnav{
}
header .pc_menu{
	position: absolute;
	top: 120px;
	right: 150px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
}
header .pc_menu li{
	list-style: none;
}
header .pc_menu li a{
	padding: 0 0 0 32px;
	display: block;
	font-weight: 500;
}
header .pc_menu li a img{
	width: 20px;
	height: auto;
}
header .pc_menu li a.current{
}
header .pc_menu li a:hover{
}

/*　ハンバーガーボタン　*/
.openbtn {
	display : none;
	position: absolute;
	right : 0;
	top   : 0;
	width: 80px;
	height: 80px;
	background: #d7b864;
	border-radius: 0 0 0 130px;
	cursor: pointer;
	z-index: 10;
}
.openbtn .wrap{
	position:absolute;
	top: 23px;
	right: 18px;
}
.openbtn span {
  display : block;
  position: absolute;
	right: 0;
  width   : 34px;
  height  : 2px;
  margin:auto;
  background : #fff;
  transition : 0.3s ease-in-out;
}
.openbtn span:nth-child(1) {
  top: 0px;
}
.openbtn span:nth-child(2) {
  top: 10px;
}
.openbtn span:nth-child(3) {
  top: 20px;
}


.openbtn.active span:nth-child(2){
  width: 0px;
}
.openbtn.active span:nth-child(1),
.openbtn.active span:nth-child(3){
  background :#fff;
  transition-delay: 0.3s;
}
.openbtn.active span:nth-child(1){
  transform: translateY(10px) rotate(25deg);
}

.openbtn.active span:nth-child(3){
  transform: translateY(-10px) rotate(-25deg);
}


/*-----------------*/
#g-nav.panelactive{
    position:fixed;
    z-index: 5;
	top: 0;
	width:100%;
    height: 100%;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:2;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d7b864;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    z-index: 2; 
    width: 100%;
    height: 100%;
	padding:80px 6%;
	overflow: scroll;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	/*はじめは透過0*/
	width: 100%;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive .spnav01,
#g-nav.panelactive .spnav02{
    opacity:1;
}
/* 背景が出現後に表示※レイアウトによって調整してください。*/
#g-nav.panelactive .spnav01,
#g-nav.panelactive .spnav02{
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:.2s;/*0.2 秒遅らせて出現*/
	animation-fill-mode:forwards;
	
}
@keyframes gnaviAnime{
0% {

}
100% {
opacity: 1;
}
}
/*-----------------*/
#g-nav-list .spnav01{
	border-top: 1px solid #ebdbb1;
}
#g-nav-list .spnav01 li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ebdbb1;
	transition: .4s all;
}
#g-nav-list .spnav01 li:last-child {
	padding-bottom: 0;
}
#g-nav-list .spnav01 li a {
	display: block;
	color: #fff;
	padding: 24px 0;
	text-decoration :none;
	font-size: 1.6rem;
	text-align:left;
	position: relative;
	font-weight: 500;
}
#g-nav-list .spnav01 li a:after{
	content: "";
	position:absolute;
	right: 0;
	top: 31px;
	background: url(../images/arrow_sp.svg)center no-repeat;
	width: 15px;
	height: 15px;
}

#g-nav-list .spnav02{
	color: #fff;
	text-align: center
}
#g-nav-list .spnav02 .sp_reserv{
	margin-top: 30px
}
#g-nav-list .spnav02 .sp_reserv .waai{
	font-size: 1.6rem;
	letter-spacing: .5em;
	display: block;
	width: 140px;
	margin: 0 auto;
	position: relative;
}
#g-nav-list .spnav02 .sp_reserv .waai:before{
	content: "";
	position: absolute;
	left: -20px;
	bottom: 0;
	height: 20px;
	width: 1px;
	background: #fff;
	transform: rotate(-40deg);
}
#g-nav-list .spnav02 .sp_reserv .waai:after{
	content: "";
	position: absolute;
	right: -12px;
	bottom: 0;
	height: 20px;
	width: 1px;
	background: #fff;
	transform: rotate(40deg);
}
#g-nav-list .spnav02 .sp_reserv .btn{
	display: inline-block;
	background: #fff;
	color: #d7b864;
	font-size: 2rem;
	font-weight: 650;
	width: 70%;
	padding: 10px 0;
	margin: 12px 0;
	border-radius: 50px;
	letter-spacing: 0.1rem;
}
#g-nav-list .spnav02 .sp_reserv .btn span{
	font-size: 70%;
	font-size: 1.4rem;
}
#g-nav-list .spnav02 .font_a{
	line-height:1.4;
}
#g-nav-list .spnav02 .sp_icon{
	display:inline-block;
	margin-top: 30px;
}
#g-nav-list .spnav02 .sp_icon img{
	height: 30px;
	width: auto;
}
/*--------------------*/

.fadeup,
.fadeup_sp{
  
  transform : translate(0, 25px);
  transition : all 2s;
}
 
.fadeup.active,
.fadeup_sp.active{
  opacity : 1;
  transform : translate(0, 0);
}

.a_under{
	position: relative;
	will-change: background-size;
    background: url(../images/line.png) no-repeat left bottom;
    background-size: 100% 1px;
}
.a_under.animate1 {
    animation: linkline 1s cubic-bezier(0.43, 0.05, 0.17, 1);
    filter: opacity(1);
}
/*.a_under:hover{
	animation: linkline 1s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
	filter: opacity(1);
}*/

.blue_btn{
	position: relative;
	display: inline-block;
	background: #42569d;
	width: 300px;
	height: 60px;
	color: #fff;
	font-size:1.6rem;
	padding: 17px;
	border-radius: 60px;
	text-align: center;
}
.blue_btn:after{
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/arrow2.svg)center no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
}

@keyframes linkline{
	0% {
		background-position: right bottom;
		background-size: 100% 1px;
	}
	50% {
		background-position: right bottom;
		background-size: 0 1px;
	}
	51% {
		background-position: left bottom;
		background-size: 0 1px;
	}
	100% {
		background-position: left bottom;
		background-size: 100% 1px;
	}
}
.a_under:before{
	content: "";
	position: absolute;
	bottom:2px;
	right: -25px;
	width: 18px;
	height: 19px;
	background: url(../images/arrow1.svg)center no-repeat;
	background-size: contain;
}

@media screen and (max-width:930px){
	body {
		font-size: 1.4rem;
	}
	header .pcnav,
	header .pc_reserv{
		display:none;
	}
	.openbtn{
		display:block;
		position: fixed;
		top: 0;
		right: 0;
	}
	.inner{
		width:100%;
	}
}
/*---------------------------------------------------*/

.mv{
	width:100%;
	height: auto;
	position: relative;
}
.mv .slide-items__wrap{
	width:88%;
}
.mv .slide-items__wrap .slide-items__item{
	width:100%;
	height: 670px;
	background-size:cover !important;
	border-radius: 0 0 100px 0;
}
.mv .slick-slide{
  display: none;
}
.mv .slick-slide div{
	line-height:0;
}
.mv .slick-initialized .slick-slide{
  display: block; /*slick-initializedが付与されたら表示*/
}
.mv .slick-dotted.slick-slider{
	margin:0;
}
.slider .item1{
	background: url(../images/mv01.png) no-repeat;
	background-position: center;
}
.slider .item2{
	background: url(../images/mv02.png) no-repeat;
	background-position: center;
}
.slider .item3{
	background: url(../images/mv03.png) no-repeat;
	background-position: center;
}
.slider .item4{
	background: url(../images/mv04.png) no-repeat;
	background-position: center;
}
.slider .item5{
	background: url(../images/mv05.png) no-repeat;
	background-position: center;
}
@media screen and (max-width:930px){
	.slider .item1{
		background: url(../images/mv01sp.png) no-repeat;
		background-position: 65% center;
	}
	.slider .item2{
		background: url(../images/mv02sp.png) no-repeat;
		background-position: center;
	}
	.slider .item5{
		background-position: 40% center;
	}
}

.mv h2{
	-ms-writing-mode: tb-rl;
	  writing-mode: vertical-rl;	
	position: absolute;
	font-size: 3rem;
	letter-spacing: .2em;
	right: 10.5%;
	top: -50px;
	z-index: 1;
}
.mv h2 span{
	display: table;
    background: #fff;
    padding: 10px;
}
.mv .slick-dots{
	position: absolute;
	width: auto;
	display: flex;
	right: -70px;
    transform: rotate(90deg);
    bottom: 35px;
}
.mv .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
.mv .slick-dots li button:before{
	font-size: 14px;
}

@media screen and (max-width:930px){
	header{
		height:110px
	}
	header .head1{
		top: 40px;
		left: 20px;
	}
	header .head1 img{
		width: 200px;
	}
	.mv .slide-items__wrap{
		width: calc(100% - 40px);
	}
	.mv .slide-items__wrap .slide-items__item{
		height: 500px;
	}
	.mv h2{
		right: 20px;
        font-size: 2rem;
        line-height: 0.8;
		top: -30px;
	}
	.mv .slick-dots{
		right:-63px;
	}
}

.top_bnr{
    padding: 96px 0 100px 0;
}
.top_bnr ul{
	display: flex;
	gap:0 5%;
	font-weight: 500;
}
.top_bnr ul li{
	width: 50%;
	height: 140px;
}
.top_bnr ul li a{
	font-size: 2.2rem;
}
.top_bnr ul li a span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
.top_bnr .bnr_a{
	background: url(../images/btn01.png)center no-repeat;
	background-size: cover;
	outline: 1px solid #fff;
	outline-offset: -4px;
}
.top_bnr .bnr_a a{
    display: block;
    text-align: center;
	width: 100%;
    height: 100%;
	padding-top: 45px;
}
.top_bnr .bnr_a a span{
	color: #fff;
}
.top_bnr .bnr_b{
	background: #fff;
	outline: 1px solid #d4d4d4;
}
.top_bnr .bnr_b:hover:before{
	transition: .6s;
}
.top_bnr .bnr_b a{
	display: flex;
	align-items: center;
	position: relative;
}
.top_bnr .bnr_b a:before{
	content:"";
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height:  calc(100% - 8px);
	border:1px solid #fff;
	pointer-events: none;
	transition: .6s;
}
.top_bnr .bnr_b a span{
	color: #d7b864;
}
.top_bnr .bnr_b .img{
	background: url(../images/btn02.png) center no-repeat;
	background-size: cover;
	width: 40%;
	height: 140px;
	margin-right: 5%;
}
@media screen and (max-width:930px){
	.top_bnr{
		padding:60px 0 100px 0;
	}
	.top_bnr ul li{
		height: 80px;
	}
	.top_bnr .bnr_a a{
		padding-top:20px;
		background: url(../images/btn01sp.png)center no-repeat;
		background-size: cover;
	}
	.top_bnr .bnr_b .img{
		height: 80px;
	}
	.top_bnr ul li a{
		font-size: 1.4rem;
	}
	.top_bnr ul li a span{
		font-size: 80%;
	}
}

.top_news{
	padding: 0;
}
.top_news .inner_l{
	display: flex;
	flex-wrap: wrap;
}
.top_news .title{
	width: 180px;
}
.top_news .font_c{
}
.top_news ul{
	width: calc(100% - 180px);
	border-top: 1px solid #e6e6e6;
}
.top_news ul li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
    align-items: center;
}
.top_news ul li a{
	filter:opacity(1);
	text-decoration:underline;
	text-decoration-color:#fff
}
.top_news ul li a:hover{
	text-decoration-color:#111
}
.info{
	display: flex;
	align-items: center;
}
.n_date{
	color: #9a9a9a;
	font-size: 1.3rem;
}
.n_category{
	background:#aaa;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px;
	text-align: center;
	border-radius: 7px;
	width: 140px;
	margin: 0 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.n_category.cat_camp{
	background: #6878b1;
}
.n_category.cat_close{
	background: #dbbf73;
}

.top_news .a_under{
	text-align: right;
	margin: 40px 25px 0 auto;
}
.top_news .blue_btn{
	display:none;
}
@media screen and (max-width:930px){
	.top_news .title{
		width:100%;
	}
	.top_news ul{
		width:100%;
		margin-top: 30px;
	}
	.top_news ul li{
		flex-wrap:wrap;
	}
	.info{
		width:100%;
		margin-bottom: 15px;
	}
	.top_news .a_under{
		display:none;
	}
	.top_news .blue_btn{
		display:block;
		margin: 60px auto 0;
	}
}

.top_about{
	max-width: 960px;
	margin: 100px auto 0;
	position: relative;
	padding: 0 20px;
}
.top_about .wrap1{
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
.top_about .item1{
	position: absolute;
	top: 0;
	/*left: 270px;*/
	left: 28.5%;
	
	z-index: 1;
}
.top_about .item1 h3{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: .1em;
}
.top_about .item2{
	position: absolute;
	/*right: 60px;*/
	right: 6.5%;
	top: 100px;
	width: 400px;
	height: auto;
	
}
.top_about .item3{
	position: absolute;
	left: 0;
	bottom: 210px;
	width: 334px;
	height: auto;
	
}
.top_about .item4{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 554px;
	height: auto;
	
}
.top_about .wrap2{
	width: 100%;
	text-align: center;
	margin: 70px 0 0 0;
}
.top_about .wrap2 .blue_btn.item5{
	
}
.top_about.active .item1{
  animation: tatata 1s ease .6s forwards;
}
.top_about.active .item2 {
  animation: tatata 1s ease 1.2s forwards;
}
.top_about.active .item3 {
  animation: tatata 1s ease 1.8s forwards;
}
.top_about.active .item4{
  animation: tatata 1s ease 2.4s forwards;
}
.top_about.active .item5{
  animation: tatata 1s ease 3s forwards;
}
@keyframes tatata {
	0% {
	  
	}
	
	100% {
	  opacity: 1;
	}
}

@media screen and (max-width:1000px){
	.top_about .wrap1{
		width:600px;
		height: 700px;
	}
	.top_about .item1{
		left: 20%;
	}
	.top_about .item2{
		width: 270px;
		top: 30%;
	}
	.top_about .item3{
		width: 220px;
		top: 50%;
	}
	.top_about .item4{
		width: 360px;
	}
	.top_about .item5{
	}
}
@media screen and (max-width:660px){
	.top_about .wrap1{
		width:335px;
		height: 530px;
	}
	.top_about .item1 h3{
		font-size:2rem;
	}
	.top_about .item1{
		left: 9%;
	}
	.top_about .item2{
		width: 47%;
		top: 45%;
	}
	.top_about .item3{
		width: 36%;
		top: 59%;
	}
	.top_about .item4{
		width: 61%;
	}
	.top_about .item5{
	}	
}

.top_service{
	margin: 170px 0 ;
}
.top_service .inner_l{
}
.top_service .title_wrap{
	max-width: 550px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/t_service.svg) center no-repeat;
	background-size: contain;
	display: flex;
    align-items: center;
    justify-content: center;
}
.top_service .title_wrap h3{
	text-align: center;
}
.top_service .s_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap:15px;
	margin-top: 60px;
}
.top_service .s_list li{
	width: calc(33.33% - 10px);
	height: 140px;
	border: 1px solid #e6e6e6;
}
.top_service .s_list li a{
	display: block;
    width: 100%;
    height: 100%;
	position: relative;
}
.top_service .s_list li a:before{
	content: "";
	position: absolute;
	right: 30px;
	top: 63px;
	width: 16px;
	height: 13px;
	background: url(../images/arrow3.svg) center no-repeat;
	transition: .3s;
}
.top_service .s_list li a .wrap{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-left: 11%;
}
.top_service .s_list li a h4{
	font-size: 1.9rem;
	margin-left: 20px;
	transition: .3s;
}
.top_service .s_list li a .s_icon{
	transition: .3s;
}

.top_service .s_list li a:hover{
	filter: opacity(1);
}
.top_service .s_list li a:hover:before{
	right: 25px;
}
.top_service .s_list li a:hover h4{
	color:#42569d;
}
.top_service .s_list li a:hover .s_icon{
	fill:#42569d;
}
@media screen and (max-width:930px){
	.top_service{
		margin:120px 0;
	}
	.top_service .title_wrap{
		width:90%;
	}
	.top_service .s_list{
		gap:0;
		border-top: 1px solid #e6e6e6;
		margin-top: 30px;
	}
	.top_service .s_list li{
		width: 100%;
		height: 100px;
		border: none;
		border-bottom: 1px solid #e6e6e6;
	}
	.top_service .s_list li a:before{
		top: 43px;
	}
	.top_service .s_list li a .wrap{
		padding-left: 5%;
	}
	.top_service .s_list li a .wrap svg{
		width: 24px;
        height: auto;
	}
	.top_service .s_list li a h4{
		font-size:1.6rem;
	}
}


footer{
	background: #42569d;
	color: #fff;
	padding: 95px 20px;
	font-weight: 300;
}
footer .f_pc{
	position: relative;
	padding: 0;
	max-width: 1400px;
    margin: 0 auto;
}
footer .f_pc .f_logo{
	display:inline-block;
}
footer .f_pc .f_logo img{
	width: 290px;
	height: auto;
}
footer .f_pc .f_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
	width: 580px;
}
footer .f_pc .f_menu li{
	width: 25%;
	margin-bottom: 15px;
}
footer .f_pc .f_menu li:nth-child(4),
footer .f_pc .f_menu li:nth-child(8){
	width:100px;
}
footer .f_pc .f_menu li a{
	color: #fff;
	filter:opacity(1);
	position: relative;
}
footer .f_pc .f_menu li a:hover{
	text-decoration:underline;
}

footer .f_pc .f_add{
	margin-top:90px;
}
footer .f_pc .f_add .font_a{
	font-weight:300;
}
footer .f_pc .wrap {
	display: flex;
    align-items: baseline;
}
footer .f_pc .wrap p{
	font-size: 1.3rem;
}
footer .f_pc .wrap .f_tel{
	font-weight: 650;
	letter-spacing: 0.1rem;
    font-size: 2.6rem;
}
footer .f_pc .wrap .f_tel span{
	font-size: 1.6rem;
}
footer .f_pc .wrap .font_a {
}
footer .f_pc .f_icpn {
	position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
footer .f_pc .f_icpn a{
	display:inline-block;
	margin: 0 0 0 auto;
}
footer .f_icpn img{
	width:23px;
	height: auto;
}
footer .f_pc .f_icpn .copy {
	font-size: 1.2rem;
	color: #6f7fa2;
	font-weight: bold;
}

footer .f_sp{
	display: none;
}
footer .f_sp.inner {
	text-align: center;
	padding: 0;
}
footer .f_sp.inner .f_logo{
	display: inline-block;
	margin-bottom: 30px;
}
footer .f_sp.inner .f_logo img{
	width:250px;
	height: auto
}
footer .f_sp.inner .font_a {
	font-size: 1.3rem;
}
footer .f_sp.inner .f_reserv{
}
footer .f_sp.inner .f_reserv a{
	display: inline-block;
    background: #fff;
    color: #42569d;
	font-size:2.1rem;
    font-weight: 650;
    width: 260px;
    padding: 10px 0;
    margin: 20px 0 12px;
    border-radius: 50px;
	letter-spacing: 0.1rem;
}
footer .f_sp.inner .f_reserv a span{
	font-size: 1.4rem;
}

footer .f_sp.inner .sp_icon {
	display: inline-block;
	margin: 30px 0;
}
footer .f_sp.inner .sp_icon img{
	width: 30px;
	height: auto;
}
footer .f_sp.inner .copy {
	font-size: 1.2rem;
	color: #6f7fa2;
}

@media screen and (max-width:930px){
	footer .f_pc{
		display: none;
	}
	footer .f_sp{
		display: block;
	}
	footer .f_sp p{
		letter-spacing: 0;
		font-size: 1.4rem;
	}
}


.sv01{
	display: flex;
}
.sv01 .sv_title{
	width: 25%;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
}
.sv01 .sv_title h2{
	writing-mode: vertical-rl;
    font-size: 3rem;
    letter-spacing: .1em;
	line-height: 1.6;
	padding-top: 55px;
	font-weight: 500;
	position: relative;
}
.sv01 .sv_title h2 .font_c{
	display: block;
    font-size: 1.2rem;
    font-weight: 900;
	letter-spacing: 0.1em;
	color: #d7b864;
}
.sv01 .sv_title h2 .svtsmall{
	font-size:80%;
}
.sv01 .sv_title h2 .tr{
	position:absolute;
	transform:rotate(-90deg);
	top:46px;
	right:-3px;
}
.svimg{
	height: 620px;
	width: 75%; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 0 0 100px;
}
@media screen and (max-width:930px){
	.svimg{
		height:330px;
		width: 70%;
		border-radius: 0 0 0 50px;
	}
	.sv01 .sv_title{
		width:30%
	}
	.sv01 .sv_title h2{
		padding-top: 50px;
		font-size:2.1rem;
	}
}

.pankuzu{
	display: flex;
	align-items: center;
	margin-top: -24px;
	padding-left: 8%;
}
.pankuzu .p_icon{
	transition: .6s;
}
.pankuzu li{
	margin-right: 12px;
}
.pankuzu .p_space{
	position:relative;
}
.pankuzu .p_space:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pankuzu li a:hover{
	filter:opacity(1);
	color: #42569d;
}
.pankuzu li a:hover .p_icon{
	fill:#42569d;
}
@media screen and (max-width:930px){
	.pankuzu{
		display:none;
	}
}

.a_message{
	text-align: center;
	line-height: 1.6;
	margin: 120px 0 0 0;
}
.a_message .inner{
}
.a_message .inner h3{
	font-size: 3.8rem;
	line-height: 1.6;
	margin-bottom: 70px;
	font-weight: 500;
}
.a_message .inner p{
	line-height: 2.2
}
.a_slider{
	margin: 150px 0 0 0;
}
.a_slider li{
	padding: 0 5px;
}
.a_slider li img{
	border-radius: 20px;
}
.a_gaiyou{
	margin: 200px 0 140px;
}
.a_gaiyou .inner{
}
.a_gaiyou .inner h3{
	text-align:center;
	font-size: 2.6rem;
	margin-bottom: 50px;
}
.a_gaiyou .inner table{
	width: 100%;
	border-top: 1px solid #e6e6e6;
}
.a_gaiyou .inner table th,
.a_gaiyou .inner table td{
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
}
.a_gaiyou .inner table th{
	width: 120px;
	text-align: left;
	font-weight: normal;
}
.a_gaiyou .inner table td{
	width: calc(100% - 120px);
}
.a_gaiyou .a_map{
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.a_gaiyou .a_map iframe{
	width: 100%;
	margin: 40px 0 25px;
}
.a_gaiyou .a_map p{
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width:930px){
	.a_message{
		text-align: left;
		margin: 40px 0 0 0;
	}
	.a_message .inner h3{
		margin-bottom: 40px;
		font-size: 2.3rem;
	}
	.a_slider{
		margin: 80px 0 0 0;
	}
	.a_gaiyou{
		margin: 100px 0;
	}
	.a_gaiyou .inner h3{
		font-size:2rem;
		margin-bottom: 32px;
	}
	.a_gaiyou .inner table td a{
		color:#42569d;
		text-decoration: underline;
	}
	.a_gaiyou .a_map{
		padding:0;
	}
	.a_gaiyou .a_map iframe{
		height: 250px;
	}
	.a_gaiyou .a_map p{
		font-size:1.6rem;
	}
}

.asa_sv{
	background-position:8% center;
}
.asa_message{
	margin: 120px 0 0 0;
	text-align: center;
}
.asa_message .inner{
	text-align: center;
}
.asa_message .inner p{
}
.asa_price{
	margin-top: 120px;
	text-align: center;
}
.asa_price .inner_s{
	max-width: 670px;
	padding: 0 20px;
	margin: 0 auto;
}
.asa_price h3{
	font-size: 2rem;
	letter-spacing: .1em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.asa_price h3 span{
	font-size: 1.2rem;
	color: #d7b864;
	margin-right: 6px;
}
.asa_price .asa_note{
	margin: 40px 0;
	line-height: 2.2;
}
.asa_price .asa_wrap{
	text-align:left;
}
.asa_price .asa_wrap .small{
	font-size: 1.3rem;
}
.asa_price .asa_wrap table{
	width: 100%;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	margin-bottom: 40px;
}
.asa_price .asa_wrap table th,
.asa_price .asa_wrap table td{
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
}
.asa_price .asa_wrap table th{
	width: calc(100% - 120px);
	text-align: left;
	font-weight: normal;
}
.asa_price .asa_wrap table td{
	width: 120px;
}
.asa_price .asa_wrap table td span{
	font-weight: bold;
}
.asa_price .inner{
}
.asa_price .asa_i_wrap{
	border:1px solid #e6e6e6;
	padding: 60px 20px;
	margin-top: 100px;	
}
.asa_price .asa_i_wrap h3{
	margin-bottom: 40px;
}
.asa_price .asa_i_wrap p{
	line-height: 2.2;
}
@media screen and (max-width:930px){
	.asa_message{
		text-align: left;
		margin: 60px 0 0 0;
	}
	.asa_message .inner{
		text-align: left;
	}
	.asa_price{
		margin-top: 80px;
		text-align: left;
	}
	.asa_price h3{
		letter-spacing: 0;
	}
	.asa_price .asa_note{
		margin: 20px 0;
        line-height: 1.6;
	}
	.asa_price .asa_wrap table{
		margin-bottom: 20px;
	}
	.asa_price .inner_s h3{
		text-align: left;
		font-size: 1.9rem;
		justify-content: flex-start;
	}
}

.acc_sv{
	background-position: 20% center;
}

.step{
}
.step ul{
	margin: 120px 0;
}
.step ul li{
	display: flex;
	flex-wrap: wrap;
	border:1px solid #e6e6e6;
	padding: 60px 50px 60px 0;
	margin-bottom: 70px;
	position: relative;
}
.step ul li:after{
	content:"";
	position: absolute;
	bottom: -57px;
	left: calc(50% - 9px);
	background: url(../images/arrow.svg)center no-repeat;
	background-size: contain;
	width: 18px;
	height: 41px;
}
.step ul li:last-child:after{
	content:none;
}
.step ul li .fl_number{
	width: 210px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.step ul li .fl_number .fl_step{
	display:flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.step ul li .fl_number h5{
	font-size:1.4rem;
	margin: -18px 0 5px 0;
}
.step ul li .fl_number h5 span{
	font-size: 3.4rem;
	vertical-align: sub;
	padding-left: 5px;
}
.step ul li .fl_number p img{
	width: 32px;
	height: auto;
}
.step ul li .font_b{
}
.step ul li .fl_wrap{
	width: calc(100% - 210px);
}
.step ul li .fl_wrap h4{
	font-size:2rem;
	letter-spacing: .1em;
	position: relative;
	padding-left: 19px;
	margin-bottom: 55px;
	line-height: 1.6
}
.step ul li .fl_wrap h4:before{
	content: "●";
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 1.2rem;
    color: #d7b864;
}
.step ul li .fl_wrap .font_a{
	line-height: 2;
}
.step ul li .fl_wrap .fl_tel_pc{
	font-weight: 900;
	margin-top: 40px;
}
.step ul li .fl_wrap .fl_tel_pc span{
	font-size: 2.8rem;
	font-weight: 700;
}
.step ul li .fl_wrap .fl_tel_sp{
	text-align:center;
}
.step ul li .fl_wrap .fl_tel_sp a{
	display: inline-block;
    background: #42569d;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 650;
    width: 260px;
    padding: 13px 0;
    margin: 20px 0 12px;
    border-radius: 50px;
	text-align: center;
}
.step ul li .fl_wrap .fl_tel_sp span{
	font-size: 2.1rem;
    font-weight: 650;
    letter-spacing: 0.1rem;
}
.step ul li .fl_wrap .fl_note{
	font-size: 1.3rem;
}
@media screen and (max-width:930px){
	.step ul{
		margin:60px 0;
	}
	.step ul li .fl_number{
		width: 100%;
		margin-bottom: 20px;
		justify-content: flex-start;
	}
	.step ul li .fl_number .fl_step{
		flex-flow: wrap;
		justify-content: flex-start;
	}
	.step ul li .fl_number h5{
		margin:0;
	}
	.step ul li .fl_number h5 span{
		vertical-align:sub;
		margin:0 25px 0 5px;
	}
	.step ul li .fl_wrap h4{
		margin-bottom:25px;
	}
	.step ul li .fl_wrap{
		width: 100%;
	}
	.step ul li{
		padding: 40px 20px;
	}
}

.plan10sv .svimg{
}
.plan_messe .inner h3{
	font-size: 3.4rem;
}
.plan_messe .inner h3 span{
	font-size: 1.8rem;
}
.plannote{
	border-top: 1px solid #e6e6e6;
	margin-top: 50px;
}
.plannote li{
	padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
.plannote li h4{
	font-size:2rem;
	letter-spacing: .1em;
	position: relative;
	padding-left: 19px;
	margin-bottom: 15px;
	line-height: 1.6;
	display: inline-block;
}
.plannote li h4:before{
	content: "●";
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 1.2rem;
    color: #d7b864;
}
.plan_file{
	background: #fff;
    filter: drop-shadow(0 10px 10px rgb(0 0 0 / 20%));
    border-radius: 30px;
	padding: 100px 8%;
	margin: 100px auto;
	transform: translateZ(0px);
}
.plan_file h3{
	font-size: 2.6rem;
	position: relative;
    margin: 0 auto 100px;
	text-align: center;
}
.plan_file h3:after{
	content:"";
	position: absolute;
	top: -40px;
	left: calc(50% - 125px);
	width: 250px;
	height: 100px;
	background: url(../images/file_bg.svg)center no-repeat;
	z-index: -1;
}
.plan_file ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.plan_file ul li{
}
.plan_file ul li:nth-child(1){
	width:280px;
}
.plan_file ul li:nth-child(2){
	width:calc(100% - 280px);
}
.plan_file ul li h4{
	font-size: 1.8rem;
	line-height: 1.6;
}
.plan_file ul li h4 span{
	font-size: 2.4rem;
}
.plan_file ul li h5{
	font-size: 1.6rem;
	border-bottom: 3px solid #d7b864;
    display: inline-block;
}
.plan_file ul li p{
	line-height: 2;
}
.plan_btn{
	text-align: center;
	margin-bottom: 120px;
}

@media screen and (max-width:930px){
	.plan_messe .inner h3{
		font-size: 2.1rem;
	}
	.plan_messe .inner h3 span{
		font-size:1.6rem;
	}
	.plan_file{
		margin: 80px auto;
		padding: 80px 20px;
	}
	.plan_file ul li:nth-child(1),
	.plan_file ul li:nth-child(2){
		width:100%;
	}
	.plan_file h3{
		margin:0 auto 80px;
		font-size: 2rem;
	}
	.plan_file h3:after{
        width: 200px;
        height: 80px;
        left: calc(50% - 100px);
        top: -25px;
	}
	.plan_file ul li h4{
		text-align: center;
		margin-bottom: 25px;
	}
	.plannote li h4{
		font-size:1.6rem;
	}
	.plannote li h4:before{
		font-size:.8rem;
		top:7px;
	}
	.plan_file ul li h5{
		text-align: center;
        display: table;
		margin: 25px auto 0;
	}
}


.pr_head{
	margin: 100px 0 0 0;
}
.pr_head .goukei{
	max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.pr_head .font_a{
	text-align: center;
	margin-top: 40px;
}
.pr_list{
}
.pr_each{
	margin-top: 100px;
}
.pr_each h3{
	font-size: 2.2rem;
	position: relative;
	padding: 0 0 0 18px;
}
.pr_each h3:before{
	content:"●";
	color: #D7B864;
	font-size: 1rem;
	position: absolute;
	top: 8px;
	left: 0;
}
.pr_each table{
	border-collapse:  collapse;
	width: 100%;
	table-layout: fixed;
	margin: 20px 0;
}
.pr_each table th,
.pr_each table td{
	border: 1px solid #E6E6E6;
	text-align: center;
    padding: 23px 5px;
}
.pr_each table th{
	font-weight: normal;
	background: #F6F7FA;
	width: 340px;
}
.pr_each table td{
}
.pr_each table .pr_bg{
	background: #F6F7FA;
}
.pr_note{
}
.pr_note li{
	position: relative;
	padding-left: 15px;
}
.pr_note li:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.pr_img{
	margin-top: 40px;
	display: flex;
	gap:10px;
}
.pr_img li{
	width: 30%;
}
.pr_inote{
	font-size:1.3rem;
	margin-top: 18px;
}
.pr_bnr{
	margin: 150px auto;
}
.pr_bnr a{
	position: relative;
	height: 300px;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pr_bnr a:hover{
	filter:opacity(1);
}
.pr_bnr a:before{
	content:"";
	background: url(../images/bnr.png)center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: -1;
	transition: .3s;
}
.pr_bnr a:hover:before{
	opacity:.7;
}
.brbwrap{
}
.brbwrap .prp{
	font-size: 5rem;
	line-height: 1.1;
	font-weight: 500;
	margin-top: -10px;
}
.brbwrap span{
	font-size: 1.7rem;
	letter-spacing: 0.05rem;
}
.pr_bnrbtn{
	width: 190px;
	height: 37px;
	margin: 30px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	border-radius: 20px;
	color: #42569D;
	transition: .3s;
}
.pr_bnrbtn .prtxt{
	font-size: 1.3rem;
	font-weight: 600;
}
.pr_bnrbtn .pr_arrow{
	position: absolute;
	right: 15px;
	top: 4px;
	fill: #42569D;
}
.pr_bnr a:hover .pr_bnrbtn{
	background: #42569D;
	color: #fff;
}
.pr_bnr a:hover .pr_arrow{
	fill:#fff;
}
.prar{
}

@media screen and (max-width:930px){
	.pr_each table th{
		width: auto;
	}
	.pr_img li{
		width: 50%;
	}
	.pr_bnr{
		margin:100px auto;
	}
	.pr_bnr a{
		height:160px;
	}
	.pr_bnr a:before{
		background: url(../images/bnrsp.png)center no-repeat;
		background-size: cover;
		border-radius: 20px;
	}
	.brbwrap .prp{
		font-size: 2.8rem;
		line-height: 1.3;
	}
	.brbwrap span{
		font-size: 1.1rem;
	}
	.pr_bnrbtn{
		margin: 15px auto 0;
	}
	.pr_each h3{
		font-size:1.8rem;
	}
	.pr_each h3:before{
		font-size: .8rem;
		top: 7px;
	}
}

.news_wrap .inner{
	display: flex;
	flex-wrap: wrap;
	margin: 120px auto;
}
.news_listwrap{
	width: 720px;
}
.news_list{
	border-top: 1px solid #e6e6e6;
}
.news_list li{
	display: flex;
	flex-wrap: wrap;
    flex-flow: column;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news_list li .info{
	margin-bottom: 15px;
}
.news_list li a{
	filter:opacity(1);
	text-decoration:underline;
	text-decoration-color:#fff
}
.news_list li a:hover{
	text-decoration-color:#111
}
.pager{
	margin-top: 65px;
	text-align: center;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pagination li{
	padding: 5px 10px
}
.pagination li a{
	height: 28px;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}
.pagination li a:hover{
	filter: opacity(1);
	background: #42569d;
    color: #fff;
}
.pagination .active{
	background: #42569d;
    color: #fff;
	height: 28px;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}
.pagination li a img{
	height: 12px;
	width: auto;
	transition:.3s;
}
.pagination li :hover img{
    filter: brightness(100);
}

.side{
	width: calc(100% - 720px);
}
.sideblock{
	width: 80%;
	margin: 0 0 0 auto;
}
.blocktitle{
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid;
	margin-bottom: 20px;
}
.blockmain{
}
.itemlist{
}
.itemlist li{
	padding: 5px 0;
}
.itemlist li a{
	color: #42569d;
	text-decoration: underline;
	text-decoration-color: #42569d;
}
.itemlist li a:hover{
	text-decoration-color:#fff;
	filter: opacity(1);
}

.pager .pageback{
	display: inline-block;
}
.pager .pageback:after{
}

.pager .blue_btn{
	display: none;
}
.post_wrap{
}
.post_wrap .inner{
	margin: 100px auto 120px;
}
.post_area{
}
.post_thumb{
}
.post_thumb img{
	height: auto;
}
.post_head{
	margin: 40px 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.post_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
	gap:15px;
}
.post_info .n_category{
	margin:0;
}
.post_head h2{
	font-size:2.2rem;
}
.post_cont{
}
.post_cont h1,
.post_cont h2,
.post_cont h3,
.post_cont h4,
.post_cont h5,
.post_cont h6{
	font-size: 2rem;
}
.post_cont p{
	margin:25px 0;
}
@media screen and (max-width:930px){
	.news_listwrap{
		width:100%;
	}
	.side{
		width:100%;
		margin-top: 80px;
	}
	.sideblock{
		width: 100%;
		margin: 0 auto;
	}
	.blocktitle{
		text-align: left;
	}
	.post_wrap .inner{
		margin: 0 auto 120px;
	}
	.post_info{
		justify-content: flex-start;
	}
	.pager .pageback{
		display:none;
	}
	.pager .blue_btn{
		display: inline-block;
	}
}

.menu_sec{
	margin: 120px 0 0 0;
}
.menu_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}
.menu_list li{
	width: calc(33.33% - 10px);
	margin-bottom: 30px;
}
.menu_list li .m_l_wrap{
}
.menu_list li .m_l_wrap a{
	aspect-ratio: 1 / 1;
	padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
	border-radius: 20px;
}
.menu_list li .m_l_wrap img{
	height:100%;
	width: auto;
}
.menu_list li .m_l_wrap .i_yoko img{
	height:auto;
	width: 100%;
}
.menu_list li .m_l_wrap h3{
	text-align: center;
	font-size: 1.9rem;
	margin: 20px auto;
}

@media screen and (max-width:930px){
	.menu_sec{
		margin:60px 0 0 0;
	}
	.menu_list{
		gap:5px;
	}
	.menu_list li{
		width: calc(50% - 5px);
	}
	.menu_list li .m_l_wrap h3{
		font-size:1.6rem;
		line-height: 1.4
	}
	.menu_list li .m_l_wrap h3 span{
		font-size:1.4rem;
	}
}

.menu_head{
	margin: 120px 0;
	line-height: 2;
}
.menu_head .m_head1{
	text-align: center;
}
.menu_head .m_head1 .mh_01{
}
.menu_head .m_head2{
	text-align: center;
	margin-top: 50px;
}
.menu_head .m_head2 p{
	color: #4d4d4d;
	font-size: 1.4rem;
}
.menu_head .m_headbox{
	max-width:950px;
	margin: 80px auto 0;
	padding: 50px 8%;
	background: #fff;
	border-radius: 20px;
	filter:drop-shadow(0 0 5px rgba(0,0,0,.15));
	transform: translateZ(0px);
}
.menu_head .m_headbox div{
	text-align: center;
	margin-bottom: 50px;
}
.menu_head .m_headbox h3{
	display: inline;
	position: relative;
	font-size: 2.2rem;
}
.menu_head .m_headbox h3:after{
	content:"";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted;
}
.menu_head .m_headbox h4{
	font-size:1.8rem;
	font-weight: bold;
	letter-spacing: .1em;
	position: relative;
	padding-left: 19px;
	margin: 40px 0 0 0;
	line-height: 1.6
}
.menu_head .m_headbox h4:before{
	content: "●";
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 1.2rem;
    color: #d7b864;
}
.menu_slide{
}
.menu_slide .slide-items{
}
.menu_slide .slide-items li{
}
.menu_slide .slide-items li div{
	margin: 0 5px;
	aspect-ratio: 1 / 1;
	padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
	border-radius: 20px;
}
.menu_slide .slide-items li div img{
	height:100%;
	width: auto;
}
.menu_slide .slide-items li div .yoko{
	height:auto;
	width: 100%;
}
.menu_slide .row_btns{
	text-align: center;
    margin-top: 25px;
}
.menu_slide .row_btns button {
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}
.menu_slide .row_btns .slick_pause .control,
.menu_slide .row_btns .slick_start .control{
	transition:.3s;
}
.menu_slide .row_btns .slick_pause:hover .control,
.menu_slide .row_btns .slick_start:hover .control{
	fill:#42569d;
}
.menu_slide .slick-arrow{
}
.menu_slide .prev-arrow,
.menu_slide .next-arrow{
	position: absolute;
    bottom: -43px;
	height: 12px;
	width: 14px;
    z-index: 2;
	cursor: pointer;
	transition:.3s;
}
.menu_slide .prev-arrow{
    left: calc(50% - 70px);
}
.menu_slide .next-arrow{
    right: calc(50% - 70px);
}
.menu_slide .prev-arrow:hover,
.menu_slide .next-arrow:hover{
	filter: invert(27%) sepia(57%) saturate(1224%) hue-rotate(203deg) brightness(93%) contrast(83%);
}

.menu_btn{
	text-align: center;
	margin: 120px 0;
}
.menu_btn .inner{
	max-width: 360px;
}
.menu_btn .blue_btn{
	display: inline-block;
	margin-bottom: 80px;
}
.menu_btn .a_under{
	display: inline-block;
}

@media screen and (max-width:930px){
	.menu_head{
		margin:52px 0;
	}
	.menu_head .m_head1,
	.menu_head .m_head2{
		text-align: left;
	}
	.menu_btn{
		margin:80px 0;
	}
	.menu_head .m_headbox h4{
		font-size:1.5rem;
	}
	.menu_head .m_headbox h4:before{
		font-size: .5em;
        top: 6px;
	}
	.menu_btn .blue_btn{
		margin-bottom: 50px;
	}
	.menu_head .m_headbox h3{
		font-size:1.6rem;
	}
}