@charset "utf-8";
/* CSS Document */

/*PC用css*/
@media screen and (min-width: 897px){
.float_left{	float:left;}
.float_right{	float:right;}
.no_pc{	display: none;}
.box50{	width: 48%; box-sizing: border-box;}	
.box70{	width: 65%; box-sizing: border-box;}
.box30{ width: 30%; box-sizing: border-box;}
.box60{	width: 55%; box-sizing: border-box;}
.box40{ width: 40%; box-sizing: border-box;}
.img_left{
	float:left;
	margin:0 40px 20px 0;
	clear: both;
}
.img_right{
	float:right;
	margin:0 0 20px 40px;
	clear: both;
}
.pc_center{
	text-align: center;
}
.main{
	float:left;
	width:70%;
}
.side{
	float:right;
	width:22%;
	margin-bottom:80px;
	display:block;
}
.side img{
	max-width: 100%;
	height: auto;
}
#slide_menu{
	display: none;
}

/*----------------------------*/


.container{
	max-width:1200px;
	margin: auto;
}

header button{
	display: none;
}
.logo{
}
.g_navi_box{
}
ul.g_navi{
	margin: auto;
	z-index: 5000;
    display: flex;
	justify-content: center;
    position: relative;
	margin-top: 55px;
}
ul.g_navi li{
    box-sizing: border-box;
	padding: 0 20px;
}
ul.g_navi li a{
	display: block;
	font-size: 1.05rem;
	color: #111;
	height: 85px;
}
.g_navi01 a{
	background: url("../images/g_navi01.webp") no-repeat center bottom 5px/ 47px auto;
}
.g_navi02 a{
	background: url("../images/g_navi02.webp") no-repeat center bottom 5px/ 51px auto;
}
.g_navi03 a{
	background: url("../images/g_navi03.webp") no-repeat center bottom 5px/ 40px auto;
}
.g_navi04 a{
	background: url("../images/g_navi04.webp") no-repeat center bottom 5px/ 66px auto;
}
.g_navi05 a{
	background: url("../images/g_navi05.webp") no-repeat center bottom 5px/ 41px auto;
}
.g_navi06 a{
	background: url("../images/g_navi06.webp") no-repeat center bottom 5px/ 40px auto;
}
.pull a span{
	margin: 2px auto 0;
	display: block;
	transform: rotate(90deg);/* 回転 */
	transition: 0.3s;
	color: #000;
	
}
.pull a:hover span{
	transform: rotate(-90deg);/* 回転 */
}

    
/*------ ナビプルダウン --------*/

.g_navi li ul {
	display: none;
	position: absolute;
	top: 85px;
	margin-left: -30px;
}

.g_navi li ul li {
	padding: 0;
	height: auto;
	border-right: none;
	border:solid 1px #FFF;
	border-top: none;
}

.g_navi li ul li a{
    text-indent: 0;
    background-image: none;
    display: block;
    font-size: 1rem;
    text-align: center!important;
	line-height: 1.4;
    padding: 15px;
	height: auto;
	background: rgba(233,153,180,0.9);
	color:#FFF!important;
}
.g_navi li ul li a img{
    margin-bottom: 10px;
    max-width: 100%;
	display: block;
}

.g_navi li ul li a:hover{
}

.top_news_left{
	width: 20%;
	text-align: center;
	padding: 40px 0;
	box-sizing: border-box;
}
.top_news_right{
    width: 75%;
	background: #FFF;
	padding: 40px 5% 10px;
	border-radius: 20px;
	box-sizing: border-box;
}
.scroll_box section{
	margin-bottom:0;
	padding-top: 110px;
}
.btn01 a, .btn01 input, .btn01 button{
	min-width: 180px;
}	
.btn02 a{
	min-width: 240px;
}	

header{
    /*はじめの高さを設定*/
	height: 230px;
	min-width: 1100px;
}	
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
header.HeightMin{
	position: fixed;
    z-index: 999999;/*最前面へ*/
	height:70px;
	animation: DownAnime 0.5s forwards;
	mix-blend-mode: normal!important;
	background: #FFF;
	box-shadow: 0 0 8px #DDD;
}
header.HeightMin a{	
	height: 70px!important;
	line-height: 70px!important;
}
header.HeightMin img{	
	height: 40px;
	width: auto;
	margin-top: -30px;
}
	
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-400px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}	
/*------ pc_style --------*/


header{
	padding: 0 3% 20px;
	background: url("../images/h_bg.webp") repeat-x top center;
}
.h_tel{
	display: flex;
	justify-content: flex-end;
}
.h_tel li{
	margin-left: 20px;
	margin-top: -2px;
}

.top_text{
	max-width: 610px;
	padding: 100px 0 0;
	text-align: left;
}
.text{
	width: 45%;
}
.img{
	width: 50%;
}

.illust_l{
	position: absolute;
	left: -50px;
	max-width: 100px;
}
.illust_r{
	position: absolute;
	right: -50px;
	max-width: 100px;
}
/*-----------------------------------------*/

}
