/*
    Theme Name: Lonely
    Theme URL: https://bootstrapmade.com/free-html-bootstrap-template-lonely/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    color: #888;
	font-size: 16px;
	line-height: 1.6em;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    color: #444;
}

blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
}
@media (max-width:768px) {
    p {
        font-size: 14px;
    }
 }
@media (max-width:480px) {
    p {
        font-size: 11px!important;
    }
 }
p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.light {
    font-weight: 400;
}
img{
    width: 100%;
}

img.img-responsive {
	margin-bottom: 20px;
}

.ib{
    display: inline-block;
}
.pl3e{
    padding-left: 3em;
}
.w20{
    width: 20%;
}
.w80{
    width: 80%;
}
.w90{
    width: 90%;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.container {
    max-width: 1000px;
}
/* ------- Navigation ------------ */
#navigation {
    z-index: 9999;
    width: 20em;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
}


.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color:transparent;
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ea5969;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
    transition: .2s;
}

.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2n+1) {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2n) {
    transform: rotate(0);
	-webkit-transform: rotate(0);
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
    opacity: 1;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2n+1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2n) {
    transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
    opacity: 0;
}
.navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 8px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: -4px;
}
.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.9);
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: right;
    margin: 0 auto;
    width: 20em;
}
.navbar-custom ul.nav li {
	float: none;
    display: inline-block;
    width: 20em;
    text-align: left;
    padding: 0;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
    font-weight: 700;
    padding: 1em;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-header {
    text-align: right;
    margin: 10px;
}
.navbar-toggle {
    padding: 0 10px;
    font-size: 40px;
    color: #ea5969;
    border: 0;
    background: 0;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 3vw;
    display: block;
    position: relative;
    z-index: 120;
    margin: 50px 0;
    overflow: hidden;
    width: 100%;
}
@media (max-width:1000px) {
    .home-section {
        margin: 30px 0;
    }
}
@media (max-width:480px) {
    .home-section {
        margin: 20px 0;
    }
}
.section-heading h2 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
    width: 100vw;
    position: relative;
    background: url(../img/bg2.jpg) no-repeat bottom center;
    background-size: 100vw;
    height: 65vw;
    padding:5vw 0;
}
@media (max-width:1200px) {
    .intro {
        height: 68vw;
    }
}
@media (max-width:1000px) {
    .intro {
        height: 70vw;
    }
}
@media (max-width:768px) {
    .intro {
        height: 85vw;
    }
}
@media (max-width:480px) {
    .intro {
        height: 110vw;
    }
}
.intro .slogan {
	text-align: center;

}
.intro #logo {
    margin-top: -3vw;
}
.intro h1 a img{
    width: 12vw;
    max-width: 100px;
}
.intro .slogan a{
margin-bottom: 1vw;
display: block;
}
.intro .slogan a img{
    width: 40%;
}

.intro .slogan div.wow img{
    width: 60%!important;
    margin-top: 25px;
}
@media (max-width:768px) {
    .intro .slogan a img{
        width: 60%;
     }
    .intro .slogan div.wow img{
        width: 70%!important;
    }
}
@media (max-width:480px) {
    .intro .slogan a img{
        width: 75%;
     }
    .intro .slogan div.wow img{
        width: 85%!important;
    }
}
.intro .page-scroll {
	text-align: center;
}


.intro .page-scroll a {
	color:rgba(80, 78, 78, 0.4);
}
@media (max-width:480px) {
.intro .page-scroll a {
    font-size: 12px;
}
.intro .page-scroll {
	margin-top: 20px;
}
}
.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}



/* ===========================
--- Footer
============================ */

footer {
	text-align:left;
    background: #005AAB!important;
    width: 100vw;
    position: relative;
}

footer p {
    color: #f8f8f8;
    margin: 0;
    padding: 0 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}
.credits {
    color: #fff;
}

/* ==========================
Parallax
============================= */

#separator {
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}



.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}



.navbar-header .fas {
    color: #e95465;
    font-size: 20px;
}

/* Media queries */
@media (max-width:768px) {
	.col-xs-6 {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.9);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}


	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}

}
div#navigation-sticky-wrapper {
    height: 0!important;
}
.navbar-collapse{
    padding: 0;
}

.fa-2x {
    position: absolute;
    top: 18%;
}
/*----------------
/*vol start
-------------------*/
 p.catch{
    font-size: 2vw;
    text-align: center;
    color: #333;
    margin: 1vw;
}

@media (max-width:700px) {
     p.catch {
        margin: 0 -3vw 15px -3vw;
        font-size: 13px!important;
        width: 97vw;
    }
}
/*vol1*/
#vol1 .profile{
    margin-bottom: 30px;
}
#vol1 .profile p{
    text-align: left;
    font-size: 13px;
    color: #333;
}
#vol1 table{
    border-collapse: separate;
    height: 110px;
    line-height: 1.3em;
}
#vol1  .section-heading h2 {
    margin-bottom: 3vw;
}
@media (max-width:1000px) {
#vol1 table{
    height: 130px;
}
}
@media (max-width:767px) {
#vol1 table {
    height: 100px;
}
}
@media (max-width:480px) {
    #vol1 table {
        height: 80px;
        line-height: 1.1em;
    }
    }
#vol1 .profile01 th{
 width: 24%;
}
#vol1 .profile01 td {
    width: 76%;
    font-size: 14px;
    text-align: left;
    color: #333;
}
@media (max-width:480px) {
    #vol1 .profile01 th{
        width: 30%;
       }
       #vol1 .profile01 td {
           width: 70%;
       }
}
#vol1 .profile01 th img {
    width: 80%;
}
#vol1 .profile01 td p.name {
    font-size: 20px;
    font-weight: bold;
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: bottom;
    letter-spacing: 0.1em;
    margin: 0 0 3px 0;
}
@media (max-width:1000px) {
    #vol1 .profile01 td {
        font-size: 13px;
    }
    }
@media (max-width:480px) {
#vol1 .profile01 td p.name {
    font-size: 16px!important;
}
#vol1 .profile01 td {
    font-size: 11px;
}
}
table.profile02 {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    height: 110px;
    vertical-align: middle;
    padding: 0 10px;
  }
#vol1 div.profile:nth-child(1) .profile01 td p.name{
    background-image: url(../img/line_h.jpg);
}
div.profile:nth-child(1) table.profile02 {
    background: #f59b38;
}
#vol1 div.profile:nth-child(2) .profile01 td p.name{
    background-image: url(../img/line_o.jpg);
}
div.profile:nth-child(2) table.profile02 {
    background: #8dbd28;
}
#vol1 div.profile:nth-child(3) .profile01 td p.name{
    background-image: url(../img/line_y.jpg);
}
div.profile:nth-child(3) table.profile02 {
    background: #4caeae;
}
#vol1 div.profile:nth-child(4) .profile01 td p.name{
    background-image: url(../img/line_m.jpg);
}
div.profile:nth-child(4) table.profile02 {
    background: #67afe4;
}
#vol1 div.profile:nth-child(5) .profile01 td p.name{
    background-image: url(../img/line_n.jpg);
}
div.profile:nth-child(5) table.profile02 {
    background: #e2ae4e;
}
#vol1 div.profile:nth-child(6) .profile01 td p.name{
    background-image: url(../img/line_t.jpg);
}
div.profile:nth-child(6) table.profile02 {
    background: #ea6687;
}
#vol1 .profile02 th{
    width: 20%;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
@media (max-width:767px) {
#vol1 .profile02 th {
    width: 10%;
}
}
#vol1 .profile02 td{
    width: 80%;
    border-radius: 0 0 10px 10px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}
@media (max-width:1000px) {
    #vol1 .profile02 td {
        padding-left: 10px;
        font-size: 13px;
    }
    }
@media (max-width:480px) {
    #vol1 .profile02 td {
        font-size: 11px;
        padding: 10px 0 10px 10px;
    }
}
#vol1 .profile02 img {
    width: 66px;
    border-right: 1px solid #fff;
    padding: 0 13px 0 0;
}

  table.profile02 tbody tr:last-child th,
  table.profile02 tbody tr:last-child td {
    border-bottom: none;
  }

  table.profile02 tbody tr:last-child th:first-child {
    border-radius: 10px 0 0 10px;
  }
  table.profile02 tbody tr:last-child th:last-child {
    border-radius: 0 10px 10px 0;
  }
/*----------------------------
/*vol2
----------------------------*/

#vol2{
    padding: 20px 0 5vw;
    background-image: url(../img/back2.jpg);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}
#vol2 img.w9 {
    width: 90%;
}
#vol2 .section-heading h2 {
    margin: 20px 0 0 0;
}
#vol2 p {
	margin: 20px auto;
	color: #000;
	font-weight: bold;
}
@media screen and (max-width: 1000px){
    #vol2 p {
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 800px){
    #vol2 p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px){
    #vol2 p {
        font-size: 11px !important;
        padding-left: 20px;
        text-align: left;
    }
    #vol2 .section-heading h2 {
        margin: 10px 0 0 0;
    }
}
/*----------------------------
/*vol3-5
----------------------------*/

.discussion .hukidashi {
    margin: 20px 0 10px 0;
}
.row.hukidashi div.col-xs-9 {
    padding: 0;
}
.discussion .hukidashi p {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 10vw;
}
.discussion .gazou{
    margin: 10px 0 50px;
}
@media screen and (max-width: 1000px){
    .discussion .hukidashi p {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px){
    .discussion .hukidashi p {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px){
    .discussion h2 {
        font-size: 14px!important;
    }

    .discussion .gazou{
        margin: 10px 0;
    }
    .discussion .gazou img{
        margin: 10px 0;
    }
    .discussion .section-heading p{
        margin: 0;
        padding: 0;
        text-align: left;
        padding: 15px;
    }
    .discussion p{
        font-size: 11px;
    }
    .discussion .hukidashi p {
        font-size: 10px;
        text-align: left;
    }
    /* 吹き出し本体 */
    .discussion .hukidashi p{
        position: relative;
        padding: 10px;
        border: 2px solid #ca8888;
        border-radius: 8px;
    }

    /* 三角を表現 */
    .discussion .hukidashi:nth-child(2n+1) p:before{
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: -10px;
        top: 10px;
        border-right: 10px solid #ca8888;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;

    }
        .discussion .hukidashi:nth-child(2n+1) p:after{
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: -8px;
        top: 10px;
        border-right: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
        .discussion .hukidashi:nth-child(2n) p:before{
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        right: -10px;
        top: 10px;
        border-left: 10px solid #ca8888;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .discussion .hukidashi:nth-child(2n) p:after{
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        right: -8px;
        top: 10px;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .discussion h2{
        margin: 0;
    }

}
/*----------------------------
/*vol3
----------------------------*/
#vol3.discussion h2 {
    background: url(../img/vol3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    height: auto;
    padding: 2% 0 5% 30%;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
}
/*----------------------------
/*vol4
----------------------------*/
#vol4.discussion h2 {
    background: url(../img/vol4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    height: auto;
    padding: 6% 0 5% 30%;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
}
/*----------------------------
/*vol5
----------------------------*/
#vol5.discussion h2 {
    background: url(../img/vol5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    height: auto;
    padding: 6% 0 5% 22%;
    font-size: 2.9rem;
    font-weight: bold;
    width: 100%;
}
/*----------------------------
/*vol6
----------------------------*/
#vol6.discussion h2 {
    background: url(../img/vol6.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    height: auto;
    padding: 6% 0 5% 40%;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
}
#vol6 p.catch{
    font-size: 2vw;
    text-align: center;
    color: #333;
    margin: 4vw 0;
    width: 100%;
}
#vol6 .gazou{
    margin-top: 5vw;
}
#vol6 .section-heading p{
    margin-bottom: 100px;
}

@media screen and (max-width: 480px){
#vol6 .section-heading p {
    margin-bottom: 25px;
}
#vol5.discussion h2 {
    font-size: 11.5px!important;
}
}
@media screen and (max-width: 768px){
.discussion h2 {
    font-size: 2rem!important;
}
}
@media screen and (max-width: 620px){
    .discussion h2 {
        font-size: 1.8rem!important;
    }
    }
    @media screen and (max-width: 560px){
        .discussion h2 {
            font-size: 1.6rem!important;
        }
        }
        @media screen and (max-width: 520px){
            .discussion h2 {
                font-size: 1.4rem!important;
            }
            }
/*----------------------------
/*vol8
----------------------------*/
@media screen and (max-width: 767px){
    .piccover{
        margin: 10px 0;
    }

}
#vol8 .piccover span{
    cursor: pointer;
}
#vol8 .piccover1{
    position: relative;
}
#vol8 .piccover2{
    position: relative;
}
.click1 {
    position: absolute;
    bottom: 4%;
    right: 32%;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.click2 {
    position: absolute;
    bottom: 4%;
    right: 8%;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.click3 {
    position: absolute;
    bottom: 4%;
    right: 40%;
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.piccover {
    position: relative;
    display: inline-block;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    border-radius: 5%;
    z-index: 100;
    width: 100%;
  }
  /*.piccover::before,
  .piccover::after {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: 2;
    content: '';
    transition: all .3s;
  }
  .piccover::before {
    border-top: 3px solid #4caeae;
    border-bottom: 3px solid #4caeae;
    transform: scale(0, 1);
    border-radius: 6%;
  }
  .piccover::after {
    border-right: 3px solid #4caeae;
    border-left: 3px solid #4caeae;
    transform: scale(1, 0);
    border-radius: 6%;
  }*/
  .piccover:hover img{
      opacity: 0.8;
  }
  .piccover:hover {
    color: #4caeae;
    background: #4caeae;
  }
  area:hover img{
    opacity: 0.8;
    background: #4caeae;
}
  /*.piccover:hover::after,
  .piccover:hover::before {
    transform: scale(1);
  }*/
.pic img:hover{
    cursor: pointer;
}
.owl-carousel .owl-item {
    padding: 0 2px;
}
/*----------------------------
/*footer
----------------------------*/
.slw_shopListElem {
    padding: 9px 0 12px;
    color: #ffffff;
    background: none;
    float: left;
}
.slw_shopListElem + .slw_shopListElem{
}
@media screen and (max-width: 767px){
  .slw_shopListElem {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px 0 0px;
  }
}
footer {
    position: relative;
}
.ftr_logo {
    max-width: 65px;
    width: 5vw;
    float: left;
    padding: 15px 0;
    margin: 0 25px 0 15px;
}
@media screen and (max-width: 767px){
.ftr_logo {
    width: 50px;
    padding: 13px 0;
    margin: 20px auto 10px;
    float: none;
}
}
@media screen and (max-width: 480px){
    .ftr_logo {
        padding: 8px 0;
    }
    }
.footer_2 a {
    margin: 0;
    padding: 0;
    color: #00678C;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
    word-break: break-all;
    transition: 0.6s;
}
.shopListWrap.f_slw {
    background-color: #005AAB;
}
.slw_shopList {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.f_slw .slw_shopListElem {
    display: none;
}
.slw_shopList li.slw_shopListElem {
    padding-left: 36px;
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 22px 22px;
}
.f_slw .slw_shopList li {
    width: 100%;
}
.slw_name {
    margin: 0 auto 5px;
    font-size: 15px;
    line-height: 1;
}
.slw_tel {
    margin: 0 auto 4px;
    font-size: 16px;
    line-height: 1;
}
.slw_tel a {
    color: #ffffff;
    text-decoration: none;
}
.mail {
    float: right;
    margin-right: 30px;
}

@media screen and (max-width: 767px){
  .mail{
    float: none;
    margin: 20px auto 30px;
  }
}

.slw_opentime {
    font-size: 10px;
    line-height: 1;
}
.slw_shopList li {
    margin: 0 0 5px;
    padding: 16px 0 12px;
    color: #ffffff;
    width: 49.4%;
    background-color: #005AAB;
    position: relative;
}

.font_century {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.ftr_btnMail {
    padding: 20px 0 20px 55px;
    text-align: center;
}
.ftr_btnMail a {
    display: inline-block;
    padding: 13px 8px 13px 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ffffff;
    background-image: url(../img/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 8px 50%;
}
.ftr_btnMail {
    padding: 20px 0 0;
}

@media screen and (max-width: 1112px){
    .ftr_btnMail {
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px){
	.ftr_btnMail a {
    font-size: 15px;
	}
}

@media screen and (min-width: 768px){
	a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
	}
}


@media screen and (min-width: 768px){
	.slw_opentime {
    font-size: 11px;
}
}

.slw_tel {
padding-left: 28px;
    font-size: 26px;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 22px 22px;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 767px){
	.slw_name {
    padding-left: 6px;
    font-size: 18px !important;
    margin-bottom: 10px
	}
}

@media screen and (max-width: 767px){
	.slw_tel {
    text-align: center;
    max-width: 180px;
    background: none;
    padding-left: 0;
    font-size: 22px !important;
	}

  .slw_tel::before{
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -30px;

  }
}


@media screen and (min-width: 768px){
.f_slw .slw_shopList li {
    margin: 0;
    width: auto;
	}
}



@media screen and (min-width: 768px){
	.slw_shopList li.slw_shopListElem {
    padding: 16px 0 12px;
    color: #ffffff;
    background: none;
	}
}

@media screen and (min-width: 768px){
.f_slw .slw_shopListElem {
    display: block;
	}
}



@media screen and (min-width: 768px){
	.shopListWrap {background-color: #005AAB;}
	.slw_shopList {width: 96%;}
	.f_slw .slw_shopList {
    margin-right: 2%;
    width: calc(100% - 100px);
	}

}
@media screen and (min-width: 1140px){
	.f_slw .slw_shopList {
    margin: 0 auto;
    width: 96%;
	}
}

.mail a {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    z-index: 100;
}
.mail a::before,
.mail a::after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -1px;
    left: -2px;
    z-index: 2;
    content: '';
    transition: all .3s;
}
.mail a::before {
    border-top: 2px solid #f59b38;
    border-bottom: 2px solid #f59b38;
    transform: scale(0, 1);

}
.mail a::after {
    border-right: 2px solid #f59b38;
    border-left: 2px solid #f59b38;
    transform: scale(1, 0);

}
.mail a:hover{
    opacity: 1;
}
.mail a:hover::after,
.mail a:hover::before {
  transform: scale(1);
}
/*----------------------------

          #page-top

----------------------------*/
#page-top {
  position: fixed;
  bottom: 15px;
  right: 5px;
  z-index: 1000;
}
#page-top a {
	background:rgba(0, 89, 171, 0.8);
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 16px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 1px 1px 3px #333;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(0, 89, 171, 0.9);
}
/*----------------------------

          .setting

----------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

@media (max-width: 768px) {
  .sp-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; } }
@media (min-width: 768px) {
  .phone-num {
    pointer-events: none; }
}


.slw_txt{
    font-size: 15px;
    padding: 10px 0;
}
.slw_tel{
    font-size: 40px;
    padding: 14px 0 0 42px;
    background-size: 34px;
    background-position: 0px 18px;
}
.slw_tel a{
  color:#fff;
}


@media screen and (max-width: 768px){
.slw_shopList {
    display: block;
  }

.slw_shopList li {
    width: 100%;
    margin: 0 0 0px;
    padding: 0px 0 0px;
}
.slw_txt{
    text-align: center;
        padding: 10px 0 0;
}

.slw_tel {
    font-size: 33px !important;
    padding: 14px 0 0 0px;
    background-size: 34px;
    background-position: 0px 12px;
    margin: 0 auto;
    text-align: center;
    max-width: inherit;
}
.h_slw .slw_btnMail {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    max-width: 190px;
    margin: 0 auto;
}
.slw_btnMail {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    max-width: 190px;
    margin: 0 auto;
}
}
