@charset "utf-8";
/* CSS Document */

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	font-size: small;
}

a {
	color:#920784;
	text-decoration:none;
}

a:hover {
	color:#777;
	text-decoration:underline;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
p {
	color: #333;
}

#wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==========================================
 基本レイアウト
===========================================*/
header, nav, #path, #contents, footer {
	/*max-width: 980px;/*width: 980px*/
	margin: 0 auto 0 auto;
}
/*==========================================
 基本レイアウト
===========================================*/
header {
	width: 100%;
	/*height: 120px;*/
	display: block;
	margin-bottom: 0;
	/*margin: 20px auto 20px auto;*/
	background-color: #ffffff;
}
header #headerwrapper {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
}
header .header_midashi {
	margin: 0;
	padding: 0;
}
header #headerwrapper .headerinner {
	display: table;
	width: 100%;
	margin: 0 0 0 5px;
	padding: 0;
}
header #site_title {
	display: table-cell;
}
header p.slogan {
	display: inline-block;
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 0.5rem;
}
header #site_title h1 {
	vertical-align: bottom;
	text-align: left;
}
header #site_title h1 img.tenlogo {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
 /*　ヘッダー検索
===========================================*/
header .searchtop .searchtoptext_sp {
	display: none;
}
header .searchtop {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	max-width: 450px;
}
header p.searchtoptext {
	display: inline-block;
	font-size: 1.2rem;/*160%;2rem;*/
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
	margin-left: 3rem;
}
/* search box */
dl.search1{
	position:relative;
	background-color:#fff;
	border:2px solid #920784;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-bottom: 0.5rem;
}
dl.search1 dt{
	margin-right: 60px;
	padding: 8px;
}
dl.search1 dt input{
	width: 100%;
	/*height: 25px;*/
	/*line-height: 25px;*/
	background: none;
	border: none;
}
dl.search1 dd{
	position: absolute;
	top: 0;
	right: 0;
}
dl.search1 dd button{
	text-transform: none;
	overflow: visible;
	cursor: pointer;
	display: block;
	padding: 0 15px 8px 0;
	background: none;
	border: none;
}
dl.search1 dd button span{
	display:block;
	width: 30px;
	height: 30px;
	font-size: 1.8rem;
	color: #920784;
	vertical-align: middle;
}
/* search box 中*/
.searchbox .searcharea {
	max-width: 650px;
	margin: 0 auto;
}

/* sns icon */
ul.sns_icon {
	font-size: 3rem;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
ul.sns_icon li {
	display: inline-block;
	margin: 0;
}
ul.sns_icon li a {
	color: #3068c0;
}
ul.sns_icon li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

ul.sns_icon li img {
	max-width: 100%;
	height: auto;
}

/* navgation */
nav {
	position: relative;
	background-color: #3068c0;
	width: 100%;
}
nav ul {
	width: 980px;
	list-style-type: none;
	margin: 0 auto;
	padding-left: 0;
	overflow: hidden;
	font-size: 160%;
	color: #ffffff;
	display: block;
}
nav ul li {
	width: 245px;
	float: left;
	padding: 15px 10px 0 10px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;	
	border-right: 1px solid #959595;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav ul li a {
	color: #ffffff;
	display: block;
}
nav ul li a:hover {
	text-decoration: none;
}

nav ul li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	padding-top: 10px;
	border-bottom: 6px solid #959595;
	display: block;
}
nav ul li a:hover:after {
	width:  100%;
	border-bottom: 6px solid #959595;
}
nav ul li i.fa {
	padding-right: 0.5rem;
}
nav ul li.first {
	border-left: 1px solid #959595;
}
nav ul li.endr {
	background-color: #a40035;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop a {
  display: block;
  z-index: 5;
  padding: 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #e83921;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*==========================================
 footer
===========================================*/
footer {
	width: 100%;
	background: url(../../images/guests/bg_footer.jpg) #0843a2 repeat 0 0;
	position: relative;
}
footer a {
	color: #fff;
}
footer #info_group  {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 0.1rem;
	padding-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
}
footer .footer_img {
    position: absolute;
    top: -40px;
    right: 100px;
    z-index: 0;
}
footer #info_group ul.foot_menu {
	margin: 20px;
}
footer #info_group ul.ftbt {
	margin-bottom: -10px;
}
footer #info_group ul.foot_menu li {
	display: inline;
	margin-right: 20px;
}
footer #info_group ul.foot_menu li.foot_line {
	border-right: 1px solid #fff;
	padding-right: 20px;
}
footer p.foot_logo {
	margin: 1rem;
}
footer #info_group .address_group {
	margin-left: 2rem;
	margin-top: 0.5rem;
	display: flex;
	justify-content: center;
}
footer #info_group ul.foot_ad {
	margin: 10px;
	flex: 0 1 350px;
	text-align: left;
}
footer #info_group ul.foot_ad i.fa {
	margin-right: 0.5rem;
	font-size: 1.2rem;
}
footer #info_group ul.foot_ad li {
	display: block;
	margin-bottom: 0.3em;
}
footer #info_group span.foot_shi {
	background-color: #ffff00;
	padding: 3px 10px 3px 3px;
	margin-right: 1em;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	color: #000;
}
footer #info_group ul.foot_ad li i.fa-phone-square {
	color: #ffff00;
}
footer #info_group p {
	clear: left;
	margin-bottom: 0;
	text-align: center;
}
footer #info_group p small {
	font-size: 0.8rem;
	color: #fff;
}
footer #info_group .foot_txt {
} 
/*==========================================
 main
===========================================*/
main {
	position: relative;
	background-color: #eeeeee;
	display: block;
	/*height: 100%;*/
}

.hero {
	width: 100%;
	position: relative;
	background: url(../../images/guests/bg_hero.jpg) no-repeat center top;
	background-size: cover;
}
.hero h2 {
	margin: 0 auto;
	text-align: center;
}
.hero img {
	max-width: 100%;
	height: auto;
}
.hero h2 img  {
	vertical-align: bottom;
	padding-bottom: 0;
}
.ten_hero {
	background: url(../../images/guests/ten_img.jpg) no-repeat 0 0;
	width: 980px;
	height: 334px;
}
p.tensmall_hero {
	display: none;
	text-align: center;	
}
p.tensmall_hero img {
	max-width: 100%;
	height: auto;
}
.toptxtR {
	text-align: right;
	font-size: 1.2rem;
	font-weight: bold;
}
/*==========================================
 content
===========================================*/
#content {
	max-width: 980px;/*width:980px*/
	margin:  0 auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 0;
	height: 100%;
}
#content:after {
	content:" ";
    display:block;
    clear:both;
}
#content .searchbox {
	margin: 0 auto;
	padding: 40px 20px;
	background: url(../../images/guests/bg_serchbox.png) no-repeat 0 0;
	border: 3px solid #000;
}
#content  p.searchboxtext, #content p.numbertext {
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
}
#content p.numbertext {
	color: #fff100;
}
#content p.free {
	font-size: 1.3rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	background-color: #ff0000;
}
/*==========================================
 container
===========================================*/
#container {
	background-color: #fff;
	margin-bottom: 0;
	/*height: 100%;*/
}
#container section.area {
	margin: 40px 20px 0 20px;
	position: relative;
	clear: both;
}
#container section.area h2 {
	padding: 5px 0 5px 100px;
	background: url(../../images/guests/bg_title.png) repeat-x 0 0;
	font-size: 1.5rem;
	color: #fff;
}
#container section.area img.chara {
	position: absolute;
	top: -40px;
}
#container .top_area {
	margin: 20px 30px 20px 100px;
	font-size: 1.1rem;
	clear: both;

}
.top_area i.fa {
	padding-right: 1rem;
}
/* useful
===========================================*/
p.useful_com {
	margin-bottom: 1rem;
}
.useful_group {
	clear: both;
}
.useful_group ul.useful_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 31px;
	/*float: left;*/
}
.useful_group ul.useful_list li {
	margin: 10px 55px 35px 0;
	flex: 0 1 200px;
}
/*.useful_group figure:nth-child(3) {
	margin-right: 0;*/

.useful_group ul.useful_list li img {
	width: 100%;
}
.useful_group ul.useful_list li p {
	margin: 5px 0;
	/*font-size: 1.1rem;*/
	/*width: 200px;*/
}
/* job
===========================================*/
ul.job_group {
	font-size: 1rem;
	list-style-type: none;
}
ul.job_group li.job_list {
	background: url(../../images/guests/job_list.png) no-repeat top left;
	padding-left: 30px;
	margin-bottom: 1rem;
	line-height: 1.6;
}
p.right {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	text-align: right;
	color: #333333;
}
/* bargain
===========================================*/
.bargain {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 31px;
	vertical-align: middle;
	/**margin: 30px;*/
}
.bargain_left {
	flex: 1;
	margin-right: 1rem;
}
.bargain_left h3 {
	font-size: 1.5rem;
	color: #333;
	margin: 0.5rem 0;
}

.bargain_left i.fa-bookmark {
	padding-right: 1rem;
	font-size: 1.7rem;
	color: #0068b9;
}
.bargain_right {
	/*flex: 2;*/
}
.bargain_left p.bar_right {
	float: right;
	margin: 0.5rem 0 2rem 0;
	font-size: 0.8rem;
}
.bargain_left p.bar_right a {
	background-color: #0068b9;
	margin: 10px 0;
	padding: 6px;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
	border: 2px solid #0068b9;
	color: #fff;
}
.bargain_left p.bar_right a:hover {
	background-color: #fff;
	color: #0068b9;
	text-decoration: none;
}
.bargain_list {
	margin: 0;
	font-size: 1rem;
}
.bargain_list dl.bargain_item {
	float: left;
}

.bargain_list dl.bargain_item dt {
	float: left;
	width: 80%;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.bargain_list dl.bargain_item dd { 
	float: right;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	text-align: center;
	margin-right: 20px;
}
.bargain_list dl.bargain_item dd a {
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
	border: 2px solid #0068b9;
	padding: 3px 0 3px 3px;
	background-color: #0068b9;
	color: #fff;
}
.bargain_list dl.bargain_item dd a:hover {
	background-color: #fff;
	color: #0068b9;
	text-decoration: none;
}

.bargain_list i.fa-info-circle {
	padding-right: 10px;
	/*font-size: 1.5rem;*/
	color: #0068b9;
	/*vertical-align: middle;*/
}

.bargain_list i.fa-angle-double-right {
	margin-left: 0.5rem;
	/*font-size: 1.5rem;*/
}
p.bargain_title {
	font-size: 1.5rem;
	color: #333;
	margin: 0.5rem 0;
	font-weight: bold;
}

.bargain_title i.fa-certificate {
	padding-right: 1rem;
	font-size: 1.7rem;
	color: #0068b9;
}
/* site
===========================================*/
h3.site_title {
	color: #910682;
	margin: 0.5rem 0;
}
h3.site_title i.fa-arrow-circle-right {
	padding-right: 1em;
}
.site_group {
	margin-bottom: 2rem;
}
.site_group ul.site_list li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 20px;
	box-shadow:0px 0px 8px;
    border:1px solid #959595;
}
.site_group ul.site_list li a {
	color: #333;
}
.site_group ul.site_kanren li {
	display: inline-block;
	padding-right: 2rem;
}
.site_group p.site_pr {
	font-size: 0.9rem;
	margin-bottom: 1rem;
}
/* sns
===========================================*/
.sns_group {
	display: flex;
	flex-flow: row wrap;
}
.sns_group .sns_item {
	width: 300px;
	margin-right: 2rem;
	padding: 10px;
}
.sns_group .sns_title {
	margin-bottom: 0;
}
.sns_group .sns_item .fb-page {
	width: 100%;
}
.sns_group p.snstweet {
}

/* パンくずリスト
===========================================*/
ul#breadcrumb {
	padding: 10px;
	margin-left: 1rem;
}
ul#breadcrumb li {
	display: inline;
}
ul#breadcrumb li i.fa {
	margin-right: 0.3rem;
	font-size: 1.2rem;
}
ul#breadcrumb li a {
	color: #000;
}
body .data-d #container {
	margin: 1rem 2rem;
}

/* snsshareボタン 
===========================================*/
#content .sns_area {
	height: 30px;
}
#content ul.snsshare {
	float: left;
	margin: 5px 0 10px 10px;
}
#content ul.snsshare li {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
/* partner_banner ボタン 
===========================================*/
#content .pt_banner {
	width: 980px;
	height: 302px;
	background: url(../../images/guests/bg_partner_banner.jpg) no-repeat 0 0;
	text-align: center;
}
#content .pt_banner p {
}
/* banner_area 
===========================================*/
#content .banner_area {
	margin-top: 30px;
}
#content .banner_area ul {
	margin-left: 60px;
}
#content .banner_area ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .banner_area ul li img {
	width: 200px;
	height: 73px;
}