.mbr-instagram-feed {
  position: relative; }

.inst {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 768px) {
    .inst {
      width: 100%; } }
  .inst__login-block p {
    text-align: center; }
  .inst__title {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.3; }
  .inst__content {
    margin-bottom: 10px; }
  .inst__more {
    margin-top: 20px; }
  .inst__login-button {
    transition: all .2s linear;
    padding: 0 10px 0 80px;
    display: block;
    position: relative;
    text-decoration: none;
    color: white;
    background: #cc0055;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    border-radius: 2px;
    width: 400px;
    margin: 0 auto; }
    .inst__login-button:hover, .inst__login-button:focus {
      background: #990040;
      text-decoration: none;
      color: white; }
    .inst__login-button:before {
      content: "\f16d";
      display: block;
      position: absolute;
      font-family: "FontAwesome";
      width: 60px;
      height: 60px;
      line-height: 60px;
      top: 0;
      left: 0;
      text-align: center;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 2px 0 0 2px; }
  .inst__loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.8;
    top: 0;
    left: 0; }
  .inst__loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }
    .inst__loader span {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background-color: #ff4488;
      margin: 35px 5px;
      opacity: 0; }
      .inst__loader span:nth-child(1) {
        animation: opacitychange 1s ease-in-out infinite; }
      .inst__loader span:nth-child(2) {
        animation: opacitychange 1s ease-in-out 0.33s infinite; }
      .inst__loader span:nth-child(3) {
        animation: opacitychange 1s ease-in-out 0.66s infinite; }

@keyframes opacitychange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }
  .inst__account {
    margin-bottom: 20px; }
  .inst__avatar {
    float: left;
    margin-right: -50px;
    height: 50px; }
    .inst__avatar img {
      height: 100%;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.0975); }
  .inst__link {
    float: right;
    padding: 12px 10px 10px 0;
    padding-left: 60px;
    width: 100%;
    overflow-x: hidden; }
    .inst__link a {
      text-decoration: none;
      height: 50px;
      line-height: 16px; }
  .inst__images .slick-frame {
    visibility: hidden; }
  .inst__images .slick-frame.slick-initialized {
    visibility: visible; }
  .inst__images .slick-arrow {
    text-indent: -9999px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    outline: none !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    background: transparent; }
    .inst__images .slick-arrow:before {
      transition: all .2s linear;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-family: "MobiriseIcons" !important;
      text-indent: 0;
      color: white;
      font-size: 1.5rem;
      cursor: pointer;
      border: 2px solid #fff;
      border-radius: 50%;
      opacity: 0;
      background: rgba(0, 0, 0, 0.5); }
    .inst__images .slick-arrow:hover:before {
      opacity: 1 !important;
      background: #1b1b1b !important; }
    .inst__images .slick-arrow.slick-prev {
      left: 15px; }
      .inst__images .slick-arrow.slick-prev:before {
        content: "\e943"; }
    .inst__images .slick-arrow.slick-next {
      right: 15px; }
      .inst__images .slick-arrow.slick-next:before {
        content: "\e966"; }
  .inst__images:hover .slick-arrow:before {
    opacity: .5; }
  .inst__error {
    padding: 10px;
    background: pink;
    border: 1px solid deeppink;
    color: red;
    border-radius: 3px; }

.inst-card {
  position: relative; }
  .inst-card:hover .inst-card__info {
    opacity: 1; }
  .inst-card__link {
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%; }
  .inst-card__info {
    transition: opacity .2s linear;
    opacity: 0;
    display: block;
    position: relative;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .inst-card__info-inner {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 16px; }
  .inst-card__likes span {
    font-size: 20px;
    color: lightcoral; }
  .inst-card__comments span {
    font-size: 20px;
    color: lightskyblue; }

.under {background: linear-gradient(transparent 70%, #ff99ab 80%);
  }

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

.img {
   height: auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    line-height: 1.8;
}

.kakomi-box1 {
 margin: 1em auto;
 padding: 0.25em 2em;
 width: 90%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}
.kakomi-box1 p {
    text-align: center;
    margin: 0; 
    padding: 0;
}


img {
    height: auto;
}

hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #ffffff;
	color: #8c8b8b;
	font-size: 18px;
}


& when (@fullWidth = false) {
  padding-top: (@paddingTop * 15px);
  padding-bottom: (@paddingBottom * 15px);
}
background: @bgColor;
& when (@gradientBg) {
  background: linear-gradient(45deg, @bgColor, @color2);
}
.video-block {
  margin: auto;
  & when (@fullWidth) {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .video-block {
    width: 100% !important;
  }
}

.cid-rg8ogKB7n4 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.display-8 {
    padding: 5%
}

.cid-qXigHEsinc1 {
    padding-top: 50px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.breadcrumb {
  margin-left:0;
  padding-left:0;
  background-color: #ffffff;
}

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  font-size: small;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

section table { width: 100%; }
section th, section td  { padding: 10px;
                          font-weight: 100;
                          background: #f4f4f4; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 20%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.cid-qXmLmu9MQy {
    padding-top: 20px;
    padding-bottom: 75px;
    background-color: 
    #ffffff;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

.gm-style-iw-d {
    padding: 10px;
    color: 
    #333333;
}

/* シンプル 枠 1*/
.kakomi-box1 {
 text-align: center;
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}


	/* Example2 */
	.bxslider2 {
		overflow: hidden;
	}
	.bxslider2 .bxslider {
		max-width: 300px !important;
		width: 100%;
		margin: 0 auto;
	}
	.bxslider2 ul li img {
		width: 100% !important;
		height: auto !important;
	}
	.bxslider2 .bx-viewport {
		overflow: visible !important;
	}

.mbr-section-title1 {
  font-style: normal;
  line-height: 8.5;
}

.cid-qXmLmtyA20 {
  background-image: url("../../../assets/images/tokuten8.png");
}
.cid-qXmLmtyA20 H1 {
  color: #000000;
}

/* 日本語で指定する場合 */
p{ font-family: "じゅん 201"; }

/* 英語で指定する場合 */
p{ font-family: Ryumin Regular KL; }


