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

/*
@media以外の所は全てのサイズで読み込まれます。
*/
body{
	text-align: center;
	margin: 0;
	padding: 0;
}
#content{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}

h1{
	margin: 0 auto;
	padding: 0;
}
h2{
	margin: 0 auto;
	padding: 0;
}


ul li{
	list-style: none;
	text-align: center;
	font-size: 15px;
	padding: 5px;
}
ul li a{
	text-decoration: none;
}
ul li a:hover{
	text-decoration: underline;
}


/* 全体　トップページ　おしらせ　*/

#info_top{
	width: 90%;
	border-bottom: dashed 1px #828080;
	margin: 20px auto 0 auto;
	padding: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#info_in{
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	border-bottom: dashed 1px #828080;
}
#info_in ul{
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
}
#info_in ul li{
	text-align: left;
	margin: 0;
	padding: 3px;
	list-style: circle;
}
#map{
	width: 95%;
	margin: 10px auto;
	padding: 10px auto;
}


/* 全体　トップページ　スライド　*/

@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}

/* 全体　フッター　*/

#footer{
	clear: both;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-color: #AD1050;
	margin: 0 auto;
	}
#footer p{
	text-align: left;
	padding: 10px 0 0 20px;
	color: #FFFFFF;
}
#footer p a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
#footer p a:hover{
	color:#FF00F3;
	text-decoration: none;
}
#footer ul li{
	text-align: left;
	color: #FFFFFF;
}
#footer ul li a{
	color: #FFFFFF;
}
#footer ul li a:hover{
	color:#FF00F3;
	text-decoration: none;
}


/* 全体　ページトップへ　*/

.pagetop
    {
    position: fixed;
    bottom: 1px;
    right: 1px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
	outline: none;
}

/* 全体　テキスト仕様　*/

p.txt-in01{
		margin: 0 0 10px 20px;
	}
.box-a{
	display: flex;
}
.box-title01{
	display: inline-block;
    vertical-align: top;
	width: 20%;
	background-color: #FAA9AA;
	padding: 10px;
	margin: 5px 0 1px 10px;
	font-size: 18px;
	text-align: center;
}
.box-txt01{
	display: inline-block;
    vertical-align: top;
	width: 80%;
	border-top: dashed #000000 1px;
	border-bottom: dashed #000000 1px;
	padding: 10px;
	margin: 5px 0 0 0;
	font-size: 18px;
	text-align: left;
	text-indent: 2em;
}
.box-txt01 p{
	text-indent: -0.25em;
	line-height: 22px;
}
.box-txt01 p.voi01{
	text-indent: 1em;
	line-height: 22px;
	padding-left: -1em;
}

.box-txt01 a{
	text-decoration: none;
}
.box-txt01 a:hover{
	color: #E4004B;
}

.box-title02{
	display: inline-block;
    vertical-align: top;
	width: 20%;
	background-color: #FAA9AA;
	padding: 10px;
	margin: 0px 0 1px 10px;
	font-size: 18px;
	text-align: center;
}
.box-txt02{
	display: inline-block;
    vertical-align: top;
	width: 80%;
	border-bottom: dashed #000000 1px;
	padding: 10px;
	margin: 0;
	font-size: 18px;
	text-align: left;
	text-indent: 2em;
}
.box-txt02 p{
	text-indent: -0.25em;
	line-height: 22px;
}
.box-txt02 a{
	text-decoration: none;
}
.box-txt02 a:hover{
	color: #E4004B;
}
.box-txt02 p.voi01{
	text-indent: 1em;
	line-height: 22px;
	padding-left: -1em;
}

.box-title03{
	display: inline-block;
    vertical-align: top;
	width: 20%;
	background-color: #FAA9AA;
	padding: 10px;
	margin: 0px 0 1px 10px;
	font-size: 18px;
	text-align: center;
}
.box-txt03{
	display: inline-block;
    vertical-align: top;
	width: 80%;
	border-bottom: dashed #000000 1px;
	padding: 10px;
	margin: 0;
	font-size: 18px;
	text-align: left;
	text-indent: 2em;
}
.box-txt03 p{
	text-indent: -0.25em;
	line-height: 22px;
}
.box-txt03 a{
	text-decoration: none;
}

.box-txt03 a:hover{
	color: #E4004B;
}
.box-txt03 p.voi01{
	text-indent: 1em;
	line-height: 22px;
	padding-left: -1em;
}


/* 全体　パンくずリスト　*/

#top_main .list{
	text-align: left;
	padding: 0px 20px 20px 50px;
	margin-top: -10px;
	font-size: 10pt;
	}
#top_main .list a{
	text-decoration: none;
	}
#top_main .list a:hover{
	text-decoration: none;
	color: #FF9D00;
	}


/* 　全体　コピーライト　*/
	#bottom{
		clear: both;
		width:100%;
	    border-top: 2px dotted #663f2e;
		margin: 0 auto;
		padding: 0 auto;
		
	}
	#bottom p{
		color: #663f2e; 
		}
	
/* 全体　商品 */
	
.box-pro{
	display: block;
	float: left;
	text-align: center;
	padding: 10px;
	}
.box-pro a{
	font-size: 16px;
	text-decoration: none;
	}
.box-pro a:hover{
	color: #FC0040;
	}

/* 全体　画像 */
.img-r01{
	display: block;
	float: right;
	padding: 5px 30px 5px 0;
	width: 28%;
}
.img-l01{
	display: block;
	float: left;
	padding: 5px 0 5px 30px;
	width: 28%;
}
.img-c01{
	display: block;
	clear: both;
	padding: 5px 0 5px 70px;
	width: 85%;
}






	
#content-top{
	max-width: 1400px;
	width: 100%;
	padding-bottom: 40%;
    margin: -85px auto 10px auto;
    background: url("../img/slide-07.png") no-repeat;
    background-size: contain; 
}
	

/* PC　スライド　*/

#stage {
	display: none;
}
.pic {
	position: absolute;
}
.pic img {
	width: 90%;
	height: auto;
	opacity:0;
	-moz-animation: imgTrans 30s infinite;
	-webkit-animation: imgTrans 30s ease-in infinite;
	animation: imgTrans 30s infinite;
}
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#photo3 img {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
#photo4 img{
	-moz-animation-delay: 4.2s;
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
}
#photo5 img {
	-moz-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
#photo6 img {
	-moz-animation-delay: 8.2s;
	-webkit-animation-delay: 8.2s;
	animation-delay: 8.2s;
}
#photo7 img {
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
#photo8 img {
	-moz-animation-delay: 12.2s;
	-webkit-animation-delay: 12.2s;
	animation-delay: 12.2s;
}
#photo9 img {
	-moz-animation-delay: 16s;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
#photo10 img {
	-moz-animation-delay: 16.2s;
	-webkit-animation-delay: 16.2s;
	animation-delay: 16.2s;
}
#photo11 img {
	-moz-animation-delay: 20s;
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
#photo12 img {
	-moz-animation-delay: 20.2s;
	-webkit-animation-delay: 20.2s;
	animation-delay: 20.2s;
}
#photo13 img {
	-moz-animation-delay: 24s;
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
	#stage2{
		display: none;
	}
	
	
/* PC　トップスペース　*/
    
#top-space{
		max-width: 1400px;
		width: 100%;
		height: auto;
	    margin: 5px auto;
	    padding: 5px 0;
		text-align: left;
		}
#top-space .logo{
	    color: #000000;
		margin: 10px 0 0 5px;
		width: 80%;
		height: 130px;
	}
#top-space .logo a{
		background: url(../img/logo.png) no-repeat;
		width: 23%;
		height: 130px;
		display: block;
		float: left;
	    margin: 0 0 0 30px;
		text-indent: -9999px;
		outline: none;
	}

	
/* PC　上部メニュー　*/

	#menu{
		clear: both;
		width: 100%;
		margin: -120px auto 0 auto;
	    padding: 10px auto 0 auto;
	}	
	.dropmenu{
		*zoom: 1;
		list-style-type: none;
		width: 100%;
	}
	.dropmenu:before, .dropmenu:after{
		content: "";
		display: table;
	}
	.dropmenu:after{
		clear: both;
	}
	.dropmenu li{
		position: relative;
		width: 19%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.dropmenu li a{
		display: block;
		margin: 5px 0 0 0;
		padding: 10px 0 5px 0;
		color: #000000;
		background-color: #EFE5CA;
		opacity: 1;
		font-size: 17px;
		text-decoration: none;
		height: 32px;
		text-align: center;
		border-radius: 50px 5px 30px 5px;
		border-left: double #FFFFFF 5px;
		border-right: double #FFFFFF 5px;
		
	}
	.dropmenu li ul{
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.dropmenu li ul li{
		width: 100%;
		
		
	}
	.dropmenu li ul li a{
		height: 30px;
		margin: 1px 0 1px 0;
		padding: 10px 0 5px 0;
		background-color: #FBF8E3;
		color: #000000;
		text-align: center;
		text-decoration: none;
		opacity: 0.8;
	}
	.dropmenu li:hover > a{
		background: #ffffff;
		opacity: 0.8;
		text-decoration: none;
	}
	.dropmenu li a:hover{
		background: #B73067;
		color: #FFFFFF;
		text-decoration: none;
	}
	.dropmenu li ul li{
		margin: 1px 0 15px 0;
		padding: 0;
		text-align: center;
		overflow: hidden;
		height: 0;
		transition: .2s;
	}
	.dropmenu li:hover ul li{
		overflow: visible;
		height: 32px;
	}
	
/* PC　コンテンツ */
	#middle{
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0 auto;
	}
	#top_main{
		width: 70%;
		float: left;
		display: block;
		margin: 15px auto 0 30px;
		padding: 10px;
		clear: both;
		
	}
	
iframe #topmap{
	   width: 750px;
	   height: 150px;
       }
	
	
	#link{
		margin: 10px;
	}
	#link a{
		text-decoration: none;	 	
	}
	#link a:hover{
		text-decoration: underline;
		color: #C80352;
	}

/* PC　コンテンツ内部　タイトル設定　*/

.main-title{
	width: 100%;
	margin: -5px auto 20px auto;
	padding: 10px 0;
	text-align: left;
	text-indent: 2em;
	font-size: 18px;
	font-weight: bold;
	background-color: #AD1050;
	color: #FFFFFF;
	border-radius: 30px 5px 5px 30px;
	border-left: double #FFA9D0 5px;
	border-bottom: double #FFA9D0 5px;
	}
#top_main p{
	text-align: left;
	padding: 0 40px 0 40px;
	}
	
	
/* PC　トップページ　*/
	
	#top_img{
		clear: both;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-top: 10%;
		}
  	.menu_top_01 a{
		background: url(../img/menu_top_01.png) no-repeat;
		float: left;
	    margin: 1.5%;
		padding-top: 25%;
		width: 43%;
		height: auto;
		display: block;
        text-indent: -9999px;
        overflow: hidden;
		background-size: contain; 
		}
  	.menu_top_02 a{
		background: url(../img/menu_top_02.png) no-repeat;
		float: left;
	    margin: 1.5%;
		padding-top: 25%;
		width: 43%;
		height: auto;
		display: block;
        text-indent: -9999px;
        overflow: hidden;
		background-size: contain; 
		}
  	.menu_top_01 a:hover{
		background: url(../img/menu_top_01o.png) no-repeat;
		float: left;
	    margin: 1.5%;
		padding-top: 25%;
		width: 43%;
		height: auto;
		display: block;
        text-indent: -9999px;
        overflow: hidden;
		background-size: contain; 
		}
  	.menu_top_02 a:hover{
		background: url(../img/menu_top_02o.png) no-repeat;
		float: left;
	    margin: 1.5%;
		padding-top: 25%;
		width: 43%;
		height: auto;
		display: block;
        text-indent: -9999px;
        overflow: hidden;
		background-size: contain; 
		}
	
 
	
/* PC　サイドメニュー */

	#side_menu{
		width: 20%;
		height: auto;
		float: right;
		margin: 0 auto;
		padding: 37px 40px 0 0;
	}
	#side_title{		
		width: 100%;
		color: #FFFFFF;
		background-color: #AD1050;
		margin: 20px 0 0 0;
		padding: 8px;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		border-radius: 30px;
	}
	#side_menu ul{
		margin: 10px auto 30px auto;
		padding: 10px 0 0 0;
		text-align: left;
		font-size: 18px;
	}
	#side_menu ul li{
		text-align: left;
		border-bottom: dashed 1px #828080;
		margin: 0;
		padding: 5px 0 5px 20px;
		list-style: square;
		list-style-position: inside;
	}
	#side_menu ul li a{
		text-align: left;
		margin: 0;
		padding: 3px;
		list-style: square;
		color: #7A7878;
		text-decoration: none;
	}
	#side_menu ul li a:hover{
		color: #FF3636;
		text-decoration: none;
	}
	#side_menu ul li.side01{
		text-indent: -9999px;
		border-bottom: none;
	}
	#side_menu ul li.side01 a{
		background: url("../img/banner01.png") no-repeat;
		padding: 5px 0 40px 20px;
		display: block;
        text-indent: -9999px;
        overflow: hidden;
		background-size: contain; 
	}
	#side_menu ul li.side01 a:hover{
		background: url("../img/banner01o.png") no-repeat;
		padding: 5px 0 40px 20px;
		display: block;
        text-indent: -9999px;
        overflow: hidden;
		background-size: contain; 
	}

	#menu-background {
		display: none;
	}
	#menu-icon {
		display: none;
	}
	#menu-cb {
		display: none;
	}
	#menu-cb:checked ~ #side_menu,
	#menu-cb:checked ~ #menu-icon {
		display: none;
	}
	#menu-cb:checked ~ #menu-background {
		display: none;
	}

/* PC　フッター */

#container{
	width: 100%;
	height: 250px;
	margin: auto;
	padding: auto;
}

#con-menu{
	float: left;
	display: block;
	width: 70%;
	height: auto;
	color: #FFFFFF;
}
#con-company{
	float: right;
	display: block;
	width: 30%;
	height: auto;
	color: #FFFFFF;
}
#con-menu ul{
	float: left;
	width: 28%;
	height: auto;
}

	

		
	
	}