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

/* 基本-モバイルファースト ======================================================================================================== */
#container h1{
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main_slider{
	margin-bottom: 30px;
}
#main_slider .bx-wrapper .bx-pager.bx-default-pager{
	text-align: center;
}
#main_slider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 30px;
	height: 5px;
	outline: 0;
	border-radius: 0px;
}
#main_slider .bx-wrapper .bx-controls-direction a{
	margin-top: -25px;
}


#container h2.top_copy{
	font-size: 4vw;
	font-weight: bold;
	color: #12245a;
	margin-bottom: 20px;
}

#top_menu{
	background-color: #EEE;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: solid 3px #ff8c37;
	border-bottom: solid 3px #ff8c37;
	padding: 4vw 0;
}
#top_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_menu li{
	width: 33%;
	margin-bottom: 2%;
	position: relative;
}
#top_menu .tenjijyo_btn a{
	display: block;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background-color: #ff8c37;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
}
#top_menu .tenjijyo_btn a::after{
	border-color: #FFF;
}
#top_menu .copy{
	font-size: 4vw;
	font-weight: bold;
	color: #12245a;
	margin-top: 20px;
	text-align: center;
}

#top_menu .dropdwn_menu{
	display: none;
	width: 100%;
	position: absolute;
	top: 2.5vw;
	left: 0;
}
#top_menu .dropdwn_menu li{
	width: 100%;
	margin-bottom: 2vw;
}
#top_menu .dropdwn_menu li a{
	display: block;
	width: 100%;
	font-size: 4vw;
	line-height: 1;
	font-weight: bold;
	padding: 3vw 0;
	text-decoration: none;
	border: solid 2px #2270ff;
	background-color: #FFF;
	text-align: center;
	border-radius: 5px;
}
#top_menu .dropdwn_menu li:nth-child(1) a{ border-color: #2270ff; }
#top_menu .dropdwn_menu li:nth-child(2) a{ border-color: #ff5a81; }




#topics h2{
	background-image: url(../images/news_point.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 240px auto;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #12245a;
	text-align: center;
	position: relative;
}
#topics h2::after{
	content: "";
	display: block;
	background-image: url(../images/img_dog.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#topics #topics_inner{
	height: 200px;
	overflow: hidden;
}
#topics #topics_inner ul{
	height: 200px;
	overflow: auto;
}
#topics #topics_inner li{
	border-bottom: solid 1px #DDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#topics #topics_inner li .blog_latest_date{
	display: block;
}
#topics #topics_inner li .blog_latest_title{
	/* display: none; */
}
#topics #topics_inner li .blog_latest_text{
}



#sns{
	border: solid 5px #f2f506;
	padding: 10px;
	margin-left: 4vw;
	margin-right: 4vw;
	border-radius: 10px;
}
#sns h2{
	font-size: 20px;
	font-weight: bold;
	color: #12245a;
	text-align: center;
}
#sns ul{
}
#sns li{
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: solid 3px #f2f506;
	margin-top: 10px;
	padding-top: 10px;
}
#sns li .icon{
	margin-right: 10px;
}
#sns li .icon img{
	max-width: 130px;
	max-height: 50px;
}
#sns li .figcaption{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 5px;
}
#sns li .qr img{
	max-width: 70px;
	max-height: 70px;
}



#information{
}
#information ul{
	margin-bottom: 10px;
}
#information li{
	background-color: #f2f506;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
}
#information li dl{
}
#information li dt{
	color: #e41611;
	font-weight: bold;
	font-size: 6vw;
	text-align: center;
}
#information li dd{
}
#information li dd p{
}
#information li dd .img{
	width: 200px;
	margin: 20px auto 0;
}



#area_info{
	position: relative;
}
#area_info .photo{
	width: 90%;
	margin: 0 0 0 auto;
	z-index: 1;
	position: relative;
}
#area_info .text a{
	display: block;
	text-decoration: none;
	width: 90%;
	background-color: #5cc030;
	color: #FFF;
	padding: 20px;
	margin-top: -20px;
	z-index: 10;
	position: relative;
	text-align: right;
}
#area_info .text h2{
	width: 200px;
	text-align: left;
}
#area_info .text h2 img{
}
#area_info .text p{
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}
#area_info .text .more{
	display: inline-block;
	margin: 0 0 0 auto;
	border-bottom: solid 1px #FFF;
}
#area_info .point01{
	position: absolute;
	top: 22vw;
	left: 5vw;
	width: 20vw;
	z-index: 150;
}
#area_info .point02{
	position: absolute;
	top: 36vw;
	right: 5vw;
	width: 25vw;
	z-index: 150;
}
#area_info .point03{
	position: absolute;
	top: 5vw;
	right: 10vw;
	width: 8vw;
	z-index: 150;
}


#voice{
}
#voice .title{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
#voice .title::before{
	content: "";
	display: block;
	background-image: url(../images/voice_img01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	width: 71px;
	height: 60px;
}
#voice .title::after{
	content: "";
	display: block;
	background-image: url(../images/voice_img02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	width: 64px;
	height: 60px;
}
#voice .title .box{
	text-align: center;
	margin: 0 10px;
}
#voice .title .box h2{
	font-size: 20px;
	font-weight: bold;
	color: #12245a;
	text-align: center;
	border-bottom: solid 5px #f2f506;
	margin-bottom: 5px;
}
#voice .title .box p{
	font-weight: bold;
	color: #12245a;
}
/*
#voice ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice li{
	width: 48%;
	margin-bottom: 4%;
}
#voice li a{
	display: block;
	text-decoration: none;
}
#voice li .photo{
	position: relative;
	margin-bottom: 10px;
}
#voice li .photo::after{
	content: "";
	background-image: url(../images/bg_lick.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -5px;
	right: -5px;
	z-index: -10;
}
#voice li .text{
}
#voice li .text h3{
	text-align: center;
	color: #12245a;
	font-weight: bold;
	border-bottom: solid 2px #f2f506;
	margin-bottom: 5px;
}
#voice li .text p{
}
*/
#voice .list_btn{
	margin-top: 20px;
}
#voice .list_btn a{
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #f2f506;
	padding: 10px;
	border-radius: 5px;
}


#other{
	padding: 20px 0;
	background-color: #beefff;
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3) , inset 0px -10px 10px -10px rgba(0, 0, 0, 0.3);
}
#other .contents_size{
	position: relative;
}
#other h2{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #12245a;
	text-align: right;
	margin-top: -30px;
}
#other .point{
	position: absolute;
	top: -20px;
	left: 4vw;
}
#other .point img{
	height: 60px;
}
#other .flex{
}
#other .article{
	margin-top: 20px;
}
#other .article a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
#other .article .photo{
	width: 50%;
}
#other .article .text{
	width: 46%;
}
#other .article .text dt{
	font-weight: bold;
	color: #12245a;
}
#other .article .text dd{
	font-size: 12px;
}



#recommend .title{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
#recommend .title::before{
	content: "";
	display: block;
	width: 43px;
}
#recommend .title::after{
	content: "";
	display: block;
	background-image: url(../images/img_pc.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	width: 43px;
	height: 60px;
}
#recommend .title .box{
	text-align: center;
	margin: 0 10px;
}
#recommend .title .box h2{
	font-size: 20px;
	font-weight: bold;
	color: #12245a;
	text-align: center;
	border-bottom: solid 5px #e41611;
	margin-bottom: 5px;
}
#recommend .title .box p{
	font-weight: bold;
	color: #12245a;
}
#recommend .list_btn{
	margin-top: 20px;
}
#recommend .list_btn a{
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #e41611;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
}
#recommend .list_btn a::after{
	border-color: #FFF;
}
#recommend .bx-wrapper .bx-controls-direction a{
	background-color: #e41611;
}
#recommend .bx-wrapper .bx-controls-direction a.bx-prev::before,
#recommend .bx-wrapper .bx-controls-direction a.bx-next::before{
	border-color: #FFF;
}
#recommend .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -50px;
}
#recommend .bx-wrapper .bx-controls-direction a.bx-next{
	right: -50px;
}






/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){



}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#container h1{
	font-size: 12px;
}

#main_slider{
    overflow: hidden;
    padding-bottom: 20px;
}
#main_slider #image-bloc {
    height: 290px;
}
#main_slider .bx-viewport {
    overflow: visible!important;
    width: 960px!important;
}
#main_slider .bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main_slider .bxslider li {
    width: 960px!important;
    margin: 0;
    padding: 0;
}
#main_slider .bx-wrapper .bx-controls-direction a {
	background-color: transparent;
}
#main_slider .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0px;
}
#main_slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0px;
}

#container h2.top_copy{
	font-size: 14px;
	margin: 30px 0;
}


#top_menu{
	border-width: 8px;
	padding: 60px 0;
}
#top_menu ul{
	justify-content: center;
}
#top_menu li{
	width: 30%;
	text-align: center;
	margin-bottom: 50px;
}
#top_menu .tenjijyo_btn a{
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	padding: 20px;
}
#top_menu .tenjijyo_btn a::after{
	right: 23px;
}
#top_menu .copy{
	font-size: 24px;
	margin-top: 40px;
}

#top_menu .dropdwn_menu{
	top: 60px;
}
#top_menu .dropdwn_menu li{
	margin-bottom: 10px;
	width: 50%;
	float: left;
}
#top_menu .dropdwn_menu li a{
	font-size: 20px;
	padding: 0;
	border-radius: 5px;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	border-width: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_menu .dropdwn_menu li a:hover{
	background-color: #2270ff;
	color: #FFF;
}
#top_menu .dropdwn_menu li:nth-child(2) a:hover{ background-color: #ff5a81; }



#topics h2{
	background-size: auto;
	padding-top: 30px;
	font-size: 30px;
}
#topics h2::after{
	right: 250px;
}
#topics #topics_inner li{
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#topics #topics_inner li .blog_latest_date{
	white-space: nowrap;
	margin-right: 20px;
}
#topics #topics_inner li .blog_latest_text{
	flex: 1;
}


#sns{
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
}
#sns h2{
	font-size: 40px;
	margin-bottom: 20px;
}
#sns ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
#sns li{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: none;
	border-left: solid 3px #f2f506;
	margin:0;
	padding: 0;
}
#sns li:first-child{
	border-left: none;
}
#sns li .icon img{
	max-width: 110px;
	max-height: 30px;
}
#sns li .figcaption{
	font-size: 20px;
}


#information ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#information li{
	width: 230px;
}
#information li dt{
	font-size: 26px;
}
#information li dd{
}
#information li dd p{
}
#information li dd .img{
	width: auto;
}
#information li dd .img img{
	max-width: 100%;
	height: auto;
}




#area_info .photo{
	width: auto;
	text-align: right;
}
#area_info .text a{
	width: 460px;
	color: #FFF;
	padding: 30px;
	margin-top: -200px;
}
#area_info .text h2{
	width: auto;
}
#area_info .text p{
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#area_info .point01{
	top: 50px;
	left: 80px;
	width: auto;
}
#area_info .point02{
	top: inherit;
	bottom: 20px;
	right: 250px;
	width: auto;
}
#area_info .point03{
	top: 30px;
	right: 50px;
	width: auto;
}


#voice .title::before{
	width: 227px;
	height: 193px;
}
#voice .title::after{
	width: 189px;
	height: 177px;
}
#voice .title .box{
	margin: 0 20px;
}
#voice .title .box h2{
	font-size: 40px;
	margin-bottom: 10px;
}
#voice .title .box p{
	font-size: 16px;
}
/*
#voice li{
	width: 210px;
	margin-bottom: 40px;
}
#voice li .photo{
	margin-bottom: 20px;
}
#voice li .photo::after{
	bottom: -10px;
	right: -10px;
}
#voice li .photo img{
	max-width: 100%;
	height: auto;
}
#voice li .text h3{
	font-size: 16px;
}
*/
#voice .list_btn a{
	width: 400px;
	margin: 0 auto;
	padding: 20px;
}
#voice .list_btn a::after{
	right: 23px;
}


#other{
	padding: 60px 0;
}
#other h2{
	font-size: 40px;
	margin-top: -80px;
	margin-bottom: 60px;
}
#other .point{
	top: -80px;
	left: 20px;
}
#other .point img{
	height: auto;
}
#other .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#other .article{
	width: 450px;
	margin-top: 50px;
}
#other .article:nth-child(-n+2){
	margin-top: 0px;
}
#other .article .photo{
	width: auto;
}
#other .article .text{
	width: 220px;
}
#other .article .text dt{
	font-size: 20px;
}
#other .article .text dd{
	font-size: 14px;
}


#recommend .title{
	margin-bottom: 40px;
}
#recommend .title::before{
	width: 101px;
}
#recommend .title::after{
	width: 101px;
	height: 140px;
}
#recommend .title .box{
	margin: 0 40px;
}
#recommend .title .box h2{
	font-size: 40px;
	margin-bottom: 10px;
}
#recommend .title .box p{
	font-size: 16px;
}
#recommend .list_btn{
	margin-top: 40px;
}
#recommend .list_btn a{
	width: 400px;
	margin: 0 auto;
	padding: 20px;
}
#recommend .list_btn a::after{
	right: 23px;
}
#recommend .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -80px;
}
#recommend .bx-wrapper .bx-controls-direction a.bx-next{
	right: -80px;
}









}