@charset "UTF-8";

/* font
----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;700&family=Roboto:wght@400;700&family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css?ver=5.0.4');

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  /*vertical-align:baseline;*/
  background:transparent;
  font-weight: normal;
}

body {
  line-height:1;
}

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

nav ul {
  list-style:none;
}

ul,ol {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* layout
----------------------------------------------------*/
html,body{
	height: 100%;
}

html {
  scroll-behavior: smooth;
 	font-size: 62.5%; 
}

body{
	color: #444;
	line-height: 1.7;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
	position: relative;
  -webkit-text-size-adjust: 100%;
}

#container{
  width:100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

footer {
  width: 100%;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}


.sp { display:block; }
.pc { display:none; }

#container main {
  margin: 0 auto;
  padding-bottom: 75px;
}

@media only screen and (min-width: 768px) /*tablet*/ {
  
}

@media only screen and (min-width: 1024px) /*pc*/ {

  .sp { display:none; }
  .pc { display:block; }

}


/* common
----------------------------------------------------*/
* {
  box-sizing:border-box;
}

img{
	border: none;
	vertical-align: bottom;
	width:auto;
	max-width:100%;
	height:auto;
}

/***** rollover *****/
a {
  color: #153C84;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  transition: opacity .2s linear;
}
  
a img{
  transition: opacity .2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: .7;
}

/***** clearfix *****/
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/***** link *****/
a.openwin::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 5px;
}


/* header
----------------------------------------------------*/
header {
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  transform: translate3d(0,0,0);
}

/********** logo **********/
header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1%;
}

header .logo img {
  max-width: 160px;
}

/********** hnavi **********/
header .hnavi {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1200;
}

header .hnavi ul {
  display: flex;
}

header .hnavi ul li {
  position:relative;
  cursor:pointer;
  width:60px;
  height:60px;
  margin:0;
  top: 0;
  color: #106AB5;
}

header .hnavi ul li a {
  color: #106AB5;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  display: block;
  line-height: 1.2;
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
}

header .hnavi li a:before {
  font-size: 2rem;
  display: block;
  margin-bottom: 3px;
}

/* onlineshop */
header .hnavi .onlineshop a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
}

/* contact */
header .hnavi .contact a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

/********** menu_btn **********/
header .menu_btn {
  position:absolute;
  cursor:pointer;
  width:60px;
  height:60px;
  margin:0;
  top: 0;
  right: 0;
  color: #106AB5;
}

header .menu_btn label {
  font-size: 1rem;
  font-family: Noto Sans JP,sans-serif;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

header .menu_btn span:nth-of-type(1) {
  content:"";
  display:block;
  position:absolute;
  width:50%;
  background:#106AB5;
  top:15%;
  height:2px;
  margin: 0;
  left:25%;
  transition: all .5s ease-in-out;
}

header .menu_btn span:nth-of-type(2) {
  display:block;
  position:absolute;
  width:50%;
  background:#106AB5;
  top:30%;
  height:2px;
  margin:-1px 0 0 0;
  left:25%;
  transition: all .5s ease-in-out;
}

header .menu_btn span:nth-of-type(3) {
  content:"";
  display:block;
  position:absolute;
  width:50%;
  background:#106AB5;
  top: 40%;
  height:2px;
  margin:0;
  left:25%;
  transition: all .5s ease-in-out;
}

/* menu_btn open */
header .menu_btn.open span:nth-of-type(1) {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top:30%;
  height:2px;
  margin: 0;
  transition: all .5s ease-in-out;
}

header .menu_btn.open span:nth-of-type(2) {
  opacity:0;
  height:2px;
  margin:-1px 0 0 0;
  transition: all .5s ease-in-out;
}

header .menu_btn.open span:nth-of-type(3) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 30%;
  height:2px;
  margin:0;
  transition: all .5s ease-in-out;
}


/********** gnavi **********/
.gnavi {
  z-index: 1100;
  position: fixed;
  overflow: auto;
  top: 60px;
  right: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  box-sizing: border-box;
  background: #106AB5;
  text-align: center;
  transition: all .2s linear;
  opacity: 0;
  pointer-events: none;
}

.gnavi li a {
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.gnavi.open {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 480px) {
  header .logo img {
    max-width: 130px;
  }
}

@media only screen and (min-width: 768px) /*tablet*/ {

}

@media only screen and (min-width: 1024px) /*pc*/ {
  /* header
  ----------------------------------------------------*/
  header {
    height: 110px;
  }

  /********** logo **********/
  header .logo {
    top: 35%;
    transform: translateY(-35%);
  }
  
  header .logo img {
    max-width: 250px;
  }
  
  /********** hnavi **********/
  header .hnavi {
    right: 1%;
  }

  header .hnavi ul li {
    margin-left: 0.5em;
  }

  header .hnavi ul li a {
    font-size: 1.4rem;
    height:44px;
    line-height: 44px;
    border-radius: 3px;
    color: #fff;
  }

  header .hnavi ul li a:hover {
    opacity: .8;
  }

  header .hnavi li a:before {
    font-size: 1.6rem;
    display: inline;
    margin: 0 3px 0 0;
  }

  /* onlineshop */
  header .hnavi li.onlineshop {
    width: 210px;
  }
  
  header .hnavi li.onlineshop a {
    background: #0CB48D;
  }

  /* contact */
  header .hnavi li.contact {
    width: 160px;
  }
  
  header .hnavi li.contact a {
    background: #5BADE1;
  }
  
  /********** menu_btn **********/
  header .menu_btn {
    display: none;
  }
  
  /********** gnavi **********/  
  .gnavi {
    opacity: 1;
    background: none;
    bottom: 0;
    right: 1%;
    padding: 0;
    height: 50px;
    text-align: right;
  }
  
  .gnavi li {
    display: inline-block;
    position: relative; 
  }
  
  .gnavi li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-left: 1px solid #707070;
    height: 15px;
  }
  
  .gnavi li a {
    color: #444;
    padding: 0 10px;
    pointer-events: auto;
  }

  .gnavi li a::after {
    position: absolute;
    transition: all .2s linear;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 4px;
    background: #106AB5;
  }

  .gnavi li a:hover {
    cursor: pointer;
  }
  
  .gnavi li a:hover:after {
    width: 100%;
    left: 0;
  }
  
}


/* footer
----------------------------------------------------*/
/* floating_links */
.floating_links {
  width: 100%;
  z-index: 900;
}

.floating_links ul {
  display: flex;
}

.floating_links ul li {
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}

.floating_links ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
}

.floating_links ul li.rsv a {
  background: #FC6D05;
}

.floating_links ul li.rsv a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f109";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}

.floating_links ul li.onlineshop a {
  background: #0CB48D;
}

.floating_links ul li.onlineshop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}

/* footer_nav */
footer .footer_nav_area {
  background:#5BADE1;
  width: 100%;
  padding: 0 0 20px;
}

footer .footer_nav_area .inner {
  width: 100%;
  max-width: 100%;
}

footer .footer_nav_area ul {
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

footer .footer_nav_area ul li {
  width: 50%;
  border-bottom: 1px solid #A2D1EE;
}

footer .footer_nav_area ul li:nth-child(odd) {
  border-right: 1px solid #A2D1EE;
}

footer .footer_nav_area ul li.sns_wrap {
  width: 100%;
  border: none;
}

footer .footer_nav_area ul a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.8em 1em;
}

footer .footer_nav_area ul.sns {
  display: block;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 20px;
}

footer .footer_nav_area ul.sns li {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #fff;
  border-radius: 25px;
}

footer .footer_nav_area ul.sns li a {
  display: block;
  color: #106AB5;
  padding: 0;
}

/* copyright */
footer .copyright_area {
  background: #EBF5FB;
  font-size: 1.2rem;
  text-align: center;
  padding: 1em;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  /* floating_links */
  .floating_links ul li {
    font-size: 2.4rem;
  }

  .floating_links ul li a {
    padding: 1em;
  }

  .floating_links ul li.rsv a::before,
  .floating_links ul li.onlineshop a::before {
    font-size: 3rem;
  }

  .floating_links ul li a span {
    font-size: 3rem;
  }
  
  .floating_links ul li a {
    transition: all .2s linear;
  }
  
  .floating_links ul li.rsv a:hover {
    background: #f98028;
  }
  
  .floating_links ul li.onlineshop a:hover {
    background: #0DC79C;
  }
  
  
  /* footer_nav */
  footer .footer_nav_area {
    padding: 20px 0;
  }
  
  footer .footer_nav_area .inner {
    width: 90%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  
  footer .footer_nav_area ul:not(.sns) {
    display: block;
    width: 23%;
  }
  
  footer .footer_nav_area ul li {
    width: auto;
    border-bottom: none;
    line-height: 1.5;
    margin-bottom: 0.5em;
    position: relative;
  }
  
  footer .footer_nav_area ul li:nth-child(odd) {
    border-right: none;
  }
  
  footer .footer_nav_area ul li::before {
    content: "";
    width: 3px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0.7em;
    left: 0;
  }
  
  footer .footer_nav_area ul li.sns_wrap::before,
  footer .footer_nav_area ul.sns li::before {
    content: none;
  }
  
  footer .footer_nav_area ul a {
    padding: 0;
    margin-left: 0.5em;
  }
  
  footer .footer_nav_area ul.sns a {
    margin-left: 0;
  }
  
  footer .footer_nav_area ul.sns {
    text-align: left;
  }
  
  footer .footer_nav_area ul li a:hover {
    text-decoration: underline;
  }
  
  footer .footer_nav_area ul.sns li a:hover {
    opacity: .7;
  }
}

/* breadcrumb
----------------------------------------------------*/
ul.breadcrumb {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

ul.breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

ul.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: solid 1px transparent;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -1em;
  margin-right: 0.5em;
}

/* main common setting
----------------------------------------------------*/
body:not(.home) main section {
  padding-bottom: 40px;
}

/*
main section {
  padding: 40px 0;
}

body:not(.home) main section + section {
  padding: 0 0 40px;
}
*/

h1.tit {
  background: url("../img/common/dot.png") 0 0, linear-gradient(to right, #64e0fc, #3289d1);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

main h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #106AB5;
  text-align: center;
  border-bottom: 2px solid #106AB5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

main h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

main .marker {
  background: linear-gradient(transparent 75%,rgba(250,156,6,.8) 0);
}

main strong {
  font-weight: bold;
}

main .txt_red {
  color: #F2092E;
}

main .txt_center {
  text-align: center;
}

main .lead {
  margin-bottom: 40px;
}

main .lead p:not(:last-of-type) {
  margin-bottom: 1em;
}

/***** btn *****/
main .btn a,
main .btn button {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  background: #106AB5;
}

main .btn button {
  border-style: none;
  font-size: 1.6rem;
  cursor: pointer;
  outline:none;
  width: 100%;
}

main .btn a:hover,
main .btn button:hover{
  text-decoration: none;
  opacity: .7;
}

main .btn button {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  background: #106AB5;
}

/* onlineshop */
main .btn_onlineshop a {
  background: #0CB48D;
}

main .btn_onlineshop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}

/* contact */
main .btn_contact a {
  background: #5BADE1;
}

main .btn_contact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}

/* rsv */
main .btn_rsv a {
  background: #FC6D05;;
}

main .btn_rsv a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f109";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}

main .btn_rsv_set {
  text-align: center;
  margin-bottom: 50px;
}

main .btn_rsv_set .txt_red {
  margin-top: 5px;
  font-size: 1.4rem;
}


/***** bnr *****/
main p.bnr {
  margin-bottom: 40px;
  text-align: center;
}

/***** arrow *****/
main .arrow {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border: 30px solid transparent;
  border-top: 20px solid #106AB5;
  margin: 0 auto;
}

/***** check_list_box *****/
main dl.check_list_box {
  border: 4px solid #A2D1EE;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}


main dl.check_list_box dt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #A2D1EE;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

main dl.check_list_box dd ul li {
  padding: 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}

main dl.check_list_box dd ul li:last-child {
  margin-bottom: 0;
}

 main dl.check_list_box dd ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  margin-right: 0.5em;
  color: #FA2A6F;
}

/***** form *****/
/* textbox */
main form input[type=text],
main form input[type=email],
main form input[type=password],
main form input[type=tel]{
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
}

/* texarea */
main form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  height: 8em;
  -webkit-appearance: none;
}


/* selectbox */
main form .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  margin: 0;
  background: none;
  font-size: 16px;
}

main form .select_wrap {
  border: 1px solid #bebebe;
  border-radius: 3px;
  position: relative;
}

main form .select_wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: absolute;
  top: 14px;
  right: 10px;
  transform: rotate(45deg);
  pointer-events: none;
}


/* radio button */
main form input[type=radio] {
  display: none;
}
main form .radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
main form .radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
main form .radio::after {
  background: #106AB5;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
main form input[type=radio]:checked + .radio::after {
  opacity: 1;
}

/* checkbox */
main form input[type=checkbox] {
  display: none;
}
main form .checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
main form .checkbox::before {
  background: #fff;
  border: 1px solid #ccc;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
main form .checkbox::after {
  border-right: 3px solid #106AB5;
  border-bottom: 3px solid #106AB5;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

main form input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

/* submit / button */
main form .btn input[type=submit],
main form .btn input[type=button]{
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-style: none;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  background: #106AB5;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity .2s linear;
  margin: 0 auto;
  -webkit-appearance: none;
}

main form .btn input[type=submit]:hover,
main form .btn input[type=button]:hover{
  opacity: .7;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  body:not(.home) main section {
    padding-bottom: 80px;
  }
/*
  main section {
    padding: 80px 0;
  }
  
  body:not(.home) main section + section {
    padding: 0 0 80px;
  }
*/
  
  h1.tit {
    font-size: 2rem;
    margin-top: 110px;
  }
  
  main h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  
  main h3 {
    margin-bottom: 30px;
  }

  /***** btn *****/
  main .btn a,
  main .btn button {
    max-width: 320px;
    margin: 0 auto;
  }
  
  /***** bnr *****/
  main p.bnr {
    margin-bottom: 60px;
  }
  
  /***** check_list_box *****/
  main dl.check_list_box {
    padding: 30px 50px;
    margin-bottom: 60px;
  }
}


/******************** mv ********************/
.mv {
  margin-top: 60px;
}

.mv ul {
  position: relative;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  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: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-dots li button:before {
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #106AB5;
  border-radius: 5px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1024px) /*pc*/ {
  .mv {
    margin-top: 110px;
  }
  
  .slick-slide {
    margin: 0 5px;
  }
}