/* ========================================================================
   FONTS
========================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,600,700');

/* ========================================================================
   全体、共通
========================================================================== */
body{
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans Japanese",Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
  YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
h1,h2,h3,h4,h5{
	color: #000!important;
	font-family: "Noto Sans Japanese",Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
  	YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.uk-container{
  max-width: 1080px;
  padding: 0;
	box-sizing: border-box;
}
@media (max-width: 1120px) {
	.uk-container{
  padding-left: 15px;
	padding-right: 15px;
	}
}
img{
  width: 100%;
}

/* --- 改行　--- */
@media (min-width: 480px) {
  br.uk-visible-ss{
    display: none;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 479px) {
  .uk-hidden-ss{
    display: none;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-ss{
    display: none;
  }
}


/* a
========================================================================== */
a{
	transition: all 0.5s ease;
	outline: none!important;
}
a:hover{
	text-decoration: none;
	transition: all 0.5s ease;
	color: #ff8022!important;
}
a:focus, *:focus { 
	outline:none!important; 
}



/* ========================================================================
   header
========================================================================== */
header{
	background: #fff;
	padding: 15px 0;
}
/*h1
========================================================================== */
header h1{
	width: 150px;
	float: left;
	margin: 0;
}
header h1 img{
	height: 45px;
	width: auto;
}
@media (max-width: 767px) {
	header h1 img{
	height: 35px;
	}
}

/* ナビ
========================================================================== */
header nav{
	float: right;
	width: calc(100% - 150px);
}
header nav ul{
	display: inline-block;
	float: right;
	margin: 0;
}
header nav ul>li{
	float: left;
	margin: 0!important;
	text-align: center;
}
header nav ul>li a{
	padding: 0 25px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	display: block;
}
header nav ul>li a:hover:after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ff8022;
}
header nav ul>li span{
	display: block;
	font-size: 10px;
	font-weight: normal;
}

/* ドロップダウン */
.uk-dropdown {
	padding: 20px 10px;
	min-width: 150px;
}
header nav ul>li button{
	background: none;
	padding: 0;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 18px;
}
header nav ul>li button:hover{
	background: none;
}
header nav ul>li .uk-dropdown-nav{
	padding: 0;
	float: none;
}
header nav ul>li .uk-dropdown-nav>li{
	text-align: left;
	display: block;
	float: none;
}
header nav ul>li .uk-dropdown-nav>li a{
	padding: 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	display: block;
}
header nav ul>li .uk-dropdown-nav>li a:hover:after{
	content: none;
}

/* hamburger（max-width: 959px;）
========================================================================== */
/*----------ハンバーガーアイコン----------*/
.hamburger {
  position: absolute;
  display: block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
right: 25px;
top: 25px;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger  span:nth-of-type(2) {
  top: 9px;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}
.hamburger  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}
.hamburger  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.hamburger  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}


@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}


@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}


@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*----------ナビゲーション----------*/
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99998;
	overflow: scroll;
}
/*----------追加１----------*/
#navigation::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff8022;
  -webkit-animation: upper-right 0.4s 0.4s forwards;
  animation: upper-right 0.4s 0.4s forwards;
	z-index: 99;
}
@-webkit-keyframes upper-right{
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
  }
}
@keyframes upper-right{
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
  }
}
/*----------追加１ここまで----------*/
#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
	padding: 70px 60px 0;
box-sizing: border-box;
}
@media (max-width: 479px) {
  #navigation .navigation_inner{
  padding: 70px 20px 0;
	}
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: top;
	display: inline-block;
}
#navigation .navigation_inner .navigation_menu .navigation_item{
  margin: 16px auto 30px auto;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  margin-top: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  text-align: center;
}
/*----------追加２----------*/
#navigation .navigation_inner .navigation_menu .navigation_item a .navigation_text{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-animation: rota 1.2s 0.6s forwards;
  animation: rota 0.4s 0.7s forwards;
}
#navigation .navigation_text h3{
  font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}
#navigation .navigation_text h3:before{
  content: '-';
	margin-right: 5px;
}
#navigation .navigation_text ul{
  padding: 0;
}
#navigation .navigation_text ul>li a{
  text-align: left!important;
	padding-left: 10px;
	font-size: 12px;
}
@-webkit-keyframes rota{
  0% {
   -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0);
  transform: rotateY(0);
  }
}
@keyframes rota{
  0% {
   -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  }
  100% {
   -webkit-transform: rotateY(0);
  transform: rotateY(0);
  }
}
/*----------追加２ここまで----------*/

#navigation hr{
	background-color: #333;
	margin-top: 0;
}
/* sns ------------------------- */
#navigation .sns li{
	float: left;
	margin: 5px 20px;
	margin-left: 0px;
	line-height: 1.0;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
}
#navigation .sns i{
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px 0 0px;
	border-radius: 50%;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding: 6px 0;
	font-size: 16px;
}
#navigation .sns a:hover i{
	border: 1px solid #ff8022;
	background:#ff8022;
	color: #fff;
	transition: all 0.5s ease;
}

/* ========================================================================
   footer
========================================================================== */
footer{
	background: #f1f1f1;
	color: #333;
} 
footer .uk-container{
	padding-top: 40px;
	padding-bottom: 40px;
}
footer a{
	color: #333;
}

/* 会社情報
========================================================================== */
footer .logoArea{
	font-size: 12px;
	width: 50%;
	float: left;
	
}
footer .logoArea p{
	margin: 0;
}
footer .logoArea img{
	height: 40px;
	width: auto;
	margin-bottom: 10px;
}
footer .logoArea .tel{
	font-size: 24px;
}
footer .logoArea .tel a{
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	
}

footer .logoArea .tel i{
	margin-right: 5px;
	transform: scale(-1, 1);
}
@media (max-width: 767px) {
	footer .logoArea{
	width: 100%;
	text-align: center;
}
}
@media (min-width: 768px) {
	footer .logoArea .tel a{
	pointer-events: none;
	}
}

/* ボタン ------------------------- */
footer .logoArea .btn a{
	display: inline-block;
	background: #333;
	color :#fff;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	transition: all 0.5s ease;
}
footer .logoArea .btn a:hover{
	text-decoration: none;
	background: #ff8022;
	transition: all 0.5s ease;
	color: #fff!important;
}
footer .logoArea .btn i{
	margin-right: 5px;
}

/* ナビ
========================================================================== */
footer .navArea{
	width: 50%;
	float: left;
}

footer .navArea nav{
	width: 50%;
	float: left;
}
footer .navArea nav>ul>li{
	margin-bottom: 15px;
}
footer .navArea ul>li h3{
	font-weight: bold;
	margin-bottom: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
footer .navArea ul>li h3:before{
	content: '-';
	display: inline-block;
	margin-right: 5px;
	font-weight: 200;
}
footer .navArea ul>li>ul{
	font-size: 12px;
	padding-left: 10px;
	margin: 0;
}
@media (max-width: 767px) {
	footer .navArea{
	display: none;
	}
}

/* sns ------------------------- */
footer .navArea .sns li{
	float: left;
	margin: 5px 20px;
	margin-left: 0px;
	line-height: 1.0;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
}
footer .navArea .sns i{
	border: 1px solid #333;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px 0 0px;
	border-radius: 50%;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding: 6px 0;
	font-size: 16px;
}
footer .navArea .sns a:hover i{
	border: 1px solid #ff8022;
	background:#ff8022;
	color: #fff;
	transition: all 0.5s ease;
}



/* copyright
========================================================================== */
footer .copyright{
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: right;
	font-weight: 200;
}
footer .copyright .uk-container{
	padding: 0;
}
@media (max-width: 767px) {
	footer .copyright{
	text-align: center;
}
}


/* ========================================================================
   新着情報
========================================================================== */
.news{
	text-align: center;
	padding: 30px 20px 60px;
	background: rgba(255,255,255,1);
	margin: 30px 0;
}
@media (max-width: 959px) {
	.news .uk-grid{
	margin-left: -10px;
	}
	.news .uk-grid>*{
	padding-left: 10px;
	}
}
@media (max-width: 639px) {
	.news .uk-grid{
	margin-left: 0;
	}
	.news .uk-grid>*{
	padding-left: 0;
	}
.news{
	padding: 0;
	width: 70%;
	margin: 30px auto;
	}
}
@media (max-width: 479px) {
	.news{
	width: 100%;
	}
}

/* h2 ------------------ */
.news h2{
	margin: 30px 0 60px;
}
.news h2 span{
	display: block;
	font-size: 14px;
	position: relative;
	margin-top: 20px;
font-family: 'Cormorant Garamond', serif;
}
.news h2 span:before{
	content: '';
	position: absolute;
	width: 150px;
	height: 1px;
	background: #ff8022;
	top: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: inline-block;
}

/* img ------------------ */
.news .img{
	width: 100%;
	height: 150px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	margin-bottom: 10px;
}
.news .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.news .img .uk-overlay-default{
	background: rgba(0,0,0,.5);
	color: #fff;
	margin: 0!important;
}

.news .img .txt{
	font-family: 'Cormorant Garamond', serif;
	display: block;

}
.news .img .txt p{
	margin: 0;
}
.news .text{
	font-weight: 200;
	font-size: 14px;
}
@media (max-width: 959px) {
	.news .img{
	height: 100px;
	}
}
@media (max-width: 639px) {
	.news .img{
	width: 40%;
	height: 70px;
	float: left;
	}
}

/* text ------------------ */
.news time{
	font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 959px) {
	.news .text{
	font-size: 13px;
	line-height: 1.2;
	}
}
@media (max-width: 639px) {
	.news .text{
	text-align: left;
	padding-left: 10px;
	float: right;
	width: 60%;
	box-sizing: border-box;

}
}

/* ========================================================================
   スライダー
========================================================================== */
.mainVisual{
	padding: 40px 0 20px;
	background: none;
	position: relative;
	overflow: hidden;
}
/*
.mainVisual:after{
	content: '';
	background: url(../img/bg.jpg) no-repeat center!important;
	background-size: cover!important;
	background-attachment: fixed!important;
	position: absolute;
	left: 0;top: 0;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	-webkit-filter: blur(3px);
  filter: blur(3px);
margin: -3px;  /* blurの値と同じ値だけマイナス */
}
*/
.mainVisual .uk-container{
	z-index: 1;
	position: relative;
}
@media (max-width: 767px) {
	.mainVisual{
	padding: 20px 0 10px;
	}
}

/* dotnav ------------------------- */
div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot.n2-active, div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot:HOVER {
    background: #ff8022!important;
}
div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot{
	/*background: rgba(255,255,255,.8)!important;*/
	background: rgba(0,0,0,.8)!important;
}


/* ========================================================================
   下層ページ
========================================================================== */
.wrap{
	width: 100%!important;
	max-width: 100%!important;
	padding: 0!important;
}
.entry-content{
	width: 100%!important;
	float: none!important;
}

/* pageHead
========================================================================== */
.pageHead{
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	padding: 40px 0;
}
/*.pageHead:after{
	content: '';
	background: url(../img/bg.jpg) no-repeat center top!important;
	background-size: cover!important;
	background-attachment: fixed!important;
	position: absolute;
	left: 0;top: 0;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	-webkit-filter: blur(3px);
  filter: blur(3px);
margin: -3px;  /* blurの値と同じ値だけマイナス */
}

.pageHead:before{
	content: '';
	background: rgba(0,0,0,.4);
	z-index: 1;
	position: absolute;
	left: 0;top: 0;
	right: 0; bottom: 0;
}
 */
.pageHead h2{
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	z-index: 99;
	margin: 0;
	color: #333!important;
	font-weight:600!important;
	font-size: 36px;
}
.pageHead h2 span{
	display: block;
	font-weight: normal;
	font-size: 12px;
}
@media (max-width: 767px) {
	.pageHead{
	padding: 40px 0;
	}
	.pageHead h2{
	font-size: 28px;
}
}

/* お問い合わせ
========================================================================== */
#contact form{
	width: 60%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#contact form{
	width: 90%;
	}
}
#contact input[type="submit"]{
	padding: 15px 60px;
}

/* 会社概要
========================================================================== */
#about table{
	width: 60%;
	margin: 0 auto;
}
#about .outlineimg{
	width: 60%;
	margin: 0 auto;
}

#about .outlineimg .pc{
	pointer-events: none;
}

#about .outlineimg .spn{
	display: none;
}

@media (max-width: 767px) {
#about .outlineimg{
	width: 100%;
	margin: 0 auto;
}
}

@media (max-width: 600px) {
#about .outlineimg .pc{
	display: none;
}
#about .outlineimg .spn{
	display: block;
-webkit-touch-callout:none;
	    -webkit-user-select:none;
	    -moz-touch-callout:none;
	    -moz-user-select:none;
	    user-select:none;
}
}

#about table th{
	vertical-align: middle;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
#about table td{
	font-size: 14px;
	font-weight: normal;
}
#about iframe{
	height: 350px;
	margin: 50px 0 ;
	width: 100%;
}
@media (max-width: 767px) {
	#about table{
	width: 90%;
	}
	#about table th,
	#about table td{
	display: block;
	}
	#about table th{
	padding-bottom: 0;
	font-size: 110%;
	}
	#about table td{
	padding-top: 5px;
	padding-left: 0;
	}
	#about iframe{
	height: 250px;
	}
}
#about table td ul.uk-list li{
	padding-left: 18px;
	position: relative;
}
#about table td ul.uk-list li:before{
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 7px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
}

/* haruit
========================================================================== */
#hi{
	max-width: 900px;
	padding-bottom: 80px;
}

#hi h4:before{
	content: "■";
}

/* お問い合わせ ------------------- */
#hi .contact{
margin-top: 80px;
background: #efefef;
padding: 40px 40px 20px;
text-align: center;
}
#hi .contact .flex{
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
#hi .contact{
text-align: center;
}
#hi .contact .flex{
	display: block;

}
}
#hi .contact h4{
	margin-bottom: 20px;
}

#hi .contact h4:before{
	content: none;
	margin: 0;
}
#hi .contact .tel{
	font-size: 34px;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 15px;
	line-height: 0.8;
	display: none;
}
@media (max-width: 767px) {
	#hi .contact .tel{
	margin-left: 0;
	}
}
#hi .contact .tel a{
	color: #333;
	border: none;
	box-shadow: none;
}
#hi .contact .tel a:hover{
	color: #333;
	border: none;
	box-shadow: none;
}
#hi .contact .tel{
	margin-right: 15px;
}
#hi .contact .tel:before{
	content: "☎︎";
}
#hi .contact .tel .text{
	font-size: 16px;
	font-weight: normal;
}
#hi .btn-seminar a{
	display: inline-block;
	background: #333;
	color :#fff;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	transition: all 0.5s ease;
	margin: 20px 0 0;
	text-align: center;
	font-weight: bold;
}
#hi .btn-seminar a span{
	display: block;
	font-size: 75%;
}
#hi .btn-seminar a:hover{
	text-decoration: none;
	background: #ff8022;
	transition: all 0.5s ease;
	color: #fff!important;
	box-shadow: none;
}
@media (max-width: 479px) {
	#hi .btn-seminar a{
	display: block;
	text-align: center;
	padding: 10px;
}
}
@media (min-width: 768px) {
#hi .contact .tel a{
	pointer-events: none;
	}
}
@media (max-width: 767px) {
	#hi .contact .tel{
	display: block;
	font-size: 36px;
	}
}
@media (max-width: 479px) {
	#hi .contact .tel{
	display: block;
	font-size: 28px;
	}
}
#hi .contact .btn a{
	display: inline-block;
	background: #333;
	color :#fff;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	transition: all 0.5s ease;
	margin: 20px 0 0;
}
#hi .contact .btn a:hover{
	text-decoration: none;
	background: #ff8022;
	transition: all 0.5s ease;
	color: #fff!important;
	box-shadow: none;
}
@media (max-width: 479px) {
	#hi .contact .btn a{
	display: block;
	text-align: center;
	padding: 10px;
}
}

/* photoharu
========================================================================== */
#ph{
	max-width: 900px;
	padding-bottom: 80px;
}
#ph h3{
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}
#ph h3 img{
	width: 250px!important;
}

#ph h4:before{
	content: "■";
}
#ph p{
	line-height: 1.8;
}

#ph .photo{
	margin: 30px 0px 60px;
}

/* 告知 ------------------- */
#ph .kokuchi strong{
	font-weight: bold;
	color: #e50012;
	font-size: 28px;
	display: block;
}
#ph .kokuchi a{
	box-shadow: none;
	border-bottom: none;
}
#ph .kokuchi a:hover{
	box-shadow: none;
	border-bottom: none;
}
#ph .kokuchi a i{
	margin-left: 5px;
}



/* portraitday
========================================================================== */
#pd{
	max-width: 900px;
	padding-bottom: 80px;
	margin-top: 40px;
}
/* h3 ------------------- */
#pd h3{
	margin-bottom: 20px;
	border-bottom: 1px solid #040000;
	padding-bottom: 15px;
	text-align: center;
	font-size: 36px;
}
#pd h3 span.red{
	font-size: 36px!important;
}
@media (max-width: 767px) {
	#pd h3{
	font-size: 24px;
	}
	#pd h3 span.red{
	font-size: 24px!important;
}
}
@media (max-width: 479px) {
	#pd h3{
	font-size: 22px;
	}
	#pd h3 span.red{
	font-size: 22px!important;
}
}
#pd .bd{
	border: 1px solid #000;
	padding: 5px 15px;
}

/* h4 ------------------- */
#pd h4{
	margin: 40px 0 20px;
	text-align: center;
	font-size: 20px;
}
#pd h4:before,
#pd h4:after{
	font-weight: 100;
	font-size: 30px;
}
#pd h4:before{
	content: "[";
	margin-right: 1em;
}
#pd h4:after{
	content: "]";
	margin-left: 1em;
}

/* price ------------------- */
#pd .price{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	height:0;
    position: relative;
	padding-top: 25%;
}
#pd .price img{
        height: 100%;
        display:block;
        width: 100%;
        position: absolute;
        top:0;
        left:0;
}

#pd ul>li:before{
	content: "●";
	display: inline-block;
	font-size: 150%;
	margin-right: 5px;
}
#pd ul>li.kome:before{
	content: "※";
	font-size: 100%;
}
#pd .ldarea{
	text-align: center;
}
@media (max-width: 767px) {
	#pd .ldarea{
	text-align: left;
}
}
#pd .ld{
	font-size: 150%;
}
#pd .w500{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
#pd .indent{
	text-indent: -7.5em;
    margin-left: 7.5em;
}
#pd .indent strong:before{
	content: "●";
	font-size: 150%;
	margin-right: 5px;
}
#pd .indent:before{
	content: none;
	margin: 0;
}
#pd .bold{
	font-weight: bold;
}
#pd .red{
	font-weight: bold;
	color: #e50012;
	font-size: 22px;
}

#pd .yoyaku_cnts{
padding: 30px 40px;
background: #efefef;
text-align:left;
max-width: 800px;
box-sizing: border-box;
margin: 0 auto;
}
@media (max-width: 479px) {
	#pd .yoyaku_cnts{
	padding: 20px;
	}
}
#pd .yoyaku_cnts h5{
text-align:left;
font-size: 18px;
font-weight: bold;
}
#pd .yoyaku_cnts p{
margin-bottom: 0;
padding-left: 10px;
font-size: 14px;
}
#pd .yoyaku_cnts p strong{
font-size: 16px;
}

/* 撮影場所 ------------------- */
#pd .place{
	font-size: 22px;
	margin: 40px 0;
}
#pd .place span{
	font-size: 28px;
}
@media (max-width: 959px) {
	#pd .place{
		font-size: 18px;
	}
	#pd .place span{
		font-size: 24px;
	}
	#pd .place strong{
		display: block;
	}
}

/* お問い合わせ ------------------- */
#pd .contact h4{
	margin-bottom: 20px;
}
#pd .contact h4 span{
	font-size: 24px;
	background: #333;
	padding: 5px 10px;
	color: #fff!important;
}
@media (max-width: 959px) {
	#pd .contact h4 span{
	font-size: 20px;
	}
}
@media (max-width: 767px) {
	#pd .contact h4 span{
	font-size: 18px;
	display: block;
	}
}
@media (max-width: 479px) {
	#pd .contact h4 span{
	font-size: 15px;
	}
}
#pd .contact h4:before,
#pd .contact h4:after{
	content: none;
	margin: 0;
}
#pd .contact .tel,
#pd .contact .mail{
	font-size: 38px;
	font-weight: bold;
}
#pd .contact .tel a,
#pd .contact .mail a{
	color: #333;
	border: none;
	box-shadow: none;
}
#pd .contact .tel a:hover,
#pd .contact .mail a:hover{
	color: #333;
	border: none;
	box-shadow: none;
}
#pd .contact .tel{
	margin-right: 15px;
}
#pd .contact .tel:before{
	content: "☎︎";
}
#pd .contact .mail i{
	margin-right: 5px;
}
@media (min-width: 768px) {
	#pd .contact .tel a{
	pointer-events: none;
	}
}
@media (max-width: 767px) {
	#pd .contact .tel,
	#pd .contact .mail{
	display: block;
	font-size: 36px;
	}
}
@media (max-width: 479px) {
	#pd .contact .tel,
	#pd .contact .mail{
	display: block;
	font-size: 28px;
	}
}
#pd .contact .btn a{
	display: inline-block;
	background: #333;
	color :#fff;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	transition: all 0.5s ease;
	margin: 20px 0 0;
}
#pd .contact .btn a:hover{
	text-decoration: none;
	background: #ff8022;
	transition: all 0.5s ease;
	color: #fff!important;
	box-shadow: none;
}

/* HARU SPACE
========================================================================== */

#haruspace #container{
	margin-bottom: 50px;
}

#haruspace .left{
	float: left;
	width: calc( 30% - 30px );
	margin-right: 30px;
}
@media (max-width: 959px) {
	#haruspace .left{
	display: none;
	}
}
#haruspace .left .box{
	background: #efefef;
	padding: 20px;
}
#haruspace .left ul li{
	border-bottom: 1px solid #ccc;
	padding: 15px 5px;
	margin: 0;
}
#haruspace .left ul li a{
	box-shadow: none;
}

#haruspace .right{
	float: right;
	width: 70%;
}
@media (max-width: 959px) {
	#haruspace .right{
	float: none;
	width: 100%;
}
}
#haruspace .cnts{
	padding: 15px 0;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
}
#haruspace .cnts__inner{
	padding: 5px 10px;
}

#haruspace h3{
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}

#haruspace h5{
	font-size: 15px;
}

#haruspace ul.check li::before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	display: inline-block;
	margin-right: 5px;
	color: #999;
}

#haruspace i{
	margin-right: 5px;
	color: #ff8022;
}

/* メインビジュアル ------ */
#haruspace .mainVisual{
	margin-bottom: 30px;
}


/* 概要 ------ */
#haruspace .gaiyo ul{
	margin-left: -10px;
}
#haruspace .gaiyo ul li{
	display: inline-block;
	margin: 5px 10px;
}

/* 料金 ------ */
#haruspace .price table{
	text-align: left;
	max-width: 500px;
}
#haruspace .price table th,
#haruspace .price table td{
	padding: 10px;
}
#haruspace .price table .vt{
	vertical-align: top;
	width: 6em;
}
#haruspace .price .attlist li{
	font-size: 13px;
	margin: 5px 0;
}
#haruspace .price .attlist li::before{
	content:'※';
	display: inline-block;
}

/* 設備 ------ */
#haruspace .setsubi li{
	width: calc( 50% - 10px );
	float: left;
	margin: 5px;
	max-width: 300px;
}
/* オプション ------ */
#haruspace .option .img{
	width: 44%;
	float: right;
	max-width: 350px;
	
}
#haruspace .option .text{
	width: 50%;
	float: left;
}
@media (max-width: 767px) {
#haruspace .option .img{
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
}
#haruspace .option .text{
	width: 100%;
	float: none;
}
}
#haruspace .option .text>ul li{
	width: calc( 100% - 10px );
	float: left;
	margin: 5px;
}
#haruspace .option .attlist li{
	font-size: 14px;
	margin: 2px 0;
	line-height: 1.2;
	float: none!important;
}
#haruspace .option .attlist li::before{
	content:'※';
	display: inline-block;
}

/* 会場タイプ ------ */
#haruspace .type ul.label li{
	display: inline-block;
	color: #ff8022;
	border: #ff8022 1px solid;
	border-radius: 15px;
	padding: 3px 10px;
	margin: 3px 5px;
	line-height: 1.0;
}

/* 注意事項 ------ */
#haruspace .attention .attlist li{
	font-size: 13px;
	margin: 5px 0;
}
#haruspace .attention .attlist li::before{
	content:'※';
	display: inline-block;
}

/* アクセス ------ */
#haruspace .access a{
	box-shadow: none;
}
#haruspace .access iframe{
	margin: 40px 0
}


/* お問い合わせ ------------------- */
#haruspace .contact h4{
	margin-bottom: 20px;
}
@media (max-width: 959px) {
	#haruspace .contact h4 span{
	font-size: 20px;
	}
}
@media (max-width: 767px) {
	#haruspace .contact h4 span{
	font-size: 18px;
	display: block;
	}
}
@media (max-width: 479px) {
	#haruspace .contact h4 span{
	font-size: 15px;
	}
}
#haruspace .contact h4:before,
#haruspace .contact h4:after{
	content: none;
	margin: 0;
}
#haruspace .contact .tel,
#haruspace .contact .mobile{
	font-size: 34px;
	font-weight: bold;
	float: left;
	width: calc( 50% - 15px );
	line-height: 0.8;
}
@media (max-width: 767px) {
	#haruspace .contact .tel,
#haruspace .contact .mobile{
	float: none;
	width: calc( 100% - 15px );
	margin-bottom: 20px;
}
}
#haruspace .contact .tel a,
#haruspace .contact .mobile a{
	color: #333;
	border: none;
	box-shadow: none;
}
#haruspace .contact .tel a:hover,
#haruspace .contact .mobile a:hover{
	color: #333;
	border: none;
	box-shadow: none;
}
#haruspace .contact .tel{
	margin-right: 15px;
}
#haruspace .contact .tel:before{
	content: "☎︎";
}
#haruspace .contact .mobile i{
	margin-right: 5px;
	color: #333;
}
#haruspace .contact .tel .text,
#haruspace .contact .mobile .text{
	font-size: 16px;
	font-weight: normal;
}
@media (min-width: 768px) {
	#haruspace .contact .tel a,
#haruspace .contact .mobile a{
	pointer-events: none;
	}
}
@media (max-width: 767px) {
	#haruspace .contact .tel,
	#haruspace .contact .mobile{
	display: block;
	font-size: 36px;
	}
}
@media (max-width: 479px) {
	#haruspace .contact .tel,
	#haruspace .contact .mobile{
	display: block;
	font-size: 28px;
	}
}
#haruspace .contact .btn a{
	display: inline-block;
	background: #333;
	color :#fff;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	transition: all 0.5s ease;
	margin: 20px 0 0;
}
#haruspace .contact .btn a:hover{
	text-decoration: none;
	background: #ff8022;
	transition: all 0.5s ease;
	color: #fff!important;
	box-shadow: none;
}
@media (max-width: 479px) {
	#haruspace .contact .btn a{
	display: block;
	text-align: center;
	padding: 10px;
}
}

/* デザイン制作事業部
========================================================================== */
.design h3{
	text-align: center;
}
.design .design-list{
	background: #efefef;
	margin: 50px 0;
	padding: 30px 50px;
}
.design .design-list li{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	width: 50%;
	float: left;
}
.design .photo .uk-grid{
	margin-left: -20px;
}
.design .photo .uk-grid > *{
	padding-left: 20px;
}
.design .photo a.uk-inline{
	padding-top: 55%;
	position: relative;
	display: block;
	with: 100%;
	overflow: hidden;
	box-shadow: none!important;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}
.design .photo img{
	box-shadow: none;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.design h4{
	text-align: center;
	margin: 50px 0;
}
.design .c-name{
	font-size: 12px;
	text-align: center;
	color: #999;
	letter-spacing: 1px !important;
}
.design .d-name span{
	display: block;
	font-size: 12px;
}
.design .d-name{
	font-size: 14px;
	margin: 10px 0 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.design .d-name a{
	box-shadow: none!important;

}
.design .d-name a::after{
	content: '';
	width: 13px;
	height: 13px;
	background: url(../img/ico_window_orange.svg) no-repeat center/ contain;
	display: inline-block;
	margin-left: 5px;
}
/* お問い合わせ ------------------- */
.design .contact{
margin: 80px 0;
background: #efefef;
padding: 20px 40px 20px;
text-align: center;
}
.design .contact .flex{
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
.design .contact{
text-align: center;
}
.design .contact .flex{
	display: block;

}
}
.design .contact h4{
	margin-bottom: 20px;
}

.design .contact h4:before{
	content: none;
	margin: 0;
}
.design .contact .tel{
	font-size: 34px;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 15px;
	line-height: 0.8;
}
@media (max-width: 767px) {
	.design .contact .tel{
	margin-left: 0;
	}
}
.design .contact .tel a{
	color: #333;
	border: none;
	box-shadow: none;
}
.design .contact .tel a:hover{
	color: #333;
	border: none;
	box-shadow: none;
}
.design .contact .tel{
	margin-right: 15px;
}
.design .contact .tel:before{
	content: "☎︎";
}
.design .contact .tel .text{
	font-size: 16px;
	font-weight: normal;
}
@media (min-width: 768px) {
.design .contact .tel a{
	pointer-events: none;
	}
}
@media (max-width: 767px) {
	.design .contact .tel{
	display: block;
	font-size: 36px;
	}
}
@media (max-width: 479px) {
	.design .contact .tel{
	display: block;
	font-size: 28px;
	}
}
.design .contact .btn a{
	display: inline-block;
	background: #333;
	color :#fff;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	transition: all 0.5s ease;
	margin: 20px 0 0;
}
.design .contact .btn a:hover{
	text-decoration: none;
	background: #ff8022;
	transition: all 0.5s ease;
	color: #fff!important;
	box-shadow: none;
}
@media (max-width: 479px) {
	.design .contact .btn a{
	display: block;
	text-align: center;
	padding: 10px;
}
}


/* ==========================================================================
トップページ　注意喚起
========================================================================== */
#attention__block{
  margin: 40px auto;
	max-width: 1080px;
text-align: center;
border: 2px solid #efefef;
padding: 30px 20px;
box-sizing: border-box;
}
@media (max-width: 1120px){
#attention__block{
max-width: calc(100% - 40px);
}
}
@media (max-width: 650px){
#attention__block{
padding: 10px 10px 20px;
}
}


#attention__block h3{
text-align: center;
padding-left: 40px;
position: relative;
display: inline-block;
margin: 0;
}
#attention__block h3 a:hover{
	color: #aa9c8d!important;
}

#attention__block h3::before{
content: '';
background: url(https://a-haru.com/img/top/4440470.png) no-repeat center / contain;
width: 45px;
height: 45px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0%,-50%) scale(1, 1);
  -ms-transform: translate(0%, -50%) scale(1, 1);
  transform: translate(0%, -50%) scale(1, 1);
}
@media (min-width: 651px){
#attention__block h3 br{
display: none;
}
}

@media (max-width: 650px){
	#attention__block h3{
		font-size: 4.5vw;
padding-left: 0;
padding-top: 50px;
	}
}
@media (max-width: 650px){
	#attention__block h3::before{
		font-size: 18px;
left: 50%;
top: 0px;
-webkit-transform: translate(-50%,0%) scale(1, 1);
  -ms-transform: translate(-50%, 0%) scale(1, 1);
  transform: translate(-50%, 0%) scale(1, 1);
	}
}

#attention__block #attention__modal{
text-align: left;
}
#attention__modal .uk-modal-dialog{
max-width: 800px!important;
width: auto!important;
}
#attention__modal .modal-body{
padding: 30px;
}
#attention__modal h4{
margin-bottom: 30px;
}
#attention__modal p{
margin: 15px 0;
line-height: 1.6;
}
#attention__modal p a{
color: #aa9c8d;
}
@media (max-width: 650px){

#attention__modal p{
font-size: 14px;
}
}

#attention__modal .modal-footer{
text-align: center;
padding-bottom: 30px;
}


/* ==========================================================================
ITセミナー
========================================================================== */
.f90{
	font-size: 90%;
}
.f80{
	font-size: 80%;
}
.att{
	padding-left: 1.2em;
	position: relative;
}
.att::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
#seminar .seminar-cont{
	background: #fcf6f2;
	padding: 100px 0;
}
#seminar .seminar-cont .uk-container{
	max-width: 980px;
}
#seminar .seminar-cont .num{
	margin: 0 0 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#seminar .seminar-cont .ld{
text-align: center;
margin-top: 40px;
}
#seminar .seminar-cont h3{
 font-size: 24px;
font-weight: bold;
text-align: center;
padding-top: 10px;
}
#seminar .seminar-cont h3 span{
display: block;
}
#seminar .seminar-cont h3 span.theme{
	font-size: 90%;
	background: #ff8022;
	color: #fff;
	padding: 5px 15px;
	max-width: 100px;
	margin: 0 auto 10px;
	line-height: 1.0;
}
#seminar .seminar-cont h3 span.subtitle{
	font-size: 75%;
	margin-top: 5px;
}
#seminar .seminar-cont .outline{
	margin: 80px 0;
	background: #fff;
	padding: 50px;
	border-radius: 10px;
}
#seminar .seminar-cont table{

}
#seminar .seminar-cont table th,
#seminar .seminar-cont table td{
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 30px 20px;
}

#seminar .seminar-cont table th{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
}
#seminar .seminar-cont table td{
	font-size: 18px;
}
#seminar .seminar-cont table td .instructor__name{
	font-size: 24px;
	margin-bottom: 30px;
}
#seminar .seminar-cont table td .instructor__name .com{
	display: block;
	font-size: 14px;
}	
#seminar .seminar-cont table td .instructor__name .kana{
	font-size: 16px;
}

#seminar .seminar-cont table td .instructor__timeline{
	border-top: 1px dotted #ccc;
	padding: 15px 5px;
}
#seminar .seminar-cont table td .instructor__timeline h4{
	font-size: 16px;
	font-weight: bold;
	color :#fff!important;
	padding: 3px 15px;
	text-align: center;
	max-width: 100px;
	background: #ff8022;
}
#seminar .seminar-cont table td .instructor__timeline p{
	font-size: 14px;
	margin-bottom: 0;
}

#seminar .seminar-cont table td strong{
	color: #b70000;
}
#seminar .seminar-cont table td ul li{
	padding-left: 1.3em;
	position: relative
}
#seminar .seminar-cont table td ul li p{
	margin-top: 3px;
}
#seminar .seminar-cont table td ul li:before{
	content: '';
	width: 15px;
	height: 15px;
	background: #ff8022;
	border-radius: 7.5px;
	position: absolute;
	left: 0;
	top: 5px;
}
#seminar .seminar-cont table td p{
	margin-top: 10px;
}
#seminar .seminar-cont table td .hurikomi{
	font-size: 85%;
	background: #efefef;
	padding: 20px 30px;
	margin-top: 20px;
}
#seminar .seminar-cont table td .hurikomi p{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 110%;
}
#seminar .seminar-cont table td .hurikomi ul{
	margin: 0
}

#seminar .form-cont{
	padding: 100px 0;
}
#seminar .form-cont .uk-container{
 max-width: 750px;
}
#seminar .form-cont h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}
#seminar .form-cont .item{
	font-weight: bold;
	margin: 0 0 5px;
}
#seminar .form-cont .item.req::after{
	content: '必須';
	background: #b70000;
	font-size: 11px;
	display: inline-block;
	padding: 3px 10px;
	line-height: 1.0;
	margin-left: 5px;
	color: #fff;
	border-radius: 3px;
}
::placeholder{
color: #999!important;
font-size: 90%;
}
#seminar .form-cont .number{
	display: inline-block;
	margin-right: 5px;
}
#seminar .form-cont .number input{
	width: 100px;
}
#seminar .form-cont .submit{
	text-align: center;
}
@media (max-width: 767px){
#seminar .seminar-cont .outline{
	padding: 30px 25px;
}
	#seminar .seminar-cont table th,
	#seminar .seminar-cont table td{
		display: block;
		padding: 15px 0px;
	}
	#seminar .seminar-cont table th{
	border-bottom: none;
	padding-bottom: 0;
	font-size: 16px;
	}
	#seminar .seminar-cont table td{
	padding-top: 10px;
	font-size: 14px;
	}
#seminar .seminar-cont table td ul li:before{
	content: '';
	width: 12px;
	height: 12px;
	top: 6px;
	}
	#seminar .seminar-cont table td .hurikomi{
	padding: 20px 20px;
	}
}
br.sp{
		display: none;
	}
@media (max-width: 640px){
	br.sp{
		display: block;
	}
}


/* ==========================================================================
確認画面
========================================================================== */
.confirm .form-cont{
	padding-top: 0!important;
}
.confirm .form-cont .item{
	border-top: 1px dotted #ccc;
	padding: 20px 5px 5px 5px; 
}
.confirm .form-cont .item +p{
	padding: 5px;
}
.confirm .form-cont .btnarea{
	display: flex;
	justify-content: center;
border-top: 1px dotted #ccc;
padding-top: 50px;
}
.confirm .form-cont .btnarea div{
	width: 100px;
	margin: 0 5px;
}
.confirm .form-cont .btnarea div input{
	width: 100%;
	margin: 0;
}

/* ==========================================================================
サンクス
========================================================================== */
.thanks .uk-container{
	min-height: 300px;
text-align: center;
}