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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/
.ttl__box {
  font-size: 32px;
  color: #00A18C;
  padding-left: 5px;
  padding-bottom: 5px;
  text-align: center;
  padding-top: 290px;
  position: relative;
}

.ttl__box::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 94px;
    background-color: #00A18C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    margin: auto;
}

.shinsaibashi_wrapper {
  width: 95%;
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
}

/* access */
.accessContainer {
  padding-bottom: 120px;
  background-color: #F0F0F0;
}

.access__wrapper {
  padding: 60px 0 0 0;
}
.access__sub--ttl {
  font-size: 26px;
  padding-bottom: 40px;
  color: #00A18C;
}

.access__box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.access__item--left {
  width: 10%;
  font-size: 18px;
}

.left__text {
  width: 70px;
  text-align-last: justify;
  color: #00A18C;
}

.access__item--right {
  width: 85%;
  padding-left: 30px;
  font-size: 18px;
}

/* time */
.timeContainer {
  margin-bottom: 100px;
}

.time__tbl {
  width: 90%;
  margin: 50px auto 0 auto;
	font-size: 18px;
}

.time__tbl tr th {
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-bottom: 1px solid #50beaa;
}

.time__tbl tr td {
	height: 70px;
	line-height: 70px;
  text-align: center;
}

.time__tbl tr th:nth-of-type(1) {
	width: 28%;
}

.time__tbl tr th:nth-of-type(8) {
	width: 15%;
}

.time__tbl tr th:not(:first-child) {
	border-left: 1px solid #50beaa;
}

.time__tbl tr td:not(:first-child) {
	border-left: 1px solid #50beaa;
}



/* message01 */
.message01 {
  margin-bottom: 100px;
}

.message01__box {
	display: flex;
	margin-top: 60px;
}

.message01__left {
	width: 48%;
	margin-right: 4%;
}

.message01__right {
	width: 48%;
}

.message01__subTtl {
	line-height: 1.6;
}

.message01__txt {
	font-size: 18px;
	line-height: 2;
}

.message01__img {
	display: block;
	width: 100%;
	height: auto;
}

.message01Right__txt {
	margin-top: 5px;
}

.message01__h4 {
	font-size: 18px;
	margin-bottom: 20px;
  color: #00A18C;
}

.message01Outline__tbl {
	width: 100%;
}

.message01Outline__tbl tr th {
	width: 100%;
	padding: 6px 6px 6px 10px;
	background-color: #E6F0F0;
	color: #666666;
}

.message01Outline__tbl tr td {
	width: 100%;
	padding: 6px 6px 15px 10px;
	line-height: 1.8;
}

.message01History__tbl {
	width: 100%;
}

.message01History__tbl tr th {
	width: 20%;
	font-size: 18px;
	padding-bottom: 15px;
}

.message01History__tbl tr td {
	width: 80%;
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 15px;
}

.message01__btn {
    display: block;
    margin: 55px auto 120px auto;
    border: 1px solid #50beaa;
    width: 600px;
    height: 70px;
    line-height: 68px;
    background-color: #50beaa;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    position: relative;
    transition: .2s;
}

.message__btn:hover {
    background-color: transparent;
    color: #000;
}

.message01__btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    right: 30px;
    transition: .2s;
}

.message01__btn::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 30px;
    right: 30px;
    transition: .2s;
}


/******************************************************

タブレットの設定 1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
	
	
}



/******************************************************

タブレットの設定 768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
	
.ttl__box::before {
    bottom: 100px;
}
	
	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
  
/* access */
.accessContainer {
  margin-top: 40px;
  padding-bottom: 60px;
}
  
.ttl__box {
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 150px;
}
  
.ttl__box::before {
  height: 70px;
  bottom: 70px;
}
  
.access__wrapper {
    padding: 20px 0 0 0;
}
  
.access__sub--ttl {
  font-size: 18px;   
  padding-bottom: 25px;
}
  
.access__box {
  margin-bottom: 15px;    
}
  
.access__item--left {
  width: 18%; 
  font-size: 14px;
}
  
.left__text {
  width: 70px;
}
  
.access__item--right {
  width: 82%;
  font-size: 14px;
  padding-left: 15px;
}
  
.access__box iframe {
  height: 185px;    
}
  
.access__box:nth-child(7) {
  margin-bottom: 30px;    
}
  
/* time */
.timeContainer {
  margin-bottom: 35px;    
}

.time__tbl {
  margin-top: 15px;    
}
  
.time__tbl tr th {
	height: auto;
	line-height: normal;
	padding: 15px 0;
  font-size: 12px;
}

.time__tbl tr td {
	height: 50px;
	line-height: 1.8;
	vertical-align: middle;
  font-size: 12px;
}

.time__tbl tr th:nth-of-type(1) {
	text-align: left;
}
	
.time__tbl tr td:nth-of-type(1) {
	text-align: left;
}
  

  
/* message01 */
.message01 {
	margin-bottom: 60px;
}

.message01__box {
	display: block;
	margin-top: 25px;
}

.message01__left {
	width: 100%;
	margin-right: 0;
}

.message01__right {
	width: 100%;
}

.message01__txt {
	font-size: 14px;
}

.message01__img {
	width: 90%;
	margin: 20px auto 0 auto;
}

.message01Right__txt {
	font-size: 12px;
	width: 90%;
	margin: 5px auto 0 auto;
}

.message01__h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.message01Outline__tbl {
	margin-bottom: 20px;
}
	
.message01Outline__tbl tr th {
	padding: 5px 5px 5px 7px;
	font-size: 12px;
}

.message01Outline__tbl tr td {
	padding: 7px 5px 7px 7px;
	font-size: 12px;
}

.message01History__tbl {
	width: 100%;
}

.message01History__tbl tr th {
	font-size: 12px;
	padding-bottom: 8px;
}

.message01History__tbl tr td {
	font-size: 12px;
	padding-bottom: 8px;
}
  
.message01__btn {
  margin: 35px auto 60px auto;
  width: 95%;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
  
.message01__btn::before {
  width: 7px;
  height: 1px;
  top: 16px;
  right: 20px;
}
  
.message01__btn::after {
  width: 7px;
  height: 1px;
  bottom: 16px;
  right: 20px;
}

}


/* index.cssから移植 */

table.top-access-map {
width: 100%;
table-layout: fixed;
}
table.top-access-map td {
width: 50%;
text-align: center;
font-weight: bold;
}
table.top-access-map td iframe {margin-top: 10px;}
@media screen and (max-width: 767px) {
table.top-access-map td {width: 100%; display: block;}
}


/* information */
.information {
	padding: 80px 0 110px 0;
	text-align: center;
}

.infomation__ttl {
	font-size: 32px;
	margin-bottom: 30px;
	color: #000;
}

.informationTtl__en {
	display: block;
	font-size: 21px;
	color: #666;
}

.information__wrapper > h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #000;
}

.information__wrapper > h4 {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
color: #50beaa;
}

.information__txt {
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
}

.information__btn {
	display: block;
	width: 310px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #50beaa;
	transition: .2s;
	font-size: 18px;
	margin: 0 auto 80px auto;
	position: relative;
}

.information__btn::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	background-color: #50beaa;
	position: absolute;
	right: 25px;
	top: 19px;
	transform: rotate(45deg);
}

.information__btn::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	background-color: #50beaa;
	position: absolute;
	right: 25px;
	bottom: 18px;
	transform: rotate(-45deg);
}

.information__btn:hover {
	background-color: #50beaa;
	color: #FFF;
}

.information__btn:hover::before,
.information__btn:hover::after {
	background-color: #FFF;
}

.information__tbl {
	width: 90%;
	max-width: 912px;
	margin: 0 auto 50px auto;
	font-size: 18px;
}

.information__tbl tr th {
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-bottom: 1px solid #50beaa;
}

.information__tbl tr td {
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.information__tbl tr th:nth-of-type(1) {
	width: 28%;
}

.information__tbl tr th:nth-of-type(8) {
	width: 15%;
}

.information__tbl tr th:not(:first-child) {
	border-left: 1px solid #50beaa;
}

.information__tbl tr td:not(:first-child) {
	border-left: 1px solid #50beaa;
}

.informationGroup {
	width: 100%;
	background-color: #d2f0e1;
	border-radius: 15px;
	padding-bottom: 45px;
}

.informationGroup__ttl {
	font-size: 22px;
	height: 75px;
	line-height: 75px;
	color: #000;
	border-bottom: 1px solid #50beaa;
}

.informationGroup__box {
	margin: 30px auto 20px auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.informationGroup__item {
	width: 33.333%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #000;
}

.informationGroup__btn {
	display: block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	background-color: #FFF;
	margin: 0 auto;
	transition: .2s;
	font-size: 18px;
	color: #000;
}

.informationGroup__btn:hover {
	background-color: #666;
	color: #FFF;
}

.informationLink {
	margin-top: 85px;
}

.informationLink__box {
	display: flex;
}

.informationLink__item {
	width: 48%;
	height: 115px;
}

.informationLink__item:first-child {
	margin-right: 4%;
}

.informationLink__btn {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 113px;
	border: 1px solid #50beaa;
	font-size: 26px;
	position: relative;
	transition: .2s;
}

.informationLink__btn::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 3px;
	background-color: #50beaa;
	position: absolute;
	right: 40px;
	top: 51px;
	transform: rotate(45deg);
}

.informationLink__btn::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 3px;
	background-color: #50beaa;
	position: absolute;
	right: 40px;
	top: 60px;
	transform: rotate(-45deg);
}

.informationLink__btn:hover {
	background-color: #50beaa;
	color: #FFF;
}

.informationLink__btn:hover::before {
	background-color: #FFF;
}

.informationLink__btn:hover::after {
	background-color: #FFF;
}




@media screen and (max-width: 767px){
/* information */
.information {
	padding: 45px 0 60px 0;
}

.infomation__ttl {
	font-size: 24px;
}

.informationTtl__en {
	font-size: 16px;
}

.information__wrapper > h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.information__txt {
	font-size: 14px;
	margin-bottom: 20px;
}

.information__btn {
	width: 200px;
	height: 40px;
	line-height: 38px;
	font-size: 12px;
	margin-bottom: 50px;
	text-align: center !important;
}
	
.information__btn::before,
.information__btn::after {
	display: none;	
}

.information__tbl {
	width: 100%;
	margin: 0 auto 30px auto;
	font-size: 12px;
}

.information__tbl tr th {
	height: auto;
	line-height: normal;
	padding: 15px 0;
}

.information__tbl tr td {
	height: auto;
	line-height: 1.8;
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
}

.information__tbl tr th:nth-of-type(1) {
	text-align: left;
}
	
.information__tbl tr td:nth-of-type(1) {
	text-align: left;
}

.informationGroup {
	width: 100%;
	background-color: #d2f0e1;
	border-radius: 10px;
	padding-bottom: 30px;
}

.informationGroup__ttl {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.informationGroup__box {
	margin: 25px auto 20px auto;
	display: block;
}

.informationGroup__item {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.8;
}

.informationGroup__btn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.informationLink {
	margin-top: 60px;
}

.informationLink__box {
	display: block;
}

.informationLink__item {
	width: 100%;
	height: 85px;
}

.informationLink__item:first-child {
	margin-right: 0;
	margin-bottom: 25px;
}

.informationLink__btn {
	line-height: 83px;
	border: 1px solid #50beaa;
	font-size: 18px;
}

.informationLink__btn::before {
	width: 12px;
	right: 20px;
	top: 38px;
}

.informationLink__btn::after {
	width: 12px;
	right: 20px;
	top: 45px;
}

.informationLink__btn:hover {
	background-color: #50beaa;
	color: #FFF;
}

.informationLink__btn:hover::before {
	background-color: #FFF;
}

}


.informationLink__btn:hover::after {
	background-color: #FFF;
}