@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_top_cnt01 {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
#tmp_top_kanko {
    background: url("/shared/templates/top/images/kanko_img.png") top left no-repeat;
    width: 757px;
    height: 314px;
    position: absolute;
    bottom: 0;
    left: calc(50vw - 66px);
}
#tmp_top_kanko h2 a {
    background: url("/shared/templates/top/images/kanko_logo.png") top left no-repeat;
    display: block;
    position: absolute;
    width: 230px;
    height: 204px;
    top: 14px;
    right: 129px;
    margin: auto;
}
#tmp_top_kanko h2 span {
	display: block;
    position: relative;
    z-index: -1;
    text-align: left;
    margin: 3px 0 0;
}
#tmp_top_kanko ul {
    list-style: none;
    width: 210px;
    position: absolute;
    bottom: 14px;
    left: 407px;
}
#tmp_top_kanko li {
    width: 210px;
    margin: 0 auto 7px;
    box-shadow: 0 0 3px #A3A3A3;
}
#tmp_top_kanko li a {
    display: block;
    font-size: 128.5%;
    text-decoration: none;
    text-align: center;
    color: #333333;
    background-color: rgba(243,243,243,0.9);
    padding: 4px 5px;
}
/* トップコンテンツ1 */
#tmp_top_cnt02 {
    width: 100%;
    padding: 60px 0 80px;
    justify-content: center;
    background: url("/shared/templates/top/images/cnt02_bg_l.png") calc(50% - 450px) -40px/412px 160px no-repeat,url("/shared/templates/top/images/cnt02_bg_r.png") calc(50% + 460px) -40px/406px 172px no-repeat,url("/shared/images/top_l_bg.png") top left/auto 100% repeat-y,url("/shared/images/top_r_bg.png") top right/auto 100% repeat-y;
    background-color: #fff7d1;
    overflow: hidden;
}
#tmp_top_cnt02 .cnt02 { 
    display: flex;
    justify-content: center;
}
#tmp_top_cnt02 .cnt02 .lcnt {
    width: 370px;
    margin: 20px 40px 0 0;
    position: relative;
}
#tmp_top_emergency {
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    margin: 0 0 41px;
    padding: 8px 7px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 3px #D1C6AE;
}
#tmp_top_emergency h2 {
    color: #B73C4D;
    background: url("/shared/templates/top/images/h_bg_emergency_l.png") top left no-repeat,url("/shared/templates/top/images/h_bg_emergency_r.png") top right no-repeat,url("/shared/templates/top/images/h_bg_emergency.png") top center repeat-x;
    text-align: center;
    font-size: 157.1%;
    padding: 11px 5px 8px;
}
#tmp_top_emergency_cnt {
    padding: 17px 24px;
    min-height: 160px;
}
#tmp_top_emergency_cnt p,
#tmp_top_emergency_cnt li {
    font-size: 114.2%;
}
#tmp_top_emergency_cnt ul {
    list-style: none;
}
#tmp_top_emergency_cnt li {
    margin: 0 0 13px;
    padding: 0 0 0 26px;
    background: url(/shared/images/icon/emergency_icon.png) left 3px no-repeat;
}
#tmp_top_emergency_cnt li a {
    color: #B73C4D;
}
#tmp_top_calendar {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 3px #D1C6AE;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 10px 5px 20px;
}
#tmp_top_calendar h2 {
    color: #564714;
    background: url("/shared/templates/top/images/h_bg_cal_l.png") top left no-repeat,url("/shared/templates/top/images/h_bg_cal_r.png") top right no-repeat,url("/shared/templates/top/images/h_bg_cal.png") top center no-repeat;
    text-align: center;
    font-size: 157.1%;
    margin: 0 0 24px;
    padding: 10px;
    letter-spacing: -2px;
}
#tmp_top_calendar h2 a {
    display: block;
    margin: -10px;
    padding: 10px;
    color: inherit;
    text-decoration: none;
}
#tmp_event_cal_ttl {
    text-align: center;
    font-size: 142.8%;
    font-weight: bold;
    margin: 0 0 5px;
}
#tmp_event_cal_cnt {
    width: 240px;
    margin: 0 auto;
    position: relative;
}
#tmp_event_cal_cnt .calendar {
    margin: 0 auto 12px;
    width: 100% !important;
}
#tmp_event_cal_cnt .calendar tr th {
    font-size: 114.2%;
    background-color: #FAEEB4;
    font-weight: normal;
    padding: 2px;
}
#tmp_event_cal_cnt .calendar tr th:first-child,
#tmp_event_cal_cnt .calendar tr .sun {
    color:#B73C4D;
}
#tmp_event_cal_cnt .calendar tr th:last-child,
#tmp_event_cal_cnt .calendar tr .sat {
    color: #0266A8;
}
#tmp_event_cal_cnt .calendar tr td {
    font-size: 114.2%;
    text-align: center;
    padding: 10px 6px 2px;
    line-height: 1;
}
#tmp_event_cal_cnt .calendar a {
    color: inherit;
}
#tmp_event_cal_cnt .prev,
#tmp_event_cal_cnt .next {
    display: block;
    top: -29px;
    bottom: auto;
    background-color: transparent;
    font-size: 114.2%;
}
#tmp_event_cal_cnt .prev {
    left: 8px;
}
#tmp_event_cal_cnt .next {
    text-align: right;
    right: 3px;
}
#tmp_event_cal_cnt .list {
    display: block;
    text-align: right;
}
#tmp_event_cal_cnt .prev a,
#tmp_event_cal_cnt .next a {
    color: inherit;
    text-decoration: none;
}
#tmp_top_cnt02 .cnt02 .rcnt {
    position: relative;
    margin: 0 -22px 0 0;
}
#tmp_top_life {
    width: 826px;
    background: url("/shared/templates/top/images/scene_bg.png") top left no-repeat;
    padding: 52px 45px 36px 57px;
    position: relative;
    z-index: 1;
}
#tmp_top_life h2 {
    color: #564714;
    text-align: center;
    font-size: 157.1%;
    letter-spacing: -1px;
    margin: 0 25px 35px 0;
}
#tmp_top_life ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#tmp_top_life ul li {
    background: url("/shared/templates/top/images/scene_bg02.png") top left no-repeat;
    width: 152px;
    height: 142px;
    margin: 0 28px 18px 0;
}
#tmp_top_life ul li:nth-child(-n+4) {
    background: url("/shared/templates/top/images/scene_bg01.png") top left no-repeat;
}
#tmp_top_life ul li a {
    display: block;
    color: #564714;
    text-decoration: none;
    text-align: center;
    padding: 10px 3px 18px;
    font-size: 128.5%;
    border: 1px solid transparent;
}
#tmp_top_life ul li a span {
    display: block;
}
#tmp_top_life ul li.life_link01 a .life_img {
    padding: 7px 10px 8px;
}
#tmp_top_life ul li.life_link02 a .life_img {
    padding: 3px 10px 8px;
}
#tmp_top_life ul li.life_link03 a .life_img {
    padding: 17px 10px 8px;
}
#tmp_top_life ul li.life_link04 a .life_img {
    padding: 7px 10px 8px;
}
#tmp_top_life ul li.life_link05 a .life_img {
    padding: 9px 10px 6px;
}
#tmp_top_life ul li.life_link06 a .life_img {
    padding: 9px 10px 6px;
}
#tmp_top_life ul li.life_link07 a .life_img {
    padding: 9px 10px 6px;
}
#tmp_top_life ul li.life_link08 a .life_img {
    padding: 4px 10px 6px;
}
#tmp_top_life ul li.life_link09 a .life_img {
    padding: 3px 10px 6px;
}
#tmp_top_life ul li.life_link10 a .life_img {
    padding: 0 10px 7px;
}
#tmp_top_life ul li.life_link11 a .life_img {
    padding: 28px 10px 17px;
}
#tmp_top_life ul li.life_link12 a .life_img {
    padding: 2px 10px 7px;
}
#tmp_top_life ul li.life_link05 a .life_txt {
    letter-spacing: -2.5px;
}
/* トップコンテンツ2 */
#tmp_top_cnt03 {
    background-color: #ffe8a6;
    padding: 63px 0 50px;
    position: relative;
}
#tmp_top_cnt03:before,
#tmp_top_cnt03:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
#tmp_top_cnt03:before {
    background: url("/shared/images/cnt_l_img.png") top left no-repeat;
    left: 0;
    width: 160px;
    height: 311px;
    z-index: 1;
}
#tmp_top_cnt03:after {
    background: url("/shared/images/cnt_r_img.png") top right no-repeat;
    right: 0;
    width: 196px;
    height: 210px;
}
#tmp_top_cnt03_ttl {
    max-width: 1120px;
    margin: 0 auto 48px;
    text-align: center;
    position: relative;
}
#tmp_top_cnt03_ttl:before,
#tmp_top_cnt03_ttl:after {
    content: "";
    display: block;
    position: absolute;
}
#tmp_top_cnt03_ttl:before {
    background: url("/shared/templates/top/images/cnt03_bg_l.png") top left no-repeat;
    width: 290px;
    height: 230px;
    top: -100px;
    left: -51px;
}
#tmp_top_cnt03_ttl:after {
    background: url("/shared/templates/top/images/cnt03_bg_r.png") top right no-repeat;
    width: 349px;
    height: 233px;
    top: -118px;
    right: 28px;
}
#tmp_top_cnt03 h2 {
    display: inline-block;
    color: #564714;
    text-align: center;
    padding: 6px 0 5px 48px;
    background: url("/shared/images/icon/search_icon_brown.png") left center no-repeat;
    font-size: 157.1%;
    position:relative;
    z-index:1;
}
#tmp_top_gsearch {
    display: flex;
    justify-content: center;
    width: 604px;
    border-radius: 5px;
    box-shadow: 0 0 3px #D1C6AE;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
}
#tmp_top_query {
    border: none;
    border-radius: 5px 0 0 5px;
    width: 484px;
    height: 50px;
    padding: 5px 10px;
}
#tmp_top_func_sch_btn {
    background: #C9E187;
    color: #564714;
    border: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    font-size: 128.5%;
    font-weight: bold;
    letter-spacing: 4px;
    width: 120px;
    height: 50px;
}
#tmp_top_cnt03 .cnt03 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#tmp_top_cnt03 .cnt03 .lcnt {
    width: 300px;
    margin: 0 38px 0 0;
}
#tmp_top_cnt03 .cnt03 .lcnt iframe {
    box-shadow: 0 0 3px #D1C6AE;
    margin: 0 0 40px;
}
#tmp_top_cnt03 .cnt03 .lcnt #tmp_sns_list li {
    box-shadow: 0 0 3px #D1C6AE;
    margin: 0 0 25px;
}
#tmp_top_cnt03 .cnt03 .lcnt #tmp_sns_list {
    list-style: none;
}
#tmp_top_cnt03 .cnt03 .lcnt #tmp_sns_list li a {
    display: block;
    line-height: 0;
}
#tmp_top_cnt03 .cnt03 .rcnt {
    width: 880px;
}
#tmp_top_word {
    display: flex;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 3px #D1C6AE;
    margin: 0 0 77px;
    padding: 5px 4px 4px;
}
#tmp_top_word h3 {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 245px;
    margin: 0;
    padding: 4px 2px;
    color:#564714;
    background:url("/shared/templates/top/images/h_bg_word_left.png") left center repeat-y, url("/shared/templates/top/images/h_bg_word_right.png") right center repeat-y,url("/shared/templates/top/images/h_bg_word_top.png") center top repeat-x,url("/shared/templates/top/images/h_bg_word_bottom.png") center bottom repeat-x,url("/shared/templates/top/images/h_bg_word_left_top.png") left top no-repeat,url("/shared/templates/top/images/h_bg_word_right_top.png") right top no-repeat,url("/shared/templates/top/images/h_bg_word_left_bottom.png") left bottom no-repeat,url("/shared/templates/top/images/h_bg_word_right_bottom.png") right bottom no-repeat;
    font-size: 157.1%;
    position: relative;
}
#tmp_top_word h3 span {
    background: url("/shared/templates/top/images/h_bg_word_l.png") left center no-repeat,url("/shared/templates/top/images/h_bg_word_r.png") right center no-repeat;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #FEE3AD;
    color: inherit;
}
#tmp_top_word ul {
    width: 610px;
    margin: 15px 0 0 16px;
}
#tmp_top_word ul li {
    display: inline-block;
    margin: 0 14px 10px 0;
}
#tmp_top_word ul li:after {
    content: "/";
    font-size: 114.2%;
}
#tmp_top_word ul li:last-child:after {
    content: "";
}
#tmp_top_word ul li a {
    font-size: 107.1%;
    margin:0 14px 0 0;
}
#tmp_top_news {
    color: inherit;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 3px #D1C6AE;
    padding: 24px 30px 9px;
    position: relative;
}
#tmp_top_news h3 {
    width: 32%;
    position: absolute;
    left: 0;
    bottom: 100%;
}
#tmp_top_news .news_cnt:nth-child(2) h3 {
    right: 0;
    margin: auto;
}
#tmp_top_news .news_cnt:nth-child(3) h3 {
    left: auto;
    right: 0;
}
#tmp_top_news h3 a {
    display: block;
    color: #564714;
    background-color: #f1eee8;
    box-shadow: 0 -2px 3px  #D1C6AE;
    text-align: center;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 8px 8px 0 0;
    position: relative;
}
#tmp_top_news .news_cnt.active h3 a {
    background-color: #C3E084;
}
#tmp_top_news .news_cnt.active h3 a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #C3E084 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
#tmp_top_news .news_list,
#tmp_top_news .news_list_link {
    display: none;
}
#tmp_top_news .active .news_list,
#tmp_top_news .active .news_list_link {
    display: block;
}
#tmp_top_news .news_list {
    border-top: 2px dashed #CCCCCC;
    margin: 0 0 8px;
}
#tmp_top_news .news_list li {
    display: flex;
    width: 100%;
    border-bottom: 2px dashed #CCCCCC;
    padding: 14px 0 15px;
}
#tmp_top_news .news_list li span {
    width: 120px;
}
#tmp_top_news .news_list li span,
#tmp_top_news .news_list li a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0;
    font-size: 114.2%;
}
#tmp_top_news .news_list li a {
    letter-spacing: 1px;
    max-width: 518px;
}
#tmp_top_news .news_list li .news_cate {
    background-color: #FDF4C1;
    width: 140px;
    text-align: center;
    margin: 0 20px 0 18px;
    padding: 5px;
    letter-spacing: 1px;
    border-radius: 4px;
    align-self: flex-start;
}
#tmp_top_news .news_list_link {
    text-align: right;
}
#tmp_top_news .news_list_link li {
    display: inline-block;
    margin: 0 0 0 12px;
}
#tmp_top_news .news_list_link li a {
    display: block;
    color: inherit;
    background-color: #C3E084;
    text-decoration: none;
    padding: 5px 7px;
    font-size: 114.2%;
    font-weight: bold;
    border-radius: 4px;
}
.no_javascript #tmp_top_news {
	padding:0;
    background-color: transparent;
    box-shadow: none;
}
.no_javascript #tmp_top_news .news_cnt {
    padding: 24px 30px 9px;
    box-shadow: 0 0 3px #d1c6ae;
    background-color: rgba(255,255,255,0.9);
    margin:0 0 64px;
    position:relative;
}
.no_javascript #tmp_top_news h3 {
	margin:0 !important;
	left:0 !important;
	right:auto !important;
}
.no_javascript #tmp_top_news h3 a {
	background-color: #C3E084;
}
.no_javascript #tmp_top_news .news_cnt h3 a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #C3E084 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.no_javascript #tmp_top_news .news_list,
.no_javascript #tmp_top_news .news_list_link {
    display: block;
}
/* トップコンテンツ3 */
#tmp_top_cnt04 {
    display: flex;
    justify-content: center;
    background: url("/shared/templates/top/images/cnt04_bg.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 83px 0 57px;
}
#tmp_top_cnt04 .lcnt {
    width: 720px;
    margin: 0 80px 0 0;
}
#tmp_top_cnt04 .cnt_banner {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 720px;
    margin: 0 0 39px;
}
#tmp_top_cnt04 .cnt_banner li a {
    display: block;
    line-height: 0;
    border-radius: 4px;
    box-shadow: 0 0 3px #D1C6AE;
}
#tmp_top_cnt04 .cnt_banner li a img {
    width: 100%;
    height: auto;
}
#tmp_top_cnt04 .cnt_service_box {
    display: flex;
    justify-content: space-between;
}
#tmp_top_cnt04 .cnt_service {
    width: 470px;
    background-color: rgba(255,255,255,0.9);
    padding: 9px 5px 25px;
    border-radius: 5px;
    box-shadow: 0 0 3px #D1C6AE;
}
#tmp_top_cnt04 .cnt_service h2 {
    color: #564714;
    background: url("/shared/templates/top/images/h_bg_service_l.png") top left no-repeat,url("/shared/templates/top/images/h_bg_service_r.png") top right no-repeat,url("/shared/templates/top/images/h_bg_service.png") top center no-repeat;
    font-size: 157.1%;
    text-align: center;
    margin: 0 0 5px;
    padding: 9px 20px 12px;
}
#tmp_top_cnt04 .cnt_service ul {
    margin: 0 0 0 26px;
    list-style: none;
}
#tmp_top_cnt04 .cnt_service ul li {
    margin: 0 0 9px;
    padding: 0 0 0 18px;
    position: relative;
}
#tmp_top_cnt04 .cnt_service ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #FACD76;
    position: absolute;
    left: 0;
    top: 0.5em;
}
#tmp_top_cnt04 .cnt_service ul li a {
    font-size: 114.2%;
}
#tmp_top_cnt04 .service_img {
    width: 210px;
    background-color:#FFFFFF;
    box-shadow: 0 0 3px #D1C6AE;
    border-radius: 4px;
    line-height: 0;
    opacity:0.9;
}
#tmp_top_cnt04 .service_img img {
	border-radius:5px;
}
#tmp_top_cnt04 #tmp_top_photo {
    width: 420px;
    height: 420px;
    position: relative;
    background: url("/shared/templates/top/images/photo_news_cnt.png") top center no-repeat;
    top: -14px;
    left: 0;
}
#tmp_top_cnt04 #tmp_top_photo h2 {
    position: absolute;
    top: 9px;
    left: -21px;
    z-index: 1;
}
#tmp_top_cnt04 #tmp_top_photo .photo_img {
    width: 288px;
    height: 193px;
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
#tmp_top_cnt04 #tmp_top_photo .photo_img img {
    width: 100%;
    height: 193px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	object-fit: cover;
}
#tmp_top_cnt04 #tmp_top_photo a {
    color: inherit;
    text-decoration: none;
}
#tmp_top_cnt04 #tmp_top_photo .photo_txt {
    width: 200px;
    font-size: 114.2%;
    line-height: 1.2;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
/* トップコンテンツ4 */
#tmp_top_cnt05 {
    background: url("/shared/templates/top/images/banner_bg04.png") center 38px no-repeat,url("/shared/templates/top/images/banner_bg03.png") bottom center no-repeat,url("/shared/templates/top/images/banner_bg02.png") bottom center repeat-x,url("/shared/templates/top/images/banner_bg01.png") top center repeat;
    text-align: center;
    padding: 73px 0 195px;
}
#tmp_top_cnt05 h2 {
    display: inline-block;
    color: #564714;
    text-align: center;
    margin: 1px 0 44px 8px;
    padding: 2px 0 4px 45px;
    background: url("/shared/images/icon/link_icon.png") left center no-repeat;
    letter-spacing: -2px;
    font-size: 157.1%;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50px;
}
.slick-dots li a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #C9CACA;
	border-radius: 16px;
}
.slick-dots li a span {
	display:block;
	position:relative;
	z-index:-1;
}
#tmp_wrap_top_slide {
    position: relative;
}
#tmp_top_slide {
    text-align: center;
    margin: 0;
}
#tmp_top_slide .slide {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no_javascript #tmp_top_slide .slide {
	height:auto;
}
#tmp_top_slide .slide p,
#tmp_top_slide .slide p a{
    display: block;
    width: 100%;
    height: 450px;
}
.no_javascript #tmp_top_slide .slide p,
.no_javascript #tmp_top_slide .slide p a {
	height:auto;
}
#tmp_top_slide .slide img {
    display: none;
}
.no_javascript #tmp_top_slide .slide img {
	display:block;
    width: 100%;
    height: auto;
}
#tmp_top_slide_btn {
    width: 1220px;
    margin: 0 auto;
    position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
}
#tmp_top_slide_btn .slick-dots,
#tmp_top_slide_btn .slick_btn {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
#tmp_top_slide_btn .slick-dots {
    margin: 0 0 0 40px;
}
#tmp_top_slide_btn .slick_btn {
    width: 25px;
    height: 25px;
    padding: 5px 6px;
    color: inherit;
    background-color: #F1CF82;
    overflow: hidden;
}
#tmp_top_slide_btn .slick_btn .slide-stop{
    display: block;
    border-right: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    width: 12px;
    height: 15px;
}
#tmp_top_slide_btn .slick_btn .slide-play {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #FFFFFF;
}

#tmp_top_slide_btn .slick-dots li {
    width: 19px;
    height: 19px;
    margin: 0 5px 0 0;
}
#tmp_top_slide_btn .slick-dots li a {
    width: 19px;
    height: 19px;
    background-color: #FFFFFF;
    border:1px solid #F1CF82;
    border-radius: 16px;
}
.link_slide {
    text-align: center;
}
.link_slide .slick-dots {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.link_slide .slick_btn {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
}
.link_slide .slick_btn .slide-stop{
    display: block;
    border-right: 4px solid #186BAD;
    border-left: 4px solid #186BAD;
    width: 12px;
    height: 12px;
}
.link_slide .slick_btn .slide-play {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #186BAD;
}
.link_slide .slick-list {
    margin: 0 0 44px;
}
.slick_btn .slide-stop span,
.slick_btn .slide-play span {
    position: relative;
    display: block;
    z-index: -1;
}

.slick-dots li.slick-active a {
    background-color: #186BAD;
}
#tmp_top_slide_btn .slick-dots li.slick-active a {
    background-color: #F1CF82;
    border-color:#FFFFFF;
}
.slick-dots li a:hover:before,
.slick-dots li a:focus:before {
    opacity: 1;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    &:focus {
        outline: none;
    }
    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    &:before,
    &:after {
        content: "";
        display: table;
    }
    &:after {
        clear: both;
    }
    .slick-loading & {
        visibility: hidden;
    }
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    &.slick-loading img {
        display: none;
    }
    display: none;
    &.dragging img {
        pointer-events: none;
    }
    .slick-initialized & {
        display: block;
    }
    .slick-loading & {
        visibility: hidden;
    }
    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide img {
	max-width: 100%;
	max-height: 100%;
}
.prev,
.next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    margin: auto;
    background-color: #FFFFFF;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
/* ==================================================
Emergency
================================================== */
#tmp_wrap_emergency {
    background-color: rgba(255,221,214,0.9);
    padding: 20px 0;
}
#tmp_emergency {
    background-color: #FFFFFF;
    width: 1220px;
    margin: 0 auto;
    padding: 8px 28px 5px;
    border-radius: 4px;
}
#tmp_emergency_ttl {
    color: #B73C4D;
    background: url("/shared/templates/top/images/h_bg_emergency_m_l.jpg") top left no-repeat,url("/shared/templates/top/images/h_bg_emergency_m_r.jpg") top right no-repeat,url("/shared/templates/top/images/h_bg_emergency_m.png") top center no-repeat;
    text-align: center;
    padding: 10px;
}
#tmp_emergency_ttl h2 {
    font-size: 157.1%;
}
#tmp_emergency_cnt {
    padding: 13px 2px 8px;
}
#tmp_emergency_cnt_s + #urgency_list #tmp_emergency_cnt {
    border-top: 2px solid #B73C4D;
}
#tmp_emergency_cnt_s ul {
    padding: 18px 2px 10px;
}
#tmp_emergency_cnt_s ul,
#tmp_emergency_cnt ul {
    list-style: none;
}
#tmp_emergency_cnt_s ul li,
#tmp_emergency_cnt ul li {
    padding: 0 0 0 26px;
    background: url("/shared/images/icon/emergency_icon.png") left top no-repeat;
    font-size: 114.2%;
}
#tmp_emergency_cnt_s ul li {
    line-height: 1.3;
    letter-spacing: 4px;
    margin: 0 0 13px;
}

#tmp_emergency_cnt ul li {
    background-position: left 6px;
}
#tmp_emergency_cnt_s ul li a,
#tmp_emergency_cnt ul li a {
    color: #B73C4D;
    display: block;
    font-size: 112.5%;
    font-weight: bold;
}
#tmp_emergency_cnt_s ul li a {
    letter-spacing: 0;
}

#tmp_emergency_cnt_s .read_all {
    text-align: right;
    padding: 5px 0 21px;
}
#tmp_emergency_cnt_s .read_all a {
    display: inline-block;
    color: #B73C4D;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: bottom;
}
#tmp_emergency_cnt_s .read_all .emergency_list {
    background: #EDEDED url("/shared/images/icon/emergency_icon.png") 9px center no-repeat;
    padding: 8px 19px 7px 35px;
    font-size: 114.2%;
}
#tmp_emergency_cnt_s .read_all .emergency_rss {
    background: #EDEDED url("/shared/images/icon/rss_icon.png") center no-repeat;
    width: 50px;
    height: 40px;
    margin: 0 0 0 6px;
}
#tmp_emergency_cnt_s .read_all .emergency_rss span {
    position: relative;
    display: block;
    z-index: -1;
}
/* ==================================================
Publicity
================================================== */
#tmp_publicity {
    max-width: 1220px;
    margin: 0 auto;
	padding:83px 0 0 0;
	color:inherit;
	background-color:transparent;
	clear:both;
}
#tmp_publicity_ttl {
    text-align: left;
	margin:0 0 11px;
}
#tmp_publicity_ttl a {
    color: inherit;
    text-decoration: none;
    font-size: 157.1%;
}
#tmp_publicity_ttl a:hover {
    text-decoration: underline;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
    text-align: center;
}
#tmp_publicity_cnt ul li {
	margin:0 20px;
	padding:0 0 10px;
	display: inline-block;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}


/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}
