@charset "UTF-8";



/* 
---------------------------------------
reset
---------------------------------------
*/

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;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal
}

body{
/*
	font-family:"ＭＳ Ｐゴシック","MS PGothic","Osaka",Arial,sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
*/
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	letter-spacing:0;
	line-height:1.5;
	
	text-align:center;
}  

html>/**/body{
	font-size /*\**/: small\9
}

html{
	overflow-y:scroll;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}

th{
	text-align:left;
}

img{
	border:0;
	vertical-align:top;
}

li{
	list-style:none;
}

a{
	outline:none;
}

address{
	font-style:normal;
}

h1,h2,h3,h4,h5,h6,p,th,td,table,dl,dt,dd,ul,ol,li{
	color:#000;
}

a:link{
	color:#000;
	text-decoration:underline;
}

a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

a:active{
	color:#000;
	text-decoration:none;
}

a:hover img{
	filter: alpha(opacity=80);
	opacity:0.8;
}

#wrapper{
	font-size:93%;
}
p{
  font-size:16px;
}

/* 
---------------------------------------
clear
---------------------------------------
*/

.clear{
	clear: both;
}

.clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

* html .clearfix{
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 
---------------------------------------
fontcolor
---------------------------------------
*/

.clr01{color:#;}
.clr02{color:#;}
.clr03{color:#;}
.clr04{color:#;}


/* 
---------------------------------------
text_align
---------------------------------------
*/

.alnL{text-align:left;}
.alnC{text-align:center;}
.alnR{text-align:right;}


/* 
---------------------------------------
float
---------------------------------------
*/

.fL{float:left;}
.fR{float:right;}


/* 
---------------------------------------
wrapper
---------------------------------------
*/
/*
body{
	text-align:center;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}
*/
body#bd{
	text-align:center;
	min-width: 980px;
}

#wrapper{
	clear:both;
	position:relative;
	text-align:left;
	overflow: hidden;
}


/* 
---------------------------------------
header
---------------------------------------
*/
#header{
	position:relative;
	max-width:1180px;
	margin:0 auto;
	padding:15px 0 15px;
	z-index:10;
}
#header .hd_wrap {
	display:flex;
	align-items: center;
	-webkit-display:flex;
	-webkit-align-items: center;
	margin:15px 0 40px 1%;
}
#header p.logo {
    width:25%;
}
#header p.logo img {
    display: block;
    width:100%;
    max-width:250px;
}
#header h1 {
	margin-left:32px;
	font-size:13px;
	width:35%;
}
#header .hBanner{
    position: absolute;
    top: 0;
    right: 0;
	background:#e7e355;
	text-align:center;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}
#header .hBanner p{
	text-align:center;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
#header .hBanner p span{
	font-size:24px;
	font-weight:bold;
}
#header .hBanner .btn {
	background:#111111;
	border-radius:5px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    text-align: center;
    transition: 0.5s;
}
#header .hBanner .btn a {
	color:#fff;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    transition: 0.5s;
	border-radius:5px;
}
#header .hBanner .btn a:hover{
	background:#fff;
	color: #111111;
}

/* 


---------------------------------------
gNav
---------------------------------------
*/
#gNav {
	display: -webkit-flex;
    display: flex;
    width: 70%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left:1%;
}
#gNav li{
	position:relative;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
#gNav li a:hover{
	color:rgba(0,0,0,0.7);
}
#gNav li span{
	font-weight:normal;
	font-size:12px;
}
#gNav li a{
	display:block;
	text-decoration:none;
}
#gNav li a:active{
    color:rgba(0,0,0,0.7);
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#gNav li a:hover{
    opacity: 0.7;
}
#gNav li .dropdown{
	position:absolute;
	top:45px;
	overflow:hidden;
	width:auto;
	height:0px;
	z-index:20;
}
#gNav li .dropdown li{
	width:200px;
	margin:0 0 0px;
	background:rgba(0,0,0,0.7);
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	border-bottom:1px solid #f9f9f9;
}
#gNav li .dropdown li a {
	color:#fff;
	padding:6px;
	font-size:12px;
}
#gNav li .dropdown li a:hover {
    background: #e7e355;
}
#gNav li:hover > ul {
	overflow:visible;
	height:auto;
}

/* 

---------------------------------------
gnav_sub
---------------------------------------

*/
#gnav_sub{
	width:100%;
	background:#f9f9f9;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	font-size:0.75rem;
}


#gnav_sub ul{
	display:flex;
	flex-wrap:wrap;
}


#gnav_sub ul li{
	box-sizing:border-box;
	width:33.3%;
	padding:8px 0;
	text-align:center;
	line-height:1.4;
	font-weight:normal;
	border-top:1px solid #676767;
	border-bottom:1px solid #676767;
	display:flex;
	align-items:center;
	line-height:26px;
}


li.border_erase{
border-right:none !important;
}

#gnav_sub li div{
border-right:1px solid #676767;
}

#gnav_sub li div.border_erase{
border-right:none !important;
}

#gnav_sub ul li a{
	width:100%;
	color:#010101;
	padding:8px 0;
	text-decoration:none;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+100 */
	background: #f9f9f9; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

/* 
---------------------------------------
content
---------------------------------------
*/

h2 {
  font-size:50px;
  font-weight:bold;
  padding-bottom:10px;
  margin:60px auto 25px;
  text-align: center;
  position:relative;
}
h2::after {
  border-bottom:1px solid #e7e355;
  width:2%;
  content: "";
  position: absolute;
  left: 49%;
  bottom: 0;
}

/* 
---------------------------------------
area
---------------------------------------
*/

.area{
	position:fixed;
	/*position:absolute;*/
	top:100px;
	right:0px;
	text-align:right;
	z-index:100;
}
.area .title{
	margin:0 0 3px;
}
.areaList{}
.areaList li{
	margin:0 0 3px;
}
.areaList li a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}



/* 
---------------------------------------
mainvisual
---------------------------------------
*/
#mainvisual{
	width:100%;
	height:450px;
	background:url(../img/top_pc_main_bg.jpg) no-repeat center/cover;
}
#mainvisual .mainPhoto{
	max-width:1180px;
	margin:0 auto;
}
#mainvisual:before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#e7e355;
	position:absolute;
	top:90px;
}

/* 
---------------------------------------
PhotoGallery
---------------------------------------
*/

#PhotoGallery{
   width:100%;
   margin:0 auto;
   text-align: center;
}
#PhotoGallery ul.photo-list {
   margin:50px auto;
   max-width:1180px;
   display: flex;
   justify-content: space-between;
   flex-wrap:wrap;
}
#PhotoGallery ul.photo-list li {
   display:inline-block;
   width:23%;
   vertical-align:top;
}
#PhotoGallery .btn {
   background:#111111;
   width:40%;
   margin:5% auto;
    min-width: 400px;
}
#PhotoGallery .btn a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:16px;
   padding:4% 0;
    display: block;
}
#PhotoGallery .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: 0px;
      left: 16px;
      width: 10px;
      height: 10px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#PhotoGallery p {
    font-size:16px;
    line-height:2;
}
#PhotoGallery img {
    display:block;
	text-align:center;
	margin:0 auto;
    width:100%;
    height:auto;
}
#PhotoGallery ul li p {
  margin-top:20px;
}
@media screen and (min-width:768px) {
 #PhotoGallery ul.photo-list {
    flex-wrap:wrap;
 }
}
/* 
---------------------------------------
.bnr_contact
---------------------------------------
*/
.bnr_contact{
    background-color:rgba(0,0,0,0.70);
    border-radius:5px;
    bottom:20px;
    right:20px;
    box-sizing:border-box;
    max-width:282px;
    padding:10px;
    text-align:center;
    position:fixed;
    z-index:100;
}
.bnr_contact p{
	color:#fff;
	font-size:16px;
}
.bnr_contact .btn{
	background-color: #fff;
	border-radius:5px;
    display:inline-block;
    font-weight: bold;
	margin:10px 0 0;
	text-align:center;
    transition:0.5s;
}
.bnr_contact .btn a{
	    color:#e7e355;
		display: inline-block;
		padding:15px;
	    text-decoration: none;
	    transition: 0.5s;
		border-radius:5px;
		font-size: 16px;
}
.bnr_contact .btn a:hover{
	background:#333;
	color: #fff;
}
@media screen and (max-width:960px) {
	.bnr_contact .btn a{
	    color:#e7e355;
		display: inline-block;
		padding:15px;
	    text-decoration: none;
	    transition: 0.5s;
		border-radius:5px;
		font-size: 1.8vw;
	}
}

@media screen and (min-width:768px) {
    .bnr_contact p {
        float:none;
    }
    .bnr_contact .fR {
        display:none;
    }
}
.pc-disp {
  display:block;
}
.sp-disp {
  display:none;
}


/* 
---------------------------------------
maincontainer
---------------------------------------
*/
#maincontainer {
   width:100%;
/*
   max-width:1180px;
*/
   margin:0 auto;
}

/* 
---------------------------------------
sisterBranch
---------------------------------------
*/
#sisterBranch{
  margin:100px auto 60px;
  max-width:1180px;
  width:100%;
  text-align:center;
}
#sisterBranch p{
    font-size: 15px;
    text-align: center;
    font-weight:bold;
}
#sisterBranch ul li {
   display:inline-block;
   width:49%;
   margin-right:0%;
   vertical-align:top;
}
#sisterBranch ul {
   width:100%;
	margin:0 auto;
}
#sisterBranch img {
    display:block;
	text-align:center;
	margin:0 auto;
    width: 100%;
}
#sisterBranch .btn {
   background:#111111;
   width:30%;
   margin:60px auto 0;
}
#sisterBranch .btn a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:16px;
   padding:7% 0;
    display: block;
}
#sisterBranch .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: -2px;
      left: 8px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#sisterBranch .btn-n {
   background:#6fba2c;
   width:40%;
    min-width: 500px;
   margin:35px auto 40px;
}
#sisterBranch .btn-n a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:22px;
   padding:3% 0;
   display: block;
}
#sisterBranch .btn-n a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: 0px;
      left: 10px;
      width: 10px;
      height: 10px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
/* 
---------------------------------------
plan
---------------------------------------
*/
#plan{
  margin:0 auto;
  padding:50px 0 100px 0; 
  width:100%;
  text-align:center;
  background:#f9f9f9;
}
#plan ul.plan-u {
  margin:55px auto 70px;
  max-width:1175px;
    display: flex;
    justify-content: space-around;
}
#plan ul.plan-u li.plan-u-ls {
   display:inline-block;
   width:30%;
   vertical-align:top;
   background:#fff;
   position:relative;
}
#plan ul.plan-u li.plan-u-ls:nth-child(3){
   margin-right:0px;
}
#plan .p-list-ttl {
   border-left:3px solid #ffb400;
   background:#111111;
   padding:15px;
 /*
   position:relative;
  */
   display:flex;
   justify-content: space-between;
   align-items: center;
}
#plan .p-ttl-f {
   float:left;
   color:#fff;
   font-size:20px;
}
#plan .p-ttl-f2 {
   float:left;
   color:#fff;
   font-size:18px;
}
#plan .p-ttl-r{
/*
  float:right;
*/

  color:#ffb400;
  font-size:15px;
  text-align:right;
}
#plan .p-span-sma {
  color:#ffb400;
  font-size:12px;
  display:block;
}
#plan .p-ttl-r-lw {
/*
    float: right;
*/

    color: #ffb400;
    font-size: 15px;
    text-align: right;
}
#plan .p-span-sma-lw {
    color: #ffb400;
    font-size: 12px;
    display: block;
}

#plan .btn {
   background:#111111;
   width:40%;
   margin:5% auto;
}
#plan .btn a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:16px;
    padding: 4% 0;
    display:block;
}
#plan .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: -2px;
      left: 10px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#plan ul li img {
      width:100%;
      height:100%;
}
#plan p.p-list-cnt1 {
      padding:20px;
      text-align:left;
}
#plan p.p-list-cnt2 {
      padding:20px;
      background:#ececec;
      font-weight:bold;
      text-align:left;
}
#plan .sp-fL, #plan .sp-fR{
    float:none;
}

 screen and (max-width:767px) {
	#plan .p-list-ttl {
	   padding:2%;
	}

}
/* 
---------------------------------------
service
---------------------------------------
*/
#service {
      padding:5px 0 5px 0;
      background:url(../img/top_service_bk.jpg) no-repeat right top;
      background-size:cover;
}

#service h2 {
  color:#fff;
}

#service p {
  color:#fff;
  font-weight: bold;
  text-align: center;
}
#service ul {
  width:1180px;
  position:relative;
  margin:45px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items:center;
}
#service li.list-img {
 width: 11%;
}
#service li.list-cnt{
 width: 86%;
 background:#fff;
 padding:1% 0 0 3%;
}
#service li{
  	min-height: 118px ;
	line-height: 118px ;
	margin:0 auto 20px;
}
#service img {
    width:100%;
    height:auto;
    background: #e7e355;
}
#service .btn {
   border: 1px solid #fff;
   width:50%;
   margin:5% auto;
}
#service .btn a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:16px;
   text-align: center;
   display:block;
    padding: 4% 0;
}
#service .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: -2px;
      left: 10px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}


/* 
---------------------------------------
voice
---------------------------------------
*/
#voice {
      padding:70px 0 80px 0;
      background:url(../img/top_voice_bk.jpg) no-repeat center;
      background-size:cover;
}
#voice p {
  color:#111;
  text-align: center;
}
 screen and (max-width: 450px) {
    #voice p.desc {
        font-size:3.9vw !important;
    }
}
#voice ul {
  max-width:1170px;
  position:relative;
  margin:45px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
    justify-content: space-around;
}
#voice ul li {
  width:47%;
}
#voice ul li:nht-child(2){
  margin-right:0%;
}
#voice .btn {
   background:#111111;
   width:40%;
   margin:5% auto;
}
#voice .btn a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:16px;
   text-align: center;
   display:block;
    padding: 4% 0;
}
#voice .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: -2px;
      left: 10px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#voice img {
      width:100%;
      height:auto;
      max-width:235px;
      display:block;
      text-align: center;
      margin:0 auto;
    background: linear-gradient(#ccc941,#e7e355);
    overflow: hidden;
    border-radius: 50%;
}
#voice .list-voice-bk {
      margin:10px 0 0 0;
      background:url(../img/list-service-img-bk.png) no-repeat center;
      padding:52px;
      background-size:100% 100%;
      text-align:left;
}
/* 
---------------------------------------
CONCEPT
---------------------------------------
*/
#concept {
      padding:70px 0 100px 0;
      background:url(../img/top_concept_bg.jpg) no-repeat center;
      background-size:cover;
}

#concept  ul {
  max-width:1170px;
  position:relative;
  margin:45px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
    justify-content: space-around;
}
#concept ul li {
  width:46%;
  border-top:3px solid #111111;
  border-bottom:3px solid #e7e355;
  margin-bottom:2%;
  background:#fff;
  padding:0px 0px 0px 0px;
}
#concept ul li:nht-child(2){
  margin-right:0%;
}
#concept p {
  color:#111;
  text-align: center;
}
#concept img {
      width:100%;
      display:block;
      text-align: center;
      margin:0 auto;
}
#concept .con-ttl {
      color:#e7e355;
      font-weight: bold;
      font-size:24px;
      padding:30px;
      text-align: left;
}
#concept .con-cnt {
       padding:0 30px 30px;
       text-align: left;

}

/* 
---------------------------------------
view
---------------------------------------
*/
#view {
      margin:70px auto 0px;
      width:100%;
}
#view img {
      width:100%;
      height:auto;
      max-width:562px;
      display:block;
      text-align: center;
      margin:0 auto;
}

/* 
---------------------------------------
access
---------------------------------------
*/
#access {
      margin:50px auto 70px;
      width:100%;
}
#access p {
  color:#111;
  text-align: center;
}
#access .access-map {
  margin:60px auto 0px;
  text-align:center;
  width:980px;
  height:420px;
}

/* 
---------------------------------------
contact
---------------------------------------
*/
#contact {
      margin:0px auto;
      padding:45px 0 40px 0;
      width:100%;
      background:#f9f9f9;
}
.contact-wrap {
     margin:0 auto;
     max-width:1000px;
}
#contact p {
      color:#111;
      text-align: center;
      font-size: 18px;
}
#contact img {
      display:block;
      text-align: center;
      margin:0 auto;
}
#contact .contact-f {
      width:55%;
      margin-top:3%;
      border-right:1px solid #111;
}
#contact .contact-r {
      width:44%;
      margin-top:3%;
}
#contact .btn {
   background:#111111;
   padding:0;
   width:80%;
   margin:10% auto 5%;
   border-radius:5px;
}
#contact .btn a {
   color:#fff;
   text-decoration: none;
   position:relative;
   font-size:20px;
   font-weight:bold;
   text-align: center;
   display:block;
   padding: 4% 3%;
}
#contact .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: 0px;
      right: 0px;
      width: 10px;
      height: 10px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#contact .btn-n {
   border:1px solid #111;
   padding:2% 1%;
   width:70%;
   margin:0% auto 5%;
}
#contact .btn-n  a {
   color:#111;
   text-decoration: none;
   position:relative;
   font-size:18px;
   text-align: center;
   display:block;
   font-weight:bold;
}
#contact .btn-n a:after {
      content: " ";
      display: block;
      position: absolute;
      top: 5px;
      right: -16px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#contact .btn-t {
   border:1px solid #111;
   padding:2% 1%;
   width:74%;
   margin:0% auto 5%;
}
#contact .btn-t  a {
   color:#111;
   text-decoration: none;
   position:relative;
   font-size:15px;
   text-align: center;
   display:block;
   font-weight:bold;
}
#contact .btn-t  a:after {
      content: " ";
      display: block;
      position: absolute;
      top: 5px;
      right: -16px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#contact .contact-tel {
     color:#e7e355;
     font-size:40px;
     font-weight: bold;
     text-align: center;
     
}
#contact .contact-tel a{
     color:#ff9629;
     text-decoration:none;
}

/* 
---------------------------------------
sisterstore
---------------------------------------
*/
#sisterstore {
      margin:0px auto 150px;
      width:100%;
      padding:30px 0 90px 0;
      background: url('../img/sisterstore_bg.jpg') center top no-repeat/cover;
}
#sisterstore p {
	  color:#111;
	  text-align: center;
	  margin-top:20px;
	  font-size:14px;
	  font-weight:bold;
}
#sisterstore ul  {
	  max-width:1400px;
	  position:relative;
	  margin:0px auto;
	  display: -webkit-flex;
	  display: flex;
	  flex-wrap:wrap;
	  justify-content: center;
}
#sisterstore ul li {
     width:31%;
     margin:30px 1% 0;
}
#sisterstore ul li a:link {
     text-decoration: none;
}
#sisterstore p {
     margin-top:2%;
}

/*
#sisterstore ul li:nth-child(4), #sisterstore ul li:nth-child(5){
   width:43%;
   margin-right:2%;
   margin-top:70px;
}
*/
#sisterstore img {
     width:100%;
     display:block;
     text-align: center;
     margin:0 auto;
}
/* 
---------------------------------------
footer
---------------------------------------
*/
#footer {
    width: 100%;
    margin: 100px 0;
}
#footer ul {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 115px;
    padding: 45px 16.25%;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#footer ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
#footer p {
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width:767px) {
    #footer {
        margin-bottom: 50px;
    }
    #footer ul {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto 20px;
        padding: 20px 10px 10px;
        box-sizing: border-box;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    #footer ul li {
        width: 30%;
        text-align: center;
        margin: 0 0 10px;
    }
    #footer ul li a {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }
}

/* 
---------------------------------------
SP
---------------------------------------
*/
.pc-disp-1 {
  display:block !important;
}
.sp-disp-1 {
  display:none !important;
}
.pc-disp-1 {
  display:block !important;
}
.sp-disp-2 {
  display:none !important;
}
 screen and (max-width:910px) {
	#header h1 {
		margin-left:1%;
		font-size:13px;
		width:33%;
	}
	#gNav {
	    width: 68%;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    margin-left: 1%;
    }
    .pc-disp-1 {
	  display:none !important;
	}
	.sp-disp-1 {
	  display:block !important;
	}

	.sp-disp-2 {
	  display:inline !important;
	}
}


 screen and (max-width:870px) {
	#contact .btn a {
	   font-size:2vw;
	   font-weight:bold;
	   text-align: center;
	   display:block;
	   padding: 4% 3%;
	}
	#contact .btn a:after {
	      content: " ";
	      display: inline-block;
	      position: relative;
	      top: 0px;
	      right: 0px;
	      width: 10px;
	      height: 10px;
	      border-right: 1px solid #fff;
	      border-bottom: 1px solid #fff;
	      -webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	}
}

@media screen and (max-width:830px) {
	#header h1 {
		margin-left:1%;
		font-size:13px;
		width:31%;
	}
	#gNav {
	    width: 66%;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    margin-left: 1%;
    }
}
@media screen and (max-width:800px) {
	#gNav {
	    width: 63%;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    margin-left: 1%;
    }
}

@media screen and (max-width: 980px) {
  #access .access-map {
        width: 98%;
  }
}



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

/*
 #wrapper{
    max-width: 100%;
    width:100%;
 }

 #header {
    position: relative;
    max-width: 100%;
    width:100%;
    margin: 0 auto;
    padding: 15px 0 20px;
    z-index: 10;
 }
*/
.pc-disp {
  display:none !important;
}
.sp-disp {
  display:block !important;
}
.mv_sp {
    margin-top: 0;
}
.h1-sp {
  background:#e7e355;
  text-align:center;
  color:#fff;
  padding:5px;
  font-size: 2.5vw !important;
  line-height: 1.7 !important;
}
h2 {
 margin: 3% auto;
 font-size:2rem;
}
p {
 font-size:1.0rem !important;
 line-height: 1.8;
}
h2::after {
    border-bottom: 1px solid #e7e355;
    width: 6%;
    content: "";
    position: absolute;
    left: 49%;
    bottom: 6%;
}
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 1180px;
    margin: 0% auto;
    padding: 0% 0 0%;
    z-index: 10;
    border-bottom: 1px solid #000;
}

#header .hd_wrap {
    display:flex;
     justify-content: flex-start;
    -ms-align-items: center;
 /*
    align-items: flex-start;
 */
    margin: 0% 2%;
}

#header .hd_wrap .logo {
/*
    display:table-cell !important;
*/
    width:40%;
    margin-right: 19%;
}
#header p.logo img {
    width:95%;
    height:auto;
}
#header .hd_wrap .sp-header-menu1,#header .hd_wrap .sp-header-menu2 {
/*
    display:table-cell !important;
*/
    width:14%;
}
#header .hd_wrap .sp-header-menu1 img,#header .hd_wrap .sp-header-menu2 img {
    text-align:center;
    display:block;
    margin:0 auto;
    background: #e7e355;
}
#hmb {
    display: block;
    position: absolute;
    top: 1%;
    right: 3%;
    height: 90%;
    width: 8%;
    z-index: 9999;
}
#hmb span {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 5px;
    background: #555;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
#hmb span:first-child {
    top: 20%;
}
#hmb span:nth-child(2) {
    top: 50%;
}
#hmb span:nth-child(3) {
    top: 80%;
}
#mainvisual {
  background:none;
  height:0;
}
#mainvisual:before {
    content: "";
    display: none;
    width: 0%;
    height: 0px;
    background: #000;
    position: absolute;
    top: 0;
}
#header:before {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:#000;
	position:absolute;
	top:0px;
}

img {
   width:100%;
   height:auto;
}

@media screen and (max-width:400px) {
 #hmb {
    top: 1%;
    right: 3%;
    height: 90%;
    width: 8%;
    z-index: 9999;
 }
}
/* 
---------------------------------------
PhotoGallery
---------------------------------------
*/
#PhotoGallery h2 {
 margin: 3% auto 1%;
 font-size:2rem;
}
#PhotoGallery ul.photo-list {
    margin: 5% auto;
    width: 100%;
    justify-content: space-around;
}
#PhotoGallery ul.photo-list li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
}
#PhotoGallery ul.photo-list li:nth-child(odd) {
   margin-left:1%;
}
#PhotoGallery ul.photo-list li:nth-child(1),#PhotoGallery ul.photo-list li:nth-child(2) {
   margin-bottom:7%;
}
#PhotoGallery ul li p {
    margin-top: 4%;
    line-height:1.5;
}
#PhotoGallery .btn {
    width: 90%;
    margin: 5% auto;
    min-width: auto;
}
#PhotoGallery .btn a {
    font-size: 1.6rem;
}
#PhotoGallery .btn a:after {
    content: " ";
    width: 11px;
    height: 11px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:500px) {
	#PhotoGallery .btn {
	    width: 90%;
	    margin: 5% auto;
	    min-width: auto;
	}
	#PhotoGallery .btn a {
	    font-size: 4vw;
	}
	#PhotoGallery ul li p {
	  font-size: 3vw !important;
	}
}

@media screen and (max-width:400px) {
	#PhotoGallery ul.photo-list li {
	    width: 46%;
	    margin-right: 1%;
	    vertical-align: top;
	}
}
@media screen and (max-width:340px) {
 #PhotoGallery .btn a {
    font-size: 5vw;
 }
}
  
/* 
---------------------------------------
sisterBranch
---------------------------------------
*/
#sisterBranch {
  margin: 11% auto 7%;
}
#sisterBranch .btn-n {
    background: #6fba2c;
    width: 90%;
    margin: 6% auto;
    min-width: auto;
}
#sisterBranch .btn {
    background: #111111;
    width: 60%;
    margin: 20px auto 0;
}
#sisterBranch .btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 4vw !important;
}
@media screen and (max-width: 768px) {
  #sisterBranch .btn-n a {
   padding: 4% 2%;
   font-size: 4vw;
  }
  #sisterBranch p {
   font-size: 3vw !important;
  }
}
@media screen and (max-width: 500px) {
  #sisterBranch .btn-n a {
   padding: 4% 2%;
  } 
}

@media screen and (max-width: 380px) {
  #sisterBranch .btn a {
    font-size: 0.9rem;
  }
}

/* 
---------------------------------------
plan
---------------------------------------
*/
#plan {
    margin: 0 auto;
    padding: 13% 0 6% 0;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
}
#plan ul.plan-u {
    width :100%;
    margin: 1% auto 0;
    display: block;
    padding: 0 1%;
    box-sizing: border-box;
}
#plan ul.plan-u li.plan-u-ls {
    display: inline-block;
    width: 100%;
    margin: 3% 0;
    vertical-align: top;
    background: #fff;
    position: relative;
}
#plan .p-span-sma,#plan .p-span-sma-lw {
   display:inline;
}
#plan .btn {
 width: 80%;
    min-width:300px;
}
#plan .btn a {
    font-size: 1.4rem;
    padding: 4% 0;
    display:block;
}
#plan .btn a:after {
    content: " ";
    top:0px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#plan .flxBx {
    display:flex;
    display: -webkit-flex;
    align-items: stretch;
}

#plan .sp-fL {

    width:50%;
    vertical-align:bottom;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
    align-items: stretch;
    
}
#plan .sp-fR {

    width:50%;
    vertical-align:middle;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
    align-items: stretch;
}
#plan .p-ttl-f {
    font-size: 4vw !important;
    line-height: 2;
    font-weight:bold;
}
#plan .p-ttl-r,#plan .p-ttl-r-lw {
    font-size: 3vw !important;
    line-height: 1.8;
}
#plan p.p-list-cnt1 {
    font-size: 1.2rem !important;
    line-height: 1.9;
    	display: flex;
	display: -webkit-flex;
	    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    align-items: stretch;
     flex-direction: column;
     text-align:left;
     flex-grow: 1;
     justify-content: center;
}
#plan p.p-list-cnt2 {
    text-align:left;
    	display: flex;
	display: -webkit-flex;
	    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    align-items: stretch;
     flex-direction: column;
     flex-grow: 1;
     justify-content: center;
}
#plan .sp-li-lf {
    display:inline-block;
    width:48%;
    margin-right:1%;
    vertical-align:top;
}
#plan .sp-li-rt {
    display:inline-block;
    width:48%;
    margin-right:1%;
    vertical-align:bottom;
}

 
#plan div.sp-li-rt ul li {
    width:90%;
    padding:5%;
    text-align:left;
}
#plan .sp-li-rt ul li.p-list-cnt1 {
    font-size: 1.2rem !important;
    line-height: 1.9;
}
#plan .sp-li-rt ul li.p-list-cnt2 {
    font-size: 1.0rem !important;
    line-height: 1.8;
    background: #ececec;
    font-weight: normal;
}


@media screen and (max-width:600px) {
	#plan p.p-list-cnt1 {
	    font-size: 1.2rem !important;
	    line-height: 2;
	    padding: 10px;
	}
	#plan p.p-list-cnt2 {
	    padding:10px;
	    font-size: 1.0rem !important;
	    line-height: 2;
	    font-weight:normal;
	}

}
@media screen and (max-width:560px) {
	#plan p.p-list-cnt2  {
	    padding: 5px;
	    font-size: 0.9rem !important;
	    line-height: 1.2;
    }
}
@media screen and (max-width:550px) {
	#plan p.p-list-cnt1 {
	    font-size: 1.1rem !important;
	    line-height: 1.6;
	    padding: 10px;
	}
	#plan p.p-list-cnt2 {
	    padding:6px;
	    font-size: 1.0rem !important;
	    line-height: 1.2;
	}

}
@media screen and (max-width:460px) {
	#plan p.p-list-cnt2 {
	    padding: 6px;
	    font-size: 0.9rem !important;
	    line-height: 1.2;
	}
}
@media screen and (max-width:450px) {
	#plan p.p-list-cnt1 {
	    font-size: 1.0rem !important;
	    line-height: 1.4;
	    padding: 10px;
	}
	#plan p.p-list-cnt2 {
	    padding: 10px;
	    font-size: 0.9rem !important;
	    line-height: 1.2;
	}
}
@media screen and (max-width:400px) {
	#plan p.p-list-cnt1 {
	    font-size: 1.0rem !important;
	    line-height: 1.4;
	    padding:5% 1% 1% 3%;
	}
	#plan p.p-list-cnt2 {
	    padding:3%;
	    font-size: 0.8rem !important;
	    line-height: 1.1;
	}
	#plan .btn a {
      font-size: 1.1rem;
        padding: 2% 0;
        display:block;
    }

}
@media screen and (max-width:350px) {
	#plan p.p-list-cnt1 {
	    font-size: 0.9rem !important;
	    line-height: 1.2;
	    padding:6% 1% 1% 2%;
	}
	#plan p.p-list-cnt2 {
	    padding:2%;
	    font-size: 0.8rem !important;
	    line-height: 1.1;
	}

}
/* 
---------------------------------------
service
---------------------------------------
*/
#service {
    padding: 10px 0 ;
    background: url(../img/top_service_bk.jpg) no-repeat center;
    background-size: cover;
}
#service ul {
    width: 96%;
    position: relative;
    margin: 20px auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#service li {
    min-height: 0;
    line-height: 1;
    margin: 0 0 20px 0;
}
#service li.list-img {
    width: 19%;
}
#service li.list-cnt {
    width: 74%;
    background: #fff;
    font-size:3.4vw;
    line-height:3.9vw;
    padding:4.3% 2% 1%;
}
#service li:nth-child(6) {
    padding:8% 2% 2%;
}

#service .btn {
    border: 1px solid #fff;
    width: 85%;
    margin: 5% auto;
}
#service .btn a {
    font-size: 1rem;
    padding: 3% 0;
    display: block;
}
#service .btn a:after {
    content: " ";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 450px) {
 #service .btn a {
    font-size: 4vw;
 }
}


@media screen and (max-width: 390px) {
 #service .btn a:after {
    top: 2px;
    right: 40px;
  }
}
@media screen and (max-width: 350px) {
 #service .btn a:after {
    top: 0px;
    right: -20px;
  }
}

/* 
---------------------------------------
voice
---------------------------------------
*/

#voice {
    padding: 30px 0 30px 0;
}
#voice ul {
    width: 100%;
    margin: 20px auto;
}
#voice ul li {
    width: 96%;
    margin: 2%;
}
#voice .list-voice-bk {
    margin: 2% 0 0 0;
    background: url(../img/list-service-img-bk.png) no-repeat center;
    padding: 10% 3%;
    background-size: 100% 100%;
    text-align: left;
    width: 94%;
}
#voice .btn {
    background: #111111;
    width: 85%;
    margin: 5% auto;
}
#voice .btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    padding: 3% 0;
}
#voice .btn a:after {
    content: " ";
    width: 11px;
    height: 11px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#voice .list-voice-bk {
    margin: 0px;
 }
#voice p {
    width:90%;
    margin:0 auto;
}
#voice img {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(#ccc941,#e7e355);
    overflow: hidden;
    border-radius: 50%;
}
@media screen and (max-width: 440px) {
  #voice .btn a:after {
        right: 30px;
  }
}

/* 
---------------------------------------
concept
---------------------------------------
*/
#concept {
    padding: 5% 0 10%;
}
#concept ul {
    width: 100%;
    position: relative;
    margin: 6% auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#concept ul li {
    width: 96%;
    margin:0 2% 10%;
    border-top: 10px solid #111111;
    border-bottom: 4px solid #e7e355;
}
#concept .con-ttl {
  font-size: 1.2rem !important;
  line-height: 1.6;
  padding: 20px 20px 10px 20px;
  text-align: left;
  font-weight:bold;
  letter-spacing:0.01rem;
}
#concept .con-cnt {
    padding: 0px 30px 30px;
    text-align: left;
}
#concept p.concept-ttl {
    width:80%;
    margin: 0 auto;
    font-size:3.6vw !important;
}

/* 
---------------------------------------
access
---------------------------------------
*/




#access {
    margin: 20px auto 30px;
    width: 100%;
}
#access .access-map {
    margin: 20px auto 0px;
    text-align: center;
    
    position: relative;
    width: 96%;
    height: 420px;
    overflow: hidden;
    
}

/* 
---------------------------------------
contact
---------------------------------------
*/
#contact {
    margin: 0px auto;
    padding: 20px 0 0;
    width: 100%;
    background: #f9f9f9;
}
.contact-wrap {
    margin: 0 auto;
    width: 100%;
}
#contact .contact-f,#contact .contact-r {
    width: 100%;
    margin-top: 3%;
    border-right: none;
}
#contact .contact-r {
    border-top: 1px solid #000;
}

#contact .btn {
    background: #111111;
    padding:0;
    width: 90%;
    margin: 5% auto;
    border-radius: 5px;
}
#contact .btn a {
    font-size:4vw;
}
#contact .btn a:after {
      content: " ";
      display: inline-block;
      position: relative;
      top: -1%;
      right: -2%;
      width: 10px;
      height: 10px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#contact .contact-tel {
    font-size: 9vw !important;
}
#contact .btn-t,#contact .btn-n {
    border:none;
    width:100%;
    font-weight: bold;
    font-size: 120% !important;
}
#contact .btn-n {
   margin:3% auto;
}
#contact p {
    font-size: 1.1rem !important;
    
}
#contact img {
     width:45%;
     height:auto;
}
@media screen and (max-width: 440px) {
  #contact .btn a:after {
      top: -1%;
      right: -2%;
  }
  #contact .contact-tel {
    font-size: 9vw !important;
    font-weight: bold;
  }
  
}

/* 
---------------------------------------
sisterstore
---------------------------------------
*/
#sisterstore {
      margin:0px auto;
      width:100%;
      padding:20px 0 50px 0;
      background:#f9f9f9;
}
#sisterstore ul {
    width: 100%;
}
#sisterstore ul li:nth-child(1),#sisterstore ul li:nth-child(3) {
    width: 47%;
    margin: 2% 1% 2% 2%;
}
#sisterstore ul li:nth-child(2),#sisterstore ul li:nth-child(4) {
    width: 47%;
    margin: 2% 2% 2% 1%;
}
#sisterstore ul li:nth-child(5) {
    width: 70%;
    margin: 2% 4%;
}
#sisterstore img {
    width: 100%;
}

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

#sisterstore ul li:nth-child(1),#sisterstore ul li:nth-child(3),#sisterstore ul li:nth-child(2),#sisterstore ul li:nth-child(4),#sisterstore ul li:nth-child(5) {
    width: 98%;
    margin:1%;
}

}

/* 
---------------------------------------
bnr_contact
---------------------------------------
*/
.bnr_contact {
    width:100%;
    background-color: rgba(0,0,0,0.70);
    border-radius: 5px;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    position: -webkit-fixed;
    position: fixed;
    z-index: 100;
}
.bnr_contact .btn {
    width:95%;
    z-index:80;
}
.bnr_contact .btn a {
    color: #e7e355;
    width:100%;
    box-sizing: border-box;
    font-size: 4.3vw !important;
    line-height: 1.8;
}
.bnr_contact  p.fL {
    font-size: 3.5vw !important;
    line-height: 1.8;
    width:95%;
}


.close {
    position: relative;
    display: inline-block;
    top: -2px;
    right: 5px;
    width: 32px;
    height: 32px;
    border: 0;
    background-color: white;
    margin: 0;
    padding: 0;
    transform: scale(0.5);
    cursor: pointer;
}
.close:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 13px;
    width: 6px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: black;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 13px;
    width: 6px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: black;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 
---------------------------------------
nav
---------------------------------------
*/

nav.globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    z-index: 2000;
    opacity:0.9;
}
 
nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto 0%;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0 0 0 5%;
    width: 100%;
    border-bottom: 0px dotted #333;
    line-height:1;
}

nav.globalMenuSp ul li a {
    text-align:left;
    text-decoration:none;
    font-size:1.2rem;
}
nav.globalMenuSp.active {
    transform: translateY(0%);
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 0.8em 0;
}

/* 最初のspanをマイナス45度に */
#hmb.active span:nth-child(1) {
    top: 25px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
#hmb.active span:nth-child(2),
#hmb.active span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
h3 img {
    width:25%;
    height: auto;
    max-width: 100%;
    display: block;
    margin:3% auto 0;
}

}

h2.thanks {
    font-size: 250%;
}
p.thanks {
    text-align: center;
    font-size: 180%;
    margin-bottom: 80px;
}
a.thanks {
    display: block;
    text-align: center;
    font-size: 200%;
    margin-bottom: 50px;
}

#mainContents .service_list dd ul li .service_ico {
    background: #e7e355;
    overflow: hidden;
    border-radius: 5px;
}
#mainContents .voice_list dt img {
    background: #e7e355;
    overflow: hidden;
    border-radius: 50%;
}
#mainContents .plan-var .ImgPlan img {
    background: #e7e355;
    overflow: hidden;
    border-radius: 50%;
}
#mainContents .plan-var .title-img img {
    background: #ccc941;
    overflow: hidden;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {

#plan h2{
}

a#plan_tag{
	position:relative;
	top:-60px;

}

div#midashi{
position:absolute;

}





}
   
