﻿*{
	padding:0;
	margin:0;
}
body{
	font-family:"Yu Mincho";
	font-size:88%;
	line-height:1.6;
	letter-spacing:0.15em;
	background-image:url(../img/backimg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:fixed;
}
img{
	vertical-align:bottom;
	width:100%;
}
h1,h2,h3,h4{
	font-size:100%;
}
ul{
	list-style-type:none;
}
.hide{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#wrap{
	width:1000px;
	margin:0 auto;
}
.top{
	background:url(../img/bg_yellow.gif) repeat-y;
	padding:30px;
	margin-bottom:80px;
}
header{
	display:flex;
}
header #logo h1{
	background:url(../img/logo.png) no-repeat;
	width:79px;
	height:484px;
	margin-bottom:50px;
}
header #logo p{
	width:80%;
}
header li{
	font-family:"Yu Mincho";
	font-size:150%;
	font-weight:bold;
	text-align:center;
	width:168px;
	padding:70px 0;
}
header .top_li1{
	background:url(../img/top1.png) no-repeat;
	margin-left:200%;
}
header .top_li2{
	background:url(../img/top1.png) no-repeat;
	margin-left:80%;
}
header .top_li3{
	background:url(../img/top2.png) no-repeat;
	background-position:0px 0px;
	margin-left:200%;
	padding-left:16px;
	padding-top:60px;
}
header #tel{
	position:fixed;
	right:0;
	bottom:0;
	z-index:11;
	margin:0 20px 20px 0;
}
.intro{
	font-size:150%;
	padding:30px;
}
.intro .intro_txt{
	padding:20px;
}
.intro .intro_box{
	display:flex;
	margin-bottom:50px;
}
.intro .selfport{
	width:60%;
	padding:0 40px;
}
.movie{
	width:100%;
	height:0;
	overflow:hidden;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom:40px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mail{
	width:50%;
	margin:0 auto;
	padding:30px;
}
.howto{
	font-size:150%;
	background:yellow;
	width:90%;
	margin:0 auto 50px;
	padding:30px 30px 0;
}
.howto h3{
	width:60%;
	margin:0 auto 30px;
}
.howto p{
	padding-bottom:30px;
}
.flow{
	font-size:150%;
	text-align:center;
	width:90%;
	margin:0 auto 50px;
	padding:30px 30px 0;
}
.flow h3{
	width:40%;
	margin:0 auto 30px;
}
.flow h4{
	font-size:150%;
	color:white;
	background:black;
	display:inline;
	border-radius:10px;
	padding:10px;
}
.flow p{
	padding:30px;
}
.map{
	font-size:150%;
	text-align:center;
	width:90%;
	margin:0 auto 50px;
	padding:30px 30px 0;
}
.map .city{
	padding:20px;
}
.qanda{
	font-size:150%;
	background:url(../img/bottom_deco.png) no-repeat right bottom;
	width:90%;
	margin:0 auto 50px;
	padding:30px;
}
.qanda h3{
	width:150px;
}
.qanda h4{
	font-weight:bold;
	background:yellow;
	display:inline;
}
.qanda p{
	padding-top:20px;
	padding-bottom:40px;
}
.tel{
	width:480px;
	margin:0 auto;
}
footer{
	background:yellow;
	text-align:center;;
	padding:30px;
	margin-top:50px;
}
footer ul{
	width:70%;
	margin:0 auto 20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
footer ul li{
	width:150px;
	margin-bottom:20px;
}
footer ul li a{
	color:black;
	text-decoration:none;
}

/*________privacy_policy__________*/
#privacy_p{
	font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
	width:100vw;
	height:auto;
	margin-top:50px;
}
.policy{
	width:900px;
	height:auto;
	margin:0 auto;
	margin-bottom:50px;
}
.policy h1{
	font-size:16pt;
	padding:15px;
}
.policy h2{
	margin-top:20px;
	margin-bottom:10px;
	font-size:15px;
}
