@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#F7FAF1;
}
#contents {
	overflow:hidden;
	width:980px;
	margin:0 auto;
}

#main {
	box-sizing: border-box;
	overflow:hidden;
	float:left;
	width:580px;
	padding:10px;
	background:#fbfbfb;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}


#sub {
	box-sizing: border-box;
	overflow:hidden;
	float:left;
	width:180px;
/*	background:#FC9;*/
	margin-bottom:-32768px;
	padding-bottom:32768px;
}
#sub_r {
	box-sizing: border-box;
	overflow:hidden;
	float:right;
	width:220px;
/*	background:#FC9;*/
	margin-bottom:-32768px;
	padding-bottom:32768px;
}


footer {
	box-sizing: border-box;
	width:980px;
	margin:0 auto;
}
/**/
label.cb {
	color: #3C5100;
	text-align:right;
	font-weight:bold;
	display: block;
	padding-top:7px;
	padding-right:5px;
	padding-bottom:5px;
	margin: 0;
	border-right:2px solid #86A136;
	border-bottom:3px solid #86A136;
}

.story section {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

input[type="checkbox"].on-off + section{
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + section{
	height: 200px;
}
/**/

a {
	color:#13895f;
}
a:hover {
	color:#2fa279;
}

.nonLine {
	text-decoration:none;
}

h1 {
	color:#fbfbfb;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
	margin-bottom:0.5em;
	font-size:21px;
	color:#333;
	border-bottom:3px solid #999;
}

h2.Ptitle {
	margin-bottom:0;
	padding-top:0.2em;
	padding-left:0.5em;
	padding-bottom:0.3em;
	font-size:21px;
	color:#333;
	font-weight:bold;
	background:#F7FAF1;
	border-bottom:3px solid #999;
}


h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	font-size:16px;
	color:dimgray;
	border-top:2px solid #86A136;
	border-bottom:2px solid #86A136;
/*	color:#696969;
	background:#933;
	background:#deb887;*/
}

h3 a {
	text-decoration:none;
}

h3 a:hover {
	color:#933;
}

h4 {
	margin-top:0.01em;
	margin-bottom:0.25em;
	font-size:14px;
	color:saddlebrown;
}
h4 a {
	text-decoration:none;
	color:darkslategray;
}
h4 a:hover{
	color:#933;
}

.r {
	text-align:right;
}

.c {
	text-align:center;
}
h5 {
	margin-bottom:0;
	color:dimgray;
	padding:4px;
	font-size:18px;
	font-weight:bold;
	border-left:5px solid #86A136;
	background:#F2FAD9;
}

h5 a {
	text-decoration:none;
	color:darkslategray;
}
h5 a:hover{
	background:#3C5100;
	color:#DDF2A1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

p.gb {
	font-size:10px;
	margin:0;
	border:1px solid:#22FF22;
	background:#000000;
}

b.nt {
	color:darkslategray;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	border-left:2px solid #86A136;
	border-bottom:1px solid #86A136;
}

span.Ptitle{
	margin-top:0;
	margin-left:0.5em;
	margin-bottom:0.5em;
	padding-left:6px;
	padding-bottom:8px;
	font-size:18px;
	color:#333;
	border-left:2px solid #999;
	display: block;
	background:#F7FAF1;

}

div.itemBox{
	margin:0.5em;
	margin-bottom: 25px;
	display:block;
	background:#F7FAF1;
	overflow: hidden;
	border:2px solid #999;
}

div.itemBox a {
	text-decoration:none;
	color:darkslategray;
}

div.itemBox  a:hover {
	color:#933;
}

div.itemTitle{
	margin:0.5em;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #324202;
	border-right:3px solid #324202;
}

div.itemImg {
	float:left;
	border-radius: 50px; 
}

div.itemText{
	font-size:18px;
	padding-left:4px;
}

span.thumbnail{
	margin-bottom:0.1em;
	padding:4px;
	font-size:18px;
	font-weight:bold;
	border-left:5px solid #86A136;
	display: block;
	background:#F2FED2;
}
span.thumbnail a {
	text-decoration:none;
	color:darkslategray;
}

span.thumbnail a:hover {
	color:#933;
}

span.story_h{
	padding:4px;
	font-size:16px;
	border-left:2px solid #86A136;
	display: block;
	background:#F8FEE5;
}

span.story_b{
	padding:4px;
	font-size:16px;
	border-left:2px solid #86A136;
	border-bottom:2px solid #86A136;
	display: block;
	background:#F8FEE5;
}

span.detail{
	padding:4px;
	font-size:14px;
	border-left:2px solid #86A136;
	border-bottom:2px solid #86A136;
	display: block;
	background:#F8FEE5;
}

img {
	vertical-align:bottom;
}

a:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

ins {
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
	border-right:2px solid #86A136;
	border-bottom:2px solid #86A136;
	text-decoration:none;
}

ins.box{
	margin-top:0;
/*	margin-bottom:3px;*/
	display: block;
	text-align:right;
}

small {
	font-size:14px;
	color:#933;
}

em {
	font-size:18px;
	padding-right:10px;
	padding-left:5px;
	border-left:5px solid #86A136;
	border-top:2px solid #86A136;
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:sienna;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	font-size:16px;
	margin-top:0;
	margin-bottom:0.1em;
	margin-left:5px;
	margin-bottom:0.25em;
	border-right:1px dotted #F2FAD9;
	border-left:5px solid #F2FAD9;
	border-bottom:5px solid #F2FAD9;
/*	padding-top:1em;
*/	padding-left:1em;
	padding-right:1em;
}

u {
	margin-left:0;
	margin-right:0.5em;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

form {
	background: #E5EEC9;
}
form div {
	padding: 10px 20px;
}

.navilist {
/*	width:100%;*/
	padding:15px 0;
	overflow:hidden;
	background:#f7f7f7;
}
.navilist ul {
	position:relative;
	float:left;
/*	left:50%;*/
	margin:0;
	padding:0;
}
.navilist li {
	position:relative;
/*	left:-50%;*/
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.navilist a {
	color:dimgray;
	text-decoration:none;
}
.navilist a:hover {
	color:darkred;
}


.text, .textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    color: #222;
	font-size:11px;
    background: #fff;
    border-radius: 5px;
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
/* IE */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}   
.submit,.reset,.button {
    border:1px solid #777;
    padding: 6px 10px;
	font-size:16px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	background:#f7f7f7;
}

header h1 {
	padding:10px;
}

.summary {
	margin:0;
	padding:10px;
	color:#696969;
	border-top:2px solid #86A136;
	border-bottom:2px solid #86A136;
}

.summary a {
	color:#696969;
	text-decoration:none;
}

.summary a:hover{
	font-weight:bold;
	color:#933;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow:hidden;
}
nav ul {
	margin:0;
	padding:0;
}
nav li {
	list-style:none;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:25px;
	color:dimgray;
	text-decoration:none;
	background:#f7f7f7;
	border-bottom:2px solid #86A136;
	border-left:2px solid #86A136;
}

nav li a:hover {
	color:dimgray;
	border-left: 8px solid #86A136;
	background:#f7f7f7;
	transition:all 0.2s ease 0s;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#f7f7f7;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:dimgray;
	text-decoration:none;
}
.footmenu a:hover {
	color:darkred;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#5F7914;
	background:#3C5100;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:olive;
}
.totop img:hover {
	background:olivedrab;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.service {
	overflow:hidden;
}
.service ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.service li {
	list-style:none;
	float:left;
	width:18.507%;
	margin:0 1.492% 1.492% 0;
}
.service li img {
	width:100%;
}

.staff {
	overflow:hidden;
}

.staff ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.staff li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.staff li:nth-child(3n+1) {
	clear:both;
}
.staff li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	position:relative;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

.slideInner {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	background:#fbfbfb;
	margin:0;
	padding:0;
}
.slideInner li img {
	width:100%;
}

.slidePrev {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	left:0;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	display:block;
	width:50px;
	height:60px;
	right:0;
	cursor:pointer;
	z-index:100;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ddd;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#ccc;
	cursor:pointer;
}
.controlNav span.current {
	background:#85d1c6;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing: border-box;
		width:100%;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}
	#sub_r {
		float:none;
		width:100%;
	}
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		padding:10px;
		color:dimgray;
		background:#f7f7f7;
		border:none;
	}
	nav li a {
		padding:10px 30px;
	}

	#navBtn {
		display:inline-block;
		position:absolute;
		top:10px;
		right:10px;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#2a2a2a;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#15adb3;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#15adb3;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.service li {
		width:23.507%;
	}

	.staff li {
		width:48.507%;
	}
	.staff li:nth-child(2n+1) {
		clear:both;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
		float:left;
	}
}
/*##########################################*/
.rc_custum {
    padding: 6px;
}
.rc_custum input[type=radio],
.rc_custum input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.rc_custum input[type=radio] + label,
.rc_custum input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .rc_custum input[type=radio],
    .rc_custum input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .rc_custum input[type=radio] + label,
    .rc_custum input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .rc_custum input[type=radio] + label::before,
    .rc_custum input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .rc_custum input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .rc_custum input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .rc_custum input[type=radio]:checked + label::after,
    .rc_custum input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .rc_custum input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    .rc_custum input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
/*##########################################*/
/*############################################################*/
/*シノービとメイのやりとり用*/
/**/
/*############################################################*/

/*============================================================
フキダシデザイン 
============================================================*/
.arrow_right,
.arrow_left {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 30px 25px;
    border-radius: 10px;
    width: 50%;
    font-size: 13px;
}
.arrow_left {
    float: right;
    margin-right: 30px;
}
.arrow_right:after,
.arrow_right:before,
.arrow_left:after,
.arrow_left:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_left:after,
.arrow_left:before { right: 100%; }
.arrow_right:after,
.arrow_right:before { left: 100%; }
.arrow_right:after,
.arrow_left:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_right:after { border-left-color: #fff ; }
.arrow_left:after { border-right-color: #fff ; }
.arrow_right:before,
.arrow_left:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_right:before { border-left-color: #c8c8c8; }
.arrow_left:before { border-right-color: #c8c8c8; }
.left_image { float: left; }
.right_image {
    float: right;
    margin-right: 20px;
}
.right_image img,
.left_image img { border-radius: 50px; }
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;
}

