@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
html {
	font-family: sans-serif;
	line-height: 1.54545455;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a{
	outline: none;
}
img{
	width: 100%;
	height: auto;
}
.main_box{
	max-width: 1000px;
	margin: auto;
	padding: 2rem 0;
	width: 95%;
}
.container{
	display: inline-block;
	width: 100%;
}
.left{
	padding-right: 1rem;
}
.right{
	padding-left: 1rem;
}
#wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.featherlight .featherlight-content {
	background: #fff;
	box-shadow: 0 0 3px #000;
	border-radius: 15px;
	padding: 3rem;
}
.featherlight-content {
	max-width: 800px;
	width: 90%;
}
.featherlight .button {
	background: #ad9f98;
	color: #fff;
	padding: 1rem 0.5rem;
	border-radius: 0.5rem;
	display: block;
	width: 45%;
	margin: 1rem 2.5%;
	letter-spacing: 1px;
}
.featherlight h4 {
	font-size: 1.5rem;
	border-bottom: 1px dashed;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.featherlight-sample {
	display: none;
}
.featherlight .featherlight-content .featherlight-close-icon {
	background: #70d6ff;
	width: 45px;
	height: 46px;
	font-size: 25px;
	color: #fff;
}
*:before,
*:after {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
}
/*pc_tabのみ*/
.d_tab {
	display: none !important;
}
/*SPのみ*/
.d_sp {
	display: none !important;
}
@media print, screen and (max-width: 999px) {
/*PCのみ*/
	.d_pc {
		display: none !important;
	}
	.d_sp {
		display:block!important;
	}
}
/* ===== * reset * =====*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none !important;
}
dd {
	margin: 0 !important;
}
/* ===== * common * ====*/
html {
	font: 62.5%;
}
body {
	font-family: 'Josefin Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
	font-weight: 500;
	line-height: 1.5;
	background: #fff;
	color: #000 !important;
	font-size: 19px !important;
}
p {
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: unset !important;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.post,
.page {
	margin: 0 !important;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto !important;
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
}
.sans {
	font-family: unset;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-b {
	display: inline-block !important;
	flex-wrap: wrap;
}
.flex {
	display: flex !important;
	flex-wrap: wrap;
}
.reverse {
	flex-flow: row-reverse;
}
.flex.f_p>* {
	padding: 1%;
}
.a_center {
	align-items: center;
}
.j_center {
	justify-content: center;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
	color: #bb2828;
}
a[id]{
	position: relative;
	top: -180px;
	display: block;
}
body a:visited {
	color: #bb2828;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.button,
.under button,
.under input[type="button"],
.under input[type="reset"],
.under input[type="submit"] {
	color: #000 !important;
	padding: 1rem;
	min-width: 250px;
	max-width: 300px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 2rem;
	background-color: #bb2828 !important;
	background-image: linear-gradient(80deg, #ff9a9a 0%, #ffd800 100%) !important;
	border-color: #bb2828 !important;
	border-radius: 3rem;
	cursor:pointer;
	font-weight: bold;
}
.button:hover,
.under button:hover,
.under input[type="button"]:hover,
.under input[type="reset"]:hover,
.under input[type="submit"]:hover {
	color: #FFF !important;
	background-image: linear-gradient(-80deg, #bb2828 0%, #bb2828 100%) !important;
}
span.anchorlink {
	position: relative;
	top: -120px;
	display: block;
}
.b{
	font-weight: bold;
}
.black{
	color: #000;
}
.red{
	color: #ff0000 !important;
}
.blue {
	color: #0096c3 !important;
}
.pink {
	color: #df5b7d !important;
}
.green{
	color: #268600;
}
.yellow {
	color: #ffd800;
}
.gray{
	color: #888;
}
.white {
	color: #fff !important;
}
.brown {
	color: #411700;
}
.gold {
	color: #927700;
}
.gold_l {
	color: #d7b77d;
}
.orange {
	color: #ff6200;
}
.purple {
	color: #ae55c0;
}
.small{
	font-size: 80%;
}
.big{
	font-size: 130%;
	font-weight: bold;
}
.w-300 {
	max-width: 300px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-400 {
	max-width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-500 {
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-600 {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-700 {
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-800 {
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-900 {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95%;
}
.w-1000 {
	max-width: 1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-1200 {
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
img.free-tel-color {
	max-width: 24px;
	margin: 0.3rem 0.2rem 0 0;
}

.production_btn {
	max-width: 320px;
	width: 80%;
	border-radius: 0 2rem 0 0;
}

/* ===== * size * ====*/
.w1 {
	width: 8.3333% !important;
}
.w2 {
	width: 16.6666% !important;
}
.w3 {
	width: 25% !important;
}
.w4 {
	width: 33.3333% !important;
}
.w5 {
	width: 41.6666% !important;
}
.w6 {
	width: 50% !important;
}
.w7 {
	width: 58.3333% !important;
}
.w8 {
	width: 66.6666% !important;
}
.w9 {
	width: 75% !important;
}
.w10 {
	width: 83.333% !important;
}
.w11 {
	width: 91.6666% !important;
}
.w12 {
	width: 100% !important;
}
/*-- sidebanner --*/
.sidebanner {
	background: #01477c;
}
.sidebanner ul {
	padding: 1rem;
	display: block;
	width: 100%;
	position: relative;
}
.sidebanner li {
	margin-bottom: 1rem;
	max-width: 350px;
}
/* ===== * fadeIn * =====*/
.fade {
	opacity : 0;
	transition: 1s;
}
.fadein{
	animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	opacity: 1;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 画面内に入った状態 */
.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
.fadein:nth-of-type(2) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
/* 3つ目の要素に400msのdelayをかける */
.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
/* ===== * header * =====*/
.top_header .logo,
.index .logo {
	max-width: 235px;
	margin: auto;
	display: block;
}
.top_header img,
.index img {
	vertical-align: top;
	width: 100%;
}
.header_bg {
	z-index: 1000;
	position: fixed;
	width: 100%;
}
header {
	padding: 0;
	/*overflow: hidden;*/
	margin-bottom: -0.25rem;
}
header > .container {
	width: 100%;
}
header > .container .left {
	max-width: 340px;
	width: 15%;
	margin-top: 0.5%;
}
header > .container .left a {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 3px;
	transition: 0.2s;
	line-height: 1rem;
	display: block;
}
header > .container .left a:hover {
	color: #aaa;
}
header > .container .right {
	height: 64px;
	min-width: 920px;
	max-width: 1250px;
}
header > .container .right li>a,
header > .container .right li>p {
	line-height: normal;
	font-weight: 500;
	margin: -0.2rem auto;
	transition: 0.2s;
	padding: 5px 0;
	width: 100%;
	display: block;
	font-weight: bold;
}
header > .container .right li>p {
	top: 4px;
	position: relative;
}
.scrollin header > .container .right li>a {
	color: #fff;
	height: 64px;
	pointer-events: all;
	cursor: pointer;
}
.scrollin header > .container .tel_mail a {
	font-size: 25px;
}
.scrollin header > .container .right li li>a {
	background: rgba(0, 30, 90, 0.85);
}
header > .container .main-nav>ul>li:last-child>a {
	background: #3498ff;
	color: #fff;
	height: 64px;
}
header .main-nav {
	margin-top: 0.2%;
}
header .main-nav > ul > li {
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	width: 16.2555%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
header li a span {
	font-weight: normal;
	display: block;
	font-size:15px;
	margin-top: 3px;
	letter-spacing: -1px;
	font-weight: bold;
}
.nav-item .sub {
	font-size: 70%;
	color: #036eb8;
}
header{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
	padding: 0rem 1rem 0;
}
header.top_header {
	height: 67px;
}
header .logo a {
	opacity: 1;
	width: 100%;
	margin: 0;
	max-width: 320px;
	height: 75px;
	display: flex;
	align-items: center;
	border-radius: 0 0 1rem 1rem;
	left: 1rem;
	position: fixed;
	background: #fff;
	padding: 0.5rem 1rem 0.5rem;
	box-shadow: 0 0 5px;
}
header .logo span {
	text-align: center;
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-top: 8px;
	color: #bb2828;
	border-top: 1px solid;
	padding-top: 4px;
	letter-spacing: 2px;
}
header .logo img {
	position: relative;
}
header .logo.fix{
	position: fixed;
}
header .logo .st0{
-webkit-transition: ease .5s;
	transition: ease .5s;
	fill:#000;
}
header > .container .main-nav>ul>li:last-child>a img {
	width: 1.9rem;
	margin: 0.2rem auto;
	display: block;
}
#top-head.slidein {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	background: rgba(233,0,0,.4);
	left: 0;
	box-shadow: 0 0 5px #aaa;
}
#top-head a {
	margin-top: 0;
}
#top-head.slidein .logo-slidein {
	display: block;
}
#top-head li a {
	background: #ffd800;
	padding: 0.8rem 1.5rem;
	border-radius: 0 0 1rem 1rem;
	margin-bottom: 1rem;
}

@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
#top-head.fadein header.top_header {
	background: rgba(255,255,255,0.85);
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	animation: fadeIn 0.2s ease 0.3s 1 normal;
	box-shadow: 0 0 3px #fff;
}

header.top_header .main_box {
	max-width: 1200px;
	padding: 0.5rem 0 0;
}
#top-head .dropdown li a {
    border-radius: 0;
    background: #dc3085;
    color: #fff !important;
}
#top-head .dropdown li:first-child a {
	background: #fff !important;
	color: #036eb8 !important;
	border-radius: 0 0 1rem 1rem;
	border: 4px solid #ffd800;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}

/* translation */
.translation.button {
	margin-top: 0;
	z-index: 10000;
	position: relative;
	margin-bottom: 0;
}
.translation img {
		width: auto;
		height: auto;
}
.translation span {
		display: inline-block;
}
/* Google翻訳 */
.goog-te-gadget-simple .goog-te-menu-value span {
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 游ゴシック;
}
img.goog-te-gadget-icon {
	width: 18px;
	height: 20px;
}
iframe.goog-te-banner-frame,
iframe.goog-te-menu-frame.skiptranslate {
	z-index: 999999999;
}
/* ===== * topBtn * ====*/
.topBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	background-color: rgba(12,99,187,0.7);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 17px;
	border-radius: 70px;
	padding-top: 25px;
	box-sizing: border-box;
	z-index: 10;
}
/* ===== * scroll_box * ====*/
.scroll_box {
	height: 260px;
	overflow: scroll;
	border-radius: 0.5rem;
	padding: 1rem;
	max-width: 1000px;
	margin: 0.5rem auto 2rem;
	background: #edd9f1;
}
/*スクロールバー表示させる*/
.scroll_box::-webkit-scrollbar{
    width: 10px;
}
.scroll_box::-webkit-scrollbar-thumb{
    background: #036eb8;
    border-radius: 10px;
}
.scroll_box::-webkit-scrollbar-track-piece:start{
    background: #d6eeff;
}
.scroll_box::-webkit-scrollbar-track-piece:end{
    background: transparent;
}

/* ===== * accbox * =====*/
/*--===アコーディオン===--*/
/*ラベル*/
.accbox label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	/*background: #fff5eb;*/
	opacity: 1;
}

.accbox .accshow p {
	margin: 15px 10px
}
/*チェックマークがついているリスト*/
ul.list01 li {
	display: flex;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 0.2rem;
	padding-top: 0.5rem;
}
ul.list01 li:before {
	content: "\f00c";
	display: block;
	font-size: 0.9rem;
	position: relative;
	top: 5px;
	margin: 0 0.5rem;
}
/*青丸がついているリスト*/
ul.list02 li,
.format ul li {
	display: flex;
	padding-bottom: 0.2rem;
	padding-top: 0.5rem;
}
ul.list02 li:before,
.format ul li:before {
	content: "\f111";
	color: #0096c3;
	display: block;
	font-size: 0.9rem;
	position: relative;
	top: 5px;
	margin: 0 0.5rem;
}
/* 数字がついているリスト */
ol,
.format ol {
	margin: 3rem;
}
ol li,
.format ol li {
	list-style-type: decimal;
}
ol li::marker,
.format ol li {
	font-size: 2.5rem;
	color: #385674;
	font-weight: bold;
}
/* box01 */
.box01 {
	box-shadow: 0px 0px 3px #2d4b69;
	margin: 2rem 0.5rem;
	padding: 2rem ;
	border-radius: 1rem;
}
.bg_gray {
	background: #efefef;
}
.bg_blue {
	background: #ecf7ff;
}
.bg_yellow {
	background: #feffd0;
}
.bg_red {
	background: #ffedf7;
}
.impact {
	background: linear-gradient(transparent 60%, #95c9ff 0%);
	font-weight: bold;
	padding: 0 0.2rem;
}
.new{
	background: #036eb8;
	color: #fff;
	font-size: 1.5rem;
	padding: .2rem .5rem;
	border-radius: 5px;
}
.slider_wrap {
	position: relative;
	padding-top: 0;
}
	/* ===== * hr * ====*/
hr,
.under hr {
	display: block;
	margin-top: 3rem;
	margin-bottom: 3rem;
	position: relative;
	height: 6px;
	background-color: #0050a0;
}
/* ===== * table_box * ====*/
.table_box {
	clear: both;
	max-width: 800px;
	margin: 2rem auto 0;
}
table {
	width:100%;
	border-collapse: collapse;
	margin: 1rem auto !important;
}
table tbody tr:first-child td{
	border-top: #ccc solid 1px;
}
table tbody tr>td:first-child {
	border-left: none;
}
table thead th {
	background:#ed1e79;
	color:#ccc;
	padding: 1rem;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
table thead th:last-child {
	border-right:#0096c3 solid 1px;
}
table thead th {
	background: #0096c3;
	color: #fff;
	padding: 1rem;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
table tbody th {
	border-bottom: #ccc solid 1px;
	padding: 1rem;
	width: 30%;
}
table tbody tr:first-child th {
	border-top: #ccc solid 1px;
}
table tbody td {
	padding: 0.7rem 0.7rem 0.7rem 1rem;
	border-left: 1px dashed #ccc;
	border-bottom: #ccc solid 1px;
	vertical-align: middle;
	width: 70%;
}
table tbody td p {
	line-height: 1.5;
}
/*--== タブ切替 ==--*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 1rem;
}
.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	background: #e7e7e7;
	border-radius: 3rem;
	margin: 0 1rem;
}
.tab-switch:checked + .tab-label.honin {
	background: #036eb8;
}
.tab-label:hover {
background: rgba(0, 191, 255,.1);
}
.tab-switch:checked + .tab-label {
	color: #fff;
	background: rgba(107,85,40,0.6);
	overflow: hidden;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
	margin-top: 1.5rem;
	}
.tab-switch:checked ~ .tab-content {
	nsform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
	min-height: 30vh;
	margin-bottom: 1rem;
}
.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
/*--==== En ====--*/
.time {
	margin-top: 1rem;
}
.time table {
	margin: auto;
	max-width: 550px;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 1rem;
	display: block;
	border-radius: 1rem;
	table-layout: fixed;
}
.time thead th {
	font-weight: bold;
}
.time thead th:last-child {
	width: 12%;
}
.time tbody th {
	border-top: 1px solid #bae8ef;
}
.time td {
	border-bottom: 1px solid #bae8ef;
}
.time th,
.time td {
	font-size: 17px;
}
.time td {
	border-left: 1px solid #bae8ef;
}
.time th.time_letter,
.time td.time_letter {
	padding: 0;
	min-width: 55px;
}
.time td a {
	color: #2d8e46;
	transition: 0.2s;
}
.time td a:hover {
	color: #aaa;
}
.time thead tr th:last-child  {
	border-right: none;
}
.time tbody tr td:last-child  {
	border-bottom: 1px solid #bae8ef;
}
.time tbody tr:last-child {
	border-top: 2px solid #bae8ef;
	border-bottom: 2px solid #bae8ef;
}
.time tbody tr:last-child td {
	padding: 0.5rem 0;
	line-height: 1.5;
}
.time thead {
	border-bottom: 2px solid #bae8ef;
}
.time tbody th {
    width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.time tbody td {
	text-align: center;
	width: 15%;
	padding: 0;
	border-bottom: 1px solid #bae8ef;
}
.time small {
	color: #bae8ef;
	font-size: 0.9rem;
}
.time .button {
	margin: 0rem auto;
}

/*--==== footer ====--*/
footer.l_footer {
    background: #b85e82;
    z-index: 1;
    position: relative;
}
.copy {
    padding: 1rem 0 1rem;
}
/* ====== * レスポンシブ * =======*/

@media print, screen and (max-width: 1320px) {
	header > .container .left {
		max-width: auto;
	}
	header > .container .right{
		min-width: unset;
	}
	#top-head li a {
		padding: 1rem 0.4rem;
		margin-bottom: 0.5rem;
		font-size: 0.8rem;
	}
}
@media print, screen and (max-width: 1250px) {
	header > .container .left {
		top: 10px;
		top: 10px;
		position: relative;
	}
	header > .container .right p,
	header > .container .right a {
			font-size: 14px;
	}
	#top-head .button {
		letter-spacing: 1px;
		padding: 0.4rem 0;
	}
	#top-head .button {
		letter-spacing: 1px;
		padding: 0.4rem;
		min-width: 210px;
		font-size: 16px;
		height: 100%;
		min-width: 220px;
	}
	nav p, nav a {
		font-size: 15px;
	}
	header .logo a {
		height: 70px;
		width: 240px;
		padding: 0 0.5rem;
		left: 0.5rem;
	}
	header .logo a span {
		font-size: 11.5px;
		line-height: 1.1;
	}
}
@media print, screen and (max-width: 1200px) {
	.main_box {
		padding: 1rem 0.5rem;
	}
}
@media print, screen and (max-width:999px){
	.index,
	.under {
		margin-top: 55px;
	}
	a[id]{
		top: -100px;
	}
	.main_box {
		padding-left: 0;
		padding-right: 0;
	}
		.wrap_box {
		min-width: auto;
	}
	.wrap_box:last-child {
		padding-bottom: 3rem;
	}
	.left {
		float: none;
		padding-right: 0;
	}
	.right {
		float: none;
		padding-left: 0;
	}
	.flex {
    	display: block!important;
	}
	.flex.f_p>* {
		padding: unset;
	}
	section, .wrap_box, footer{
		width: auto;
	}
	header.top_header, section, .wrap_box, footer {
		min-width: auto;
	}
	span.anchorlink {
		top: -70px;
	}
/* === * size * === */
	.w1 {
		width:100% !important;
	}
	.w2 {
		width:100% !important;
	}
	.w3 {
		width:100% !important;
	}
	.w4 {
		width:100% !important;
	}
	.w5 {
		width:100% !important;
	}
	.w6 {
		width:100% !important;
	}
	.w7 {
		width:100% !important;
	}
	.w8 {
		width:100% !important;
	}
	.w9 {
		width:100% !important;
	}
	.w10 {
		width:100% !important;
	}
	.w11 {
		width:100% !important;
	}
	.w12 {
		width:100% !important;
	}
		/* ==========================================================
	 * sp_nav
	 * ========================================================*/
	/* === * header * === */
	header .logo a span {
		margin-top: 2px;
	}
	header .logo a {
		box-shadow: none;
		border-radius: unset;
		height: 55px;
		left: 0;
		width: calc( 100% - 100px );
	}
	/* === * slider_wrap * === */
	.slider_wrap {
		padding-top: 2rem;
	}
	#top-head li a {
		border-radius: 0;
		text-align: center !important;
		font-size: unset;
		margin-bottom: 2px;
		background: #ff9a9a;
		color: #fff !important;
	}
	
	/* box01 */
	.box01 {
		padding: 1.2rem;
	}
	/* table */
	table {
		width: 100% !important;
		height: auto !important;
	}
	tr,td {
		height: auto !important;
	}
	table thead {
		display:none;
	}
	table tbody tr {
		border-left:none;
	}
	table tbody td {
		padding: 0.7rem 0.7rem 0.7rem 1rem;
	}
	/* time */
	.time table {
		padding: 0;
	}
	.access .time th {
		font-size: 0.8rem;
		line-height: 140%;
		padding: 0.5rem 0;
	}
	/* cost */
	.cost tr:hover {
		background: unset;
	}
	#CONTACT input[type="text"],
	#CONTACT input[type="email"],
	#CONTACT input[type="tel"] ,
	#CONTACT select,
	#CONTACT input[type="date"] ,
	#CONTACT textarea {
		width: 100%;
	}
	.button {
		width:95%;
		max-width: auto;
	}
	h2 {
		font-size: 2rem;
	}
	/*-=== archive ===--*/
	.archive .headline01 {
		font-size: 20px;
	}
	.archive img {
		float: none;
	}
	/*-=== news_wrap ===--*/
	.news {
		margin-bottom: 100px;
	}
	.news:after {
		width: 97%;
		height: 77%;
		left: 1.5%;
		border-radius: 0 0 1rem 1rem;
	}
	.news_wrap {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.news_wrap dt {
		padding-left: 0;
		margin-top: 0.5rem;
		width: 100%;
		text-align: left !important;
	}
	.news_wrap dd {
		margin-left: 0.5rem !important;
		width: 100%;
		font-size: 18px;
		padding: 0.5rem;
	}
	/*-=== archive ===--*/
	#NEWS .news_txt {
		padding-left:0;
		border-left: none;
	}
}/*999px*/