/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.sp {display: none;}

.container {width: 457px; margin: 0 auto; flex-direction: column; align-items: center;}
.breadcrumb-trail {display: none;}

h1 {font-size: 25px;}
h2 {font-size: 20px;}
h3 {font-size: 15px;}
p {font-size: 10px;}
a {color: #666;}


.title {font-size: 25px; font-weight: 700;}
.title .kiiro {font-size: 25px; font-weight: 700;}
.sub-title {font-size: 10px;}
.sub-title .kiiro {font-size: 10px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通部品
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#header .pc.ham {display: none;}
/*　ハンバーガーボタン　*/
#header .hamburger {
  display : block;
  /*position: fixed;*/
  position: absolute;
  z-index : 3;
  right : 60px;
  top   : 35px;
  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 : 14px;
  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: 14px;
  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: 15px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ヘッダー(#header)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#header {margin: 25px 0 30px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　トップページ(#top)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#top {margin-bottom: 135px;}
/* ヒーローヘッダー*/
#top .top-img {margin-bottom: 35px;}
#top .top-img img {
	height: 400px;
	object-fit: cover;
}

/*#top .slick-prev:before,
#top .slick-next:before {
    color: #000;
}*/
/*メイン　コンテナー*/
/*#top .font-set {
	font-family: "小塚ゴシック Pro";
	font-family: 'Noto Sans JP', sans-serif; 
	color: #3fa9f5;
}*/

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#top h1 {font-size: 25px; margin-bottom: 40px;}
#top h2 {font-size: 15px; line-height: 1; margin-bottom: 5px;}

#top .prf,
#top .portfolio,
#top .gallery,
#top .sub-news {width: 456px; margin: 0 auto;}
#top .text {align-self: flex-end;}
#top .text p {
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-right: 30px;
}
/*ボタン*/
#top .btn-flat-border{
	display: inline-block;
	text-align: center;
	width: 300px;
	height: 30px;
	background: #8ccbf9;
  	text-decoration: none;
  	color: #d9eefd;
	font-size: 12px;
}

/*プロフィール*/
#top .prf {height: 145px; padding-bottom: 25px;}
#top .prf img {width: 144px; height: 145px;}
#top .prf-text {padding-left: 12px;}
#top .prf .btn-flat-border {margin-top: 10px;}

/*ポートフォリオ*/
#top .portfolio {height: 145px;}
#top .portfolio img {width: 144px; height: 145px; object-fit: cover;}
#top .portfolio-text {padding-right: 12px;}
#top .portfolio .btn-flat-border {margin-top: 10px;}

/*ギャラリー*/
#top .gallery {
	height: 150px;
	background-color: #d9eefd;
	margin-top: 40px;
}
#top .gallery h2 {display: none;}
#top .gallery-img {height: 110px;}
#top .gallery-img img {
	width: 170px;
	height: 110px; 
	/*margin: 0 auto;*/
}

#top .gallery .slick-prev,
#top .gallery .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#top .gallery .slick-prev {left: -40px; z-index: 1;}
#top .gallery .slick-next {right: -20px;}
#top .gallery .slick-prev:before,
#top .gallery .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    width: 9px;
    height: 14px;
    padding: 3px 7px;
    background-color: #3fa9f5;
    border-radius: 50px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#top .gallery .slick-prev:before {content: '◀';}
#top .gallery .slick-next:before {content: '▶';}
#top .gallery .slick-prev:hover,
#top .gallery .slick-prev:focus,
#top .gallery .slick-next:hover,
#top .gallery .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
#top .gallery .slick-prev:hover:before,
#top .gallery .slick-prev:focus:before,
#top .gallery .slick-next:hover:before,
#top .gallery .slick-next:focus:before {opacity: 1;}
 
#top .gallery .slick-prev.slick-disabled:before,
#top .gallery .slick-next.slick-disabled:before {opacity: .25;}

/*#top .gallery .slick-prev:before,
#top .gallery .slick-next:before {
  width: 9px;
  height: 14px;
  padding: 3px 7px;
  background-color: #3fa9f5;
  border-radius: 50px;
  color: #fff;
}*/
/*#top .slick-prev{left: -45px;}[dir='rtl'] #top .slick-prev{right: -45px;left: auto;}
#top .slick-prev:before{content: '◀';}[dir='rtl'] #top .slick-prev:before{content: '▶';}

#top .slick-next{right: -35px;}[dir='rtl'] #top .slick-next{right: auto;left: -35px;}
#top .slick-next:before{content: '▶';}[dir='rtl'] #top .slick-next:before{content: '◀';}*/

#top .gallery-box {padding: 20px 50px;}

/*元サイドバー*/
#top .sidebar {
	display: flex; 
	flex-direction: column-reverse;
	padding-top: 40px;
}

/*新着 NEWS*/
#top .sub-news {background-color: #d9eefd;}
#top .sub-news nav {padding: 30px 35px 45px;}
#top .sub-news h2 {
	font-size: 20px;
	margin-bottom: 40px;
	color: #666;
}
#top ul.sub-news-list li a,
#top ul.sub-news-list li p {font-size: 15px;}
#top ul.sub-news-list li a {display: block;}
#top ul.sub-news-list li p {
	color: #666;
	line-height: 1.0; 
	letter-spacing: 0.03em;
	padding-bottom: 45px;
}
#top .sub-news .sub-news-list a span.cat-data {background-color: #3fa9f5; padding: 2px 5px; border-radius: 25px; color: #fff;}

/*#top .sub-news {
	background-color: #d9eefd;
	background-color: red;
	padding-left: 40px;
}
#top .sub-news h2,
#top .sub-news a,
#top .sub-news p {color: #666666;}
#top .sub-news h2 {
	font-size: 23px;
	padding-top: 30px; 
	padding-bottom: 40px;
}
#top .sub-news-list a {font-size: 15px;}
#top .sub-news-list p {
	line-height: 1.0; 
	letter-spacing: 0.03em;
	padding-bottom: 45px;
}
#top .sub-news-list p:after {content: "。ココにタイトルが入ります。";}*/


/*sns*/
/*#top .sns {
	display: flex; 
	align-items: flex-end;
	padding-top: 135px;
	padding-bottom: 30px;
}

#top .sns-box {padding-right: 20px;}*/
#top .sns {
  /*width: calc((100% - 20px)/3);*/
  /*justify-content: flex-start;*/
  margin-top: 70px;
}
#top .sns .sns-icon {width: calc((100% - 10px)/3); max-width: 66px; margin-right: 10px;}
#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-wrap: wrap;
  margin: 55px 0 95px;
}
#gallery .lightgallery li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
#gallery .lightgallery li:nth-child(2n) {margin-right: 0;}
#gallery .lightgallery li:last-child {margin-bottom: 0;}
#gallery .lightgallery li img {
  width: 350px;
  height: 160px;
  object-fit: contain;
  border: solid 1px #3fa9f5;
}
#gallery .g-pagenation {margin-bottom: 45px;}
.pagination .page-numbers {padding: 20px 22px;}
.pagination .current {padding: 20px 22px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ポートフォリオ　(#portfolio)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#portfolio h1 {font-size: 25px; margin-bottom: 30px;}
#portfolio h2 {font-size: 12px; margin-bottom: 10px;}
#portfolio .box {
  width: 480px;
  height: 160px;
  margin-bottom: 25px;
  position: relative;
}
#portfolio .box .port-wrap {
  align-items: center;
  width: 455px;
  height: 122px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  justify-content: center;
}
#portfolio .box .port-wrap img {width: 183px; height: 122px; object-fit: contain;}
#portfolio .box .port-wrap .imag img {
  width: 183px;
  height: 122px;
}
#portfolio .box .port-wrap .text.right {margin-right: 20px; max-width: 250px;}
#portfolio .box .port-wrap .text.left {margin-left: 20px; max-width: 250px;}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　お問い合わせ　(#contact)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#contact {padding-bottom: 150px;}
#contact .form {margin-top: 55px;}
#contact .form .form-item input.form-item-input {height: 50px;}
#contact .form .form-item.btn {
  margin-top: 40px;
}
#contact .form .form-item .form-btn {
  width: 144px;
}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　プライバシーポリシー　(#privacy-policy)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#privacy-policy {margin-bottom: 100px;}
#privacy-policy ul li {font-size: 11px;}
#privacy-policy ul li:before {content:'・';}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　利用規約　(#terms-of-service)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#bylaw {margin-bottom: 100px;}

/*---本文--*/
#bylaw ul li {font-size: 11px;}

/*---トップへ戻る--*/
#bylaw .top-bt {margin-bottom: 20px;}
#bylaw .top-bt a {font-size: 13px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　404　(#page-not-found)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/*#not-found .wrap {margin: 10px auto 0px;}
#not-found .wrap .container {width: 50%;}
#not-found .wrap a.top {font-size: 11px;}*/
#not-found {padding: 50px 0 150px;}
#not-found .bg {}
#not-found .bg .message {}
#not-found .bg .message a.top {font-size: 11px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　フッター(#footer)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#footer {padding: 50px 0 55px;}
#footer a {font-size: 15px;}

/*------------------------------
 戻るボタン
------------------------------- */
#page-top {bottom: 120px; right: 0;}