@charset "utf-8";

/**
 * hokkaido common.css 3.2.0
 * Released on: 2,2023
 */

@import url("font-awesome.min.css");

body{
    margin: 0;
    font-family: Meiryo,"メイリオ",YuGothic, "Yu Gothic medium","Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif";
    background-color: #FFFFFF;
}
@media only screen and (max-width:420px) {
body{
    background-color: #FFFFFF;
}
.btn_plan{
    font-size: 16px!important;
}
}
@media screen and (max-width: 320px) {

.sns_list li:nth-child(1){
    width:55px;
}
.sns_list li:nth-child(2){
    width: 35px;
}
.sns_list li:nth-child(3){
    width: 35px;
}
.sns_list li:nth-child(4){
    width: 35px;
}
.sns_list li:nth-child(5){
    width: 35px;
}
.btn_plan{
    font-size: 12px!important;
}
}
/*--------------------------------
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; /* 折返し指定 */
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/

main{
    width: 100%;
    margin: 0px;
}
main .hkd_line{
    width: 100%;
    background-image: url(../images/common/line.gif);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 8px;
    background-size: auto 8px;
}
.bg_gry{
    width: 100%;
    margin: 0px;
    background-color: #ebebe6;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }
ul{
    list-style: none;	
}
hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }


  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
    font-size: 18px;
    text-align: left;
    line-height: 20px;
}

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
	
}

/* ==================================================
   パンくず
================================================== */

.jtb-nav-breadcrumb {
	margin: 1px auto 25px;
	max-width: 1230px;
	padding: 0 5px;
	line-height: 1.2;
}
.jtb-nav-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-left: 14px;
	font-size: 1.0rem;
	color: #999;
	line-height: 2.1;
}
.jtb-nav-breadcrumb li:first-child{
	margin-left: 0;
}
.jtb-nav-breadcrumb li:before{
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 1.1rem;
	color: #999;
	line-height: 2.1;
	content: ">";
}
.jtb-nav-breadcrumb li:last-child:before {
	display: none;
}


.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
@media (min-width: 768px) {
  .lead {
    font-size: 21px; }


}

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
    max-width: 1230px;
}
.container:before, .container:after {
  content: " ";
  display: table; }
.container:after {
  clear: both; }



.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }
.container-fluid:after {
  clear: both; }


@media only screen and (max-width:1230px) {

.slideshow_box .container{
    width: 90%;
    padding: 0px 0px;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (max-width:420px) {

.slideshow_box .container{
    width: 90%;
    padding: 0px 0px;
    margin-left: auto;
    margin-right: auto;
}
	

}
.row {
  margin-left: -20px;
  margin-right: -20px; }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }
}






/* ==================================================
   ページ共通
================================================== */
.contents-wraper *{
	outline: none!important;
}
.contents-wraper *:focus {
    outline: none!important;
}
/*.contents-wraper{
	border-bottom: solid 1px #ccc;
}*/
.sect{
	padding: 80px 0 30px;
}
.sect .page-title-h2, .sect .page-title-h3{
	text-align: center;
}
.dom-dp__bn{
	display: none;
}
.footer-nav{
	margin-top: 0!important;
}

.coupon-pc{
    display: block;
  }
.coupon-sp{
    display: none;
  }
.coupon-pc680{
    display: block;
  }
.coupon-sp680{
    display: none;
  }
.coupon-pc420{
    display: block;
  }
.coupon-sp420{
    display: none;
  }

@media only screen and (max-width:1230px) {
	.coupon-pc{
    display: none;
	}
	.coupon-sp{
    display: block;		
  }
}
@media only screen and (max-width:680px) {
	.coupon-sp680{
    display: block;		
  }
.coupon-pc680{
    display: none;
  }
}

@media only screen and (max-width:420px) {
	.coupon-pc420{
    display: none;
	}
	.coupon-sp420{
    display: block;		
  }
}





/* ==================================================
   h1　見出し
================================================== */
.coupon-head-wrap{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    margin-top: 10px;
}
.coupon-head-wrap .coupon-head-wrap_title{
	position: relative;
	height: inherit;
	vertical-align: middle;
}
.coupon-head-wrap .page-title-h1{
    font-size: 1.8rem;
    background: none;
    margin: 0 auto;
    border-left: 5px solid #b90909;
    font-weight: bold;
    line-height: 120%;
    padding: 1px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
@media only screen and (max-width:1230px) {
.coupon-head-wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 0px;
}
.coupon-head-wrap .coupon-head-wrap_title{
    width: 100%;
}
	.coupon-head-wrap .page-title-h1{
    width: 100%;
	}
}
/* ==================================================
   メニュー
================================================== */




/*--------------------------------------------------------------
# coupon-slider
--------------------------------------------------------------*/
#coupon-slider{
    width: 100%;
  /*  max-width: 1920px;	*/
    margin: 0px auto;
    padding: 0px;
}
#coupon-slider .coupon-slider{
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 0px;
}
#coupon-slider .coupon-slider .header{
    width: 100%;
    max-width: 1230px;	
    margin: 0px auto;
}
.coupon-pc .header{
    width: 100%;
    max-width: 1230px!important;	
    margin: 0px auto;
}
#coupon-slider .coupon-slider .coupon-header{
    position: absolute;
    top: 0px;
    z-index: 5;
    left: 20%;
}

#coupon-slider .coupon-slider .nav_box{
	position: absolute;
    width: 100%;
    max-width: 650px;	
    top: 20px;
    z-index: 10;
    right: 15%;
}
#coupon-slider .coupon-slider .coupon-header  .logo{
    width: 100%;
    max-width: 400px;	
    margin: 0px auto;
 }
#coupon-slider .coupon-slider .coupon-header .logo img{
    width: 100%;
    max-width: 400px;
}

#coupon-slider .slick-box-top{
    width: 100%;
    margin: 0px auto 100px;
}
#coupon-slider .slick-box-top img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-slider .slick-box-top-sp{
    width: 100%;
    margin: 0px auto 100px;
}
#coupon-slider .slick-box-top-sp img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-slider .coupon-slider .nav_box ul{
    padding: 0px;
    margin: 0px;	
  display: flex;
    max-width: 650px;	
}
#coupon-slider .coupon-slider .nav_box li{
    padding: 0px;
    margin: 0px 2px 10px;
    width: 23%;
}

#coupon-slider .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  border-radius: 5px;
  width: 100%;
 max-width: 250px;	
  height: 50px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.24);
  background-color: rgba(255, 255, 255, 0.8);
}
#coupon-slider .nav-list-ng {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
    color: #949494;
  font-size: 13px;
  border-radius: 5px;
  width: 100%;
 max-width: 150px;	
  height: 50px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.24);
    background-color: #DADADA;
}


#coupon-slider .nav-list:hover {
  opacity: .7;
}

#header_hkd{
    width: 100%;
    padding: 0px;
    margin: 0px;	
	display: none;/* ページ読み込み時は非表示にする */
}

#header_hkd_underlayer{
    width: 100%;
    height: 120px;
   	position: -webkit-sticky;
	position: sticky;
    background: #fff;  
    top: 0;                 /* 上から0pxに指定 */
    left: 0;                /* 左から0pxに指定 */
    padding: 0px 0px 10px;
    box-sizing: border-box; /* paddingを含んで幅100%ちょうどにするため */
    z-index: 20;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    margin: 0px;
}
.header_hkd {
    width: 100%;            /* 要素を幅いっぱいにする */
    background: #fff;       /* 背景色を濃いグレーに指定。半透明の「rgba(0,0,0,0.5)」でもいいかも */
    position: fixed;        /* ヘッダーを絶対位置にする。スクロールしても固定 */
    top: 0;                 /* 上から0pxに指定 */
    left: 0;                /* 左から0pxに指定 */
    padding: 0px; 
    box-sizing: border-box; /* paddingを含んで幅100%ちょうどにするため */
    z-index: 20;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    margin-top: 0px;
    margin-bottom: 0px;
}
#header_hkd_underlayer .header_hkd_underlayer {
    width: 100%;
    max-width: 1230px;
    margin: 0px auto 0px;
    padding: 0px;
}
#header_hkd .header_hkd_header,
#header_hkd_underlayer .header_hkd_header{
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    padding: 0px;
}
.header_hkd2 {
    width: 100%;            /* 要素を幅いっぱいにする */
    background: #fff;       /* 背景色を濃いグレーに指定。半透明の「rgba(0,0,0,0.5)」でもいいかも */
    position: fixed;        /* ヘッダーを絶対位置にする。スクロールしても固定 */
    top: 0;                 /* 上から0pxに指定 */
    left: 0;                /* 左から0pxに指定 */
    padding: 0px; 
    box-sizing: border-box; /* paddingを含んで幅100%ちょうどにするため */
    z-index: 20;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    margin-top: 0px;
    margin-bottom: 0px;
}

#header_hkd .coupon-hamburger-menu,
#header_hkd_underlayer .coupon-hamburger-menu {
    list-style: none;
    margin: 0px;
    padding: 5px 0 0 5px;
    width: 100%;
    background-color: #fff;
}

#header_hkd .header_toggle,
#header_hkd_underlayer .header_toggle{
    max-width: 400px;
    width: 24%;
    padding: 0px;
    margin-left: 1%!important;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}
#header_hkd .nav_box,
#header_hkd_underlayer .nav_box{
    width: 75%;
    float: left;
    margin-top: 5px;
}
#header_hkd .nav_box ul,
#header_hkd_underlayer .nav_box ul{
    width: 100%;
    padding: 0px;
    margin-left: 25px;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
}
.header_toggle img{
    width: 100%;  
    padding: 0px;
    margin-top: 0px;
}

#header_hkd .nav_box li,
#header_hkd_underlayer .nav_box li{
    padding: 0px;
    margin: 7px 5px 0px;
    width: 23%;
}

#header_hkd .nav_box .nav-list,
#header_hkd_underlayer .nav_box .nav-list{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
}

#header_hkd .nav_box .nav-list-ng,
#header_hkd_underlayer .nav_box .nav-list-ng{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #949494;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #DADADA;
    border: 1px solid #000;
}
#header_hkd .nav-list:hover,
#header_hkd_underlayer .nav-list:hover {
  opacity: .7;
}

@media screen and (max-width:1680px) {
	
#coupon-slider .coupon-slider .coupon-header{
    position: absolute;
    left: 10%;
}

#coupon-slider .coupon-slider .nav_box{
	position: absolute;
    right: 5%;
}
}
@media screen and (max-width:1300px) {
	
#coupon-slider .coupon-slider .coupon-header{
    position: absolute;
    left: 3%;
}

#coupon-slider .coupon-slider .nav_box{
	position: absolute;
    right: 3%;
}
#coupon-slider .coupon-slider .coupon-header .logo{
    max-width: 400px;	
 }
}
@media screen and (max-width:1230px) {
	
#coupon-slider .coupon-slider .coupon-header{
    position: absolute;
    left: 3%;
    top: 5px;
}
#coupon-slider .coupon-slider .coupon-header .logo{
    max-width: 350px;	
 }
#header_hkd .header_toggle,
#header_hkd_underlayer .header_toggle{
    float: none;
}
#header_hkd .nav_box,
#header_hkd_underlayer .nav_box{
    width: 75%;
    top: 10px;
    right: 5px;
    position: absolute;
}
}
@media screen and (max-width:680px) {
	
#coupon-slider .coupon-slider .coupon-header .logo{
    width: 55%;
    margin-left: 0px;
    left: 5%!important;
 }
	

	
.logo img{
    width: 100%;
    text-align: left;
 }
#coupon-slider .coupon-slider .coupon-header{
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 10;
}
#header_hkd .header_toggle,
#header_hkd_underlayer .header_toggle{
    max-width: 400px;
    width:50%;
    padding: 0px;
}
}

#coupon-nav{
    width: 100%;
    max-width: 1230px;
    margin: 20px auto 0;
	
}
.coupon-nav{
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
    background-color: #fff;
}
.coupon-nav-ul{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.coupon-nav-ul li{
    list-style: none;
    font-weight: normal;
    font-size: 18px;
    float: left;
}

.coupon-nav-ul li a{
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.coupon-nav-li-ll {
    width: 31%;
    border-right: 1px dotted #000;
}
.coupon-nav-li-l {
	width : -webkit-calc(100% / 7);
	width: calc(100% / 7);
    border-right: 1px dotted #000;
}
.coupon-nav-li-l:nth-child(1) {
  background-color: #ddd;
    border-left: 1px dotted #000;
}
.coupon-nav-li-s {
    width: 12%;
    border-right: 1px dotted #000;
}
.coupon-nav-li-ll a:link,
.coupon-nav-li-l a:link,
.coupon-nav-li-s a:link{
    width: 100%;
    text-align: center;
    text-decoration: none!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.coupon-nav-li-l a:hover{
    background-color: #00a096;
    color: #fff!important;
    text-decoration: none!important;
}



#coupon-sp-nav{
    background: #fff;
    padding-bottom: 20px;
    z-index: 1000;
    margin: 0px;
	}

#coupon-sp-nav.fixed {
    left: 0;
    width: 100%;
    position: fixed;
    top: 0;
}
#coupon-hkd-nav{
    background: #fff;
    padding-bottom: 20px;
    z-index: 50;
    margin: 0px;
	}

#coupon-hkd-nav.fixed {
    left: 0;
    width: 100%;
    position: fixed;
    top: 0;
}

@media only screen and (max-width:1230px) {
#coupon-sp-nav{
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    z-index: 30!important;
    padding-bottom: 0px;
		
	}
#coupon-hkd-nav{
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    z-index: 30!important;
    padding-bottom: 0px;
    background-color: #FFFFFF;
	}

}

#coupon-sp-nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
}

.coupon-site-header {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

#coupon-sp-nav .coupon-hamburger-menu {
    list-style: none;
    margin: 0px;
    position: relative;
    padding: 5px 0 0 5px;
    width: 100%;
    background-color: #fff;
}
.coupon-header-logo-sp{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.coupon-header-logo-sp img{
    width: 100%;
	}
/*ハンバーガーアイコン*/
.coupon-sp-btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #000000;
    z-index: 160;
}

/*ハンバーガーアイコンを作る三本線*/
.coupon-sp-icon, .coupon-sp-icon:before, .coupon-sp-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #fff;
    border-radius: 2px;
    display: block;
    content: '';
    cursor: pointer;
    margin: auto;
}



/*三本線の間隔*/
.coupon-sp-icon:before {
  top: 20px;
}
.coupon-sp-icon:after {
  top: -20px;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
   .coupon-sp-icon:before {
  top: 15px;
}
.coupon-sp-icon:after {
  top: -25px;
}
}

::-webkit-full-page-media, _:future, :root .coupon-sp-icon:before {
  top: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .coupon-sp-icon:before {
  top: 20px;
}
}
::-webkit-full-page-media, _:future, :root .coupon-sp-icon:after {
  top: -20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .coupon-sp-icon:after {
  top: -20px;
}
}


/*チェックボックス非表示*/
.coupon-sp-nav-toggle {
    display: none;
    margin: 0px;
    padding: 0px;
}

/*アイコンをクリックしたら*/
.coupon-sp-nav-toggle:checked ~ .coupon-sp-btn-burger .coupon-sp-icon {
    background: transparent;
}
.coupon-sp-nav-toggle:checked ~ .coupon-sp-btn-burger .coupon-sp-icon:before {
    transform: rotate(-45deg);
    top: 0;
}
.coupon-sp-nav-toggle:checked ~ .coupon-sp-btn-burger .coupon-sp-icon:after {
    transform: rotate(45deg);
    top: 0;
}

.coupon-sp-icon,
.coupon-sp-icon:before,
.coupon-sp-icon:after {
    transition: all .8s;
}


/*中身*/
.coupon-sp-nav {
  background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 51;
    width: 100%;
    left: 0px;
    top: 0px;
}
.coupon-sp-nav ul{
    margin: 0;
    padding: 0px;
}
.coupon-sp-nav-list a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px;
}

.coupon-sp-nav-list {
    list-style: none;
    display: none;
    margin: 0;
}

.coupon-sp-nav-list li {
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.24);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.nglink {
    color: #949494!important;
    background-color: #DADADA!important;
    display: block;
    text-decoration: none;
    padding: 10px!important;
}


.coupon-sp-nav-toggle:checked ~ .coupon-sp-nav .coupon-sp-nav-list {
    display: block;
}

/*ハンバーガーアイコン*/
.coupon-sp-btn-burger2 {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: -85px;
    right: 15px;
    background-color: #000000;
    z-index: 50;
}
@media screen and (max-width: 420px) {
.coupon-sp-btn-burger2 {
    width: 56px;
    height: 60px;
    position: absolute;
    top: -75px;
}
	.coupon-sp-btn-burger {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5px;
}
.coupon-sp-icon, .coupon-sp-icon:before, .coupon-sp-icon:after {
    height: 2px; /*線の太さ*/
    width: 20px; /*線の長さ*/
}

}
@media screen and (max-width: 320px) {
	.coupon-sp-btn-burger {
    width: 35px;
    height: 35px;
}
.coupon-sp-icon, .coupon-sp-icon:before, .coupon-sp-icon:after {
    height: 2px; /*線の太さ*/
    width: 16px; /*線の長さ*/
}
/*三本線の間隔*/
.coupon-sp-icon:before {
  top: 5px;
}
.coupon-sp-icon:after {
  top: -5px;
}

}

/* ==================================================
   reccomend
================================================== */
/* Slider */
.slick-slider
{
    margin: 0px auto;
    padding: 0px;
    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: 95%;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0px;
    padding: 0px;
}
.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);
}

.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;

    min-height: 1px;
}
[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;
}
.counter_img_overlay {
	position: relative;
	padding: 30px 0 30px;
	text-align: center;
	width: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 65%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 65%);
background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 65%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


@media screen and (max-width: 680px) {
	
.counter_img_overlay {
	padding: 20px 0 20px;
}
}

/* ==================================================
   footer coupon
================================================== */
#footer-box,
#footer-banner-box{
    max-width: 1230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0px 20px;
    font-family: "メイリオ" Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif!important;
}
.footer-coupon{
    background-image: url(../images/common/coupon.png), url("../images/common/logo.png");
    background-position:
    /* 1枚目の背景画像の表示位置 */
    left 100px center,
    /* 2枚目の背景画像の表示位置 */
    right 100px center;
    background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-coupon-txt{
    margin-left: 450px;
    color: #646464;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
}
.footer-banner{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px;
}
	.footer-banner-list{
    width: calc(100% / 6);
    text-align: center;
    padding: 0px;
    margin: 0px;
	}
.footer-banner-list img{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

@media only screen and (max-width:1050px) {
.footer-coupon{
    background-image: url(../images/common/coupon.png), url("../images/common/logo.png");
    background-position:
    /* 1枚目の背景画像の表示位置 */
    left 20px center,
    /* 2枚目の背景画像の表示位置 */
    right 20px center;
    background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 180px auto;
}
.footer-coupon-txt{
    margin-left: 250px;
}
.footer-banner{
    width: 90%;
    max-width: 90%;
    margin: 0px auto;
}
	.footer-banner-list{
		width: calc(100% / 3);
      text-align: center;
      padding:0px 5px;
    margin: 0 auto;
	}
	.footer-banner-list img{
    width: 100%;
    margin: 10px auto;
	}
}
@media only screen and (max-width:680px) {
	
.footer-coupon{
    background-image: url(../images/common/coupon.png), url("../images/common/logo.png");
    background-position:
    /* 1枚目の背景画像の表示位置 */
    top 0px center,
    /* 2枚目の背景画像の表示位置 */
    bottom 0px center;
    background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;
    padding-top: 50px;
    padding-bottom: 150px;
    background-size: 150px auto;
}
.footer-coupon-txt{
    margin-left: auto;
    color: #646464;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    margin-right: auto;
}
	.footer-banner-list{
		width: calc(100% / 2);
      text-align: center;
      padding:0px 5px;
    margin: 0 auto;
	}
	.footer-banner-list img{
    width: 100%;
    margin: 10px auto;
	}
}
.staff-btn {
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.all-area{
	background-color: #80449E!important;
}
.dounan{
    background-color: #ff9600!important;}
.douou{
    background-color: #ff6496!important;}
.douhoku{
    background-color: #6482c8!important;}
.doutou{
    background-color: #64be8c!important;
}
.access{
	background-color: #999999!important;
}
.dounan-txt{
    color: #ff9600!important;	
}
.douou-txt{
    color: #ff6496!important;	
}
.douhoku-txt{
    color: #6482c8!important;	
}.doutou-txt{
    color: #64be8c!important;	
}
/*--------------------------------------------------------------
# coupon-plan
--------------------------------------------------------------*/
#coupon-plan{}
#coupon-plan .back_img{
    background-position: center top;
    background-image: url(../images/gallery/bg_photo03.jpg);
    background-attachment: scroll;
    background-size: cover;
}
#coupon-plan .section_title{
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 40px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-plan .section_title img{
    width: 100%;
}
@media screen and (max-width: 1079px) {
#coupon-plan .section_title{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}	
#header_hkd_underlayer{
    height: auto;
    padding: 0px 0px 5px;
    margin: 0px;
}
	
	
#coupon-plan .plan_box{
    margin: 10px auto 30px;
}
}
@media screen and (max-width: 680px) {
#coupon-plan .section_title{
    width: 100%;
    margin: 0px auto;
}
#coupon-plan .plan_box{
    margin: 10px auto 30px;
}
#coupon-plan .plan_box a:link,
#coupon-plan .plan_box a:visited{
    text-decoration: none;
    color: #FFFFFF;
}
}
#coupon-plan .plan_box{
    width: 100%;
    margin: 40px auto 40px;
    max-width: 1100px;
}
#coupon-plan .plan_box a:link,
#coupon-plan .plan_box a:visited{
    text-decoration: none;
    color: #FFFFFF;
}
#coupon-plan .plan_box a:hover{
    color: #000;
}

#coupon-plan .plan_list{
    margin: 10px auto;
}

/*--------------------------------------------------------------
sns_box
--------------------------------------------------------------*/
.sns_box{
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    max-width: 1200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.sns_list{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
  	display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
.sns_list li:nth-child(1){
    width: 120px;
}
.sns_list li:nth-child(2){
    width: 60px;
}
.sns_list li:nth-child(3){
    width: 60px;
}
.sns_list li:nth-child(4){
    width: 60px;
}
.sns_list li:nth-child(5){
    width: 60px;
}

@media only screen and (max-width:680px) {
	
#header_hkd_underlayer{
    height: auto;
    padding: 0px 0px 5px;
    margin: 0px;
}
	
.sns_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sns_list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sns_list li:nth-child(1){
    width:80px;
}
.sns_list li:nth-child(2){
    width: 45px;
}
.sns_list li:nth-child(3){
    width: 45px;
}
.sns_list li:nth-child(4){
    width: 45px;
}
.sns_list li:nth-child(5){
    width: 45px;
}
.btn_plan{
    font-size: 16px;
}
}




/*== ボタン共通設定 */
.btn_plan{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000;/* ボーダーの色と太さ */
    padding: 20px 10px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    background: #000;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 20px;
}

/*ボタン内spanの形状*/
.btn_plan span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
}

.btn_plan:hover span{
  color:#333;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#ffcf00;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

.btn_arrow {
    position: relative;
  color:#fff;
}
.btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.btn_arrow:hover {
    color: #333;
}



/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	right: 0;
	font-size: 20px;
}

#page-top:not(.page-top-img) a {
	text-decoration: none;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding:15px 15px;
	cursor:pointer;
}

#page-top a:hover {
	text-decoration: none;
	color: #fff;
}

#page-top.page-top-img { /* 画像 */
	bottom: 0;
}

.page-top-img img {
	max-height:300px;
	max-width: 100%;
}

#JTBGH-ly_header.JTBGH-ly_header{
	z-index: 99999!important;
}
/*--------------------------------------------------------------
# modalset
--------------------------------------------------------------*/

main .bt-modal-close:hover {
    cursor:pointer;
    color:#f00;
}

main #modal_out{
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(51, 51, 51, 0.8);
	width: 100%;
	height: 1200%;
	z-index:10;
	}

main #modal_box{
    position: fixed;
	width:100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    padding: 50px;
	}

main #modal_box .movie-box{
	display:none;
	}

main #modal_box .movie-box{
    width: 700px;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 5px;
    margin-top: 25%;
	}

main #modal_box img.close{
	display:block !important;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	opacity:1!important;
}

main .modal-overlayBox {
    z-index:10;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.6);
}
main .modal-content {
    position:fixed;
    display:none;
    z-index:12;
    /*width:50%;*/
    margin:0;
    padding:20px;
	width:100%;
    background:#fff;
}
main .modal-content p {
	width:100%;
	text-align: right;
	padding:0 !important;
	margin:0 0 6px 0 !important;
}
main .thumbnail:hover {
    cursor:pointer;
}
main .bt-modal-close img {
	 padding:0 !important;
	 margin: 0 !important;

}
@media screen and (max-width: 680px) {

main #modal_box .movie-box{
	width:380px;
	height:280px;
	position:absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:30px;
	border-radius:5px;
    margin-top: 50%;
	}
}
@media screen and (max-width: 375px) {
main #modal_box .movie-box{
	width:330px;
	height:230px;
	position:absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:#FFFFFF;
	padding:5px;
	border-radius:5px;
	}
}
.linkStandard_bx{
    padding: 0px;
    margin: 10px auto 20px;
    width: 100%;
    max-width: 1200px;
}
a.linkStandard {
    background: url(https://www.jtb.co.jp/common/images/icon_list.gif) 2px 0.3em no-repeat;
    padding-left: 13px;
    color: #000000;
}
