﻿body{
    letter-spacing: 1.3px;
	font-family: Helvetica,"Helvetica,ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
    background-image: url(../image/container_bg.jpg);
}
@media (min-width: 481px) {
    .sp {
        display: none;
    }
    .sp_slide{
    	display: none;
    }
    body{
    	min-width: 1060px;
    }
}
@media (max-width: 480px) {
.pc {
    display: none;
}
.sp{
    display: block;
}

#container{
	width: 100%;
	margin: 0 auto;
}
.box_inner{
	width: 96%;	
	margin: 0 auto;
	padding: 0 2%;
}
.clear{
	clear: both;
	height: 0;
	font-family: Helvetica,"Helvetica,ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
}
a{
	text-decoration: none;
	color: #555;
}
/*-------------------------
staff_page.html > article_area 
-------------------------*/
.staff_article_box_left{
	width: 96%;
	float: none;
	padding: 0 2%;
}
.staff_article_box_left p{
	line-height: 30px;
    font-size: 15px;
    margin: 5px 0 0 0;
}
p.staff_main_text{
	font-size: 14px;
	line-height: 26px;
	margin: 30px 0 0 0;
}
.staff_article_box_right{
	width: 375px;
	float: right;
	text-align: center;
}
.staff_article_box_left h4{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.article_inner p.staff_page_text{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    color: #f5bdc8;
}
/*-------------------------
access.html > article_area 
-------------------------*/
.access_article_box,{
	padding:  0 20px;
}
.access_article_box p{
	font-size: 18px;
	line-height: 36px;
	padding: 0 20px;
}
.article_inner p.access{
	font-size: 13px;
    line-height: 28px;
    padding: 0 0 20px 0;
}

/*-------------------------
	top_border
-------------------------*/
#border_box{
    z-index: 9999;
    width: 100%;
    position: fixed;
    height: auto;
    padding: 10px 0 10px 0;
    border-top: solid 5px #f08ea0;
    background: #fff;
	box-shadow:  0px 2px 5px 2px rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
  	-moz-box-shadow:  0px 2px 5px 2px rgba(0,0,0,0.1);
    font-family : YuGothic, '游ゴシック', sans-serif;
}
h1{
	font-weight: bold;
    color: #777;
    font-size: 13px;
}
/*-------------------------
	header-sp_menu
-------------------------*/
.sp_menu{
	position: relative;

}
.sp_menu a img{
	position: absolute;
    right: 10px;
    top: 5px;
}

/*-------------------------
	header
-------------------------*/
#header{
	text-align: center;
    padding: 50px 0 0 0;
}
.header_inner{
	width: 96%;
	margin: 0 2%;
}
.header_logo{
	float: none;
}
.header_logo img{
	float: left;
    width: 250px;
    margin: -7px 5px 0 10px;
    padding: 12px 0 4px 0;
}
.header_logo p{
	padding: 5px 10px;
    margin: 7px 0 0 20px;
    background-color: #f5bdc8;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
}
.header_logo a{
    color: #fff;
}
.header_logo strong{
    font-size: 14px;
}
.header_right{
    border: dotted 2px #FBCBD4;
    border-radius: 7px;
    margin: 20px 0 0 0;
    width: 100%;
    padding: 5px 0;
    float: left;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
}
.header_nav{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
}
ul.nav_left{
    margin: 5px 0 0 0;
    float: none;
}
ul.nav_right{
	margin: 30px 0 20px 0;
	float: none;
	width: 96%;
	white-space: nowrap;
	list-style: none;
}
.nav_left li{
	display: block;
	font-weight: normal;
    font-size: 14px;
	border-right: none; 
	border-bottom: solid 1px #ddd;
	vertical-align: middle;
    font-family : YuGothic, '游ゴシック', sans-serif;
}
.nav_right li{
    display: block;
    font-weight: bold;
    font-size: 35px;
}
li.last_child{
	background-position: 65px 17px;
    padding: 0 0 0 30px;
}
.nav_left li a{
	display: block;
    padding: 12px 25px 12px 15px;
}
.nav_right li img{
	margin: 0 0 0 0;
}
.nav_right li a{
    color: #4d4d4d;
}
.nav_left li a:hover{
	opacity: 0.7;
}
.nav_right span{
    padding: 0 0 0 55px;
    font-family: 'arial narrow';
}
.nav_right li:hover{
	opacity: 0.7;
}
.last_child span{
    font-size: 12px;
    padding: 0;
    font-family : YuGothic, '游ゴシック', sans-serif;
}
li.first_child{
	border-right: none; 
	border-left: none; 
	border-bottom: solid 1px #ddd;
}
/*-------------------------
	smal_nav
-------------------------*/
#small_nav{
	background-image: url(../image/small_nav_bg.jpg);
}
#small_nav ul{
	list-style: none;
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 11px 0;
}
#small_nav li{
	float: left;
	color: #4d4d4d;
}
.small_last_child{
	font-size: 11.5px;
    margin: 0 0 0 5px;
    line-height: 19px;
}
.small_last_child a{
	vertical-align: middle;
}
/*-------------------------
	main_area
-------------------------*/
.slide_inner{
    width: 96%;
	padding: 20px 0;
    background-color: rgba(199, 199, 199, 0.3);
}
.slide01{
	background-image: url(../image/main_img01sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
    margin:0;
    padding:0;
/*
	background-size: cover;
	background-position: -435px 0px;*/
}
.slide02{
	background-image: url(../image/main_img03sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;

/*

	min-height: 385px;
	background-size: cover;
	background-position: -435px 0px;*/
}
.slide01 h2{
	font-size: 23px;
    padding: 10px 0 0 0;
    line-height: 29px;
    text-align: center;
}
.slide02 h2{
	font-size: 23px;
    padding: 10px 0 0 0;
    line-height: 29px;
    text-align: center;
}
.slide01 p{
	text-align: center;
    margin: 20px 0;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0;
}
.slide02 p{
	text-align: center;
    margin: 20px 0;
	font-size: 12px;
	line-height: 22px;
}
.slide01 img:hover{
	opacity: 0.7;
}
.slide02 img:hover{
	opacity: 0.7;
}
.bx-wrapper img {
    margin: 40px auto 0 auto;
}
/*-------------------------
	side_area
-------------------------*/
#side_area{
    float: none;
    width: 96%;
    margin: 60px 2% 0 2%;
}
.side_area_inner{
    width: 100%;
    padding: 0;
    border-radius: 3px;
    box-sizing: border-box;
}
.side_title{
	background-image: url(../image/side_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 16px 0 16px 25px;
	margin: 0 0 10px 0;
	text-align: center;
}
.side_box dd{
	background-image: url(../image/side_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	border-bottom: dotted 1px #ccc;
	font-size: 13px;
}
.side_box a{
	padding: 15px 0 15px 27px;
	display: block;
}
.side_box dd:hover{
	opacity: 0.7;
}
dd.last_child{
	border: none;
}
.banner_box{
	width: 100%;
    margin: 0;
}
.banner_box_inner{
	text-align: center;
	margin: 20px 0 0 0;
}
.banner_box_inner img{
	width: 100%;
}
/*-------------------------
	footer
-------------------------*/
#footer{
	background-color: #fff;
	padding: 15px 0;
	margin: 20px 0 0 0;
    box-shadow: 0px -6px 5px -4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -6px 5px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -6px 5px -4px rgba(0,0,0,0.1);
}

.footer_left{
    font-family : YuGothic, '游ゴシック', sans-serif;
	margin: 10px 0 20px 0;
}
.footer_logo{
    margin: -5px 5px 10px 0;
}
.footer_logo img{
    width: 245px;
}
.footer_text_box{
	float: none;
    margin: 0 0 0 5px;
}
.footer_left h5{
    font-size: 10px;
    line-height: 13px;
	color: #4d4d4d;
}
.footer_left strong{
	line-height: 23px;
    font-size: 14px;
    font-weight: bold;
}
.footer_left p{
	font-family: Helvetica,"Helvetica,ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	clear: both;
    font-size: 13px;
    line-height: 22px;
}
.footer_right{
	float: none;
	margin: 8px 0;
}
.footer_right table{
	width: 100%;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
}
.footer_right th{
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
.footer_right td{
	color: #000;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
td.time{
	font-size: 11px;
}
.color_box{
    background-color: #f28ea1;
    border: solid 1px #f28ea1;
    border-bottom: none;
    color: #fff;
}
.footer_nav{
	display: none;

}
.footer_nav dl{
	float: left;
    margin: 0 0 0 18px;
}
.footer_nav dd{
    background-image: url(../image/side_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 2px 0 2px 17px;
}
.footer_nav dd:hover{
	opacity: 0.7;
}
#copy{
	margin: 10px 0 0 0;
	padding: 10px 0;
	background-color: #f08ea0;
	text-align: center;
	font-size: 8px;
	line-height: 16px;
	color: #fff;
}
/*-------------------------
	top
-------------------------*/
#top{
	position: fixed;
	right: 10px;
	bottom: 50px;
}

}