@charset "UTF-8";
/*
Theme Name: レスポンシブテンプレート
Theme URI: 
Description: サインズ
Version: 1.0
Author: sains
Author URI: 
*/

/******************
画像位置ぞろえ[共通]
******************/

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin-left: auto;
	display:block;
}

img.alignleft{
	text-align: left;
}

/******************
オールクリア[共通]
******************/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}

body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:94%;
	color:#323232;
	line-height:1.8em;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

li{
	list-style-type:none;	
}

a{
	color:#ffffec;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover{
	color:#ffe76e;
}

a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
		outline:none;
		box-shadow: #000 0 0 0;
}

a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

table{
	border-collapse:collapse;
	border-color: #333333;
}

th{
	font-weight:500;
}

td{
	vertical-align:top;
}

h2 {
	letter-spacing: .1vw;
}

/******************
汎用[共通]
******************/
.top-main-wrap {
	width: 100%;
	margin: 0 auto;
}

.top-main-area {
	background-image: url(./images/top2/main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  .top-main-area {
    min-height: -webkit-fill-available;
  }
}

.main-txt {
	position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
}

.main-txt p {
	text-align: center;
	color: #fff;
}

.Mtxt-1 {
	font-size: 1.8vw;
	letter-spacing: .015vw;
	line-height: 2.5vw;
}

.Mtxt-2 {
	font-family: 'Caveat', cursive;
	font-size: 8vw;
	line-height: 5.6vw;
	font-weight: 100;
}

.logo-position {
	position: relative;
}

.header-logo img {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 130px;
}

.scroll-area a {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}

.scroll-area a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
}

.scroll-area a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}




.main-box-txt {
	display: flex;
	justify-content: space-around;
}

.box-txt {
	text-align: center;
}

.box-txt1 {
	margin: 10px 0;
}

.box-txt1 p {
	line-height: 120%;
	font-weight: 600;
	font-size: 150%;
}

.rink-btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: .8em 2em;
  width: 200px;
  color: #333;
  transition: 0.3s;
	border: 1px solid #000;
}

.rink-btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transition: 0.3s;
}

.rink-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em + 5px);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transition: 0.3s;
}

.rink-btn a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
}

.rink-btn a:hover::before {
  right: 1.8em;
}

.rink-btn a:hover::after {
  right: calc(1.8em + 5px);
}




.front-wrap {
	width: 100%;
	margin: 50px auto 0;
	background: #f5fafa;
	overflow: hidden;
}

.front-area {
	width: 80%;
	margin: 0 auto;
	display: flex;
	padding: 90px 0;
}

.front-left {
	margin-right: 15%;
}

.front-txt {
	margin-top: 15px;
}

.front-table {
	margin-top: 20px;
	margin-left: 35px;
	width: 400px;
}

.front-table th {
	text-align: left;
	padding-top: 20px;
	position: relative;
}

.front-table th::before {
	content: "";
	position: absolute;
	top: 2rem;
	left: -2rem;
	width: 15px;
	height: 1px;
	background: #000;
	display: block;
}

.front-right {
	width: 40%;
}

.img-2 {
	margin-top: 20px;
}

.access-wrap {
	margin: 100px 0;
}

.access-area {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

.access-left {
	width: 55%;
}

.access-right {
	width: 35%;
	margin-left: 10%;
}

.access-txt {
	margin: 15px 0;
}

/**フッター**/
.footer-wrap {
	background: #dcdcdc;
	padding: 35px 0 10px;
}

.footer-area{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.footer-Rarea {
	display: none;
}
.footer-Larea img {
	width: 120px;
	margin-bottom: 10px;
}

.footer-Larea p {
	font-size: 110%;
	line-height: 20px;
	letter-spacing: .05vw;
}

.footer-Rarea img {
	width: 200px;
	margin-top: 20px;
}

.c-right {
	font-size: 85%;
	margin-left: 10%;
	margin-top: 20px;
}

@media screen and (max-width: 876px) {
	.main-box-txt {
		flex-direction: column;
		margin-top: 20px;
	}
	
	.box-txt-smt {
		margin-top: 20px;
	}

	.access-wrap {
		margin: 70px 0;
	}

	.access-area {
		flex-direction: column;
		width: 90%;
	}

	.access-left {
		order: 2;
		width: 100%;
	}

	.access-right {
		margin-left: 0;
		margin-bottom: 40px;
		width: 100%;
	}

	.access-txt {
		float: left;
	}

	.access-right ul {
		float: right;
	}
}

@media screen and (max-width: 1024px) {
	.top-main-area {
		background-image: url(./images/top2/main-smt.jpg);
	}

	.header-logo img {
		width: 100px;
	}
	.main-txt {
		top: 48%;
	}
	.Mtxt-1 {
		font-size: 4.8vw;
		line-height: 5.5vw;
	}
	.Mtxt-2 {
		font-size: 15vw;
		line-height: 9.6vw;
	}
	.front-area {
		flex-direction: column;
		width: 90%;
		padding: 70px 0;
	}

	.front-left {
		margin-right: 0;
	}

	.front-right {
		width: 100%;
		margin-top: 60px;
		display: flex;
	}

	.front-right img {
		width: 49%;
	}

	.img-2 {
		margin-left: 2%;
		margin-top: 0;
	}
}

@media screen and (max-width: 598px) {
	.access-txt {
		float: none;
	}

	.access-right ul {
		float: none;
	}
}

@media screen and (max-width: 560px) {
	
	.front-right {
		flex-direction: column;
	}

	.front-right img {
		width: 100%;
	}

	.img-2 {
		margin-left: 0;
		margin-top: 20px;
	}

	.footer-wrap {
		padding: 20px 0 30px;
	}

	.footer-area {
		flex-direction: column;
		width: 90%;
	}

	.footer-Larea {
		order: 2;
		margin-top: 20px;
	}
	.footer-Rarea img {
		margin: 20px 0;
	}	

	.c-right {
		width: 90%;
		margin: 20px auto 0;
		font-size: 65%;
	}
}

@media screen and (max-width: 510px) {
	.rink-btn2 a {
		margin: 0 auto;
	}
	.header-logo img {
		width: 20vw;
	}
}

@media screen and (max-width: 932px) {
	.footer-Rarea {
		flex-direction: column;	
	}
}