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

body{
	background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    /*font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
    font-size: 20px;
    line-height: 1.4;
}

/*-- ↓PC版表示CSS↓  --*/
.pc_area{
  display:block;
}
.sp_area{
  display:none;
}


.pc_br{
    display: inline-block;
  }

.sp_br{
    display: none;
  }
/*-- ↑PC版表示CSS↑  --*/

/*------------------------------------------------------------
	PC　コンテンツ 全体ボックス（すべて共通）
------------------------------------------------------------*/


#contents_box:after {
    content: "";
    display: table;
    clear: both;
}


#contents_box img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#contents_box_02:after {
    content: "";
    display: table;
    clear: both;
}


#contents_box_02 img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#contents_box_03:after {
    content: "";
    display: table;
    clear: both;
}


#contents_box_03 img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#contents_box_04:after {
    content: "";
    display: table;
    clear: both;
}


#contents_box_04 img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#contents_box_05:after {
    content: "";
    display: table;
    clear: both;
}


#contents_box_05 img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#contents_box_06:after {
    content: "";
    display: table;
    clear: both;
}


#contents_box_06 img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}




#contents_box_mayor:after {
    content: "";
    display: table;
    clear: both;
}






/*------------------------------------------------------------
	PC　コンテンツ背景
------------------------------------------------------------*/

.bg_white {
    background: rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
}


.bg_mayor {
    background: url("../img/bg_image/hokkubara_bg_03-min.jpg") no-repeat top center;
    padding: 0px;
    margin: 0px;
}


.bg_iamge_bg01 {
    background: url("../img/bg_image/bg01.png") no-repeat top center;
    padding: 0px;
    margin: 0px;
}

.bg_iamge_bg02 {
    background: url("../img/bg_image/bg02.png") no-repeat top center;
    padding: 0px;
    margin: 0px;
}





.bg_f5f9fd{
    background: rgba(245, 249, 253, 1);
    padding: 0px;
    margin: 0px;  
}

.bg_gray {
    background: rgba(227, 221, 209, 1);
    padding: 0px;
    margin: 0px;
}
f
.bg_d2c8b2 {
    background: rgba(210, 200, 178, 1);
    padding: 0px;
    margin: 0px;
}

.bg_e3ddd1 {
    background: rgba(227, 221, 209, 1);
    padding: 0px;
    margin: 0px;
}

.bg_f0eee9 {
    background: rgba(240, 238, 233, 1);
    padding: 0px;
    margin: 0px;
}

.bg_eaeff3 {
    background: rgba(234, 239, 243, 1);
    padding: 0px;
    margin: 0px;
}

.bg_eedca0 {
    background: rgba(238, 220, 160, 0.2); 
    padding: 0px;
    margin: 0px;
}


.bg_EFEFEF {
    background: rgba(239, 239, 239, 1);
    padding: 0px;
    margin: 0px;
}

.bg_ffffea {
    background: rgba(255, 255, 234, 1);
    padding: 0px;
    margin: 0px;
}

.bg_fffac6 {
    background: rgba(255, 255, 198, 0.6);
    padding: 0px;
    margin: 0px;
}



/*------------------------------------------------------------
	PC　a　テキスト要素
------------------------------------------------------------*/

a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #444;
    text-decoration:underline;
    outline: none;
}

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

a.anchor_02{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}



/*------------------------------------------------------------
	PC　コンテンツ pc_inn
------------------------------------------------------------*/

.pc_inn:after {
    content: "";
    display: table;
    clear: both;
}


@media only screen and (min-width: 1120px) {
    .pc_inn {
        width: 1120px;
        margin: 0 auto;
    }
}

/*------------------------------------------------------------
	PC　ヘッダー トップページ
------------------------------------------------------------*/

.pc_header{
	display: flex;
	padding: 0px;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
}
.pc_header.fixed{
	position: fixed;
    top: 25px;
	/*top: 0px; コメント非表示時*/
}



.header_topline{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -30px;
    transition: .5s;
    width: 100%;
    margin: 0px 0px;
    padding: 2px 0px;
    border-bottom: 1px solid #e3ddd1;
    background: rgba(246, 245, 244, 1);
}

.header_topline.show{
    top: 0px;
    /*top: -25px; コメント非表示時*/
}

.header_topline_box {
    width: 1120px;
    height: 20px;
    line-height: 20px;
    font-size: 80%;
    margin: 0 auto;
    color: #444;
    letter-spacing: 0.05em;
    text-align: right;
}

.header_topline_box h1{
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #666;
	font-size: 100%;
    font-weight: bold;
}

.hero{
	max-height: 800px;
	overflow: hidden;
}
.hero img{
	height: auto;
	width: 100%;
}

.hero_none{
	max-height: 800px;
	overflow: hidden;
}
.hero_none img{
	height: auto;
	width: 100%;
}


/*------------------------------------------------------------
	PC　ヘッダー サブページ
------------------------------------------------------------*/

.pc_header_subpage{
	display: flex;
	padding: 0px;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
	position: fixed;
    top: 25px;
	/*top: 0px; コメント非表示時*/
}

.pc_header_subpage_mailform{
	display: flex;
	padding: 0px;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
	/*position: fixed;*/
    top: 25px;
	/*top: 0px; コメント非表示時*/
}


.header_topline_subpage{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    transition: .5s;
    width: 100%;
    margin: 0px 0px;
    padding: 2px 0px;
    border-bottom: 1px solid #e3ddd1;
    background: rgba(246, 245, 244, 1);
}

.header_topline_subpage.show{
    top: 0px;
    /*top: -25px; コメント非表示時*/
}


.header_topline_subpage_mailform{
    display: flex;
    justify-content: space-between;
    /*position: fixed;*/
    top: 0px;
    transition: .5s;
    width: 100%;
    margin: 0px 0px;
    padding: 2px 0px;
    border-bottom: 1px solid #e3ddd1;
    background: rgba(246, 245, 244, 1);
}

.header_topline_subpage_mailform.show{
    top: 0px;
    /*top: -25px; コメント非表示時*/
}


.gnav__menu{
	display: flex;

}
.gnav__menu__item{
	margin-left: 20px;
}
.gnav__menu__item a{
	color: #fff;
    font-size: 20px;
	text-decoration: none;
    line-height:1;
}

/*------------------------------------------------------------
	PC　防災緊急時　フレーム表示
------------------------------------------------------------*/
.emergency{
    margin: 170px auto 0px auto;
    width: 100%;
    height:100px;
}



/*-------------------------------------------------------------
	PC　タイトル見出し/　お知らせ
--------------------------------------------------------------*/
.toppage_title_box_news {
  margin: 230px auto 0px auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 1100px;                /* BOXの最大幅          */
  height        : 60px;                /* BOXの高さ            */
  padding       : 0 12px;                 /* 文字の位置合わせ     */
  font-size     : 24px;                 /* 文字サイズ           */
  text-align    : left;               /* 文字位置             */
  color         : #444;              /* 文字色               */

  border-top    : 0px double #422b26;   /* 枠線の指定（上）     */
  border-bottom : 0px double #422b26;   /* 枠線の指定（下）     */
  border-radius : 1px;                  /* 角丸の指定           */
}

.toppage_title_box_news:before{
  font-size     : 34px;
  content: attr( data-title );
}

/*-------------------------------------------------------------
	PC　タイトル見出し/　お知らせ
--------------------------------------------------------------*/
.toppage_title_box_news_php {
  margin: 0px auto 0px auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 1100px;                /* BOXの最大幅          */
  height        : 60px;                /* BOXの高さ            */
  padding       : 0 12px;                 /* 文字の位置合わせ     */
  font-size     : 24px;                 /* 文字サイズ           */
  text-align    : left;               /* 文字位置             */
  color         : #444;              /* 文字色               */

  border-top    : 0px double #422b26;   /* 枠線の指定（上）     */
  border-bottom : 0px double #422b26;   /* 枠線の指定（下）     */
  border-radius : 1px;                  /* 角丸の指定           */
}

.toppage_title_box_news_php:before{
  font-size     : 34px;
  content: attr( data-title );
}





/*-------------------------------------------------------------
	PC　タイトル見出し/トップページ「コンテンツ一般」
--------------------------------------------------------------*/

.toppage_title_box {
  margin: 0px auto 30px auto;            /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 100%;                 /* BOXの幅              */
  max-width     : 1100px;                /* BOXの最大幅          */
  height        : 60px;                /* BOXの高さ            */
  padding       : 12px;                 /* 文字の位置合わせ     */
  font-size     : 24px;                 /* 文字サイズ           */
  text-align    : center;               /* 文字位置             */
  color         : #444;              /* 文字色               */

  border-top    : 0px double #422b26;   /* 枠線の指定（上）     */
  border-bottom : 0px double #422b26;   /* 枠線の指定（下）     */
  border-radius : 1px;                  /* 角丸の指定           */
}



.toppage_title_box:before{
  font-size     : 34px;
  content: attr( data-title );
}





/*-------------------------------------------------------------
	PC　ニュースタブ切り替え
--------------------------------------------------------------*/


.news_top_col {
    float: left;
    width: 1100px;
    height: auto;
    margin: 0px 0 0 10px;
}


.news_top_link_box{
    float:left;
    width: 1050px;
    height: auto;
    margin: 10px auto 0px auto;
}

.newslink{
    width:250px;
    position:relative;
    float: left;
    margin: 0 20px 30px 0;
}

.newslink span.nomal{
    position:absolute;
    bottom:15px;
    left:15px;
    width:230px;
    font-size: 110%;
    font-weight: 600;
    text-align:left;
    color:#422b26;
}

.newslink span.on_hover{
    position:absolute;
    bottom:15px;
    left:15px;
    width:230px;
    font-size: 110%;
    font-weight: 600;
    text-align:left;
    color:#422b26;
}

.newslink a{
    display:block;
}

.newslink .fa{
    font-size: 120%;
    margin: 0 0 0 10px;
}

/* 通常時はホバー時の文字を非表示にする */
a .on_hover{
display: none;
}

/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal{
    display: none;
}

/* ホバー時に、ホバー時の文字を表示する */
a:hover .on_hover{
    display: inline;
}

.newslink img{
    width:250px;
}

.newslink:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------------------------------------------
	PC　ニュースボックス
--------------------------------------------------------------*/

.news-box {
    width: 95%;
}


.news-list {
    border-bottom: 2px solid #e5e5e5;
    padding: 5px 0 25px 0;
}

.news-date {
    color: #3e3e3e;
    margin-right: 20px
}
.news-date_itiran {
    color: #3e3e3e;
    margin-right: 20px;
    font-size: 120%;
}
.news-box ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.news-box li {
    list-style: none;
    display: list-item;
    margin: 12px;
    
}

.news-txt{
    font-size: 100%;
}

.news-txt_itiran {
    font-size: 120%;
}

.news-txt_naiyou {
    margin-left: 115px;
    width: 700px;
}

.contents-more {
    margin: 15px 0 0;
    text-align: right;
}


.contents-more a {
    background: url("../img/icon/ico-arw-r-422b26.svg") left center no-repeat;
    background-size: 6px 10px;
    padding-left: 10px;
}

.news-box a {
    text-decoration: underline;
}

.news-box a:hover {
    text-decoration: none;
}

.news-txt_naiyou a {
    text-decoration: underline;
}

.news-txt_naiyou a:hover {
    text-decoration: none;
}


.new_mark{
    padding-left: 10px;
    font-size: 80%;
  animation: blinkAnime 0.8s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #0d5dd2 }
 100% { color: rgba(13, 93, 210, 0.50) }
}




/*-------------------------------------------------------------
	PC　コンテンツ
--------------------------------------------------------------*/

.content{
	line-height: 1.6;
	margin: 0px auto 0px auto;
	width: 1120px;
    padding: 40px 0px 40px 0px;
}

.content p{
	margin-bottom: 40px;
}


.content_subpage{
	line-height: 1.6;
	margin: 0px auto 0px auto;
	width: 1120px;
    padding: 0px;
}


/*トップページ施設紹介*/
/* マウスオーバー　マスク処理 */

.toppage_top_link_box{
    float:left;
    width: 1120px;
    height: auto;
    margin: 10px auto 30px auto;
}

.mm {
	width:			340px;
	height:			245px;
	overflow:		hidden;
    float: left;
    margin: 0 30px 40px 0;
	position: relative;	/* 相対位置指定 */
}

.mm img {
    width: 340px;
}

.mm .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		10px;/* ライフロード改造値 */
	color:			#fff;/* 絶対位置指定 */
}

.mm .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			78%;/* ライフロード改造値 */
	left:			0;
	opacity:		1;	/* マスクを表示しない0 表示する1 */
	background-color:	rgba(0,0,0,0.5);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.mm:hover .mask {
	opacity:		1;	/* マスクを表示する1　表示しない0 */
    top:			100%;	/* 上にあがるように見せる */
    
    width:			100%;
	height:			100%;
	position:		absolute;
	left:			0;
	background-color:	rgba(0,0,0,0.5);
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
    
}

.mm .mask_whiteyou {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			78%;/* ライフロード改造値 */
	left:			0;
	opacity:		1;	/* マスクを表示しない0 表示する1 */
	background-color:	rgba(0,0,0,0.7);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.mm:hover .mask_whiteyou {
	opacity:		1;	/* マスクを表示する1　表示しない0 */
    top:			100%;	/* 上にあがるように見せる */
    
    width:			100%;
	height:			100%;
	position:		absolute;
	left:			0;
	background-color:	rgba(0,0,0,0.7);
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
    
}


.more{
    
    width: 300px;
    margin: 110px 25px 0 50px;
    float: right;
}

.more img{
    width: 100%;
    height: auto;
    opacity: 1;
    
}

.more img:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/*-------------------------------------------------------------
	PC　リンクバナー
--------------------------------------------------------------*/
.linkbanner_toppage{
    width: 600px;
    height: 100%;
    margin: 50px 30px 80px 40px;
    float: left;
}

.linkbanner_toppage img{
    width: 600px;
    image-rendering: -webkit-optimize-contrast;
}

.linkbanner_toppage:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.linkbanner_toppage_02{
    width: 295px;
    height: 100%;
    margin: 50px 0px 80px 60px;
    float: left;
}

.linkbanner_toppage_02 img{
    width: 295px;
    image-rendering: -webkit-optimize-contrast;
}

.linkbanner_toppage_02:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}



@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/*------------------------------------------------------------
	PC　パンクズリスト
------------------------------------------------------------*/

#pankuzu {
    margin: 200px auto 0px auto;
    padding: 0px;
    background: rgba(255, 255, 255, 1);
    line-height: 1.6;
}

#pankuzu_mailform {
    margin: 20px auto 0px auto;
    padding: 0px;
    background: rgba(255, 255, 255, 1);
    line-height: 1.6;
}

.pankuzu_box {
    width: auto;
    margin: 0 auto;
}


.pankuzu_list *, .pankuzu_list *:after, .pankuzu_list *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pankuzu_list {
	margin: 10px auto;
	padding: 12px 0px 12px 0px ;
	background-color: #fff;
	color: #fff;
}

.pankuzu_list a {
	text-decoration: underline;
	color: #444;
    font-size: 100%;
}

.pankuzu_list a:hover,
.pankuzu_list a:focus,
.pankuzu_list a:active {
    text-decoration:none;
}

.pankuzu_list .pankuzu_ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.pankuzu_list li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #444;
}
.pankuzu_list li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pankuzu_list li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #422b26;
    text-decoration: none;
    font-size: 100%;

}
.pankuzu_list li:last-child::before {
	content: normal;

}
.pankuzu_home a {
    padding-left: 2px
}

/*------------------------------------------------------------
	PC　サブページ：メインタイトル（テキストor画像）　
------------------------------------------------------------*/

/*▼シンプルバージョン▼ */
/*
#subpage_main_title {
  padding: 0.85em 0.5em;
  color: #444;
  background: transparent;
  border-left: solid 5px #5f6baf;
  margin: 20px 0 0 20px;
  font-size: 20px;
}
*/

#subpage_main_title {
  padding: 0.6em 0.5em;/*文字の上下 左右の余白*/
  color: #444;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #0d5dd2;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin: 15px 0 0 0px;
  font-size: 20px;
}

.subpage_main_title {
  padding: 0.6em 0.5em;/*文字の上下 左右の余白*/
  color: #444;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #0d5dd2;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin: 15px 0 0 0px;
  font-size: 20px;
}


/*------------------------------------------------------------
	PC　ピックアップ
------------------------------------------------------------*/

/* 団体紹介動画（youtube埋め込み） */
.service_image_box{
    width: 650px;
    margin: 0px 0px 100px 0px;
    float: left;
    content: "";
    display: table;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.pick_up_box{
    width: 420px;
    height: 100%;
    margin: 0 auto 0 30px;
    float: left;
}

.pick_up_box p.title{
    margin: 0px 0px 6px 0px; 
    font-weight: bold;
    
}

.pick_up_box p{
    margin: 0px 0px 6px 0px; 
    
}

.pick_up_link {    
	width: 400px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.pick_up_link a.button {
    width: 300px;
    margin: 0px;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #aaa;
}

.pick_up_link a:hover.button {
    text-decoration: underline;
    color: #fff;
    background: rgba(13, 93, 210, 0.8);
    opacity: 1;
    -webkit-animation: flash 0.6s;
    animation: flash 0.6s;
}

/*------------------------------------------------------------
	PC　区長挨拶
------------------------------------------------------------*/

.mayor_all_box {
    margin-bottom: 0;
    padding: 40px 20px 5px 20px;
    position: relative;
}

/*背景透過*/
.mayor_txt_box {
    background: rgba(0,0,0,0);
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
    border: 0px solid #cccccc;
	border-radius: 7px;
    padding: 50px 50px 50px 50px;
    margin: 30px 30px 20px 0;
    width: 82%;
}


.mayor_txt_box_02 {
    background: rgba(255,255,255,0.6);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 0px solid #cccccc;
	border-radius: 7px;
    padding: 50px 50px 50px 50px;
    margin: 30px 30px 30px 0;
    width: 82%;
}

.mayor_all_box p {
    line-height: 1.6;
    font-weight: bold;
    color: #444;
    font-size: 110%;
}

.mayor_all_box p.big {
    font-size: 150%;
}
.mayor_all_box p.name {
    font-size: 170%;
    text-align: right;
}

.mayor_all_box img {
    background: rgba(255,255,255,0.0);
    bottom: 0;
    right: 0;
    width: 28%;
    margin: 20px 0px 10px 45px;
    padding: 0px;
    float: right;
}



/*------------------------------------------------------------
	PC　フッター
------------------------------------------------------------*/

#footer {
        margin: 0px 0 0 0;
        padding: 5px 0 0 0;
        background: rgba(240, 238, 233, 1);
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        line-height: 1.2;
    }


.footer_sp_info {
    width: 98%;
    text-align: right;
}

.footer_sp_info img{
        border: 1px solid #d2c8b2;
        border-radius : 2px; 
        margin: -170px 0px 20px 0;
}

.footer_info {
    width: 98%;
    height: 160px;
    padding: 10px 0 10px 0;
    margin: 0px 0px 0px 0px;
    border-top    : 0px dashed #d2c8b2;   /* 枠線の指定（上）     */
    border-bottom    : 1px solid#0d5dd2;   /* 枠線の指定（上）     */
    border-radius : 1px;                  /* 角丸の指定           */
    box-sizing: border-box;
    }

.footer_logo {
    width: 180px;
    float: left;
    margin: 40px 50px 0px 10px;
    padding: 0px 0px 0px 0px;
    }

.footer_text {
    float: left;
    font-size: 15px;
    margin: 40px 0px 0px 0px;
}

.footer_icon {
    float: left;
    margin: 0px 10px 0px 0px;
}

.footer_icon_paypay {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 50%;
}
.footer_icon_02 {
    float: left;
    margin: 5px 15px 0px 0px;
}

.footer_ssl_image {
    float: left;
    margin: -5px 0px 0px 20px;
    font-size: 10px;
}

.footer_ssl_image a:hover {
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    }


.footer-navi {
  margin-top: 40px;
  margin-bottom: auto;
  padding-left: 200px;
  padding-bottom: 60px;
  border-bottom: 0px solid #d2d2d2;
}

.footer-navi__list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}

.footer-navi__item {
  display: inline-block;
  color: #444; 
  vertical-align: top;
  font-size: medium;
  font-size: 14px;
  padding: 0 0 0 5px;
  border-left   : 0px dotted #5f6fab;   /* 枠線の指定（左）     */
  border-radius : 1px;                  /* 角丸の指定           */
}
.footer-navi__item:nth-child(n) {
  margin-right: 2px; 
  margin-left: 0px;
  width: calc((100% - 60px) / 4.2) ;
}

/*--

.footer-navi__item:nth-child(4n+1) {
  margin-left: 0;
}
.footer-navi__item:nth-child(4n+4) {
  margin-right: 0;
}

---*/

.footer-navi__item >span {
  display: block;
  margin-bottom: 15px; 
  font-weight: bold;
}

.footer-child-navi__list {
  margin: auto; 
  padding-left: 5px;
  list-style-type: none;
}

.footer-child-navi__item {
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-child-navi__item a {
  color: #444444;
  text-decoration: none;
}
.footer-child-navi__item a:hover {
  text-decoration: underline;
}


.footer_toplink {
    text-align: right;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1120px;
}


.footer_toplink a {
    background: rgba(68, 68, 68, 1);
    border-bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    text-decoration: none;
    text-align: center;
    padding: 28px 14px 8px 14px;
    position: relative;
}

.footer_toplink a::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -9px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
}



.footer_underline {
    margin-bottom: 0px;
    padding: 30px 0 30px 0;
    text-align: center;
    border-top: 0px solid #e3ddd1;
    background: rgba(68, 68, 68, 1);
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.1em;
}


/*------------------------------------------------------------
	アンダーライン
------------------------------------------------------------*/

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}


/*------------------------------------------------------------
	スペースタグ
------------------------------------------------------------*/

.space_5px {
    width: auto;
    margin: 5px auto 0px auto;
    text-align: center;
}

.space_7px {
    width: auto;
    margin: 7px auto 0px auto;
    text-align: center;
}

.space_10px {
    width: auto;
    margin: 10px auto 0px auto;
    text-align: center;
}

.space_15px {
    width: auto;
    margin: 15px auto 0px auto;
    text-align: center;
}

.space_20px {
    width: auto;
    margin: 20px auto 0px auto;
    text-align: center;
}

.space_25px {
    width: auto;
    margin: 25px auto 0px auto;
    text-align: center;
}

.space_30px {
    width: auto;
    margin: 30px auto 0px auto;
    text-align: center;
}

.space_35px {
    width: auto;
    margin: 35px auto 0px auto;
    text-align: center;
}

.space_40px {
    width: auto;
    margin: 40px auto 0px auto;
    text-align: center;
}

.space_50px {
    width: auto;
    margin: 50px auto 0px auto;
    text-align: center;
}
.space_60px {
    width: auto;
    margin: 60px auto 0px auto;
    text-align: center;
}
.space_70px {
    flat: left;
    width: auto;
    margin: 70px auto 0px auto;
    text-align: center;
}
.space_80px {
    width: auto;
    margin: 80px auto 0px auto;
    text-align: center;
}
.space_90px {
    width: auto;
    margin: 90px auto 0px auto;
    text-align: center;
}
.space_100px {
    width: auto;
    margin: 100px auto 0px auto;
    text-align: center;
}
.space_150px {
    width: auto;
    margin: 150px auto 0px auto;
    text-align: center;
}
.space_200px {
    width: auto;
    margin: 200px auto 0px auto;
    text-align: center;
}


/*------------------------------------------------------------
	その他コード  pc/スマホ　ボタン切り替え
------------------------------------------------------------*/

/* 表示切替ボタンPC版に切り替える */
@media screen and (max-width:1280px) { 
#pc_site_topbtn{
    position: fixed;
    top: 0%;
    left: 5%;
    width:90%;
    z-index: 99999;
}
#pc_site_topbtn a{
    display:block;
    background:#e8e8e8;
    background:-webkit-gradient(linear,left top, left bottom,from(#dfdfdf),color-stop(0.03, #fff),color-stop(0.45, #fff),color-stop(0.52, #e7e7e7),to(#fefefe));
    background:-moz-linear-gradient(top,#dfdfdf 0%,#fff 3%,#fff 45%,#e7e7e7 52%,#fefefe 100%);
    color:#444;
    font-size:34px;
    font-weight:bold;
    text-align:center;
    border:1px solid #959595;
    border-radius:4px;
    margin:5px auto;
    padding: 5px;
}

#pc_site_topbtn a:hover{
    opacity: 0.9;
}
    

}

@media screen and ( min-width: 1279px ) {
#pc_site_topbtn{
    display: none;
}
    
}



/* 1120変更pixel start */
@media screen and ( max-width: 1120px ) {

/*-- ↓スマホ版表示CSS↓  --*/
    .pc_area{
    display:none;
  }
    .sp_area{
    display:block;
  }
/*-- ↑スマホ版表示CSS↑  --*/
    
    

    .pc_br{
    display: none;
  }
    .sp_br {
        display: inline-block;
    }

}

/* 1120pixel end */