@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}


/*--- default ---*/
body {
	color: #111;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	background-color:#DA7B32;
	background-image:url( ../image/common/bg.jpg);
	background-repeat:repeat-x;
}


table{
	border-collapse:collapse;
}

.float_left {
	display: block;
	float: left;
}
.float_right {
	display: block;
	float: right;
}
.float_left_space {
	display: block;
	float: left;
	margin-right:30px;
}
.float_right_space {
	display: block;
	float: right;
	margin-left:30px;
}
.clear{
	clear:both;}
.w90{
	width:90%;
}
.w80{
	width:80%;
}
.w75{
	width:75%;
}
.w70{
	width:70%;
}
.w65{
	width:65%;
}
.w60{
	width:60%;
}
.w55{
	width:55%;
}.w50{
	width:50%;
}
.w45{
	width:45%;
}.w40{
	width:40%;
}
.w35{
	width:35%;
}
.w30{
	width:30%;
}
.w25{
	width:25%;
}
.w20{
	width:20%;
}

* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

a:hover,a img:hover  {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.5s ease-in-out;
       -moz-transition: 0.5s ease-in-out;
         -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
} 

.hutoji{
	font-weight:bold;
}
/*****************************************************
	
	コンテンツ
	
*****************************************************/
#wrap{
	width: 100%;
	height:auto;
	margin:0 auto;
}
header{
	background:#fff;
	padding:1px;
}
#header-wrap{
	width: 100%;
	max-width:950px;
	margin:0 auto;
}
.rogobox{
	float:left;
}
.rogobox img{
	width: 100%;
	max-width:88px;
}
@media screen and (max-width: 895px){
.rogobox{
	position:absolute;
	top:5px;
	left:10px;
}
}


/*****************************************************
	
	メインヘッダー
	
*****************************************************/






/*****************************************************
	
	中身ページ
	
*****************************************************/

.page{
	width:100%;
	max-width:920px;
	margin: 0 auto 150px;
	
}
.credit p{
	width:100%;
	margin:40px 1em 50px 0;
	font-size:150%;
	letter-spacing:1em;
	text-align:center;
	color:#fff;
}
.toplist ul{
	width:100%;
	margin:0 auto;
	padding: 0 0 15%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.toplist ul li:first-child{
	width: 30%;
	-webkit-align-self: center;
	align-self: center;
}
.toplist ul li:last-child{
	width: 70%;
	-webkit-align-self: center;
	align-self: center;
}

@media screen and (max-width:700px){
.toplist ul li:first-child{
	width:80%;
	-webkit-align-self: center;
	align-self: center;
}
.toplist ul li:last-child{
	width:80%;
	-webkit-align-self: center;
	align-self: center;
}	
}
.toplist ul li img{
	width:100%;
}

.toplist ul li:last-child{
	position:relative;
}
.toplist ul li:last-child div{
	position:absolute;
	top:50%;
}

.page .facebook{
	width:100%;
	max-width: 450px;
	margin:0 auto;
}
.page .facebook a{
	display:block;
}
.page .facebook a img{
	width:100%;
}
.facebook .facebook-wrapper{
	padding:4px;
	font-weight: bold;
	background: #FFF;
	border-radius: 5px;/*角の丸み*/
}
.whitebox{
	width:90%;
	background-color:#fff;
	border-radius: 10px;/*角の丸み*/
	margin:0px auto;
	overflow:hidden;
	padding:5%;
	box-sizing:border-box;
}
.whiteboxs{
	width:90%;
	background-color:#fff;
	border-radius: 10px;/*角の丸み*/
	margin:0px auto;
	
	padding:5%;
	box-sizing:border-box;
	position:relative;
}
.whiteboxs:before {
  content: "";
  /* borderで三角形を作る */
  border: 20px solid transparent;
  border-top: 20px solid #ffffff;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 20%;


}

.whitebox .title-sab{
	padding:50px 0 0;
}
.whitebox .title-sab h2{
	clear:both;
	margin:0 auto;
	padding:12px 15px;
	font-size:1.2em;
	color:#fff;
	background-color:#DE0011;
	border-radius: 5px;/*角の丸み*/
}
.titlebox{
	width:100%;
	margin: 0px 0 20px;
	font-size:2.0em;
	font-weight:bold;
	}
.title{
	width:100%;
	margin: 20px 0 20px;
}
.titlebox h1{
	text-align:center;
}
.title h1{
	font-size:2.0em;
	text-align:center;
}
.title h1 .eiji{
	display:block;
	font-size:0.5em;
	color:#DE0011;
	line-height: 2em;
}
.titlebox .aka{
	font-size:150%;
	color:#DE0011;
	line-height: 1em;
}
.textbox{
	padding:50px 60px;
	overflow:hidden;
}
.textbox ul{
	display:block;
	width:100%;
}
.textbox ul li{
	border-top:1px dotted #ccc;
	width:100%;
	line-height:2em;
	padding:10px 0
}
.textbox p{
	line-height:1.5em;
}
.textbox li:last-child{
	border-bottom:1px dotted #ccc;
}
.textbox li:first-child{
 border-top:none;
}
.family{
	padding: 50px 0px;
}
.family ul{
	width:100%;
	margin:0 auto;
	padding: 0 0 0%;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
}
.family ul li{
	width: 24.2%;
	font-size:0.9em;
	text-align:center;
	color:#F28F00;
	line-height:1.6em;
	margin:1% 0 0 1%;
	-webkit-align-self: stretch;
	align-self: stretch;
	border:2px solid #ccc;
	border-radius:5px;
	box-sizing:border-box;
	padding: 3%;
}
.family ul li:nth-child(5),
.family ul li:first-child{
	margin:1% 0 0 0;
}
.family li span{
	display:block;
	color:#000;
	font-size:1.2em;
}
.family-ph{
	width:100%;
	text-align:center;
}
.family-ph img{
	max-width:550px;
	padding-top:50px;
}
.nakaph-box{
	width: 45%;
	text-align:left;
	padding: 0px 0 50px 60px;
	float:left;
}
.nakaph-box img{
	width: 350px;
}
.naka-tx{
	width: 35%;
	float:right;
	line-height:1.5em;
	padding:0 80px 0 20px;
}
.naka-tx p{
	width:80%;	
}
.work{
	width: 88%;
	margin:40px auto;
	overflow:hidden;
}
.workbox{
	width: 46%;
	margin:0 auto 30px;
	padding:0 2%;
	line-height: 1.5em;
	float:left;
}
.work li:nth-child(3),
.work li:nth-child(5),
.work li:nth-child(7){
	clear:both;
}
.work li:nth-child(5) li,
.work li:nth-child(7) li{
  list-style: none;
  display: table;
}
.work li:nth-child(5) li:before,
.work li:nth-child(7) li:before  {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
.workbox h3{
	width:100%;
	padding: 8px 0;
	margin: 0 auto 20px;
	color:#000;
	background-color:#F28F00;
}

.workbox h3 span{
	padding-left: 20px;
}
.workbox p,
.workbox li{
	padding-left: 10px;
}

.workph{
	clear:both;
	width:85%;
	margin:0 auto;
	padding: 0 0 200px;
	overflow:hidden;
}

.workph ul li{
	width:46%;
	padding:0 2%;
	float:left;
}
.workph ul li img{
	width:100%;
	min-width:324px;
}
.workph li:nth-child(3){
	clear:both;
}

.workph li p{
	line-height:1.3em;
	padding:10px 0 20px;
}


.whitebox .video{
	width:100%;
	max-width:600px;
	background-color: #fff;
	border-radius: 10px;/*角の丸み*/
	margin:50px auto 180px;
	padding:200px  0;
}
.whitebox .newspaper-s,
.whitebox .newspaper{
	width:100%;
	max-width: 740px;
	overflow:hidden;
	margin: 50px auto 50px;
	padding:0 0 50px;
	border-bottom:1px dashed #ccc;
}
.whitebox .newspaper-s{
	border-bottom:0px dashed #ccc;
	margin: 50px auto 0px;
	padding:0 0 0px;
	padding:0 0 30px;
}
.sampl_ph{
	float:left;
	width:50%;
}
.sampl_ph img{
	width:100%;
	max-width:250px;
	padding-left:80px;
}
.subtext{
	float:right;
	width:50%;
	padding:20px 0 0;
}
.subtext ul{
	text-align:center;
	line-height:1.5em;
}

.subtext .botan{
  display: inline-block;
  margin:30px auto 0;
  background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  border-radius: 4px;
 }
 
.botan p{
	color: #000;
	padding: 1em 2.5em;
	font-weight: bold;
}


@media screen and (max-width: 1100px) and (min-width: 910px){
.workbox{
	width:80%;
	margin-right:20%;
	float:none;
}

}
@media screen and (max-width: 600px){
.family ul li{
	width:30%;
	margin: 0% 0 5% 5%;
	padding: 3%;
}
.family ul li:nth-child(5),
.family ul li:first-child{
	margin: 0% 0 5% 5%;
}
.family ul li:nth-child(7),
.family ul li:nth-child(4),
.family ul li:first-child{
	margin:0 0 5% 0%;
}

}
/*****************************************************
	
	フッター
	
*****************************************************/
footer{
	clear:both;
	width:100%;
	overflow:hidden;
	background:#E55123;
	position:fixed;
	bottom:0;
	z-index:50;
}
footer .copyright{
	clear:both;
	text-align:center;
	font-size:80%;
	color:#fff;
	margin: 23px 0 23px;
}
/*****************************************************
	
	タブレットコンテンツ
	
*****************************************************/
@media screen and (max-width: 910px){
.toplist ul{
	width:100%;
	margin:0 auto;
}

.toplist ul li{
	width:45%;
	-webkit-align-self: center;
	align-self: center;
}
.toplist  ul li img{
	width:100%;
}
.toplist ul li:last-child{
	position:relative;
}

}
@media screen and (max-width: 700px){
.toplist ul{
	width:100%;
	margin:0 auto;
	padding: 0 0 30%;
}

.toplist ul li{
	width:90%;
	-webkit-align-self: center;
	align-self: center;
}
.toplist ul li img{
	width:100%;
}


}
@media screen and (max-width: 910px) and (min-width: 481px)	{
#header-wrap{
	width: 100%;
	max-width:950px;
	margin:0 auto;
}
.page{
	margin: 0 auto 150px;
}


.credit p{
	font-size:135%;
	letter-spacing:0.8em;
}

.page .facebook img{
	width:100%;
	max-width:500px
}
.facebook-wrapper {
    max-width:460px;/* Facebook Page Plugin の幅 */
    margin: 0 auto;
}
.facebook-wrapper .fb-page {
    width:100%; 
}
.facebook-wrapper .fb-page span,
.facebook-wrapper iframe {
    width: 100% !important;
}
.textbox{
	overflow:hidden;
}
.nakaph-box{
	margin:0 auto;
	float:none;
	padding:0 0;
}
.nakaph-box img{
	width:100%;
	max-width: 350px;
}
.naka-tx{
	float:none;
	margin:0 auto;
	padding:10px 0 50px;
}
.naka-tx p{
	width:100%;
	text-align:center;
}
.workbox{
	width:80%;
	margin-right:20%;
	float:none;
}

.workph ul li img{
	width:100%;
	min-width:324px;
}
.workph ul li{
	width:100%;
	max-width:324px;
	margin:0 auto;
	float:none;
}
.whitebox .video{
	width:100%;
	max-width:400px;
	padding:150px 0;
}
.sampl_ph{
	float:none;
	margin:0 auto;
}
.sampl_ph img{
	padding-left:0px;
	width:300px;
}
.subtext{
	float:none;
	margin:0 auto;
	padding:20px 0 0;
}

.family li span{
	display:block;
	color:#000;
}

.family-ph img{
	max-width:400px;
	padding-top:50px;
}
@media screen and (max-width: 700px) and (min-width: 481px)	{


}


@media screen and (max-width: 568px) and (min-width: 481px)	{
.zenshin-ph{
	bottom:-180px;
}
}
footer .copyright{
	text-align:left;
	padding-left:20px;
}

}
/*****************************************************
	
	スマホコンテンツ
	
*****************************************************/
@media screen and (max-width: 480px) and (min-width: 0px)	{

.credit p{
	font-size:100%;
	letter-spacing:0.6em;
}
.title h1 .smph{
	display:block;
	font-size:1em;
	color:#000;
	line-height: 1.5em;
}

.page .facebook{
	width:90%;
}

.facebook-wrapper {
    max-width: 240px; /* Facebook Page Plugin の幅 */
    margin: 0 auto;
}

.facebook-wrapper .fb-page {
    width: 240px;
}
 
.facebook-wrapper .fb-page span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.textbox{
	padding:50px 40px 100px;
	overflow:hidden;
}
.textbox li{
	padding-left:0;
	line-height:1.6em;
	padding:10px 0;
}
.textbox li span{
	display:block;
}
.whitebox .title-sab h2 span{
	display:block;
}

.nakaph-box{
	width:70%;
	margin:0 auto;
	float:none;
	padding:0px;
}
.nakaph-box img{
	width:100%;
}
.naka-tx{
	width:60%;
	float:none;
	margin:0 auto;
	padding:10px 0 50px;
}
.naka-tx p{
	width:100%;
	text-align:center;
}
.workbox{
	width:80%;
	float:none;
}
.workph ul li img{
	min-width:100px;
}
.workph ul li{
	width:100%;
	max-width:220px;
	margin:0 auto;
	float:none;
}
.whitebox .video{
	width:100%;
	max-width:230px;
	padding:80px 0;
}
.sampl_ph{
	float:none;
	margin:0 auto;
}
.sampl_ph img{
	padding-left:0px;
}
.subtext{
	float:none;
	width:80%;
	margin:0 auto;
	padding:20px 0 0;
}
.subtext span{
	display:block;
}

.family-ph img{
	width:70%;
	max-width:400px;
	padding-top:50px;
}

footer .copyright{
	clear:both;
	text-align:left;
	font-size:70%;
	padding-left:20px;
}
footer .copyright span{
	display:block;
	line-height:0.6em;
}

}

.katudo ul{
	width:100%;
	margin:0 auto;
	padding: 0 0 0%;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
}
.katudo ul li{
	width:48%;
	margin:0 0 3% 2%;
	align-self: auto;
	line-height:1.5em;
}
.katudo ul li div{
	padding:0 0 10px;
}
.katudo ul li:first-child{
	margin:0 2% 0 0;
}
.katudo ul li:nth-child(5),
.katudo ul li:nth-child(3){
	margin:0 2% 0 0;
}
.katudo ul li:last-child div {
    position:relative;
    top: 0%;
}
.katudo ul li div img{
	width:100%;
}
.katudo ul li p{
	font-size:90%;
}
.omoibox{
	padding-bottom: 50px;
}
.namae{
	border-top:1px dashed #ccc;
	padding:20px 0 0;
	margin:20px 0 0;
}
.namae p span{
	font-size:150%;
	padding:0 0 0 2%;
	font-weight:bold;
}
.yakusoku{
	padding:20px 0 80px;
}
.yakusoku dl{
	width:100%;
	border-top:1px solid #ccc;
	padding:10px 0;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
}
.yakusoku dl.last{
	border-bottom:1px solid #ccc;
}
.yakusoku dl dt{
	width:20%;
	text-align:center;
	font-weight:bold;
	color:#F28F00;
	-webkit-align-self: center;
	align-self: center;
}
.yakusoku dl dd{
	width:80%;
}
.leaflet{
	
}
.leaflet dl{
	width:100%;
	/* border-bottom:1px dashed #ccc; */
	padding: 30px 0 0;
	/* margin-bottom:20px; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.leaflet dl.last{
	border-bottom:0px dashed #ccc;
}
.leaflet dl dt{
	width:45%;
	margin:0 auto;
}
.leaflet dl dd{
	width:45%;
	margin:0 auto;
}
.leaflet dl img{
	width:100%;
}
.leaflet dl p{
	padding:10px 0 0;
	text-align:center;
	line-height:1.5em;
	font-size:90%;
}
.leaflet dl a{
	text-decoration:none;
	color:#000;
}
.hon{
	width:100%;
	 position: relative;
}
.hon img{
	width:100%;
}
.hon::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #da7b32);
}

.zenshin-ph{
	position:fixed;
	left:50%;
	margin-left:380px;
	bottom:-50px;
	z-index:60;
}
.zenshin-ph img{
	width: 200px;
}
@media screen and (max-width: 1200px){
.zenshin-ph{
	bottom:-180px;
	margin-left: 200px;
}
.zenshin-ph img{
	width:230px;
}
}
@media screen and (max-width: 910px){
.zenshin-ph{
	bottom:-220px;
	margin-left:80px;
}
}
@media screen and (max-width: 600px){
.zenshin-ph{
	display:none;
}
}

.fp{
	width:100%;
	margin:0 0 30px;
}
.fp img{
	width:100%;
}
.minbox{
	width:100%;
	margin:20px 0;
	padding: 20px 0 40px;
	border-bottom:1px dashed #ccc;
}
.minbox dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.minbox dl dt{
width:50%;
	box-sizing:border-box;
}
.minbox dl dd{
width:50%;
}
.minbox dl dt ol li{
	text-decoration:unset;
	list-style-type: unset;
	line-height:1.5em;
	margin-left: 35px;
}
.minbox dl dd .pv-bt{
	width: 70%;
	margin:0 auto 20px;
	text-align:center;
	line-height:1.5em;
}
.minbox dl dd .pv-bt a{
	display:block;
	text-decoration:none;
	padding:20px;
	box-sizing:border-box;
	background: #dadada;
	color:#000;
	border-radius:5px;
}
.minbox dl dd .min-bt{
	width:70%;
	margin:0 auto;
	text-align:center;
	line-height:1.5em;
}
.minbox dl dd .min-bt a{
display:block;
	text-decoration:none;
	padding:20px;
	box-sizing:border-box;
	background: #dadada;
	color:#000;
	border-radius:5px;
}
.minbox dl dd .pv-bt a:hover,
.minbox dl dd .min-bt a:hover{
color:#de0011;
}
.chu li{
padding-left:1em;
text-indent:-1em;
line-height:1.8em;
}
.chu li a{
	text-decoration:none;
}
@media screen and (max-width: 480px){
.minbox{
	padding:20px 0 40px;
}
.minbox dl dt{
width:100%;
	margin:0 0 50px;
}
.minbox dl dd{
width:100%;
}
.minbox dl dd .pv-bt,
.minbox dl dd .min-bt{
	width:100%;
}
}