
/* default style 
----------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,
object, a, address,  cite, em,  img, ins, q,  strong,  tt, label,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6, small{font-size:100%;font-weight:normal;}

/* Global */
body {
	font-family:Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	letter-spacing: 1.3px;
	line-height: 1.75;
}
img {
	max-width: 100%;
}
a:link {
	color: #66b72f;
	text-decoration: none;
}
a:hover {
	color: #f8b73b;
	text-decoration: underline;
}
a:visited {
	color: #66b72f;
	text-decoration: none;
}
span.red{
	color: #D33;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.cf{
	clear: both;
}
.center{
	text-align: center;
}
.marker{
	background: linear-gradient(transparent 70%, #fcd0d7 0%);
}



/* Navigation */

#header {
	width:100%; 
	height:95px; 
	background-color:#FFF;
	z-index: 100;
}
#header_top{
	background-color: #66b72f;
	position: relative;
	z-index: 200;
}
#header_top h1{
	color: #FFF;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 12px;
}
#header_inner{
	width: 100%;
	height: 74px;
	margin: 0 auto;
	background-color:#FFF;
	z-index: 200;
	-webkit-box-shadow: 0 7px 6px -6px #85927d;
	-moz-box-shadow: 0 7px 6px -6px #85927d;
	box-shadow: 0 7px 6px -6px #85927d;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#header_nav{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#logo {
	width: 200px;
	padding: 15px 0 0;
	float: left;
	position: absolute;
	z-index: 100;
	background-color: #FFF;
}
#logo img{
	width: 200px;
}
#nav-toggle{
	display: none;
}
#nav {
	text-align: right;
	margin: 25px 10px 0 0;
	float: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 24px;
}
.navigation li a{
	font-size: 14px;
	font-weight: bold;
	color: #66b72f;
}
.navigation li a:hover{
	cursor:pointer;
	color: #f8b73b;
}
.navigation li a.active{
	cursor:pointer;
	color: #f8b73b;
	text-decoration: underline;
}
.navigation li.apply_button a{
	background-color: #f8b73b;
	color: #FFF;
	padding: 8px 15px;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */
}
.navigation li.apply_button a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration: none;
}
#content{
	width: 100%;
	margin: 0 auto;
}


/* topimg */ 

#topimg{
	width: 100%;
	background-color: #FFF;
}
#topimg_bottom{
	margin-top: -8%;
	position: absolute;
	z-index: 30;
}
#top_copy{
	position: absolute;
	z-index: 50;
	width: 100%;
	text-align: center;
	padding-top: 20%;
}
#top_copy h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: bold;
	font-size: 42px;
	color: #3b1f15;
	text-shadow: 1px 1px 3px #FFF;
}
br.br_sp{
	display: none;
}

#slider_logo img{
	width: 300px;
}

/* flexslider */ 

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
	height: 30%;
	overflow: hidden;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* /flexslider */



.contact{
	text-align: center;
}
.contact img{
	max-width: 350px;
	width: 80%;
}

h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 2.2;
	text-align: center;
	margin: 0 0 40px ;
	padding: 0 12px;
}


/* Banarea */ 
.banarea{
	text-align: center;
	margin: 30px 0 10px;
}
.banarea img{
	width: 95%;
	max-width: 400px;
	filter: drop-shadow(1px 3px 3px rgba(0,0,0,0.2));
}

/* Announce */ 
#announce{
	width: 90%;
	max-width: 600px;
	margin: 50px auto 30px;
	border: #FE2E2E solid 3px;
}
#announce_inner{
	width: 94%;
	margin: 0 auto 20px;
}
#announce h2{
	margin: 10px 0 15px;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.8;
}
#announce p{
	font-size: 13px;
}
#announce ul{
	margin: 20px 0;
	padding: 0 10px 0 20px;
	text-indent: -0.8em;
}
#announce ul li{
	font-size: 13px;
	line-height: 2.0;
}
#announce a{
	font-size: 13px;
}



/* Goukaku */ 

#goukaku{
	width: 94%;
	max-width: 700px;
	margin: 50px auto 30px;
	background-size: 140px;
	background-image: url(img/sakura.svg);
	background-position: right center;
	background-repeat: no-repeat;
	border: #ffb4cf solid 6px;
	color: #3b1f15;
}
#goukaku_inner{
	width: 96%;
	margin: 0 auto 20px;
}
#goukaku h2{
	margin: 10px 0 15px;
	text-decoration: underline;
}
#goukaku p{
	text-align: center;
}
#goukaku h3{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 40px 0 10px;
}
#goukaku h4{
	text-align: center;
	font-weight: bold;
	margin: 25px 0 0;
}
#goukaku ul{
	width: 96%;
	max-width: 520px;
	margin: 20px auto 20px;
}
#goukaku ul li{
	font-size: 15px;
	line-height: 1.5;
	margin: 10px 0 10px;
	padding-left: 1.8em;
	background-image:url('img/list_sakura.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
#goukaku ul li span{
	font-weight: bold;
}

/* Intro */ 

#intro{
	width:100%;
	margin: 0 auto;
	padding: 10% 0;
	font-weight: bold;
	color: #3b1f15;
	text-align: center;
	background-image: url(img/intro_bg.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#intro h2{
	color: #3b1f15;
	line-height: 2.5;
	text-decoration: underline;
	margin: 50px 0 70px;
}
#intro_inner{
	width: 100%;
	margin: 40px auto;
}
#intro_inner p{
	font-family:"Times New Roman", "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
	margin: 0 0 80px;
	line-height: 2.7;
	font-size: 18px;
	text-shadow: 1px 1px 3px #FFF;
}

/* Works */ 

#works{
	width:100%;
	padding: 80px 0 150px;
	overflow: hidden;
	clear: both;
	background-image:url('img/works_bg.jpg');
	background-repeat: repeat;
	background-size: 32px 32px;
}
#works_inner{
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
}
#works_inner h2{
	color: #3b1f15;
	margin: 0 0 60px;
}
#works_inner p{
	margin: 0 0 50px;
	padding: 0 2%;
}
#works ul{
		width: 600px;
		margin: 0 auto;
		overflow: hidden;
}
#works li{
	position: relative;
	width: 230px;
	height: 230px;
	border-radius: 50%; 
	overflow: hidden;
	display: block;
	text-align: center;
	float: left;
	margin: 20px 35px;
}
#works li a{
	display: block;
	padding: 45% 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#works li.works_no1:after{
	position: absolute;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%; 
	top: 0;
	background-image:url('img/works01.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#works li.works_no1:hover:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#works li.works_no2:after{
	position: absolute;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%; 
	top: 0;
	background-image:url('img/works02.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#works li.works_no2:hover:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#works li.works_no3:after{
	position: absolute;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	top: 0;
	background-image:url('img/works03.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#works li.works_no3:hover:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#works li.works_no4:after{
	position: absolute;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%; 
	top: 0;
	background-image:url('img/works04.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#works li.works_no4:hover:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#works li.works_no5{
	margin: 40px auto 0;
	float: none;
}
#works li.works_no5:after{
	position: absolute;
	content: "";
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%; 
	top: 0;
	background-image:url('img/works05.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#works li.works_no5:hover:after{
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.works_title{
	z-index: 10;
	position: relative;
}
#works li.works_left{
	margin: 0 2% 4% 6%;
}
#works li.works_right{
	margin: 0 6% 4% 2%;
}
#topnews{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}
#topnews h2{
	color: #3d2211;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 10px;
	border-left: 3px solid #3d2211;
	margin: 20px 0 20px 2%;
}
#topnews_inner{
	overflow: auto;
	height: 300px;
	width: 98%;
	margin: 0 auto 40px;
	border: #5b2d10 solid 1px;
	background-color: #fffefc;
}
#topnews_inner ul{
	padding: 10px 10px 10px 30px;
}
#topnews_inner ul li{
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 20px;
	text-indent: 1.8em;
	background-image:url('img/list_pencil.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
#topnews_inner ul li img{
	width: 90%;
	max-width: 360px;
}


/* Other Page */ 

/* About */ 

#about{
}
#about_title{
	background-image:url('img/about_bg.jpg');
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-height: 450px;
	overflow: hidden;
}
#about_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	padding: 12% 0 10%;
	font-size: 32px;
	color: #FFF;
}
#about_inner{
	width: 95%;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 80px;
}
#about_inner p{
	font-size: 18px;
	line-height: 2.2;
	color: #444;
	margin: 10px 0 80px;
}
#about_inner p span{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 22px;
	font-weight: bold;
	color: #3b1f15;
}
#greeting{
	width:100%;
	padding: 100px 0 150px;
	background-image:url('img/greeting_bg.jpg');
	background-size: cover;
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	clear: both;
}
#greeting h2{
	color: #3b1f15;
}
#greeting_inner{
	width: 60%;
	max-width: 600px;
	margin-left: 40%;
	padding: 60px 0;
	background-color: #FFF;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
#greeting_inner p{
	color: #444;
	padding: 0 5%;
}
#greeting_inner img.greeting_sp{
	display: none;
}


#usp{
	width:100%;
	padding: 0 0 50px;
	margin: 80px 0 0;
	clear: both;
}
#usp h2{
	background-color: #f8b73b;
	color: #FFF;
}
.usp_inner{
	width: 80%;
	max-width: 800px;
	margin: 40px auto;
	padding: 20px 20px 40px;
	background-color: #fff5dd;
}
.usp_inner h3{
	min-height: 40px;
	padding-left: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	color: #f8b73b;
	border-bottom: #f8b73b 3px solid;
}
.usp_inner h3.no1{
	background-image:url('img/no.1_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no2{
	background-image:url('img/no.2_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no3{
	background-image:url('img/no.3_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no4{
	background-image:url('img/no.4_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner h3.no5{
	background-image:url('img/no.5_o.png');
	background-size: 40px 40px;
	background-position: left top;
	background-repeat: no-repeat;
}
.usp_inner p{
	margin: 30px 0 0;
	padding: 0 10px;
	color: #555;
}


/* Service */ 

#service01{
	width:100%;
	padding: 100px 0 150px;
	overflow: hidden;
	background-image:url('img/service01_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#service02{
	width:100%;
	padding: 100px 0 150px;
	overflow: hidden;
	background-image:url('img/service02_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#service03{
	width:100%;
	padding: 100px 0 150px;
	overflow: hidden;
	background-image:url('img/service03_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#service04{
	width:100%;
	padding: 100px 0 150px;
	overflow: hidden;
	background-image:url('img/service04_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#service05{
	width:100%;
	padding: 100px 0 150px;
	overflow: hidden;
	background-image:url('img/service05_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.service_inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.service_inner_right{
	width: 60%;
	max-width: 600px;
	float: left;
	margin-left: 40%;
	padding: 60px 0;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.service_inner_left{
	width: 60%;
	max-width: 600px;
	float: right;
	margin-right: 40%;
	padding: 60px 0;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.service_inner h2{
	text-align: center;
	margin: 0 0 50px;
}
#service01 h2{
	color: #66b72f;
}
#service02 h2{
	color: #f4b4d0;
}
#service03 h2{
	color: #f8b73b;
}
#service04 h2{
	color: #d1bad9;
}
#service05 h2{
	color: #016ab3;
}
.service_inner p{
	padding: 0 5%;
}
.service_inner p.service_link{
	text-align: center;
	margin: 40px 0 10px;
	font-weight: bold;
}
.service_inner p.service_link a{
	background-color: #7ecef4;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}
.service_inner p.service_link a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration: none;
}

/* Voice */ 

#voice{
	width: 100%;
	padding: 60px 0 100px;
	background-image:url('img/voice_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#voice h2{
	color: #3b1f15;
	margin: 0 0 40px;
}

.voice_inner{
	max-width: 850px;
	width: 80%;
	margin: 40px auto 70px;
	padding: 10px 20px 30px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.voice_inner h3{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	background: url('img/voice_bg.png') right bottom no-repeat;
	background-size: 55px 20px;
	border-bottom: #59383a 3px solid;
}
.voice_inner h4{
	color: #555;
	font-weight: bold;
}
.voice_inner h5{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.0;
	margin: 20px 0 40px 0;
	border-bottom: #59383a 3px solid;
}
.voice_inner img.voice_photo{
	max-width: 150px;
	width: 50%;
	float: left;
	margin: 0 20px 10px 0;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
.voice_inner img.voice_text{
	width: 80%;
	max-width: 600px;
}
.voice_inner a{
	text-align: center;
}
.voice_inner p{
	color: #666;
	margin: 15px 0 45px;
}
.voice_inner p.voice_name{
	color: #f4b4d0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 20px;
}


/* Policy */ 

#policy article{
	margin: 30px auto 50px;
	width: 100%;
	max-width: 800px;
}
#policy section{
	padding: 0 10px;
}
#policy h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #3b1f15;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #3b1f15 solid 3px;
}
#policy h3{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #3b1f15;
	border-bottom: #3b1f15 solid 2px;
	margin: 40px 0 25px;
}
#policy h4{
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px;
}
.policy_inner p{
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.policy_inner ul{
	margin: 0 0 30px 30px;
}
.policy_inner ul li{
	font-size: 15px;
	line-height: 1.8;
	list-style: disc;
}
.policy_inner a{
	font-size: 15px;
}
.policy_inner strong{
	font-size: 15px;
	font-weight: bold;
}

/* Circumstances */ 

#circumstances{
	margin: 30px auto 50px;
	width: 96%;
	max-width: 800px;
}
#circumstances h2{
	margin: 10px 0 15px;
	font-size: 17px;
	text-decoration: underline;
}
#circumstances p{
	font-size: 14px;
	margin: 0 0 20px;
}
#circumstances p.name{
	text-align: right;
}


/* Media */ 

#media{
	padding: 10px 0 50px;
}
#media h2{
	color: #3b1f15;
}

.media_intro{
	text-align: center;
	margin: 0 0 80px;
}
.media_intro h3{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 10px;
	color: #3b1f15;
}
.media_inner{
	width: 98%;
	max-width: 900px;
	margin: 0 auto;
}

.media_inner_block{
	width: 92%;
	max-width: 580px;
	margin: 40px auto;
	padding: 10px 2% 20px;
	border: 4px solid #DDD;
}
.media_inner_block h4{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 10px;
	color: #3b1f15;
	text-align: center;
	text-decoration: underline;
}

/* Apply */ 

#apply{
	width: 100%;
	padding: 20px 0 80px;
	background-image:url('img/apply_bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#apply h2{
	color: #3b1f15;
	margin: 0 0 20px;
}

#apply_inner{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 5%;
	background-color: #FFF;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
}
#apply table.formTable{
	width:100%;
	margin:20px auto 30px;
	border-collapse:collapse;
}
#apply table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#apply table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
.form_sp_l{
	width: 95%;
}

p.error_messe{
	margin:5px 0;
	color:red;
}



/* Toplink */ 

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}
#page-top a {
    background: #FFF;
    text-decoration: none;
    width: 40px;
    text-align: center;
    display: block;
	border: #66b72f 2px solid;
}
#page-top a:hover {
    text-decoration: none;
    background: #EEE;
}


/* Footer */ 

#footer{
	width: 100%;
	padding: 50px 0;
	background-color: #66b72f;
	text-align: center;
}
#footer_inner{
	max-width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.footer_inner_left{
	float: left;
	width: 48%;
	margin: 0 auto;
}
.footer_inner_right{
	float: left;
	width: 48%;
	margin: 0 0 0 4%;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;
}
}

.timeline-Widget {
max-width: 300px!important;
width:200px !important; 
}
.footer_link{
	clear: both;
	display: flex;
	justify-content: center;
	padding: 20px 0 20px;
}
.footer_link_inner{
	float: left;
	width: 22%;
	margin: 0 0 0 3%;
}
#footer ul li{
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
}
#footer ul li.link_main{
	padding-left: 0;
}
#footer ul li a{
	font-size: 13px;
	color: #FFF;
}
#footer ul li.link_main a:before{
	content: "> ";
}
#footer p{
	clear: both;
	height: 100%;
	margin: 30px 0 0;
	font-size: 13px;
	color: #FFF;
}


/* Tablet */
@media screen and (max-width: 1024px) {

	#header_inner {
		z-index: 999;
		background-color: #FFF;
		width: 100%;
		height: 74px;
	}
	#logo{
		width: 100%;
		text-align: center;
	}
	#nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -480px;
		background: #FFF;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		z-index: 80;
		float: none;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		-webkit-box-shadow: 0 7px 6px -6px #85927d;
		-moz-box-shadow: 0 7px 6px -6px #85927d;
		box-shadow: 0 7px 6px -6px #85927d;
	}
	.fixed #nav {
		top: -500px;
	}
	#nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#nav ul li {
		float: none;
		position: static;
	}
	.navigation{
		float: none;
	}
	.navigation li{
		padding: 0;
	}
	#header #nav ul li a {
		width: 100%;
		font-weight: bold;
		line-height: 3.0rem;
		padding: 10px 0;
	}
	#header #nav ul li a:hover {
		color: #f8b73b;
	}
	#header #nav ul li.apply_button{
		padding: 8px 0 0;
	}
	#header #nav ul li.apply_button a{
		background-color: #f8b73b;
		color: #FFF;
		padding: 5px 10px;
	}
	#header #nav ul li.apply_button a:hover{
		filter:alpha(opacity=80);
		opacity:0.8;
		text-decoration: none;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 45px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 200;
	}
	.fixed #nav-toggle{
		right: 20px;
		top: 25px;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #66b72f;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #nav スライドアニメーション */
	.open #nav {
		/* #nav top + #mobile-head height */
		-moz-transform: translateY(570px);
		-webkit-transform: translateY(570px);
		transform: translateY(570px);
	}
	#top_copy h2{
		font-size: 28px;
	}
	#decorative {
		display:none;
	}
	#greeting{
		background-position: 20% top;
	}
	#works{
		padding: 100px 0 100px;
	}
	#works_inner p{
		width: 85%;
		margin: 0 auto 50px;
		padding: 0;
	}
	#works ul{
		width: 560px;
		margin: 0 auto;
		overflow: hidden;
	}
	#works li{
		margin: 0 25px 50px;
	}
	.cf_sp{
		clear: both;
	}
	#page-top a:hover {
	    text-decoration: none;
	    background: #FFF;
	}
	.form_sp_l{
		width: 90%;
	}
	.footer_inner_left{
		width: 80%;
		margin: 0 auto;
		float: none;
	}
	.footer_inner_right{
		width: 80%;
		margin: 20px auto 0;
		float: none;
	}


}


@media screen and (max-width: 860px) {

	h2{
		font-size: 22px;
	}
	#intro ul.bkmk li{
		float: none;
		margin: 10px auto;
	}
	#greeting{
		width:100%;
		padding: 0 0 50px;
		background-image:none;
	}
	#greeting_inner{
		width:90%;
		max-width: 700px;
		margin: 0 auto;
		background-image:none;
	}
	#greeting_inner img.greeting_sp{
		display: block;
		float: left;
		width: 50%;
		margin: 0 20px 10px 0;
	}
	#greeting_inner p{
		padding: 0;
	}
	#service01{
		width:100%;
		padding: 100px 0 150px;
		overflow: hidden;
		background-image:url('img/service01_bg_sp.jpg');
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	#service02{
		width:100%;
		padding: 100px 0 150px;
		overflow: hidden;
		background-image:url('img/service02_bg_sp.jpg');
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	#service03{
		width:100%;
		padding: 100px 0 150px;
		overflow: hidden;
		background-image:url('img/service03_bg_sp.jpg');
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	#service04{
		width:100%;
		padding: 100px 0 150px;
		overflow: hidden;
		background-image:url('img/service04_bg_sp.jpg');
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	#service05{
		width:100%;
		padding: 100px 0 150px;
		overflow: hidden;
		background-image:url('img/service05_bg_sp.jpg');
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	.service_inner_right{
		width: 92%;
		max-width: 800px;
		float: none;
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0.7);
	}
	.service_inner_left{
		width: 92%;
		max-width: 800px;
		float: none;
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0.7);
	}
	#voice{
		padding: 60px 0 100px;
		background-image:url('img/works_bg.jpg');
		background-repeat: repeat;
		background-size: 32px 32px;
		background-attachment: scroll;
	}
	.footer_link{
		display: inline-block;
	}
	.footer_link_inner{
		float: none;
		width: 100%;
		margin: 0;
	}
	/* 画面外にいる状態 */
	.fadein {
/*
		opacity : 0;
		transform : translate(0, 10px);
		transition : all 400ms;
*/
	}
	/* 画面内に入った状態 */
	.fadein.scrollin {
/*
		opacity : 1;
		transform : translate(0, 0);
*/
	}


}


@media screen and (max-width: 640px) {

	#header{
		height: 76px;
	}
	#header_inner{
		height: 55px;
	}
	#logo{
		padding: 5px 0 0;
	}
	#nav {
		top: -500px;
	}
	.fixed #nav {
		top: -521px;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 17px;
		top: 38px;
		width: 28px;
		height: 22px;
		cursor: pointer;
		z-index: 200;
	}
	.fixed #nav-toggle{
		right: 17px;
		top: 17px;
	}
	#nav-toggle span {
		height: 3px;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 9px;
	}
	#nav-toggle span:nth-child(3) {
		top: 18px;
	}
	#top_copy {
		padding-top: 35%;
	}
	#top_copy h2{
		font-size: 23px;
	}
	#goukaku{
		background-image: none;
	}
	#intro{
		background-image: url(img/intro_bg_sp.jpg);
	}
	#intro_inner p{
		font-size: 16px;
	}
	#online{
		padding: 0 0 20px;
	}
	#works{
		padding: 80px 0 50px;
	}
	#works_inner p{
		width: 92%;
		padding: 0 2% 0 5%;
	}
	#works ul{
		width: 100%;
	}
	#works li{
		float: none;
		margin: 0 auto 50px;
	}
	.detail_inner table{
		width: 100%;
	}
	#footer ul li{
		text-align: center;
	}
	.footer_inner_left{
		width: 90%;
		margin: 0 auto 20px;
		float: none;
	}
	.footer_inner_right{
		width: 90%;
		margin: 0 auto 20px;
		float: none;
	}
	.footer_link_inner ul li.link_main{
		margin: 10px 0 0;
	}
	.sp_text:after {
		content:attr(data-label);
		font-size: 28px;
	}
	.sp_text img {
		display:none;
	}
	.pc_br{
		display: none;
	}
	.form_sp_s{
		width: 70%;
	}
	.br_pc{
		display: none;
	}
	#about_title h2{
		font-size: 26px;
		padding: 15% 0 7%;
	}
	#about_inner{
		padding: 50px 0 40px;
	}
	#about_inner p{
		font-size: 16px;
		line-height: 2.2;
		margin: 10px 0 50px;
	}
	#about_inner p span{
		font-size: 20px;
	}
	#greeting{
		padding: 0 0 20px;
	}


}
/* / Tablet */



/* Mobile */
@media screen and (max-width: 480px) {

	#logo{
		text-align: left;
	}
	#logo img{
		width: 200px;
	}
	span.h1_sp{
		display: none;
	}
	br.br_sp{
		display: block;
	}
	#top_copy{
		padding-top: 30%;
	}
	#intro_inner p{
		font-size: 15px;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#about_title h2{
		font-size: 22px;
	}
	#about_inner{
		padding: 50px 0 40px;
	}
	#about_inner p span{
		font-size: 18px;
	}
	#greeting_inner{
		width: 100%;
	}
	#greeting_inner p{
		padding: 0 5%;
	}
	#greeting_inner img.greeting_sp{
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	.arrow_pc{
		display: none;
	}
	.arrow_sp{
		display: block;
	}


}
/* / Mobile */



/* Other */

body.other #logo{
	text-align: center;
	width: 100%;
	margin-left: 0;
}

body.other #apply{
	width: 90%;
	max-width: 800px;
	margin: 100px auto 0;
}


/* Margin */

.mgT05 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT35 {margin-top:35px;}
.mgT40 {margin-top:40px;}
.mgT45 {margin-top:45px;}
.mgT50 {margin-top:50px;}
.mgT55 {margin-top:55px;}
.mgT60 {margin-top:60px;}
.mgT65 {margin-top:65px;}
.mgT70 {margin-top:70px;}
.mgT80 {margin-top:80px;}
.mgT100 {margin-top:100px;}

.mgB05 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB35 {margin-bottom:35px;}
.mgB40 {margin-bottom:40px;}
.mgB45 {margin-bottom:45px;}
.mgB50 {margin-bottom:50px;}
.mgB55 {margin-bottom:55px;}
.mgB60 {margin-bottom:60px;}
.mgB65 {margin-bottom:65px;}
.mgB70 {margin-bottom:70px;}
.mgB80 {margin-bottom:80px;}
.mgB100 {margin-bottom:100px;}



/* footer Instagram */
.footer__ig{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer__ig a{
display: block;
width: calc(100%/3 - 2%/2);
padding:calc(100%/3 - 2%/2) 0 0;
height: 0;
position: relative;
overflow: hidden;
}
.footer__ig a:nth-child(n + 4){
margin-top: 1%;
}
.footer__ig a img{
z-index: 99;
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
top: 0;
left: 0;
}
.footer__ig_link{
text-align: center;
margin: 40px 0 90px !important;
font-weight: bold;
}
.footer__ig_link a {
background-color: #f8b73b;
color: #FFF;
padding: 10px 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
display: inline-flex;
align-items: center;
}

.footer__ig_link img{
width: 18px;
height: 18px;
margin-right: 5px;
}

@media screen and (max-width: 640px) {
.footer__ig{
margin-top: 40px;
}
.footer__ig_link{
margin: 40px 0  !important;
}
}

@media screen and (max-width: 1024px) {
#footer_inner{
display: flex;
flex-direction: column;
}
.footer_inner_left{
order:2;
}
.footer_inner_right{
order:1;
}

.footer_link{
order: 3;
}
}