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

.pc_view {
	display: inherit;
}
.sp_view {
	display: none;
}
.pc_tel-colon::after {
	content: '：' ;
}
.container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div > img,div > a > img {
	width: 100%;
	height: auto;
}

/* textデコレーション */
a {
	text-decoration:none;
	color:#000;
	transition-duration: 0.3s;
}
a:hover {
	opacity: 0.7;
}

header {
	width:100%;
	background-color: #FFF;
	position: fixed;
	left: 0;
	right: 0;
	margin:auto;
	height: 104px;
	z-index: 1000;
}
header h1 {
	padding-top: 26px;
	width: 257px;
}
header h1 img {
	width: 100%;
	height: auto;
}
#header_top {
	position: absolute;
	top: 26px;
	left: 281px;
	width: 59px;
	height: auto;	
}
#header_top img {
	width: 100%;
	height: auto;
}
#header_link {
	position: absolute;
	top: 23px;
	right: 0;
}
#header_link a {
	float: left;
	text-decoration: none;
	font-size: 0;
	margin-left: 20px;
}
#header_link a img {
	width: auto;
	height: 59px;
}
#header_menubtn {
	width: 65px;
	height: 59px;
	background-image: url("../img/header_menubtn.png");
	background-size: 65px 59px;
}
#header_menubtn.slt {
	background-image: url("../img/header_menubtn_on.png");
}
#header_menu {
	display: none;
	position: fixed;
	top: 104px;
	z-index: 1010;
	width: 100%;
	padding: 45px 0;
	background: rgba(255,255,255,0.95);
	border-top: 1px solid #979797;
	border-bottom: 1px solid #ddd;
}
#header_menu .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#header_menu .container > div {
	padding-right: 150px;
}
#header_menu .container > div:last-child {
	padding-right: 0;
}
#header_menu strong img {
	width: 202px;
	height: auto;
	margin-bottom: 10px;
}
#header_menu p {
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 2.3;
}
#header_menu h5 {
	font-size: 18px;
	color: #004EA2;
	letter-spacing: 1.35px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 10px;
}
#header_menu a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1.2px;
	line-height: 2.3;
}

#mainimg {
	position: relative;
	font-size: 0;
	padding-top: 104px;
}

#mainimg, #mainimg .container {
	height: 440px;
}


#mainimg .bg, #mainimg .bg_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	overflow: hidden;
    transition: opacity 2s ease-out;
}
#mainimg .bg > div {
    width: 100%;
    height: 100%;
	background-position: center 70px;
	background-repeat: no-repeat;
	background-size: cover;
    transform: scale(1);
    transition: transform 4s ease-out;
}

#mainimg .bg.active, #mainimg .bg_sp.active {
    opacity: 1;
}

#mainimg .bg.active > div, #mainimg .bg_sp.active > div {
    transform: scale(1.1);
}

#mmes {
	width: 330px;
	margin: 100px 0 0 0;
}
#mnews {
	display: block;
	text-decoration: none;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 47px;
	background-color: #FFF;
	width: 450px;
	padding: 20px;
}
#mnews:hover {
	opacity: 1;
	text-decoration: underline;
}
#mnews strong {
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
    color: #004EA2;
    letter-spacing: 2.81px;
}
#mnews p {
	font-size: 12px;
	line-height: 1;
	color: #000000;
	letter-spacing: 1.2px;
	padding: 15px 0 8px;
}
#mnews div {
	font-size: 16px;
    color: #000000;
    letter-spacing: 1.6px;
    line-height: 25px;
}
#inews {
	border-radius: 3px;
	border: 1px solid #979797;
	padding: 15px;
	margin-bottom: 40px;
}
#inews strong {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #D0021B;
	letter-spacing: 2.81px;
}
#inews a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	text-decoration: none;
	color: #000;
	margin: 15px 0 0;
}
#inews a:hover {
	opacity: 0.7;
}
#inews a span:first-child {
	display: inline-block;
	width:100px;
	font-size: 10px;
	line-height: 25px;
	letter-spacing: 1.2px;
}
#inews a span:last-child {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1.6px;
}
#inews a span:last-child b {
	font-weight: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#inews a span:last-child b strong {
	display: block;
	width: 64px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #FFF;
	background: #D0021B;
	border-radius: 2px;
	margin-right: 20px;
	margin-top: 2px;
	text-decoration: none !important;
}

#beginner-title {
	background: #004EA2;
	border-radius: 4px;
	padding: 10px 0;
	margin-bottom: 20px;
}
#beginner-title img {
	width: 276px;
	height: 32px;
	margin:0 auto;
}

#contents {
	margin:0 auto;
	padding: 55px 0 30px;
}
#contents h2 {
	font-size: 28px;
	font-weight: bold;
	color: #004EA2;
	letter-spacing: 4.14px;
}
#contents h2 img {
	width: auto;
	height: 27px;
}
#blk1 {
	width: 405px;
	float: left;
}
#blk1 h2 {
	padding-bottom: 10px;
}
#blk1 p {
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 8px 0;
}
#blk1 div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
}
#blk1 div a {
	display: block;
	text-decoration: none;
	font-size: 0;
	width: 200px;
	margin-bottom: 15px;
}
#blk1 div a.wide {
	width: 405px;
}
#blk2 {
	width: 490px;
	float: right;
}
#blk2 > h2 {
	float: left;
}
#blk2 > p {
	float: right;
	font-size: 12px;
	line-height: 27px;
}
#caltabs {
	clear: both;
	padding-top: 20px;
	display: block;
}
#caltabs .cmenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#caltabs .cmenu a {
	display: block;
	width: auto;
	min-width: 135px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	opacity: 1;
	border-radius: 3px;
	padding: 0 5px;
	margin-bottom: 5px;
}
#caltabs .cmenu a.slt {
	pointer-events: none;
}
#caltabs .cmenu a:nth-child(1) {
	color: #0074A2;
	border: 2px solid #0074A2;
}
#caltabs .cmenu a:nth-child(1).slt {
	color: #FFF;
	border: 2px solid #0074A2;
	background-color: #0074A2;
}
#caltabs .cmenu a:nth-child(2) {
	color: #A27C00;
	border: 2px solid #A27C00;
}
#caltabs .cmenu a:nth-child(2).slt {
	color: #FFF;
	border: 2px solid #A27C00;
	background-color: #A27C00;
}
#caltabs .cmenu a:nth-child(3) {
	color: #8D3232;
	border: 2px solid #8D3232;
}
#caltabs .cmenu a:nth-child(3).slt {
	color: #FFF;
	border: 2px solid #8D3232;
	background-color: #8D3232;
}
#caltabs .cmenu a:nth-child(4) {
	color: #328d7b;
	border: 2px solid #328d7b;
}
#caltabs .cmenu a:nth-child(4).slt {
	color: #FFF;
	border: 2px solid #328d7b;
	background-color: #328d7b;
}
#caltabs .sslt {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 4px;
}
#caltabs .sslt p {
	width: 50%;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #FFF;
	border-bottom: 2px solid;
}
#caltabs .sslt p:not(.slt) {
	cursor: pointer;
}
#caltabs .sslt p.da {
	cursor: initial;
}
#caltabs .sslt1 p {
	background-color: rgba(0, 116, 162, 0.3);
	border-color: #0074A2;
}
#caltabs .sslt1 p.slt {
	background-color: #0074A2;
}
#caltabs .sslt2 p {
	background-color: rgba(162, 124, 0, 0.3);
	border-color: #A27C00;
}
#caltabs .sslt2 p.slt {
	background-color: #A27C00;
}
#caltabs .sslt3 p {
	background-color: rgba(141, 50, 50, 0.3);
	border-color: #8D3232;
}
#caltabs .sslt3 p.slt {
	background-color: #8D3232;
}
#caltabs .sslt4 p {
	background-color: rgba(50, 141, 123, 0.3);
	border-color: #328d7b;
}
#caltabs .sslt4 p.slt {
	background-color: #328d7b;
}

#calsets table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#calsets table th,#calsets table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #979797;
	line-height: 46px;
	font-weight: 500;
}
#calsets table th {
	font-size: 22px;
	line-height: 60px;
	font-weight: 600;
	padding: 0 8px;
	color: #000;
}
#calsets table th span {
	display: block;
	padding-top: 3px;
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
}
#calsets table th b {
	display: block;
	font-size: 22px;
	line-height: 20px;
	font-weight: 500;
}
#calsets table th a {
	font-weight: 500;
	font-size: 12px;
	color: #000;
}
#calsets table th a.prev {
	float: left;
}
#calsets table th a.next {
	float: right;
}
#calsets table th a.disable {
	opacity: 0.3;
}
#calsets table td {
	font-size: 18px;
	position: relative;
}
#calsets table td.sat {
	color: #0087CE;
}
#calsets table td.sun {
	color: #D0021B;
}
#calsets table td.i3::after {
	content: '';
	display: block;
	width: 33px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url("../img/cali3.png");
	background-repeat: no-repeat;
	background-size: 33px 28px;
	opacity: 0.5;
}
#calsets table td.i1::after {
	content: '';
	display: block;
	width: 33px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url("../img/cali1.png");
	background-repeat: no-repeat;
	background-size: 33px 28px;
	opacity: 0.5;
}
#calsets table td.i2::after {
	content: '';
	display: block;
	width: 33px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url("../img/cali2.png");
	background-repeat: no-repeat;
	background-size: 33px 28px;
	opacity: 0.5;
}
#calsets table td.num:not(.i2,.dis):hover {
	background-color: #efefef;
}
#calsets > div {
	display: none;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 15px;
}
#calsets > div.slt {
	display: block;
}
#calsets > div > img {
	width: auto;
	height: 15px;
	vertical-align: middle;
}
#calsets > div > p {
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 0;
}

#blk3 {
	clear: both;
	padding: 0 0 40px 0;
}
#blk3 > h2 {
	display: inline-block;
	margin-right: 33px;
}
#blk3 > a {
	font-size: 12px;
	line-height: 1;
	text-decoration: underline;
	color: #004EA2;
}
#news {
	margin: 20px 0 0 0;
	background-color: #EFF6FD;
	padding: 11px 30px 25px;
}
#news p,#news a {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #6D6D6D;
	padding: 14px 0;
	font-size: 16px;
	line-height: 24px;
}
#news a:hover {
	text-decoration: underline;
}
#news p span,#news a span {
	display: block;
	font-size: 12px;
	line-height: 1;
	padding-bottom: 10px;
}
#news p b,#news a b {
	font-weight: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#news p b strong,#news a strong {
	display: block;
	width: 64px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #FFF;
	background: #D0021B;
	border-radius: 2px;
	margin-right: 20px;
	margin-top: 2px;
	text-decoration: none !important;
}

#blk-sub-banner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}

#blk4 {
	padding-bottom: 30px;
}
#blk4 > h2 {
	padding-bottom: 20px;
}
#map {
	padding-bottom: 10px;
}
#blk4 .info > h3 {
	font-size: 23px;
	line-height: 1;
	letter-spacing: 3.4px;
	font-weight: 700;
	padding-top: 30px;
}
#blk4 .info > p {
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 25px;
}
#info1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #979797;
}
#info1 h3 {
	padding-bottom: 20px;
}
#info2 h3 {
	padding-bottom: 16px;
}
#info2 > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#info2 > div > div {
	width: 50%;
	box-sizing: border-box;
}
#info2 > div > div:first-child {
	border-right: 1px dotted #979797;
	padding-right: 35px;
}
#info2 > div > div:last-child {
	padding-left: 35px;
}
#info2 > div h4 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 16px;
}
#info2 p {
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 25px;
}


footer {
	clear:both;
	border-top: 13px solid #004EA2;
	margin: 0 auto;
	padding: 40px 0 20px;
}
#footer_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#footer_menu > div {
	padding-right: 60px;
}
#footer_menu > div:last-child {
	padding-right: 0;
}
#footer_menu strong img {
	width: 202px;
	height: auto;
	margin-bottom: 10px;
}
#footer_menu p {
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 20px;
}
#footer_menu h5 {
	font-size: 18px;
	color: #004EA2;
	letter-spacing: 1.35px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 10px;
}
#footer_menu a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1.2px;
	line-height: 24px;
}
#footer_copy {
	font-size: 10px;
	color: #000000;
	letter-spacing: 1.48px;
	text-align: right;
	padding-top: 20px;
}


p.gotop {
	width: 49px;
    bottom: -54px;
	right: 20px;
    position: fixed;
	z-index: 999;
	transition-duration: 0.5s;
}
p.gotop.show {
	bottom: 10px;
	top: auto;
}
p.gotop.stop {
	position: absolute;
	bottom: auto;
}
p.gotop a {
	display: block;
	text-indent: -9999px;
	width: 49px;
	height: 54px;
	background-image: url("../img/gotopbtn.png");
	background-repeat: no-repeat;
	background-size: 49px 54px;
}

.special-banner {
	margin-top: 0px;
	margin-bottom: 20px;	
}

.special-banner_l2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}


#tinymce {
	color:#000;
	font-size: 16px;
	letter-spacing: 1.4px;
	text-align: justify;
}


#tinymce h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #004EA2;
	letter-spacing: 3px;
	border-bottom: 1px solid #004EA2;
	margin-bottom: 15px;
}
#tinymce h2 > strong {
	display: block;
	padding-left: 15px;
	border-left: 2px solid #004EA2;
	margin-bottom: 2px;
}
#tinymce h3 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
#tinymce h4 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
}
#tinymce p {
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
	#tinymce p {
		overflow: visible;
	}
}
#tinymce p img.imgl {
	float: left;
	margin-right: 60px;
}
#tinymce p img.imgr {
	float: right;
	margin-left: 60px;
}
#tinymce p strong {
	font-weight: bold;
}
#tinymce p.hl {
	background-color: #FFF3A2;
}
#tinymce p a {
	text-decoration: underline;
	color: #527DD6;
}
#tinymce > div {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8;
}
#tinymce div.blk_g {
	display: block;
	background-color: #F3F3F3;
	padding: 20px;
	overflow: hidden;
}
#tinymce div.blk_w {
	display: block;
	background-color: #FFF;
	padding: 20px;
	overflow: hidden;
}
#tinymce div.blk_r {
	display: block;
	background-color: #FFF;
	border: 3px solid #E52D2D;
	padding: 20px;
	overflow: hidden;
	color: #E52D2D;
}
#tinymce div.blk_g > div,
#tinymce div.blk_w > div,
#tinymce div.blk_r > div {
	margin-top: 10px;
}
#tinymce hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #5B7EC9;
	padding: 20px 0 0 0;
	margin-top: 30px;
}

#tinymce a.lb_a {
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	line-height: 46px;
	padding: 7px 7px 7px 10px;
	box-sizing: border-box;
	box-shadow: 3px 5px 0 rgba(0,0,0,0.25);
	margin: 10px;
}
#tinymce a.lb_a strong {
	display: inline-block;
	background-color: #FFF;
	border-radius: 4px;
	color: #2A2F32;
	font-size: 16px;
	line-height: 46px;
	font-weight: bold;
	padding: 0 10px;
	float: right;
}
#tinymce a.lb_al {
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	line-height: 69px;
	padding: 7px 7px 7px 10px;
	box-sizing: border-box;
	box-shadow: 3px 5px 0 rgba(0,0,0,0.25);
	margin: 10px;
}
#tinymce a.lb_al strong {
	display: inline-block;
	background-color: #FFF;
	border-radius: 4px;
	color: #2A2F32;
	font-size: 24px;
	line-height: 69px;
	font-weight: bold;
	padding: 0 15px;
	float: right;
}
#tinymce a.lb_alb {
	display: block;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	line-height: 69px;
	padding: 7px 7px 7px 10px;
	box-sizing: border-box;
	box-shadow: 3px 5px 0 rgba(0,0,0,0.25);
	margin: 10px;
}
#tinymce a.lb_alb strong {
	display: block;
	width: calc( 100% - 45px );
	background-color: #FFF;
	border-radius: 4px;
	color: #2A2F32;
	font-size: 24px;
	line-height: 69px;
	font-weight: bold;
	padding: 0 15px;
	float: right;
}
#tinymce a.lb_a strong.dl {
	line-height: 23px;
}
#tinymce a.lb_al strong.dl {
	line-height: 34.5px;
}
#tinymce a.lb_alb strong.dl {
	line-height: 34.5px;
}
#tinymce a.lb_a strong.l1,
#tinymce a.lb_al strong.l1,
#tinymce a.lb_alb strong.l1 {
	width: 169px;
}
#tinymce a.lb_a strong.l2,
#tinymce a.lb_al strong.l2,
#tinymce a.lb_alb strong.l2 {
	width: 285px;
}
#tinymce a.lb_b {
	display: inline-block;
	background-color: #FFF;
	border-width: 4px;
	border-style: solid;
	border-radius: 4px;
	text-decoration: none;
	color: #2A2F32;
	font-size: 16px;
	line-height: 52px;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
	box-shadow: 3px 5px 0 rgba(0,0,0,0.25);
	margin: 10px;
}
#tinymce a.lb_b.s1 {
	width: 240px;
	padding: 0;
	text-align: center;
}
#tinymce div.flexbw {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#tinymce div.flexbw a {
	margin-left: 0;
	margin-right: 0;
}
#tinymce div.flexfs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
#tinymce div.flexfs a {
	margin-left: 0;
	margin-right: 60px;
}


#tinymce table {
	border-collapse: collapse;
}
#tinymce table th,#tinymce table td {
	border: 1px solid #a6a6a6;
	padding: 15px;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.4;
	color: #2A2F32;
}
#tinymce table thead th,#tinymce table thead td {
	font-size: 18px;
	line-height: 1.4;
	white-space: nowrap;
	color: #FFF;
}
#tinymce table th {
	background-color: #cdd8ef;
}
#tinymce table thead th {
	background-color: #40588c;
}

@media screen and (max-width: 999px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: inherit;
	}
	.sp_br {
		display: block;
	}
	.pc_tel-colon::after {
		content: none ;
	}
	body {
		background: none;
	}
	.container {
		width: auto;
	}
	header {
		width: auto;
		height: 64px;
		padding: 0;
	}
	header h1 {
		width: 147px;
		margin: 18px 0 10px 12px;
		padding-top: 0;
	}
	#header_top {
		position: absolute;
		top: 14px;
		left: 169px;
		width: 41px;
		height: auto;	
	}
	#header_link {
		top: 14px;
		right: 12px;
	}
	#header_link a.pc_view {
		display: none;
	}
	#header_link a {
		float: left;
		text-decoration: none;
		font-size: 0;
		margin-left:  10px;
	}
	#header_link a img {
		width: auto;
		height:  41px;
	}
	#header_menubtn {
		width: 45px;
		height: 41px;
		background-size: 45px 41px;
	}
	#header_menu {
		top: 64px;
		padding: 12px;
		border-bottom: 1px solid #979797;
	}
	#header_menu .container {
		flex-direction: column;
	}
	#header_menu .container > div {
		padding-right: 0;
		padding-bottom: 20px;
	}
	#header_menu .container > div:last-child {
		padding-bottom: 0;
	}
	#header_menu .container h5 {
		padding-bottom: 5px;
	}
	#mainimg {
		padding-top: 64px;
	}
	#mainimg, #mainimg .container {
		height: 440px;
	}
	#mainimg .bg_sp > div {
		width: 100%;
		height: 100%;
		background-position: center 35px;
		background-repeat: no-repeat;
		background-size: cover;
		transform: scale(1);
		transition: transform 4s ease-out;
	}
	#mainimg .container {
		overflow: visible;
	}
	#mainimg .container > a.sp_view {
		text-align: center;
	}
	#mainimg .container > a.sp_view img {
		width: 361px;
		height: auto;
	}
	#mmes {
		width: 266px;
		margin: 20px 0 0 19px;
	}
	#mnews {
		width: 350px;
		box-sizing: border-box;
		margin: 190px auto 0;
		position: static;
		border-radius: 3px;
		box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	}
	#contents {
		padding: 20px 12px 60px;
	}
	#contents h2 {
		font-size: 23px;
		letter-spacing: 2px;
	}
	#inews {
		margin-bottom: 30px;
	}
	#inews a {
		flex-direction: column;
	}
	#blk1,#blk2 {
		width: auto;
		float: none;
	}
	#blk1 div a {
		width: calc( 50% - 2px );
	}
	#blk1 div a.wide {
		width: 100%;
	}
	#blk1 p {
		padding-bottom: 10px;
	}
	#blk2 {
		margin-top: 30px;
	}
	#blk2 > h2 {
		float: none;
	}
	#blk2 > p {
		float: none;
	}
	#caltabs {
		padding-top: 5px;
	}
	#caltabs a span {
		justify-content: space-around;
	}
	#caltabs a span p {
		font-size: 14px;
		width: 47%;
	}
	#caltabs a span p:first-child {
		margin-right: 0;
	}
	#caltabs .cmenu a {
		font-size: 15px;
		min-width: 80px !important;
		padding: 0 3px;
	}
	#blk3 {
		padding: 0 0 30px 0;
	}
	#news {
		padding: 11px 12px 25px;
	}
	#news p b,#news a b {
		flex-direction: column;
	}
	#news p b strong, #news a strong {
		margin: 0 0 5px;
	}
	#map iframe {
		width: 100%;
		height: 480px;
	}
	#blk4 .info > h3 {
		line-height: 1.4;
	}
	#info2 > div {
		flex-direction: column;
	}
	#info2 > div > div {
		width: auto;
	}
	#info2 > div > div:first-child {
		border-right: none;
		border-bottom: 1px dotted #979797;
		padding-right: 0;
		padding-bottom: 20px;
	}
	#info2 > div > div:last-child {
		padding-left: 0;
		padding-top: 20px;
	}
	footer {
		padding: 30px 0 15px;
	}
	footer .container {
		padding: 0 12px;
	}
	#footer_menu {
		flex-direction: column;
	}
	#footer_menu > div {
		padding-right: 0;
		padding-bottom: 30px;
	}
	#footer_menu h5 {
		padding-bottom: 5px;
	}
	#footer_copy {
		text-align: center;
		padding: 0;
	}
	p.gotop {
		right: 12px;
	}
	.special-banner_l2 {
		flex-wrap: wrap;
		justify-content: center;
	}
	#calsets > div {
		font-size: 12px;
	}
}