﻿@charset "utf-8";

/* NEWS 一件用 */
.popupnews{
	background: #FFF;
	position: absolute;
	z-index: 3;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	left: calc(50% - 550px);
	bottom: 20px;
	width: 1100px;
	min-height: 60px;
	border-radius: 7px;
	font-size: 15px;
}
.popupnews h3{
	color: #028F02;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #C5C5C5;
	width: 110px;
}
.popupnews a{
	color: #333;
	display: block;
	text-decoration: none;
	padding: 0 26px;
}
.popupnews a span{
	margin-left: 1em;
}
.popupnews a:hover span{
	text-decoration: underline;
}
@media screen and (max-width:1400px) {
	.popupnews{
		left: calc(50% - (550/1400 * 100vw));
		bottom: calc(20/1400 * 100vw);
		width: calc(1100/1400 * 100vw);
		min-height: calc(60/1400 * 100vw);
		border-radius: calc(7/1400 * 100vw);
		font-size: calc(15/1400 * 100vw);
	}
	.popupnews h3{
		width: calc(110/1400 * 100vw);
	}
	.popupnews a{
		padding: 0 calc(26/1400 * 100vw);
	}
}
@media screen and (max-width:800px) {
	.popupnews{
		left: calc(50% - 43.5vw);
		bottom: 2vw;
		width: 87vw;
		min-height: 10vw;
		border-radius: calc(7/1400 * 100vw);
		font-size: calc(15/1400 * 100vw);
	}
	.popupnews h3{
		width: 12vw;
		font-size: 2.5vw;
		letter-spacing: 0;
	}
	.popupnews a{
		padding: 0 2.6vw;
		font-size: 2.7vw;
		letter-spacing: 0.1em;
	}
}

.newswrap{
	background: #FFF;
}
.newswrap #cboxLoadedContent {
    margin-bottom: 0px;
    overflow-x: hidden !important;
	border-radius: 10px;
}
.newsconts{
	width: 100%;
	height: 100%;
	background: #FFF;
	padding: 50px;
	box-sizing: border-box;
}
.newsconts h3 {
    font-size: 22px;
    font-weight: normal;
	color: #028f02;
	border-bottom: 1px solid #028f02;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 10px;
	position: relative;
}
.newsconts h3 span{
	display: block;
	margin-left: 3px;
	margin-bottom: 10px;
	color: #999;
	font-size: 15px;
}
.newsconts h4 {
    font-size: 20px;
	color: #222;
	font-weight: bold;
}
.newsconts p {
    font-size: 17px;
    font-weight: normal;
	color: #333;
	margin-bottom: 30px;
}
.newsconts a {
    font-size: 18px;
	color: #FFF;
	background: #666;
	display: block;
	margin: 0 auto 50px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
@media screen and (max-width:1400px) {
	.newsconts{
		padding: calc(50/1400 * 100vw);
	}
	.newsconts h3 {
		font-size: calc(22/1400 * 100vw);
		margin-bottom: calc(30/1400 * 100vw);
		padding-bottom: calc(10/1400 * 100vw);
	}
	.newsconts h3 span{
		margin-left: calc(3/1400 * 100vw);
		margin-bottom: calc(10/1400 * 100vw);
		font-size: calc(15/1400 * 100vw);
	}
	.newsconts h4 {
		font-size: calc(20/1400 * 100vw);
	}
	.newsconts p {
		font-size: calc(17/1400 * 100vw);
		margin-bottom: calc(30/1400 * 100vw);
	}
	.newsconts a {
		font-size: calc(18/1400 * 100vw);
		margin: 0 auto calc(50/1400 * 100vw);
		width: calc(200/1400 * 100vw);
		height: calc(40/1400 * 100vw);
		line-height: calc(40/1400 * 100vw);
	}
}



@media screen and (max-width:650px) {
	.popupnews h2{
		font-size: 16px;
		margin-left: 10px;
	}
	.popupnews a {/* 一件用 */
		padding: 0 10px;
	}
	
	.popupnews a {
		padding: 4px 10px;
		box-sizing: border-box;
	}
	.newsconts{
		padding: 16px;
	}
	.newsconts h3 {
		font-size: 18px;
		line-height: 150%;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.newsconts h3 span{
		font-size: 13px;
	}
	.newsconts h4 {
		font-size: 16px;
	}
	.newsconts p {
		font-size: 13px;
	}
	.newsconts a {
		font-size: 14px;
		margin: 0 auto 50px;
		width: 140px;
		height: 30px;
		line-height: 30px;
	}
}




/************************ 臨時休業NEWS CMS 入力用 *********/
.newsconts{
	color: #111;
	padding-bottom: 50px;
	height: auto;
}
.newsconts p,
.newsconts h4,
.newsconts ul,
.newsconts table,
.newsconts div,
.newsconts img,
.newsconts a{
	margin: 40px auto;
	font-size: 17px;
	font-weight: normal;
}
.newsconts h3{
	font-size: 20px;
	line-height: 160%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.newsconts h4{
	font-weight: bold;
}

.newsconts h1,
.newsconts h2,
.newsconts h3,
.newsconts h4,
.newsconts h5,
.newsconts h6{
	font-weight: bold;
}
.newsconts h1{
	font-size: 29px;
}
.newsconts h2{
	font-size: 26px;
}
.newsconts h3{
	font-size: 23px;
	line-height: auto;
    border-bottom: none;
    padding-bottom: 0px;
	margin: 0;
	color: #111;
}
.newsconts h4{
	font-size: 20px;
	margin: 0;
}
.newsconts h5{
	font-size: 18px;
}
.newsconts h6{
	font-size: 17px;
}
.newsconts em {
    font-style: italic;
}
.newsconts table{
	
}
.newsconts table th,
.newsconts table td{
	padding: 5px 8px;
	border: 1px solid #CCC;
}
.newsconts .mt-image-right{
	display: block;
	margin-left: auto !important;
	float: none !important;
}
.newsconts hr{
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}
.newsconts ul li{
	list-style-type: disc;
}
.newsconts ol{
	font-size: 17px;
    font-weight: normal;
}
.newsconts ol li{
	list-style-type:decimal;
}
.newsconts a{
	color: #028f02;
}
.newsconts a {
    font-size: 100%;
    color: #028f02;
    background: none;
    display: inline;
    margin: 0 auto 0px;
    width: auto;
    height: auto;
    line-height:normal;
    text-align: left;
}
.newsconts a.linkbtn{
	max-width: 400px;
    margin: 0 auto;
    display: block;
    background: #999;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
}
.newsconts p.caption{
	font-size: 13px;
	text-align: center;
	margin-top: -30px;
}
.newsconts img{
	display: block;
}
.newsconts img.mt-image-left{
	display: block;
	float: none !important;
}
.newsconts .center{
	text-align: center;
	display: block;
}
.newsconts ul.ten li{
	text-indent: -1em;
	padding-left: 1em;
}
.newsconts table.basic{
	border-top:1px solid #0c3f8f;
	border-left:1px solid #0c3f8f;
	width: 100%;
}
.newsconts table.basic th,
.newsconts table.basic td{
	border-bottom:1px solid #0c3f8f;
	border-right:1px solid #0c3f8f;
	padding: 5px 10px;
}
.newsconts a{
	color: #028f02;
	text-decoration: underline;
}
.newsconts h3:first-child {
    font-size: 22px;
    font-weight: normal;
    color: #028f02;
    border-bottom: 1px solid #028f02;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 150%;
    padding-bottom: 10px;
    position: relative;
}
.newsconts iframe{
	width: 80%;
    display: block;
    margin: 20px auto;
    height: 350px;
}
@media (max-width:767px) {
	.newsconts p,
	.newsconts h4,
	.newsconts ul,
	.newsconts ol,
	.newsconts table,
	.newsconts div,
	.newsconts img,
	.newsconts a{
		margin: 30px auto;
		font-size: 3.6vw;
		word-break: break-all;
	}
	.newsconts h3{
		font-size: 3.5vw;
		line-height: 150%;
	}
	.newsconts h3:first-child {
		font-size: 3.5vw;
	}
	.newsconts h3:first-child span{
		font-size: 3vw;
	}
	
	.newsconts h1{
		font-size: 4.8vw;
	}
	.newsconts h2{
		font-size: 4.5vw;
	}
	.newsconts h3{
		font-size: 4.2vw;
	}
	.newsconts h4{
		font-size: 3.9vw;
		margin: 0;
	}
	.newsconts h5{
		font-size: 3.6vw;
	}
	.newsconts h6{
		font-size: 3.6vw;
	}
	.newsconts img{
		max-width: 100%;
		height: auto;
	}
	.newsconts ul,
	.newsconts ol{
		margin-left:20px;
	}

	.newsconts p.caption{
		font-size: 3.2vw;
		margin-top: -20px;
	}
	#contents1 > p {
		font-size: 3.4vw;
	}
	.newsconts table.basic {
		display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
	}
	.newsconts table.basic tbody {
	  width: 100%;
	  display:table;
	}
	.newsconts h4 {
		font-size: 4.3vw;
	}
	.newsconts iframe{
		width: 100%;
		height: 200px;
	}
	.newsconts a.linkbtn{
		max-width: 80%;
	}
}
/************************ 臨時休業NEWS CMS 入力用 END *********/