/* ----------------------------------------------------------------header*/
header {
	padding-top:77px;
	padding-bottom: 15px;
	text-align: left;
}
#header {
	position: absolute;
	top:0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
#header::after {
	position: absolute;
	bottom:0;
	width: 100%;
	height: 3px;
	content: "";
	background-color: #42c0f6;
	background-image: linear-gradient(
		-45deg,
		rgba(0,0,0,0.05) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0,0,0,0.05) 50%,
		rgba(0,0,0,0.05) 75%,
		transparent 75%,
		transparent
	);
	background-size: 8px 8px;
	z-index: 9999;
}
#header h1 {
	height: 24px;
	padding-top: 4px;
	text-align: center;
	font-size: 8px;
	line-height: 1.1;
	letter-spacing: -0.05rem;
	color:#898989;
}
#header_contents {
	height: 53px;
	display: flex;
	justify-content: space-between;
}
.header_logo img {
	width: auto;
	height: 40px;
}
#header_left .tx {
	display: none;
}
#header_left .medal {
	display: none;
}
#header_right{
	display: flex;
}
#header_right #header_tel {
	margin-right: 5px;
}
#header_right #header_tel .tel-link {
	padding-left:30px;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight: 500;
	background: url(../img/common_img/icon_freedial.png) left center no-repeat;
	background-size: auto 16px;
}
#header_right #header_tel .tel-link a {
	text-decoration: none;
	color:#000;
}
#header_right #header_tel .tx {
	display: none;
}
#header_right .mail {
	display: none;
}

.toggle {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #42c0f6;
	background-image: linear-gradient(
		-45deg,
		rgba(0,0,0,0.05) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0,0,0,0.05) 50%,
		rgba(0,0,0,0.05) 75%,
		transparent 75%,
		transparent
	);
	background-size: 8px 8px;
}
.toggle span.bar {
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.toggle span:first-child {
    top: 12px;
}
.toggle span:nth-child(2) {
    top: 19px;
}
.toggle span:nth-child(3) {
    top: 26px;
}
.toggle.open span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.toggle.open span:nth-child(2) {
    opacity: 0;
}
.toggle.open span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

header.fix #header {
	padding-top: 10px;
	top: 0;
	position: fixed;
	animation: mnavslide linear .2s 1;
	-webkit-animation: mnavslide linear .2s 1;
}
header.fix #header h1 {
	display: none;
}
@keyframes mnavslide {
 0% {
top: -75px;
}
 100% {
top: 0;
}
}
@-webkit-keyframes mnavslide {
 0% {
top: -75px;
}
 100% {
top: 0;
}
}

@media print, screen and (min-width:375px) {
#header h1 {
	font-size:9px;
}
#header_right #header_tel .tel-link {
	font-size:18px;
}
}

@media print, screen and (min-width:480px) {
#header h1 {
	text-align: right;
}
}

@media print, screen and (min-width:768px) {
header {
	padding-top:93px;
	text-align: left;
}
#header::after {
	height: 5px;
	content: "";
}
#header h1 {
	height: 28px;
	padding-top: 4px;
	font-size: 11px;
	letter-spacing: 0;
}
#header_contents {
	height: 65px;
}
.header_logo img {
	width: auto;
	height: auto;
}
#header_right #header_tel {
	margin-right: 10px;
}
#header_right #header_tel .tel-link {
	padding-left: 40px;
	line-height: 30px;
	font-size:30px;
	background: url(../img/common_img/icon_freedial.png) left center no-repeat;
	background-size: auto 20px;
}
#header_right #header_tel .tx {
	display: block;
	line-height: 20px;
	font-size: 12px;
}
#header_right .mail {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#header_right .mail a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size:10px;
	line-height: 1.1;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/common_img/icon_mail.png) center center no-repeat #6ccd2b;
	background-size: auto 20px;
}
	
.toggle {
	width: 50px;
	height: 50px;
}
.toggle span.bar {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.toggle span:first-child {
    top: 15px;
}
.toggle span:nth-child(2) {
    top: 24px;
}
.toggle span:nth-child(3) {
    top: 33px;
}
.toggle.open span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.toggle.open span:nth-child(2) {
    opacity: 0;
}
.toggle.open span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
}

@media print, screen and (min-width:992px) {
header {
	padding-top:144px;
}
#header {
	height: 144px;
}
#header_contents {
	height: 50px;
	margin-bottom: 13px;
}
#header_left {
	display: flex;
	align-items: center;
}
#header_left .tx {
	display: block;
	margin: 0 10px;
	line-height: 1.3;
	font-size:10px;
}
#header_left .medal {
	display: block;
}
#header_left .medal img {
	width: 130px;
	height: auto;
}
#header_right .mail {
	width: 180px;
	height: 50px;
	margin-right: 0;
}
#header_right .mail a {
	padding:8px 0 0 45px;
	line-height: 1.1;
	text-indent: 0;
	text-decoration: none;
	font-family: "NotoSansBold";
	font-size:15px;
	color:#fff;
	white-space: nowrap;
	background: url(../img/common_img/icon_mail.png) 10px center no-repeat, url(../img/common_img/arrow01_w.png) right 10px center no-repeat #6ccd2b;
	background-size: auto 16px, auto auto;
	transition:all 0.5s;
}
#header_right .mail a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#header_right .mail a span {
	display: block;
}

.toggle {
	display: none;
}
	
header.fix #header {
	padding: 0;
	height: 65px;
}
header.fix #header .container {
	position: relative;
}
header.fix #header::after {
	top:60px;
	height: 5px;
}
header.fix #header #header_left {
	display: none;
}
header.fix #header #header_right {
	position: absolute;
	right: 15px;
}
header.fix #header #header_right #header_tel {
	margin-right: 0;
}
header.fix #header #header_right #header_tel .tel-link {
	line-height: 60px;
}
header.fix #header #header_right #header_tel .tx {
	display: none;
}
header.fix #header #header_right .mail {
	display: none;
}
}

@media print, screen and (min-width:1200px) {
#header_left .tx {
	margin: 0 22px;
	line-height: 1.3;
	font-size:12px;
}
#header_left .medal img {
	width: auto;
	height: auto;
}
}


/*------------------------------------------------------------mainnavi*/
nav#mainnavi {
	display: none;
	width: 100%;
	padding-bottom: 20px;
	z-index: 9999;
}
nav#mainnavi .mnav_dropdown {
	display: none;
}
nav#mainnavi > ul {
	text-align: center;
}
nav#mainnavi > ul > li > a {
	position: relative;
	display: block;
	padding:10px 0;
	text-decoration: none;
	font-family: "NotoSansBold";
	color:#42c0f6;
}
nav#mainnavi > ul > li.active > a::after {
	position: absolute;
	left:50%;
	bottom:0;
	display: block;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: "";
	border:solid 8px transparent;
	border-bottom: solid 9px #3fb6e9;
}

@media print, screen and (min-width:375px) {
nav#mainnavi > ul > li > a {
	padding:15px 0;
}
}

@media print, screen and (min-width:480px) {
nav#mainnavi > ul {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav#mainnavi > ul > li > a {
	padding:5px 20px;
	line-height: 47px;
}
}

@media print, screen and (min-width:768px) {
nav#mainnavi {
	top:98px;
}
}

@media print, screen and (min-width:992px) {
nav#mainnavi {
	display: block;
	padding: 0;
	background: none;
}
nav#mainnavi > ul > li.pc_none {
	display: none;
}
nav#mainnavi > ul > li > a {
	height: 53px;
	padding:0 20px;
	line-height: 47px;
}
nav#mainnavi > ul > li.active > a::after, nav#mainnavi > ul > li:hover > a::after {
	position: absolute;
	left:50%;
	bottom:5px;
	display: block;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: "";
	border:solid 8px transparent;
	border-bottom: solid 9px #3fb6e9;
}
nav#mainnavi > ul > li .mnav_dropdown {
	position: absolute;
	top:48px;
	left:0;
	width: 930px;
	padding-top: 15px;
	z-index: 99999;
	overflow: visible!important;
}
nav#mainnavi > ul > li .mnav_dropdown > div {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
nav#mainnavi > ul > li .mnav_dropdown.aircon > div {
	background: url(../img/common_img/aircon_img.png) left -70px top -20px no-repeat #fff;
	background-size: auto 190px;
    position: relative;
}
    
    nav#mainnavi > ul > li .mnav_dropdown.aircon > div::after{
        content: "業務用エアコン\A最大80％OFF";
        white-space: pre;
        position: absolute;
        display:flex;
        align-items: center; /* 縦方向中央揃え */
        justify-content: center; /* 横方向中央揃え */
        height:160px;
        width:160px;
        right:30px;
        top:15px;
        background:repeating-linear-gradient(-45deg, #f50000 0, #f50000 10px, #ff3232 10px, #ff3232 20px);
        border-radius: 100%;
        color: #fff;
        font-family:'Oswald', "NotoSansBold";
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
        
    } 
    
nav#mainnavi > ul > li .mnav_dropdown > div p {
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: "NotoSansBold";
	font-size:20px;
}
nav#mainnavi > ul > li .mnav_dropdown > div ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav#mainnavi > ul > li .mnav_dropdown > div ul li {
	display: flex;
	margin: 5px 10px;
}
nav#mainnavi > ul > li .mnav_dropdown > div ul li a {
	position: relative;
	display: block;
	color:#fff;
	padding: 10px 25px 10px 10px;
	font-family: "NotoSansBold";
	text-decoration: none;
	background: #42c0f6;
	transition: all 0.5s;
}
nav#mainnavi > ul > li .mnav_dropdown > div ul li a::after {
	position: absolute;
	top:50%;
	right: 4px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -6px;
	content: "";
	border:solid 6px transparent;
	border-left: solid 6px #fff;
}
nav#mainnavi > ul > li .mnav_dropdown > div ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

header.fix nav#mainnavi {
	position: absolute;
	top:0;
	left:15px;
	width: auto;
	padding: 0;
}
header.fix nav#mainnavi > ul {
	justify-content:flex-start;
}
header.fix nav#mainnavi > ul > li > a {
	height: 65px;
	padding:0 10px;
	line-height: 60px;
}
header.fix nav#mainnavi > ul > li .mnav_dropdown {
	top:65px;
}
}

@media print, screen and (min-width:1200px) {
nav#mainnavi > ul > li .mnav_dropdown {
	width: 1140px;
}
nav#mainnavi > ul > li > a {
	padding:0 25px;
}
header.fix nav#mainnavi > ul > li > a {
	padding:0 20px;
}
}


@media print, screen and (min-width:768px) {
#mainnavi ul#m_menu > li#sub_menu01 ul li a {
	width: 130px;
}
}
#mainnavi ul#m_menu > li a {
	display: block;
	padding: 10px 5px;
	margin: 0 0 1px 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
#mainnavi ul#m_menu > li a:hover {
	background: #5e5e5e;
}
#mainnavi ul#m_menu li.dropdown {
	color: #fff;
	padding: 10px 5px;
}
#mainnavi ul#m_menu > li.dropdown:after {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: #fff;
	margin-bottom: -0.3em;
}
#mainnavi ul#m_menu > li#toggle:hover {
	cursor: pointer;
	background: #5e5e5e;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li {
	display: block;
	width: auto;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li a {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 10px 5px;
	background: rgba(54,54,54,1.00);
	color: #fff;/*border-bottom: 1px #fff solid;*/
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li a:hover {
	background: #5e5e5e;
}
#m_menu li ul#sub_menu01 li {
}

@media print, screen and (min-width:768px) {
#mainnavi ul#m_menu > li {
	display: inline-block;
}
#mainnavi ul#m_menu > li a {
	padding: 10px 5px;
	margin: 0px 3px 0px 0;
}
#mainnavi ul#m_menu > li#sub_menu01 > ul li a {
	border-bottom: 0px #fff solid;
}
}
#mainnavi .container {
	position: relative;
	z-index: 1;
}
/*-------------------------------------------------HamburgerMenu Icon*/
#mainnavi .container .menu_btn {
	display: inline-block;
	position: absolute;
	margin: auto;
	right: 25px;
	width: 41px;
	height: 41px;
	background: rgba(255,255,255,0.2);
	top: 0;
	bottom: 0;
	z-index: 999;
	border-radius: 3px;
}
#mainnavi .container .menu_btn:hover {
	cursor: pointer;
}
#mainnavi .container .menu_btn .hambgr {
	display: inline-block;
	position: absolute;
	margin: auto;
	right: 0px;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	height: 4px;
	background: #fff;
	z-index: 999;
	transition-duration: 0.3s;
}
#mainnavi .container .menu_btn .hambgr:before {
	content: "";
	display: block;
	margin: -10px auto 0;
	width: 35px;
	height: 4px;
	background: #fff;
}
#mainnavi .container .menu_btn .hambgr:after {
	content: "";
	display: block;
	margin: 16px auto 0;
	width: 35px;
	height: 4px;
	background: #fff;
}
#mainnavi .container .menu_btn .hambgr.hbg_close {
	display: inline-block;
	position: absolute;
	margin: auto;
	right: 0px;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	height: 4px;
	background: #fff;
	z-index: 999;
	transform: rotate(-45deg);
}
#mainnavi .container .menu_btn .hambgr.hbg_close:before {
	content: "";
	display: block;
	margin: -10px auto 0;
	width: 35px;
	height: 0px;
	background: #fff;
}
#mainnavi .container .menu_btn .hambgr.hbg_close:after {
	content: "";
	display: block;
	margin: 16px auto 0;
	width: 35px;
	height: 4px;
	background: #fff;
	transform: rotate(90deg);
	transform-origin: 58% 0;
	transition-duration: 0.3s;
}

@media print, screen and (min-width:768px) {
#mainnavi .container .menu_btn {
	display: none;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(../img/common_img/pagetitle_bg.jpg) center bottom no-repeat;
	background-size: cover;
}
#pagetitle .title {
	display: table;
	width: 100%;
}
#pagetitle h2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 150px;
	font-family: "NotoSerifBold", sans-serif;
	font-size:24px;
	text-shadow: 0 0 3px #fff;
}
@media print, screen and (min-width:768px) {
#pagetitle h2 {
	height: 240px;
	font-size:40px;
}
}
@media print, screen and (min-width:992px) {
#pagetitle h2 {
	height: 280px;
	font-size:44px;
}
}

/*------------------------------------------------------------content*/
.content_bg01 {
	text-align: left;
	padding: 30px 0;
}
.content_bg02 {
	text-align: left;
	padding: 30px 0;
	background: #eee;
}
.section {
	clear: both;
	margin-top: -93px;
	padding-top: 93px;
}
.last_sec {
	border-bottom: 30px solid #eee;
}
@media print, screen and (min-width:768px) {
.content_bg01 {
	padding: 80px 0 90px;
}
.content_bg02 {
	padding: 80px 0 90px;
}
.section {
	margin-top: -155px;
	padding-top: 155px;
}
.last_sec {
	border-bottom: 50px solid #eee;
}
}

@media print, screen and (min-width:992px) {
.section {
	margin-top: -145px;
	padding-top: 145px;
}
}

/* ----------------------------------------------------------------Pagenavi*/
.pagenavi {
	margin: 30px 0 0;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	background: #42c1f6;
	/* CSS3 */
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #000;
	background: #ccc;
	transition: all 0.5s;
	/* CSS3 */
	zoom: 1;
}
.pagenavi li a:hover {
	background: #eee;
}

/* ----------------------------------------------------------------footer_contact*/
#footer_contact {
	position: relative;
	padding: 30px 0;
	background: url(../img/common_img/contact_bg.jpg) left -50px bottom no-repeat;
	background-size: auto 120px;
}
#footer_contact .free {
	position: absolute;
	top:20px;
	left:50%;
	margin-left: -158px;
}
#footer_contact .free img {
	width: 100px;
	height: auto;
}
#footer_contact h4 {
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: "NotoSansBold";
	font-size:17px;
	letter-spacing: -0.07rem;
	color:#0090d1;
}
#footer_contact h5 {
	margin-bottom: 15px;
	line-height: 1.4;
}
#footer_contact ul {
	margin-left: 90px;
}
#footer_contact ul li {
	margin-top: 10px;
	text-align: center;
}
#footer_contact ul li .tel-link {
	display: inline-block;
	padding-left:30px;
	line-height: 1.1;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight: 500;
	background: url(../img/common_img/icon_freedial.png) left center no-repeat;
	background-size: auto 16px;
}
#footer_contact ul li .tx {
	line-height: 1.1;
	font-size:14px;
}
#footer_contact .tel-link a {
	text-decoration: none;
	color:#000;
}
#footer_contact li.mail a {
	display: block;
	padding: 10px;
	line-height: 1.2;
	text-decoration: none;
	font-family: "NotoSansBold";
	color:#fff;
	background: url(../img/common_img/icon_mail.png) 10px center no-repeat, url(../img/common_img/arrow01_w.png) right 10px center no-repeat #6ccd2b;
	background-size: auto 16px, auto auto;
}
#footer_contact li.mail a span {
	display: block;
}

@media print, screen and (min-width:375px) {
#footer_contact {
	background: url(../img/common_img/contact_bg.jpg) left -50px bottom no-repeat;
	background-size: auto 140px;
}
#footer_contact .free {
	margin-left: -168px;
}
#footer_contact ul {
	margin-left: 120px;
}
}

@media print, screen and (min-width:480px) {
#footer_contact .free {
	margin-left: -168px;
}
#footer_contact ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
#footer_contact ul li {
	margin: 0 5px;
	text-align: left;
}
#footer_contact li.mail a {
	padding: 10px 30px 10px 40px;
}
}

@media print, screen and (min-width:768px) {
#footer_contact {
	padding: 90px 0;
	background: url(../img/common_img/contact_bg.jpg) left -100px bottom no-repeat;
	background-size: auto 170px;
}
#footer_contact .free {
	top:50px;
	margin-left: -300px;
}
#footer_contact h4 {
	margin-bottom: 20px;
	font-size: 22px;
	letter-spacing: 0;
}
#footer_contact h5 {
	margin-bottom: 20px;
	font-size: 18px;
}
#footer_contact .free img {
	width: auto;
	height: auto;
}
#footer_contact ul {
	margin: 0;
}
#footer_contact li.mail a {
	display: block;
	height: 42px;
	padding: 0 10px;
	line-height: 42px;
	text-decoration: none;
	font-family: "NotoSansBold";
	color:#fff;
	background: url(../img/common_img/icon_mail.png) 10px center no-repeat, url(../img/common_img/arrow01_w.png) right 10px center no-repeat #6ccd2b;
	background-size: auto 16px, auto auto;
}
#footer_contact li.mail a span {
	display: inline-block;
	margin-right: 5px;
}
#footer_contact ul li .tel-link {
	margin-bottom: 5px;
	padding-left:50px;
	line-height: 1.1;
	font-size:40px;
	background: url(../img/common_img/icon_freedial.png) left center no-repeat;
	background-size: auto 26px;
}
#footer_contact li.mail a {
	height: 60px;
	padding: 0 30px 0 56px;
	line-height: 60px;
	font-size: 18px;
	background: url(../img/common_img/icon_mail.png) 10px center no-repeat, url(../img/common_img/arrow01_w.png) right 10px center no-repeat #6ccd2b;
	background-size: auto 24px, auto auto;
}
}

@media print, screen and (min-width:992px) {
#footer_contact {
	background: url(../img/common_img/contact_bg.jpg) center bottom no-repeat;
	background-size: auto auto;
}
#footer_contact ul li {
	margin: 0 15px;
	text-align: left;
}
#footer_contact li.mail a {
	height: 60px;
	padding: 0 60px 0 76px;
	line-height: 60px;
	font-size: 18px;
	background: url(../img/common_img/icon_mail.png) 30px center no-repeat, url(../img/common_img/arrow01_w.png) right 30px center no-repeat #6ccd2b;
	background-size: auto 24px, auto auto;
	transition: all 0.5s;
}
#footer_contact li.mail a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}

/* ----------------------------------------------------------------footer*/
#footer {
	padding: 30px 0;
	color:#fff;
	background: url(../img/common_img/bg_footer.jpg) center bottom no-repeat #2172ba;
	background-size: cover;
}
#footer h2 {
	margin-bottom: 15px;
}
#footer h2 img {
	width: 100%;
	height: auto;
	max-width: 320px;
}
#footer ul.address li {
	margin-bottom: 10px;
	line-height: 1.5;
}
#footer ul.address li strong {
	font-family: "NotoSansBold";
	font-weight: normal;
}
#footer ul.address li span {
	display: inline-block;
	margin-right: 8px;
}
#footer p a {
	text-decoration: none;
	color: #fff;
}
#footer p.btn_map {
	margin-top: 20px;
}
#footer p.btn_map a {
	display: inline-block;
	width: 238px;
	height: 40px;
	line-height: 38px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color:#fff;
	border:solid 1px #fff;
}
#footer nav {
	margin-top: 20px;
}
#footer nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer nav ul li {
	margin: 10px 10px;
	line-height: 1.1;
}
#footer nav ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
}

@media print, screen and (min-width:480px) {
#footer ul.address {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
#footer ul.address li {
	margin: 0 10px;
}
#footer ul.address li span {
	display: block;
	margin-right: 0;
}
#footer ul.address li strong {
	font-family: "NotoSansBold";
	font-weight: normal;
}
}
@media print, screen and (min-width:768px) {
#footer {
	padding: 90px 0;
}
#footer h2 {
	margin-bottom: 20px;
}
#footer h2 img {
	width: 100%;
	height: auto;
	max-width: 504px;
}
#footer ul.address li span {
	display: inline-block;
	margin-right: 8px;
}
#footer nav {
	margin-top: 30px;
}
}
@media print, screen and (min-width:992px) {
#footer ul.address li strong {
	display: inline-block;
	margin-right: 8px;
}
#footer ul.address li br {
	display: none;
}
#footer p.btn_map a {
	transition: all 0.5s;
}
#footer p.btn_map a:hover {
	color:#2172ba;
	border:solid 1px #fff;
	background: #fff;
}
#footer nav {
	margin-top: 30px;
}
#footer nav ul li {
	margin: 0;
	padding: 0 12px;
	border-right: solid 1px #fff;
}
#footer nav ul li:last-child {
	border-right: none;
}
#footer nav ul li a:hover {
	text-decoration: underline;
}
}


small {
	display: block;
	margin: 0;
	line-height: 42px;
	font-size: 11px;
	color:#fff;
	background: #000;
}
/*カレンダー更新プログラム（フッター）フォーマット*/
.calendar {
	width: 100%;
	padding: 10px 9px;
	margin: 0 0 10px;
	background: #fff;
	position: relative;
}
.calendar .cal_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.calendar .month {
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 999;
}
.calendar .month strong {
	font-size: 16px;
}
.calendar table {
	width: 100%;
	border-collapse: collapse;
}
.calendar table th, .calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}
.calendar table th {
	background: #C0C0C0;
	font-weight: bold;
}
.calendar table td.color01 {
	font-weight: bold;
	background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.color02 {
	font-weight: bold;
	background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.color03 {
	color: #fff;
	font-weight: bold;
	background: url(../img/common_img/monday.png) no-repeat center center;
}
.calendar ul.page_ctl {
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 10px;
}
.calendar ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
.calendar ul.page_ctl li a {
	text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
	color: #999;
}
.calendar ul.page_ctl .ctl_left {
	float: left;
}
.calendar ul.page_ctl .ctl_right {
	float: right;
}
.calendar .tx_color01 {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.calendar .tx_color02 {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
.calendar .tx_color03 {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}

@media print, screen and (min-width:768px) {
.calendar {
	width: 60%;
	margin: 0 auto 10px;
}
}

@media print, screen and (min-width:992px) {
.calendar {
	width: 100%;
	margin: 0 0 10px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.calender02 .note {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #969696;
	top: 0px;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.calender02 .calender_nav {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
.calender02 div.date {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.calender02 .calender_table {
	overflow-x: auto;
	clear: both;
	position: relative;
}
.calender02 table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.calender02 table tr th {
	text-align: center;
	background: #CBCBCB;
	border: 1px dotted #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	padding: 10px;
	width: 14%;
}
.calender02 table tr td {
	text-align: center;
	border: 1px dotted #6F6F6F;
	padding: 10px;
}
.calender02 table tr.tr_date td {
	background: #E5E5E5;
}
.calender02 table tr.tr_text td {
	height: 60px;
	vertical-align: top;
}
.calender02 .bg_color01 {
	background: #D5A8A9;
}
.calender02 .bg_color02 {
	background: #B1CAD8;
}
.calender02 .tx_color01 {
	color: #D5A8A9;
}
.calender02 .tx_color02 {
	color: #B1CAD8;
}

@media print, screen and (min-width:768px) {
.calender02 .note {
	display: none;
}
.calender02 table {
	width: 100%;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 0 0 15px;
	padding:0;
	clear: both;
}
#pankuzu ol {
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
#pankuzu ol li {
	font-size: 11px;
	padding: 0 7px 0 10px;
	line-height: 1.8;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	display: block;
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse:separate;
	border-spacing: 2px;
}
.sheet_basic tr th {
	padding: 10px 5px;
	line-height: 1.5;
	font-family: "NotoSansMedium";
	font-weight: normal;
	background: #a0e0fa;
}
.sheet_basic tr td {
	padding: 10px 5px;
	line-height: 1.5;
	background: #eee;
}
.sheet_basic.white tr td {
	padding: 10px 5px;
	line-height: 1.5;
	background: #fff;
}
@media print, screen and (min-width:480px) {
.sheet_basic tr th {
	padding: 10px;
}
.sheet_basic tr td {
	padding: 10px;
}
}


/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	margin-bottom: 20px;
	line-height: 1.1;
	font-size:17px;
	text-align: center;
}
.title01 strong {
	display: block;
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 28px;
}
.title02 {
	margin-bottom: 15px;
	padding:8px 10px;
	text-align: center;
	line-height: 1.3;
	font-family: "NotoSansBold";
	font-size: 18px;
	color: #fff;
	background: #42c1f6;
}
.title_catch {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.3;
	font-size:18px;
	font-family: "NotoSerifBold";
	color:#056bc1;
}

@media print, screen and (min-width:768px) {
.title01 {
	margin-bottom: 50px;
	line-height: 1.1;
	font-size:18px;
	text-align: center;
}
.title01 strong {
	font-size: 40px;
}
.title02 {
	margin-bottom: 20px;
	font-size: 24px;
}
.title_catch {
	margin-bottom: 30px;
	font-size:24px;
}

}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-family: "NotoSansBold";
}
/*TextColor*/
.tx_red {
	color: #C33;
}
.tx_green {
	color:#0cae10;
}
.tx_blue {
	color:#0090d1;
}


/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.phbox_left {
	text-align: center;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a img.hoverimg {
	transition: all 0.5s;
}
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#mail_fix {
	width: 60px;
	position: fixed;
	bottom: 100px;
	right: -60px;
	z-index: 9999;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 9999;
}
#pagetop img {
	width: 40px;
	height: auto;
}

@media print, screen and (min-width:768px) {
#mail_fix {
	width: 60px;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 9999;
}
#mail_fix img {
	width: auto;
	height: auto;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 0;
}
#pagetop img {
	width: auto;
	height: auto;
}
}


.sp_nowrap {
	display: none;
}
@media print, screen and (min-width:992px) {
.sp_nowrap {
	display: inline;
}
}

/*page_link*/
.page_link {
	margin-bottom: 20px;
}
.page_link ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page_link ul li {
	margin: 5px;
}
.page_link ul li a {
	position: relative;
	display: block;
	padding:10px 30px 10px 10px;
	line-height: 1.2;
	text-decoration: none;
	color:#000;
	background: #eee;
}
.page_link ul li a::before {
	position: absolute;
	top:50%;
	right: 5px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -2px;
	content: "";
	border:solid 5px transparent;
	border-top:solid 5px #fff;
	z-index: 1;
}
.page_link ul li a::after {
	position: absolute;
	top:0;
	right: 0;
	display: block;
	width: 20px;
	height: 100%;
	content: "";
	background: #404040;
}

@media print, screen and (min-width:992px) {
.page_link {
	margin-bottom: 30px;
}
.page_link ul li {
	margin: 5px 10px;
}
.page_link ul li a {
	padding:10px 35px 10px 15px;
	transition: all 0.5s;
}
.page_link ul li a::before {
	top:50%;
	right: 7px;
}
.page_link ul li a::after {
	width: 25px;
}
.page_link ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}

/*------------------------------------------------------------表示・非表示切り替え*/
.sp_none {
  display: none;
}
@media print, screen and (min-width:992px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}