@charset "UTF-8";
*{margin:0;padding:0;}
html {
	height:100%;
}
body {
	font-size: 16px;
	height:100%;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
	font-weight: 400;
	width:90%;
	max-width: 1030px;
	margin: auto;
	line-height:1.7;
	position:relative;
	letter-spacing:2px;
  height: 100%;
	box-sizing: border-box;
	color: #111111;
}
.sp{
	display:none !important;
}
a{
	text-decoration: none;
	outline: none;
	color: #363636;
}
h1:hover{
	opacity: 1;
}
a:focus, *:focus{ 
	outline:none; 
}
a:hover, .top_price2 li:hover, .side_right li:hover, #cate li:hover, .plan_btn li:hover,.formbtn:hover, .allplan .reservebtn:hover, ul.towazakura_nav li:hover, .newsco:hover, .hall1:hover::before, .hall2:hover::before, ul.pricelist li:hover, .contactbtn:hover, .lookplan .reservebtn:hover{
	-moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: “alpha( opacity=75 )”;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
ul li {
	list-style:none;
}
img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px 0;
}
.logo p{
	width: 130px;
	margin: 0 25px;
}
.logo p.fami{
	width: 112px;
}
.logo p img{
	width: 100%;
}
.title{
	text-align: center;
	font-size: 38px;
	position: relative;
	color: #5ea7d5;
}
.title span{
	background: #fff;
	display:inline-block;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.title:after{
	content: "";
	position: absolute;
	background: #5ea7d5;
	width: 55%;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	height: 2px;
}
@media screen and (max-width:1130px){
.title:after{
	width: 60%;
}
}
@media screen and (max-width:1090px){
.title:after{
	width: 80%;
}
}

.title2{
	background: #5ea7d5;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 30px;
	margin-top: 40px;
}
.txt{
	text-align: center;
	margin-top: 40px;
	font-size: 17px;
}
.txt span{
	color: #ba0000;
	font-size: 14px;
}
.kyouka_type{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.kyouka_type li{
	width:32%;
	padding: 20px 20px 60px;
	text-align: center;
}
.kyouka_type_sub{
	font-size: 15px;
	color: #565656;
}
@media screen and (max-width:1080px){
.kyouka_type li{
	padding: 20px 30px 30px 30px;
}
}
@media screen and (max-width:880px){
.kyouka_type li{
	padding: 20px;
}
}
.kyouka_type li img{
	width:100%;
}
.kyouka_type li .type{
	display: block;
	margin: 20px 0 10px;
	font-weight: 900;
	background: #eee;
	padding: 4px 0;
}
.kyouka_type li .tax{
	font-size: 11px;
}
.mgt130{
	margin-top: 130px;
}
.mgt90{
	margin-top: 90px;
}
.contactbox{
	background: #eff5fa;
	padding: 40px 50px;
	margin-top: 40px;
	border: 2px solid #5ea7d5;
}
.contactbox .txt,
.attention{
	text-align: left;
}
.attention{
	color: #ba0000;
	margin-top: 20px;
	font-size: 14px;
}
.contactbox h4{
	text-align: center;
	font-size: 25px;
}
.fax_link{
	width: 400px;
	margin: 15px auto 0;
	text-align: center;
}
.fax_link a{
	display: block;
	background: #6f6f6f;
	color: #fff;
	padding: 10px 0;
	border-radius: 3px;
}
.fax_link a:hover{
	background: #e3e3e3;
	color: #6f6f6f;
}
.con2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.con2 li{
	background: #fff;
	width: 48%;
	text-align: center;
	padding: 20px 0;
	border: 2px solid #ededed;
	font-size: 14px;
}
.con2 li a{
	pointer-events: none;
}
.con2 li span{
	font-size: 25px;
	display: block;
	font-weight: 900;
	padding-top: 5px;
}
.ft19{
	font-size: 19px !important;
}