/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.tbsp {display: none;}
.sp {display: none;}
.container {width: 940px; margin: 0 auto;}

h1 {font-size: 30px; margin-bottom: 35px;}
h2 {font-size: 25px;}
h3 {font-size: 20px;}
p {font-size: 15px;}
a {color: #000;}

.title {font-size: 30px; font-weight: 700;}
.title .kiiro {font-size: 30px; font-weight: 700;}
.sub-title {font-size: 15px;}
.sub-title .kiiro {font-size: 15px;}


/*ハンバーガーメニュー*/
#header article .flex p{flex: 1 0 200px; padding: 20px;}
#header article .flex p.img{background-image: url(base-img.jpg); background-size: cover;}
#header input[type="text"]{width: 300px; border:1px solid #000;}
#header #menu-area {
	position: relative;
	right: 90px;
	width: 50px;
	height: 50px;
	z-index: 9999;
}
#header #menu-area #menu-box {display: none;}
#header #menu-area #menu-line {
	border:1px #000 solid;
	background:  #3fa9f5;
	border-radius: 30px 0 0 30px;
	width: 90px;
	height: 50px;
	position: relative;
	z-index: 0;
}
#header #menu-area #menu-line .line1,
#header #menu-area #menu-line .line2,
#header #menu-area #menu-line .line3 {
  border-bottom: 5px solid #fff;
  width: 35px;
  position: absolute;
  left: 20px;
  top: 50%;
  border-radius: 50px;
}
#header #menu-area #menu-line .line1 {top: 25%;}
#header #menu-area #menu-line .line2 {top: 45%;}
#header #menu-area #menu-line .line3 {top: 66%;}
#header #menu-area .sub {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	z-index: -1;
	visibility: hidden;
	opacity: 1;
	width: 10px;
	height: 10px;
}
#header #menu-area .sub.menu-1 {
	background-image: url(../img/common/menu-top.png);
	background-repeat: no-repeat;
}
#header #menu-area .sub.menu-2 {
	background-image: url(../img/common/menu-gallery.png);
	background-repeat: no-repeat;
}
#header #menu-area .sub.menu-3 {
	background-image: url(../img/common/menu-portfolio.png);
	background-repeat: no-repeat;
}
#header #menu-area .sub.menu-4 {
	background-image: url(../img/common/menu-profile.png);
	background-repeat: no-repeat;
}
#header #menu-area .sub.menu-5 {
	background-image: url(../img/common/menu-blog.png);
	background-repeat: no-repeat;
}
#header #menu-area .sub.menu-6 {
	background-image: url(../img/common/menu-contact.png);
	background-repeat: no-repeat;
}
#header #menu-area .sub.menu-1:hover {
	background-image: url(../img/common/menu-top_ao.png);
}
#header #menu-area .sub.menu-2:hover {
	background-image: url(../img/common/menu-gallery_ao.png);
}
#header #menu-area .sub.menu-3:hover {
	background-image: url(../img/common/menu-portfolio_ao.png);
}
#header #menu-area .sub.menu-4:hover {
	background-image: url(../img/common/menu-profile_ao.png);
}
#header #menu-area .sub.menu-5:hover {
	background-image: url(../img/common/menu-blog_ao.png);
}
#header #menu-area .sub.menu-6:hover {
	background-image: url(../img/common/menu-contact_ao.png);
}
#header #menu-area .sub:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	/*background: #333;*/
}
#header #menu-area .sub .img {width: 100%!important; position: absolute;}
#header #menu-area .sub .text {height: 12%!important; position: absolute;}
#header #menu-area .sub img {}
#header #menu-area #menu-box:checked ~ .sub:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
}
#header #menu-area #menu-box:checked ~ .sub {
	visibility:visible;
	opacity: 1;
	width: 100px!important;
	height: 100px!important;
}
#header #menu-area #menu-box:checked ~ .menu-1,
#header #menu-area #menu-box:checked ~ .menu-2,
#header #menu-area #menu-box:checked ~ .menu-3,
#header #menu-area #menu-box:checked ~ .menu-4,
#header #menu-area #menu-box:checked ~ .menu-5,
#header #menu-area #menu-box:checked ~ .menu-6 {width: 100px!important;height: 150px!important;}
#header #menu-area #menu-box:checked ~ .menu-1 {transform: translate(-460px,45px);}
#header #menu-area #menu-box:checked ~ .menu-2 {transform: translate(-437px,208px);}
#header #menu-area #menu-box:checked ~ .menu-3 {transform: translate(-333px,269px);}
#header #menu-area #menu-box:checked ~ .menu-4 {transform: translate(-232px,363px);}
#header #menu-area #menu-box:checked ~ .menu-5 {transform: translate(-116px,401px);}
#header #menu-area #menu-box:checked ~ .menu-6 {transform: translate(5px,430px);}
#header #menu-area .menu-1 {transition: .3s ease;}
#header #menu-area .menu-2 {transition: .5s ease;}
#header #menu-area .menu-3 {transition: .6s ease;}
#header #menu-area .menu-4 {transition: .7s ease;}
#header #menu-area .menu-5 {transition: .8s ease;}
#header #menu-area .menu-6 {transition: 1s ease;}

#header #menu-area2 {
	margin-top: 200px;
	position: relative;
	left: 50%;
	width: 50px;
	height: 50px;
	z-index: 1;
}
#header #menu-area2 #menu-box {display: none;}
#header #menu-area2 #menu-line {
	border:1px #000 solid;
 background:  #3fa9f5;
  border-radius: 30px 0 0 30px;
  width: 90px;
  height: 50px;
  position: relative;
  z-index: 0;
}
#header #menu-area2 #menu-line .line1,
#header #menu-area2 #menu-line .line2,
#header #menu-area2 #menu-line .line3 {
  border-bottom: 5px solid #fff;
  width: 35px;
  position: absolute;
  left: 20px;
  top: 50%;
  border-radius: 50px;
}
#header #menu-area2 #menu-line .line1 {top: 25%;}
#header #menu-area2 #menu-line .line2 {top: 45%;}
#header #menu-area2 #menu-line .line3 {top: 66%;}
#header #menu-area2 .sub {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	z-index: -1;
	visibility: hidden;
	opacity: 1;
	width: 10px;
	height: 10px;
}
#header #menu-area2 .sub:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	/*background: #333;*/
}

#header #menu-area2 .sub .img {width: 100%!important; position: absolute;}
#header #menu-area2 .sub .text {height: 12%!important; position: absolute;}
#header #menu-area2 .sub img {}
#header #menu-area2 #menu-box:checked ~ .sub:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
}
#header #menu-area2 #menu-box:checked ~ .sub {
	visibility:visible;
	opacity: 1;
	width: 100px!important;
	height: 100px!important;
}
#header #menu-area2 #menu-box:checked ~ .menu-1,
#header #menu-area2 #menu-box:checked ~ .menu-6 {width: 100px!important;height: 150px!important;}
#header #menu-area2 #menu-box:checked ~ .menu-1 {transform: translate(-460px,45px);}
#header #menu-area2 #menu-box:checked ~ .menu-2 {transform: translate(-409px,186px);}
#header #menu-area2 #menu-box:checked ~ .menu-3 {transform: translate(-333px,269px);}
#header #menu-area2 #menu-box:checked ~ .menu-4 {transform: translate(-232px,363px);}
#header #menu-area2 #menu-box:checked ~ .menu-5 {transform: translate(-116px,401px);}
#header #menu-area2 #menu-box:checked ~ .menu-6 {transform: translate(-40px,421px);}
#header #menu-area2 .menu-1 {transition: .3s ease;}
#header #menu-area2 .menu-2 {transition: .5s ease;}
#header #menu-area2 .menu-3 {transition: .6s ease;}
#header #menu-area2 .menu-4 {transition: .7s ease;}
#header #menu-area2 .menu-5 {transition: .8s ease;}
#header #menu-area2 .menu-6 {transition: 1s ease;}

#header .btn {
	position: relative;
	width: 280px;
	height: 80px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
#header .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#header .btn:hover img:nth-of-type(2) {
	opacity: 0;
}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　共通部品
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/*パンくずリスト*/
.breadcrumb, 
.breadcrumb a {font-size: 16px;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ヘッダー(#header)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#header {padding: 30px 0 35px;}
#header .header-inner {
	justify-content: space-between;
	align-items: center;
}

.header-main {padding: 300px 0;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　トップページ(#top)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/* ヒーローヘッダー*/
#top .top-img {margin-bottom: 20px;}
#top .top-img img {width: 100%;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#top h1 {margin-bottom: 40px;}
#top h2 {font-size: 20px; line-height: 1.2; margin-bottom: 15px;}
#top h3 {font-size: 16px;}

#top .prf,
#top .portfolio,
#top .gallery {
	width: 620px;
	height: 220px;
	margin-bottom: 80px;
}
#top .text p {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#top .background {
	background-image: url(../img/top/back-home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*プロフィール*/
#top .prf img {width: 220px; height: 220px;}
#top .prf-text {padding-left: 20px;}

/*ボタン*/
#top .btn-flat-border{
	display: inline-block;
	text-align: center;
	width: 380px;
	height: 40px; 
	background: #8ccbf9;
	text-decoration: none;
	color: #d9eefd;
	font-size: 21px;
	font: caption;
	line-height: 2.6;
	margin-top: 30px;
}
#top .btn-flat-border:hover {transition: .5s; opacity: 0.3;}
#top .prf .btn-flat-border {margin-top: 65px;}
_:-ms-lang(x)::-ms-backdrop, #top .btn-flat-border {
	line-height: 3.3;
}
_:lang(x)+_:-webkit-full-screen-document, #top .btn-flat-border {
  line-height: 3.3;
}

/*ポートフォリオ*/
#top .portfolio img {width: 220px; height: 145px; flex-shrink: 0;}
_:lang(x)+_:-webkit-full-screen-document, #top .portfolio img {
  align-items: flex-start;
}
#top .portfolio-text {padding-right: 20px;}

/*ギャラリー*/
#top .gallery {background-color: #d9eefd;}
#top .gallery h2 {padding-top: 10px;}
#top .gallery .inner {padding: 0 80px;}

#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: -60px; z-index: 1;}
#top .gallery .slick-next {right: -30px;}
#top .gallery .slick-prev:before,
#top .gallery .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    width: 12px;
    height: 18px;
    padding: 6px 10px;
		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;}


/*_:-ms-lang(x)::-ms-backdrop, #top .gallery .slick-prev:before {
	background-color: #999;
} 
_:-ms-lang(x)::-ms-backdrop, #top .gallery .slick-next:before {
	background-color: #666;
}*/
/*_:lang(x)+_:-webkit-full-screen-document, #top .gallery .slick-prev:before,
_:lang(x)+_:-webkit-full-screen-document, #top .gallery .slick-next:before {
	background-color: red;
	padding: 7px 8px;
}*/
/*#top .slick-prev{left: -70px;}[dir='rtl'] #top .slick-prev{right: -70px;left: auto;}
#top .slick-prev:before{content: '◀';}[dir='rtl'] #top .slick-prev:before{content: '▶';}

#top .slick-next{right: -55px;}[dir='rtl'] #top .slick-next{right: auto;left: -55px;}
#top .slick-next:before{content: '▶';}[dir='rtl'] #top .slick-next:before{content: '◀';}*/

/*#top .gallery-box {display: block;}*/

/*サイドバー*/
#top .sidebar {margin-left: 20px;}

/*sns*/
#top .sns {
	/*width: calc((100% - 20px)/3);*/
	/*justify-content: flex-start;*/
	margin-top: 70px;
}
#top .sns .sns-icon {width: calc((100% - 20px)/3); max-width: 60px; margin-right: 20px;}
#top .sns .sns-icon:nth-child(3n) {margin-right: 0;}
#top .sns .sns-icon .youtube-img {margin-top: 10px;}


/*新着 NEWS*/
#top .sub-news {
	width: 300px;
	height: auto;
	background-color: #d9eefd;
	padding-bottom: 70px;
}
#top .sub-news nav {
	width: 205px;
	height: auto;
	margin: 70px auto 0;
}
#top .sub-news h2 {
	font-size: 20px;
	color: #666;
	padding-top: 17px;
	margin-bottom: 40px;
	text-indent: -1em;
}
#top .sub-news .sub-news-list {font-size: 15px; letter-spacing: 0.01em;}
#top .sub-news .sub-news-list a {display: block; color: #666; margin-bottom: 30px;}
#top .sub-news .sub-news-list p {text-decoration: underline;}
#top .sub-news .sub-news-list li {margin-bottom: 20px;}
#top .sub-news .sub-news-list a span.cat-data {background-color: #3fa9f5; padding: 2px 5px; border-radius: 25px; color: #fff;}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ギャラリーページ　(#gallery)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#gallery {
	background-image: url(../img/gallery/back-gallery.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#gallery .category-select {
	align-items: center;
	justify-content: flex-start;
}
#gallery .test3 h1 {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#gallery .gallery-list {
	width: 940px;
	margin: 0 auto;
}
#gallery .lightgallery {
	display: flex;
	flex-wrap: wrap;
	margin: 90px 0 95px;
}
#gallery .lightgallery li {
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}
#gallery .lightgallery li:nth-child(3n) {margin-right: 0;}
#gallery .lightgallery li:last-child {margin-bottom: 0;}
#gallery .lightgallery li img {
	width: 300px;
	height: 250px;
	object-fit: contain;
	border: solid 1px #3fa9f5;
}

#gallery .g-pagenation {margin-bottom: 40px;}

/*#gallery .g-btn span{
  border:outset;
  background:#cccccc;
  margin:4px;
  padding:2px 4px 2px 4px;
  cursor: pointer;
  }
#gallery .g-btn span:active{
  border:inset;
}*/

.pagination .page-numbers {padding: 20px;}
.pagination .current {padding: 20px;}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　ポートフォリオ　(#portfolio)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#portfolio {
	background-image: url(../img/portfolio/back-portafolio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
}
#portfolio h1 {font-size: 30px; margin-bottom: 60px;}
#portfolio h2 {font-size: 20px; margin-bottom: 20px;}
#portfolio p {font-size: 15px;}
#portfolio .box {
	width: 940px;
	height: 280px;
	margin-bottom: 50px;
	position: relative;
}
#portfolio .box .port-wrap {
	align-items: center;
	width: 780px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	justify-content: center;
}
#portfolio .box .port-wrap img {max-width: 300px; height: 200px; object-fit: contain;}
#portfolio .box .port-wrap .imag img {width: 300px; height: 200px;}
_:lang(x)+_:-webkit-full-screen-document, #portfolio .box .port-wrap img {
  width: 800px;
  height: auto;
  background-color: pink;
}
#portfolio .box .port-wrap .text.right {margin-right: 50px; width: 300px;}
#portfolio .box .port-wrap .text.left {margin-left: 50px; width: 300px;}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　お問い合わせ　(#contact)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#contact {
  background-image:url("../img/contact/back-info.png");
  background-size:contain;
  background-position:center 25px;
  background-repeat:no-repeat;
  display: block;
  padding-bottom: 200px;
}
#contact .contact-text {width: 460px;}
#contact .form {max-width: 460px; 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: 140px;
}


/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　プライバシーポリシー　(#privacy-policy)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#privacy-policy {margin-bottom: 100px;}
#privacy-policy ul li:before {content:'・';}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　利用規約　(#bylaw)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#bylaw {margin-bottom: 100px;}
#bylaw h1 {margin-bottom: 30px;}
#bylaw h2 {margin: 20px 0 10px 0;}
#bylaw ul {padding-left: 1.5em;}
#bylaw ul li {list-style-type: disc; letter-spacing: 0.05em;}

/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　404　(#not-found)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
/*#not-found .wrap {margin: 10px auto 50px;}
#not-found .wrap .container {width: 50%;}*/
#not-found {padding: 100px 0 200px;}
/*‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
　　フッター(#footer)
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
#footer {padding: 50px 0 60px;}
#footer a {font-size: 15px;}
#footer p {font-size: 15px;}

/*------------------------------
 戻るボタン
------------------------------- */
#page-top{bottom: 30px; right: 0;}