@charset "utf-8";
/**
 * jtb common.css 0.0.1
 * Released on: 01,2024
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

@font-face{
	font-family:'kkrs-dp';
	src:url("/kokunai/___common/fonts/kkrs-dp.ttf") format("truetype"),url("/kokunai/___common/fonts/kkrs-dp.woff") format("woff"),url("/kokunai/___common/fonts/kkrs-dp.svg#kkrs-dp") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: 'jtb-dom';
  src: url("/kokunai/_common/fonts/jtb-dom.ttf") format("truetype"), url("/kokunai/_common/fonts/jtb-dom.woff") format("woff"), url("/kokunai/_common/fonts/jtb-dom.svg#jtb-dom") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
}

section{
	margin: 0px;
	padding: 0px;
}
#container{
	margin: 0px;
	padding: 0px;
}

main a:link,
main a:visited,
main a:active,
nav a:link,
nav a:visited,
nav a:active{
	color: #323743;
	text-decoration: none;
}
main a:hover,
nav a:hover{
	color: #009b93;
}
#flexbox_at{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width:767px){
#flexbox_at{
	display: flex;
	flex-direction: column-reverse;
}	
}
/*--------------------------------------------------------------
# アイコン
--------------------------------------------------------------*/
/* アイコンのサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景の場合に白色でアイコンを表示 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/*--------------------------------------------------------------
# loader
--------------------------------------------------------------*/

body{
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.jtb-nav-breadcrumb {margin: 1px auto 5px;max-width: 1236px;padding: 0 5px;text-align: left;}
.jtb-nav-breadcrumb li {font-size: 12px;}
.jtb-nav-breadcrumb a {color: #125687;text-decoration: none;}
.jtb-nav-breadcrumb li:before {font-size: 12px;}
.l-page { font-size: 16px; line-height: 1.6;}
.l-page * { -ms-box-sizing: border-box; box-sizing: border-box; }
.l-page h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 25px;
	max-width: 1236px;
	padding-left: 10px;
	text-align: left;
}
.l-page a, .l-page a img { transition: all .1s ease; transform: rotate(0.0001deg); }
.l-page em, .l-page .font-noto { font-family: 'Noto Sans JP', sans-serif; }
.l-page img { max-width: 100%; }
.l-page a:hover img { opacity: .75; }
.l-content { margin: 0 auto; max-width: 1236px; width: 100%;font-family: 'Noto Sans JP', sans-serif;font-weight:400;background: url("/nihonnoshun/hokuriku/images/common/bg.jpg")repeat;padding-bottom:50px;color:#42210B;}
.l-section + .l-section { margin-top: 3em; }
.l-section__title { margin-bottom: 2em; }
.l-section__title img { max-width: 224px; }
.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }
@media screen and (max-width:600px){
	.js-btn-page-top { bottom: 20px; right: 20px; }
	.js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
	.js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; position: absolute; left:30%; line-height:29px;}
	.l-page h1 { margin-bottom: 20px; }
	#page_footer-sp { margin-top: 0 !important; }
}
/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
    position: fixed; 
    bottom: 0px; /* 画面下端からの距離 */
    right: 0px; /* 画面右端からの距離 */
    oppacity: 0;
    z-index: 10000;
}

#page-top:not(.page-top-img) a {
	text-decoration: none;
	background: #B7A34F;
	color: #fff;
	text-align: center;
	display: block;
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor:pointer;
	padding:15px;
}
#page-top a:hover {
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width:680px){

#page-top:not(.page-top-img) a {
	cursor:pointer!important;
	padding:2px;
}
}

/*--------------------------------
見出し
---------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
header,
main,
section{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #323743;
}
footer{
    width: 100%;
    margin: 0px!important;
    padding: 0px!important;
}
ul{
	list-style: none
}
/*--------------------------------
clearfix
---------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}
.txt_red{
	color: #FF0004;	
}
/*--------------------------------
flex
---------------------------------*/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
.flex_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■パンくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kkrs-breadcrumb-bg{
	width: 100%;
	background-color: #f5f5f5;
}
.kkrs-breadcrumb{
  padding: 1rem 0;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.kkrs-breadcrumb__fix{
  display: none;
}

.kkrs-breadcrumb__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #656972;
}

.kkrs-breadcrumb__list > li {
  margin-right: 2rem;
  position: relative;
}

.kkrs-breadcrumb__list > li a {
  color: #125687;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li a:hover {
  text-decoration: underline;
}

.kkrs-breadcrumb__list > li a.kkrs-breadcrumb__current-link {
  color: #656972;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li:not(:last-child):before {
  display: inline-block;
  font-family: "Material Icons Round";
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: ">";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  font-size: 1rem;
  color: #989ba1;
  margin-top: -0.5em;
}

.kkrs-breadcrumb__list > li:last-child {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
	.kkrs-breadcrumb-bg{
	background-color: #fff;
}
  .kkrs-breadcrumb {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d7d7d7;
    line-height: 3rem;
    padding: 0;
    background: #fff;
    /*margin: 0 -1rem*/
  }
  .kkrs-breadcrumb__fix {
    display: block;
    -webkit-box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .kkrs-breadcrumb__fix a {
    padding: 0 0.5rem 0 1rem;
    font-size: 1.2rem;
    color: #125687;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
  }
  .kkrs-breadcrumb.kkrs-top .kkrs-breadcrumb__fix {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kkrs-breadcrumb__scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .kkrs-breadcrumb__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 3rem;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .kkrs-breadcrumb__list > li {
    margin: 0;
    padding: 0 0.5rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:nth-child(1) {
    display: none;
  }
  .kkrs-breadcrumb__list > li:not(:last-child):before {
    content: "";
    margin: 0;
    top: -0.5rem;
    right: -0.9rem;
  }
  .kkrs-breadcrumb__list > li:last-child {
    padding: 0 1rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:last-child:after,
  .kkrs-breadcrumb__list > li:last-child:before {
    display: none;
  }
  .kkrs-breadcrumb__fix a,
  .kkrs-breadcrumb__list > li {
    display: block;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .kkrs-breadcrumb__fix a:after,
  .kkrs-breadcrumb__fix a:before,
  .kkrs-breadcrumb__list > li:after,
  .kkrs-breadcrumb__list > li:before {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -0.5rem;
  }
  .kkrs-breadcrumb__fix a:before,
  .kkrs-breadcrumb__list > li:before {
    right: -0.9rem;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
  }
  .kkrs-breadcrumb__fix a:after,
  .kkrs-breadcrumb__list > li:after {
    right: -1rem;
    border-color: transparent transparent transparent #d7d7d7;
    z-index: 1;
  }
}
/* ==================================================
   main
================================================== */
main{
	width: 100%;
	margin: 0px auto;
}
/* ==================================================
   font
================================================== */
.fn_400{
	font-size:400%;
}
.fn_300{
	font-size:300%;
}
.fn_200{
	font-size:200%;
}
.fn_150{
	font-size:150%;
}
.fn_120{
	font-size:120%;
}

/* ==================================================
   レスポンシブ
================================================== */

.jtb_pc{
    display: block;
  }
.jtb_tb{
    display: none;
  }
.jtb_sp{
    display: none;
  }
.jtb_pc1130{
    display: block;
  }
.jtb_sp1130{
    display: none;
  }
.jtb_pc1230{
    display: block;
  }
.jtb_sp1230{
    display: none;
  }
.jtb_pc680{
    display: block;
  }
.jtb_sp680{
    display: none;
  }
.jtb_pc420{
    display: block;
  }
.jtb_sp420{
    display: none;
  }

@media only screen and (max-width:1230px) {
	.jtb_pc{
    display: block;
	}
	.jtb_tb{
    display: none;
  }
	.jtb_sp{
    display: none;		
  }
.jtb_pc1230{
    display: none;
  }
.jtb_sp1230{
    display: block;
  }
}
@media only screen and (max-width:1130px) {
	.jtb_pc1080{
    display: none;
	}
	.jtb_pc{
    display: none;
	}
	.jtb_tb{
    display: block;
  }
	.jtb_sp{
    display: none;		
  }
.jtb_pc1130{
    display: none;
  }
.jtb_sp1130{
    display: block;
  }
}
@media only screen and (max-width:680px) {
	.jtb_pc{
    display: none;
	}
	.jtb_tb{
    display: none;
  }
	.jtb_sp{
    display: block;		
  }
.jtb_sp680{
    display: block;		
  }
.jtb_pc680{
    display: none;
  }
}
@media only screen and (max-width:420px) {
	.jtb_pc420{
    display: none;
	}
	.jtb_sp420{
    display: block;		
  }
}

/*--------------------------------------------------------------
# jtb_head
--------------------------------------------------------------*/
#jtb_head{
    width: 1230px;
    margin: 0px auto;
    padding: 10px;
}
header .pagetitle{
    font: bold 240%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: 100%;
    font-weight: bold;
    margin: 10px auto 20px;
    padding: 10px 5px 5px 15px;
    border-left: 10px solid #c60f28;
    text-align: justify;
}
@media screen and (max-width: 1229px) {
/*--------------------------------------------------------------
# jtb_head
--------------------------------------------------------------*/
#jtb_head{
    width: 95%;
    margin: 0px auto;
    padding: 10px;
}
header .pagetitle{
    font: bold 200%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
}

@media screen and (max-width: 680px) {
	#jtb_head{
    width: 95%;
    margin: 0px auto;
    padding: 0px;
}
header .pagetitle{
    font: bold 160%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin: 5px auto 5px;
    border-left: 5px solid #c60f28;
}
}

@media screen and (max-width: 420px) {
header .pagetitle{
    font: bold 120%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

}

/*  Slider
============================================================================= */

#slider{
    position: relative;
    margin-bottom: 5px;
    display: block;
}
#slider .dc_title{
  width: 100%;
	max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}
#slider .dc_title img{
  width: 100%;
}

#slider .frms_webp{
    position: absolute;
    width: 100%;
    bottom: -10px;
    text-align: center;
}
#slider .frms_webp img{
  width: 100%;
}
#slider .slider .slick-slide{
	max-width: 1280px;
	width: 100%;
	margin: 0 1px;
	position: relative;
}
#slider .slider .slick-slide img{
  height: auto;
  width: 100%;
}

#slider .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

#slider .dots2{
	width: 98%;
	margin: 0px auto 0;
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
}
#slider .slide_cap_bx{
  position: relative;
}
#slider .slide_cap_bx p{
	position: absolute!important;
	left: 1%;
	bottom: 1%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
#slider .slide_cap{
	font-size: 12px;
	text-align: right;
}
.txt_b{
	color: #000;	
}
.txt_w{
	color: #FFFFFF;
	text-shadow: 0px 0px 5px #000;
}
#slider .slider .slick-next {
  right: 0;
}
#slider .slider .slick-prev {
  left: 0;
}

@media screen and (max-width:1280px){
	#slider .slider .slick-slide{
	max-width: 980px;
	width: 100%;
	margin: 0 1px;
	position: relative;
}
#slider .dc_title{
	max-width: 250px;
}

}
@media screen and (max-width:980px){
	#slider .slider .slick-slide{
	max-width: 680px;
	width: 100%;
	margin: 0 1px;
	position: relative;
}
#slider .slide_cap_bx{
  position: relative;
  width: 100%;
}
#slider .dc_title{
	max-width: 200px;
}
}
@media screen and (max-width:680px){
	#slider .slider .slick-slide{
	max-width: 580px;
	width: 100%;
	margin: 0 1px;
	position: relative;
}
}
@media screen and (max-width:580px){
	#slider .slider .slick-slide{
	max-width: 480px;
	width: 100%;
	margin: 0 1px;
	position: relative;
}
#slider .dc_title{
	max-width: 150px;
}
#slider .slide_cap_bx p{
	position: absolute!important;
	left: 1%;
	bottom: 1%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
}
@media screen and (max-width:480px){
#slider .slider .slick-slide{
	max-width: 420px;
}
#slider .slide_cap{
	font-size: 10px;
	text-align: right;
}
#slider .slide_cap_bx p{
	position: absolute!important;
	left: 1%;
	bottom: 1%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#slider .dots2{
	bottom: 0px;
}
#slider .dc_title{
	max-width: 180px;
}

}
@media screen and (max-width:420px){
#slider .slider .slick-slide{
	max-width: 400px;
}
#slider .dc_title{
	max-width: 120px;
}
}
@media screen and (max-width:400px){
#slider .slider .slick-slide{
	max-width: 370px;
}
}
@media screen and (max-width:370px){
#slider .slider .slick-slide{
	max-width: 350px;
}
#slider .slide_cap_bx p{
	position: absolute!important;
	left: 1%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
}


.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.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);
	width: 100%;
	height: 100%;
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
	display: none;
}

/* Slider */
.slick-loading .slick-list{
    background: #fff url("") center center no-repeat;
}

/* Arrow */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 2;
	background: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'kkrs-dp';
	font-size: 3.0rem;
	line-height: 1;
	opacity: .75;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e902';
}
.slick-prev {
	left: 0px;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
.slick-next {
	right: 0px;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 1.0rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #009999;
}
.slick-dots > li:first-child:last-child {
    display: none;
}

@media screen and (max-width:680px){
#slider .slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
/* Arrow */

.slick-prev:before, .slick-next:before {
	font-family: 'kkrs-dp';
	font-size: 1.0rem;
	line-height: 1;
	opacity: .75;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e902';
}
.slick-dots li button:before{
    font-size: 10px!important;
    line-height: 20px!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px!important;
    height: 5px!important;
    content: '●';
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}

.sticky_nav {
	background-color: #ffb2b2;
	padding-bottom: 20px;
	padding-top: 20px;
	position: -webkit-sticky;
	position: sticky;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}


#area_osusume .slideshow_plan .slick-prev::before {
	content: url(../images/icon/icon_arrow.svg);
 }
#area_osusume .slideshow_plan .slick-next::before {
	content: url(../images/icon/icon_arrow.svg);
}
#area_osusume .slideshow_plan .slick-prev::hover {
	content: url(../images/icon/icon_arrow.svg);
 }
#area_osusume .slideshow_plan .slick-next::hover {
	content: url(../images/icon/icon_arrow.svg);
}


#footer_dc{
    width: 100%;
    background-color: #000000;
    border-top: 10px solid #EAB700;
}
.footer_dc_bx{
    width: 100%;
    max-width: 1280px;
    margin: 80px auto 0px;
    padding-bottom: 80px;
}
.footer_dc_bx ul{
	width:calc(100%/3);
}
.footer_dc_bx img{
    width: 100%;
}
.footer_dc_bx li a:link{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 60px;
}
.footer_dc_bx li a:hover{
    color: #EAB700;
}
.footer_dc_bx li a:visited{
    color: #FFFFFF;
}
.footer_dc_linkbx{
    width: 100%;
    padding-left: 100px;
}
.link_box{
    width: 100%;
}
.link_box a:link{
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1280px){
    
.footer_dc_bx{
    width: 90%;
}
.footer_dc_bx li a:link{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
}
.footer_dc_linkbx{
    width: 100%;
    padding-left: 50px;
}

}
@media screen and (max-width:780px){
  
.footer_dc_bx ul{
	width:calc(90%/1);
    margin: 0px auto 0px;
}  
.footer_dc_linkbx{
    width: 100%;
    padding-left: 0px;
}
}
@media screen and (max-width:420px){

.footer_dc_bx li a:link{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
}
}




