@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap');

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

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: #333;
	background-color:#FFF;
	position: relative;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	max-width: 1080px;
}
.pc{display :none;}
.clr{
	clear:both;
}
@media only screen and (min-width: 768px) {
body {
	font-size: 16px;
}
.container {
	padding: 0;
}
.content {
	padding: 0;
}
.pc{display :block;}
.sp{display:none;}
a.bt{
width:200px;
}
a.bt2{
width:600px;
padding:14px;
}
}


#visual {
	margin: 0 auto 0 auto;
	padding: 40px 0 10px;
	max-width: 1080px;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 25px 2.5%;
}
#wrap div.flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    padding: 25px 0 0;
    margin: 0 auto;
}
#wrap div.flexWrap div.reserved,
#wrap div.flexWrap div.voice,
#wrap div.flexWrap div.blog {
    width: 100%!important;
    padding: 0 0 50px;
}

@media only screen and (min-width: 768px) {
#wrap {
    margin: 0 auto;
    padding: 60px 0 60px;
}
#wrap div.flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    padding: 75px 0 50px;
    margin: 0 auto;
}
#wrap div.flexWrap div.reserved,
#wrap div.flexWrap div.voice,
#wrap div.flexWrap div.blog {
    width: 45%!important;
    padding: 0 0 50px;
}

#visual { margin:0 auto;padding:0;}
}


#header{
width:100%;
padding:15px 0;
}

#header .container{
	display: flex !important;
	align-items:center;
	justify-content: center;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}

#header h1{
	line-height:0;
}
.sp h1{
	line-height:0;
	width:50%;
}
@media only screen and (min-width: 768px) {
#header{
padding:15px 0 15px;
}

#header .container p {
	margin-left:10px;
}
}



#footcont{
}
.ftcont{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:30px;
	justify-content: center;
}
.ftcont .bn{
	padding:0;
	margin:0 auto 20px;
	width:100%;
	text-align:center;
}

@media only screen and (min-width: 768px) {
.ftcont{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.ftcont .bn{
	padding:0;
	margin:0 2% 20px;
	width:46%;
}

}
@media only screen and (max-width: 768px) {
.ftcont .container{
	padding:0;
}
}

footer {
    font-size: 10px;
    letter-spacing: 0;
    padding: 30px 0 80px;
    clear: both;
}
footer p {
    text-align: center;
	margin-bottom:0;
	color:#72A6BE;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 20px 0 20px;
    font-size: 10px;
  }
}



.nav-button {
  display: none;
}

#nav ul{
width:900px;
	margin:0px auto;
	display: flex !important;
	align-items:center;
	justify-content: center;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}

#nav li {
  line-height:10px;
	text-align: center;
  padding:0px 5px;
  border-left:1px solid #72A6BE;
  
}

#nav a {
  color: #72A6BE;
  text-decoration: none;
  font-size:16px;
	display:block;
	padding:12px 19px;
}

#nav li:last-child a {
	padding:0 19px;
}

#nav li a:hover,#nav li a.act {
  text-decoration: underline;
}



.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}


