@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	font-size:15px;
	font-style: normal;
	font-weight: 400;
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
_:lang(x)::-ms-backdrop, body {
  /* IE11で游ゴシック・游明朝系が崩れる対策 */
  font-family: "メイリオ", Meiryo, sans-serif;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  opacity: 0.7;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  margin: 0;
}
input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
  outline: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
html {
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.7;
	letter-spacing: 0.05em;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
.center {
	text-align: center;
}
.container {
	width: 990px;
	margin: 0 auto;
}
.w_100 {
  width: 100%;
}
.about_div {
	margin: 10% 0;
}
.about_div p {
	font-size: 17px;
	line-height: 2.5;
	float: left;
}
.about_div p span {
  color: #cb1732;
}
.about_div img {
	float: right;
	width: 35%;
}
.btn_01 {
	margin: 10% 0 5%;
	display: block;
}
.btn_p {
  font-size: 17px;
  line-height: 1.5;
	margin-bottom: 7%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.red {
  color: #cb1732;
}
	.table-calty-detail {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 80px;
		margin-top: 7%;
	}
	.table-calty-detail th {
		border-top: 1px solid #dddddd;
		font-size: 15px;
		padding: 10px 10px;
		width: 140px;
		line-height: 2.5em;
	}
	.table-calty-detail td {
		border-top: 1px solid #dddddd;		
		font-size: 15px;
		padding: 10px 10px;
		line-height: 2.5em;
	}
	p.notice {
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #676767;
  line-height: 1.8em;
	}
	.calty-rate {
		padding: 80px 0 100px;
		background: url(../img/bg_01.jpg) center center no-repeat;
		background-size: cover;
	}
	.calty-rate .calty-rate-title {
		text-align: center;
		font-size: 24px;
		color: #222222;
		font-weight: 500;
		margin-bottom: 25px;
	}
	.calty-rate .calty-rate-title span {
		font-size: 32px;
	}
	.calty-rate .calty-rate-title + p {
		text-align: center;
		font-size: 18px;
		line-height: 2em;
		margin-bottom: 35px;
	}
	.list-rate + p {
		text-align: center;
		font-size: 18px;
		line-height: 2em;
		margin-top: 35px;
	}
	.calty-rate .list-rate {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 38px;
	}
	.calty-rate .list-rate > li {
		background: white;
		padding: 35px;
	}
	.calty-rate .list-rate .rate-pic {
		margin-bottom: 25px;
	}
	.calty-rate .list-rate p {
		line-height: 2em;
	}
.btn {
	margin: 30px auto;
	width: 240px;
	position: relative;
	background: #222222;	
	z-index: 5;
}
.btn a, .btn span {
	line-height: 46px;
	display: block;
	text-align: center;
	color: white;
	font-size: 14px;
	border: 1px solid #222;
	text-decoration: none !important;
	position: relative;
}
.btn a:before, .btn span:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	z-index: -1;
	background: white;
	transform-origin: left top;
	transform: scale(0, 1);
	transition: transform .3s;	
}
.btn a:hover:before, .btn span:hover:before {
	transform-origin: right top;
	transform: scale(1, 1);
}
.btn a:hover, .btn span:hover {
	/*animation: jump .2s ease-in-out forwards;*/
	text-decoration: none !important;
	color: black;
	cursor: pointer;
	opacity: 1;
}
.btn.btn-no-arrow a, .btn.btn-no-arrow span {
	color: white;
}
.btn.btn-no-arrow a:hover, .btn.btn-no-arrow span:hover {
	color: #222;
}
.btn.btn-no-arrow a:after, .btn.btn-no-arrow span:after {
	content: none;
}
	.bottom-con {
		margin-bottom: 100px;
		line-height: 2em;
	}
	.bottom-con h3 {
		text-align: center;
		font-size: 24px;
		margin-top: 10%;
	}
.box-border {
	border: 1px solid #cccccc;
	padding: 25px;
	margin: 35px auto;
}
.box-border ul.list, .box-border ol.list {
	margin-bottom: 0;
}
.box-border ul.list > li:last-child , .box-border ol.list > li:last-child {
	margin-bottom: 0;
}
.box-border p:last-child {
	margin-bottom: 0;
}
.page .pic-k-event-1 {
	margin-bottom: 60px;
}
.page .pic-k-event-2 {
	margin-top: 50px;
	margin-bottom: 60px;
}
.box-k-event {
	border: 3px solid #eeeeee;
	padding: 50px;
}
.box-k-event .notice {
  font-size: 12px;
	color: #676767;
	font-family: 'Noto Sans JP', sans-serif;
}
.box-k-event .k-event-1 p {
	font-size: 20px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.box-k-event .k-event-2 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
	margin-bottom: 30px;	
}
.box-k-event .k-event-2 a:first-child {
	font-size: 30px;
	color: #222222;
	font-family: 'Prata', serif;
	display: inline-block;
	background: url(../img/data-tel.png) left center no-repeat;
	background-size: 25px 27px;
	padding-left: 28px;
	margin-left: 15px;	
	margin-bottom: 15px;
}
.box-k-event .k-event-2 a:nth-child(2) {
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #222222;
	margin-left: 30px;
	padding: 0 15px;
	vertical-align: top;
	position: relative;
	top: -3px;
}
.box-k-event .k-event-3 p:first-child {
	font-size: 20px;
	margin-bottom: 20px;
}
.box-k-event-2 {
	border: none;
}
.box-k-event-2 p {
	border-bottom: none !important;
}
.box-k-event-2 div {
	border-bottom: none !important;
}
.code_div {
  position: relative;
	text-align: center;
	margin-bottom: 5%;
}
.code {
  position: absolute;
  top: 31%;
  color: #cb1732;
  width: 100%;
  font-size: 6vw;
  font-family: Tahoma, Segoe UI, Helvetica Neue, Arial, "sans-serif"
}
.code_a {
  position: absolute;
  top: 60%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.code_a img {
  width: 45%
}
.code_kome {
  position: absolute;
  top: 80%;
  width: 100%;
  font-size: 1.6vw;
	font-weight: bold;
  color: #DF0003;
}
.use_div {
  position: relative;
}
.use_div a {
  position: absolute;
  top: 72%;
  left: 42%;
  width: 15%;
}
.cr {
 margin-bottom: 2%;
}
.l-pageTop {
  position: fixed;
  right: 20px;
  width: 100%;
  bottom: 90px;
  height: 0;
  z-index: 100;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.l-pageTop .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-pageTop.__show {
  opacity: 1;
}
.l-pageTop__btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #cb1732;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1200px) {
	.container {
    padding: 0 3%;
  }
}
@media (max-width: 767.98px) {
	p {
		font-size: 4vw;
	}
.container {
		width: 100%;
    padding: 0 5%;
  }
  .pc {
    display: none;
  }
	.about_div p {
		font-size: 4vw;
		margin-bottom: 5%;
		line-height: 2;
	}
	.about_div img {
	float: none;
	width: 100%;
}
  .btn_p {
    font-size: 3.5vw;
		margin-bottom: 15%;
  }
	.calty-detail {
		padding: 35px 0 0px;
	}
	.table-calty-detail {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 40px;
		text-align: left;
	}
	.table-calty-detail, .table-calty-detail tbody, .table-calty-detail tr, .table-calty-detail th, .table-calty-detail td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-calty-detail th {
		border-top: 1px solid #dddddd;
		font-size: 5vw;
		padding: 10px 10px 0px;
		line-height: 2.5em;
	}
	.table-calty-detail td {
		border-top: none;
		font-size: 4vw;
		padding: 0px 10px 20px;
		line-height: 2.5em;
		line-height: 1.8;
	}
		p.notice {
		font-size: 3.5vw;
	}
	.calty-rate {
		padding: 35px 0 100px;
		background: url(../img/bg_01.jpg) center center no-repeat;
		background-size: cover;
		padding-bottom: 10%;
	}
	.calty-rate .calty-rate-title {
		font-size: 5vw;
		margin-bottom: 5%;
		line-height: 1.7;
	}
	.calty-rate .calty-rate-title span {
		font-size: 27px;
	}
	.calty-rate .calty-rate-title + p {
		text-align: left;
		line-height: 2em;
		margin-bottom: 35px;
		font-size: 4vw;
	}
	.list-rate + p {
		text-align: center;
		line-height: 2em;
		margin-top: 35px;
	}
	.calty-rate .list-rate {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
	.calty-rate .list-rate > li {
		background: white;
		padding: 15px;
	}
	.calty-rate .list-rate .rate-pic {
		margin-bottom: 25px;
	}
	.calty-rate .list-rate p {
		line-height: 2em;
	}
	.calty-rate .center {
		font-size: 3.9vw;
	}
	.btn a, .btn span {
	font-size: 4vw;
	}
		.bottom-con h3 {
		font-size: 5vw;
		margin-top: 10%;
	}
	.box-k-event {
		padding: 6%;
		font-size: 4vw;
	}
	.box-k-event .k-event-1 p {
	font-size: 4.5vw;
	}
	.box-k-event .k-event-2 {
		line-height: 2;
	}
	.box-k-event .k-event-2 a:first-child {
	font-size: 8vw;
	margin: 1%;
	
}
.box-k-event .k-event-2 a:nth-child(2) {
	font-size: 3.5vw;
	margin-bottom: 2%;
	padding: 1% 4%;
}
	.box-k-event .k-event-3 p:first-child {
	font-size: 4.5vw;
	margin-bottom: 2%;
}
	.box-k-event .notice {
  font-size: 3vw;
	}
  .code {
    top: 34%;
    font-size: 11vw;
  }
  .code_p {
    top: 45%;
    padding: 0 3%;
    font-size: 4.4vw;
    text-indent: 0px;
  }
  .code_a {
    top: 65%;
    left: 0%;
  }
  .code_a img {
    width: 90%
  }
  .code_kome {
    top: 80%;
    font-size: 4.4vw;
    text-align: left;
    padding: 0 3%;
  }
  .l-pageTop {
    bottom: 13.03vw;
  }
  .l-pageTop__btn {
    width: 7.82vw;
    height: 7.82vw;
		font-size: 2.5vw;
  }
}