@charset "UTF-8";
/* CSS Document */
/*noce color #73b8e2*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td , *:after, *:before{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{ 
  font-size: 62.5%;     /*初期値16pxの62.5%でルートが10px*/
}
body{
	line-height: 2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	width:100%;
  color:#333;
  font-size:15px;
	font-size:1.5rem;
  font-family:"UD新ゴ コンデンス90 L",sans-serif;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
.content{
  width:960px;
  margin:0 auto;
}
.wrap{
  width:700px;
	margin:0 auto;
}
@media only screen and (max-width: 960px) {
.content{width:96%;}
}
@media only screen and (max-width: 700px) {
.wrap{width:96%;}
}
/*ol, ul {
  list-style: none;
  list-style-type: none;
}*/
.disc-ul{
	list-style:disc;
	margin-left:30px;
}
.clearfix:after {
  display: block;
  clear: both; 
  content: "";
}
a{
	color: #333;
}
a:hover{opacity: 0.7 ;}
.mag-b-20{margin-bottom:20px;}
.mag-b-50{margin-bottom:50px;}
.mag-b-80{margin-bottom:80px;}
.mag-b-100{margin-bottom:100px;}
.mag-b-120{margin-bottom:120px;}
.red{
  color: #f2469f;
}
#t-deco-none a{
    text-decoration: none;
}
/*   h   */
h1{padding-top: 15px;}
h2{
	font-size:20px;
	font-size:2.0rem;
	/*font-family: 'Slabo 27px', serif;*/
  letter-spacing:4px;
  line-height:1.1;
  font-weight:normal;
  margin-top: 80px;
	display:inline-block;
}
.p-under{
	height:30px;
	background-image:url(images/h-line-f2469f.gif);
	background-repeat:repeat-x;
}
h2.single-work-h{
  /*font-family: 'Slabo 27px', serif;*/
  letter-spacing:1px;
}
h3{
	font-size:20px;
	font-size:2.0rem;
	/*font-family: 'Slabo 27px', serif;*/
  font-weight:normal;
  margin:30px 0;
}
.subh{
  font-size:18px;
	font-size:1.8rem;
  margin:10px 0;
}
@media only screen and (max-width: 768px) {
h1{width:378px;}
h2{letter-spacing: 1px;}
h2,h3{
	font-size:19px;
	font-size:1.9rem;
}
h2{margin:30px 0 0 0;}
h3{margin:30px 0 20px 0;}
}
@media only screen and (max-width: 320px) {
h1{
  width:300px;
  padding:30px 0 0 10px;
}
h2{margin:20px 0 0 0;}
h3{margin:10px;}}
/*   h-end  */

/*   header   */
header{
	width:100%;
	position:fixed;
	top: 0px;
  left: 0px;
	z-index:10;
	background-color:#fff;
}
header.fixed {
	position:fixed;
	top:0px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s ;
}
.header-in{
	width:960px; 
  margin:0 auto;
	background-color:#fff;
}
@media only screen and (max-width: 960px) {
.header-in{width:100%;}
}
@media only screen and (max-width: 414px) {
header,
.header-in{
  height:70px;
}}

/*
*********** menu ***********
*/
.header-container,
#menu-menu1{
  display: flex;
}
.header-item:first-child{
  margin-left: 2%;
  margin-right: auto;
}
/*header nav ul li,*/
.menu-menu1-container{
	display: block;
}
.menu-menu1-container ul li{
	width: 120px;
  display:inline-block; 
	vertical-align:middle;
	text-align:center;
}
/*header nav ul li a,*/
.menu-menu1-container ul li a{
  color:#73b8e2;
  display:inline-block; 
  padding-top:20px; 
  height:40px;
  line-height:40px; 
  text-align:center;
  font-family: 'Roboto Slab', serif; 
  text-decoration:none;
  text-transform:uppercase; 
  letter-spacing:2px; 
  font-weight:700;
}
/*hover時・currentページ時*/
.menu-menu1-container ul li a:hover,
.menu-menu1-container ul li.current-menu-item a,
.page-id-433 .menu-menu1-container ul li.menu-item-225 a,
.page-id-378 .menu-menu1-container ul li.menu-item-225 a,
.page-id-374 .menu-menu1-container ul li.menu-item-225 a,
.page-id-355 .menu-menu1-container ul li.menu-item-225 a,
.page-id-353 .menu-menu1-container ul li.menu-item-225 a,
.page-id-359 .menu-menu1-container ul li.menu-item-225 a,
.page-id-357 .menu-menu1-container ul li.menu-item-225 a,
.page-id-361 .menu-menu1-container ul li.menu-item-225 a,
.page-id-363 .menu-menu1-container ul li.menu-item-225 a{
  color: #f2469f;
}

@media only screen and (max-width: 768px) {
.header-container,
#menu-menu1{
  display:block;
}
.menu-menu1-container ul li{
	width: 23%;
}
.menu-menu1-container ul li a{
  padding-top: 0;
  height:30px;
  line-height:30px; 
  }
}
@media only screen and (max-width: 320px) {
.menu-menu1-container ul li {
	/*width: 105px;*/
}}
/*  menu-end */
/***（ナビゲーション）***/
#menuButton{
	display: none;
	position: fixed;
	top: 13px;
  right: 13px;
	width: 28px;
  height:22px;
	cursor:pointer;
}
#menuButton span {
    display: block;
		position: absolute;
    /*left: 0;*/
	/*background: #bb141e;*/
    width: 100%;
	  border-bottom:solid 2px #f2469f;
    transition-duration: .5s;/*ゆっくり動かす*/
}
#menuButton span:nth-child(1) {top: 0;}
#menuButton span:nth-child(2) {top: 10px;}
#menuButton span:nth-child(3) {top: 20px;}

@media only screen and (max-width: 768px) {
  /*nav*/
	#menuButton{
		z-index: 5000;
	}
.menu-menu1-container{
	position:absolute;
	/*right:0;*/
  /*top:-136px; *//*通常時はビュー外*/
	right: -768px;
	top:55px;
	background:rgba(255,255,255,.7);
  /*width:100%;*/
	width: 100%;
  /*text-align:left;*/
  transition-duration: .8s;/*ゆっくり動かす*/
  z-index: 4000;
  }
/*nav ul li a*/
.menu-menu1-container ul li{
  display:block;
	width: 100%;
  /*margin:0;*/
  border-bottom:dotted 1px #fff; 
  line-height:3;
}
.menu-menu1-container ul li:last-child{
		border-bottom: none;
	}
.menu-menu1-container ul li a{
	display:block;
	height: 45px;
	line-height: 45px;
}
#menuButton {
    display: block;
}
.openNav #menuButton span:nth-child(1) {
    top: 13px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.openNav #menuButton span:nth-child(2) {
    opacity: 0;
}
.openNav #menuButton span:nth-child(3) {
   top: 13px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
 .openNav .menu-menu1-container{
	 position: absolute;
	 right: 0;
	}}
/*ここまで@media only screen and (max-width: 768px)*/
/*   parallax   */
.hero{
  text-align:center; 
  position:relative;
  width: 100%;
  height:auto;
}
#hero1{
  margin-top:70px!important ;
  background:url("images/p-img1.jpg");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#hero2{
  background: url("images/p-img2.jpg");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#hero3{
	background:url(images/p-img3.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#hero4{
  background: url("images/p-img4.jpg");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#hero5{
	background: url("images/p-img5.jpg");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#hero6{
	background: url("images/p-img6.jpg");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
.inner1{
  min-height:300px;
}
.inner2{
  height:220px;
}
@media only screen and (max-width: 1024px) {
#hero1{
	background:url("images/p3-15.jpg");
  background-size:100%;
  background-repeat:no-repeat;
}
#hero2{
	background: url("images/IMG_2193.jpg");
  background-size:100%;
  background-repeat:no-repeat;
}
#hero3{
	background:url(images/IMG_3022.jpg);
  background-size:100%;
  background-repeat:no-repeat;
}
#hero4{
  background: url("images/p-img4-sp.jpg");
  background-size:100%;
  background-repeat:no-repeat;
}
#hero5{
  background: url("images/p-img5-sp.jpg");
  background-size:100%;
  background-repeat:no-repeat;
}
#hero6{
  background: url("images/p-img6-sp.jpg");
  background-size:100%;
  background-repeat:no-repeat;
}}
@media only screen and (max-width: 768px) {
#hero1,#hero4,#hero5,#hero6{
  background-position:top center;
}
.inner1,.inner2{
  min-height:200px;
  }}
@media only screen and (max-width: 550px) {
.inner2{
  height:150px;
  }}
@media only screen and (max-width: 414px) {
#hero1,#hero4,#hero5,#hero6{
  margin-top:50px!important ;
}
.inner1{
  min-height:150px;
  }
.inner2{
  min-height:130px;
}}
/*   parallax-end  */
/*   
*********** WORKS ***********
*/
/*front-page*/
.works-content{
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
.more{
  position: absolute;
  right: 25px;
  bottom: 0px;
}
.more a{
  color: #fff;
  text-decoration: none;
}
/*single-work-page*/
/*flex*/
.work-flex,
.work-singlepage-flex{
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.work,
.work-singlepage-flex .work{
  flex-grow:1;
  padding-top:5px;
}
.work,
.workdumy{
	flex-basis:270px;
	margin:40px 25px 0px 25px;
}
.work-singlepage-flex .work,
.workdumy-single{
	flex-basis:190px;
  margin:40px 25px 0px 25px;
}
.workdumy,
.workdumy-single{
  -moz-opacity: 0;
  opacity: 0;
  flex-grow:1;
}
@media only screen and (max-width: 768px) {
.work,
.workdumy,
.work-singlepage-flex .work,
.workdumy-single {
	margin:10px 25px 0px 25px;
}}
/*base*/
.work a{
	text-decoration:none;
	color:#333;
}
.work a:hover{
	color:#73b8e2;
  background-color: #666;
}
.work-phot{
  width: 600px;
  margin: 30px auto;
}
.work-phot img,
.work img{
	width:100%;
	height:auto;
}
.work img{
  border: solid 1px #aaa;
}
.work-singlepage-flex p{
  font-size: 14px;
  font-size:1.4rem;
}
@media only screen and (max-width: 600px) {
.work-phot{
  width: 98%;
}}
/* 
*********** about ***********
*/
/*.image-left{
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
}
.image-right{
  float: right;
}*/
.flex-container-about{
  display: flex;
}
.flex-container-about dt{
  padding-right: 2em;
}
.flex-container-about .ls3{
  padding-right: 1em;
}
.ls3{
  letter-spacing: 1em;
}
@media only screen and (max-width: 768px) {
.image-left{
  float: none;
  margin-right: 0;
}}
/*
*********** フォーム ***********
*/
.conp{
	margin-bottom:30px;
}
.intro-contact{
  margin:50px 0;
	font-size:14px;
	line-height:1.8;
}
@media only screen and (max-width: 768px) {
.work-flex{
  margin:0 0 50px 0;
}
.intro-contact{
  margin:30px 0 50px 0;
}
}
.plan-form th{
	text-align:left;
  font-size:14px;
  width:30%;
	vertical-align: top;
  font-weight: bold;
  padding: 0.5em 0;
  margin:10px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 70%;
	font-size: 100%;
	padding: 0.5em;
	margin:10px 0;
  cursor: auto;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
}
.wpcf7  textarea {
	width: 90%;
	min-height: 200px;
}
.wpcf7 input[type="submit"] ,
.more {
	font-size: 100%;
  width:200px;
  text-align:center;
	padding: 0.4em;
  /*margin-bottom: 50px;*/
	background-color: #73b8e2;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border:none;
}
.wpcf7 input[type="submit"]:hover {
  background-color: rgba(115,184,226,.4);
	color: #73b8e2;
}
@media only screen and (max-width: 650px) {
table.plan-form{
	width:100%;
}}
/* footer */
footer{
	text-align:center;
  margin: 30px 0 10px 0;
}
.footer-list li{
  display: inline-block;
	margin-right: 0.5em;
}
.footer-list li small{
  margin-right: 2em;
}
#noce-note a{
    text-decoration: none;
    font-size: 14px;
    margin-right: 0.2em;
    color: #73b8e2;
}
/*404*/
ol#e404ol{
	margin-left:50px;
	color:#f2469f;
}
ol#e404ol li{
	list-style:decimal;
}
ol#e404ol li a{
	color:#f2469f;
	text-decoration:underline;
}
ol#e404ol li a:hover{
	opacity:0.5;
}