html, body {
	padding: 0;
	margin: 0;
}
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
body {
	color: #333;
	background-color: #ffffff;
}
#container {
	padding: 0;
	margin: 0;
}
.pc_none {
	display: none;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
} 
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
}
a {
	text-decoration: none;
	transition-duration:0.3s;
	color: #333;
}

a:hover {
	opacity: 0.7;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.70;
}
header a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

img {
	vertical-align: bottom;
}
#wrapper {
	width: 100%;
	background-color: #ffffff;
	padding-top: 0;
	padding-bottom: 120px;
	clear: both;
}
#content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: #ffffff;
	width:100%;
}
.article section p img {
	margin: 30px 0 0 0;
}

.slider{
	margin: 0 auto;
	width: 100%;
}
.slider img{
	height: auto;
	width: 100%;
}
.fade{
	margin: 0 auto;
	width: 100%;
}
.fade img{
	height: auto;
	width: 100%;
}
.slick-prev:before,
.slick-next:before{
	color: #000;
}
.header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.header-logo {
	margin: 0;
	font-size: 2em;
	line-height: 1;
}
.header-logo img {
	width: 300px;
}

.heading {
	width: 1020px;
	margin: 30px auto 30px auto;
	padding: 0 20px;
	border-bottom: 1px solid #6ac0b2;
}

.heading h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.heading h2 span {
	font-size: 0.8em;
	color:#666;
}

.nav-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 0.75rem;
}
.nav-menu-item + .nav-menu-item {
	margin-left: 1.2em;
}
.nav-menu-item a {
	color: #000000;
}
.nav-menu-item .btn_highlighted {
	color: white;
}
.hamburger-btn {
	display: none;
}
.fix-menu {
    position: fixed;
    top: 200;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 70px;
	z-index: 99;
	background: rgba(240,240,240,0.95);
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.fix-menu .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:1020px;
	padding:0 20px;
}
.fix-menu .inner_left {
	float: left;
	width:20%;
	display: block;
}
.fix-menu img {
	width: 180px;
}
.fix-menu .inner_right {
	float: right;
	width:80%;
	display: block;
	text-align: right;
}
ul.inner_right-menu {
	width: 100%;
}
ul.inner_right-menu li {
	display:inline-block;
	letter-spacing:normal;
	width: 13%;
	text-align: center;
	font-size: 12px;
	border-right: solid 1px;
	border-color: rgb(0,0,0,0.8);
}
ul.inner_right-menu li a {
	color: #000000;
}
.search {
	background-color: #f4f4f4;
	width: 100%;
	overflow: hidden;
}
.search_inner {
	max-width: 1020px;
	margin: 0 auto;
	background-color: #f4f4f4;
	overflow: hidden;
	display:flex;
}
.search_inner li.text {
	font-size: 0.8em;
}
.left {
	float: left;
	width: 50%;
	background-color: #f4f4f4;
	line-height: 1.5;
}
.right {
	float: right;
	width: 50%;
	background-color: #f4f4f4;
	line-height: 1.5;
}
.right iframe {
	width: 100%;
	height: 45px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
	background-color: #f4f4f4;
}
.top_arrow {
		position: fixed;
		right: 10px;
		bottom: 30px;
		display: block;
		font-size: 1.5rem;
		z-index: 9999;
		background-color: rgba(0,0,0,0.1);
		line-height: 1.5;
		padding: 0 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}
.top_arrow a {
		color: #6ac0b2;
}
.sub-nav, .sub-nav a {
	color: #333;
}
.sub-nav+.sub-nav {
	margin-top: 4em;
}
.sub-nav-title {
	margin: 0;
	font-size: 1.375em;
	line-height: 1.3;
}
.sub-nav-title2 {
	margin: 0;
	font-size: 0.8em;
	line-height: 1;
}
.sub-nav-subtitle {
	padding-bottom: 0.5em;
	border-bottom: 4px solid #6ac0b2;
	font-size: 1em;
}
.sub-nav-info {
	width: calc(100% - (70px + 1em));
	font-size: 0.8em;
}
.sub-nav-info p {
	line-height: 1.5;
	margin-bottom: 5px;
}
.sub-nav p.more {
	line-height: 1.5;
	margin-bottom: 5px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #6ac0b2;
	font-size: 0.8em;
}
.sub-nav a:hover {
	color: #000000;
}
.sub-nav-info time {
	color: #999;
	font-size: 0.9286em;
}
.sub-nav-info span {
	color: #999;
	font-size: 0.8em;
}
.sub-nav-info span.type_k {
	color: #ffffff;
	font-size: 1.2em;
	padding: 3px;
	background-color: #990000;
	border-radius: 5px;
}
.sub-nav-info span.type_h {
	color: #ffffff;
	font-size: 1.2em;
	padding: 3px;
	background-color: #ff9a37;
	border-radius: 5px;
}
.sub-nav-info span.price {
	color: #990000;
	font-size: 1em;
}
.sub-nav-info p.category {
	font-size: 1.2em;
}
nav .sub_menu {
	font-size: 0.7em;
	margin: -12px 0 30px 30px;
	padding: 0 0 0 0;
}
nav .sub_menu li {
	margin: 0;
	padding: 0;
}
.l-content-fixed {
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px;
}
.l-content-expanded {
	width: auto;
	margin: 0;
}
.l-main {
	max-width: calc((630 / 980) * 100%);
	margin-right: calc((90 / 980) * 100%);
}
.l-sidebar {
	max-width: calc((260 / 980) * 100%);
}
.article {
	font-size: 1rem;
}
.article-img,
article a img {
	width:100%;
	margin: 1em 0;
}
.article-header {
	margin-bottom: 30px;
}
.article-title {
	margin: 0.2em auto;
	font-size: 1.6em;
	line-height: 1.3;
}
.article-title-time {
	font-size: 1em;
	color: #999;
}
.article-title-type {
	font-size: 0.9em;
	color: #6ac0b2;
}
.article p {
	margin-top: 10px;
	line-height: 2;
}
.article img.pc_none,
.article img.sp_none
{
	margin: 10px 0 0 0;
}
.article p.photo-text {
	margin: 0 0 3em 0;
	font-size: 0.8em;
}
header span {
	font-size: 0.75em;
	color:#990000;
	display: block;
	margin: 10px 0 3px 0;
}
.article p.article-title-type {
	line-height: 1.5;
}
.article h2 {
	padding: 0.8em;
	border-left: 5px solid #6ac0b2;
	background-color: #F4F4F4;
	font-size: 1.8em;
	line-height: 1.3;
}
.article h3 {
	position: relative;
	margin-top: 2em;
	padding: 0.5em 0;
	border-bottom: 2px solid #6ac0b2;
	font-size: 1.0em;
}
.article h3::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: calc(100% / 3);
	border-bottom: 2px solid #6ac0b2;
}
.article ul {
	margin: 3em 0 3.8em;
	padding-left: 1.75em;
}
.article ul li+li {
	margin-top: 0.6em;
}
.article ul>li {
	position: relative;
}
.article ul>li::before {
	position: absolute;
	left: -1.75em;
	content: "\25CF";
	color: #6ac0b2;
}
.article video {
	margin: 3em 0;
	width: 100%;
}
.article-footer {
	padding: 1.5625em;
	background-color: #F5F5F5;
	border-radius: 10px;
}
.article-footer-img {
	float: left;
	margin-right: 1em;
	border-radius: 50%;
}
.article-footer-info {
	overflow: hidden;
}
.article-footer-title {
	font-size: 0.875em;
	margin-bottom: 0.4em;
}
.article-footer-name {
	font-size: 1.125em;
	margin-bottom: 0.4em;
}
.article table {
	width: 630px;
}
.article table td {
	padding: 14px;
	font-size: 0.9em;
	border-bottom: #6ac0b2 1px solid;
}
.breadcrumbs {
	padding: 0;
	background-color: #F4F4F4;
}
.breadcrumbs-item {
	display: inline-block;
	font-size: 0.875rem;
}
.breadcrumbs-item a {
	color: #333;
}
.breadcrumbs-item:first-child>a::before {
	content: "\f015";
	margin-right: 0.5em;
	font-family: "Font Awesome 5 Free";
	color: #aaa;
	font-weight: 900;
	display: inline-block;
}
.breadcrumbs-item+.breadcrumbs-item::before {
	content: "\f105";
	margin-left: 0.3em;
	margin-right: 0.6em;
	font-family: "Font Awesome 5 Free";
	color: #aaa;
	font-weight: 900;
	display: inline-block;
}
.news {
	background-color: #f4f4f4;
	font-size: 0.8em;
	padding: 20px 0;
}
.info a {
	color:#333;
}
.info a:hover {
	color:#999;
}
.info i {
	color:#aaa;
}
.btn {
	display: inline-block;
	padding: 0.6em 1em;
	border: 2px solid #333;
	border-radius: 2em;
	box-shadow: 3px 4px rgba(51, 51, 51, 0.15);
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.btn_highlighted {
	border: none;
	background-color: #6ac0b2;
	box-shadow: none;
	color: white;
}
.btn_menuitem {
	padding: 0.3em 1em;
}
.link-list-title .sub-nav-item {
	position: relative;
	border-bottom: 1px solid #CCC;
	line-height: 1;
	font-size: 0.9em;
}
.link-list-title .sub-nav-item:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 0.5em;
	font-family: "Font Awesome 5 Free";
	color: #aaa;
	font-weight: 900;
	transform: translateY(-50%);
}
.link-list-title a {
	display: block;
	padding: 1.5em 0;
}
.link-list-thumbnail .sub-nav-item {
	margin: 1.5em 0;
}
.link-list-thumbnail .sub-nav-item a {
	display: -webkit-flex;
	display: flex;
}
.link-list-thumbnail .sub-nav-item img {
	width: 70px;
	height: 70px;
	margin-right: 1em;
	border-radius: 5px;
}
.footer {
	background-color: #eeeeee;
	padding-top: 2rem;
	padding-bottom: 2rem;
}


section ul.sns {
	margin-top: 20px;
	text-align: center;
}
section ul.sns li {
	display: inline;
	margin-right: 20px;
	font-size: 1.3em;
}
section ul.sns li:last-child {
	margin-right: 0;
}

footer {
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 1rem;
	color: white;
	overflow: hidden;
}
footer section {
	width: 29.333%;
	float: left;
	margin: 2%;
	padding: 0;
	overflow: hidden;
}
footer section p img {
	width: 100%;
}
footer section h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0 0 10px 0;
	color: #000000;
}
footer section h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	margin:0 0 10px 0;
}
footer section h4 {
	font-size: 2em;
	font-weight: normal;
	color: #666666;
	margin:0 0 10px 0;
}
footer section h5 a,
footer section h5 i {
	font-size: 1.5em;
	font-weight: normal;
	color: #DB6356;
	margin:0 0 0 0!important;
	padding: 0 0 0 0!important;
	line-height: 0!important;
}
footer section h6 a,
footer section h6 i {
	font-size: 1.5em;
	font-weight: normal;
	color: #DB6356;
	margin:0 0 10px 0!important;
	padding: 0 0 0 0!important;
	line-height: 0!important;
}
footer section p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 20px;
	margin:0 0 5px 0;
	color: #666666;
}
footer section p span {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 20px;
	margin:5px 0 5px 0;
	color: #666666;
	display: block;
}
footer section a.footerbtn {
	width:100%;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:8px 0 10px;
	color:#666666;
	border:1px solid #666666;
	margin: 20px 0 0 0;
	border-radius:5px;
}
footer section a:hover.footerbtn {
	background-color: #666666;
	color: #ffffff;
	transition: 0.3s;
}
footer small {
	clear: both;
	width: 95%;
	text-align: center;
	display: block;
	color: #666666;
	font-size: 0.9em;
	margin: 0 auto 20px auto;
	padding-top: 20px;
	border-top: solid 1px #666666;
}

.footer-content {
}
.footer-copy small {
	font-size: 1rem;
}
#search_container {
  width: 100%;
}

#footer .footer-content p img {
	width: 100%;
}
.company {
	font-size: 1.3em;
	margin-bottom: 30px;
}

form dl,form dt,form dd {
  margin:0px;
  padding:0px;
}

form dt {
	font-size: 13px;
	margin-bottom: 5px;
}
form dt span {
	font-size: 10px;
	color: #990000;
}
.confirmation_btn{
	border-radius: 2px!important;
	border: 1px #666 solid!important;
	background-color: #fff!important;
}

.tab_content input,
textarea {
	border: none;
	background-color: #eee;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	width: 630px;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#other:checked ~ #other_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.child_column{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.child_column:nth-of-type(3n){
	margin-right: 0;
}

@media (max-width: 1020px) {
	.l-content-fixed {
		padding: 20px;
	}
	.news {
		padding: 20px;
	}
	.info {
		margin: 20px 0 0 0;
		font-size: 0.8em;
	}
	.header-logo img {
		width: 300px;
		margin: 20px 0;
	}
	.nav-menu {
		font-size: 0.7em;
	}
	.right iframe {
		width: 100%;
		height: 45px;
		margin: 15px 0 0 0;
		padding: 0 20px 0 0;
	}
	.fix-menu .inner {
		width:100%;
	}
	.fix-menu .inner_left {
		float: none;
		width: 100%;
	}
	.fix-menu .inner_right {
		float: none;
		display: none;
	}
	.heading {
		width: 100%;
		padding: 0 10px;
	}
}
@media (max-width: 960px) {
	.link-list-thumbnail .sub-nav-item img {
		width: 60px;
		height: 60px;
	}
	.tabs {
		width: 500px;
	}
	.article table {
		width: 100%;
	}
	.nav-menu {
		font-size: 1.2em;
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		z-index: 1000;
		display: block;
		width: 80%;
		padding: 1rem;
		background-color: rgba(244,244,244,0.95);
		transition: right 0.3s ease-out 0s;
	}
	.nav-menu-item + .nav-menu-item {
		margin-right: 0;
		margin-left: 0;
	}
	.nav-menu-item a:not(.btn) {
		display: block;
		padding: 0.7rem;
		color: #000000;
	}
	.nav-menu-item:last-child {
		margin-top: 0.7rem;
	}
	.nav-menu.is-active {
		right: 0;
	}
	.header-menu-background {
		display: block;
		background-color: #333;
		z-index: 99;
		opacity: 0;
		transition: opacity 0.3s ease-out 0s;
	}
	.nav-menu.is-active + .header-menu-background {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.7;
	}
	.nav-menu.is-active + .header-menu-background + .hamburger-btn {
		color: #6ac0b2;
	}
	.hamburger-btn {
		position: fixed;
		right: 10px;
		top: 10px;
		display: block;
		font-size: 2rem;
		z-index: 99999999;
		color: #6ac0b2;
		background-color: rgba(0,0,0,0.1);
		line-height: 1.2;
		padding: 0 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.hamburger-btn:after {
		font-size: 9px;
		text-align: center;
		display: block;
		content:"MENU";
		line-height: 1;
		padding: 0 0 5px 0;
	}
	section.sp_nav {
		background: linear-gradient(-90deg, #6ac0b2, #000000) fixed;
		padding: 2px 0 5px 0;
		width:100%;
		text-align: center;
	}
	ul.sp_nav-menu {
		letter-spacing: -0.3em;
	}
	li.sp_nav-menu-item {
		display:inline-block;
		letter-spacing:normal;
		width: 15%;
		text-align: center;
		font-size: 0.7em;
		border-right: solid 1px;
		border-color: rgb(255,255,255,0.5);
	}
	li.sp_nav-menu-item a {
		color: #ffffff;
	}
	li.sp_nav-menu-item a:hover {
		color: #999999;
	}
	li.sp_nav-menu-item:first-child {
		border-left: solid 1px;
		border-color: rgb(255,255,255,0.5);
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.right iframe {
		width: 100%;
		height: 45px;
		margin: 15px 0 0 0;
		padding: 0 20px;
	}
	.fix-menu .inner_left {
		float: none;
		width: 100%;
	}
	.fix-menu .inner_right {
		float: none;
		display: none;
	}
	footer section {
		width: 90%;
		float: none;
		margin: 20px auto;
		padding: 0;
		overflow: hidden;
	}
	footer section h2 {
		font-size: 1.2em;
		font-weight: bold;
		margin:0 0 10px 0;
		color: #000000;
	}
	footer section h3 {
		font-size: 1.6em;
		font-weight: bold;
		color: #666666;
		margin:0 0 10px 0;
	}
	footer section h4 {
		font-size: 2.5em;
		font-weight: normal;
		color: #666666;
		argin:0 0 10px 0;
	}
	footer section p {
		font-size: 0.8em;
		font-weight: normal;
		line-height: 20px;
		margin:0 0 5px 0;
		color: #666666;
	}
	footer section p span {
		font-size: 0.9em;
		font-weight: normal;
		line-height: 15px;
		margin:5px 0 5px 0;
		color: #666666;
		display: block;
	}
}
@media (max-width: 800px) {
	.header-logo img {
	width: 280px;
	}
	.l-content-fixed,
	.l-main,
	.l-sidebar {
		width: auto;
	}
	.l-main,
	.l-sidebar {
		max-width: 100%;
	}
	.l-main {
		margin-right: 0;
	}
	.l-content-fixed {
		padding: 10px;
	}
	#content {
		display: block;
	}
	.l-sidebar {
		margin-top: 5rem;
	}
	.article-footer-img {
		max-width: 60px;
	}
	.search {
		background-color: #ffffff;
		width: 100%;
		overflow: hidden;
	}
	.search_inner {
		width: 100%;
		margin: 0;
		display:block;
	}
	.info {
		text-align: center;
		font-size: 1em;
	}
	.left {
		float: none;
		width: 100%;
	}
	.right {
		float: none;
		width: 100%;
	}
	section.sp_nav {
		padding: 0 0 7px 0;
	}
	li.sp_nav-menu-item {
		width: 30%;
		margin: 7px 0 0 0;
		padding: 0 0 0 10px;
		line-height: 1.5;
		text-align: left;
		border-right: none;
		border-left: solid 1px;
		border-color: rgb(255,255,255,0.5);
	}
	.tabs {
		width: 100%;
	}
}

