
/* サイト全体の調整 */

body{
	background:url(../../img/common/bg.png) repeat;
}

p{
	color:#666464;
}

/* ヘッダー部分 */

header{
	position:relative;
	background:url(../../img/common/bg2.png) repeat;
	width:100%;
	min-width:1200px;
	overflow:hidden;
	padding-bottom:10px;
}

header .flag_l{
	position:absolute;
	top:0;
	left:0;
}

header .flag_r{
	position:absolute;
	top:0;
	right:0;
}

header #header_in{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
}
header #header_in h1{
	width:288px;
	float:left;
}
header #header_in .pre_btn{
	width:289px;
	float:right;
	margin-top:70px;
	
}

/* ナビ部分 */

nav{
	overflow:hidden;
	width:1200px;
	display: block;
	background:url(../../img/common/bg.png) repeat;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
	
}
.nav_fixed{
	width: 1200px;
	height: 70px;
	display: block;
	margin:0 auto;
	padding: 15px 0;
	
}
nav.fixed{
	width: 100%;
	position: fixed;
	top: 0;
	box-shadow: 0 2px 4px #BCBCBC;
}
.nav_fixed li{  
	float: left;
}
.nav_fixed a{
	display: block;
}


/* メインイメージ */

#main_image{
	width:100%;
	min-width:1200px;
	background:url(../../img/index/main_bg_base.png) repeat;
	z-index:998;
}

#main_image #main_layer{
	max-width:1200px;
	background:url(../../img/index/main_bg_base_02.png) no-repeat;	
	margin:0 auto;
}

#main_image #main_layer #main_inner{
	width:960px;
	position:relative;
	margin:0 auto;
}

#main_image img{
	display:block;
	margin:0 auto;
}

#main_image #spin01{
	position:absolute;
	top:60px;
	left:81px;
}
#main_image #spin02{
	position:absolute;
	top:355px;
	left:420px;
}
#main_image #spin03{
	position:absolute;
	top:240px;
	right:-14px;
}

/* イメージ下、見出し */

h2{
	background:url(../../img/index/main_bg.png) repeat-x top;
	min-width:1200px;
}

h2 img{
	display:block;
	margin:0px auto;
	padding-top:145px;
	margin-bottom:50px;
}

/* コンテンツ */

.inner{
	width: 1200px;
	margin: 0 auto;
}
#wrapper{
	width:960px;
	margin:0 auto;
}

#wrapper #news,
#wrapper .rss{
	width: 800px;
	margin: 20px auto 50px;
}

#wrapper #news ul li{
	margin: 0 !important;
	padding: 15px 10px !important;
	border-bottom: 2px dashed rgba(247,109,112,1.00) !important;
}

#wrapper #news ul li a {
	margin-left: 20px;
	color: #333333;
}

#wrapper #news ul li a:hover,
#wrapper #news ul li a:hover span,
#wrapper .rss ul li a:hover,
#wrapper .rss ul li a:hover span {
	color: rgba(247,109,112,1.00);
}

#wrapper .sub_nav{
	overflow:hidden;
	width:828px;
	margin:0 auto 30px;
}

article{
	overflow:hidden;
	margin-bottom:50px;
}

article h3{
	margin-bottom:40px;
}

#wrapper .rss ul {
	margin-bottom: 30px;
}

#wrapper .rss ul li {
	margin: 0 !important;
	padding: 15px 10px !important;
	border-bottom: 2px dashed rgba(247,109,112,1.00) !important;
	display: flex;
	justify-content: space-between;
}

#wrapper .rss ul li a {
	color: #333;
	margin-bottom: 20px;
}

#wrapper .rss ul li .rss_cont_a {
	width: 20%;
}

#wrapper .rss ul li .rss_cont_a img {
	width: 100%;
}

#wrapper .rss ul li .rss_cont_b {
	width: 75%;
	display: flex;
	flex-direction: column;
	position: relative;
}

#wrapper .rss ul li .rss_cont_b .more_link {
	position: absolute;
	bottom: 0;
	right: 0;
}

#wrapper .rss ul li .rss_cont_b .more_link a{
	display: inline-block;
	text-decoration: none;
	border: 1px solid rgba(247,109,112,1.00);
	background: rgba(247,109,112,1.00);
	color: #fff;
	padding: 5px 40px;
	transition: 0.5s ease-in-out;
	border-radius: 10px;
}

#wrapper .rss ul li .rss_cont_b .more_link a:hover {
	border: 1px solid rgba(247,109,112,1.00);
	color: rgba(247,109,112,1.00);
	background: #fff;
}

#wrapper .rss .facebook_link {
	text-align: right;
}

#wrapper .rss .facebook_link a {
	transition: 0.5s ease-in-out;
}

#wrapper .rss .facebook_link a:hover {
	opacity: 0.5;
}

#wrapper .sub_nav ul li{
	float:left;
}
.fbfluid{
	width: 960px;
	display: block;
	margin: 0 auto;
	background: #fff;
}
.fbfluid .fb-like-box{
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 aut;
	
}

#contact{
	width:960px;
	margin-bottom:30px;
}

#contact h5{
	margin:0 0 20px 50px;
	}
#contact ul {
	overflow:hidden;
	margin-bottom:40px;
}

#contact ul li {
	float:left;
	font-size:34px;
	height:75px;
	line-height:75px;
	vertical-align:middle;
	margin-left:60px;
}

#contact ul li a {
	text-decoration:none;
	color:#222;
}

.backgroundimg{
	width:960px;
	height:900px;
	background-image:url(../../img/schedule.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding-top:225px;
	padding-left:70px;
	}
section h4{
	margin:15px 0px;
}

section .left_sec{
	float:left;
	margin-bottom:15px;
}

#fbbox{
	background:#FFF;
	margin:0 auto;
	text-align: center;
}

/* フッター部分 */

footer{
	background:url(../../img/common/bg2.png) repeat;
	width:100%;
	min-width:1200px;
}

footer #fotter_in{
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding-top:20px;
}

footer #fotter_in p{
	font-size:80%;
}

fotter #fotter_in ul{
	overflow:hidden;
}

footer #fotter_in ul li{
	display: inline-block;
	margin-left:10px;
	padding-left:18px;
	background:url(../../img/common/footer/footer_point.png) no-repeat 3px;
	font-size:80%;
}
	
footer a:link{
	color:#ae6a68;
	text-decoration:none;
}

footer a:visited{
	color:#ae6a68;
	text-decoration:none;
}

footer a:hover{
	color:#ae6a68;
	text-decoration:underline;
}


/* ミルキーについて */


h4.address{
	border-bottom:#ae6a68 1px dashed;
	width:400px;
	font-size:120%;
	color:#ae6a68;
	padding:3px 0px 13px 30px;
	background:url(../../img/about/map_point.png) no-repeat;
}

section.gall{
	width:960px;
	overflow:hidden;
	margin:0 auto;	
}
section.agall{
	width:960px;
	overflow:hidden;
	margin:0 auto;	
}

section.gall ul li{
	float:left;
	margin:0 20px 20px 0;
}
section.gall ul li:empty{
	display: block;
	width:195px;
	height:150px;
}

section.agall ul li{
	width:195px;
	height:150px;
	float:left;
	margin:0 20px 80px 0;
	padding:45px 25px;
	box-sizing:border-box;
	color:#663300;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.12em;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;

}

section.agall ul li span {
	font-size:12px;
	font-weight:bold;
}

.map{
	width:960px;
	margin:0 auto;}

.adress{
}

#adr_sec{
	width:451px;
	margin-left:100px;

}

.time{
	font-size:14px;
	margin-left:25px;	
}

.point li {
	position: relative;
	margin-left:10px;
	color:#666464;
}
.point li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #ae6a68;
	border-bottom: 2px solid #ae6a68;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 1日の流れ */

section.flow{
	width:337px;
	float:left;
	margin-right:50px;
}

section.flow p{
	margin-bottom:25px;
}

section.flow_img{
	width:438px;
}

#kengaku_flow p{
	margin-bottom:20px
}

#kengaku_flow p span{
	font-size:22px;
	color:#F39;
	margin-right:5px;
}

/* バスケット固定 */

.gotop{
    position: fixed;
    right: 10%;
	z-index:1000;
}
.gotop a{
    width: 149px;
    height: 183px;
    display: block;
    margin-bottom: 40px;
}

/*ミルキーの特長*/

.point {
	position: relative;
}

.m_pics {
	position: absolute;
	top: 190px;
	left: 50px;
}

.m_pics2 {
	position: absolute;
	top: 190px;
	right: -42px;
}

.point ul {
	width: 1000px;
	text-align:  center;
}

.point ul li {
	margin-left: 0;
	margin-bottom :30px;
	
}












/* 回転 */
.load {
width: auto;
height: auto;
    -webkit-animation: spin 4.5s linear infinite;
    -moz-animation: spin 4.5s linear infinite;
    -ms-animation: spin 4.5s linear infinite;
    -o-animation: spin 4.5s linear infinite;
    animation: spin 4.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}