/***************************
 *
 * モジュール
 *
 **************************/


/* 
一般
*/
img{

}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nrw {
	transform: scaleX(0.97);
	transform-origin: 0 0;	
	/*width: 103%;*/
}


.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.fx-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;	
}
.fx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.fx-middle {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;	
}

.box-col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}
.box-col-2 > div {
	width: 50%;
	box-sizing: border-box;
}

/* 
カラー
*/
.blue {
	color: #246ca3 !important;
}
.pink {
	color: #e5004f !important;
}
.red {
	color: #ed2856 !important;
}

/* 
OVER
*/
@keyframes flash {
      0% {
          opacity: 1;
      }

      100% {
          opacity: 0.5;
      }
  }

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;		
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.6;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;	
}


.zoom {
	
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}

/* 
フォント
*/

.en {
	font-family: 'Ropa Sans', sans-serif;
}
.en-all * {
	font-family: 'Ropa Sans', sans-serif;
}


/* 
ボタン
*/
.btn {
	margin: 30px auto;
	width: 300px;
	height: 50px;
	position: relative;
}
.btn a {
	line-height: 46px;
	display: block;
	text-align: center;
	color: #cd2323 !important;
	font-size: 15px;
	font-weight: 500;
	background: white;
	border: 2px solid #cd2323;
	border-radius: 30px;
}
.btn a:hover {
	/*animation: jump .2s ease-in-out forwards;*/
	text-decoration: none !important;
	background: #cd2323;
	color: white !important;	
}


.btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.btns .btn {
	margin-left: 15px;
	margin-right: 15px;
}

.btn-more {
	width: 300px;
	margin: 0 auto;
}
.btn-more-loading {
	display: block;
	margin: 0 auto;
	width: 75px;
}

/* 
BG
*/
.bg-wave {
	background: url(../img/wave.png) 0 0 repeat;
}
.bg-gray {
	background: #fafafa;
}
.bg-blue {
	background: #f1f6fb;
}
.bg-beige {
	background: #f9f6f0;
}

/* 
アイコン
*/
.icon-tel {
	background: url(../img/icon-tel.png) center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 33px;
	display: inline-block;
}

/* 
ボックス
*/
.box-700 {
	
	margin: 0 auto;
	position: relative;
}
.box-720 {
	
	margin: 0 auto;
	position: relative;
}
.box-800 {
	
	margin: 0 auto;
	position: relative;
}
.box-840 {
	
	margin: 0 auto;
	position: relative;
}
.box-900 {
	
	margin: 0 auto;
	position: relative;
}
.box-960 {
	
	margin: 0 auto;
	position: relative;
}
.box-980 {
	
	margin: 0 auto;
	position: relative;
}
.box-1000 {
	
	margin: 0 auto;
	position: relative;
}
.box-1024 {
	
	margin: 0 auto;
	position: relative;
}
.box-1040 {
	
	margin: 0 auto;
	position: relative;
}
.box-1090 {
	
	margin: 0 auto;
	position: relative;
}
.box-1100 {
	
	margin: 0 auto;
	position: relative;
}
.box-1200 {
	
	margin: 0 auto;
	position: relative;
}


/* 
ヘッダー
*/
.header-inner {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;	
	position: relative;
	padding: 0px 10px 20px;
	box-sizing: border-box;
}
.header-logo {
	width: 120px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-self: center;
	font-size: 9px;
	letter-spacing: 0.2em;
	position: absolute;
	left: 0px;
	top: 0px;

}
.header-logo a {
	
}
.header-logo span {
	font-size: 9px;
}
.l-header .catch {
	background: rgba(216,216,216,0.3);
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 5px 0;
	font-size: 9px;
}
/*.btn-nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.btn-nav:hover {
	cursor: pointer;
}

.btn-nav:after {
	color: #c92e2a;
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
}*/

.btn-insta {
	position: absolute;
	right: 40px;
	top: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 40px;
}
.btn-insta:hover {
	cursor: pointer;
}
.btn-insta i {
	font-size: 30px;
	color: #cd2323;
	vertical-align: top;
	position: relative;
	top: 5px;	
}

/*.btn-nav.is-active:after {
	content: "\f00d";
}*/

.menu-trigger {
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  transform: translateX(0);
  transition: all .5s;
  text-align: center;

 }
 .menu-trigger.is-active {

  z-index: 9999;
}
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 12px;
width: 20px;
height: 2px;
background-color: #c92e2a;
  transition: all .5s;
}
.menu-trigger.is-active span {

}

.menu-trigger.is-scroll span {
/*background-color: #163753;	*/
}

.menu-trigger span:nth-of-type(1) {
  top: 12px;
}
.menu-trigger.is-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}
.menu-trigger.is-active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}



/*
GLOBAL NAVI	
*/
.l-nav > .menu {
	list-style-type: none;
	width: 100%;
	margin: 0px auto 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l-nav > .menu > li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000;
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;	
}

.l-nav > .menu > li > a {

	display: block;
	margin: 0;
	padding: 15px 30px 5px;
	color: #000;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	position: relative;
	text-decoration: none;	
	font-weight: bold;
	font-size: 1.5em;
}
.l-nav > .menu > li.menu-small {
	width: 100%;
}
.l-nav > .menu > li:last-child a i {

}
.l-nav > .menu > li:last-child a i {
	font-size: 30px;
	color: #cd2323;
	vertical-align: top;
	position: relative;
	top: -10px;
}
.l-nav > .menu > li.menu-small a {
	text-align: left;
}
.l-nav > .menu > li ul {

	z-index: 9999;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;	
}
.l-nav > .menu > li ul li {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000;
	position: relative;
	margin: 0;
	padding: 0;
}
.l-nav > .menu > li ul li a {
	padding: 13px 0;
	border-top: 1px solid #fff;

	text-align: center;
	width: 100%;
	margin: 0 auto;	
	color: #000;
	font-size: 16px;
	line-height: 1;
	position: relative;
	display: block;
}
.l-nav > .menu > li ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.l-nav > .menu > li:hover ul {
top: 100%;
visibility: visible;
opacity: 1;	
}
.l-nav > .menu > li > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.l-nav > .menu > li > a:hover:after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);	
}
.l-nav > .menu > li ul li a:hover {
	background: rgba(255,255,255,0.8);
	text-decoration: none;	
}
.l-nav > .menu > li ul li a:hover:after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);	
}

/*
パンくず
*/
.bread {
	padding: 0 ;
	margin: 0;
	display: none;

}


.bread ul {
	line-height: 50px;
	margin: 0 auto;
}
.bread li {
	display: inline;
	font-size: 13px;
	color: #222222;
}
.bread li * {
	font-size: 13px;
	color: #222222;
}
.bread li a {
	color: #cbaf02 !important;
	text-decoration: none;
}
.bread i {
	padding: 0 5px;
}
.bread li:first-child i {
	
}
.bread .bullet {

}
.bread .bullet:before {
	color: #cccccc;
	content: "/";
}


/*
サイドバー
*/


/*
カテゴリ
*/

/*
フッター
*/
.page-top {
	position: absolute;
	left: 50%;
	top: 56px;
	display: block;
	width: 50px;
	height: 32px;
	background: #333 url("../img/pagetop.png") no-repeat center center;
	text-indent: -9999em;
	margin-left: -16px;

}
.footer-top {
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	position: relative;
	height: 79px;
}
.footer-bottom {
	background: #333;
	position: relative;
	padding: 40px 20px;	
}

.footer-bottom .footer-logo {
	margin-bottom: 20px;
}
.footer-bottom .footer-logo a {
	color: #777;
	font-size: 2em;
}
.footer-bottom .footer-logo a:hover {
	color: #eee;
}
.footer-bottom .footer-p {
	line-height: 1.3em;
	color: #777;
}
.footer-bottom .footer-bottom-r {
	
}
.footer-nav > ul {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-nav > ul > li {
	margin: 0 10px;
}
.footer-nav > ul > li > a {
	color: white;
}
.footer-nav > ul > li > a:hover {
	color: #eee;
}
.copyright {
	background: #333;
	text-align: center;
	border-top: 1px solid #666;
	padding: 15px 15px 70px;;
	color: white;
}

/*
SHARE SNS
*/

.share {
	
}
.share ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}

.share ul > li {
	display: block;
	letter-spacing: normal;
	width: 50px;
	height: 50px;
	letter-spacing: normal;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	border-radius: 0;
	margin: 0 0px;
}

.share ul > li:hover {
	opacity: 0.7;	
}
.share ul > li a {
	display: block;
	width: 100%;
	height: 100%;
}
.share ul > li a:hover {
	text-decoration: none;

}
.share ul > li.facebook {

	background: #33599d;
}
.share ul > li.tweet {

	background: #29aef4;
}
.share ul > li.hatena {

	background: #0090e5;
}
.share ul > li.line {

	background: #00c800;
}
.share ul > li.pocket {

	background: #ff1f50;
}
.share ul li i, .share ul li span {
	color: white !important;
	font-size: 18px !important;
}

.share.share-single {
	margin-bottom: 30px;
}
.single-content .share-single {
	margin-top: 50px;
}
.single-content .share-single:first-child {
	margin-top: 0;
}
.share.share-single ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;	
}
.share.share-single ul li {
	width: 20%;
	height: 40px;
	border-radius: 0;
	margin: 0;
	line-height: 45px;
}


/*
LIST NEWS
*/
.list-news {
	
}
.list-news > li {
	padding: 5px 0;
	margin-bottom: 0px;
	position: relative;

}
.list-news .news-time {
	display: block;
	margin-bottom: 5px;
}
.list-news .news-title {
	
}
.list-news .news-title a {
	
}
.list-news.list-news-cat > li {
	padding: 15px 0;
	padding-left: 60px;
}
.list-news.list-news-cat .news-time {
	top: 15px;	
}

/*
LIST ENTRY
*/
.list-entry {
	
}
.list-entry > li {

	background: #fff;
	box-shadow: 0 2px 5px #ccc;
	margin-bottom: 30px;	
}

.list-entry .entry {
	position: relative;
}
.list-entry .entry .entry-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.list-entry .entry .entry-link:hover {
	background: rgba(255,255,255,0.5);
}
.list-entry .entry .entry-pic {
	position: relative;
	overflow: hidden;
}
.list-entry .entry .entry-pic img {
	width: 100%;
}
.list-entry .entry .entry-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	z-index: 5;
}
.list-entry .entry .entry-cat a {
	display: block;
	font-size: 12px;
	color: white;
	padding: 5px 10px;
}
.list-entry .entry .entry-cat a.entry-cat-cat {
	background: rgba(255,0,0,0.5);
	order: 2;
}
.list-entry .entry .entry-cat a.entry-cat-location {	
	background: rgba(0,0,0,0.5);
	order: 1;
}
.list-entry .entry .entry-cat a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.list-entry .entry .entry-text {
	height: 100px;
	padding:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;	
}
.list-entry .entry .entry-new {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 50px;	
}
.list-entry .entry .entry-title {
	font-size: 1em;
	line-height: 1.7;
	text-align: center;
	color: #333;	
}
.list-entry .entry .entry-title a {
	color: #333;
	text-decoration: none;
}
.list-entry .entry .entry-title a:hover {
	text-decoration: none;	
}