/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.pc {display: none;}
.container {margin: 0 15px;}
.breadcrumb-trail {display: none;}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 11px;}
p {font-size: 11px;}
a {color: #000;}

.title {font-size: 20px; font-weight: 700;}
.title .kiiro {font-size: 20px; font-weight: 700;}
.sub-title {font-size: 11px;}
.sub-title .kiiro {font-size: 11px;}
.header-title {margin-left: 15px; line-height: 1;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通部品
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/*　ハンバーガーボタン　*/
#header .hamburger {
  display : block;
  /*position: fixed;*/
  position: absolute;
  z-index : 3;
  right : 13px;
  top   : 25px;
  width : 55px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px 0 0 20px;
  background-color: #3fa9f5;
}
#header .hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 3px ;
  left    : 13px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
#header .hamburger span:nth-child(1) {
  top: 8px;
}
#header .hamburger span:nth-child(2) {
  top: 14px;
}
#header .hamburger span:nth-child(3) {
  top: 20px;
}

/* ナビ開いてる時のボタン */
#header .hamburger.active span:nth-child(1) {
  top : 15px;
  left: 13px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

#header .hamburger.active span:nth-child(2),
#header .hamburger.active span:nth-child(3) {
  top: 15px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

#header nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

#header nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#header nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
#header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header nav.globalMenuSp ul li:hover{
  background :#ddd;
}

#header nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
#header nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通部品
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/*パンくずリスト*/
.breadcrumb, 
.breadcrumb a {font-size: 12px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ヘッダー(#header)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#header {padding: 15px 0 20px;}
#header .container {margin: 0 auto;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　トップページ(#top)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#top {margin-bottom: 40px;}
/* ヒーローヘッダー*/
#top .top-spimg {margin-bottom: 10px;}
#top .top-spimg img {
    /*min-width: 480px;*/
    height: 340px;
    object-fit: cover;
}
/*#top .slick-prev:before,
#top .slick-next:before {
    color: #000;
}*/

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#top .index .tile {
	width: 347px;
	margin: 0 auto;
}
#top .index .tile ul.tile-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin: 50px 0 20px;
}
#top .index .tile ul.tile-item li.item {
	margin-right: 15px;
	margin-bottom: 15px;
}
#top .index .tile ul.tile-item li.item:nth-child(2n) {
	margin-right: 0;
}
#top .index .tile ul.tile-item li.item:last-child {
	margin-bottom: 0;
}
#top .index .tile ul.tile-item li.item img {
  width: 158px;
  height: 105px;
  object-fit: contain;
	border: 1px solid #d9eefd;
}
@media screen and (max-width: 400px) { 
  #top .index .tile {width: 100%;}
  #top .index .tile ul.tile-item li.item {
  	/*width: 100%;
  	height: auto;*/
  	display: flex;
  	justify-content: center;
  }
  #top .index .tile ul.tile-item li.item {
  	margin-right: 15px;
  }
}
@media screen and (max-width: 350px) {
	#top .index .tile ul.tile-item {
		flex-direction: column;
		align-items: center;
	}
	#top .index .tile ul.tile-item li.item {
		margin-right: 0;
	}
}
/*#top .index .tile ul.tile-item li.item img {
	width: 100%;
	height: auto;
}*/


/*#top .tile-item {
	display: flex;
	flex-wrap: wrap;
	background-color: pink;
}
#top .tile-item li {
	width: calc((100% - 22px) / 2);
	height: 105px;
	margin: 0 22px 22px 0;
	overflow: hidden;
}
#top .tile-item li:nth-child(2n) {
	margin-right: 0;
}
#top .tile-item li:nth-last-child(1),
#top .tile-item li:nth-last-child(2) {
	margin-bottom: 0;
}
#top .tile-item li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50%;
}
 
@media screen and (max-width: 480px) {
	#top .tile-item {
		background-color: greenyellow;
		display: flex;
		justify-content: center;
	}
	#top .tile-item li {
		width: 100%;
		height: 105px;
	}
	#top .tile-item li img {
	width: 158px;
	max-height: 105px;
	object-fit: cover;
	object-position: 50%;
	}
}*/

/*sns*/
/*#top .sns {
	display: flex;
	align-items: flex-end;
	padding-top: 70px;
	padding-bottom: 30px;
}
#top .sns-box {padding-right: 20px;}*/
#top .sns-box {margin-left: 10vw;}
#top .sns {
  /*width: calc((100% - 20px)/3);*/
  /*justify-content: flex-start;*/
  margin-top: 70px;
}
#top .sns .sns-icon {width: calc((100% - 30px)/3); max-width: 64px; margin-right: 30px;}
#top .sns .sns-icon:nth-child(3n) {margin-right: 0;}
#top .sns .sns-icon .youtube-img {margin-top: 10px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ギャラリーページ　(#gallery)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#gallery .lightgallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gallery .lightgallery li {
  margin-bottom: 20px;
}
#gallery .lightgallery li img {
  width: 300px;
  height: auto;
  object-fit: contain;
  border: solid 1px #3fa9f5;
}
#gallery .g-pagenation {margin-bottom: 40px;}
.pagination .page-numbers {padding: 20px 22px;}
.pagination .current {padding: 20px 22px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ポートフォリオ　(#portfolio)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#portfolio h1 {font-size: 20px; margin-bottom: 30px;}
#portfolio h2 {font-size: 18px; margin-bottom: 13px;}
#portfolio p {font-size: 13px;}
#portfolio .box {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}
#portfolio .box .port-wrap {
  flex-direction: column;
  margin: 0 15px;
  padding: 30px 0;
}
#portfolio .box .port-wrap img {width: 252px; height: 168px; object-fit: contain;}
#portfolio .box .port-wrap .imag img {
  width: 252px;
  height: 168px;
}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　お問い合わせ　(#contact)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#contact {padding-bottom: 150px;}
#contact .form {margin-top: 70px;}
#contact .form .form-item input.form-item-input {height: 40px;}
#contact .form .form-item.btn {
  margin-top: 50px;
}
#contact .form .form-item .form-btn {
  width: 144px;
}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　プライバシーポリシー　(#privacy-policy)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#privacy-policy {margin-bottom: 50px;}
#privacy-policy ul li {font-size: 11px;}
#privacy-policy ul li:before {content:'・';}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　利用規約　(#terms-of-service)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#bylaw {margin-bottom: 50px;}

/*---本文--*/
#bylaw ul li {font-size: 11px;}

/*---トップへ戻る--*/
#bylaw .top-bt {margin-bottom: 20px;}
#bylaw .top-bt a {font-size: 11px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　404　(#page-not-found)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/*#not-found .wrap {margin: 10px auto 0px;}
#not-found .wrap a.top {font-size: 10px;}*/
#not-found .bg {background-size: cover;}
#not-found .bg .message {}
#not-found .bg .message a.top {font-size: 10px;}
/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　フッター(#footer)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#footer {padding: 50px 0 55px;}
#footer a {font-size: 13px;} 
#footer p {font-size: 13px;}

/*------------------------------
 戻るボタン
------------------------------- */
#page-top {bottom: 120px; right: 0;}
