@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; 
}

html, body {
  font-size: 62.5%;
  height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth; 
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #303030;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 400; 
}

h1, h2, h3, h4, p, dl, dt, dd, img, a, div {
  padding: 0;
  margin: 0; 
}

ul, ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}

img {
  width: 100%;
  height: auto;
  vertical-align: top; 
}
a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}
table {
	border-collapse: collapse;
	color: #fff;
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
}
th {
	text-align: left;
	background: #4b0951;
	padding: 30px 40px;
	border: solid #772c7f;
	border-width: 0 10px 2px 0;
	vertical-align: top;
}
td {
	padding: 30px 40px;
	background: #825387;
	border: solid #772c7f;
	border-width: 0 0 2px 0;
}

.fee td {
	background: #8f6593;
	border: solid #825387;
	border-width: 0 0 2px 0;
}
.fee td + td{
	text-align: right;
	white-space: nowrap
}
td li {
	list-style-type: disc;
	margin-left: 20px;
}

h1 {
	margin: 0;
	background: url("../images/deco_01.png") no-repeat 50%/850px auto;
}
h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #fff;
	background: url("../images/deco_02.png") no-repeat 50%/850px auto;
	font-size: 4rem;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
}
header {
	text-align: center;
	padding: 50px 20px;
	background: rgb(238,238,238);
	background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}
header img {
	max-width: 190px;
	mix-blend-mode:multiply
}
main {
	background:#4b0951;
	padding: 60px 0 80px;
}
section {
	max-width: 854px;
	margin: 0 auto;
}
#mv {
	margin-bottom: 60px;
}
.greeting {
	border: solid 20px #340639;
	background: #815386;
	color: #fff;
	padding: 60px 30px;
	margin-bottom: 60px;
}
.greeting p:first-of-type {
	margin-bottom: 1em;
}
.tw_link {
	display: block;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	font-size: 2rem;
	margin: 2em auto;
	width: 90%;
}
.tw_link img {
	width: 40px;
	height: auto;
	margin-right: 20px;
}
#informations {
	background: #772c7f;
	padding: 70px 20px;
}
.deals a {
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 3rem;
	border:thick double #fff;
	background: #772c7f url("../images/i_arrow.png") no-repeat 20px 50%/20px auto;
	padding: 10px;
	max-width: 600px;
	margin: 80px auto 0;
}
.deals a:hover {
	transform: translateY(-5px);
}
footer {
	background:#000;
	color: #fff;
	text-align: center;
	padding: 70px 20px;
}

@media screen and (max-width: 750px){
	header{
		padding: 20px;
		background-size: contain
	}
	h1,
	h2{
		background-size: contain
	}
	.column {
		padding: 0 20px;
	}
	.tw_link {
		width: 100%;
		word-break: break-all
	}
	.tw_link span {
		display: none
	}
	th,td {
		padding: 20px
	}
	th,
	th + td{
		width: 100%;
		display: block;
	}
	th {
		border-width: 0 0 2px 0;
	}
	.deals a {
		width: 80%;
	}
}