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

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

/*ヘッダー*/
.headerbg{
    position: relative;
    top: 0px;
    height: 5px;
    width: 900px;
    max-width: 900px;
    margin-bottom: 20px;
    background-color: #BA9B4C;
}

header{
    width: 900px;
    max-width: 900px;
    margin: 0;
    padding: 0;
}

/*メニュー*/
nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 70%;
text-align: center;
}
nav li{
display: table-cell;
min-width: 50px;
border-bottom: 2px solid #ffffff;    
}
nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
}
nav li.current{
border-left: 1px solid #BA9B4C;
border-right: 1px solid #BA9B4C;
}
nav li:hover{
color: #BA9B4C;
border-bottom: 2px solid #BA9B4C;
}


h2{
    color: #39B24A;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1em;
    text-align: center;
}

h3{

}

#linkmenu h3{
    color: #BA9B4C;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 1em;
    text-align: center;
}

/*もっとみる　ボタン*/
.button_1{
    display: block;
    margin:0 auto;
    width: auto;
    height: auto;
    text-align: center;
}

.button_1 a{
    display: inline-block;
    background-color: #BA9B4C;
    width: 160px;
    padding: 4px 20px;
    color: #ffffff;
}

.button_2 a{
    border: 2px solid #ffffff;
}

.button_1 a:hover{
    background: #ffffff;
    color: #BA9B4C;
    font-weight: bold;
}

.button_2 a:hover{
    background: #ffffff;
    color: #BA9B4C;
    font-weight: bold;
    border: 2px solid #BA9B4C;
}

/*トップ画像*/
#TOPphoto{
    width: 900px;
    height: auto;
    margin: 0 auto;
    background-image: url(../image/top.jpg);
    background-attachment: fixed;
    /*コメント入れる前*/
    /*background-size: 900px;*/
    background-size: 1100px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    
}
/*トップ文字　h1*/
.toph1{
    padding-top: 50px;
    padding-bottom: 160px;
    font-size: 50px;
    font-family: 'Hiragino Mincho ProN','MS PMincho';
    color: #ffffff;
    text-shadow: 0px 0px 10px #333333;
}

.anima{
    animation: move-y 0.7s infinite alternate ease-in-out; 
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.scroll{
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Comic Sans MS';
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 10px #333333;
}

.yajirushi{
    display: inline-block;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*新着情報　白波キリヌキ*/
#newspath{
    background-image: url(../image/top_path.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 900px;
    width: 900px;
    height: 150px;
    box-sizing: border-box;
    margin-top: -40px;
}

.newsillust{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

/*新着情報*/
#news{
    width: 900px;
    height: auto;
    background-color: #ffffff;
}

#news ul{
    width: 700px;
    height: auto;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 0;
    border-top: 2px solid #0071B9;
}

#news ul a{
    color: #000000;
    text-decoration: none;
}

#news li{
    border-bottom: 2px solid #0071B9;
}


#news li:hover{
    background: #ECF8EA;
}

#news div{
    display: inline-block;
    vertical-align: middle;
    margin: 20px 15px;
}

.day{
    width: 100px;
    text-align: left;
}

.title{
    width: 420px;
    text-align: left;
}

.new{
    width: 50px;
    padding: 0 0 2px 0;
    font-family: 'Comic Sans MS';
    text-align: center;
    background-color: #BA9B4C;
    color: #ffffff;
}
/*newの表記がなしの場合、アイコン分のpaddingを0に*/
.newoff{
    width: 50px;
    padding: 0 0 0 0;
}


/*ふくしま米の流通の現場から*/
.genbaarea{
    width: 900px;
    height: auto;
    box-sizing: border-box;
    background-color: #F0F0E1;
    padding: 10px 60px 25px 60px;
    margin-bottom: 50px;
}

.cagenba img{
    margin: 0 auto;
    height: 70px;
}

.genba{
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    width: 100%;
    height: auto;
    padding: 20px 0 35px 0;
}

.ginfo{
    display: block;
    flex: 0 0 200px;
    line-height: 1.5em;
}

.ginfo a{
    color: #000000;
}

.ginfo a:hover{
    color: #BA9B4C;
}

.ginfo img{
    width: 200px;
    height: 134px;
    background-color: #ffffff;
    padding: 12px;
    box-shadow: 0px 0px 7px #333333;
    object-fit: cover;
}

.ginfo p{
    margin-top: 10px;
    margin-bottom: 0px;
}

.g_new{
    font-family: 'Comic Sans MS';
    background-color: #BA9B4C;
    color: #ffffff;
}

/*ふくしまの米応援団*/
.ouenarea{
    width: 900px;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 0 40px;
    text-align: center;
}

.ouenarea a{
    display: inline-block;
}

.ouenarea a:hover{
    opacity: 0.7;
}

.ouentext{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 5px 25px 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    line-height: 1.6em;
    color: #736357;
}

.ouenname{
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    line-height: 1.2em;
    margin-top: -8px;
}

.ouenphoto{
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 25px;
    margin-top: 5px;
    box-sizing: border-box;
}
.ouenphoto img{
    width: 300px;
    height: auto;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 7px #333333;
}

.vol{
    position: absolute;
    top: -25px;
    right: -3px;
    width: 50px;
    height: 50px;
    font-family: serif;
    font-size: 38px;
    line-height: 0.45em;
    color: #FFFF00;
    background-color: #BA9B4C;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
}

.vol span{
    font-size: 18px;
    vertical-align: +105%;
}


/*ライシーホワイト*/
.rice{
    width: 900px;
    height: auto;
    box-sizing: border-box;
    background-color: #F0F0E1;
    margin-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px;
}

.rice a{
    display: inline-block;
}

.rice a:hover{
    opacity: 0.7;
}

.ricephoto{
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
    box-sizing: border-box;
}
.ricephoto img{
    width: 350px;
    height: auto;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 7px #333333;
}

.ricetext{
    display: inline-block;
    width: 50%;
    height: auto;
    margin-left: 10px;
    text-align: left;
    vertical-align: top;
}

.riceh2{
    position: relative;
    text-align: left;
    color: #BA9B4C;
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #BA9B4C;
    z-index: 10;
}

.riceh2::after{
    position: absolute;
    top: 35px;
    right: 15px;
    content: '2019';
    color: #EAE1C9;
    font-family: serif;
    font-size: 95px;
    line-height: 0;
    text-align: right;
    z-index: -10;
}


/*フッター側メニュー*/
#linkmenu{
    width: 900px;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-color: #ffffff;
}

#linkmenu img{
width:auto;
height:auto;
max-width:100%;
}

#linkmenu ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
padding: 0;
width: 90%;
}

#linkmenu li{
display: table-cell;
width: calc(100%/3.5);
padding: 0 10px 10px 10px;
}

#linkmenu li a:hover{
opacity: 0.7;
}

/*フッター*/
footer img{
    width: 900px;
    height: auto;
    margin: 0 0;
    margin-top: 30px;
    padding: 0 0;
    vertical-align: bottom;
}

.foot{
    font-size: 15px;
    font-weight: bold;
    width: 900px;
    margin: 0 0;
    padding: 15px 0;
    background-color: #BA9B4C;
    text-align: center;
    
}

/*　移行分　共通で直接記述されていたものなど　他はsi.cssファイル　*/
.switch{
    margin-top: 50px;
}

.switch a:link {
	text-decoration:none;
	color: #0000FF;
}
.switch a:visited {
	text-decoration:none;
	color: #0000FF;
}
.switch a:active {
	text-decoration:none;
	color: #0000FF;
}
.switch a:hover {color:#993333; text-decoration:underline}

.switch2{
    text-align: center;
}

.switch2 img{
    display: inline-block;
    width: 640px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}

.switch3 img{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}

.switch3 table{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: bottom;
}

.okome img{
    vertical-align: top;
    
}

.okomegatari{
    color:black;
    background-color:#000;
    margin: 0 auto;
}

.flashbox{
    width: 100%;
    height: auto;
    background-color:#ffffff;
    display: flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    margin: 0 auto;
    padding: 0;
}

.flashleft{
    width: 700px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0801_2.jpg");
    animation: Loop 120s linear 1;
}

.flashleft0704{
    width: 700px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0704_2.jpg");
    background-size: auto 350px;
    animation: Loop0704 450s linear 1;
}

.flashleft0707{
    width: 700px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0707_2.png");
    animation: Loop0707 120s linear 1;
}

.flashleft0710{
    width: 700px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0710_2.jpg");
    animation: Loop0710 120s linear 1;
}

@keyframes Loop {
    0% { background-position: -2180px 0px; opacity: 0;}
    0.1% { background-position: -2180px 0px; opacity: 1;}
    20% { background-position: -2180px 0px;}
    100% { background-position: 0px 0px;}
}

@keyframes Loop0704 {
    0% { background-position: -9150px 0px; opacity: 0;}
    1% { background-position: -9150px 0px; opacity: 0;}
    2% { background-position: -9150px 0px; opacity: 1;}
    7% { background-position: -9150px 0px;}
    90% { background-position: 0px 0px;}
    100% { background-position: 0px 0px;}
}

@keyframes Loop0707 {
    0% { background-position: -2120px 0px; opacity: 0;}
    2% { background-position: -2120px 0px; opacity: 0;}
    6% { background-position: -2120px 0px; opacity: 1;}
    20% { background-position: -2120px 0px;}
    100% { background-position: 0px 0px;}
}

@keyframes Loop0710 {
    0% { background-position: -2300px 0px; opacity: 0;}
    2% { background-position: -2300px 0px; opacity: 0;}
    6% { background-position: -2300px 0px; opacity: 1;}
    20% { background-position: -2300px 0px;}
    100% { background-position: 0px 0px;}
}

.flashright{
    width: 200px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0801_1.jpg");
    background-size: cover;
    animation: Loop2 2s linear 1;
}

.flashright0704{
    width: 200px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0704_1.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px auto;
    animation: Loop2 2s linear 1;
}

.flashright0707{
    width: 200px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0707_1.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px auto;
    animation: Loop2 2s linear 1;
}

.flashright0710{
    width: 200px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
    background: url("../comenity/okomegatari/images/0710_1.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 150px auto;
    animation: Loop2 2s linear 1;
}

@keyframes Loop2 {
    0% { opacity: 0;/*初期状態では透明に*/}
    100% { opacity: 1;}
}

.flrighttext{
    margin-top: 50px;
    margin-left: 100px;
    font-size: 20px;
    color: #d90000;
    font-weight: bold;
    font-family: serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.flrighttext0704{
    margin-top: 15px;
    margin-left: 98px;
    letter-spacing: -0.1em;
}

.flrighttext0707{
    margin-top: 30px;
    margin-left: 80px;
    letter-spacing: 0.3em;
}

.flrighttext0710{
    margin-top: 30px;
    margin-left: 55px;
}

.flrightname{
    margin-top: 20px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.5em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.flrightname0707{
    margin-top: 0px;
    margin-left: 35px;
}

.flrightname0710{
    margin-top: 0px;
    margin-left: 20px;
}

.ouendanlink{
    width: 62px !important;
    height: 24px !important;
}

.weatherlink ul{
    width: 870px;
    margin: 0 auto;
    list-style: none;
    margin-top: 70px;
    color: #BA9B4C;
    padding: 0;
}

.weatherlink li{
    margin-bottom: 1em;
    padding-left: 1em;
}

.weatherlink li:first-child{
    border-bottom: 2px solid #BA9B4C;
    padding-bottom: 5px;
    padding-left: 0em;
}

.style1 {font-size: small}
.style2 {font-size: x-small}
.style3 {
	color: #993300;
	font-weight: bold;
}

.bn {	font-size: 13px;
    padding-top: 20px;
	color: #333333;
}
.tb {	font-size: 15px;
	line-height: 155%;
	color: #996633;
	padding-left: 15px;
}

.ricyti {	font-size: 27px;
}

.riname{
    font-size: 18px;
    padding:5px 15px;
}

.ripro{
    text-align: left;
    line-height: 200%;
    font-size: 12px;
    color:#333333;
    padding:15px;
}

.padbcont_C603DB75 {width:100%; height:100px }
.padbox_C603DB75 {width:auto; height:auto; padding:20px}
.padbcont_C603DB75 {text-align:center;width:640px;height:505px;margin-right:auto;margin-left:auto;background-image:url(../comenity/ouendan_sp03/images/090427_03.jpg);background-repeat:no-repeat;}
.padbox_C603DB75 {width:640px;height:auto;padding:42px 0 0;margin-right:auto;margin-left:auto;}

.padbcont_caerutv {text-align:center;width:100%;height:368px ;padding:0;}
.padbox_caerutv {background-image:url(../comenity/ouendan_sp02/images/080527_03.jpg);width:640px;height:368px;margin-right:auto;margin-left:auto;padding-right:0;padding-bottom:0;padding-left:0;}
.padbcont_C44A42C2 {width:100%;}
.padbox_C44A42C2 {width:auto; height:auto; padding:63px 0 0}
.movie{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding-right: 12px;
    text-align: center;
    box-sizing: border-box;
}
.movie video{
    width: 344px;
    height: 258px;
}

.SIZ12 {	font-size: 12px;
	line-height: 130%;
}
.SIZ14 {	font-size: 14px;
	line-height: 150%;
	color: #666666;
}
.SIZ14_t {	font-size: 14px;
	color: #FF9933;
}
.s14 {	font-size: 14px;
	color: #663333;
}
.s18 {	font-size: 18px;
	color: #663333;
}

.style4 {
	font-size: x-small;
	padding-left: 10px;
    color: #FF3399;
}
.style5 {color: #663333; line-height: 1em;}
.style6 {font-size: 14px; line-height: 150%; color: #FF3366; padding-left: 20px;}

.w410 {	padding: 2px;
	width: 100%;
	border: 1px solid #FF9933;
	margin-top: 5px;
}

.style7 {color: #CBA55A}

.txt_r { text-align: right }
.char-size12 {font-size: 12px}

.ti33 {
	line-height: 150%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 13px;
}

