@charset "utf-8";

body , html {
	color:#444;
	font-family: Meiryo, メイリオ, Osaka,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', arial, helvetica, sans-serif;
	font-size:100%;
	line-height:160%;
	margin:0;
	padding:0;
	letter-spacing :0.1em;
}

/* header */
/* header */
header {
	background: #fff;
	border-bottom: 1px solid #d5e6ef;
}

ul.headerNavi {
	margin-top:-33px;
	float: right;
	font-size: 13px;
}

ul.headerNavi li {
	float: left;
	padding-left: 15px;
}

li.heacon a {
	color: #fff;
	background: #1f548a;
	padding: 6px 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

li.heaout a {
	color: #1d2088;
}

p.heacon {
	float: right;
	margin: -42px 7px 0 0;	
	font-size: 14px;
}

p.heacon a {
	color: #1d2088;
	padding: 20px 25px;
	background: #e7f3ff;
	letter-spacing :0.04em;
	font-weight: bold;
	border-left: 1px solid #d5e6ef;
	border-right: 1px solid #d5e6ef;
}

p.heacon a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight:500;
	color: #286cb1;
	font-size: 19px;
	vertical-align:-2px;
	margin-right: 5px;
}

p.heacon a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.headershain {
	display: table-cell;
	vertical-align: middle;
	width: 580px;
	height: 45px;
	padding-top: 1px;
	margin-left: 240px;
	line-height: 120%;
}

.headershain p {
	font-size: 15px;
	letter-spacing: 1;
	color: #1d2088;
}

.headershain p span {
	font-weight: bold;
}

.logoImg img {
	width: 200px;
	height: auto;
	float: left;
	margin-right: 10px;
	padding: 8px 0 8px 0;
}



p.heacon {
	float: right;
	margin: -42px 7px 0 0;	
	font-size: 14px;
}

p.heacon a {
	color: #286cb1;
	padding: 20px 25px;
	background: #e7f3ff;
	letter-spacing :0.04em;
	font-weight: bold;
	border-left: 1px solid #d5e6ef;
	border-right: 1px solid #d5e6ef;
}

p.heacon a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight:500;
	color: #286cb1;
	font-size: 19px;
	vertical-align:-2px;
	margin-right: 5px;
}

p.heacon a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.logoImg img {
	width: 200px;
	height: auto;
	padding: 11px 0 4px 0;
}

/* wrapper */

.wrapper {
	margin:0 auto 0 auto;
	overflow: hidden;
	padding:0;
	position: relative;
	width:1102px;
}

/* main */
.mainAll {
	background: url(/img/top/main_bk.jpg) no-repeat;
	background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	width: 100%;
}

.mainhuman {
	background: url(/img/top/main.png) no-repeat;
	width: 1102px;
	height: 835px;
	height: auto;
	overflow: hidden;
}

.main {
	width:1102px;
	margin: 0;
	overflow:hidden;
}

.maintopbox {
	margin-top:30px;
}

.mainbox {
	font-size:110%;
	line-height:180%;
}

ul.btnBox {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin:318px 0 0 30px; 
	width: 1040px;
}

ul.btnBox li {
	background: #fff;
	text-align: center;
	margin: 10px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}

ul.btnBox li img {
	margin: 2px 0 0 0;
}

ul.btnBox li {
	/* font-family: 'Noto Sans JP', sans-serif; */
	padding-bottom: 40px;
}

.titel01 {
	background: url(/img/top/title_01.png) no-repeat;
}

.titel02 {
	background: url(/img/top/title_02.png) no-repeat;
}

.titel01 , .titel02 {
	width: 494px;
	height: 116px;
	text-align: center;
	color: #fff;
}

.titel01 h2 , .titel02 h2 {
		font-size: 26px;
		padding: 17px 0 8px 0;
}

.titel01 h4 , .titel02 h4 {
	font-size: 17px;
}

p.btn01 , p.btn02 {
	display: block;
	margin-top: 25px;
}
p.btn01 a {
	border: 3px solid #61d9e4;
}

p.btn02 a {
	border: 3px solid #68abed;
}

p.btn01 a , p.btn02 a  {
	background: linear-gradient(#3b6889, #143658);
	color: #fff;
	/* font-family: 'Noto Sans JP', sans-serif; */
	border-radius: 10px;		
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	font-size: 18px;
	font-weight: bold;
}

p.btn01 a {
	padding: 18px 50px;
}

p.btn02 a {
	padding: 18px 120px;
}

p.btn01 a:before , p.btn02 a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	vertical-align:1px;
	margin-right: 5px;
}

p.btn01 a:hover , p.btn02 a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* footer */

p.copyp {
	padding:15px 0;
	font-size:80%;
	text-align:center;
	color:#ecf8f0;
}

footer {
	background:#3c2e2e;
}

/* etc */

a:hover img {
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity:0.6;
}

a {
	cursor: pointer;
}

a, a:link, a:active, a:visited {
	text-decoration:none;
}

br.clear {
	clear:both;
}

p.text-center {
	text-align: center;
}

.phot-center {
	text-align: center;
	margin: 15px;
}

.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}
.ofi {
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}



.footerHotel {
	text-align: center !important;
	margin: 0 auto !important;
	padding: 10px;
	background: #fff;
}

.footerHotel ul {
	margin: 0;
	padding: 0;
	text-align: center; 
}

.footerHotel li {
	list-style-type: none;
	display: inline-block;
	margin: 0 16px 0 0;
}

.footerHotel li a {
	font-size: 14px;
	color: #333;
}

.footerHotel li a:hover {
	text-decoration: underline;
}

.footerHotel li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight:bold;
	color: #333;
	vertical-align:-1px;
	margin-right: 4px;
}
