@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{
	position: absolute;
	top: 0;
}
.g_navi_box{
}
ul.g_navi{
	margin: auto;
	z-index: 5000;
    display: flex;
	justify-content: center;
    position: relative;
	margin-top: 30px;
}
ul.g_navi li{
    box-sizing: border-box;
}
ul.g_navi li a{
	display: block;
	padding: 0 20px;
	font-size: 1.1rem;
}
.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, .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: 20px 3% 20px;
	display: flex;
	justify-content: space-between;
	max-height: 120px;
	overflow-y: visible;
	position: relative;
	z-index: 1;
}
.h_tel{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.h_tel li{
	margin-left: 20px;
}
.f_logo{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: solid 1px #111;
	max-width: 90%;
	margin: auto;
	padding: 0 5% 0;
}
.f_logo div{
	margin-bottom: 40px;
}
.top_news{
	width: 48%;
}
	
.top_text{
	max-width: 610px;
	padding: 100px 0 0;
	text-align: left;
}
.text{
	width: 50%;
}
.img{
	width: 45%;
}
.img2{
	width: 50%;
}

.ust_l{
	position: absolute;
	left: -50px;
}
.illust_r{
	position: absolute;
	right: -50px;
	bottom: -100px
}
.illust_r_top{
	position: absolute;
	top: 0;
	right: -50px;
}	
.illust_l_top{
	position: absolute;
	top: -300px;
	left: -50px;
}	
.illust_r_top2{
	position: absolute;
	top: -150px;
	right: -150px;
}	
.illust_l_top2{
	position: absolute;
	top: -150px;
	left: -20px;
}	
.illust_r_top3{
	position: absolute;
	top: -250px;
	right: 0;
}	
.illust_l_center{
	position: absolute;
	top: 50%;
	left: 50px;
}	
/*-----------------------------------------*/

}
