/*
Theme Name: gig01
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Flat is a free Blog Theme designed by YoArts. Works nice for a personal blog, magazine ,news or review website.
Version: 1.7.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flat
Tags: black, orange, white, white, dark, light, two-columns, responsive-layout, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, custom-colors, translation-ready,featured-images, threaded-comments, translation-ready,photoblogging

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-size:auto;
}

img {
	width: 100%;
}



.news {
list-style:none;
margin:0;
padding:0;
}

.news li {
margin-bottom:0.5em;
}



.small{
font-size:80%;
}

.sub-menu li a{
line-height:1.4em!important;
display:inline-block;
}

.sub-menu li {
padding-left:0.6em!important;
}

.column {
list-style:none;
margin:0;
padding:0;
}

.column li {
margin-bottom:0.5em;
padding-bottom:0.5em;
border-bottom:dotted 1px #ccc;
}
.column li:last-child {
border-bottom:none!important;
}

.tel{
line-height:1em;
margin:0.5em 0 0 0;
font-size:180%;
}

.tel-home{
line-height:1em;
margin:0.5em 0 0 0;
font-size:150%;
color: rgba(255, 255, 255,1)!important;
}


.widget,
.widget-title{
color: rgba(255, 255, 255,1)!important;

}



.home-movie{
position:relative;
width:100%;
padding-top:50%;
}
.home-movie iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

.post-label{
font-size:80%;
background:#777;
padding:0.2em 0.6em ;
border-radius:1em;
color:#fff;
}




.sticky {}
.bypostauthor {}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


ul.news-list{
list-style:none;
margin:0;
padding:0;
}


ul.news-list .date {
background:none;
font-size:100%;
margin-right:1em;
}

ul.news-list li{
margin:0.7em 0;
}


ul.news-list .category {
background:#000;
color:#fff;
width:8em;
text-align:center;
display:inline-block;
font-size:80%;
padding:0.1em 0em;
margin-right:1em;
}

a:not(.btn), a:link:not(.btn) {
  color: #333333;
	text-decoration:underline;
}
a:visited:not(.btn) {
  color: #666666;
}



/*
#site-navigation a
{
  color: #222;
}
*/


#page {
  max-width: 100%;
  margin: 0px auto 0 auto!important;
  position: relative;
  background: #fff;
}
#page:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
width: auto;
  background: #333;
}

/*
#secondary{
width:300px;
}

#primary{
max-width:100%;
}
*/

.page-header{
margin:0;
padding:0 ;
height:300px;
}

.page-header h1{
font-size:24px;
color:#fff;
line-height:300px;
margin:0;
height:300px;
background:rgba(0,0,0,0.4);
padding-left:30px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
font-weight: bold;
}


.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
width:100%;
height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: absolute;
   font-size: 17px;
   padding: 10px;
/*   background: rgba(0, 0, 0, 0.5);*/
   margin: 0px auto;
bottom:40%;
width:100%;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}


.view img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   background-color: rgba(0,0,0, 0.3);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view:hover h2,
.view:hover p,
.view:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

dl.privacy dt{
font-size:120%;
margin-bottom:0.5em;
}

dl.privacy dd{
margin-bottom:2em;
}

.menu{
list-style:none;
margin:0!important;
padding:0!important;
}

.menu li{
margin:0!important;
padding:0!important;
}


.hgroup {
	text-align:left;
	background-color: #FFFFFF;
}
.hgroup img{
max-width:100%;
}
.hgroup ul  {
	margin: 10px 0 0!important;
}
.hgroup ul li {
	list-style: none;
	margin-bottom: 5px;
}
.hgroup ul li.contact-mail a{
	display: flex;
	align-items: center;
	line-height: 1.5rem
}
.hgroup .contact-link {
		max-width: 20px;
		margin-right: 5px;
}
.hgroup ul li a{
	color: #333333!important;
	font-size: 14px;
}

#site-navigation ul li:first-child {
	padding-top: 10px;
}

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

/*
#site-navigation a {
font-size:18px;
padding:15px 0px 0px 15px;
}

#site-navigation li{
padding:15px 0px;
}
*/

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

.hgroup img{
/* max-height:100px; */
}

.hgroup ul li.contact-mail a{
	justify-content: center;
}

}

#secondary .toggle-sidebar, #secondary .toggle-navigation
{
  margin-top: -65px;
  width: 50px;
  height: 50px;
font-size:26px;
border:none;
}


.require{
background:#666;
color:#fff;
border-radius:1em;
margin-left:1em;
font-size:70%;
padding:0em 0.6em;
display:inline-block;
}

a:link.btn-default,
a:visited.btn-default,
a:hover.btn-default,
a:active.btn-default{
color:#fff;
}



ul.news-list{
margin-bottom:60px;
}

.copyright{
margin-top:30px;
}





#secondary i
{
/*   color: rgba(255, 255, 255,1); */
	color: #0350cd;
}
#secondary .menu-item {
	background-color: #0350cd;
}

#secondary .menu-item i {
	color: #FFF;
}




#secondary a
{
  color: rgba(255, 255, 255,1);
	font-weight:bold;
}



#site-navigation a
{
  color: rgba(255, 255, 255,1)!important;

}


#secondary a:hover, #secondary a:active
{
  color: #fff;
}

#site-navigation a:hover, #site-navigation a:focus
{
  color: rgba(255, 255, 255, 0.5)!important;
}

#site-navigation a:hover, #site-navigation a:focus
{
  color: rgba(255, 255, 255, 0.5)!important;
}

#site-navigation .current-menu-item > a, 
#site-navigation .current-menu-parent > a, 
#site-navigation .current-menu-ancestor > a, 
#site-navigation .current_page_item > a, 
#site-navigation .current_page_parent > a, 
#site-navigation .current_page_ancestor > a
{
  color: rgba(255, 255, 255,0.5)!important;
}


#site-navigation .current-menu-item > a, #site-navigation .current-menu-parent > a, #site-navigation .current-menu-ancestor > a, #site-navigation .current_page_item > a, #site-navigation .current_page_parent > a, #site-navigation .current_page_ancestor > a
{
  color: rgba(255, 255, 255,0.5)!important;
}


.btn-footer {
  background-color: #0350cd;
  color: #fff!important;
  margin-top: 60px;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
	transition:0.3s all;
}
.btn-footer:hover, .btn-footer:focus {
  background-color: #0350cd;
  opacity: 0.5;
}
.btn-footer:active {
  background-color: #0350cd;
  opacity: 0.5;
}

.row-offcanvas{
display: flex;
align-items: stretch;
}

@media screen and (max-width: 969px) {
.row-offcanvas{
display: block;
}
}

.sales{
	padding-bottom:45px;
	
}

h2.section-title {
  padding: 0.4em 0.5em;
  color: #333333;
	font-weight:bold;
	background-color:#f6f7f8;
	border-bottom: solid 1px #0350cd;
}

.page h2.section-title {
	margin-bottom: 30px;
}

h3.section-title {
  border-bottom: solid 2px #ddd;
  position: relative;
font-weight:bold;
	padding:0.4em 0;
}

h3.section-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #d70c18;
  bottom: -2px;
  width: 20%;
}

@media screen and (max-width: 600px) {
.page-id-185 
.page-header h1 {
    font-size: 16px;
}
}



/*----------------------
contact form
-----------------------*/
/***** コンタクトフォーム *****/
.contact {
    padding: 25px;
    background-color: #f6f7f8;
}
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
width:100%;
background-color: #f6f7f8;
}
 
.required-contactform7{
  padding: 3px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
font-size:80%;
}
 
.unrequired-contactform7{
  padding: 3px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
font-size:80%;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 99% !important;
  margin: 5px 10px 5px 10px;
border:1px solid #ddd;
border-radius:5px;
padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 10px 10px 10px 10px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 10px 10px 10px 10px;
  max-width: 99%!important;
}

.table-contactform7 select{
margin: 5px 10px 5px 10px;
height:2em;
padding:0.3em 0!important;
}
 
.table-contactform7 select option{
padding:0.3em 0;
}

#privacy {
  padding: 0 25px;
}
#privacy .title {
  color: #0350cd;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.privacy-box {
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  overflow-y: scroll;
}
.privacy-box span {
	font-weight: bold;
}

@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
.table-contactform7 input,
.table-contactform7 textarea{
  margin: 10px 0px!important;
}
}


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

.site-info{
	background-color:rgba(250,191,19,1);
	background-color:#f5f5f5;
}

.row::after,
.row::before{
	display: none;
}



/*----------------------
contact form
-----------------------*/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
width:100%;
}
 
.required-contactform7{
  padding: 3px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
font-size:80%;
}
 
.unrequired-contactform7{
  padding: 3px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
font-size:80%;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 99% !important;
  margin: 5px 10px 5px 10px;
border:1px solid #ddd;
border-radius:5px;
padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 10px 10px 10px 10px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 10px 10px 10px 10px;
  max-width: 99%!important;
}

.table-contactform7 select{
margin: 5px 10px 5px 10px;
height:2em;
padding:0.3em 0!important;
}
 
.table-contactform7 select option{
padding:0.3em 0;
}


@media screen and (min-width: 900px){
  @media screen and (min-width: 900px){
	.table-contactform7 tr:first-child th,  .table-contactform7 tr:first-child td{
		padding-top: 25px;
	}
  .table-contactform7 th{
    width:29%;
	padding-left:  25px;
  }
    }
	.table-contactform7 td {
		width: 71%;
		padding-right: 25px;
	}
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}



.news .category{
background:#f6f7f8;
border: 1px solid #0350cd;	
border-radius:1em;
padding:0.3em 0.7em;
margin-right:0.5em;
width:7em;
color:#0350cd;
}



.filter.active{
	opacity:0.6!important;
}

.news .category.blog{
background:#111;
}

.news .category.event{
background:#c00;
}

.news .date{
margin:0 0.8em;
font-size:80%;
}

.news .mix{
display: none;
}

.news .post{
padding:1em 0;
border-bottom: 1px solid #ddd;

width:100%;
}

.slick-slide{
	margin:0 5px;
}

.slick-next:before, .slick-prev:before{
	color:#0350cd!important;
}
.slick-dots li.slick-active button:before {
	color:#0350cd!important;
}
.slick-dots li button:before {
	color:#0350cd!important;
}
/* 一覧を見るボタンの為のCSS_202309-4 */
.more_btn{
    text-align: center;
    margin: 30px auto;
    background: #0350cd;
	border-radius: 50px;
    padding: 0.3em 0.7em;
    width: 11em;
    color: #fff;
}
.more_btn span{
    color: #fff;
}
.more_btn:hover {
	opacity: 0.5 ;
}
.blog .more_btn {
	margin: 60px auto 30px;
}



























a.yotu-lightbox-func{
    position: absolute;
    top: 50%;
    left: -80px;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
    font-size: 80px;
    width: 80px;
    height: 80px;
    zoom: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
	color: #9E9E9E;
	text-decoration: none!important;
}

.yotu-lightbox-body:hover a.yotu-lightbox-func{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

a.yotu-lightbox-func[data-func=next]{
	left: auto;
	right: -80px;
}
a.yotu-lightbox-func span{
	display: block;
}

.about-bg {
    background: url(images/top-messeage.jpg)no-repeat;
    background-size: cover;
    color: #FFFFFF;
    padding: 50px 0 70px 0;
    margin: 60px 0 0 0;
    background-position: center;
}

.about-bg a {
    color: #FFFFFF;
}

.about-bg .subpage-table dt {
    border-left: solid 3px #fff;
    color: #FFFFFF;
}

.about-bg .btn-link a {
    border: solid 2px #FFFFFF;
    background: none;
	color: #FFFFFF;
}
.contents-width {
  width: 1070px;
  margin: 0 auto;
}
.contents-ttl {
  text-align: center;
    line-height: 32px;
	font-weight: bold;
}
.contents-ttl span {
	font-size: 20px;
}
.pc-center {
        text-align: center;
    }
.btn-link {
    text-align: center;
    margin: 30px 0 0 0;
}

.btn-link a {
     text-decoration: none;
    color: #333;
    background: #fff;
    display: inline-block;
	border-radius: 50px;
    font-size: 16px;
    width: 11em;
    padding: 0.3em 0.7em;
}

.btn-link a span {
    font-size: 16px;
    font-family: 'futura';
    margin: 10px;
    letter-spacing: 1px;
}

.btn-link .svg-inline--fa {
    margin: 0 10px 0 20px;
}
@media screen and (max-width: 1110px) {
    .contents-width {
        width: 94% !important;
    }
}
@media screen and (max-width: 767px) {
	.mv-catchcopy {
		font-size: 24px!important;
	}
	.sidebar-image {
	max-width: 300px;
	}
	.sidebar-image a {
		padding: 0!important;
		 display: block;
	}
}
.slick-dotted.slick-slider {
    margin-bottom: 45px!important;
}
.slick-dots {
	bottom: -35px!important;
}
/* --下層作るとき外す*/
/* a {
	pointer-events: none;
} */
/* 下層作るとき外す--*/

/* 会社概要 */
table {
	border: none!important;
}
table tr {
	border-bottom: 1px solid #dddddd;
}
table th {
	background: none!important;
	border: none!important;
	color: #0350cd;
}
table td {
	border: none!important;
}
@media screen and (max-width: 767px) {
	table th, table td {
		display: block;
		width: 100%;
	}
	table th {
		padding-bottom: 0!important;
	}
}

/* ブログ */
.blog.work-title.tile {
	margin-bottom: 0!important;
}
/* .pagination {
	justify-content: center;
} */
.wp-pagenavi {
	text-align: center;
	background-color: #fcf2ebff;
	padding-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #0350cd!important;
	background-color: #0350cd;
    color: #ffffff;
}
.post-type-archive-portfolio .wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #fe5126!important;
	background-color: #fe5126;
    color: #ffffff;
    border-radius: 3px;
}
.pagination .current, .pagination .dots {
	background-color: #0350cd;
}
/* .pagination .current:hover, .pagination .dots:hover, .pagination .current:focus, .pagination .dots:focus, .pagination .current:active, .pagination .dots:active, .pagination .current.active, .pagination .dots.active, .open .dropdown-toggle.pagination .current, .open .dropdown-toggle.pagination .dots {
	background-color: #0350cd!important;
} */
/* .wp-pagenavi span {
	background-color: #EAF2FE!important;
	border: 1px solid #0350cd!important;
	color: #0350cd!important;
} */

/* 会社概要 */
.content {
	margin-bottom: 60px; 
}
.flex-box {
	display: flex;
}
.representative .flex-box .img-box{
	width: 30%;
	margin-right: 30px;
}
.representative .flex-box .img-box img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.flex-box {
		flex-direction: column;
	}
	.representative .flex-box .img-box{
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	}
}
/* 事業案内ページ */
.service-content .txt {
  margin-bottom: 30px;
}
.service-link.link-btn a {
  background: #0350cd;
  /* border-radius: 50px; */
  padding: 10px 20px;
  color: #fff;
}
.service-link.link-btn a:hover {
	border: 1px solid #0350cd;
    background-color: #ffffff;
    color: #0350cd;
	transition: .1s;
}

.service-link.link-btn a i {
  margin-left: 10px;
}
.disaster-prevention .txt .font-bb , .souvenir .txt .font-bb {
  color: #0350cd;
  font-weight: bold;
  margin:0 5px;
  font-size: 18px;
}
/* お知らせ */
.news {
	padding: 30px;
}
.news.top {
	padding: 10px 30px;
}

/* 環境保全・防災危機管理事業 */
.page-id-633 .page-header {
	background-position: 50% 30%!important;
}
.attempt-txt {
	text-align: center;
	font-weight: bold;
}
.attempt {
  margin-top: 20px;
  background-color: #f6f7f8;
  padding: 30px;
}
.attempt h3 {
  color: #0350cd;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 2px #0350cd;
}
.attempt p {
  margin-bottom: 30px;
}
.attempt p:last-child {
  margin-bottom: 0;
}
.item-box {
  padding: 30px;
  border: solid 1px #0350cd;
  margin-bottom: 30px;
}
.item-box:last-child {
  margin-bottom: 0;
}
.item-content-box {
	display: flex;
	justify-content: space-between;
}
.item-content-box .left-box,  .item-content-box .right-box {
	width: calc((100% / 2) - 15px);
}
.item-box h3 {
  color: #0350cd;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.item-box
.item-box img {
  vertical-align: bottom;
  margin-bottom: 20px;
}
.item-box .txt {
  margin-bottom: 30px;
}
.service-link.more {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.item-content-box {
		flex-direction: column;
	}
	.item-content-box .left-box,  .item-content-box .right-box {
		width: 100%;
    }
	.item-content-box img {
		margin-bottom: 10px;
	}
}

/* 記念品事業 */
.item-content-box.col-two {
	justify-content: flex-start;
}
.item-content-box.col-two .common-box {
	width: calc((100% / 3) - 15px);
	margin-right: 15px;
}
.item-content-box.col-three .common-box {
	width: calc((100% / 3) - 15px);
}
.blanket .attention {
	margin-bottom: 0;
}
.item-content-box.col-four {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.item-content-box.col-four .common-box {
	width: calc((100% / 4) - 15px);
	margin-right: 15px;
}
.item-content-box.col-four .common-box img, .shirts .item-content-box .common-box img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.item-content-box.col-five .common-box {
	width: calc((100% / 5) - 15px);
}
.souvenir .item-content-box p {
	margin-top: 10px;
}
.souvenir .item-content-box p {
	text-align: center;
}
.shirts .bottom-none {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.item-content-box.col-two .common-box, .item-content-box.col-three .common-box,  .item-content-box.col-four .common-box {
		width: 100%;
	}
	.item-content-box.col-five .common-box {
		width: calc((100% / 3) - 15px);
	}
	.item-content-box.col-five {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.shirts .item-content-box.col-five .common-box img {
		height: auto;
	}
}
/* エンターテインメント事業 */
.page-id-524 .container {
	background-color: #fcf2ebff;
	margin: 0;
	max-width: 100%;
}

@media screen and (min-width: 1200px) {
	.entertainment {
		max-width: 1140px;
		margin: 0 auto 60px;
}
}
.entertainment {
	letter-spacing: .1em;
    background-color: #f9e8d9ff;
    padding: 30px;
    border-radius: 10px;
}
.entertainment h3 {
	font-size: 24px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	letter-spacing: .2em;
	color: #fe5126;
	margin-bottom: 20px;
}
.profile-box {
	display: flex;
  align-items: center;
}
.profile-box .profile-txt {
width: 50%;
	margin-right: 20px;
}
.profile-box .profile-img {
width: 50%;
position: relative;
}
/* .profile-box .profile-img img{
	position: absolute;
	height: 250px;
	width: auto;
}
.profile-box .profile-img img.profile-img01 {
	top: 230px;
	right: 120px;
}
.profile-box .profile-img img.profile-img02 {
	bottom: 0;
	right: 120px;
}
.profile-box .profile-img img.profile-img03 {
	top: 350px;
    left: 130px;
    height: 280px;
}
.profile-box .profile-img img.profile-img04 {
	left: 50%;
    transform: translateX(-50%);
    top: -50px;
} */
.profile-box .profile-txt dl {
	border-bottom: 4px dotted #fe5126;
	margin-bottom: 20px;
}
.entertainment  .service-box {
	margin-bottom: 20px;
}
.entertainment.service h4 {
	color: #fe5126;
	font-weight: bold;
	font-size: 16px;
}
.portfolio-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.portfolio-content .portfolio-box {
  width: calc((100% / 4) - 15px);
  margin-right: 15px;
}
.portfolio-content .portfolio-box .category-txt {
  border: 1px solid #fe5126;
  border-radius: 50px;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  color: #fe5126;
  font-size: 12px;
  display: inline-block;
}
.portfolio .btn {
  color: #fff;
  background-color: #fe5126;
  width: 200px;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  margin: 20px auto 0;
}
.portfolio .btn:hover{
  background-color: #fff;
  color: #fe5126;
  border: 1px solid #fe5126;
}
.page-id-524 .page-header {
  background-position: 50% 20%!important;
}
.entertainment table.career tr {
  border-bottom: none;
}
.entertainment table.career th {
  color: #fe5126;
  width: 15%;
}
.entertainment table.career .category {
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: none!important;
}
.entertainment table.career tr td{
	padding: 15px;
}
@media screen and (min-width: 768px) {
  .entertainment table.career tr td{
    border-bottom: 1px solid #FFF!important;
  }
  .entertainment table.career .category {
    border-bottom: none!important;
  }
}
@media screen and (max-width: 767px) {
  .profile-box {
    flex-direction: column;
  }
  .profile-box .profile-txt {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .profile-box .profile-txt, .profile-box .profile-img {
    width: 100%;
  }
  .portfolio-content {
    flex-direction: column;
  }
  .portfolio-content .portfolio-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .entertainment iframe {
    width: 100%;
  }
  .entertainment table.career th {
    width: 100%;
  }
  .entertainment table.career tr td:last-child{
    border-bottom: 1px solid #FFF!important;
}
}
/* ポートフォリオページ */
.post-type-archive-portfolio .page-header{
	background-image: url(./images/top-portfolio.jpg)!important;
	background-position: 50%, 50%;
	background-size: cover;
}
.post-type-archive-portfolio  .hentry{
  background-color: #fcf2ebff;
border-bottom: none;
}
.tab-list {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-list a {
	background-color: #fe5126;
	padding: 10px;
	border-radius: 50px;
	color: #fff!important;
	display: inline-block;
	width: calc((100% / 4) - 15px);
	text-align: center;
	margin-bottom: 20px;
	transition: background 0.2s;
}
.tab-list a:hover {
	color: #fe5126!important;
    background-color: #ffffff;
	border: 1px solid #fe5126;
}
.btn-category.is-active {
	color: #fe5126!important;
    background-color: #ffffff;
	border: 1px solid #fe5126;
}
/* フッター */
	.footer-link a {
		padding: 0 20px;
	}
/* モーダル */
button.remodal-cancel {
    margin: 20px 0 0;
    border-radius: 50px;
    width: 200px;
	color: #fff;
    background-color: #fe5126;
	padding: 10px;
}
button.remodal-cancel:hover {
	color: #fe5126;
    background-color: #ffffff;
	border: 1px solid #fe5126;
}
.modalWrapper img {
	max-height: 600px;
    width: auto;
}

.VideoWrapper iframe{
	width: 100%;
}

.openModal.button {
    display: block;
    text-align: center;
    background-color: #ffffff;
	margin-bottom: 20px;
}
.openModal.button img {
    width: auto;
    height: 300px;
    object-fit: contain;
}
@media screen and (max-width: 1024px) {
	.tab-list {
		flex-direction: column;
	}
	.tab-list a {
	width: 100%;
}
/* グローバルメニュー */
/* 	.menu-item ul.sub-menu {
		background: none!important;
} */

	@media screen and (max-width: 767px) {
		.side-nav-flex {
			display: flex;
			justify-content: space-between;
			}
		.sidebar-image {
			padding: 0 5px;
}
	}
/* フッター */
	.footer-link a {
		padding: 0 20px;
	}