/****************島根フィルムコミッション****************/
@charset "utf-8";

/******** 共通 ********/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
}
h1, h2, h3 {
}
a {
  text-decoration:none;
  color: #ff6a00;
  transition : .5s;
  font-weight: 500;
}
a:visited {
  text-decoration: none;
  color: #ff6a00;
}
a:hover {
  color: #ff6a00;
  opacity: 0.7;
  transition : .5s;
}
img {
  vertical-align: middle;
  max-width:100%;
}
.sp {
  display: block;
}
li {
  list-style: none;
}
img[src$=".svg"] {
 /*width: 100%;*/
}
p {
  padding: 0;
  margin: 0;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.font_bold {
  font-weight: bold;
}
.text_red {
  color: #ff0000;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.float_l {
  float:left;
}
.float_r {
  float:right;
}
.flex_box {
  display: flex;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.margin_top_0 {
  margin-top: 0!important;
}
.margin_top_mid {
  margin-top: 5%!important;
}
.margin_top_high {
  margin-top: 8%!important;
}
.single_margin_top {
  margin-top: 20%!important;
}
.link_url {
  word-break: break-all;
}
#wrapper {
  width:100%;
  max-width: none;
  margin:0 auto;
  background: #ffffff;
  position:relative;
  height:100vh;
}
#content_wrapper {
  margin: 0 auto auto auto!important;
  top:0;
  position:static;
  background:#fff;
  margin-top:51px;
}
.wp-pagenavi span.current {
  color: #fff !important;
  font-weight: bold;
  background-color: #FF9B4D !important;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #FF9B4D !important;
  text-decoration: none;
  border: 1px solid #FF9B4D !important;
  padding: 3px 8px!important;
  background-color: #fff;
  margin: 2px;
}

/******** header ********/
#header {
  position:fixed;
  top:0;
  right:0;
  width: 100%;
  background: #FFF5DC;
  z-index: 500;
  padding-bottom: 5px;
  /*position: relative;*/
  height: 45px;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  z-index: 500;
}
#logo img {
  max-width: 394px!important;
  min-width: 190px;
}
#logo a:hover {
  opacity: 0.9;
}

/******** grobal navi ********/
#global_navi ul li {
  list-style:none;
  line-height: 2.5;
}
#global_navi ul li a {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
}
#global_navi ul li a:hover {
  opacity:0.6;
  color: #ff6a00;
}

/******** ハンバーガーメニュー ********/
#nav_toggle {
  display:block;
  position:absolute;
  top:15px;
  right:18px;
  width: 23px;
  height:20px;
  cursor:pointer;
  z-index:300;
}
#nav_toggle div {
  position:relative;
}
#nav_toggle span {
  display:block;
  position:absolute;
  height:1px;
  width: 100%;
  background:#666;
  left:0;
  -webkit-transition:.35s ease-in-out;
  -moz-transition:.35s ease-in-out;
  transition:.35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 2px;
}
#nav_toggle span:nth-child(2) {
  top: 10px;
}
#nav_toggle span:nth-child(3) {
  top: 18px;
}
/* #nav_toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
  top: 11px;-webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global_navi スライドアニメーション */
.open #global_navi{
  -moz-transform: translatey(800px);
  -webkit-transform: translatey(800px);
  transform: translatey(800px);
}
#global_navi{
  position:absolute;
  top:-800px;
  right:0px;
  background-color:rgba(250,239,216,0.9);
  width:100%;text-align:left;
  padding: 85px 0 20px 0;
  z-index:200;
  -webkit-transition:.4s ease-in-out;
  -moz-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}/* 開いてないときは画面外に配置 */


/********スライダー********/
.metaslider .flexslider .flex-control-nav a.flex-active {
  background: rgba(216, 12, 24, 0.9) none repeat scroll 0 0;
}

/******** footer ********/
#footer {
  width: 100%;
  background: #F5EBE4;
}
.footer_box {
  text-align: center;
  padding: 10px 10px 0 10px;
}
#footer_logo{
  width:60%;
  margin:0 auto;
}
#footer_contact {
  margin-top: 10px;
}
#copyright {
  margin-top: 20px;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 500;
}
#pagetop a {
  display: block;
  color:#FF9B4D;
  font-size:50px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#pagetop a:hover {
  display: block;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/******** 下層ページ ********/
#lower_page_header {
  width: 100%;
  background: #FFF5DC;
  /*margin-top: -13px;*/
  position: relative;
  height: 150px;
  border-bottom-left-radius: 70px;
}
#page_title {
  text-align: center;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 1.3rem;
  padding-top: 70px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 300;
}
#lower_page_header img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*.page_title_line {
  height: 30px;
  border-right: 1px solid #000;
  position: absolute;
  left: 50%;
  z-index: 200;
}*/
img#page_title_about {
  max-width: 80%;
  z-index: 100;
}
img#page_title_location {
  max-width: 60%;
}
img#page_title_business {
  max-width: 60%;
  bottom: -17px;
}
img#page_title_works {
  max-width: 60%;
  bottom: -15px;
}
img#page_title_contact,
img#page_title_support_request {
  max-width: 60%;
}
img#page_title_location_post {
  max-width: 60%;
}
img#page_title_supporter {
  max-width: 60%;
}
img#page_title_media_supply {
  max-width: 60%;
  bottom: -11px;
}
img#page_title_information {
  max-width: 70%;
}
img#page_title_interview {
  max-width: 60%;
}
img#page_title_youtube {
  max-width: 60%;
}
#content_inner {
  width: 100%;
  max-width: 1160px;
  background: #ffffff;
  margin: 5px auto 0 auto;
}
#crumb {
  margin: 1% 1%!important;
  font-size: 0.7rem;
}
#content_corset {
  margin: 0 15px;
}
.lowerpage_h2_wrap {
  margin: 25px 0;
}
.lowerpage_h2 {
  margin: 0;
  font-size: 1.1rem;
}
.lowerpage_h2_line {
  display: none;
}
.lowerpage_h2_en {
  color: #ff8100;
  font-weight: 500;
  font-size: 0.7rem;
}
.text_wrap {
  margin: 15px 0;
}
.button_submit_box {
  text-align: center;
  margin: 30px 0 50px 0;
}
.button_submit {
  border-radius: 8px;
  border: 0;
  color: #fff;
  background: #FF9B4D;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  width: 120px;
}
.button_reset {
  border-radius: 8px;
  border: 0;
  color: #fff;
  background: #aaa;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  /*margin: 2.5% auto;*/
  padding: 10px;
  width: 120px;
}
/******** 詳細カルーセル ********/
#content_slider {
  margin: 2% auto;
  text-align: center !important;
  max-width: 1160px;
  max-height: 600px;
}
#slider {
  text-align: center;
}
.swiper-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.swiper-slide,
.slide_parent {
  max-width: 100%;
  max-height: 240px;
}
.swiper-slide img,
.slide_child {
  /*position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/
  object-fit: contain;
  height: 100%;
}
#content_slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FF9B4D'%2F%3E%3C%2Fsvg%3E")!important;
}
#content_slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FF9B4D'%2F%3E%3C%2Fsvg%3E")!important;
}

/**************** タブレットレイアウト（560px～）****************/
@media (min-width: 560px) {

/******** 共通 ********/
body {
  font-size: 0.9rem;
}
.sp {
  display: none;
}
.single_margin_top {
  margin-top: 11%!important;
}
#content_wrapper {
  position: static;
  margin: 100px auto 0 auto;
  width: 100%;
  clear: both;
}

/******** header ********/
#logo img {
  max-width: 394px!important;
  min-width: 220px;
}

/******** grobal navi ********/
#header {
  top:0;
  right:0;
  height:60px;
}
#global_navi {
  position:absolute;
  top:0;
  right:0;
  width:80%;
  margin:0 0 0 auto;
  padding: 6px 1.5% 0.5% 0;
  background-color:transparent;
}
#global_navi ul {
  display:flex;
  justify-content:flex-end;
  list-style:none;
  padding:0;
  width:100%;
}
#global_navi ul li {
  position:relative;
  list-style:none;
  padding:0;
  margin:0 0 0 3%;
  line-height: normal;
}
#global_navi ul li a {
  font-size: 0.8rem;
}

/******** ハンバーガーメニュー ********/
#nav_toggle{
  display: none;
}

/******** footer ********/
#footer {
  height: 200px;
}
.footer_box {
  /*display: flex;*/
  /*justify-content: center;*/
  height: 150px;
  padding: 25px 0;
}
#footer_logo {
  margin: 0;
  float: left;
  width: 47%;
  padding: 1% 2% 0 0;
  text-align: right;
}
#footer_logo img {
  max-width:328px!important;
}
#footer_contact {
  margin: 0;
  float: left;
  width: 48%;
  padding: 1% 0 1% 2%;
  text-align: left;
  border-left: 1px solid #000;
  font-size: 0.9rem;
}


/******** 下層ページ ********/
#content_inner {
  margin: 0 auto;
}
#crumb {
  margin: 1% auto!important;
  font-size: 0.9rem;
}
#lower_page_header {
  margin-top: 33px;
  height: 230px;
  border-bottom-left-radius: 130px;
}
#page_title {
  line-height: 200px!important;
  font-size: 1.8rem;
  padding-top: 0;
}
/*.page_title_line {
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 200;
}*/
img#page_title_about {
  max-width: 80%;
}
img#page_title_location {
  max-width: 47%;
}
img#page_title_business {
  max-width: 47%;
  bottom: -30px;
}
img#page_title_works {
  max-width: 47%;
  bottom: -24px;
}
img#page_title_contact,
img#page_title_support_request {
  max-width: 47%;
}
img#page_title_location_post {
  max-width: 47%;
}
img#page_title_supporter {
  max-width: 47%;
}
img#page_title_media_supply {
  max-width: 47%;
  bottom: -18px;
}
img#page_title_information {
  max-width: 60%;
}
img#page_title_interview {
  max-width: 47%;
}
img#page_title_youtube {
  max-width: 47%;
}
.lowerpage_h2_wrap {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.lowerpage_h2 {
  margin: 0;
  font-size: 1.4rem;
}
.lowerpage_h2_line {
  display: block;
  margin: 0 10px;
  width: 30px;
}
.lowerpage_h2_en {
  font-size: 1rem;
}
/******** 詳細カルーセル ********/
#content_slider {
  margin: 0 auto;
  max-width: 900px;
}
#slider {
  text-align: center;
}
.swiper-slide,
.slide_parent {
  max-height: 480px;
}

}

/**************** デスクトップレイアウト（960px～）****************/
@media (min-width: 960px) {

/******** 共通 ********/
body {
  font-size: 0.90rem;
}
.single_margin_top {
  margin-top: 8%!important;
}
/******** grobal navi ********/
#header {
  top:0;
  right:0;
  height:75px;
}
#global_navi {
  position:absolute;
  top:0;
  right:0;
  width:80%;
  margin:0 0 0 auto;
  padding:10px 1.5% 0.5% 0;
  background-color:transparent;
}
#global_navi ul li a {
  font-size: 0.9rem;
}
/******** 下層ページ ********/
#lower_page_header {
  margin-top: 52px;
  height: 230px;
  border-bottom-left-radius: 160px;
}
#page_title {
  line-height: 200px!important;
  font-size: 1.7rem;
  padding-top: 0;
}
img#page_title_about {
  max-width: 70%;
}
img#page_title_location {
  max-width: 40%;
}
img#page_title_business {
  max-width: 40%;
  bottom: -44px;
}
img#page_title_works {
  max-width: 40%;
  bottom: -40px;
}
img#page_title_contact,
img#page_title_support_request {
  max-width: 40%;
}
img#page_title_location_post {
  max-width: 40%;
}
img#page_title_supporter {
  max-width: 40%;
}
img#page_title_media_supply {
  max-width: 47%;
  bottom: -33px;
}
img#page_title_information {
  max-width: 47%;
}
img#page_title_interview {
  max-width: 40%;
}
img#page_title_youtube {
  max-width: 40%;
}
.swiper-slide,
.slide_parent {
  max-height: 600px;
}

}