@charset "UTF-8";

/*
@font-face {
	font-family: "GenShinGothic-Normal";
	src: url('/font/GenShinGothic-Normal.eot'),
	url('/font/GenShinGothic-Normal.woff');
}
body *{
   font-family: 'GenShinGothic-Normal', sans-serif;
}
*/

/*
body *{
   font-family: "M PLUS Rounded 1c";
}
*/

/*
body * {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body * {
    font-family: "ヒラギノUD丸ゴ W3 JIS2004";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
*/

/*
// Google Fonts
body * {
  font-family: 'Noto Sans JP', "sans-serif";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body>nav>.container-fluid,
body>.container-fluid,
body>.panel-info>.panel-heading,
body>.panel-info>.panel-body,
body>.panel-info>.btn-toolbar,
#SubItem>ul>li,
.wrapper>.inner>div {
  transform: rotate(0.03deg);
}
*/

body * {
/*
	* Adobe Fonsts A-OTF UD新丸ゴ Pr6N L *
  font-family: a-otf-ud-shin-maru-go-pr6n,sans-serif;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
*/
	/* IBM Plex Sans JP */
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body * {
    font-family: 'Noto Sans JP', "sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.navbar.navbar-inverse {
  background-color: #222;
  border-color: #080808;
  -webkit-box-shadow: 0px 7px 0px #007BBA;
  box-shadow: 0px 7px 0px #007BBA;
}

.navbar.navbar-inverse .dropdown-menu .active>a {
  background-color: #383838;
  color: #ffffff;
}

.navbar.navbar-inverse .dropdown-menu .active>a:hover {
  color: #000000;
}


.panel {
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.panel-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

.panel.panel-info>.panel-heading {
  /* background-color: #007BBA; */
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0px 3px 0px #007BBA;
  box-shadow: 0px 3px 0px #007BBA;
}

/* ぱんくず */
.breadcrumbs_wrapper {
  width: 100%;
  background-color: #007BBA;
  border-radius: 4px;
}

.breadcrumb {
  background-color: transparent;
}

ul.breadcrumb {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width:768px) {
  ul.breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }

  .breadcrumb>li {
    display: inline;
  }
}

.breadcrumb>li+li:before {
  content: ">";
}

.breadcrumb>li>a,
.breadcrumb>li>a:hover,
.breadcrumb>li>a:focus {
  color: #FFFFFF;
}

.breadcrumb>li.active>a,
.breadcrumb>li.active>a:hover,
.breadcrumb>li.active>a:focus {
  color: #CCCCCC;
}



body {
  padding-top: 80px;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control .glyphicon {
  top: 90%;
}

.list-group .list-group-item .row-action-primary i {
  color: black;
  font-size: 25px;
}


.list-group .list-group-item .row-picture,
.list-group .list-group-item .row-action-primary {
  vertical-align: top;
}

ul.list-group {
  list-style: none;
  padding: initial;
  width: 100%;
  letter-spacing: -1em;
  margin-bottom: initial;
}

ul.list-group li.list-group-item {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  letter-spacing: 0em;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

ul.list-group li.list-group-item:last-child,
ul.list-group li.list-group-item:nth-last-child(2) {
  margin-bottom: initial;
}

ul.list-group li.list-group-item::before {
  position: absolute;
  top: -0px;
  content: "";
  border-top: 1px solid rgb(224, 224, 224);
  width: 100%;
  float: right;
}

ul.list-group li.list-group-item:first-child::before,
ul.list-group li.list-group-item:nth-child(2)::before {
  border-top: 0;
}

@media screen and (max-width:480px) {
  ul.list-group li.list-group-item {
    width: 100%;
  }

  ul.list-group li.list-group-item:nth-child(2)::before {
    position: absolute;
    top: -0px;
    content: "";
    border-top: 1px solid rgb(224, 224, 224);
    width: 100%;
    float: right;
  }
}


.carousel .carousel-control {
  color: #999999;
}

.slideimage {
  background-color: #F0F0FF;
}

.secret_address,
.secret_twitter {
  font-weight: bold;
  font-size: large;
}

/* フッター */
.copyright {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width:480px) {
  .copyright {
    margin-top: -10px;
  }
}