@charset "UTF-8";
.fc-red{
  color: #ff0000;
}
.smp {
    display: none;
}

body {
    font-size: 16px;
    min-width: 1000px;
}

p{line-height: 1.7em;}
.box-price{border: solid 2px #ccc; padding: 20px; text-align: center; font-size: 120%;}
.box-pfizer{text-align: center;}
.box-pfizer img{margin: 0!important}
.box-pfizer p{margin: 0!important}



#acMenu {
    display: none;
}

#page_top {
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 50;
    height: 62px;
    width: 62px;
    padding-right: 40px;
}

#top_container {
    width: 100%;
    background-image: url(../img/header_back.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #FFEAEA;
}

#container {
    width: 100%;
    background-image: url(../img/sub_back.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #FFEAEA;
}

/*header*/


#smptop_img {
    display: none
}

#header_back {
    max-width: 1150px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/top_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
}

#header {
    width: 1000px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#header_right {
    width: 300px;
    float: right;
    text-align: right;
    font-size: 10px;
    padding-top: 5px;
    color: #3E342C;
}

#header_right p {
    margin-bottom: 0px;
}

#header_right .top_tel {
    padding-top: 5px;
    margin-top: 0px;
}

#site-title {
    float: left;
}

#site-description {
    font-size: 10px;
    color: #544841;
    padding-top: 7px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-weight: normal;
}


#navigation {
    height: 65px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#navigation img {
    margin: 0px;
}



/*グローバルナビにサブメニューを追加*/

/*==ナビゲーション全体の設定*/
#navi{
	color:#fff;
	text-align: center;
	height: 65px;
    width: 1000px;
	margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
/*ナビゲーションを横並びに*/
#navi ul{
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
}
/*2階層目以降は横並びにしない*/
#navi ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#navi ul li{
	position: relative;
    padding: 0!important
}

/*ナビゲーションのリンク設定*/
#navi ul li a{
	display: block;
	text-decoration: none;
	color: #999;
	padding: 0;
	transition:all .3s;
}

#navi ul li li a{
	padding:10px 15px;
}

#navi ul li a:hover{
	color:#fff;	
}



/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
#navi li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	top:62px;
   left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);   
    /*形状を指定*/
	background:#FFEAEA;
	width:180px;   
    z-index: 4;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
    border-left: solid 1px rgba(84,72,65,0.2);
    border-right: solid 1px rgba(84,72,65,0.2);
    border-bottom:solid 1px rgba(84,72,65,0.2);
}

/*hoverしたら表示*/
#navi li.has-child:hover > ul,
#navi li.has-child ul li:hover > ul,
#navi li.has-child:active > ul,
#navi li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
#navi li.has-child ul li a{
	color: #544841;
	border-bottom:solid 1px rgba(84,72,65,0.2);
	text-decoration: none;
}

#navi li.has-child ul li:last-child a{
	border-bottom:none;
}

#navi li.has-child ul li a:hover,
#navi li.has-child ul li a:active{
	background: #CC2F43;
    color: #fff;
}




/*top-image*/
#top-image {
    clear: both;
    background-color: #222;
    height: 350px;
    margin-bottom: 15px;
}

#sp-image {
    display: none;
}



/*wrap*/
#wrap {
    text-align: left;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    width: 905px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 20px 40px;
    -webkit-box-shadow: 0px -1px 2px -9px #999;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0px -1px 2px -9px #999;
    /* Firefox用 */
    box-shadow: 0px -1px 2px -9px #999;
    /* CSS3 */
}

#main {
    text-align: left;
    overflow: hidden;
    padding: 0;
    width: 100%;
    float: right;
}

#main h3{
	background-image: url(../img/sp_sub_title.gif);
    background-size: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px dashed #CC2F43;
	font-size: 20px;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 15px;
	line-height: 1.2em;
    margin-top: 50px;
}

#top_main {
    text-align: left;
    overflow: hidden;
    width: calc(100% - 220px);
    float: left;
}

#top_main .img {
    padding-top: 7px;
    margin-top: 0px;
}

#top_main .news_title {
    margin-bottom: 10px;
    border-left: solid 3px #CC2F43;
    border-right: solid 3px #CC2F43;
    background: #eee;
    padding: 8px 15px;
}

#top_main .top_news {
    padding-bottom: 10px;
    overflow: hidden;
}

#top_main .top_news .news {
    background-image: url(../img/news_point.gif);
    background-repeat: no-repeat;
    background-position: 10px 17px;
    border-bottom: 1px dotted #4D433C;
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    overflow: hidden;
}

#top_main .top_news .date {
    font-size: 12px;
    color: #534740;
    width: 110px;
    margin: 0px;
    float: left;
    padding-top: 2px;
}

#top_main .top_news .text {
    margin: 0px;
    float: left;
    width: 415px;
    padding-top: 1px;
}

#top_recruit {
    padding-top: 15px;
}

#top_recruit p {
    float: left;
    margin-top: 0px;
    padding-left: 20px;
    padding-top: 10px;
}

#top_recruit img {
    float: left;
}

#top_recruit .recruit_wrap {
    overflow: hidden;
    clear: both;
}

#top_recruit .title {
    float: left;
    width: 170px;
    margin: 0px;
    padding-top: 5px;
    color: #52463F;
    font-weight: normal;
    padding-left: 5px;
    font-size: 20px;
}

#top_recruit .text {
    float: left;
    padding-top: 10px;
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
}


/*side*/
#side {
    overflow: hidden;
    width: 205px;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

#side #s {
    width: 90px;
}

#side .widget-title {
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    color: #FFFFFF;
    background-color: #CC2F43;
    padding: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
}

#side .side_title {
    clear: both;
}

#side .side_navi1 {
    border-right: 3px solid #FFAA55;
    border-bottom: 3px solid #FFAA55;
    border-left: 3px solid #FFAA55;
}

#side .side_navi1 p {
    background-image: url(../img/side_point1.gif);
}

#side .side_navi2 {
    border-right: 3px solid #FFD555;
    border-bottom: 3px solid #FFD555;
    border-left: 3px solid #FFD555;
}

#side .side_navi2 p {
    background-image: url(../img/side_point2.gif);
}

#side .side_navi3 {
    border-right: 3px solid #92DC78;
    border-bottom: 3px solid #92DC78;
    border-left: 3px solid #92DC78;
}

#side .side_navi3 p {
    background-image: url(../img/side_point3.gif);
}

#side .side_navi4 {
    border-right: 3px solid #A3CAF1;
    border-bottom: 3px solid #A3CAF1;
    border-left: 3px solid #A3CAF1;
}

#side .side_navi4 p {
    background-image: url(../img/side_point4.gif);
}


#side .side_navi1,
#side .side_navi2,
#side .side_navi3,
#side .side_navi4 {
    width: 194px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: right;
    margin-bottom: 10px;
}

#side .side_navi1 p,
#side .side_navi2 p,
#side .side_navi3 p,
#side .side_navi4 p {
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 18px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#side .side_navi1 a,
#side .side_navi2 a,
#side .side_navi3 a,
#side .side_navi4 a {
    display: block;
}

#side .img {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    float: right;
    clear: both;
}

#side_right {
    width: 200px;
    float: right;
}

#side_right .img {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}

#side_right .img img {
    width: 100%;
    height: auto;
}

#side_right .youtube {
    width: 100%;
    height: 200px;
}

.side-widget {
    margin-top: 5px;
    float: left;
    width: 205px;
    overflow: hidden;
}

/* footer */

#f_time {
    width: 920px;
    border:solid #F0F0E1 5px;
    margin: 20px auto 30px;
    padding: 30px;
    box-shadow: rgba(33, 35, 38, 0.5) 0px 10px 10px -10px;
    background: #fff;
}
#f_time p{margin: 0; padding: 0;}

#f_time .img {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

#f_time .box1 {
    float: left;
    width: 60%;
}

#f_time p.ttl{background: #CC2F43; color: #fff; border-radius: 5px; padding: 8px 20px; margin: 0 0 10px; font-weight: bold;text-align: center;}
#f_time table{border-top: solid 1px #ccc; border-left: solid 1px #ccc; width: 100%; margin: 0 0 10px;}
#f_time th,#f_time td{border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; padding: 5px 10px; text-align: center;}
#f_time th{background: #FFEAEA;}

#f_time .other{margin: 10px 0;}
#f_time .fc_color{color: #CC2E43;}

#f_time .box1 dl {
    width: 100%;
    background-color: #FFF;
    line-height: 1.4em;
    font-size: 13px;
    margin-top: 0px;
    border-top: 1px none #FFF;
    border-bottom: 1px dotted #4C423B;
    margin-bottom: 0px;
}

#f_time .box3 {
    float: right;
    width: 35%;
    text-align: center;    
}

#f_time .box3 .contact {
    color: #CC2F43;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0;
}

#f_time .box3 .tel {
    color: #CC2F43;
    font-weight: bold;
    font-size: 35px;
    margin:0 0 15px;
    line-height: 1em;
    pointer-events: none;/*クリック無効*/
}
#f_time .box3 .tel a{text-decoration: none;}

#f_time .box3 .caution {
    font-size: 14px;
}
table .name{font-size: 11px; color:#CC2F43;}


#footer_wrap {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

#footer_logo {
    float: left;
    width: 200px;
    font-size: 12px;
}

#footer_logo .logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*footer_menu*/


#footer_menu {
    float: right;
    width: 780px;
    font-size: 12px;
}

#footer_menu .box1 {
    float: left;
    width: 180px;
    height: 150px;
    border-left: 1px solid #EBD9D9;
        margin-bottom: 10px;
}

#footer_menu .box2 {
    float: left;
    width: 200px;
    height: 150px;
    border-left: 1px solid #EBD9D9;
    margin-bottom: 10px;
}

#footer_menu ul {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

#footer_menu li {
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 15px;
    list-style-type: none;
    margin: 0px;
    padding-right: 0px;
}

#footer_menu li ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#footer_bottom {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#footer_bottom .footer_banner {
    float: left;
    width: 630px;
}

#footer_bottom .footer_banner p {
    float: left;
    padding-right: 15px;
}

#footer_bottom .copyright {
    float: right;
    font-size: 10px;
    padding-top: 30px;
    color: #52463F;
    text-align: right;
    width: 370px;
}

#pankuzu {
    font-size: 12px;
    padding-top: 5px;
}

#page_title {
    background-image: url(../img/page_title.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 95px;
    margin: 10px 0;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #CC2F43;
    line-height: 1.2em;
}

.navBar {
    display: none
}
