@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    padding: 0 15px;
	text-align: center;
}
#mainimage .nabe {
    position: relative;
    margin-top: -20px;
    z-index: 9;
}
#mainimage .nabe h2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    line-height: 1.3;
	font-size: 21px;
    font-weight: 700;
}
#mainimage .nabe figure {
	text-align: center;
}
#mainimage .nabe img {
	width: 100%;
    max-width: 342px;
    height: auto;
}
#mainimage #slider .swiper-slide img {
	width: 100%;
    height: auto;
}
#mainimage #slider figure {
	position: absolute;
    left: 65%;
    bottom: -15px;
    z-index: 9;
}
#mainimage #slider figure img {
	width: 120px;
    height: auto;
}
@media print, screen and (min-width:576px) {
#mainimage {
	display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 0 15px;
	text-align: left;
}
#mainimage .nabe {
    width: 45%;
    position: relative;
    margin-top: 0;
    margin-right: -5%;
    z-index: 9;
}
#mainimage .nabe h2 {
    position: absolute;
    top: auto;
    bottom: 62%;
    left: 0;
    width: 100%;
    padding-left: 0.5em;
    line-height: 1.3;
	font-size: 21px;
    font-weight: 700;
}
#mainimage .nabe figure {
	text-align: center;
}
#mainimage .nabe img {
	width: 100%;
    max-width: 812px;
    height: auto;
}
#mainimage #slider {
	width: 60%;
}
#mainimage #slider img {
	width: 100%;
    height: auto;
}
#mainimage #slider figure {
	position: absolute;
    left: auto;
    right: 10px;
    bottom: -10px;
    width: 20%;
    z-index: 9;
}
#mainimage #slider figure img {
	width: 100%;
    height: auto;
}
}
@media print, screen and (min-width:768px) {
#mainimage {
	display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    padding: 0 30px;
	text-align: left;
}
#mainimage .nabe {
    width: 43%;
    position: relative;
    margin-top: 0;
    margin-right: -5%;
    z-index: 9;
}
#mainimage .nabe h2 {
    position: absolute;
    left: 0;
    bottom: 65%;
    width: 100%;
    line-height: 1.3;
	font-size: 28px;
    font-weight: 700;
}
#mainimage .nabe figure {
	text-align: center;
}
#mainimage .nabe img {
	width: 100%;
    height: auto;
}
#mainimage #slider {
	width: 62%;
}
#mainimage #slider img {
	width: 100%;
    height: auto;
}
}
@media print, screen and (min-width:992px) {
#mainimage {
    margin-bottom: 50px;
}
#mainimage .nabe {
    padding-top: 20px;
}
#mainimage .nabe h2 {
	font-size: 32px;
}
#mainimage #slider figure {
	position: absolute;
    left: auto;
    right: 10px;
    bottom: -10px;
    width: 18%;
    z-index: 9;
}
#mainimage #slider figure img {
	width: 100%;
    height: auto;
}
}
@media print, screen and (min-width:1200px) {
#mainimage .nabe h2 {
	font-size: 38px;
}
}
@media print, screen and (min-width:1400px) {
#mainimage {
    padding: 0 80px;
}
}
@media print, screen and (min-width:1600px) {
#mainimage .nabe h2 {
	font-size: 44px;
}
}

/*------------------------------------------------------------content*/
.content01 {
    padding: 20px 15px;
}
@media print, screen and (min-width:768px) {
.content01 {
    padding: 40px 30px;
}
}
@media print, screen and (min-width:992px) {
.content01 {
    padding: 50px 30px;
}
}
@media print, screen and (min-width:1400px) {
.content01 {
    padding: 50px 80px;
}
}


.fig_box > div {
    text-align: left;
    background: url("../img/common_img/steam01.png") 15px 0 no-repeat, url("../img/common_img/steam02.png") 90px 90px no-repeat;
    background-size: 80px auto, 50px auto;
}
.fig_box > div h3 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 700;
}
.fig_box > figure {
    margin-top: 20px;
}
.fig_box > figure img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
@media print, screen and (min-width:768px) {
.fig_box > div {
    text-align: left;
    background: url("../img/common_img/steam01.png") 0 0 no-repeat, url("../img/common_img/steam02.png") 160px 180px no-repeat;
    background-size: auto auto, auto auto;
}
.fig_box > div h3 {
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
}
.fig_box > figure {
    margin-top: 30px;
}
.fig_box > figure img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
}
@media print, screen and (min-width:992px) {
.fig_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fig_box.ph_l {
    flex-direction: row-reverse;
}
.fig_box > div {
    width: 48.5%;
    text-align: left;
    background: url("../img/common_img/steam01.png") right top no-repeat, url("../img/common_img/steam02.png") right 160px top 180px no-repeat;
    background-size: auto auto, auto auto;
}
.fig_box.ph_l > div {
    text-align: left;
    background: url("../img/common_img/steam01.png") 0 0 no-repeat, url("../img/common_img/steam02.png") 160px 180px no-repeat;
    background-size: auto auto, auto auto;
}
.fig_box > div h3 {
    font-size: 36px;
}
.fig_box > figure {
    width: 48.5%;
    margin-top: 0;
}
.fig_box > figure img {
    width: 100%;
    max-width: 880px;
    height: auto;
}
}

.pickup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pickup li {
    width: 48.5%;
    margin: 10px 0;
}
.pickup li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #241204;
}
.pickup li a figure {
    margin-bottom: 15px;
}
.pickup li a figure img {
    width: 100%;
    height: auto;
}
.pickup li a h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 19px;
    font-weight: 700;
}
.pickup li a p {
    line-height: 1.5;
    text-align: left;
}
@media print, screen and (min-width:768px) {
.pickup li a h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
}
}
@media print, screen and (min-width:992px) {
.pickup li {
    width: 23.5%;
    margin: 0;
}
.pickup li a {
    transition: all 0.5s;
}
.pickup li a:hover {
    opacity: 0.6;
}
.pickup li a h3 {
    margin-bottom: 15px;
    font-size: 26px;
}
}
@media print, screen and (min-width:1200px) {
.pickup li a h3 {
    font-size: 30px;
}
}

.topics li {
    margin-bottom: 20px;
}

.ameblo, .twitter {
    height: 100%;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}
.youtube, .facebook {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe, .facebook .fb-page {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.facebook {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.instagram {
    max-width: 500px;
    margin: 20px auto 0;
}
.instagram a {
    display: block;
    text-align: center;
    line-height: 2.4em;
    padding: 0 20px;
    text-decoration: none;
    color: #241204;
    border-radius: 14px;
    border: solid 1px #241204;
    transition: all 0.5s;
}
.instagram a i {
    margin-right: 0.5em;
}

@media print, screen and (min-width:576px) {
.topics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topics li {
  width: 48.5%;
}
}
@media print, screen and (min-width:992px) {
.topics li {
    margin-bottom: 30px;
}
.instagram {
    margin: 30px auto 0;
}
.instagram a {
    display: block;
    text-align: center;
    line-height: 3em;
    padding: 0 20px;
    text-decoration: none;
    color: #241204;
    border-radius: 14px;
    border: solid 1px #241204;
    transition: all 0.5s;
}
.instagram a:hover {
    display: block;
    text-align: center;
    line-height: 3em;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 14px;
    border: solid 1px #241204;
    background: #241204;
}
}
@media print, screen and (min-width:1200px) {
}

.eapps-widget-toolbar {
    display: none!important;
}

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 0 0 10px 0;
}
#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
	font-size: 12px;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
#news02 .newstitle br {
	display:none;
}
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}