﻿/* 全部 */
input#signup-email {
    display: none;
}

/*media Queries PCサイズ（960px以上）
--------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
body {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    line-height: 2;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}
h1, h2, h4, h5, h6 {
    color: #222;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
    height:auto!important;
}
body.open {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.spaces.large-10 {
    margin: 70px;
    width:90%;
}
.content h3 {
    color: #000000;
    margin:20px 0;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    border-left: 10px solid #51a35c;
    border-bottom: 1px solid #51a35c;
    padding-left: 10px;
    height: auto !important;
    line-height: 1.5em;
    font-weight: bold;
}
.content h4 {
    color: #000000 !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #51a35c !important;
    font-size: 24px !important;
}

table.tbl02 tr td.spacename {
    color: #000000;
    padding: 20px 0 10px 10px;
    background:none;
    border-bottom: 2px solid #51a35c !important;
    font-size: 20px;
}
p{
	font-size:16px
}
.content, #actions-sidebar {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
#header-wrapper {
    align-items: center;
    -webkit-box-pack: justify;
    display: flex;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    width: 100%;
}
#header .header-right {
    position: relative;
}
#header h1 {
    align-items: center;
    display: flex;
    height: 36px;
    padding: 12px 0;
}
#mypage {
    height: 34px;
    padding: 16px 0;
}
.mypage_pc {
    display: flex;
}
.mypage_pc a {
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    margin: 0 12px 0 0;
    padding: 15px 24px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
}
.main-btn {
    background: #C00000;
    border: 1px solid #b90404;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}
a.main-btn:hover {
    opacity: 0.7;
    color:#ffffff !important;
}
#header a {
    text-decoration: none;
}
.header_nav_top .menu {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size: 10px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    color: #007e3d;
}
.header_menu {
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 1px 1px 2px 0 #898989;
    -moz-box-shadow: 1px 1px 2px 0 #898989;
    box-shadow: 1px 1px 2px 0 #898989;
    display: none;
    padding: 12px 0;
    position: absolute;
    right: 0;
    width: 230px;
    z-index: 10000;
    top:70px;
}
.header_menu .header_g_nav li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color:#51a35c;
}
.header_menu .header_g_nav li a:hover{
	color:#ff0000;
}
.header_menu .header_g_nav li a.space-list-menu span{
	float: right;
	margin-right: 10px;
}
.header_menu .header_g_nav li a.space-list-submenu {
	padding: 0px 30px;
}

ul.header_g_nav {
	list-style:none;
	margin:0 auto;
}
#mypage {
    height: 34px;
    padding: 16px 0;
}
.mypage_sm {
    display: none;
}
.header_menu #support-menu {
    padding: 8px 0;
}
#ban-area {
    padding: 16px 8px 8px;
    text-align: center;
}
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: #51a35c !important;
    color: #ffffff;
    font-size: 30px;
    height: 70px !important;
    line-height: 64px;
    padding: 0;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}
.header_inner .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    background-color: #51a35c;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 2px 2px 4px grey;
}
.header_inner .header_top .header_logo {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-left:10px;
}
.header_inner .header_top .header_nav_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
}

.header_inner .header_top .header_nav_top .header_btn {
    position: relative;
    width: 50px;
    height: 70px;
    margin-right:15px;
    cursor: pointer;
    margin:0 auto!important;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(2) {
    top: 10px;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(3) {
    top: 21px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(1) {
    top: -5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(45deg) translateX(10px) translateY(10px);
    transform: rotate(45deg) translateX(10px) translateY(10px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(2) {
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(3) {
    top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.header_inner .header_top .header_nav_top .header_btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}
.header_inner .header_top .header_nav_top .header_btn .menu {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.header_inner .header_menu nav .header_g_nav {
	padding:8px 0;
}
button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 20px 80px;
    font-size: 1.5rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    background: #C00000;
    box-shadow: 2px 2px 2px grey!important;
}
a.button-new.button.button-delete {
    background-color: #C00000;
}
a.button-new.button.button-delete:hover {
    opacity: 0.7;
    color:#fff !important;
}
table tr th, table tr td {
    color: #222;
    text-align: left;
    font-weight:bold;
}
table thead tr {
    display: none;
}

table tr {
    border-bottom: none;
}
table.tbl02 tr td {
    border: none!important;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background-color: #ffffff !important;
}
ul.pagination li.active a {
    background-color: #C00000;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
hr {
    border-bottom: 1px solid #d5d5d5;
    border-top: 0;
    margin:0 0 35px 0;
}
canvas {
    margin:0 auto;
}
.calender_btn{
	padding-bottom:50px;
}
span.btn_left{
	position:absolute;
	left:40px;
	background:#C00000;
	border-radius:3px;
	padding:3px;
	color:white;
}
span.btn_right{
	position:absolute;
	right:40px;
	background:#C00000;
	border-radius:3px;
	padding:3px;
	color:white;
}
a.head-text {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-left:10px;
}
/*--------------------------------------------*/
予約・見学一覧
/*--------------------------------------------*/
table.list tr th {
    font-weight:bold;
}
table > tbody > tr > th {
    color: #000;
    background-color:#e7ea97;
    border-bottom:none;
    text-align: center;
    padding:10px;
    font-size:14px;
}
table.list tr td {
    font-weight:normal;
    text-align:center;
    line-height:2em;
}
a.button_list {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
    width: 100%;
    background-color: #C00000;
    padding: 10px;
    font-size: 14px;
}
a.button_list2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
    width: 100%;
    background-color: #999;
    padding: 10px;
    font-size: 14px;
}
a.button_list:hover,
a.button_list2:hover{
    opacity: 0.7;
    color:#fff !important;
}
/*-----------------------
ボタン
-------------------------*/
#buttonarea.btn{
	display:flex;
}
div#buttonarea {
    text-align: center;
    margin: 50px 0;
}
a.btn {
	align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width:60%;
    margin:50px;
    font-size:1.5em;
    padding: 20px 100px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #C00000;
    border: 1px solid #b90404;
    box-shadow: 2px 2px 2px grey;
}
a.btn:hover,
a.btn2:hover{
    opacity: 0.7;
    color: #ffffff !important;
}
a.btn2 {
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width: 60%;
    margin: 100px;
    font-size: 1.5em;
    padding: 20px 100px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #51a35c;
    border: 1px solid #52a25d;
    box-shadow: 2px 2px 2px grey;
}
a:hover,a:focus {
    color: #FF0000 !important;
}

/*-----------------------
予約・見学登録確認
-------------------------*/
.check p{
	text-align:center;
	margin:20px 0;
	font-size:20px;
}
table.list2{
	width:90%;
	margin:0 auto;
	border:1px solid #ccc;
}
table.list2 tr th{
	width:20%;
	font-weight:normal;
	text-align:left;
}
table.list2 tr td {
	width:40%;
    font-weight:normal;
    font-size:18px;
    line-height:2em;
}
table.list2 tr th,td{
    border:1px dotted #ccc;
    font-size:20px;
    line-height:2em;
}
/*-----------------------
予約・見学登録確認完了
-------------------------*/
.red_b {
    text-align: center;
    display: block;
    color: #C00000;
    font-size: 24px;
    font-weight: bold;
}
/*-----------------------
個人情報編集
-------------------------*/
.center02{
	text-align:center;
}
table.form_table {
    width: 75%;
    margin: 0 auto;
}
table.form_table th {
    text-align: center;
    width: 38%;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #ccc;
}
table.form_table td {
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #ccc;
}
label.required:after,
table.form_table th.input.required:after {
    content: '必須';
    background-color: #C3232D;
    background:red;
    padding:5px 10px;
    border-radius:3px;
    color:#fff;
    margin:20px;
}
input#email,
input#name-sei,
input#name-mei,
input#name-kana-sei,
input#name-kana-mei,
input#tel{
    width: 50%;
}
input#tel{
	width:40%;
}
input#password,
input#zip,
input#password-conf{
	width:30%;
}
input#kakunin-you {
	width:75%;
}
select.birthday {
    width: 20%;
}
/*-----------------------
会員メールアドレス登録
-------------------------*/
fieldset {
	border:none;
}
fieldset legend {
    border-bottom: 2px solid #51a35c;;
    width: 100%;
    line-height: 2rem;
    font-size:20px;
}
legend {
    color: #51a35c;
}
a.button-inline.button {
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 50px;
    font-size: 1rem;
    background-color: #51a35c;
    border-color: #497f26;
    color: #fff;
    transition: background-color 300ms ease-out;
}
a.button-inline.button:hover{
	opacity:0.7;
	color:#fff !important;
}
button:hover {
	background: #C00000!important;
    opacity: 0.7!important;
}
.center {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
input[type="button"]:hover{
	background: #C00000!important;
    opacity: 0.7!important;
}
.admins.form.large-8.medium-9.columns.content {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.term_checkbox {
    text-align: center;
    margin-top:0;
}
.term_checkbox p{
    font-size: 0.875em;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}
.input > label:first-child {
    font-weight: bold;
}
.disc {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    padding-bottom: 1rem;
}
.login-disc {
	margin-top:30px;
}
/*-----------------------
会員メールアドレス登録(エラーメッセージ）
-------------------------*/
div.message.error {
    color: #DE4343;
    border: solid 1px #DE4343!important;
    font-weight: bold;
    margin-bottom: -50px;
    padding: 25px 25px 25px 100px;
    background: url(../img/icon_reminder.png) no-repeat 25px 15px!important;
    background-size: 50px auto!important;
    font-size: 1.2em;
    line-height:1.5;
    margin-top:100px;
    height:auto;
    text-align:left;
}
p.tit {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight:bold;
    margin-bottom: 10px;
}
.error {
    border: 3px solid #e60000 !important;
    background: #ffe1e1 !important;
    border-radius: 3px !important;
}
.wlong {
    width: calc(100% - 30px);
}
.wlong.day{
	width: 20%;
}
.error-message {
    display: inline-block!important;
    margin: 5px!important;
    padding: 2px!important;
    color: #fafafa!important;
    font-size: 12px!important;
    background: #51a35c!important;
    border-radius: 4px!important;
    position: inherit;
}
/*-----------------------
会員メールアドレス登録(変更完了メッセージ）
-------------------------*/
div.message.success {
    color: #51a35c;
    border: solid 1px #51a35c!important;
    padding: 25px;
    background-color:#fff;
    background-size: 30px auto!important;
    font-weight:bold;
    font-size: 1.2em;
    margin-top:100px;
    margin-bottom:-50px;
    height:auto!important;
    text-align:left;
    line-height: 1.5;
}
div.message.success:before {
	display:none;
}
/*-----------------------
エラー画面
-------------------------*/
.error_b {
	margin-top:50px;
    color: #C00000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.error-text {
    font-size: 1.3rem;
    margin: 20px 0;
}
/*-----------------------
お問い合わせ
-------------------------*/
.box01 {
    text-align:center;
    padding-top:10px;
}
.box01 p {
    text-align: center;
    font-size:20px;
    border-bottom: 2px solid #51a35c;
    width:40%;
    margin:20px auto;
    padding-bottom:5px;
    line-height:1.5em;
}
/*-----------------------
利用規約
-------------------------*/
.terms p {
    line-height: 1.7;
    margin-bottom:20px;
    font-size:16px;
}
.terms ol.list_01 li{
	font-size:16px;
	line-height:1.5;
	padding-left:5px;
	margin-bottom:15px;
}
.terms ol.list_02{
  margin-left:2.5em;
  text-indent:-2.5em;
}
.terms ol.list_02 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  font-size:16px;
  line-height:1.5;
  padding-left:0;
  margin-bottom:15px;
}
.terms ol.list_02 li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
p.text-r {
    text-align: right;
}
/*-----------------------
よくある質問
-------------------------*/
.faqBox .toggleBox {
    line-height: 1.6;
}
.faqBox > ul > li {
	border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
}
.faqBox .ttl.on a:before {
    transform: rotate(45deg);
}
.faqBox .ttl a:before, .faqBox .ttl a:after {
    content: "";
    display: block;
/*--width: 1.25em;--*/
    height: 1px;
    background: #837864;
    top: 50%;
    right: 10px;
    position: absolute;
    transition: .4s transform;
}
.faqBox .ttl a {
    padding: 11px 30px;
    padding-left: 70px;
    display: block;
    font-size: 1.125rem;
    background: url(../img/icon_q.png) no-repeat left top;
/*--position: relative;--*/
    min-height: 50px;
}
.faqBox .ttl a:hover {
    color:#0071BC!important;
    pointer-events: none;
}
.toggleItem {
    padding: 14px 20px;
    padding-left: 70px;
    margin-top: 20px;
/*--display:none;--*/
    background: url(../img/icon_a.png) no-repeat left top;
}
.paginator {
    text-align: center;
}
.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}
.table_disc {
	font-size:1.2rem;
}
div.message.error:before {
    display: none;
}
/*--------------------------------------------*/
企業別タブ
/*--------------------------------------------*/
.div-tab {
    border-bottom: 2px solid #51a35c;
}

/*---------------
サイトトップ
------------------*/
.top-space {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left:0px;
    margin-bottom: 40px;
}
.top-space li{
    background-color: white;
    margin-bottom: 50px;
    position: relative;
    max-height: 250px;
    max-width: 320px;
    width: calc((100% - 60px) / 3);
    /*flex: 0 0 290px;*/
    margin: 20px 10px;
    /*padding: 15px;*/
    display: inline-block;
    text-decoration: none;
    color: black;
}
.top-spacename {
	color: black;
}
.top-spaceimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.space-more{
	text-align: right;
	margin-right: 20px;
}
/*-- PCサイズ（960px以上）ここまで --*/
}
/*media Queries スマートフォンとタブレットサイズ（959px以下）
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
body {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    line-height: 2;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}
a:hover,a:focus {
    color: #FF0000 !important;
}
.header {
position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    line-height: 20px;
    padding: 0;
    height: 70px;
}
.header_inner{
	width:100%;
	margin:0 auto;
	padding:0 auto;
}
.spaces.large-10 {
	width:100%;
    margin-top: 40px;
}
.content h3 {
    color: #000000;
    margin: 20px 0;
    border-left: 10px solid #51a35c;
    border-bottom: 1px solid #51a35c;
    padding-left: 10px;
    padding-top:5px;
    height: auto !important;
    line-height: 1.5em;
    font-weight: bold;
    font-size:16px;
}
.content h4 {
    color: #000000;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #51a35c;
    font-size: 20px;
}
table.tbl02 tr td.spacename {
    color: #000000;
    padding: 20px 0 10px 10px;
    background:none;
    border-bottom: 2px solid #51a35c !important;
    font-size: 20px;
}
.content, #actions-sidebar {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
.mypage_pc a {
    display: none;
}
.header_inner .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    background-color: #51a35c;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 2px 2px 4px grey;
}
.mypage_sm {
    display: block;
    padding: 8px;
}
.header_menu {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 12px 0;
    position: absolute;
    display:none;
    right: 0;
    z-index: 10000;
    width:230px;
    top:70px;
}
.header_menu .header_g_nav li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color:#51a35c;
}
.header_menu .header_g_nav li a:hover{
	color:#ff0000;
}
ul.header_g_nav {
	list-style:none;
	margin:0 auto;
}
.mypage_sm .main-btn {
    background: #C00000;
    border: 1px solid #b90404;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    margin:10px 0;
    padding:16px;
    border-radius:3px;
    color:#ffffff;
    text-align:center;
    font-size:16px;
    border-radius: 5px;
    display:block;
}
a.main-btn {
	width:100%;
	border-radius:10px;
    color:#ffffff;
    text-align:center;
    font-size:16px;
}
a.main-btn:hover {
    opacity: 0.7;
    color:#ffffff !important;
}
.header {
position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    line-height: 20px;
    padding: 0;
    height: 65px;
}
.header-left {
    margin-left: 8px;
}
.header_inner .header_top .header_logo {
	display:block;
    font-size: 15px;
    height: 70px;
    margin-left:5px;
}
.header_inner .header_top .header_logo .logo {
    display: block;
}
.header_inner .header_top .header_nav_top .header_btn {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin:15px 0;
}
.header_inner .header_top .header_nav_top .header_btn .menu {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-size: 0.7rem;
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(2) {
    top: 10px;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(3) {
    top: 21px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(1) {
    top: -5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(45deg) translateX(10px) translateY(10px);
    transform: rotate(45deg) translateX(10px) translateY(10px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(2) {
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(3) {
    top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.header_inner .header_top .header_nav_top .header_btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}
table thead tr {
    display: none;
}
table tr {
    border-bottom: none;
}
table.tbl02 {
    border: none !important;
    table-layout: fixed !important;
}
table.tbl02 tr td {
    border: none!important;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background-color: #ffffff !important;
}
ul.pagination li.active a {
    background-color: #C00000;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 20px 80px;
    font-size: 1rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey!important;
    background: #C00000;
    width:100%;
}
a.button-new.button.button-delete {
    background-color: #C00000;
    padding: 20px;
}
a.button-new.button.button-delete:hover {
    opacity: 0.7;
    color:#fff !important;
}
a.button:hover{
	opacity:0.7;
	color:#fff !important;
}
hr {
    border-bottom: 1px solid #d5d5d5;
    border-top: 0;
    margin:0 0 35px 0;
}
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}
.tbl02 {
    width: 100%;
    border:none;
}
.tbl02 th,
.tbl02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    margin:0 auto;
}
audio,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
    width:100%;
}
td.wrapper{
	width:100%;
    overflow-x: scroll;
}

ul.pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin: 0 auto;
}
.calender_btn{
	padding-bottom:50px;
}
span.btn_left{
	position:absolute;
	left:40px;
	background:#C00000;
	border-radius:3px;
	padding:3px;
	color:white;
}
span.btn_right{
	position:absolute;
	right:40px;
	background:#C00000;
	border-radius:3px;
	padding:3px;
	color:white;
}
a.head-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left:5px;
}
.header_logo img {
    width: 60px;
}
a:hover,a:focus {
    color: #FF0000 !important;
}
/*--------------------------------------------*/
予約・見学一覧
/*--------------------------------------------*/
table tr th {
    font-weight:bold;
}
table > tbody > tr > th {
    color: #000;
    background-color:#e7ea97;
    border-bottom:none;
    text-align: center;
    padding:10px;
    font-size:18px;
}
table.list th,td{
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:16px;
}
tr.heading {
    display: none;
}
table.list td {
    display: block!important;
    font-size:16px;
    text-align:center;
}
table.list td:before {
    content: attr(data-label);
    font-size: 16px;
    color: #666;
    display: block;
    font-weight:bold;
    margin-bottom: 0.5rem;
}
td.spacename {
    background: #eee;
}
a.button_list {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
    width: 50%;
    background-color: #C00000;
    padding: 10px;
    font-size: 16px;
}
a.button_list2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
    width: 50%;
    background-color: #999;
    padding: 10px;
    font-size: 16px;
}
a.button_list:hover,
a.button_list2:hover{
    opacity: 0.7;
    color: #fff !important;
}
td.spacename img {
    width: 100%;
}

/*-----------------------
ボタン
-------------------------*/
div#buttonarea {
    text-align: center;
    margin: 50px 0;
    display:block;
}
a.btn{
	align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width:85%;
    display:block;
    font-size:1.2em;
    margin:20px auto;
    padding: 10px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #C00000;
    border: 1px solid #b90404;
    box-shadow: 2px 2px 2px grey;
}
a.btn:hover,
a.btn2:hover{
    opacity: 0.7;
    color: #ffffff !important;
}
a.btn2 {
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width: 85%;
    display:block;
    margin:20px auto;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #51a35c;
    border: 1px solid #52a25d;
    box-shadow: 2px 2px 2px grey;
}
/*-----------------------
予約・見学登録確認
-------------------------*/
.check p{
	text-align:center;
	margin:20px 0;
	font-size:16px;
}
table.list2{
	width:100%;
	margin:0 auto;
	border:1px solid #ccc;
}
table.list2 tr th{
	width:25%;
	font-weight:normal;
	text-align:left;
}
table.list2 tr td {
	width:40%;
    font-weight:normal;
    font-size:18px;
    line-height:2em;
}
table.list2 tr th,td{
    border:1px dotted #ccc;
    font-size:16px;
    line-height:2em;
}
/*-----------------------
予約・見学登録確認完了
-------------------------*/
.red_b {
    text-align: center;
    display: block;
    color: #C00000;
    font-size: 16px;
    font-weight: bold;
}
/*-----------------------
個人情報編集
-------------------------*/
.center02{
	text-align:center;
	margin:0 20px;
}
table.form_table {
    width: 100%;
    margin: 0 auto;
}
table.form_table th {
    text-align: left;
    display:block;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #ccc;
}
table.form_table td {
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #ccc;
    display:block;
    width:100%;
}
label.required:after,
table.form_table th.input.required:after {
    content: '必須';
    background-color: #C3232D;
    background:red;
    padding:5px 10px;
    border-radius:3px;
    color:#fff;
    margin-left:10px;
    font-size: 14px
}

select.birthday {
    width: 100%;
}
/*-----------------------
会員メールアドレス登録
-------------------------*/
fieldset {
	border:none;
}
fieldset legend {
    border-bottom: 2px solid #51a35c;
    width: 100%;
    line-height: 1.5rem;
    font-size:18px;
}
legend {
    color: #51a35c;
}
.disc {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 1rem;
}
a.button-inline.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin-top: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 50px;
    font-size: 1rem;
    background: #51a35c;
    border-color: #497f26;
    color: #fff;
    transition: background-color 300ms ease-out;
}
button:hover {
	background: #C00000 !important;
    opacity: 0.7 !important;
    color: #fff !important;
}
.admins.form.large-8.medium-9.columns.content {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.term_checkbox {
    text-align: center;
    display:block;
    margin: 0 20px;
}
.term_checkbox p{
    font-size: 0.875em;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}
.input > label:first-child {
    font-weight: bold;
}
/*-----------------------
会員メールアドレス登録(エラーメッセージ）
-------------------------*/
div.message.error {
    color: #DE4343;
    border: solid 1px #DE4343!important;
    padding: 15px 10px 25px 50px;
    background: url(../img/icon_reminder.png) no-repeat 10px 15px!important;
    background-size: 30px auto!important;
    font-weight:bold;
    font-size:1.0rem;
    margin-top:100px;
    margin-bottom:-50px;
    height:auto;
    text-align:left;
    line-height: 1.5;
}
.errorbox .tit {
    font-size: 0.7rem;
    line-height:1.5;
    font-weight:bold;
    margin-bottom: 0;
}
.error {
    border: 3px solid #e60000 !important;
    background: #ffe1e1 !important;
    border-radius: 3px !important;
}
.wlong {
    width: calc(100% - 30px);
}
.wlong.day{
	width: 100%;
}
.error-message {
    display: inline-block!important;
    margin: 5px!important;
    padding: 2px!important;
    color: #fafafa!important;
    font-size: 12px!important;
    background: #51a35c!important;
    border-radius: 4px!important;
    position: inherit;
}
/*-----------------------
会員メールアドレス登録(変更完了メッセージ）
-------------------------*/
div.message.success {
    color: #51a35c;
    border: solid 1px #51a35c!important;
    padding: 15px 10px 15px 50px;
    background-color:#fff;
    background-size: 30px auto!important;
    font-weight:bold;
    font-size:1.0rem;
    margin-top:100px;
    margin-bottom:-50px;
    height: auto!important;
    text-align:left;
    line-height: 1.5;
}
div.message.success:before {
	display:none;
}

/*-----------------------
エラー画面
-------------------------*/
.error_b {
	margin-top:50px;
    color: #C00000;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
}
.error-text {
    font-size: 1.0rem;
    margin: 20px 0;
}
/*-----------------------
お問い合わせ
-------------------------*/
.box01 {
	padding-top:10px;
    text-align:center;
}
.box01 p {
    text-align: center;
    font-size:16px;
    border-bottom: 2px solid #51a35c;
    width:80%;
    line-height:1.5em;
    margin:20px auto;
}
/*-----------------------
利用規約
-------------------------*/
.terms p {
    line-height: 1.7;
    margin-bottom:20px;
    font-size:16px;
}
.terms ol.list_01 li{
	font-size:16px;
	line-height:1.5;
	padding-left:5px;
	margin-bottom:15px;
}
.terms ol.list_02{
  margin-left:2.5em;
  text-indent:-2.5em;
}
.terms ol.list_02 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  font-size:16px;
  line-height:1.5;
  padding-left:0;
  margin-bottom:15px;
}
.terms ol.list_02 li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
p.text-r {
    text-align: right;
}
/*-----------------------
よくある質問
-------------------------*/
.faqBox .toggleBox {
    line-height: 1.6;
}
.faqBox > ul > li {
	border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
}
.faqBox .ttl.on a:before {
    transform: rotate(45deg);
}
.faqBox .ttl a:before, .faqBox .ttl a:after {
    content: "";
    display: block;
/*--width: 1.25em;--*/
    height: 1px;
    background: #837864;
    top: 50%;
    right: 10px;
    position: absolute;
    transition: .4s transform;
}
.faqBox .ttl a {
    padding: 11px 30px;
    padding-left: 70px;
    display: block;
    font-size: 1.125rem;
    background: url(../img/icon_q.png) no-repeat left top;
/*--position: relative;--*/
    min-height: 50px;
}
.faqBox .ttl a:hover {
    color:#0071BC !important;
    pointer-events: none;
}
.toggleItem {
    padding: 14px 20px;
    padding-left: 70px;
    margin-top: 20px;
/*--display:none;--*/
    background: url(../img/icon_a.png) no-repeat left top;
}
.table_disc {
	font-size:1.2rem;
}
div.message.error:before {
    display: none;
}
/*-----------------------
企業別タブ
-------------------------*/
a.tab-inline {
    background: #ffffff;
    color: #51a35c;
    border-bottom: 1px solid #51a35c;
    display: inline-block;
    border-top: 2px solid #51a35c;
    border-right: 2px solid #51a35c;
    border-left: 2px solid #51a35c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
a.tab-inline-self {
    background: #51a35c;
    color: white;
    display: inline-block;
    border-top: 2px solid #51a35c;
    border-right: 2px solid #51a35c;
    border-left: 2px solid #51a35c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
/*--------------------------------------------*/
/* サイトトップ */
/*--------------------------------------------*/
.top-space {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left:0px;
    margin-bottom: 40px;
}
.top-space li{
    background-color: white;
    margin-bottom: 50px;
    position: relative;
    max-height: 250px;
    max-width: 320px;
    width: calc((100% - 60px) / 3);
    /*flex: 0 0 290px;*/
    margin: 20px 10px;
    /*padding: 15px;*/
    display: inline-block;
    text-decoration: none;
    color: black;
}
.top-spacename {
	color: black;
}
.top-spaceimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.space-more{
	text-align: right;
	margin-right: 20px;
}
/*-- スマートフォンとタブレットサイズ（960px以下）ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px） -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 959px) {

/*-- タブレットサイズ（600px～959px）ここまで --*/
}
@media (min-width: 768px){
.spaces.index.large-12.medium-10.columns.content {
    width: 100%;
    margin: 30px auto;
}
}

@media only screen and (max-width: 420px) {
/*--------------------------------------------*/
/* サイトトップ */
/*--------------------------------------------*/
.top-space {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left:0px;
    margin-bottom: 40px;
}
.top-space li{
    background-color: white;
    margin-bottom: 50px;
    position: relative;
    max-height: 130px;
    max-width: 200px;
    width: calc((100% - 20px) / 2);
    /*flex: 0 0 290px;*/
    margin: 20px 5px;
    /*padding: 15px;*/
    display: inline-block;
    text-decoration: none;
    color: black;
}
.top-spacename {
	color: black;
    margin-bottom: 5px;
    margin-top: 5px;
}
.top-spaceimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.space-more{
	text-align: right;
	margin-right: 20px;
}
}