/* PC用 css*/
.maintext_wrapper{
  width: 1000px;
  margin:0 auto;
  padding:10px;
  box-sizing: border-box;
}
.box15_green {
    border: solid #3a811c 2px;
    clear: both;
    padding: 5px 10px;
    margin: 0 0 15px 0;
}
.g_border{border-bottom: 2px solid #ccc;}
.box30 {clear: both; margin: 0 0 30px 0;}
.ul_indent {padding: 0 0 0 13px;}
li, ol, ul {
    list-style: none;
}
ul.circle_iconL li{
    background: url(/images/common/img_dot_g.gif) no-repeat 0 0.5em;
    margin: 0;
    padding: 0 0 0 13px;
    min-height: 15px;
    height: auto !important;
    height: 15px;
}
.link_icon, .link_icon_box7, .link_icon_box15 {
    background: url(/images/common/arrow_greenright.gif) no-repeat 3px 0.4em;
    margin: 0;
    padding: 0 0 0 15px;
    min-height: 15px;
    height: auto !important;
    height: 15px;
}
.numbering03 {
    background-color: #49853B;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 5px 0 5px;
    margin: 0 2px 0 3px;
    white-space: nowrap;
}
.numbering02 {
    background-color: #49853B;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 10px 0 10px;
    margin: 0 2px 0 3px;
    white-space: nowrap;
}

.only_pcb{display:block;}
.only_spi{display:inline;}
.only_spb,.only_spi{display:none;}

@media screen and (min-width: 769px) {
body,html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
}
.anime {
width: 100%;
height: 100%;
background-color: #FFFFFF;
position: relative;
}
.anime img {
position: absolute;
width: 40%;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
#main_site {
width: 100%;
position: relative;
overflow: hidden;
}

/* header */
#page_head {
width: 100%;
position: absolute;
z-index: 2;
}
#page_head #page_head_inner {
width: 950px;
margin: 0 auto;
padding-top: 30px;
z-index: 0;
position: relative;
}
#page_head_inner .page_head_image {
float: left;
}
#page_head_inner .page_headnavi ul {
list-style: none;
float: right;
color: #FFFFFF;
font-size: 0.8em;
margin-right: -20px;
}
#page_head_inner .page_headnavi ul li {
padding: 20px 20px 0px 20px;
display: inline-block;
position: relative;
}
#page_head_inner .page_headnavi ul li a {
text-decoration: none;
color: #FFFFFF;
}
#page_head_inner .page_headnavi ul li a:visited {
color: #FFFFFF;
}
#page_head_inner .page_headnavi ul li:before,
#page_head_inner .page_headnavi ul li:after {
position: absolute;
top: 3.0em;
content: "";
display: inline-block;
width: 0;
height: 1.0px;
background: #FFFFFF;
transition: 0.4s;
}
#page_head_inner .page_headnavi ul li:before{
left: 50%;
}
#page_head_inner .page_headnavi ul li:after{
right: 50%;
}
#page_head_inner .page_headnavi ul li:hover:before,
#page_head_inner .page_headnavi ul li:hover:after{
width: 40%;
}
#page_head_inner:after {
content: "";
display: block;
clear: both;
}
/* header */

/* header */
#sub_page_head {
width: 100%;
z-index: 2;
}
#sub_page_head #sub_page_head_inner {
width: 950px;
margin: 0 auto;
padding-top: 30px;
z-index: 0;
position: relative;
}
#sub_page_head_inner .page_head_image {
float: left;
}
#sub_page_head_inner .page_headnavi ul {
list-style: none;
float: right;
color: #333333;
font-size: 0.8em;
margin-right: -20px;
}
#sub_page_head_inner .page_headnavi ul li {
padding: 20px 20px 5px 20px;
display: inline-block;
position: relative;
}
#sub_page_head_inner .page_headnavi ul li a {
text-decoration: none;
color: #333333;
}
#sub_page_head_inner .page_headnavi ul li a:visited {
color: #333333;
}
#sub_page_head_inner .page_headnavi ul li:before,
#sub_page_head_inner .page_headnavi ul li:after {
position: absolute;
top: 3.0em;
content: "";
display: inline-block;
width: 0;
height: 1.0px;
background: #333333;
transition: 0.4s;
}
#sub_page_head_inner .page_headnavi ul li:before{
left: 50%;
}
#sub_page_head_inner .page_headnavi ul li:after{
right: 50%;
}
#sub_page_head_inner .page_headnavi ul li:hover:before,
#sub_page_head_inner .page_headnavi ul li:hover:after{
width: 40%;
}
#sub_page_head_inner:after {
content: "";
display: block;
clear: both;
}
/* header */

/* fixed-header */
#fixed_head {
width: 100%;
position: fixed;
top: -90px;
left: 0;
z-index: 3;
background-color: rgba(255,255,255,0.9);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
#fixed_head_inner {
width: 950px;
margin: 10px auto;
}
#fixed_head_inner .page_head_image {
float: left;
}
#fixed_head_inner .page_head_image img {
width: 55%;
}
#fixed_head_inner .page_headnavi ul {
list-style: none;
margin-top: 30px;
margin-right: -20px;
float: right;
color: #333333;
font-size: 0.8em;
}
#fixed_head_inner .page_headnavi ul li {
padding: 0 20px;
display: inline-block;
position: relative;
}
#fixed_head_inner .page_headnavi ul li a {
text-decoration: none;
color: #333333;
}
#fixed_head_inner .page_headnavi ul li a:visited {
color: #333333;
}
#fixed_head_inner .page_headnavi ul li:before,
#fixed_head_inner .page_headnavi ul li:after {
position: absolute;
top: 1.5em;
content: "";
display: inline-block;
width: 0;
height: 1.0px;
background: #333333;
transition: 0.5s;
}
#fixed_head_inner .page_headnavi ul li:before{
left: 50%;
}
#fixed_head_inner .page_headnavi ul li:after{
right: 50%;
}
#fixed_head_inner .page_headnavi ul li:hover:before,
#fixed_head_inner .page_headnavi ul li:hover:after{
width: 40%;
}
#fixed_head_inner .page_headnavi:after {
content: "";
display: block;
clear: both;
}
/* fixed-header */

/* header-button */
.page_head_link  {
float: right;
font-size: 0.8em;
position: absolute;
right: 0px;
top: 5px;
}
.page_head_link ul {
list-style: none;
font-size: 0.8em;
}
.page_head_link ul li {
margin-left: 5px;
display: inline-block;
}
.page_head_link .button {
display: inline-block;
padding: 5px 10px;
float: right;
text-align: right;
text-decoration: none;
position: relative;
z-index: 2;
color: #FFFFFF;
overflow: hidden;
background-color: #333333;
z-index: 1;
}
.page_head_link .button::before,
.page_head_link .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.page_head_link .button,
.page_head_link .button::before,
.page_head_link .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.page_head_link .button:hover {
color: #333333;
}
.page_head_link .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.page_head_link .button:hover::after {
background: #FFFFFF;
-webkit-transform: scale(1);
transform: scale(1);
}
/* header-button */

/* smart-header */
#smart_head {
	display:none;
}
/* smart-header */

/* slider */
#page_body .slider-wrapper {
width: 100vw;
height: 100vh;
position: relative;
}
.slider-wrapper .slider {
width: 100%;
height: 100%;
}
.slider .slide {
z-index: 1 !important;
}
.slider_text h1 {
color: #FFFFFF;
font-size: 2.8em;
line-height: 1.2;
font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
text-shadow:0px 0px 15px rgba(7, 7, 7, 1);
animation:move01 1.1s linear 0s;
-webkit-animation:move01 1.1s linear 0s;
}
@keyframes move01 {
0% {
transform: translate(1000px);
}
100% {
transform: translate(0px);
}
}
@-webkit-keyframes move01 {
0% {
-webkit-transform: translate(1000px);
}
100% {
-webkit-transform: translate(0px);
}
}
.slider_text h3 {
color: #FFFFFF;
font-size: 1.3em;
font-weight: bold;
line-height: 1.8;
font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
text-shadow: 0px 0px 15px rgba(7, 7, 7, 1);
animation:move01 1.3s linear 0s;
-webkit-animation:move01 1.3s linear 0s;
}
@keyframes move01 {
0% {
transform: translate(1000px);
}
100% {
transform: translate(0px);
}
}
@-webkit-keyframes move01 {
0% {
-webkit-transform: translate(1000px);
}
100% {
-webkit-transform: translate(0px);
}
}
.slide_01 {
background-image: url(../image/slide_01.jpg);
background-position: center;
background-size: cover;
}
.slide_02 {
background-image: url(../image/slide_02.jpg);
background-position: center;
background-size: cover;
}
.slide_03 {
background-image: url(../image/slide_03.jpg);
background-position: center;
background-size: cover;
}
.slide_04 {
background-image: url(../image/slide_04.jpg);
background-position: center;
background-size: cover;
}

.slider-wrapper .slider_logo{
height: 300px;
width: 200px;
padding-right: 750px;
position: absolute;
top: -340px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
z-index: 1;
}

.slider-wrapper .slider_img{
height: 300px;
width: 200px;
padding-right: 460px;
position: absolute;
top: -340px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
z-index: 1;
}

.slider-wrapper .slider_text {
height: 500px;
width: 800px;
padding-right: 150px;
position: absolute;
top: 290px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
z-index:1;
}
.smart_image {
display: none;
}

/* title */
.page_body_title {
width: 950px;
/*margin: 10px auto -20px;*/
font-size: 2.5em;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #333;
padding: 5px 0;/*上下の余白*/
border-top: solid 3px #43ab33;/*上線*/
border-bottom: solid 3px #43ab33;/*下線*/
margin-bottom:30px;
text-align: center;
}
/* title */

/* news */
#page_body_news {
width: 950px;
/*height: 350px;*/
margin: 50px auto 100px;
}
#page_body_news .news_inner {
width: 950px;
}
.news_inner .inline_frame {
height: 250px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
}
.news_inner .news_list {
margin: 0px auto;
padding: 10px 0;
border-bottom: dotted 1px #CCCCCC;
}
/*.news_inner ul {
list-style: none;
}
.news_inner ul li{
	padding: 10px 0;
display: inline-block;
}*/
.news_list .news_list_date {
	width: 200px;
font-size: 0.7em;
font-weight: bold;
color: #000000;
}
.news_list .news_list_category {
margin-left: 20px;
padding: 1px 10px;
font-size: 0.5em;
font-weight: 100;
line-height: 1em;
color: #FFFFFF;
background-color: #333333;
}
.news_list .news_list_title {
font-size: 0.8em;
line-height: 1.2;
color: #333333;
}
.inline_frame a {
text-decoration: none;
}
.news_list .news_list_date a {
color: #000000;
}
.news_list .news_list_title a {
color: #333333;
}
.news_list .news_list_date:hover,
.news_list .news_list_title:hover {
	text-decoration: underline;
}
/* news */

/* page_bodynavi */
#page_bodynavi {
margin: 100px auto 0;
background: #eee;
}
#page_bodynavi .page_bodynavi_inner {
width: 950px;
margin: 0px auto;
padding: 80px 0 70px;
}
#page_bodynavi .flex {
width: 950px;
margin:0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#page_bodynavi ul {
padding: 0;
}
#page_bodynavi .flex li {
flex-basis: 218px;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
}
.page_bodynavi_list .page_bodynavi_image {
width: 218px;
margin-bottom: 10px;
overflow: hidden;
background-color: #000;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.page_bodynavi_list .page_bodynavi_image  img {
width: 100%;
height: auto;
vertical-align: bottom;
transition: 0.3s;
}
.page_bodynavi_list .page_bodynavi_image img:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.6;
}
.page_bodynavi_list .btn_01 {
font-size: 0.6em;
font-weight: normal;
}
.btn_01 .button {
display: inline-block;
padding: 5px 20px;
float: right;
text-align: right;
text-decoration: none;
position: relative;
z-index: 2;
color: #333;
overflow: hidden;
background-color: #fff;
z-index: 1;
}
.btn_01 .button::before,
.btn_01 .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_01 .button,
.btn_01 .button::before,
.btn_01 .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_01 .button:hover {
color: #fff;
}
.btn_01 .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.btn_01 .button:hover::after {
background: #333;
-webkit-transform: scale(1);
transform: scale(1);
}
.page_bodynavi_list .btn_01:after {
content: "";
display: block;
clear: both;
}
#page_bodynavi .page_bodynavi_inner:after {
content: "";
display: block;
clear: both;
}
/* page_bodynavi */

/* page top */
#page_top {
position: fixed;
bottom: 0px;
right: 15px;
opacity: 0.8;
}
#page_Top:hover {
text-decoration: none;
opacity: 1;
}


/*#page_top {
display: none!important;
}*/
/* page top */

/* footer */

/* footer */



/* sub page */
/* sub page共通 */
#sub_page {
background: url(../image/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
}
.btn_02 {
width: 950px;
margin: 0 auto 90px;
text-align: center;
font-size: 0.7em;
font-weight: bold;
}
.btn_02 .button {
margin: 0 auto;
display: inline-block;
padding: 7px 35px 7px 20px;
text-decoration: none;
position: relative;
z-index: 2;
color: #333;
overflow: hidden;
background-color: #fff;
border: 1px solid #999999;
z-index: 1;
}
.btn_02 .button::before,
.btn_02 .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_02 .button,
.btn_02 .button::before,
.btn_02 .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_02 .button:hover {
color: #fff;
}
.btn_02 .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.btn_02 .button:hover::after {
background: #333;
-webkit-transform: scale(1);
transform: scale(1);
}
.content_inner,
.hide_content_inner {
width: 950px;
margin: 0px auto 0;
}
.movie_photo_area,
.about_area,
.radio_area {
width: 950px;
margin: 50px auto 100px;
}
.event_area {
width: 950px;
margin: 50px auto 300px;
}
/* sub page　共通 */

/* movie & photo */
.movie_photo_area .page_body_subtitle {
width: 950px;
margin: 80px auto 50px;
font-size: 1.4em;
color: #666666;
}
.movie_photo_area .page_body_subtitle p {
text-align: center;
}
.movie_photo_area .page_body_subtitle span {
display: block;
width: 50px;
height: 3px;
margin: -15px auto 0;
background: #29A2D9;
}
.movie_photo_area .flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.movie_photo_area .flex::after{
content:"";
display: block;
width:30%;
}
.movie_photo_area ul {
padding: 0;
}
.movie_photo_area .flex li {
flex-basis: 292px;
	height: auto;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.movie_list .movie_list_image,
.photo_list .photo_list_image,
.radio_list .radio_list_image {
width: 292px;
overflow: hidden;
background-color: #000;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.movie_list .movie_list_image img,
.photo_list .photo_list_image img,
.radio_list .radio_list_image {
vertical-align: bottom;
transition: 0.3s;
}
.movie_list .movie_list_image img:hover,
.photo_list .photo_list_image img:hover,
.radio_list .radio_list_image img:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.6;
}
.movie_list .movie_list_title,
.photo_list .photo_list_title {
margin: 10px 0 0;
font-size: 0.9em;
line-height: 1.3;
}
.movie_list .movie_list_subtitle,
.photo_list .photo_list_subtitle {
margin: 10px 0 0;
font-size: 0.8em;
line-height: 1.3;
color: #333333;
}
/* movie & photo */

/* about */
.about_area .flex {
width: 950px;
margin:0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.about_area ul {
padding: 0;
}
.about_area .flex li {
flex-basis: 950px;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.about_list .about_list_image {
width: 292px;
height: 240px;
margin-right: 10px;
overflow: hidden;
background-color: #000;
float: left;
}
.about_list .about_list_image img {
width: 100%;
vertical-align: bottom;
transition: 0.3s;
}
.about_list .about_list_image img:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.6;
}
.about_list .about_list_word {
width: 626px;
height: 200px;
padding: 20px 10px;
float: left;
position: relative;
}
.about_list .about_list_word a {
text-decoration: none;
list-style: none;
color: #333;
}
.about_list .about_list_word a:hover {
text-decoration: none;
list-style: none;
color: #989898;
}
.about_list .about_list_word h1 {
margin: 10px 0;
font-size: 1.6em;
font-weight: 300;
line-height: 1;
}
.about_list .about_list_word .about_list_subtitle {
margin: 5px 20px 10px 0;
line-height: 1;
border-bottom: 1px dotted #c0c0c0;
padding-bottom: 10px;
}
.about_list .about_list_word p {
margin: 5px 20px 5px 0;
font-size: 0.7em;
line-height: 1.5;
}
.about_link {
position: absolute;
bottom: 5px;
left: 530px;
display: inline-block;
padding: 10px 0;
text-decoration: none;
font-size: 0.8em;
color: #29A2D9;
}
.about_link:hover
{
text-decoration: underline;
}
.about_area .about_list:after {
content: "";
display: block;
clear: both;
}
/* about */

/* radio */
.radio_area_image {
margin-bottom: 30px;
}
.radio_area_image img {
vertical-align: bottom;
}
.radio_area .flex {
width: 950px;
margin:0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.radio_area ul {
padding: 0;
}
.radio_area .flex li {
flex-basis: 292px;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.radio_list .radio_list_image {
width: 292px;
overflow: hidden;
background-color: #000;
}
.radio_list .radio_list_image img {
vertical-align: bottom;
transition: 0.3s;
}
.radio_list .radio_list_image img:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.8;
}
.radio_list .radio_list_word {
padding: 0 10px;
}
.radio_list_word .radio_list_date {
font-size: 0.6em;
line-height: 1.5;
}
.radio_list .radio_list_title {
margin: 10px 0 10px 0;
font-size: 1.0em;
font-weight: bold;
line-height: 1;
}
.radio_list .radio_list_text {
margin: 5px 0;
font-size: 0.6em;
line-height: 1.5;
}
.radio_link {
display: inline-block;
padding: 10px 0;
float: left;
text-decoration: none;
font-size: 0.7em;
color: #29A2D9;
}
.radio_link:hover
{
text-decoration: underline;
}
.radio_area .flex::after{
content:"";
display: block;
width:30%;
}
/* radio */

/* popup page */
#ajax-wrap {
position: relative;
margin: 20px auto;
padding: 20px;
max-width: 600px;
background: #FFFFFF;
color: #333;
}
#ajax-wrap a {
list-style: none;
text-decoration: none;
color: #29A2D9;
margin: 0;
padding: 0;
}
#ajax-wrap img {
max-width: 100%;
margin: 0 0 10px 0;
}
#ajax-wrap img .float {
max-width: 100%;
margin: 0 0 10px 0;
float: left;
}
#ajax-wrap h1 {
font-size: 1.3em;
padding: 0;
margin: 0;
}
#ajax-wrap h2 {
font-size: 1.2em;
font-weight: normal;
padding: 0;
margin: 20px 0 0 0;
border-bottom: 1px #ccc solid;
padding-bottom: 10px;
}
#ajax-wrap h3 {
font-size: 1.1em;
font-weight: normal;
padding: 0 0 0 5px;
margin: 20px 0 10px 0;
line-height: 1;
border-left: 5px solid #29A2D9;
color: #29A2D9;
}
#ajax-wrap h4 {
font-size: 1.0em;
font-weight: normal;
padding: 0;
margin: 0;
}
#ajax-wrap p {
font-size: 0.9em;
line-height: 1.5em;
color: #3c3c3c;
margin: 0 0 40px 0;
}
#ajax-wrap .caption {
font-size: 0.8em;
line-height: 1.5;
margin-top: -10px;
}
#ajax-wrap table {
border-collapse: separate;
border-spacing: 0;
text-align: left;
line-height: 1.5em;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size: 0.8em;
margin: 20px 0 0 0;
}
#ajax-wrap table th {
width: 90px;
padding: 8px 10px;
font-weight: normal;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
background: rgb(199, 235, 242);
}
#ajax-wrap table td {
width: 650px;
padding: 8px 10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.ajax-about {
max-width: 800px!important;
}
/* popup page */

/* event info */
.event_area .flex {
width: 950px;
margin:0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.event_area ul {
padding: 0;
}
.event_area .flex li {
flex-basis: 292px;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.event_list .event_list_image {
width: 292px;
overflow: hidden;
background-color: #000;
}
.event_list .event_list_image img {
vertical-align: bottom;
transition: 0.3s;
}
.event_list .event_list_image img:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
opacity: 0.8;
}
.event_list .event_list_word {
padding: 0 10px;
border-top: 1px solid #cccccc;
}
.event_list_word .event_list_date {
font-size: 0.6em;
line-height: 1.5;
}
.event_list .event_list_title {
margin: 10px 0 10px 0;
font-size: 1.0em;
font-weight: bold;
line-height: 1.3;
}
.event_list .event_list_text {
margin: 5px 0;
font-size: 0.6em;
line-height: 1.5;
}
.event_link {
display: inline-block;
padding: 10px 0;
float: left;
text-decoration: none;
font-size: 0.7em;
color: #29A2D9;
}
.event_link:hover
{
text-decoration: underline;
}
.event_area .flex::after{
content:"";
display: block;
width:30%;
}
/* event info */

/* sub page */
}











/* ipad用css */
@media screen and (min-width: 641px) and (max-width: 768px) {
body,html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
}
img.graph{
	width:100%;
}
ul.circle_iconL li{
	background-position: 0 0.7em;
}


.anime {
width: 100%;
height: 100%;
background-color: #FFFFFF;
position: relative;
}
.anime img {
position: absolute;
width: 90%;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
#main_site {
width: 100%;
height: auto;
position: relative;
overflow: hidden;
}

/* header */
#page_head,
#sub_page_head,
#fixed_head {
display: none;
}
#smart_head {
width: 100%;
padding: 0;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
position:fixed;
display: none;
}
#smart_head .smart_head_inner {
background: #FFFFFF;
height: 70px;
z-index: 99999;
/*position: relative;*/
}
.smart_head_inner .smart_logo {
width: 55px;
text-align: left;
position: absolute;
top: 10px;
left: 15px;
}
.smart_head_inner .smart_logo img {
width: 100%;
}
.smart_head_inner .navi_toggle {
position: absolute;
right: 15px;
top: 25px;
width: 28px;
height: 30px;
cursor: pointer;
z-index: 1;
}
.navi_toggle div {
 position: relative;
}
.navi_toggle span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #333333;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
.navi_toggle span:nth-child(1) {
top: 0;
}
.navi_toggle span:nth-child(2) {
top: 8px;
}
.navi_toggle span:nth-child(3) {
top: 16px;
}
.open .navi_toggle span:nth-child(1) {
top: 10px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
.open .navi_toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open .navi_toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
.navi_toggle {
display: block;
}
.smart_headnavi {
position: absolute;
top: -432px;
left: 0;
background: #FFFFFF;
width: 100%;
z-index: 0;
text-align: center;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.smart_headnavi ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 15px;
color: #333333;
}
.smart_headnavi ul li {
height: 53px;
text-align: center;
border-bottom: 1px solid #DDDDDD;
}
.smart_headnavi ul li:last-child {
border-bottom: none;
}
.smart_headnavi ul li a,
.smart_headnavi ul li a {
width: 100%;
display: block;
color: #333333;
padding: 15px 0;
}
.smart_headnavi ul a {
display: inline-block;
}
.smart_headnavi ul a:link {
color: #333333;
text-decoration: none;
}
.smart_headnavi ul a:hover {
color: #333333;
}
.open .smart_headnavi {
-moz-transform: translateY(503px);
-webkit-transform: translateY(503px);
transform: translateY(503px);
}
/* header */


/* slider */
#page_body .slider-wrapper {
display: none;
}
.smart_image {
width: 100vw;
height: 100vh;
position: relative;
background-image: url(../image/slide_01.jpg);
background-position: center;
background-size: cover;
z-index: -1;
}
.smart_image .smart_image_text {
width: 90%;
margin: 0 5%;
position: relative;
text-align: center;
}
.smart_image h1 {
padding-top: 130px;
font-weight: 500;
margin: 0;
color: #FFFFFF;
text-shadow: 0px 0px 6px rgba(5, 5, 5, 0.5);
}
.smart_image h3 {
font-weight: 400;
font-size: smaller;
color: #FFFFFF;
text-shadow: 0px 0px 6px rgba(7, 7, 7, 0.81);
}
/* slider */

/* title */
.page_body_title {
font-size: 2.5em;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #333;
padding: 5px 0;/*上下の余白*/
border-top: solid 3px #43ab33;/*上線*/
border-bottom: solid 3px #43ab33;/*下線*/
margin-bottom:30px;
text-align: center;
}
/* title */

/* news */
#page_body_news {
width: 96%;
/*height: 350px;*/
margin: 100px auto 100px;
}
#page_body_news .news_inner {
width: 100%;
}
.news_inner .inline_frame {
height: 300px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
}
.news_inner .news_list {
margin: 0px auto;
padding: 5px 0;
border-bottom: dotted 1px #CCCCCC;
}
.news_inner ul {
list-style: none;
}
/*.news_inner ul li{
padding: 5px 0;
display: inline-block;
}*/
.news_list .news_list_date {
font-size: 0.7em;
font-weight: bold;
color: #000000;
}
.news_list .news_list_category {
margin-left: 20px;
padding: 1px 10px;
font-size: 0.5em;
font-weight: 100;
line-height: 1em;
color: #FFFFFF;
background-color: #333333;
}
.news_list .news_list_title {
font-size: 0.8em;
line-height: 1.2;
color: #333333;
}
.inline_frame a {
text-decoration: none;
}
.news_list .news_list_date a {
color: #000000;
}
.news_list .news_list_title a {
color: #333333;
}
.news_list .news_list_date:hover,
.news_list .news_list_title:hover {
	text-decoration: underline;
}
/* news */

/* page_bodynavi */
#page_bodynavi {
width: 100%;
margin: 0px auto;
padding: 50px 0;
background: #eee;
}
#page_bodynavi .page_bodynavi_inner {
width: 96%;
margin: 0 2%;
}
.page_bodynavi_inner .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.page_bodynavi_inner ul {
padding: 0;
}
.page_bodynavi_inner .flex li {
flex-basis: 48%;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.page_bodynavi_list .page_bodynavi_image {
width: 100%;
overflow: hidden;
background-color: #000;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.page_bodynavi_list .page_bodynavi_image  img {
	width: 100%;
vertical-align: bottom;
transition: 0.3s;
}
.page_bodynavi_list .btn_01 {
display: none;
}
.btn_01 .button {
display: inline-block;
padding: 7px 20px;
float: right;
text-align: right;
text-decoration: none;
position: relative;
z-index: 2;
color: #333;
overflow: hidden;
background-color: #fff;
z-index: 1;
}
.btn_01 .button::before,
.btn_01 .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_01 .button,
.btn_01 .button::before,
.btn_01 .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_01 .button:hover {
color: #fff;
}
.btn_01 .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.btn_01 .button:hover::after {
background: #333;
-webkit-transform: scale(1);
transform: scale(1);
}
/* page_bodynavi */

/* page top */
#page_top {
position: fixed;
bottom: 0px;
right: 15px;
text-align: center;
opacity: 0.8;
}

#page_top img{
  width:60px;
  height:60px;
}

#page_Top:hover {
text-decoration: none;
opacity: 1;
}

/*
#page_top a {
display: block;
z-index: 0;
padding: 10px 7px 5px;
border-radius: 5px;
width: 35px;
height: 35px;
background-color: #777777;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
opacity: 0.7;
}
#page_Top a:hover {
text-decoration: none;
opacity: 0.4;
}
*/
/* page top */

/* footer */

/* footer */

/* sub page */
/* sub page 共通　*/
#sub_page {
background: url(../image/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
}
.btn_02 {
width: 100%;
margin: 0 auto 60px;
text-align: center;
font-size: 0.8em;
font-weight: bold;
}
.btn_02 .button {
margin: 0 auto;
display: inline-block;
padding: 10px 50px 10px 30px;
text-decoration: none;
position: relative;
z-index: 2;
color: #333;
overflow: hidden;
background-color: #fff;
border: 1px solid #999999;
z-index: 1;
}
.btn_02 .button::before,
.btn_02 .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_02 .button,
.btn_02 .button::before,
.btn_02 .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_02 .button:hover {
color: #fff;
}
.btn_02 .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.btn_02 .button:hover::after {
background: #333;
-webkit-transform: scale(1);
transform: scale(1);
}
.content_inner,
.hide_content_inner {
margin: 0px 2% 0px;
}
.content_inner:after,
.hide_content_inner:after {
content: "";
display: block;
clear: both;
}
.movie_photo_area,
.about_area,
.radio_area,
.event_area{
width: 100%;
margin: 30px auto 50px;
}
/* sub page 共通　*/

/* movie & photo */
.movie_photo_area .page_body_subtitle {
margin: 50px auto 30px;
font-size: 1.2em;
color: #666666;
}
.movie_photo_area .page_body_subtitle p {
text-align: center;
}
.movie_photo_area .page_body_subtitle span {
display: block;
width: 50px;
height: 3px;
margin: -15px auto 0;
background: #29A2D9;
}
.movie_photo_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.movie_photo_area ul {
padding: 0;
}
.movie_photo_area .flex li {
flex-basis: 48%;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.movie_list .movie_list_image,
.photo_list .photo_list_image {
width: 100%;
overflow: hidden;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.movie_list .movie_list_image img,
.photo_list .photo_list_image img {
width: 100%;
vertical-align: bottom;
}
.movie_list .movie_list_title,
.photo_list .photo_list_title {
margin: 5px 0 0;
font-size: 0.9em;
line-height: 1.3;
}
.movie_list .movie_list_subtitle,
.photo_list .photo_list_subtitle {
margin: 5px 0 0;
font-size: 0.7em;
line-height: 1.3;
color: #666666;
}
/* movie & photo */

/* about */
.about_area .about_list {
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
border:1% solid #dedede;
}
.about_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.about_area ul {
padding: 0;
}
.about_area .flex li {
flex-basis: 48%;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.about_list .about_list_image {
width: 100%;
overflow: hidden;
background-color: #000;
}
.about_list .about_list_image img {
width: 100%;
vertical-align: bottom;
transition: 0.3s;
}
.about_list .about_list_word {
width: 92%;
padding: 10px 4% 40px;
position: relative;
}
.about_list .about_list_word a {
text-decoration: none;
list-style: none;
color: #333;
}
.about_list .about_list_word a:hover {
text-decoration: none;
list-style: none;
color: #989898;
}
.about_list .about_list_word h1 {
margin: 10px 0;
font-size: 1.2em;
font-weight: 100;
line-height: 1;
}
.about_list .about_list_word .about_list_subtitle {
margin: 5px 0 5px 0;
font-size: 0.7em;
line-height: 1.5;
}
.about_list .about_list_word .about_list_text {
display: none;
}
.about_link {
position: absolute;
bottom: 5px;
left: 15px;
display: inline-block;
padding: 10px 0;
text-decoration: none;
font-size: 0.8em;
color: #29A2D9;
}
.about_link:hover
{
text-decoration: underline;
}
/* about */

/* radio */
.radio_area_image {
width: 96%;
margin: 0 auto;
}
.radio_area_image img {
width: 100%;
vertical-align: bottom;
}
.radio_area .flex {
width: 950px;
margin:0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.radio_area ul {
padding: 0;
}
.radio_area .flex li {
flex-basis: 292px;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.radio_list .radio_list_image {
width: 100%;
overflow: hidden;
}
.radio_list .radio_list_image img {
width: 100%;
height: auto;
vertical-align: bottom;
}
.radio_list .radio_list_word {
padding: 0 10px;
}
.radio_list_word .radio_list_date {
font-size: 0.6em;
line-height: 1.5;
}
.radio_list .radio_list_title {
margin: 10px 0 10px 0;
font-size: 1.0em;
font-weight: bold;
line-height: 1.3;
}
.radio_list .radio_list_text {
display: none;
}
.radio_link {
display: inline-block;
padding: 10px 0;
float: left;
text-decoration: none;
font-size: 0.7em;
color: #29A2D9;
}
.radio_link:hover
{
text-decoration: underline;
}
.radio_area .flex::after{
content:"";
display: block;
width:30%;
}
/* radio */

/* popup page */
#ajax-wrap {
position: relative;
margin: 20px auto;
padding: 20px;
max-width: 600px;
background: #FFFFFF;
color: #333;
}
#ajax-wrap img {
max-width: 100%;
margin: 10px 0;
}
#ajax-wrap img .float {
max-width: 100%;
margin: 0 0 10px 0;
float: left;
}
#ajax-wrap h1 {
font-size: 1.3em;
padding: 0;
margin: 0;
}
#ajax-wrap h2 {
font-size: 1.2em;
font-weight: normal;
padding: 0;
margin: 20px 0 0;
}
#ajax-wrap h3 {
font-size: 1.0em;
font-weight: normal;
padding: 0 0 0 5px;
margin: 30px 0 -5px;
line-height: 1;
border-left: 5px solid #29A2D9;
}
#ajax-wrap h4 {
font-size: 1.0em;
font-weight: normal;
padding: 0;
margin: 0;
}
#ajax-wrap p {
font-size: 0.8em;
line-height: 1.5;
}
#ajax-wrap .caption {
font-size: 0.8em;
line-height: 1.5;
margin-top: -10px;
}
#ajax-wrap table {
border-collapse: separate;
border-spacing: 0;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size: 0.8em;
}
#ajax-wrap table th {
width: 90px;
padding: 5px 10px;
font-weight: normal;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
background: #CCCCCC;
}
#ajax-wrap table td {
width: 650px;
padding: 5px 10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.ajax-about {
max-width: 800px!important;
}
/* popup page */

/* event info */
.event_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.event_area ul {
padding: 0;
}
.event_area .flex li {
width: 48%;
margin: 0 0 10px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.event_list .event_list_image {
width: 100%;
overflow: hidden;
}
.event_list .event_list_image img {
width: 100%;
height: auto;
vertical-align: bottom;
}
.event_list .event_list_word {
padding: 0 10px;
border-top: 1px solid #cccccc;
}
.event_list_word .event_list_date {
font-size: 0.6em;
line-height: 1.5;
}
.event_list .event_list_title {
margin: 10px 0 10px 0;
font-size: 1.0em;
font-weight: bold;
line-height: 1.3;
}
.event_list .event_list_text {
display: none;
}
.event_link {
display: inline-block;
padding: 10px 0;
float: left;
text-decoration: none;
font-size: 0.7em;
color: #29A2D9;
}
.radio_link:hover
{
text-decoration: underline;
}

/* sub page */
}















/* スマートフォン用css */
@media screen and (max-width: 640px) {
body,html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
}
img.graph{
	width:100%;
}

.maintext_wrapper{width: 100%;}

ul.circle_iconL li{
	background-position: 0 0.7em;
}
.link_icon,.link_icon_box7,.link_icon_box15{background-position:0 0.7em;}

.only_pcb,.only_pci{display:none !important;}
.only_spb{display:block;}
.only_spi{display:inline;}

.anime {
width: 100%;
height: 100%;
background-color: #FFFFFF;
position: relative;
}
.anime img {
position: absolute;
width: 90%;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
#main_site {
width: 100%;
height: auto;
position: relative;
overflow: hidden;
}

/* header */
#page_head,
#sub_page_head,
#fixed_head {
display: none;
}
#smart_head {
width: 100%;
padding: 0;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
position: fixed;
z-index: 999;
}
#smart_head .smart_head_inner {
background: #FFFFFF;
height: 70px;
z-index: 9999;
position: relative;
}
.smart_head_inner .smart_logo {
width: 55px;
text-align: left;
position: absolute;
top: 10px;
left: 15px;
}
.smart_head_inner .smart_logo img {
width: 100%;
}

.smart_head_inner .smart_logo2 {
width: 58px;
text-align: left;
position: absolute;
top: 10px;
left: 79px;
}
.smart_head_inner .smart_logo2 img {
width: 100%;
}
.smart_head_inner .navi_toggle {
position: absolute;
right: 15px;
top: 25px;
width: 28px;
height: 30px;
cursor: pointer;
z-index: 1;
}
.navi_toggle div {
 position: relative;
}
.navi_toggle span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #333333;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
.navi_toggle span:nth-child(1) {
top: 0;
}
.navi_toggle span:nth-child(2) {
top: 8px;
}
.navi_toggle span:nth-child(3) {
top: 16px;
}
.open .navi_toggle span:nth-child(1) {
top: 10px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
.open .navi_toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open .navi_toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
.navi_toggle {
display: block;
}
.smart_headnavi {
position: absolute;
top: -432px;
left: 0;
background: #FFFFFF;
width: 100%;
z-index: 0;
text-align: center;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.smart_headnavi ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 15px;
color: #333333;
}
.smart_headnavi ul li {
height: 53px;
text-align: center;
border-bottom: 1px solid #DDDDDD;
}
.smart_headnavi ul li:last-child {
border-bottom: none;
}
.smart_headnavi ul li a,
.smart_headnavi ul li a {
width: 100%;
display: block;
color: #333333;
padding: 15px 0;
}
.smart_headnavi ul a {
display: inline-block;
}
.smart_headnavi ul a:link {
color: #333333;
text-decoration: none;
}
.smart_headnavi ul a:hover {
color: #333333;
}
.open .smart_headnavi {
-moz-transform: translateY(503px);
-webkit-transform: translateY(503px);
transform: translateY(503px);
}
/* header */

/* slider */
#page_body .slider-wrapper {
/*display: none;*/
}
.smart_image {
display: none;
/*width: 100vw;
height: 100vh;
position: relative;
background-image: url(../image/slide_01.jpg);
background-position: center;
background-size: cover;
z-index: -1;*/
}
.smart_image .smart_image_text {
display: none;
/*width: 90%;
margin: 0 5%;
position: relative;
text-align: center;*/
}
.smart_image h1 {
display: none;
/*padding-top: 130px;
font-weight: 500;
margin: 0;
color: #FFFFFF;
text-shadow: 0px 0px 6px rgba(5, 5, 5, 0.4);*/
}
.smart_image h3 {
display: none;
/*font-weight: 400;
font-size: smaller;
color: #FFFFFF;
text-shadow: 0px 0px 6px rgba(7, 7, 7, 0.8);*/
}

.slider-wrapper .slider {
width: 100vw;
height: 100vh;
}
.slider .slide {
z-index: 1 !important;
}
.slider_text h1 {
color: #FFFFFF;
font-size: 2.2em;
line-height: 1.5;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
text-shadow:0px 0px 15px rgba(7, 7, 7, 1);
animation:move01 1.1s linear 0s;
-webkit-animation:move01 1.1s linear 0s;
text-align: center;
}
@keyframes move01 {
0% {
transform: translate(1000px);
}
100% {
transform: translate(0px);
}
}
@-webkit-keyframes move01 {
0% {
-webkit-transform: translate(1000px);
}
100% {
-webkit-transform: translate(0px);
}
}
.slider_text h3 {
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
line-height: 1.8;
font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
text-shadow: 0px 0px 15px rgba(7, 7, 7, 1);
animation:move01 1.3s linear 0s;
-webkit-animation:move01 1.3s linear 0s;
text-align: center;
}
@keyframes move01 {
0% {
transform: translate(1000px);
}
100% {
transform: translate(0px);
}
}
@-webkit-keyframes move01 {
0% {
-webkit-transform: translate(1000px);
}
100% {
-webkit-transform: translate(0px);
}
}
.slide_01 {
background-image: url(../image/slide_01.jpg);
background-position: center;
background-size: cover;
}
.slide_02 {
background-image: url(../image/slide_02.jpg);
background-position: center;
background-size: cover;
}
.slide_03 {
background-image: url(../image/slide_03.jpg);
background-position: center;
background-size: cover;
}
.slide_04 {
background-image: url(../image/slide_04.jpg);
background-position: center;
background-size: cover;
}

.slider-wrapper .slider_logo{
display: none;
/*height: 300px;
width: 200px;
padding-right: 750px;
position: absolute;
top: -340px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
z-index: 1;*/
}

.slider-wrapper .slider_img{
display: none;
/*height: 300px;
width: 200px;
padding-right: 460px;
position: absolute;
top: -340px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
z-index: 1;*/
}

.slider-wrapper .slider_text {
/*height: 500px;
width: 800px;
padding-right: 150px;*/
width: 90%;
margin: 0 5%;
position: absolute;
top: 80px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
z-index:1;
}

/* slider */

/* title */
.page_body_title {
font-size: 2em;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #333;
padding: 5px 0;/*上下の余白*/
border-top: solid 3px #43ab33;/*上線*/
border-bottom: solid 3px #43ab33;/*下線*/
margin-bottom:30px;
text-align: center;
}
/* title */

/* news */
#page_body_news {
width: 96%;
/*height: 350px;*/
margin: 20px auto 220px;
}
#page_body_news .news_inner {
width: 100%;
}
.news_inner .inline_frame {
height: 300px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
}
.news_inner .news_list {
margin: 0px auto;
padding: 5px 0;
border-bottom: dotted 1px #CCCCCC;
}
.news_inner ul {
list-style: none;
}
.news_inner ul li{
/*	padding: 5px 0;*/
display: inline-block;
max-width:98%;
}
.news_list .news_list_date {
font-size: 0.7em;
font-weight: bold;
color: #000000;
}
.news_list .news_list_category {
margin-left: 20px;
padding: 1px 10px;
font-size: 0.5em;
font-weight: 100;
line-height: 1em;
color: #FFFFFF;
background-color: #333333;
}
.news_list .news_list_title {
font-size: 0.8em;
line-height: 1.2;
color: #333333;
}
.inline_frame a {
text-decoration: none;
}
.news_list .news_list_date a {
color: #000000;
}
.news_list .news_list_title a {
color: #333333;
}
.news_list .news_list_date:hover,
.news_list .news_list_title:hover {
	text-decoration: underline;
}
/* news */

/* page_bodynavi */
#page_bodynavi {
width: 100%;
margin: 0px auto;
	padding: 50px 0;
	background: #eee;
}
#page_bodynavi .page_bodynavi_inner {
margin: 0 2%;
}
#page_bodynavi .flex {
width: 100%;
margin:0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#page_bodynavi ul {
padding: 0;
}
#page_bodynavi .flex li {
flex-basis: 100%;
list-style: none;
}
.page_bodynavi_inner .page_bodynavi_list {
width: 90%;
margin: 20px auto;
}
.page_bodynavi_list .page_bodynavi_image {
width: 100%;
overflow: hidden;
background-color: #000;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.page_bodynavi_list .page_bodynavi_image  img {
	width: 100%;
vertical-align: bottom;
transition: 0.3s;
}
.page_bodynavi_list .btn_01 {
display: none;
}
.btn_01 .button {
display: inline-block;
padding: 7px 20px;
float: right;
text-align: right;
text-decoration: none;
position: relative;
z-index: 2;
color: #333;
overflow: hidden;
background-color: #fff;
z-index: 1;
}
.btn_01 .button::before,
.btn_01 .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_01 .button,
.btn_01 .button::before,
.btn_01 .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_01 .button:hover {
color: #fff;
}
.btn_01 .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.btn_01 .button:hover::after {
background: #333;
-webkit-transform: scale(1);
transform: scale(1);
}
.page_bodynavi_list .btn_01:after {
content: "";
display: block;
clear: both;
}
/* page_bodynavi */

/* page top */

/*#page_top {
position: fixed;
bottom: 0px;
right: 15px;
text-align: center;
opacity: 0.8;
}*/

#page_top_sp {
    width: 100%;
    height: 70px;
    bottom: 0px;
    margin: 0px;
    position: absolute;
    opacity: 0.8;
}

#page_top_sp img{
  display:none;
}

#page_top_sp a {
    background-position: center;
    width: 100%;
    height: 70px;
    display: block;
    background-image: url(/images/common/b_gototop_sp.png);
    background-repeat: no-repeat;
    background-color: rgb(194, 194, 194);
}

#page_Top_sp:hover {
opacity: 1;
}

/*#page_top {
position: fixed;
bottom: 0px;
right: 15px;
text-align: center;
}

#page_top a {
display: block;
z-index: 0;
padding: 10px 7px 5px;
border-radius: 5px;
width: 35px;
height: 35px;
background-color: #777777;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
opacity: 0.7;
}
#page_Top a:hover {
text-decoration: none;
opacity: 0.4;
}*/

/* page top */

/* footer */

/* footer */

/* sub page */
/* sub page 共通　*/
#sub_page {
background: url(../image/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
}
.btn_02 {
width: 100%;
margin: 0 auto 60px;
text-align: center;
font-size: 0.8em;
font-weight: bold;
}
.btn_02 .button {
margin: 0 auto;
display: inline-block;
padding: 10px 50px 10px 30px;
text-decoration: none;
position: relative;
z-index: 2;
color: #333;
overflow: hidden;
background-color: #fff;
border: 1px solid #999999;
z-index: 1;
}
.btn_02 .button::before,
.btn_02 .button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_02 .button,
.btn_02 .button::before,
.btn_02 .button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_02 .button:hover {
color: #fff;
}
.btn_02 .button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.btn_02 .button:hover::after {
background: #333;
-webkit-transform: scale(1);
transform: scale(1);
}
.content_inner,
.hide_content_inner {
margin: 0px 2% 0px;
}
.content_inner:after,
.hide_content_inner:after {
content: "";
display: block;
clear: both;
}
.movie_photo_area,
.about_area,
.radio_area,
.event_area{
width: 100%;
margin: 30px auto 50px;
}
/* sub page 共通　*/

/* movie & photo */
.movie_photo_area .page_body_subtitle {
margin: 50px auto 30px;
font-size: 1.2em;
color: #666666;
}
.movie_photo_area .page_body_subtitle p {
text-align: center;
}
.movie_photo_area .page_body_subtitle span {
display: block;
width: 50px;
height: 3px;
margin: -15px auto 0;
background: #29A2D9;
}
.movie_photo_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.movie_photo_area ul {
padding: 0;
}
.movie_photo_area .flex li {
flex-basis: 48%;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.movie_list .movie_list_image,
.photo_list .photo_list_image {
width: 100%;
overflow: hidden;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.movie_list .movie_list_image img,
.photo_list .photo_list_image img {
width: 100%;
vertical-align: bottom;
}
.movie_list .movie_list_title,
.photo_list .photo_list_title {
margin: 5px 0 0;
font-size: 0.9em;
line-height: 1.3;
}
.movie_list .movie_list_subtitle,
.photo_list .photo_list_subtitle {
margin: 5px 0 0;
font-size: 0.7em;
line-height: 1.3;
color: #666666;
}
/* movie & photo */

/* about */
.about_area .about_list {
width: 96%;
background-color: #FFFFFF;
margin: 0 2% 30px;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
border:1% solid #dedede;
}
.about_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.about_area ul {
padding: 0;
}
.about_area .flex li {
flex-basis: 100%;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.about_list .about_list_image {
width: 100%;
overflow: hidden;
background-color: #000;
}
.about_list .about_list_image img {
width: 100%;
vertical-align: bottom;
transition: 0.3s;
}
.about_list .about_list_word {
width: 96%;
padding: 10px 4% 40px;
position: relative;
}
.about_list .about_list_word a {
text-decoration: none;
list-style: none;
color: #333;
}
.about_list .about_list_word a:hover {
text-decoration: none;
list-style: none;
color: #989898;
}
.about_list .about_list_word h1 {
margin: 10px 0;
font-size: 1.2em;
font-weight: 100;
line-height: 1;
}
.about_list .about_list_word .about_list_subtitle {
margin: 5px 0 5px 0;
font-size: 0.7em;
line-height: 1.5;
}
.about_list .about_list_word .about_list_text {
display: none;
}
.about_link {
position: absolute;
bottom: 5px;
left: 15px;
display: inline-block;
padding: 10px 0;
text-decoration: none;
font-size: 0.8em;
color: #29A2D9;
}
.about_link:hover
{
text-decoration: underline;
}
/* about */

/* radio */
.radio_area_image {
width: 96%;
margin: 0 auto;
}
.radio_area_image img {
width: 100%;
vertical-align: bottom;
}
.radio_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.radio_area ul {
padding: 0;
}
.radio_area .flex li {
width: 48%;
margin: 0 0 10px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.radio_list .radio_list_image {
width: 100%;
overflow: hidden;
}
.radio_list .radio_list_image img {
width: 100%;
height: auto;
vertical-align: bottom;
}
.radio_list .radio_list_word {
padding: 0 10px;
}
.radio_list_word .radio_list_date {
font-size: 0.6em;
line-height: 1.5;
}
.radio_list .radio_list_title {
margin: 10px 0 10px 0;
font-size: 1.0em;
font-weight: bold;
line-height: 1.3;
}
.radio_list .radio_list_text {
display: none;
}
.radio_link {
display: inline-block;
padding: 10px 0;
float: left;
text-decoration: none;
font-size: 0.7em;
color: #29A2D9;
}
.radio_link:hover
{
text-decoration: underline;
}
/* radio */

/* popup page */
#ajax-wrap {
position: relative;
margin: 20px auto;
padding: 20px;
max-width: 600px;
background: #FFFFFF;
color: #333;
}
#ajax-wrap img {
max-width: 100%;
margin: 10px 0;
}
#ajax-wrap h1 {
font-size: 1.3em;
padding: 0;
margin: 0;
}
#ajax-wrap h2 {
font-size: 1.2em;
font-weight: normal;
padding: 0;
margin: 20px 0 0;
}
#ajax-wrap h3 {
font-size: 1.0em;
font-weight: normal;
padding: 0 0 0 5px;
margin: 30px 0 -5px;
line-height: 1;
border-left: 5px solid #29A2D9;
}
#ajax-wrap h4 {
font-size: 1.0em;
font-weight: normal;
padding: 0;
margin: 0;
}
#ajax-wrap p {
font-size: 0.8em;
line-height: 1.5;
}
#ajax-wrap .caption {
font-size: 0.8em;
line-height: 1.5;
margin-top: -10px;
}
#ajax-wrap table {
border-collapse: separate;
border-spacing: 0;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size: 0.8em;
}
#ajax-wrap table th {
width: 90px;
padding: 5px 10px;
font-weight: normal;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
background: #CCCCCC;
}
#ajax-wrap table td {
width: 650px;
padding: 5px 10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.ajax-about {
max-width: 800px!important;
}
/* popup page */

/* event info */
.event_area .flex {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.event_area ul {
padding: 0;
}
.event_area .flex li {
width: 48%;
margin: 0 0 10px 0;
padding: 0;
list-style: none;
border: 1px solid #cccccc;
background-color: #FFFFFF;
box-shadow:0px 0px 8px 2px #ebebeb;
-moz-box-shadow:0px 0px 8px 2px #d3d3d3;
-webkit-box-shadow:0px 0px 8px 2px #d3d3d3;
}
.event_list .event_list_image {
width: 100%;
overflow: hidden;
}
.event_list .event_list_image img {
width: 100%;
height: auto;
vertical-align: bottom;
}
.event_list .event_list_word {
padding: 0 10px;
border-top: 1px solid #cccccc;
}
.event_list_word .event_list_date {
font-size: 0.6em;
line-height: 1.5;
}
.event_list .event_list_title {
margin: 10px 0 10px 0;
font-size: 0.9em;
font-weight: bold;
line-height: 1.3;
}
.event_list .event_list_text {
display: none;
}
.event_link {
display: inline-block;
padding: 10px 0;
float: left;
text-decoration: none;
font-size: 0.7em;
color: #29A2D9;
}
.radio_link:hover
{
text-decoration: underline;
}

/* sub page */
}

#para {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  /*padding: 5%;*/
}
.parallax-bg {
	background: url('../image/slidepara_index2.jpg') center 0 no-repeat fixed;
  /*background-image: url('../image/slidepara2.jpg') center 0 no-repeat fixed;*/
/*  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.parallax-bg2 {
	background: url('../image/slidepara_other.jpg') center 0 no-repeat fixed;
  /*background-image: url('../image/slidepara2.jpg') center 0 no-repeat fixed;*/
/*  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.centernavi{
	background-color:#43ab33;
	width:100%;
}

.centernavi2{
	background-color:#43ab33;
	width:100%;
	position: fixed;
	/*z-index:9999;*/
	z-index:999;
}

.navig {
	width:100%;
	height:50px;
}

.navig ul{
	width:950px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
}

.navig ul li{
	list-style: none;
    float: left;
    color: #FFFFFF;
    font-size: 0.8em;
    width: 25%;
    height: 20px;
    /* margin-right: -20px; */
}

.navig ul li a{
	color: #FFFFFF;
	text-decoration: none;
	/*width: 240px;*/
	height: 35px;
	display: block;
	padding-top: 15px;
	background: #43ab33;
}
.navig ul li a:hover{
	background: #6bce5c;
}

@media screen and (max-width: 768px) and (min-width: 641px){

#para {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  /*padding: 15%;*/
}

.navig {
	width:100%;
	height:50px;
}

.navig ul{
	width:96%;
	margin: 0 auto;
	height: 50px;
}

.navig ul li{
	list-style: none;
    float: left;
    color: #FFFFFF;
    font-size: 0.8em;
    /*width: 20%;*/
    height: 25px;
    /* margin-right: -20px; */
    /*padding-top: 15px;*/
}

.navig ul li a{
	color: #FFFFFF;
	text-decoration: none;
	/*width: 95%;*/
}

}

@media screen and (max-width: 640px){

.centernavi,.centernavi2{
	background-color:#43ab33;
	width:100%;
	display: none;
}

#para {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  /*padding: 10%;*/
}

.parallax-bg {
	background: url('../image/para_sp.jpg') center 0 no-repeat fixed;
  /*background-image: url('../image/slidepara2.jpg') center 0 no-repeat fixed;*/
/*  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.parallax-bg2 {
	background: url('../image/para_sp.jpg') center 0 no-repeat fixed;
  /*background-image: url('../image/slidepara2.jpg') center 0 no-repeat fixed;*/
/*  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

}

/* newslist */

.newslist {
display: flex;
flex-wrap: wrap;
max-width: 1024px;
margin: 0 auto;
overflow:hidden;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.newslist ul{
}

.newslist li {
list-style: none;
width: 27%;
padding: 4% 2%;
margin:1%;
background-color:#eee;
transition: .8s;
}
@media screen and (max-width: 767px) {
.newslist li { max-width: 48%; }
}
@media screen and (max-width: 414px) {
.newslist li { width: 98%; }
}
.newslist dl, .newslist dd { margin: 0; }
.newslist dl { text-align: right; }
.newslist dt, .newslist .txt { text-align: left; }
.newslist dt { font-size: .9em; font-weight: 700; }
.newslist dd { margin-top: .2em; font-size: .8em; }
.newslist .price { display: inline-block; padding: .1em .5em; background: #eee; }
.newslist img { width: 100%; height: auto; }

.list-mv07{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

#page_body .scroll
{
    position: absolute;
    z-index: 9998;
    bottom: 14%;
    left: 50%;

    width: 24px;
    margin-left: -12px;
    padding-top: 70px;
}

#page_body .scroll span
{
    font-size: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}


#page_body .scroll span:nth-of-type(1) {
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
}
#page_body .scroll span:nth-of-type(2) {
  top: 20px;
   -webkit-animation-delay: .15s;
   animation-delay: .15s;
}
#page_body .scroll span:nth-of-type(3) {
  top: 40px;
   -webkit-animation-delay: .3s;
   animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bread_clumb{
	margin-left:5%;
	margin-top:10px;
}

.txtc{
	text-align: center;
}

.eventimg{
	width: 860px;
}

a:hover img{
	opacity:0.6;
}

.txtd{
	padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #eeffea;
    box-shadow: 0px 0px 0px 10px #eeffea;
    border: dashed 2px #cfffc3;
    border-radius: 8px;
}

.fuwafuwa:hover{
	-webkit-animation-name: rotate;
          -moz-animation-name: rotate;
  -webkit-animation-timing-function: steps(2);
          -moz-animation-timing-function: steps(2);
  -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          -moz-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          -moz-animation-duration: 2s;
  -webkit-animation-delay: .5s;
          -moz-animation-delay: .5s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  60%{
  	 -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -moz-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  60%{
  	 -moz-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  100% {
    -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.nao{position: absolute;
	 top:560px;
	 right:5%;}

.nao img{
	width:230px;
}

.kaede{position: absolute;
	 top:1090px;
	 left:5%;}

.kaede img{
	width:230px;
}

.megu{position: absolute;
	 top:1560px;
	 right:5%;}
.megu img{
	width:230px;
}

.nao2{position: absolute;
	 top:540px;
	 right:5%;}
.nao2 img{
	width:230px;
}

.kaede2{position: absolute;
	 top:680px;
	 left:5%;}
.kaede2 img{
	width:230px;
}

.megu2{position: absolute;
	 top:890px;
	 right:5%;}
.megu2 img{
	width:230px;
}

.kaede3{position: absolute;
	 top:1400px;
	 left:5%;}
.kaede3 img{
	width:230px;
}
.megu3{position: absolute;
	 top:2000px;
	 right:5%;}
.megu3 img{
	width:230px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.nao,.megu,.kaede,.nao2,.megu2,.kaede2{
	display:none;
}
}

@media screen and (max-width: 640px) {

.nao,.megu,.kaede,.nao2,.megu2,.kaede2{
	display:none;
}

}

.spimg{
	display: none;
}

@media screen and (max-width: 640px) {
.spimg{
position: absolute;
display: block;
bottom: 0;
left: 30%;
}

.spimg img{
	width:130px;
}
}

/* ――――――――――――――――――――――
 clear
―――――――――――――――――――――― */
.clear {
clear: both;
margin:0px;
padding:0px
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;zoom:1;}

#footer
{
	background-color: #F2F2F2;
	padding: 50px 0;
}

#footer ul {

	margin: 0 auto;

	padding-bottom: 0px;

	padding-top:10px;

	font-size:90%;

	width:790px;

}

#footer ul li {

	float: left;

	list-style-type: none;

	margin-right: 2em;

	background-image: url(./image/arrow_news.gif);

	background-repeat: no-repeat;

	background-position: left center;

	text-indent: 1em;

}

#footer ul li a {

	color: #555555;

	font-size: 92.307692%; /* 12px */

	text-decoration: none;

}

#footer ul li a:hover {

	text-decoration: underline;

}

@media screen and (max-width: 640px) {


#footer {

	padding-top: 20px;
	width:100%;
  position:relative;
}

#footer ul {

	margin: 0px;
	padding-left:0;
	width:100%;

}

#footer ul li {

	background: none; margin: 0px; text-align: center; line-height: 2; float: none;

}

}

.pcmt{
	margin-top:50px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
	.pcmt{
	margin-top:0px;
}
}

@media screen and (max-width: 640px) {

.pcmt{
	margin-top:0px;
}

}

.introduct{
	border-left: solid 5px #43ab33;
    padding-left: 0.5em;
    font-weight: 300;
}

.pc{}

@media screen and (min-width: 641px) and (max-width: 768px) {
.pc{}
}

@media screen and (max-width: 640px) {
.pc{
	display: none!important;
}
}

.sp{display: none;}

@media screen and (min-width: 641px) and (max-width: 768px) {
.sp{display: none;}
}

@media screen and (max-width: 640px) {
.sp{
	display: block;
}
}

.cf::after{
  content: "";
  display: block;
  clear: both;
}

.lnexco{
	font-size: 80%;
}

/* 整備効果 */

.my-gallery {
display: flex;
flex-wrap: wrap;
max-width: 1024px;
margin: 0 auto;
overflow:hidden;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.my-gallery figure {
list-style: none;
width: 27%;
padding: 4% 2%;
margin:1%;
background-color:#eee;
transition: .8s;
}

.my-gallery figcaption{
	display: none;
}
@media screen and (max-width: 767px) {
.my-gallery figure { max-width: 44%; }
}
@media screen and (max-width: 414px) {
.my-gallery figure { width: 98%; }
}
.my-gallery dl, .my-gallery dd { margin: 0; }
.my-gallery dl { text-align: right; }
.my-gallery dt, .my-gallery .txt { text-align: left; }
.my-gallery dt { font-size: .9em; font-weight: 700; }
.my-gallery dd { margin-top: .2em; font-size: .8em; }
.my-gallery .price { display: inline-block; padding: .1em .5em; background: #eee; }
.my-gallery img { width: 100%; height: auto; }
