@charset "UTF-8";

/*---------------------------------------------
    広告のオンオフ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
---------------------------------------------*/

/*-----メイン画像直下バナー-------*/

.banner1{
    display: none;
}


/*-----右コンテンツ上部バナーー-------*/

.contents_right_banner1{
    display: none;
}



/*-----よろず情報差し込みバナー　※2連のバナー----*/

.sasikomi_banner{
    display: none!important;
}

/*--

差し込みバナーの片方だけ消す場合は

.sasikomi_banner>li:nth-child(2n-1){
    display: none!important;
}

↑左側を消す場合

.sasikomi_banner>li:nth-child(2n){
    display: none!important;
}
↑右側を消す場合

--*/


/*-----枠外バナー（右）----*/
.all_wrap>ul:nth-child(2) {
 display: none;
}

/*--

片方だけ消す場合は

.all_wrap>ul:nth-child(2)>li:nth-child(2n-1){
    display: none;
}

↑一つ目を消す場合

.all_wrap>ul:nth-child(2)>li:nth-child(2n){
    display: none;
}
↑2個目のみ消す場合

--*/



/*-----サブページ用バナー-------*/

.sub_banner1{
    display: none;
}


/*---------------------------------------------
    広告のオンオフ ここまで■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
---------------------------------------------*/




















.sp_off{
    display: none;
}


.banner1{

    text-align: center;
    margin-bottom: 40px;
}


.banner1>a>img{
width: 90%;

}


html,body{
	width: 100%;
	margin:0px;
	padding:0px;
	min-width:350px;

}






#top>.allwrap{
	overflow: hidden;

}




a{
	color: #06c;
	text-decoration: none;
}
a:link {
}
a:visited{
}
a:hover{
	color: #e60;
	text-decoration: underline;
}
a:active{
}
a.on{
	color: #f60;
	text-decoration: underline;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */







/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}



h1{
font-size: 14px;
text-align: right;
background: #e4e4e4;
padding: 2px 5px;
}








/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
    display: inline-block;
    position :fixed;
    top :0;
    left :0;
    width :100%;
    padding :10px;
    z-index: 100;


}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
    position: relative;
    color: #999;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 0 15px;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s;
    z-index: 12;
    pointer-events: none;
    display: none;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
    position: relative;
    width: 28px;
    height: 25px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 12;
    padding: 2px;

    margin-right: 10px;

}
.hm_btn::before {

}
.hm_btn::after {

}
.hm_btn::before,
.hm_btn::after {

}
/* △△メニューボタン△△ */

.hm_menu_wrap {
    width :100%;
    height :10000px;
    background: #404040;
    position: absolute;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;

}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
    transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
    -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
    right: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;

}

.tc{
    text-align: center;
    margin-bottom: 20px;
}

.hm_list>li:nth-child(2n){
    background: #666666;
}

.hm_list>li:nth-child(2n-1){
    background: #555555;
}



.hm_list li a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    overflow: hidden;
    padding: 8px 22px;
    position: relative;
    text-decoration: none;
    z-index: 110;

}


.hm_list li a:hover {
    bottom: 0;
    background: #333;
}



/* メニュー内のリストスタイル△△ */

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */

header{
    padding-top: 10px;


}

header>div:nth-child(1){
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
}


header>div:nth-child(1)>a>img{
width: 100%;
height: auto;
max-width: 250px;
}


header>div:nth-child(2)>div:nth-child(1){

display: none;

}



.all_wrap>ul:nth-child(2){

display: none;

}






.midasi{
    border-bottom: 3px solid #0070c0;
    margin-bottom: 20px;

}



.midasi>h3{
padding-bottom: 3px;
padding-left: 5px;
margin-bottom: 5px;
font-size: 1.5rem;
padding-left: 10px;
font-weight: bold;
background: #0070c0;
color: #fff;
padding-top: 5px;
}



.contents_wrap{
    width: 95%;
margin: 0 auto;
}



h4.mini_midasi{
    padding-bottom: 2px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 20px;
    font-size: 1.2rem;
}



h4.mini_midasi:first-letter{

    font-size: 1.5rem;
}



















.contents_left_img_right_text{

margin-bottom: 45px;
}


.contents_left_img_right_text>li:nth-child(1){

}


.contents_left_img_right_text>li:nth-child(1)>a>img{

border:1px solid #000;
width: 100%;
height: auto;
margin-bottom: 10px;
}

.contents_left_img_right_text>li:nth-child(1)>a>img:hover{
 filter: brightness(110%);
}


.contents_left_img_right_text>li:nth-child(2){
width: 100%;

}


.contents_left_img_right_text>li:nth-child(2)>div{
margin-bottom: 5px;
}


.sasikomi_banner{
margin-bottom: 40px;
text-align: center;
}

.sasikomi_banner>li>a>img{

width: 100%;
height: auto;
margin-bottom: 20px;
}



.yorozu{
    box-sizing:border-box;
    margin: 0 auto 30px auto;
    text-align: center;
}

.yorozu>li{
border: 1px solid #ddd;
    box-sizing:border-box;
    display: inline;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
padding: 5px;
}

.yorozu>li>a,.yorozu>li{

font-size: 1.2rem;
color:#000;
text-decoration: none;
}

.yorozu>li:hover{
background: #eee;
}


.yorozu>li.pg_on{
background: #0070c0;
color: #fff;
}

.yorozu>li.pg_on>a{

color: #fff;
}



.contents_right_banner1{
    text-align: center;
    margin-bottom: 30px;
}

.contents_right_banner1>a>img{
width: 100%;
height: auto;
}







.site_shokai_img>a>img{
width: 100%;
height: auto;
}

.site_shokai_img{
margin-bottom: 30px;
}

.twitter{
margin-bottom: 30px;
    overflow: hidden;

}


.twitter iframe{
/* 20pxの部分は埋め込んだタイムラインの左右に必要な余白の総計を記載 */
width: calc(100vw - 20px)!important;
}







.site_shokai{

    background: #f8e9cb;
    padding: 15px;
    margin-bottom: 30px;
}

.site_shokai>h5{
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}


.sticker_img{
    margin-bottom: 30px;
}

.sticker_img>a>img{
    width: 100%;
    height: auto;
}




.link_img{
    margin-bottom: 30px;
}

.link_img>a>img{
    width: 100%;
    height: auto;
}







footer{

    border-top:15px solid #0070c0;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 30px;
    justify-content:space-between;
}

footer>div:nth-child(1){
text-align: center;
margin-bottom: 20px;
}

footer>div:nth-child(1)>a>img{
width: 100%;
height: auto;
max-width: 250px;

}


footer>div:nth-child(2){

}

footer>div:nth-child(2)>ul{

width: 95%;
margin: 0 auto;


}

footer>div:nth-child(2)>ul>li{

background: url(../img_sp/footter_icon.png) no-repeat #969696 left center ;
margin-bottom: 5px;
padding-left: 32px;
}

footer>div:nth-child(2)>ul>li>div{


    background: #dbdbdb;

}


footer>div:nth-child(2)>ul>li>div>a{
font-size: 1.3rem;
color: black;
text-decoration: none;
display: block;
   padding-left: 10px;
      padding-top: 4px;
}


footer>div:nth-child(2)>ul>li>div>a:hover{

background: #eee;

    }

footer>div:nth-child(2)>div{

    font-size: 1.3rem;
    text-align: center;
}

.off{
    display: none;
}

.embed_youtube{
    width: 100%;
    height: 420px;
    margin-bottom: 30px;
    border: none;
}






