@charset "utf-8";
/* CSS Document */
/*PCのみ*/
h3{
	font-size: 1.8em;
}
h2{
padding: 15px 50px;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
h2:before {
  left:0;
}
h2:after {
  right: 0;
}
.logo img{
width: 60%;
margin: 2%;}
.logo p{
}
.kari{
display: block;	
width: 65%;
text-align: center;
margin: auto;
	}
.kari2{
display: block;	
width: 55%;
text-align: center;
margin: auto;
	}
.topsetumei{
	width: 65%;
	margin: auto;
	font-weight: bold;
	line-height: 1.8;
}
.header{
max-width: 90%;
display:flex;
margin: 0 auto;	
justify-content:space-between; /*メニューを右端に置く方法その１*/
align-items:center;}

a{
    text-decoration:none;
    color:#333;
}
nav{
    margin-left:auto; /*メニューを右端に置く方法その２*/
}
a:hover{
    opacity: 0.5;
}
.top img{
z-index: 3;
text-align: center;	
width: 80%;	
}	
section{
width: 75%;	
margin: auto;	
padding-bottom: 60px;}

.rakku video{
margin: auto;
text-align: center;
 width:40%;	
	}
.item {
text-align: center;	
width: 60%;	
margin: auto;	
	}
.item p{
	text-align: left;
}
.item video{
margin: auto;
text-align: center;
 width:90%;	
	}
.rakku{
width: 60%;
margin: auto;
padding: 20px 0;
text-align: center;
}
.rakku img{
width: 40%;	
}
.button{
	display: block;
	width: 70%;
    color:#fff;
	background-color: orangered;
	padding: 1% 20px;
	margin:5% auto;
	border-radius: 50px;
    outline: none;
	text-align: center;
	font-size: 20px;		
	font-weight: bold;
}
.button_pay{
	display: block;
	width: 35%;
    color:#fff;
	background-color: orangered;
	padding: 1% 20px;
	margin:5% auto;
	border-radius: 50px;
    outline: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}
#t-nav{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
    height: 70px;
	padding-top: 5px;
	box-sizing: border-box;
	text-align: right;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#t-nav ul{
}
#t-nav li{
	list-style: none;
	display: inline-block;
}
#t-nav li:not(:last-child){
border-right:1px solid #aaa;
}
#t-nav a {
	display: block;
  text-decoration: none;
  color: gray;
	margin-left: 10px;
	margin-right: 10px; 
}
#t-nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
#t-nav a:hover{
color:#F7CB4D;
border-bottom:2px solid #F7CB4D;
}
/*-------下層ヘッダー-------*/
#g-nav{
	background-color: #ffd700;
	position: relative;
	top:0;
	left:0;
	text-align: left;
	width: 70%;
	padding-top: 10px;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
nav ul{
	width: 100%;
}
nav li{
	list-style: none;
	display: inline-block;
}
nav li:not(:last-child){
border-right:1px solid gray;
}
nav a {
	background-color: #ffd700;
	display: block;
  text-decoration: none;
  color: #663300;
	margin-left: 10px;
	margin-right: 10px; 
}
nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
nav a:hover{
color:#FF4F00;
border-bottom:2px solid #FF4F00;
}

	
.textbox{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.img-frame{
margin-top: 20px;
width: 80%;
height: 40vh;
}
table td{
padding: 10px 30px 10px 30px;
}
table{
  width: 60%;
  border-collapse: collapse;
  margin: 50px 0;
	
}

table tr{
}

table tr *:nth-child(2){
  background: #fff;
}

table th{
  color:darkslategray;
  border:solid 1px 000;
  text-align: left;
  padding: 10px;
}
table td{
  color:#333;
  border:solid 1px 000;
  text-align: left;
  padding: 10px;
}
.inq{
	width:  60%;
	margin: auto
}