@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	text-align: center;
	margin: auto;
	font-family: "Yu Gothic Medium" ,"游ゴシック Medium", "YuGothic", "游ゴシック体" , 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
	font-feature-settings: "palt";
    background-color: #fff066;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:hover {
	color: #55d5b9;
}

a {

    color: #FF5356;
    font-weight:bold;
    font-size: 18px;
	height: auto;
}



.button {
  display: inline;    
}



.button02 a {
    	text-decoration: none;
	
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
background: rgb(241,90,35);
background: linear-gradient(158deg, rgba(241,90,35,1) 0%, rgba(255,139,38,1) 100%);}

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}



.wrapper {
	background-color: #ffffff;
}



table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}
table th {
  width: 22%;
  background: #ffe63f;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
    
    
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
  }









@media screen and (max-width: 321px) {
	.reservation_p {
		width: 86%;
	}
	.reservation_arrow {
		width: 12%;
	}
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
	font-size: 4.5vmin;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
    
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
    
    
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
background: rgb(241,90,35);
background: linear-gradient(158deg, rgba(241,90,35,1) 0%, rgba(255,139,38,1) 100%);}
    
    
    
    
    
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
  }
}    
    
    
    
    
    
    
    
    



@media only screen and (max-width:769px) and (max-width:1000px) { 


}

@media screen and (min-width: 1000px) {
	body {
		max-width: 700px;
    	margin: auto;
	}
	
	footer img {
		position: relative;
	}
	
	nav {
		max-width: 700px;
	}
	
	h2 {
		font-size: 4vmin;
	}
	
	h3 {
		font-size: 4vmin;
	}
	
	h4 {
		font-size: 4vmin;
	}

	h5 {
		font-size: 4vmin;
	}
	
	h6 {
		font-size: 4vmin;
	}
	
	p {
		font-size: 3vmin;
	}
	
	.qa-list dl dd p:first-child {
		font-size: 3vmin;
	}
	
	.corona h4 {
		font-size: 3vmin;
	}
	
}


