@font-face {
  font-family: fontawesome;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.svg");
  src: url("../fonts/fontawesome-webfont.ttf");
  src: url("../fonts/fontawesome-webfont.woff");
  src: url("../fonts/fontawesome-webfont.woff2");
}

.title-post,
.section-title {
  font-family: 'Staatliches';
  letter-spacing: 1px;
}

/**********
* site origin wrapper
**********/
.panel-grid > div {
  padding: 0 0 0 0!important;
}


/**********
* top scroll bottom
**********/
@keyframes updown {
  from { bottom: 30px; }
  to { bottom: 0; }
}
#top-view {
  position: relative;
  margin-bottom: 30px;
}
#top-view a {
  animation: updown 1s ease-out;
  animation-iteration-count: infinite;

  padding-top: 60px;
  color: #fff;
  text-align: center;

  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
#top-view a span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#top-view a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/******
* html
*******/

html, body {
  font-size: 13px !important;
  line-height: 1.5;
}
body:not(.home) {
  background: url(img/back05.png) repeat-x center center fixed;
}
a {
  color: #1882c4;
}
#videobg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  background: url(img/body-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
#videobg video {
  position: absolute;
}
#videobgMask {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background: url(movie/mask.png) repeat;
}

@media screen and (max-device-width: 480px) {
  html { background: url(img/body-bg.jpg) #000 no-repeat center center fixed; }
  video#bg { display: none; }
}

/*****
* common
******/
.mb15 { margin-bottom:15px !important; }
.mb30 { margin-bottom:30px !important; }
.mb45 { margin-bottom:45px !important; }

.pc-only { display: block; }
.sp-only { display: none; }



@media screen and (max-width:1240px) {
  	#mainnav li {
		float: left;
		padding: 0 10px;
	}


}

@media screen and (max-width:480px) {
  .pc-only { display: none; }
  .sp-only{ display: block; }
}


.twitter {
  overflow: hidden;
}

#topCampaignBlock {
  margin-bottom: 30px;
}
#topCampaignBlock img {
  display: block;
  margin: auto;
}
#topCampaignBlock .panel-grid > div {
  padding-bottom: 30px!important;
}
#topCampaignBlock .section-title {
  margin-bottom: 0;
}

.section-title {
  text-align: center;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.block-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.box-title {
  text-align: center;
  font-size: 1.2rem;
}
.box-title small {
  font-size: 0.9rem;
  color: #999;
  display: block;
  padding: 0.5rem 0;
}
.btn-link {
  display: block;
  padding: 1rem;
  text-align: center;
  border: 1px solid #1882c4;
  color: #1882c4;
}
.btn-link:hover {
  color: #fff;
  background: #1882c4;
}


.maxSizeImage img {
  width: 100%!important;
  height: auto!important;
}


.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}
.insta_btn2:hover {
  color: #FFF;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
  font-size: 25px;
  font-weight: 100;
  letter-spacing: 2px;
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/*****
* wrapper
******/
.img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper {
  margin-bottom: 60px;
  opacity: 1;
  overflow: hidden;
}
.page-wrap .content-wrapper {
  background: #ffffffcc;
  background: rgba(255,255,255,0.8);
}
.page-wrap .content-wrapper,
.page .page-wrap .content-wrapper {
  padding: 40px;
}
#content.page-wrap {
  min-height: 800px;
  padding-top: 130px;
}
#content .title-post {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#content .title-post.entry-title.post-title {
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #C9CACA;
  padding-bottom: 0.5rem;
}
#content .title-post.entry-title.category-article-title {
  font-size: 2rem;
  text-align: left;
  padding: 1rem 0;
}
article.category-news .entry-header {
  margin-bottom: 0;
}

#content .title-post {
  color: #000;
}
@media screen and (max-width: 676px) {
  #content.page-wrap {
    padding-top: 83px;
  }
  .page-wrap .content-wrapper,
  .page .page-wrap .content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}


#mainnav {
	padding-top: 20px;
}
.site-header.float-header #mainnav {
	padding-top: 20px;
}
#mainnav ul li a,
#mainnav-mobi ul li a {
  font-size: 1.2rem;
  color: #000;
}
#mainnav ul li a:hover,
#mainnav-mobi ul li a:hover {
  color: #1882c4;
  color: #fff;
}
body #mainnav ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

#mainnav .sub-menu li a,
#mainnav-mobi li a,
#maninav-mobi .sub-menu li a {
  background: #eee;
  color: #333;
  border-color: #fff;
  text-shadow: none;
}
#mainnav .sub-menu li:hover > a,
#mainnav-mobi li:hover > a {
  background-color: #1882c4;
  color: #fff;
}
#mainnav ul li ul:after,
#mainnav-mobi ul li ul:after {
  background-color: #fff;
}


.bottom .socials li:hover a, .go-top {
  background-color: #1882c4;
}
.go-top:hover {
  color: #1882c4;
}
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
  background-color: #1882c4;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  background-color: #1882c4;
}

.site-header {
  padding-top: 30px;
}
body:not(.home) .site-header {
  /*background: #fff;*/
}
.site-header.float-header {
  background-color: #eeeeeeaa;
  background-color: rgba(238,238,238,0.666);
  padding-top: 35px;
}
.site-header.float-header #mainnav ul.menu > li > a {
  color: #000;
  text-shadow: none;
}
#main-movie-list .navigation,
#main-movie-list .pagination {
  text-align: center;
}
#mainnav-mobi {
  left: 0;
  margin-top: 35px;
}
#mainnav-mobi ul li {
  border-color: #fff;
}
.site-logo {
  max-height: 60px;
}


#masthead #header-service-link {
  position: absolute;
  top: 5px;
  right: 15px;
}
#masthead #header-service-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  body #mainnav ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1024px) {
	#masthead.site-header {
		background-color: rgba(238,238,238,0.666);
	}
  .btn-menu {
    color: #1882c4;
    padding-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
/*  #masthead #header-service-link {
    display: none;
  }*/
  #masthead {
	  background-color: rgba(238,238,238,0.666);
  }
  .site-header.float-header  {
  	padding-bottom: 15px;
  	padding-left: 0;
  	padding-right: 0;
  }
  .btn-menu {
    padding: 0;
    color: #1882c4;
    margin-right: 0;
    margin-top: 20px;
  }
  #mainnav-mobi {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
	.btn-menu {
		margin-top: 10px;
	}
}

/*****
* single
******/
#main p {
  font-size: 1.1rem;
  color: #000;
  line-height: 2;
}
.entry-header .meta-post {
  display: flex;
}
.entry-header .meta-post .cats a {
  background: #F29524;
  color: #fff;
  padding: 0 0.5rem;
  margin-right: 1rem;
}
.entry-header .meta-post .date {
  font-size: 1.1rem;
  text-decoration: none;
}



/*****
* TOP
******/
section#top-view {
  height: 640px;
}
#top-news {
  padding-top: 20px;
  padding-bottom: 20px;
}
table.top-news-table {
  margin-bottom: 0;
}
.top-news-table,
.top-news-table th,
.top-news-table td {
  border: 0;
}

@media screen and (max-width: 767px) {
  .top-news-table th,
  .top-news-table td {
    display: block;
    width: 100%;
  }
}

/*****
* movie
******/
.movie-tag-list {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.movie-tag-list a {
  display: inline-block;
  font-size: 1rem!important;
  padding: 0.5rem 1rem;
  border: 1px solid #1882c4;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.movie-tag-list a:hover {
  background: #1882c4;
  color: #fff;
}
.tags {

}
.tags .tag {
  display: inline-block;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #1882c4;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.tags .tag:hover {
  background: #1882c4;
  color:#fff;
}

.movie-list {

}
.movie-list .service .content h3 {
  min-height: 5rem;
  background: #eee;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.movie-list .service .content h3 span {
  display: block;
  width: 100%;
  word-break: break-all;
  padding:0 5%;
  box-sizing: border-box;
}
.movie-list .service .content .tags {
  margin-bottom: 1rem;
}

/*
.movie-list .service .content .iframe {
  text-align: center;
  overflow: hidden;
  height: 210px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.movie-list .service .content .iframe a {
  display: block;
  margin-top: -40px;
  box-sizing: border-box;
}
*/

.movie-list .panel-grid .panel-row-style {
  padding: 0!important;
}
.movie-list .responsive-img {
  padding: 0 5%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width:480px) {
  .movie-list .service .content .iframe {
    /*height: 145px;*/
  }
}


/*****
* site footer
******/
#site-footer {
  color: #fff;
  background: #1882c4;
  padding-top: 30px;
  padding-bottom: 55px;
  letter-spacing: 1px;
}
#site-footer .copyright h2 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#site-footer .copyright small {
  font-size: 0.8rem;
  display: block;
}


/*****
* 彩追加
******/
.dlmidashi {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.hentry .meta-post {
		margin-bottom: 7px;
	}

#content .title-post.entry-title.post-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #C9CACA;
  padding-bottom: 0.5rem;
  padding-top: 0;
  margin-bottom: 15px;
}

.content-area .hentry {
		position: relative;
		padding-top: 30px;
		padding-bottom: 0px;
	}

#content .title-post.entry-title.category-article-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 0.3rem 0;
}



/* Contact
-------------------------------------------------------------- */


table.contact{

  margin-bottom:20px;
}

table.contact th{
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;  
  padding:10px;
  width:30%;
  background-color:#dfeaf8;
  text-align:left;
  border: 1px solid #b5b5b6;
}

table.contact td{
  padding:10px;
  background-color:#fff;
  text-align:left;
  border: 1px solid #b5b5b6;
}

.required{
   color:#F00; 
}

.contactus .bt{ 
   text-align: center;
   margin-bottom:20px;
}

.contactus h5{ 
  font-size: 1.2rem;
  font-weight: bold;   
  border-bottom: 1px solid #888;  
  border-left: 3px solid #0099ff;  
  display: block;
  padding:8px 0px 8px 10px;
}




@media (max-width: 768px) {


  table.contact{
    display:block;
  }

  table.contact tbody{
    display:block;
  }

  table.contact tr{
    display:block;
  }

  table.contact tr th{
    display:block;
    background-color:#dfeaf8;
    width:100%;
    border: 1px solid #b5b5b6;
  }

  table.contact tr td{
    display:block;
    border: 1px solid #b5b5b6;
  }

  input[type="text"],textarea{
  width:100%;
}

	
}		




.top-line.wrapper{
  border: 2px solid #0b0;  
  background-color:#fff;
  text-align: center;
  padding:20px 0;
}



