@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/* header
-------------------------------------------------- */
header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  padding:0;
}


/* .mov-topimg
================================================== */
.mov-topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow:hidden;
}

@media screen and (max-width: 810px) {
.mov-topimg {
  height: auto;
  margin-top:50px;
  min-height: initial;
  max-height: 450px;
}
}

@media screen and (max-width: 568px) {
.mov-topimg {
  max-height: 250px;
}
}

.mov-topimg img {
  width:100%;
  height:auto;
}


#vdo {
  width: 100%;
  height: auto;
  margin:auto;
}

@media screen and (max-width: 1580px) {
#vdo {
  width: 110%;
  margin:0 0 0 -5%;
}
}

@media screen and (max-width: 1350px) {
#vdo {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 810px) {
#vdo {
  width: 110%;
  margin:0 0 0 -5%;
}
}
.mov-topimg .block {
  padding:0;
  width:100%;
  height: 100%;
  position: relative;
}

/* top_row
================================================== */
#top_row {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* top_info
================================================== */
#top_info  {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top:-150px;
  width:50%;
  max-width:350px;
}

#top_info .top_logo {
  margin:0 auto;
  width:100%;
}

#top_info .top_logo img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 810px) {
#top_info  {
  max-width:250px;
  margin-top:0px;
}
}

@media screen and (max-width: 568px) {
#top_info  {
  max-width:150px;
}
}

/* hotel_info
================================================== */
#hotel_info {
  position: relative;
  text-align: center;
  padding:3.5% 0 3%;
  width:100%;
}
.info_tx {
  padding:0 2%;

}

.info_tx h2{
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  font-size:1.7em;
  margin-bottom:3%;
  color:#000;
  text-align: center;
  line-height:2;
}
.info_tx p{
  text-align: center;
  font-size:15px;
  line-height:2;
}

@media screen and (max-width: 810px) {
.info_tx h2{
  font-size:1.4em;
  line-height:1.8;
}
.info_tx p{
  text-align: left;
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
.info_tx h2{
  font-size:1.1em;
}
.info_tx p{
  font-size: 14px;
}
}

.info_tx span {
  color:#B70202;
}

/* room_type
--------------------------------------------------*/
.room_type {
    width: 100%;
	margin:3% auto 0;
}

@media screen and (max-width: 568px) {
.room_type {
	padding:0 2%;
	box-sizing: border-box;
}
}

.room_type li{
    width: 47%;
    box-sizing: border-box;
    margin:1.5% 1.5%;
    padding:0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	border-radius: 4px;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
	position: relative;
}

@media screen and (max-width: 568px) {
.room_type li{
    width: 98%;
	margin:3% 1%;
}
}

.rt-wrapper {
    width:100%;
	height:auto;
}

.rt-wrapper .h_photo{
	width: 100%;
	height:auto;
	margin:0;
	position: relative;
	overflow: hidden;
}

.rt-wrapper .h_photo img{
	width: 100%;
	height:auto;
	display:block;
}

.open-in{
  width:100%;
  height:auto;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding:5px 10px 7px;
  background: rgba(196, 17, 26, 0.8);
}

.open-in p{
  color:#FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.05em!important;
  text-align: center!important;
}


.room_type li img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.room_type li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.room_type .cat_txt {
    width:100%;
	height:auto;
	position: relative;
	overflow: hidden;
	display:block;
	box-sizing: border-box;
	padding:15px 20px;
}

@media screen and (max-width: 810px) {
.room_type .cat_txt {
	padding:10px 15px;
}
}

.room_type .rms-ttl{
  font-size:1em;
  margin:8px 0 8px;
  line-height:1.4;
  font-weight:500;
  color:#000;
  font-family: 'Noto Serif JP', serif;
}

.room_type .cat_txt h3{
  font-size:1.1em;
  margin:5px 0 15px;
  line-height:1.5;
  font-weight:500;
  color:#B70202;
  font-family: 'Noto Serif JP', serif;
}

.room_type .cat_txt h3 span{
  font-size:1.3em;
  text-transform: uppercase;
  margin-right:10px;
}

@media screen and (max-width: 810px) {
.room_type .cat_txt h3{
  font-size:0.95em;
  margin-bottom:5px;
}
.room_type .cat_txt h3 span{
  font-size:1.2em;
  margin-right:10px;
}
}

.room_type .rms-tx{
  font-size:14px;
  text-align: left;
}

@media screen and (max-width: 568px) {
.room_type .rms-tx{
  padding:5px;
}
}

.room_type a .ct_text{
    position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left: 0;
	margin: 0 !important;
	color: #FFF;
	background: rgba(0, 0, 0, 0.1);
	display:inline-block;
	text-shadow:1px 1px 1px #000;
}

.room_type .ct_text p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.2;
  letter-spacing	: 0.05em;
  font-size:1.2em;
  text-align: center;
  width:100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

.room_type li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index:1;
}

.room_type li a:hover {
  background-color: #fff;
   opacity: 0.4;
  z-index: 1;
}

/* category_list
--------------------------------------------------*/
.category_list {
    width: 100%;
	margin:1% auto 3%;
}

@media screen and (max-width: 568px) {
.category_list {
	padding:0 2%;
	box-sizing: border-box;
}
}

.category_list li{
    width: 30.3333%;
    box-sizing: border-box;
    margin:1.5% 1.5%;
    padding:0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	border-radius: 4px;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
	position: relative;
}

@media screen and (max-width: 810px) {
.category_list li{
    width: 47%;
}
}

@media screen and (max-width: 568px) {
.category_list li{
    width: 98%;
	margin:3% 1%;
}
}

.ct-wrapper {
    width:100%;
	height:auto;
}

.ct-wrapper .h_photo{
	width: 100%;
	height:auto;
	margin:0;
	position: relative;
	overflow: hidden;
}

.ct-wrapper .h_photo img{
	width: 100%;
	height:auto;
	display:block;
}

.category_list li .h_photo {
  position: relative;
  overflow: hidden;
}


.category_list li img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.category_list li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.cat_txt {
    width:100%;
	height:auto;
	position: relative;
	overflow: hidden;
	display:block;
	box-sizing: border-box;
	padding:15px 20px;
}

@media screen and (max-width: 810px) {
.cat_txt {
	padding:10px 15px;
}
}

@media screen and (max-width: 568px) {
.cat_txt {
    width: 100%;
}
}

.cat_txt h4{
  font-size:1.05em;
  margin:0 0 8px;
  line-height:1.5;
  font-weight:500;
  color:#B70202;
  font-family: 'Noto Serif JP', serif;
}

.cat_txt h4 span{
  font-size:1.1em;
  text-transform: uppercase;
  font-weight:500;
}

@media screen and (max-width: 810px) {
.cat_txt h4{
  font-size:0.95em;
  margin-bottom:5px;
}
.cat_txt h4 span{
  font-size:1.2em;
}
}

.category_list p{
  font-size:14px;
  text-align: left;
}

@media screen and (max-width: 568px) {
.category_list p{
  padding:5px;
}
}

.category_list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index:1;
}

.category_list a:hover {
  background-color: #fff;
   opacity: 0.4;
  z-index: 1;
}

/* .plan_box
-------------------------------------------------- */
.plan_box{
  padding:3% 0;
  box-sizing: border-box;
  width:100%;
  background:#F2F2F2;
  position: relative;
  text-align: center;
}

.plan_ttl{
  font-size:1.05em;
  margin:0 0 2%;
  line-height:1.4;
  font-weight:500;
  color:#000;
  font-family: 'Noto Serif JP', serif;
}

.plan_ttl span{
  font-size:2em;
  text-transform: uppercase;
  font-weight:500;
}

@media screen and (max-width: 810px) {
.plan_ttl{
  font-size:1.1em;
  margin-bottom:5px;
}
}

.plan_list {
    width: 100%;
	margin:1% auto 3%;
}

@media screen and (max-width: 568px) {
.plan_list {
	padding:0 2%;
	box-sizing: border-box;
}
}
.plan_list li{
    width: 30.3333%;
    box-sizing: border-box;
    margin:1.5% 1.5%;
    padding:0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	border-radius: 4px;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
	position: relative;
	background:#FFF;
}

@media screen and (max-width: 810px) {
.plan_list li{
    width: 47%;
}
}

@media screen and (max-width: 568px) {
.plan_list li{
    width: 98%;
	margin:3% 1%;
}
}

.pl-wrapper {
    width:100%;
	height:auto;
}

.pl-wrapper .h_photo{
	width: 100%;
	height:auto;
	margin:0;
	position: relative;
	overflow: hidden;
}

.pl-wrapper .h_photo img{
	width: 100%;
	height:auto;
	display:block;
}

.plan_list li .h_photo {
  position: relative;
  overflow: hidden;
}

.plan_list li img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.plan_list li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.plan_txt {
    width:100%;
	height:auto;
	position: relative;
	overflow: hidden;
	display:block;
	box-sizing: border-box;
	padding:15px 20px;
}

@media screen and (max-width: 810px) {
.plan_txt {
	padding:10px 15px;
}
}
.pln-ttl{
  font-size:1em;
  margin:3px 0 8px;
  line-height:1.4;
  font-weight:500;
  color:#000;
  font-family: 'Noto Serif JP', serif;
}

.plan_txt h5{
  font-size:1em;
  margin:0 0 10px;
  line-height:1.5;
  font-weight:500;
  color:#B70202;
  font-family: 'Noto Serif JP', serif;
}

.plan_txt h5 span{
  font-size:1.1em;
  text-transform: uppercase;
  font-weight:500;
}

@media screen and (max-width: 810px) {
.plan_txt h5{
  font-size:0.95em;
  margin-bottom:5px;
}
.plan_txt h5 span{
  font-size:1.2em;
}
}
.plan_list .pltx{
  font-size:14px;
  text-align: left;
}

@media screen and (max-width: 568px) {
.plan_list .pltx{
  padding:5px;
}
}

.plan_list .pltx2{
  font-size:14px;
}
@media screen and (max-width: 568px) {
.plan_list .pltx2{
  padding:5px 0 0;
}
}
#pbx a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index:1;
}

#pbx a:hover {
  background-color: #fff;
   opacity: 0.4;
  z-index: 1;
}

.air-res{
  width:100%;
  margin:10px 0;
}

.air-res p{
  width:84px;
  display:inline-block;
  vertical-align: top;
  margin:0 10px;
}

.air-res p img{
  width:100%;
  height:auto;
}

.air-res p img {
  -webkit-transform: scale3d(1, 1, 1)!important;
  transform: scale3d(1, 1, 1)!important;
}
.air-res p:hover img {
  -webkit-transform: scale3d(1, 1, 1)!important;
  transform: scale3d(1, 1, 1)!important;
}

.air-res p img:hover {
  opacity: 0.6;
}

/* other-info
================================================== */
#other-info {
  padding:4.5% 0;
  width:100%;
  background: #FFF;
}

/* .info_tx
-------------------------------------------------- */
.info_tx{
  text-align: center;
  width:100%;
}

.info_tx .acc-ttl {
  margin-bottom:2%;
  color:#000;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.8em;
}

.info_tx .acc-txt {
  color:#222;
  line-height:2;
}

@media screen and (max-width: 810px) {
.info_tx {
  text-align: left;
  width:96%;
  margin:0 2%;
}

.info_tx .acc-ttl {
  text-align: center;
}

.info_tx .acc-txt {
  line-height:1.8;
  font-size: 0.95em;
}
}

@media screen and (max-width: 568px) {
.info_tx .acc-ttl {
  font-size:1.3em;
}

.info_tx .acc-txt {
  font-size: 14px;
}

.info_tx p {
  padding:0 1%;
}
}

/* .area_box
-------------------------------------------------- */
.area_box{
  padding:3% 0 0;
  text-align:center;
  width:100%;
}

@media screen and (max-width: 568px) {
.area_box{
  padding:3% 2% 0;
  box-sizing: border-box;
}
}

.area_box .map{
  width:47%;
  vertical-align:middle;
  display:inline-block;
  margin:0 3% 2% 0;
}

@media screen and (max-width: 810px) {
.area_box .map{
  width:90%;
  max-width:527px;
  margin:0 auto 3%;
}
}

@media screen and (max-width: 568px) {
.area_box .map{
  width:100%;
  display:block;
  margin:0 auto 3%;
}
}

.area_box .map img{
  width:100%;
  max-width:537px;
  height:auto;
  margin:0 auto;
}

.area_box .are_text{
  width:100%;
  margin: 2% 0 0;
  text-align:center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#222;
  line-height:1.8;
}

.area_box ul{
  width:50%;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  box-sizing: border-box;
  padding-left:3%;
  text-align:center;
}

.area_box li{
  width:46%;
  display:inline-block;
  vertical-align:top;
  margin:1% 1.5%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#464644;
  font-size: 1em;
}

@media screen and (max-width: 1280px) {
.area_box li{
  font-size: 0.95em;
}
}

.area_ph{
  width:100%;
  box-sizing: border-box;
  margin-bottom:7px;
  position: relative;
  background:#FFF;
  padding:5px;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.go-tx{
  position: absolute;
  top: 5px;
  left: 5px;
  padding:3px 5px;
  font-size:12px;
  color:#FFF;
  background: rgba(34, 34, 34, 0.7);
  z-index: 1;
  letter-spacing:0.05em;
}

.go-tx .fa{
  margin-right:3px;
}

.area_ph img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 810px) {
.area_box li p{
  text-align: center!important;
}

.area_box .are_text{
  text-align:left;
  font-size: 0.95em;
  line-height:1.6;
}

.area_box ul{
  width:100%;
  margin-top:20px;
  padding-left:0;
}
}

@media screen and (max-width: 568px) {
.area_ph{
  margin-bottom:5px;
}

.area_box li p{
  text-align: center!important;
  margin:0 0 5px;
  font-size:0.95em;
}

.area_box .are_text{
  width:94%;
  margin:1% 3%;
}

.area_box ul{
  margin:3% 0 0;
}
.area_box li{
  width:47%;
  margin:1% 1.5% ;
  box-sizing: border-box;

}
}

.are-buttons{
  margin-top:3%;
  text-align: center;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 810px) {
.are-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.are-buttons{
  margin-top:15px;
  margin-bottom:15px;
  font-size:14px;
}
}

.are-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.are-button.c-button--ghost{display:inline-table;padding:10px 20px;border:2px solid #C4111A;color:#C4111A;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.are-button.c-button--ghost:hover{border:2px solid #C4111A;}
.are-buttons a{text-decoration:none;background-color:#FFF;}
.are-buttons a:hover{text-decoration:none;display:inline-table;color:#FFF;background-color:#C4111A;text-shadow:none;}


/* .inv-box
-------------------------------------------------- */
.inv-box{
  width:98%;
  boder:1px solid #000;
  box-sizing: border-box;
  padding: 2% 3%;
  margin:3% auto;
  background:#B70202;
}

@media screen and (max-width: 810px) {
.inv-box{
  padding: 2% 5%;
}
}

.inv-ttl{
  margin:0 0 10px;
  text-align: center;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#FCFF00;
  font-size:1.15em;
}

.inv-ttl-en{
  margin:0 0 10px;
  text-align: center;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#FCFF00;
  font-size:1.15em;
}

.inv-txt{
  margin:5px 0;
  font-size:14px;
  color:#FFF;
  text-align: center;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.inv-ttl{
  margin:0 0 10px;
  text-align: left;
  font-size:1em;
}

.inv-ttl-en{
  margin:0 0 10px;
  text-align: left;
  font-size:1em;
}

.inv-txt{
  text-align: left;
  line-height:1.6;
}

.inv-txt span{
  font-size:13px;
}
}

.inv-btb{
  border-bottom:1px dotted #FFF;
  margin:3% 0;
}


/* .eco-clean
================================================== */
.eco-clean{
  margin:5% auto 1%;
  width:100%;
  max-width:850px;
  text-align: center;
  position: relative;
  padding:3%;
  background: #F2F6E9;
  border:1px solid #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.eco-clean{
  margin:5% auto 2%;
  max-width:initial;
  width:98%;
  padding:5%;
}
}

.eco-title{
  margin:0 auto;
  text-align: center;
}

.eco-title p{
  font-size: 1.6em;
  background:#239067;
  color:#FFF;
  padding:20px 30px;
  display:inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom:4%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
  line-height:1;
}

@media screen and (max-width: 810px) {
.eco-title p{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.eco-title p{
  font-size:1.3em;
  display:block;
  padding:10px 10px;
  margin-bottom:20px;
}
}

.eco-title p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #239067;
}

.eco-clean .eco-ph{
  width:40%;
  margin:0;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 810px) {
.eco-clean .eco-ph{
  width:50%;
  margin:2% auto;
  display:block;
}
}

@media screen and (max-width: 568px) {
.eco-clean .eco-ph{
  width:100%;
  margin:2% auto;
}
}

.eco-clean .eco-ph img{
  width:100%;
  height:auto;
}

.eco-clean .eco-sy{
  width:60%;
  margin:0;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 0 0 5%;
  text-align: left;
}

@media screen and (max-width: 810px) {
.eco-clean .eco-sy{
  width:100%;
  padding:2%;
  display:block;
  text-align: center;
}
}

.eco-clean .eco-sy .ect01{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.3em;
  margin:0;
}

@media screen and (max-width: 568px) {
.eco-clean .eco-sy .ect01{
  font-size:1.2em;
}
}

.eco-clean .eco-sy .ect02{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  font-size:2em;
  margin:0 0 2px;
}

@media screen and (max-width: 568px) {
.eco-clean .eco-sy .ect02{
  font-size:1.7em;
}
}

.eco-clean .eco-sy .ect03{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
  margin:2px 0 2px;
}

.eco-clean .eco-sy .ect04{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
  margin:10px 0 15px;
}

.esiso{
 width:100%;
 border:2px solid #239067;
 box-sizing: border-box;
 background:#FFF;
}

.esis01{
 width:100%;
 background:#239067;
 padding:5px 0;
 text-align: center;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
 color:#FFF;
}

.esiso ul{
 width:100%;
 padding:2% 3%;
 box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.esiso ul{
  padding:5px;
  text-align: left;
  font-size:14px;
}
}

.esiso li{
 margin:5px;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
}

.eco-day{
 width:100%;
 margin:3% 0 0;
}

.eco-day p{
 margin-bottom:3%;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:400;
}

.eco-day strong{
 color:#D10000;
 font-weight:500;
}

.eco-day img{
 width:100%;
 height:auto;
 margin:0 auto;
}

.militly{
 margin:3% auto;
 text-align: center;
 font-family: 'Roboto', sans-serif;
 font-weight:500;
 letter-spacing:0.05em;
 font-size:1.3em;
}

@media screen and (max-width: 810px) {
.militly{
   width:94%;font-size:1em;
}
}

.militly a{display:inline-block;color:#FFF;text-decoration:none;padding:15px 30px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.militly a:hover{color:#FFF;text-decoration:none;}


@media screen and (max-width: 568px) {
.militly a{
   padding:10px 15px;
   display:block;
}
}

/* insta_blox
-----------------------------------*/
.insta_blox{
  width:100%;
  padding: 5% 0 1%;
  box-sizing: border-box;
  text-align: center;
}

#insta_container{
  width:100%;
  max-width:1000px;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#insta_container{
  box-sizing: border-box;
  padding:0 2%;
}
}

@media screen and (max-width: 810px) {
#insta_container {
  padding: 0 0;
}
}

.insta_ph{
  width:100%;
  margin:0 auto;
}

.insta_bt{font-size:13px!important;padding:0;list-style:none;text-align:center;margin-top:25px;}
.insta_bt a{color:#333;display:inline-block;padding:8px 20px 6px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none!important;}
.insta_bt a:hover{text-decoration:none;background-color:#EAEAEA;color:#333;}

@media screen and (max-width: 810px) {
.insta_bt{margin-top:10px;}
}

.insta_bt .fa{
  margin-right:3px;
}