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

body{
	font-family:"小塚明朝 Pr6N R";
	line-height:1.5;
	color:#352e2e;
}

*{
	margin:0;
	padding:0;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	text-decoration:none;
}

li{
	list-style-type:none;
}

#warpper{
	width:100%;/*追加100%にする*/
	margin:0 auto;
	background-color:#f1f1f1;
}

header{
	width:70%;/*追加70%にする*/
	height:180px;
	margin:0 auto;/*追加*/
}

.logo{
	width:200px;
	height:80px;
	box-sizing: border-box;
	float:left;
	margin-left:56px;
	margin-top:40px;
}

.nav{
	width:370px;
	height:70px;
	float:right;
	margin-top:40px;
	font-size:24px;
	font-family:"小塚明朝 Pr6N R";
	margin-right:56px
}


.nav ul{
	height:70px;
	display:flex;
	justify-content: center;
	align-items:center;
	justify-content: space-between;
}

.nav ul li a{
	color:#575d72;
}

.nav ul li a:hover{
	color:#8b4455;
}


#visual_area {
	width: 900px;
	height: 400px;
	margin: 0 auto 80px auto;
	display:flex;
/*	background-color:#339966;*/
}

#text_scroll {
	color:#575d72;
	margin-top:300px;
	margin-right:auto;
	font-size:1.2em;
	writing-mode: vertical-rl;
}


/*やじるし動く部分*/

.an3-fadedown {
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes fadedown {
from {
    opacity: 0;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(30px);
}
}

/*やじるし動く部分ここまで*/


#graphic {
	width: 840px;
	height: 400px;
	margin-left:30px;
}
#graphic ul {
	list-style: none;
	padding-left: 0;
}
#graphic ul li {
	display: none;
	position: absolute;
}
#graphic ul li.now {
	display: block;
}

/*#visual{
	width:838px;
	height:411px;
	margin:0 auto;
}

#visual{
	background-image: url(../images/visual_07.jpg), url(../images/christmas_03.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left bottom;
}*/

.midasi{
	width:130px;
	height:50px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:30px;
}

#news{
	width:760px;
	height:280px;
	margin:0 auto;
}

dl{
	width:253px;
	height:300px;
}


.hako{
	width:190px;
	height:190px;
}

.hako2{
	width:190px;
	height:100px;
	margin:0 auto;
}

#news dl dt img{
	display:block;
}

#news dl dt{
	margin:0 auto;
}

.date {
	font-size:0.8em;
	border-bottom:1px solid #575d72;
}


#news{
	display:flex;
	justify-content: space-between;
}



.link{
	width:760px;
	height:30px;
	margin:0 auto;
	text-align:right;
	margin-bottom:50px;
}

a{
	color:#575d72;
}

.under {
  text-decoration: underline;
  color:#575d72;
}	

#item{
	width:790px;
	height:350px;
	margin:0 auto;
/*	background-color:#33FFFF;*/
}

#item_contents {
	width:700px;
	margin-left:60px;
/*	background-color:#339933;*/
}


#ue{
/*	width:700px;*/
	height:180px;
	margin:0 auto;
	display:flex;
	justify-content: center;
}

#sita{
/*	width:700px;*/
	height:140px;
	margin:0 auto;
	display:flex;
	justify-content: center;
}


.gazo{
	width:140px;
	height:140px;
}

.sample_box{
 width:300px;
 overflow: hidden; 
}
.sample_box img{
 transition:0.5s all;
}
.sample_box img:hover{
  transform:scale(1.2,1.2);
  transition:0.5s all;
}


#link_text {
	text-align:center;
	font-size:0.8em;
	color:#575d72;
}
.head-border {
    display: flex;
    align-items: center;
	margin-left: 110px;
	color:#575d72;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 0.45;
    background-color: #575d72;
	
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}

#banner_area {
	height:230px;
	margin:0 auto;
}

.banner {
	width:300px;
	height:80px;
	margin-bottom:10px;
	background-color:#0C3;
}

#banner_flex {
	width:620px;
	height:200px;
	margin:0 auto;
	display:flex;
	padding-top:20px;
}

#box_1 {
	margin-bottom:30px;
}

#box_2 {
	margin-left:30px;
	margin-bottom:30px;
}

footer{
	width:100%;/*追加100%にする*/
	height:150px;
	background-color:#bfbfbf;
	clear:both;
}


/*追加↓*/
#footer_contents {
	width:90%;
	margin:0 auto;
}
/*追加↑*/

#copy{
	text-align:center;
	padding-top:120px;
}



