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

*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#000;
	line-height:1.5;
	font-family:"メイリオ", Meiryo,"ヒラギノ明朝 W3 JIS2004","Hiragino Mincho W3 JIS2004", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
	line-height:100%;
}

a{
	overflow:hidden;
	outline:none;
	color:#333;
}

.pc_hide{
	display:none;
}

.sp_hide{
}


a{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover{
	opacity: .5;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width:100%;
	height:136px;
	position:fixed;
	z-index:10;
	margin:0px auto;
	overflow:hidden;
	top:0px;
	left:0%;
	background-color:#fff;
}

#header{
	width:1200px;
	height:136px;
	position:relative;
	z-index:10;
	margin:0px auto;
	overflow:hidden;
}


/**/

#header h1{
	width:280px;
	height:36px;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:25px;
	line-height:100%;
}

/**/

.head_bn{
	width:160px;
	height:29px;
	position:absolute;
	overflow:hidden;
	top:34px;
	right:220px;
}

.head_bn li{
	list-style-type:none;
	width:25%;
	float:left;
	overflow:hidden;
	text-align:center;
}

/**/

.head_tel{
	display: none;
	width:194px;
	height:32px;
	position:absolute;
	overflow:hidden;
	right:3px;
	top:12px;
	line-height:100%;
}

/**/

.head_add{
	width:190px;
	font-size:14px;
	line-height:14px;
	position:absolute;
	overflow:hidden;
	right:8px;
	top:43px;
	line-height:100%;
}

/**/

#gnavi{
	width:1182px;
	height:27px;
	position:absolute;
	overflow:hidden;
	left: 0;
    right: 0;
    margin: auto;
	bottom:20px;
    display: flex;
    justify-content: center;
}

#gnavi li{
    width: calc( 100% / 7 );
	list-style-type:none;
	/*float:left;*/
	overflow:hidden;
	display:inline;
    box-sizing: border-box;
    border-right: 1px solid #D3D3D3;
}

#gnavi li:first-child{
    border-left: 1px solid #D3D3D3;
}

/*TOKI家族紹介ページクローズ*/
#gnavi li#gnavi04{
	display: none;
}

#gnavi li a{
	display:block;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center top;
}

#gnavi li a:hover{
	background-position:center bottom;
}

#gnavi01 a{
	/*width:197px;*/
	background-image:url(index/gnavi01.png);
}

#gnavi02 a{
	background-image:url(index/gnavi02.png);
}

#gnavi03 a{
	background-image:url(index/gnavi03.png);
}

#gnavi04 a{
	background-image:url(index/gnavi04.png);
}

#gnavi05 a{
	background-image:url(index/gnavi05.png);
}

#gnavi06 a{
	background-image:url(index/gnavi06.png);
}

#gnavi07 a{
	background-image:url(index/gnavi07.png);
}

#gnavi08 a{
	background-image:url(index/gnavi08.png);
}

/*-----------------------------------------------------------*/
/*メイン画像*/

#mainimage{
	width:1200px;
	height:600px;
	position:fixed;
	top:136px;
	left:50%;
	margin-left:-600px;
	z-index:0;
	text-align:center;
}

#mainimage img{
	width:100%;
	height:auto;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_wrap{
	max-width:100%;
	min-width:1200px;
	margin:0px auto;
	overflow:hidden;
	background-color: rgba( 255, 255, 255, 0.8 );
	position:relative;
	margin-top:736px;
	z-index:2;
}

#contents{
	width:1208px;
	margin:0px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*サービスメニュー*/

.service_menu{
	width:100%;
	overflow:hidden;
	padding-top:15px;
}

.service_menu li{
	list-style-type:none;
	width:20%;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-top:10px;
}

.service_menu li:first-child{
	width:40%;
}

.service_menu li a{
	display:block;
	overflow:hidden;
	text-decoration:none;
}

.service_menu li a dl{
	font-family: "ヒラギノ明朝 W3 JIS2004","Hiragino Mincho W3 JIS2004";
}

.service_menu li a dl dt{
}

.service_menu li a dl dd{
	overflow:hidden;
	margin-top:0.25em;
	font-size:18px;
	letter-spacing:2px;
}

/**/

/*コロナバナー*/

#bn_covid19{
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
}

#bn_covid19 p{
    border: 1px solid red;
}

#bn_covid19 p a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: red;
    padding: 15px 0;
}


/*-----------------------------------------------------------*/
/*ブログ*/

.blog_container{
	width:100%;
	margin:30px auto;
	overflow:hidden;
}

.a_blog_box{
	width:50%;
	float:left;
	overflow:hidden;
}

.a_blog_box .sub{
	width:584px;
	margin:0px auto;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #D5D5D5;
	padding:22px 0px;
}

.a_blog_box .sub dt{
	float:left;
	overflow:hidden;
	margin-left:30px;
}

.a_blog_box .sub dd{
	float:right;
	overflow:hidden;
	margin-right:25px;
}

/**/

.entry_list{
	width:450px;
	margin:0px auto;
	overflow:hidden;
}

.entry_list li{
	list-style-type:none;
	margin:30px auto;
	overflow:hidden;
}

.entry_list li dl{
}

.entry_list li dl dt{
	float:left;
	width:100px;
	overflow:hidden;
}

.entry_list li dl dd{
	float:left;
	width:350px;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*コンセプト*/

.c_txt01{
	width:1080px;
	margin:40px auto;
	overflow:hidden;
}

.c_txt02{
	width:1080px;
	margin:40px auto;
	overflow:hidden;
	background-image:url(index/bg01.png);
}

.c_txt02 dl{
	padding:15px;
	overflow:hidden;
}

.c_txt02 dl dt{
	font-size:15px;
}

.c_txt02 dl dd{
	padding:15px 5px;
}

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

#copy{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:58px auto;
}

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

#photo_list{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}

#photo_list .sub{
	margin-bottom:20px;
	overflow:hidden;
	margin-top:20px;
}

#photo_list li{
	list-style-type:none;
	padding-bottom:20px;
	overflow:hidden;
	text-align:center;
}

#photo_list li img{
	width:100%;
	height:auto;
}

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

.label_1day_5kumi{
	text-align:center;
	overflow:hidden;
	margin-top:60px;
}

.label_1day_5kumi img{
	width:auto;
	height:30px;
}

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