@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
anshinページ用のcssです。
-------------------------------- */

#anshin_top {
	background: url(../images/bg_anshin.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#anshin_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#anshin_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.anshin {
	margin: 30px 60px;
}

.anshin ul {
	margin: 0 auto 50px;
	max-width: 1040px;
}
.anshin li a {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	box-shadow: 0 0 8px gray;
	font-size: 20px;
	padding: 16px 24px;
	text-align: left;
	margin: 20px 10px;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.3;
	background: linear-gradient(to bottom, #f8f8f8, #efefef);
	color: #4d4d4d;
}
.anshin li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.img_left {
	float: left;
	margin-right: 30px;
	width: 150px;
}

.img_left_b {
	float: left;
	margin-right: 30px;
	width: 275px;
}
.text_area {
	min-height: 160px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	background-color: #fff;
	padding: 10px;
}
.img_r {
	float: right;
}

img.img_c {
	max-width: 397px;
	width: 100%;
	margin: 5px auto 0;
	float: right;
	border: 1px solid #ccc;
}
.text_inner {
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
ul.info li {
	float: left;
	margin-top: 8px;
	margin-right: 20px;
	padding-top: 6px;
	border: none!important;
	font-size: 12px;
	line-height: 1;
}
.info img {
	margin-top: -39px;
}
.f_jata {
	background: url("../images/bt_jata.jpg") no-repeat;
	padding-left: 30px;
}
.f_iata {
	background: url("../images/bt_iata.jpg") no-repeat;
	padding-left: 30px;
}

span.supText {
font-size: 100%;
vertical-align: top;
position: relative;
top: -0.1em;
}

span.subText {
font-size: 100%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}


span.subText2 {
font-size: 70%;
}

@media (max-width: 960px)  {
.anshin {
	margin: 30px 20px;
}
	
.img_left {
	width: 120px;
	margin-right: 24px;
}
	
	.img_left_b {
	max-width: 200px;
	margin-right: 24px;
}
.anshin li a {
	font-size: 18px;
	margin: 10px 10px;
}
.text_area {
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px;
}
ul.info li {
	height: auto;
}
}
