body {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3vw;
}
td {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3vw;
}
a {
  text-decoration: none;
}

a.btn_18 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 180px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #27acd9;
	border: 3px solid #27acd9;
	box-shadow: 5px 5px #27acd9;
	transition: 0.3s ease-in-out;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #27acd9;
}

a.btn_gacha {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 25vw;
	height: 20px;
	padding: 10px 10px;
	margin: auto;
	font-weight: bold;
	border-radius: 10px;
	color: #27acd9;
	border: 3px solid #27acd9;
	box-shadow: 5px 5px #27acd9;
	transition: 0.3s ease-in-out;
}
a.btn_gacha:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #27acd9;
}

a.btn_nml {
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	width: 100px;
	height: 20px;
	padding: 10px 10px;
	font-weight: bold;
	border-radius: 10px;
	color: #27acd9;
	border: 3px solid #27acd9;
	box-shadow: 5px 5px #27acd9;
	transition: 0.3s ease-in-out;
}
a.btn_nml:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #27acd9;
}

h2 {
	position: relative;
	padding: 0.75em 1.5em;
	background: linear-gradient(to top, rgb(39, 172, 217), #45c4ee);
	color: #fff;
	font-size: 40px;
}

.box_01 {
	border: solid 0px #27acd9;
	padding: 1em;
	font-size: 12px;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.google-cal iframe {
  width:100%;
  max-width:800px;
  height:400px;
}

@media (min-width: 750px) {
  .google-cal iframe {
    height:600px;
  }
}

.marker02 {
  color: #27acd9;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 10px;
  font-size: 40px;
}

.Header {
position: fixed; /* ヘッダーを固定する */
top: 0; /* 上部から配置の基準位置を決める */
left: 0; /* 左から配置の基準位置を決める */
width: 100%; /* ヘッダーの横幅を指定する */
height: 35px; /* ヘッダーの高さを指定する */
padding: 10px; /* ヘッダーの余白を指定する(上下左右) */
background-color: #27acd9; /* ヘッダーの背景色を指定する */
color: #000000; /* フォントの色を指定する */
}