@charset "utf-8";
/* CSS Document */
@media (max-width: 767px){
.pc,#nav_pc,header{
	display:none!important;
}

body{
	font-size:15px;
	/* font-family: "游明朝" , Garamond , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; */
}

a{
	font-size:15px;
	color:#f7ed55;
}
p{
	font-size:15px;
	font-weight: 500;
}
img {
	max-width:100%;
	margin: auto;
    display: block;
}
.red{
	color:##ffde00;
}


#head_sp{
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;

}

#head_sp .cont {
    background-image: url(../images/common/header_bg_sp.png);
    background-size: 100%;
    background-position: top 52px center;
    background-repeat: no-repeat;
    /*height: 70px;*/
}

#head_sp .cont .ccont{
    position: relative;
    height: 50px;
    background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#head_sp h2{
    margin:0 0 8px 10px;
    padding-top: 4px;
}

#head_sp h2 a{
    display: block;
    width: 50px;
}
#head_sp h2 img{
    width: 100%;
}
#head_sp h2 span {
    font-size: 9px;
    font-weight: normal;
    display: block;
    color: #231815;
    letter-spacing: 2px;
    margin-top: 3px;
}
#head_sp .ccont .copy {
    position: absolute;
    top: 9px;
    left: 66px;
    font-size: 8px;
    color: #8d9d9a;
    line-height: 1.5;
}
#head_sp .ccont .copy .narrow {
	display: none;
}
#head_sp .ccont ul.gmenu {
    position: absolute;
    top: 0px;
    right: 0px;
}
#head_sp .ccont ul.gmenu li {
	width:50px;
	height:50px;
	border-left:1px solid #f7ed55;
  background: #72bdb3;
}
#head_sp .ccont ul.gmenu li img {
	width:100%;
}
#head_sp .ccont ul.gmenu li.tel_btn {
	position:absolute;
	right:51px;
	opacity:1 !important;
	background:#f7ed55;
}
#head_sp .ccont ul.gmenu li.tel_btn a {
	margin-top: 0px;
    display: block;
}
#head_sp .ccont ul.gmenu li.menu_btn {
	position:absolute;
	right:0px;
}
#head_sp .ccont ul.gmenu li.reserve_btn {
	position:absolute;
	right:50px;
}
#head_sp .ccont ul.area_inquiry {
	max-height:36px;
}
#head_sp .ccont ul.area_inquiry li {
	width:33%;
	display:inline-block;
}
#head_sp .ccont ul.area_inquiry li:nth-child(2) {
	width:34%;
}
#head_sp .ccont ul.area_inquiry li a {
	text-align:center;
	background:#21b8ce;
	color:#fff;
	width:100%;
	display:block;
	padding:8px 0 7px 0;
}
#head_sp .ccont ul.area_inquiry li:nth-child(2) a {
	background:#fabe00;
}

.nav_sp{
    width: 100%;
    display: none;
    background-color: rgba(255, 251, 251, 0.9);
    position: absolute;
    top: 50px;
    z-index: -1;
}
.nav_sp.opa {
	opacity:0.5;
}

.nav_sp ul{
    overflow: hidden;
    margin: auto;
}

.nav_sp ul li{
	width: 50%;
    float: left;
    border-bottom: 1px dotted #d6d6e4;
	padding:3px 0;
}
.nav_sp ul li.nav_menu, .nav_sp ul li.menu_inner {
	border-bottom: 1px dotted #fbefeb;
	padding:7px 0;
}
.nav_sp ul li.menu_special {
	width:100%;
}
.nav_sp ul li.nav_menu a:before {
    content: "∨";
    padding-right: 5px;
    color: #f7ed55;
}
.nav_sp ul li:nth-child(2n){
    background-image: url(../images/common/nav_line_pc.png);
    background-repeat: no-repeat;
    background-size: 2px;
    background-position: left 0px center;
}

.nav_sp ul li a{
    font-size: 11px;
    padding: 10px 0 10px 13px;
    background-image: url(../images/common/fnav_icon_sp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px;
    letter-spacing: -0.5px;
    color: #666666;
    display: block;
}
.nav_sp ul li a:before {
    content: "＞";
    padding-right: 5px;
    color: #f7ed55;
}
.nav_sp ul li.close a:before {
	content: "×";
    padding-right: 5px;
    color: #f7ed55;
}

/*.nav_sp ul li.close{
    color: #3c3734;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
	cursor:pointer;
	width:100%;
}*/

.nav_sp ul li.close span{
    color: #f7ed55;
    margin-right: 9px;
}
.tel_list{
    width: 100%;
    display: none;
    background-color: rgba(255, 251, 251, 0.9);
    position: absolute;
    top: 86px;
    z-index: -1;
}
.tel_list ul {
	height:800px;
}
.tel_list ul li{
    border-bottom: 1px dotted #d6d6e4;
	padding:3px 20%;
}
.tel_list ul li p {
	display:inline-block;
    font-size: 11px;
    padding: 10px 0 10px 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #3c3734;
	width:7em;
}
.tel_list ul li p a {
	font-weight:bold;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 18px;
  height: 18px;
  margin:11px 0 0 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -15px;
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: -9px;
}
.ccont ul.gmenu li .btn_name {
	font-size: 8px;
    position: absolute;
    bottom: 2px;
	left:0;
    text-align: center;
    width: 100%;
    color: #fff;
}

/*サイドバー*/
#sidebar{
	margin:auto;
	margin-top:30px;
}
#sidebar ul {
	text-align:center;
	max-width: 500px;
    margin: auto;
}

#sidebar ul li{
	margin-bottom:20px;
}
#sidebar ul li.sb_fbsp {
	height: 400px !important;
    width: 300px !important;
    max-width: 300px !important;
}

#sidebar ul li.link{
	width: 48%;
    display: inline-block;
    vertical-align: top;
	margin-bottom:10px;
}
#sidebar ul li:nth-child(even) {
	margin-left:2%;
}
#sidebar ul li.link.line, #sidebar ul li.link.fb {
	display:none;
}
#sidebar ul li.link a{
    display: block;
	position:relative;
}

#sidebar ul li.link a img{
	width:100%;
}

#sidebar ul li a {
	border:#d4d4d4 solid 1px;
}
#sidebar ul li.sb_line{
	width:98%;
}
#sidebar ul li.sb_line a {
	border:none;
}
#sidebar ul li a img {
	width:100%;
}
#sidebar ul li a:hover img {
	opacity:.7;
}
#sidebar ul li a p {
    text-align: center;
    font-size: 12px;
    color: #f4aaa9;
    font-weight: 600;
    padding: 2px 0;
}

#sidebar ul li .image {
    height: 100px;
    width: 142px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#sidebar ul li a span {
    display: block;
    background: #f7ed55;
    color: #fff;
    padding: 7px 0 6px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
	line-height: 1.5;
	border-radius: 0 0 4px 4px / 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px / 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px / 0 0 4px 4px;
}
#sidebar ul li.line_sp a {
    display: block;
    background: #00b900;
	min-height: 66px;
    text-align: center;
    width: 100%;
    padding-top: 34px;
}
#sidebar ul li.line_sp a img {
    max-width: 180px;
    width: 80%;
}
#sidebar ul li.fb_sp, #sidebar ul li.line_sp {
	width:100%;
	max-width:300px;
	margin:auto;
	margin-bottom:10px;
}
#sidebar ul li.fb_sp iframe {
	width:100%;
	min-height:300px;
}
#sidebar ul li.sb_contact {
	display:none;
}
#bizcalendar-2 {
    padding: 5px 10px;
    border: #d4d4d4 solid 1px;
}
#biz_calendar table.bizcal {
	border:none !important;
}
#bizcalendar-2 .widget-title {
    text-align: center;
    font-size: 14px;
    color: #f4aaa9;
    font-weight: 600;
    padding: 4px 0;
}
#biz_calendar table.bizcal th {
     background-color: #fbfbfb !important;
}
#bizcalendar-2 p {
	font-size:12px;
}
#biz_calendar p span.boxholiday, #biz_calendar table.bizcal .holiday {
	background-color: #f7ed55 !important;
}

footer{
	margin-top:20px;
}

#page_top{
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    height:50px;
    width: 52px;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 999;
}

#page_top.active{
	opacity:1;
}

#page_top img{
	width: 100%;
}

#footer_contact{
	background: url(../images/common/bg_blue.jpg);
	background-size: 125px 125px;
	padding: 22px 10px;
	margin-top: 30px;
	color:#fff;
}

#footer_contact h3{
    text-align: center;
    margin-bottom: 8px;
	font-size: 26px;
    color: #72bdb3;
    font-weight: normal;
}

#footer_contact h3 img{
    width: 125px;
}

#footer_contact h3 span{
    font-size: 10px;
    color: #f7ed55;
    display: block;
    font-weight: normal;
    margin-top: 2px;
}
#footer_contact p {
	color:#72bdb3;
	line-height: 1.8;
}
#footer_contact .text{
    text-align: center;
    margin-bottom: 10px;
}

#footer_contact ul{
	margin:1em auto 0 auto;
	text-align:center;
}
#footer_contact ul li {
	text-align:center;
}
#footer_contact ul li.tel a {
    width: 80%;
    display: inline-block;
    color: #fff;
    margin: 0 auto;
    background: url(../images/common/icon_tel_w.png) no-repeat top 19px left 15px #72bdb3;
    background-size: 18px 18px;
    padding: 15px 0 11px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}
#footer_contact ul .ftel_ttl {
    color: #f7ed55;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
#footer_contact ul li.ftel_nishiakashi img, #footer_contact ul li.ftel_eigashima img {
	width:100%;
	max-width:300px;
}
#footer_contact ul li.contact a {
    width: 80%;
    display: inline-block;
    color: #fff;
    margin: 15px auto;
    background: url(../images/common/icon_mail_pc.png) no-repeat top 19px left 16px #72bdb3;
    background-size: 18px 18px;
    padding: 15px 0 11px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

footer .cont{
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
}

.fnav{
    padding-bottom: 10px;
}

.fnav ul{
    width: 300px;
    overflow: hidden;
    margin: auto;
}

.fnav ul li{
    float: left;
    width: 150px;
    margin-bottom: 4px;
}

.fnav ul li a{
    font-size: 11px;
    padding: 5px 0 5px 13px;
    background-image: url(../images/common/fnav_icon_sp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px;
    letter-spacing: -0.5px;
    color: #666666;
	display:block;
}
.fnav ul li a:before {
    content: "＞";
    padding-right: 5px;
    color: #f7ed55;
}

footer .cont h2{
    text-align: center;
    margin: 10px 0 28px 0;
}

footer .cont h2 img{
    width: 120px;
}
footer .cont h2 span {
    font-size: px;
    font-weight: normal;
    display: block;
    color: #231815;
    letter-spacing: 2px;
    margin-top: 3px;
}

footer dl{
    max-width: 300px;
    margin:20px auto 30px auto;
		font-size: 11px;
}

footer dt{
	font-size: 11px;
    float: left;
    line-height: 1.4;
    font-weight: bold;
}

footer dd{
    font-size: 11px;
    margin-bottom: 6px;
    margin-left: 90px;
    line-height: 1.4;
}
footer dd a {
	font-size: 11px;
	color: #666666;
}

.copyright {
    text-align: center;
    font-size: 9px;
    height: 40px;
    line-height: 4.8;
	background: #e6f1ef;
}
/*共通*/
.bnr_guide {
	width:100%;
	margin:30px auto 0 auto;
}
.bnr_guide a {
	display:block;
	background:#8cd2f4;
	max-width:100%;
	padding:10px;
	position:relative;
	color:#fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.bnr_guide a .bg_ttl {
	font-size: 20px;
    line-height: 1.4;
    letter-spacing: 7px;
	margin:0 50px 5px 0;
}
.bnr_guide a .cl_ate {
	background:#fff;
	padding:3px 15px;
	font-size:11px;
	font-weight:600;
	letter-spacing: 3px;
	color:#2690c4;
	display:inline-block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.bnr_guide a p {
	color:#fff;
}
.bnr_guide a img {
	width:70px;
	position:absolute;
	right:0px;
	top:-20px;
}
.bs_bnr {
	overflow:hidden;
    margin: 40px 0 10px 0;
}
.bs_bnr li {
	width:100%;
	margin-bottom:20px;
}
.bs_bnr li:nth-child(even) {
	float:right !important;
}
.bs_bnr li a {
	display:block;
	width:100%;
	color:#fff;
	background:#f7ed55;
	border: solid 3px #f7ed55;
    box-sizing: border-box;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.bs_bnr li a:hover {
	background:#f5208c;
	border: solid 3px #f5208c;
}
.bs_bnr li a img {
	max-width:100%;
}
.bs_bnr li a:hover img {
	opacity:1;
}
.bs_bnr li a p {
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:600;
	line-height: 1.6;
    margin-top: 0.3em;
}
.bs_bnr li a p span {
	font-weight:normal;
	font-size:12px;
	display:block;
}
/*ライン*/
#bnr_line {
    position: relative;
    margin-bottom: 30px;
	text-align:center;
}
#bnr_line div {
	border:3px solid #dddddd;
	border-top:none;
	border-bottom-left-radius : 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius : 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#bnr_line span {
	display:block;
	background:#00b900;
	padding: 10px 0;
	border-top-left-radius : 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius : 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#bnr_line span img {
	width:193px !important;
	margin:auto;
	display:block;
}
#bnr_line p {
	text-align:center;
	line-height:1.5;
	padding-top:1em;
	margin-bottom: 0.5em;
}
#bnr_line a {
    width: 150px;
    height: 28px;
    padding-top: 8px;
    margin: 5px 3px 12px 3px;
    display:inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background:#00b900;
    background-size: 18px 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-rad1f4c9fius: 25px;
}
.request {
	border:3px solid #f7ed55;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-rad1f4c9fius: 5px;
	position:relative;
	text-align:center;
}
.request .req_ttl {
	font-size:18px;
	font-weight:bold;
	color:#f7ed55;
	line-height: 1.3;
    margin:0 auto 10px auto;
}
.request > div {
    padding: 20px 30px 3px 30px;
}
.request div p {
	line-height:1.3;
	margin-bottom:10px;
}
/*.home .request div a {
    height: 36px;
    padding-top: 10px;
}*/
.lowcontents .request div a {
    height: 30px;
    padding-top: 16px;
}
.request div a {
	width: 100%;
    height: 34px;
    padding-top: 12px;
	margin-top: 18px;
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: bold;
	background: url(../images/common/icon_arrow_pc.png) no-repeat center right 20px #fcdb00;
	background-size: 18px 18px;
    box-shadow: 0px 4px 0px 0px #e6c90a;
    -moz-box-shadow: 0px 4px 0px 0px #e6c90a;
    -webkit-box-shadow: 0px 4px 0px 0px #e6c90a;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-rad1f4c9fius: 5px;
}
.request div a:hover {
/*	margin-bottom:0px;
	box-shadow: 0px 0px 0px 0px #e6c90a;
    -moz-box-shadow: 0px 0px 0px 0px #e6c90a;
    -webkit-box-shadow: 0px 0px 0px 0px #e6c90a;*/
}
.request div img {
	width:100%;
}
.request ul {
    margin-top: 10px;
    border-top: solid #f7ed55 1px;
	line-height:0;
}
.request ul li {
	width:85%;
	display:inline-block;
	padding: 20px 0 ;
}
.request ul li:first-child {
	padding-bottom:10px;
}
.request ul li img {
	margin:auto;
	display:block;
	width:100%;
}
#qa h3 {
    text-align: center;
	margin:40px 0 1em 0;
}
#qa h3 p {
	font-size: 18px;
    color: #2d57a5;
    background: #fff;
    margin: auto;
    font-weight: bold;
    line-height: 1.3;
}
#qa h3 span {
	color: #fff;
    background: #fcdb00;
    display: inline-block;
    margin: auto;
    padding: 2px 12px 0 12px;
    font-size: 11px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
ul.qalist li{
    margin-bottom: 20px;
    position: relative;
	background: #f4fafe;
	padding-bottom: 1px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-rad1f4c9fius: 5px;
}

ul.qalist li .question{
	position:relative;
	cursor:pointer;
}

ul.qalist li .question p{
    margin-left: 46px;
    padding: 15px 0px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #f7ed55;
    line-height: 1.4;
    padding-right: 30px;
}
.qa ul.qalist li .question span {
	font-size:22px;
	color: #fabe00;
    position: absolute;
    top: 7px;
    left: 18px;
}

ul.qalist li .question .arrow{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 36%;
    right: 9px;
    text-align: center;
}

.qa ul.qalist li .question .arrow img{
    transition: all .4s;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
	width:14px;
}
.qa ul.qalist li .question .arrow.active img {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
	width:14px;
}

ul.qalist li .answer{
	position:relative;
	display:none;
	background-color:#fff;
	margin:5px 10px 8px 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-rad1f4c9fius: 5px;
}
.qa ul.qalist li .answer div {
    margin-left: 38px;
    padding: 12px 10px 12px 25px;
    background: #fff;
    margin: 0 10px;
    position: relative;
}
.qa ul.qalist li .answer div span {
    color: #014099;
    font-size: 22px;
    position: absolute;
    top: 6px;
    left: 0;
    font-weight: bold;
}
ul.qalist li .answer p{
    margin:0 10px 0 42px;
    padding: 12px 0px;
}
.lowcontents ul.qalist li .question p.dblock, .lowcontents ul.qalist li .answer p.dblock {
	display:block;
}
.highlight {
    font-size: 18px;
    font-weight: bold;
    background: url(../images/common/line_ye.gif) repeat-x bottom 4px left;
    display: inline-block;
	line-height: 1.3;
}
th, td {
    font-size: 12px;
}
.one_img {
    width: 100%;
    margin: auto;
    display: block;
}
.shop_list h3 {
	background:url(../images/common/line_bttl_pc.png) repeat-x center center;
	background-size:80px 2px;
	margin-top:40px;
}
.shop_list h3 p {
	background:url(../images/common/bg_bttl_pc.png) repeat-x center center;
	background-size:230px 40px;
	color:#fff;
	width:230px;
	height:40px;
	font-size: 15px;
    line-height: 2.9;
	margin:0 auto 20px auto;
	text-align:center;
}
.shop_list ul {
	text-align:center;
}
.shop_list ul li {
    display: inline-block;
    margin: 0 1% 3% 1%;
    text-align: center;
    font-size: 18px;
	line-height:1.7;
	width:48%;
}
.shop_list ul li a {
	line-height:1;
}
.shop_list ul li span {
	font-weight:bold;
	font-size:20px;
}
.lowbnr_list {
	margin:20px 0;
	text-align:center;
	overflow:hidden;
}
.lowbnr_list li {
	float:left;
	width:49%;
	margin-bottom:3%;
}
.lowbnr_list ul li:nth-child(2), .lowbnr_list ul li:nth-child(4), .lowbnr_list ul li:nth-child(6) {
	float:right;
	width:49%;
}
.lowbnr_list li a {
	min-height:100px;
	display:block;
	text-align:center;
	position:relative;
	border:1px solid #014099;
	box-sizing: border-box;
}
.lowbnr_list li:nth-child(1) a {
	background: url(../images/common/bnr_aboutdive_pc.jpg) no-repeat center top;
	background-size:cover;
}
.lowbnr_list li:nth-child(2) a {
	background: url(../images/common/bnr_qa_pc.jpg) no-repeat center top;
	background-size:cover;
}
.lowbnr_list li:nth-child(3) a {
	background: url(../images/common/bnr_voice_pc.jpg) no-repeat center top;
	background-size:cover;
}
.lowbnr_list li:nth-child(4) a {
	background: url(../images/common/bnr_galleryms_pc.jpg) no-repeat center top;
	background-size:cover;
}
.lowbnr_list li:nth-child(5) a {
	background: url(../images/common/bnr_gallerydv_pc.jpg) no-repeat center top;
	background-size:cover;
}
.lowbnr_list li:nth-child(6) a {
	background: url(../images/common/bnr_recruit_pc.jpg) no-repeat center top;
	background-size:cover;
}
.lowbnr_list li a span {
	display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
    font-size: 10px;
    font-weight: bold;
}
.bnr_sns {
	overflow:hidden;
}
.bnr_sns li {
	float:left;
	width:49%;
	margin-bottom:3%;
}
.bnr_sns li:nth-child(2), .bnr_sns li:nth-child(4) {
	float:right;
	width:49%;
}
.cvoice h3 {
	margin:40px 0 -10px 0;
}
.cvoice ul {
	margin-bottom:15px;
}
.cvoice ul li {
	overflow:hidden;
}
.cvoice ul li img {
	width: 50%;
    float: left;
    margin: 0 15px 15px 0;
}
.cvoice ul li div {

}
.cvoice ul li div h4 {
	color: #014099;
    border-bottom: 2px solid #014099;
    font-size: 17px;
	margin: 1em 0 0.8em 0;
    line-height: 1.4;
    background: none;
    padding: 0 0 4px;
}
.cvoice ul li div h4 span {
	color: #fabe00;
    font-weight: normal;
    font-size: 14px;
    display: block;
}
.lowcontents .contact h3 , footer .contact h3 {
	color: #008cd6 !important;
    font-size: 17px !important;
    text-align: center !important;
    margin: 0 0 1em !important;
    padding: 0 !important;
    background: none !important;
}
.lowcontents .contact ul, .lowcontents .contact dl, footer .contact ul, footer .contact dl  {
	width: 100%;
    margin: auto;
}
.lowcontents .contact ul li, footer .contact ul li {
	text-align:center;
	margin:0 0 20px 0;
}
.lowcontents .contact ul li a, footer .contact ul li a {
    max-width: 300px;
	width:100%;
	display: block;
    color: #fff;
    padding: 8px 0;
	font-size:18px;
    text-align: center;
    margin: auto;
    background: url(../images/common/icon_arrow_pc.png) no-repeat center right 20px #21b8ce;
    background-size: 18px 18px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.lowcontents .contact ul li:nth-child(2) a, footer .contact ul li:nth-child(2) a {
	background: url(../images/common/icon_arrow_pc.png) no-repeat center right 20px #fabe00;
    background-size: 18px 18px;
}
.lowcontents .contact dl, footer .contact dl {
	width:100%;
	max-width:290px;
}
.lowcontents .contact dl dt, footer .contact dl dt {
	color: #008cd6;
    font-weight: bold;
    margin: 10px 0.5em 0 0;
    font-size: 13px;
    float: none !important;
    padding: 0 !important;
    width: auto !important;
}
.lowcontents .contact dl dd, footer .contact dl dd {
	border: none !important;
    padding: 0 !important;
	margin:0 !important;
}

#taxstrategy{
	overflow:hidden;
	margin-top:30px;
}
#taxstrategy li:nth-child(1) .svg-wrapper, #taxstrategy li:nth-child(2) .svg-wrapper, #taxstrategy li:nth-child(3) .svg-wrapper {
	/*height: 230px;*/
}
.svg-wrapper {
	/*height: 250px;*/
	position: relative;
	width: 100%;
}
svg{
	width:100%;
	/*height:100%;*/
	display:none;
}
.shape {
	fill: transparent;
	stroke-dasharray: 0 540;
	stroke-width: 4px;
	stroke: #fff400;
	width:100%;
	height:100%;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 10px;
  }
  100% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 4px;
  }
}

.svg-wrapper:hover .shape {
	-webkit-animation: 0.4s draw linear forwards;
	animation: 0.4s draw linear forwards;
}
#taxstrategy li{
	float:left;
    box-shadow:rgb(242, 242, 242) 0px 0px 0px 2px inset;
    -webkit-box-shadow:rgb(242, 242, 242) 0px 0px 0px 2px inset;
    -moz-box-shadow:rgb(242, 242, 242) 0px 0px 0px 2px inset;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	padding-bottom: 15px;
    min-height: 200px;
}
#taxstrategy li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
    position: relative;
    top: 0px;
}
#taxstrategy li a img {
	width:50%;
	display: block;
    margin: auto;
}
#taxstrategy li:hover{
	border-color:#fff400;
}
#taxstrategy li:nth-child(2n){
	margin-right:0px;
}
#taxstrategy li h5{
    text-align: center;
    color: #f7ed55;
    font-size: 16px;
	line-height:1.4;
	margin-top: -3px;
    font-weight: bold;
	margin-bottom:10px;
	border:none;
}
#taxstrategy li h5:before {
	content: "";
    margin-right: 0px;
}
#taxstrategy li:nth-child(n + 1):not(:nth-child(n + 4)) h5{
    margin-bottom: 10px;
}
#taxstrategy li p{
	margin:0 15px;
	font-size:12px;
	line-height:1.6;
}

.fshop ul {
	border-top:solid 1px #1eb9e6;
	margin-top: 10px;
    padding-top: 30px;
}
.fshop ul li {
	margin-bottom: 1.5em;
}
.fshop ul li h5 {
	color: #fff;
    background: #1eb9e6;
    display: inline-block;
    height: 33px;
    line-height: 2.2;
    overflow: hidden;
    font-size: 15px;
    width: 50%;
    text-align: center;
}
.fshop ul li a {
	color:#1eb9e6;
	font-size: 15px;
    font-weight: bold;
    width: 50%;
    display: inline-block;
    border: 1px solid #1eb9e6;
    box-sizing: border-box;
	text-align:center;
    height: 33px;
    line-height: 2.1;
    overflow: hidden;
}
.fshop ul li p {
	line-height: 1.6;
}
/*お客様の声*/
.home #voice {
	margin-top:60px !important;
}
#voice h4 {
	font-size:20px;
	position:relative;
	margin-bottom: 1em;
    padding-bottom: 0.5em;
	line-height: 1.5;
}
#voice h4::after {
    content: "";
    height: 2px;
    width: 30%;
    background: #f7ed55;
    position: absolute;
    bottom: 0;
    left: 0;
}
#voice dl dt {
	font-size:16px;
	color:#f7ed55;
	font-weight:600;
}
#voice dl dd {
	margin:1em 0 2.5em;
	line-height:2.1;
}
#voice dl dd p {
	font-weight:bold;
    line-height: 1.5;
}
#pagecontent #voice dl dd p {
	margin:1em 0;
}

#bnr_set ul {
	border:solid 1px #d4d4d4;
	margin-top:40px;
}
#bnr_set ul li {
	width:50%;
	display:inline-block;
	vertical-align:top;
	border-left:solid 1px #d4d4d4;
	box-sizing: border-box;
}
#bnr_set ul li:nth-child(1), #bnr_set ul li:nth-child(3) {
	border:none;
}
#bnr_set ul li img {
	width:100%;
}
#bnr_set ul li a h4 {
	font-size:12px;
	color:#231815;
	border-top:solid 1px #d4d4d4;
	padding:8px 10px;
	line-height:1.5;
	-webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}
#bnr_set ul li h4 span {
	color:#f7ed55;
	font-size:11px;
	display:block;
	font-weight:normal;
	margin-left:1px;
}
#bnr_set ul li a:hover h4 {
	color:#f7ed55;
}


.link_btn {
    color: #fff !important;
    max-width: 300px;
    width: 100%;
    padding: 10px 0px 7px;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: auto;
    background: url(../images/common/icon_arrow_pc.png) no-repeat center right 8px #72bdb3;
    background-size: 18px 18px;
}
strong {
    color: #ab2522;
    font-size: 120%;
}
.line_ye {
    background: url(../images/common/line_ye.gif) repeat-x left bottom 3px;
    background-size: 12px 4px;
}

/* margin padding */
.PmB-10{margin-bottom:-5px !important;}
.PmB0{margin-bottom:0px !important;}
.PmB5{margin-bottom:3px !important;}
.PmB10{margin-bottom:5px !important;}
.PmB15{margin-bottom:8px !important;}
.PmB20{margin-bottom:10px !important;}
.PmB25{margin-bottom:13px !important;}
.PmB30{margin-bottom:15px !important;}
.PmB40{margin-bottom:20px !important;}
.PmB50{margin-bottom:25px !important;}
.PmL10{margin-left:5px !important;}
.PmL15{margin-left:7px !important;}
.PmL20{margin-left:10px !important;}
.PmL35{margin-left:17px !important;}
.PmL55{margin-left:25px !important;}
.PmL120{margin-left:60px !important;}
.PmL150{margin-left:75px !important;}
.PmL170{margin-left:85px !important;}
.PmT0{margin-top:0px !important;
padding-top:0px !important;}
.PmT10{margin-top:5px !important;}
.PmT15{margin-top:8px !important;}
.PmT20{margin-top:10px !important;}
.PmT25{margin-top:13px !important;}
.PmT30{margin-top:15px !important;}
.PmT35{margin-top:17px !important;}
.PmT40{margin-top:20px !important;}
.PmT50{margin-top:25px !important;}
.PmT60{margin-top:30px !important;}
.PmT70{margin-top:35px !important;}
.PmT75{margin-top:37px !important;}
.PmY35{margin-top:17px !important;
margin-bottom:17px !important;}
.PmY20{margin-top:10px !important;
margin-bottom:10px !important;}
.PmY40{margin-top:20px !important;
margin-bottom:20px !important;}
.PmY50{margin-top:25px !important;
margin-bottom:25px !important;}
.PpB30{padding-bottom:15px !important}

.SmB-10{margin-bottom:-10px !important;}
.SmB5{margin-bottom:5px !important;}
.SmB10{margin-bottom:10px !important;}
.SmB15{margin-bottom:15px !important;}
.SmB20{margin-bottom:20px !important;}
.SmB25{margin-bottom:25px !important;}
.SmB30{margin-bottom:30px !important;}
.SmB40{margin-bottom:40px !important;}
.SmB50{margin-bottom:50px !important;}
.SmL10{margin-left:10px !important;}
.SmL15{margin-left:15px !important;}
.SmL20{margin-left:20px !important;}
.SmL35{margin-left:35px !important;}
.SmL55{margin-left:55px !important;}
.SmL120{margin-left:120px !important;}
.SmL150{margin-left:150px !important;}
.SmL170{margin-left:170px !important;}
.SmT0{margin-top:0px !important;}
.SmT10{margin-top:10px !important;}
.SmT15{margin-top:15px !important;}
.SmT20{margin-top:20px !important;}
.SmT25{margin-top:25px !important;}
.SmT30{margin-top:30px !important;}
.SmT35{margin-top:35px !important;}
.SmT40{margin-top:40px !important;}
.SmT50{margin-top:50px !important;}
.SmT60{margin-top:60px !important;}
.SmT70{margin-top:70px !important;}
.SmT75{margin-top:75px !important;}
.SmY35{margin-top:35px !important;
margin-bottom:35px !important;}
.SmY20{margin-top:20px !important;
margin-bottom:20px !important;}
.SmY40{margin-top:40px !important;
margin-bottom:40px !important;}
.SmY50{margin-top:50px !important;
margin-bottom:50px !important;}
.SpB30{padding-bottom:30px !important}



}

@media (max-width: 430px){
#head_sp .ccont .copy span {
	display: none;
}
#head_sp .ccont .copy {
	    top: 12px;
}
#head_sp .ccont .copy .narrow {
	display: block;
}

}
