@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  /*font-family: 'Noto Serif JP', serif;*/
	--main-color: #0ba29a;
	--color-iwaki:#C31E37;
	--color-ibaraki:#3651B7;
	--bgc-iwaki: rgba(233,29,94,0.1);
	--bgc-ibaraki: rgba(59,74,168,0.1);
	
}
#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper a {
  word-break: break-all;
}
#wrapper img {
  vertical-align: bottom;
}
#wrapper h2, #wrapper h3, #wrapper h4 {
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
  color: #B20202;
}
.text_bold {
  font-weight: bold;
}
.text_normal {
  font-weight: normal;
}
.text_center {
  text-align: center;
}
.text_font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
.mgn_btm20 {
  margin-bottom: 20px;
}
a.invalid {
  pointer-events: none;
}
a.godetail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  z-index: 10;
  color: #FFFFFF;
  font-size: 90%;
  line-height: 1.4;
  padding-bottom: 5px;
}
a.godetail.kochi {
  background: url("../images/button_kochi.png") no-repeat center bottom;
  background-size: 100%;
}
a.godetail:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}
a.godetail.gray {
  background: url("../images/button_gray.png") no-repeat center bottom;
  background-size: 100%;
  pointer-events: none;
}
.deco {
  font-weight: normal;
  display: inline-block;
  padding: 0 15px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: 10px auto;
}
@media screen and (max-width: 759.9px) {
  a.godetail {
    font-size: 90%;
  }
  .deco {
    display: inline-block;
    padding: 0 10px;
    background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
    background-size: 8px;
  }
}
p.credit {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 90%;
}
.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
	.slash{
		padding: 0 12px;
		background-size:8px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
  position: relative;
  width: 100%;
  background: url("../images/top.jpg")no-repeat center center;
  background-size: cover;
  height: 450px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.page_roof > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.page_roof h2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof img {
	width: 100%;
  height:100%;
	object-fit: contain;
}
@media screen and (max-width: 759.9px) {
  .page_roof {
    height: 28vh;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
#pageTopLead .inner p {
  font-size: 160%;
  font-weight: bold;
}
@media screen and (max-width: 759.9px) {
  #pageTopLead .inner p {
    font-size: 120%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 760px) {
	#pageNav {
		background: var(--main-color);
		width: 100%;
		z-index: 20;
		padding: 15px 10px 5px 10px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}
	#pageNav ul a, #pageNav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}
	#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap:2%;
	}
	#pageNav a {
		min-width: 22%;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 20px;
		margin-bottom: 10px;
	}
	#pageNav ul a li{
		padding: 0.25em 1em;
	}
}
#pageNav ul a:hover,
#pageNav ul a.selected{
	background-color:#55CF98;
	opacity: 1;
}

/*--スマホ--*/
@media screen and (max-width: 759.9px){
	  #pageNav {
			margin-bottom: 20px;
		}
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:15px 0;
    background: var(--main-color);
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"▼ MENU ▼";
  }
  .nav_btn.close:after{
    content:"▲ 閉じる ▲";
  }
  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    Readmargin:0;
    padding: 0;
    background:var(--main-color);
    color: #FFFFFF;
  }
  #pageNav ul a,
  #pageNav ul a:hover{
    color: inherit;
    text-decoration: none !important;
  }
  #pageNav ul a{
    width: 100%;
  }
  #pageNav ul a li{
    font-size: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}
/*-------------PR--------------*/
#pr {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 40px;
	background: url("../images/bg_pr.jpg") no-repeat center;
	background-size: cover;
	padding: 20px;
	font-family: "Yusei Magic", sans-serif;
}
#pr .inner {
	background: rgba(255,255,255,0.6);
	padding: 20px 10px 30px;
	border-radius: 20px;
}
#pr p {
	font-size: 120%;
	text-align: center;
	padding: 10px;
}
#pr .comingsoon {
	color: #B30A0A;
	font-size: 300%;
	/*width: 100%;*/
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pr .comingsoon span{
	padding: 0 20px;
	border: 2px solid #B30A0A;
	background: rgba(255,255,255,0.6);
	transform: rotate(-10deg);
}

/*#pr .comingsoon::before, 
#pr .comingsoon::after{
	content: "";
	background: #B30A0A;
	height: 2px;
	width: 20%;
}*/
#pr .movie_sample{
	text-align: center;
	margin-top: 10px;
	position: relative;
}
#pr .movie_sample .comingsoon{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	display: flex;
	text-justify: inter-character;
	align-items: center;
}

#pr .movie_sample img{
	max-width: 90%;
}

@media screen and (max-width: 759.9px) {
	#pr {
		padding: 15px;
	}
	#pr .inner {
		padding: 15px 5px 20px;
		border-radius: 15px;
	}
	#pr p {
		font-size: 110%;
		text-align: left;
	}
	#pr .comingsoon {
		font-size: 200%;
	}
	#pr .comingsoon span{
		padding: 0 15px;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0 auto;
	padding: 40px 0;
}
.pageContent .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 759.9px){
	.pageContent {
		padding: 30px 0;
	}
}
/*-------------いばらきを旅しよう-------------*/
#Read {
	padding-bottom: 40px;
}
#Read .lead {
  padding-bottom: 200px;
  background-image: url(../images/Read-bk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
	background-size: auto 240px;
	margin-bottom: 1rem;
}
#Read P.Read-txt {
  text-align: center;
	margin-bottom: 1em;
}
#Read h3 {
  text-align: center;
	margin-bottom:0.5em;
	font-size: 180%;
}
@media screen and (max-width: 759.9px) {
	#Read .lead {
    padding-bottom: 90px;
  	background-size: auto 105px;
		margin-bottom: 1rem;
	}
	#Read h3 {
		font-size: 120%;
	}
}
#Read .guide {
	margin:0 10px;
	padding-bottom: 40px;
}

#Read .icon_unit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

#Read .icon_unit li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #dee9ef;
	padding: 0 20px 0 0;
	height: 60px;
	border-radius: 40px;
	font-size: 120%;
}

#Read .icon_unit li img {
	width: 60px;
	height: auto;
}

#Read .guide{
	margin: 10px auto;
	width: fit-content;
}
#Read .guide p.attention {
	font-size: 14px;
	text-indent: -1em;
	margin: 0 0 5px 1em;
	text-align: left;
}
@media screen and (max-width: 759.9px) {
	#Read .icon_unit {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 5%;
	}
	#Read .icon_unit li {
		width: 45%;
		height: 50px;
		padding: 0 15px 0 0;
		gap: 0;
		border-radius: 30px;
		font-size: 100%;
		justify-content: space-between;
	}

	#Read .icon_unit li img {
		width: 50px;
		height: auto;
	}
	#Read .guide p.attention {
		margin: 0 2em 5px 2em;
	}

}
#Read .yoyaku_unit {
	display: flex;
	gap:2%;
	justify-content: center;
}
#Read .yoyaku_unit a.godetail{
	width: 48%;
	max-width: 350px;
}
@media screen and (max-width: 759.9px) {
	
}
/*-------------タイトル--------*/
.ttl-back {
  width: 100%;
}
.ttl-back h2 {
  text-align: center;
  font-size: 240%;
  line-height: 1.4;
  color: #005243;
	margin-bottom: 1em;
}
.ttl-back .info {
  font-size: 180%;
  width: 100%;
  /*color: #0f94b7;*/
  color: #00c921;
  font-weight: bold;
  text-align: center;
}
.ttl-back .info span {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}
.name span {
  font-size: 0.66em;
}
@media screen and (max-width: 759.9px) {
  .ttl-back h2 {
    font-size: 140%;
  }
}
/*------------リボン--------*/
.ribbon {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  font-size: 18px; /*フォントサイズ*/
  color: #FFF; /*フォントカラー*/
  margin:0 auto 30px;
}
.bgc_iwaki .ribbon {
  background:var(--color-iwaki);
}
.bgc_ibaraki .ribbon {
  background:var(--color-ibaraki);
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #B5B5B5; /*折り返し部分*/
	color: #B5B5B5
}
.ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #B5B5B5; /*折り返し部分*/
}
@media screen and (max-width: 759.9px) {
  h3.ribbon {
    font-size: 1.3rem !important;
  }
}
/*-------------pageContent----------*/
.pageContent{
	 width: 100%;
	padding: 60px 0 40px;
	margin-bottom: 10px;
}
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
@media screen and (max-width: 759.9px) {
	.pageContent{
		padding: 40px 0 30px;
		margin-bottom: 10px;
	}
}
/*-------------背景色-----------*/
.bgc_iwaki{
	 background-color:var(--bgc-iwaki);
}
.bgc_ibaraki{
	 background-color: var(--bgc-ibaraki);
}

/*------------viewbox----------*/
.viewbox {
	width: 95%;
	border-style: solid;
	border-width: 4px;
	padding: 0 20px 20px 20px;
	border-radius: 20px;
	margin:0 auto 40px;
	background: #FFFFFF;
	position: relative;
}
.bgc_iwaki .viewbox {
	border-color: var(--color-iwaki);
}
.bgc_ibaraki .viewbox {
	border-color: var(--color-ibaraki);
}

.viewbox .title {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
	position: relative;
}
.viewbox .title p.area {
	position: absolute;
	top:0;
	left: 30px;
	background: #000;
	padding: 2px 15px;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.8;
}
.viewbox .title h3 {
	text-align: center;
	font-size: 140%;
	width: 90%;
}
.viewbox .title .icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	z-index: 10;
}
.viewbox dl {
	width: 100%;
	display: flex;
	gap:2%;
}
.viewbox dt.photo {
	width: 60%;
}
.viewbox .photo img {
	width: 100%;
}
.viewbox dd {
	width: 38%;
}
.viewbox dd .comment{
	margin-bottom: 20px;
}
.viewbox dd .comment p{
	font-size: 110%;
}
.viewbox dd .access{
	margin-bottom: 20px;
	border: 2px dotted #CCC;
	padding: 10px;
}
.viewbox dd .access p{
	font-size: 100%;
}
.viewbox dd .access h4{
	background: #000;
	border-radius: 10px;
	font-size: 90%;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: normal;
}
.viewbox dd .info{
	margin-bottom: 20px;
}
.viewbox .jump_hp {
	width: 90%;
	display: block;
	margin: 0 auto 20px;
	background: #D2D1E0;
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	line-height: 1;
	color: inherit;
}
.viewbox i {
	margin-left: 5px;
}
@media screen and (max-width: 759.9px) {
	.viewbox {
		border: 2px solid #CCC;
		padding: 15px;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.viewbox .title {
		position: relative;
		padding: 0;
		margin-bottom: 10px;
	}
	.viewbox .title h3 {
		text-align: center;
		font-size: 120%;
		padding: 0 10px 0 0;
	}
	.viewbox .title .area {
		padding: 0px 10px;
		font-size: 90%;
	}
	.viewbox .title .icon {
		width: 50px;
		height: 50px;
	}
	.viewbox dl {
		width: 100%;
		display: block;
	}
	.viewbox dt.photo {
		width: 100%;
	}
	.viewbox dt.photo > p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.viewbox dd {
		width: 100%;
	}
	.viewbox dd .comment{
		margin-bottom: 20px;
	}
	.viewbox dd .comment p{
		font-size: 110%;
	}
	.viewbox dd .access{
		margin-bottom: 20px;
	}
	.viewbox dd .access p{
		font-size: 100%;
	}
	.viewbox dd .info{
		margin-bottom: 20px;
	}
	.viewbox .jump_hp {
		padding: 5px;
		font-size: 14px;
	}
	.viewbox i {
		margin-left: 5px;
	}
	
}

/*------------hotel_wrap----------*/
.hotel_wrap {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	gap:2%;
	margin:0 auto 40px;
}
.hotel_wrap .box{
	width: 32%;
  border-radius: 10px;
	/*border-style: solid;
	border-width: 2px;
  background-color: #FFF;*/
	border: 4px solid #FFF;
  padding: 1rem 1rem 0.5rem 1rem;
	display: flex;
	flex-direction: column;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.bgc_iwaki .hotel_wrap .box {
	/*border-color: var(--color-iwaki);*/
	background-color: var(--bgc-iwaki);
}
.bgc_ibaraki .hotel_wrap .box {
	/*border-color: var(--color-ibaraki);*/
	background-color: var(--bgc-ibaraki);
}

.hotel_wrap .box .photo{
	width: 100%;
}
.hotel_wrap .box .photo img{
	width: 100%;
}
.hotel_wrap .box .info {
	margin-bottom: 2rem;
}
.hotel_wrap .box .Tokuten {
  background-color: #ffff7f;
  padding: 0.5em 0;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.hotel_wrap .box .Area-Name {
  font-weight: bold;
  font-size: 120%;
  padding: 0.4em 0 0.2em;
	text-align: center;
	background: #FFFFFF;
}
.hotel_wrap .box .lead {
  background-color: #fff;
  padding: 0 1rem 1rem 1rem;
	border-bottom: 1px dashed #000;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	.hotel_wrap {
		display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
		overflow-x:scroll;
	}
	.hotel_wrap .box{
		width: 80%;
		margin: 0 1.5% 30px;
		flex-shrink: 0; /*縮小させない*/
	}
	
  .hotel_wrap .box .Area-Name {
    font-size: 1.1rem;
  }


}

.box .yoyaku {
  width: 98%;
  margin: auto 0 0 0;
  text-align: center;
}
.box .yoyaku p.attention{
  text-align: left;
}
.box .yoyaku .yoyaku_unit > a {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 15px;
}
.box .yoyaku p.attention {
  background:rgba(241,229,120,0.6);
	margin-bottom: 10px;
	padding: 0.2em  0.2em  0.2em  1.25em;
	margin-left: 0;
}

@media screen and (max-width: 759.9px) {


}






/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin-bottom: 10px;
}
.swiper-container.inbox .swiper-wrapper{
	width: 100%;
}
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.box .swiper-button-prev.inbox::after,
.box .swiper-button-next.inbox::after{
	display: none;
}

@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}


/*magazine*/
@media screen and (min-width: 760px),print {
	.pageContent.af_magazine_sec {
		background-color: #ebf4eb;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	#af_magazine_box dl {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: 40px auto 20px;
			display: flex;
			background: rgba(255,255,255,1);
			padding: 25px;
			box-sizing: border-box;
	}
	#af_magazine_box dt{
		width: 297px;
		margin-right: 53px;
	}
	#af_magazine_box dt img {
		cursor: pointer;
		box-shadow: 3px 3px 8px #666;
		transition-duration:0.2s;
	}
	#af_magazine_box dt img:hover {
		opacity: 0.8;
		transition-duration:0.2s;
	}
	#af_magazine_box dd{width: calc(100% - 350px);}
	#af_magazine_box dd h3{
			margin: 0 0 15px;
			font-size: 24px;
			position: relative;
			letter-spacing: 2px;
	}
	#af_magazine_box dd p a {
		display: flex;
			align-items: center;
			justify-content: center;
			height: 55px;
			text-decoration: none;
			background: url(../images/button.png) no-repeat center bottom;
			background-size: 100%;
			z-index: 10;
			color: #FFF;
			padding-bottom: 5px;
	}
	#af_magazine_box dd p a:hover {
		opacity: 0.6;
		transition-duration:0.2s;
	}
}
@media screen and (max-width: 759.9px) {
	.pageContent.af_magazine_sec {
		background-color: #ebf4eb;
		padding-top: 20px;
		padding-bottom: 25px;
	}
	#af_magazine_box {
		padding: 10px 10px 50px;
			position: relative;
			overflow: hidden;
		margin: 5px auto 15px;
	}
	#af_magazine_box dl {
		margin: 15px auto;
			background: rgba(255,255,255,1);
			padding: 20px;
			box-sizing: border-box;
		position: relative;
	}
	#af_magazine_box dt {
			width: 80%;
			margin: 0 auto 25px;
	}
	#af_magazine_box dt img {box-shadow: 2px 2px 5px #666;}
	#af_magazine_box dd h3 {
			margin: 0 auto 15px;
			font-size: 18px;
	}
	#af_magazine_box dd p a {
		display: flex;
			align-items: center;
			justify-content: center;
			height: 55px;
			text-decoration: none;
			background: url(../images/button.png) no-repeat center bottom;
			background-size: 100%;
			z-index: 10;
			color: #FFF;
			padding-bottom: 5px;
	}
}

.moviebox dt {
	width: 300px!important;
    margin-right: 0!important;
    display: grid;
    align-items: center;
}
.moviebox dt ul {
    font-size: 22px;
	text-align: center;
}
.moviebox dt a {
    color: #222;
    font-weight: bold;
}
.moviebox dt li img {box-shadow: none!important;}
.moviebox dt li:nth-of-type(3) span {text-decoration: underline;}
.moviebox dd ul {display: flex;}
.moviebox dd li {margin: 0 10px;}
.moviebox dd li video {width: 270px;height:480px;}

@media screen and (max-width: 759.9px) {
.moviebox dd li {margin: 0 0 20px;
	text-align: center;}
.moviebox dd li video {width: 75vw;height: 133vw;}
.moviebox dt {width: 100%!important;}
.moviebox dt ul {font-size: 16px;}
.moviebox dd ul {display: block;}
}


/*-------------influencers--------------*/
#influencers {
	margin-bottom: 40px;
}
#influencers .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #000;
	padding: 20px 20px;
}
#influencers h2{
	text-align: center;
	font-size: 200%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin-bottom: 20px;
}
#influencers .tabi_unit {
	display: flex;
	justify-content: space-between;
}
#influencers .tabi_unit .tabibox{
	width: 48%;
}
@media screen and (max-width: 759.9px) {
	#influencers h2{
		font-size: 130%;
	}
	#influencers .tabi_unit {
		display: block;
	}
	#influencers .tabi_unit .tabibox{
		width: 100%;
		margin-bottom: 20px;
	}
	.tabibox h3{
		font-size: 110%;
		margin-bottom: 15px;
	}
	.tabibox h3::before,
	.tabibox h3::after{
		width: 30px;
	}
	.tabibox dl{
		display: flex;
		justify-content: space-between;
	}
	.tabibox dl dt{
		width: 50%;
		margin-right: 5%;
	}
	.tabibox dl dt .insta{
		background: url("../images/instagram_logo.png") no-repeat top left;
		background-size: 50px auto;
		padding-left: 60px;
	}
	.tabibox dl dd{
		width: 45%;
	}
	.tabibox dl dt img{
		margin-bottom: 15px;
	}
	.tabibox dl dd h4{
		font-size: 110%;
	}
}




.movie_sample{
	text-align: center;
	margin-top: 10px;
	position: relative;
}
.movie_sample .comingsoon{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	display: flex;
	text-justify: inter-character;
	align-items: center;
}
.comingsoon {
	color: #B30A0A;
	font-size: 200%;
	/*width: 100%;*/
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comingsoon span{
	padding: 0 20px;
	border: 2px solid #B30A0A;
	background: rgba(255,255,255,0.6);
	transform: rotate(-10deg);
}


.movie_sample img{
	max-width: 90%;
}

@media screen and (max-width: 759.9px) {
	.comingsoon {
		font-size: 200%;
	}
	.comingsoon span{
		padding: 0 15px;
	}
}

.tabibox h3{
	display: flex;
	justify-content:center;
	align-items: center;
	gap:5px;
	font-size: 140%;
	font-weight: normal !important;
	margin-bottom: 20px;
	text-align: center;
}
.tabibox h3::before,
.tabibox h3::after{
  content: "";
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
	width: 50px;
}

.tabibox dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.tabibox dl dt{
	width: 40%;
}
.tabibox .insta{
	background: url("../images/instagram_logo.png") no-repeat top left;
	background-size: 50px auto;
	padding: 0 0 0 60px;
}

.tabibox dl dd{
	width: 56%;
}

.tabibox dl dt img{
	width: 100%;
}
.tabibox h4{
	font-size: 110%;
	text-align: center;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 759.9px) {
	.tabibox h3{
		font-size: 110%;
		margin-bottom: 15px;
	}
	.tabibox h3::before,
	.tabibox h3::after{
		width: 30px;
	}
	.tabibox dl dt{
		width: 40%;
	}
	.tabibox .insta{
		background: url("../images/instagram_logo.png") no-repeat top left;
		background-size: auto 45px;
		padding: 50px 0 0 0;
	}
	.tabibox dl dd{
		width: 55%;
	}
	.tabibox h4{
		font-size: 110%;
	}
}
