@charset "UTF-8";
/* CSS Document */
.contents {
margin: 30px auto;
}

.mv_ttl_bg {
background-color: #3D3D3D;
height: 250px;
/*  display:flex;
align-items:center;*/
position: relative
}
.mv_ttl_bg h2{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
padding: 0;
margin: 0;
font-size:31px
}

.term_list_block h3 {
font-size:19px;
color: #fff;
margin-bottom: 15px;
margin-top: 36px;
}
.term_list_block p {
font-size:16px;
color: #fff;
margin: 15px auto;
}

.term_list_block ul,
.term_list_block ol{
font-size:16px;
color: #fff;
margin: 15px auto;
margin-left: 1em;
/*text-indent: -1em*/
}
.term_list_block ul li,
.term_list_block ol li{
list-style-type:disc;
/*line-height:1;*/
padding-left: 15px;
}

main .list_icon_disk {
list-style-type:disc;
font-size:16px;
color: #fff
}

.term_list_block ul.number{

}
.term_list_block ul.number li{
list-style-type:decimal;
padding-left: 15px;
}

.term_list_block {
margin-bottom: 25px
}
.term_list_block:last-child {
margin-bottom: 0
}

.term_list_inbox {
background-color: #1b1b1b;
padding:30px 30px;
margin: 15px auto;
}


@media screen and (max-width: 599px) {
.mv_ttl_bg h2{
font-size: 18px
}
.term_list_block h3 {
margin-bottom: 15px;
font-size:16px;
}
.mv_ttl_bg {
height: 180px;
}


.term_list_block ul,
.term_list_block ol,
.term_list_block p
{
font-size:15px;
}
}

.contents_ttl {
font-size:37px;
color: #fff;
font-weight: bold;
background: url("../img/common/icon_ttl.png")no-repeat center 100% / 100px auto;
text-align: center;
margin-bottom: 60px;
padding-bottom: 15px
}
@media screen and (max-width: 767px) {
.contents_ttl {
font-size:29px;
}
}
@media screen and (max-width: 414px) {
.contents_ttl {
font-size:22px;
}
}
/*!------------------------------------*\
店舗案内・ポイント
\*!------------------------------------*/
.box_gray {
background-color:#3d3d3d;
padding:50px 50px;
margin: 0 auto
}

.box_logo {
max-width: 180px;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.box_logo_mini {
max-width: 120px;
display: inline-block;
vertical-align: middle;
margin-top:-6px
}
.box_ttl {
font-size: 31px;
display: inline-block;
position: relative;
font-weight: normal;
text-align:center;
margin: 0 auto 50px;
width: 100%;
}
.box_ttl:before {
content: '';
position: absolute;
left: 50%;
bottom: -10px; /*下線の上下位置調整*/
display: inline-block;
width: 50px; /*下線の幅*/
height: 2px; /*下線の太さ*/
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%); /*位置調整*/
background-color: #6FBE03; /*下線の色*/
}
.box_txt {
text-align:center;
font-size: 16px
}
@media screen and (max-width: 767px) {

.box_logo {
max-width: 130px;
}
.box_logo_mini {
max-width: 90px;
}
.box_ttl {
font-size: 20px;
}
}
@media screen and (max-width: 414px) {
.box_gray {
padding:30px 15px;
}
.box_logo {
max-width: 100px;
}

.box_ttl {
font-size: 18px;
margin: 0 auto 30px;
}
.box_txt {
text-align:center;
font-size: 14px
}
}
.box_gray_container:not(:last-child)
{
margin-bottom: 50px  
}


/** 施設内容 **/

.service_item_note h4{
font-size: 20px;
font-weight: bold;
margin-bottom: 5px

}

.service_item_note p{
font-size: 16px;
}


.service_item > img{
margin-bottom: 30px
}


.service_item_note > p {
font-size: 15px;
}

.service_item_block {
display: flex;
flex-wrap: wrap;
}
.service_item_block li{
width:calc((100% - 60px) / 2);
margin-right: 60px;
}
.service_item_block li:nth-child(2n){
margin-right: 0;
}

.service_item_block li:not(:last-child){
margin-bottom: 50px
}

@media screen and (max-width: 767px) {
.service_item_note h4{
font-size: 18px;
font-weight: bold;
margin-bottom: 5px
}
.service_item > img{
margin-bottom:15px
}
.service_item_note > p {
font-size: 15px;
}
}

@media screen and (max-width: 414px) {
.service_item_block {
display: flex;
flex-wrap: wrap;
display: block
}
.service_item_block li{
width:100%;
margin-right: 0;
}

.service_item_note > p {
font-size: 13px;
}
}

.check_list li{
margin-bottom: 10px;
font-size: 18px;
text-indent: -1em;
margin-left: 1em
}

.check_list li:before{
background: url("../img/common/icon_check.png")no-repeat left center/contain;
display:inline-block;
width:19px;
height: 19px;
content: "";
margin-right:2px;
transform: translateY(3px)
}
@media screen and (max-width: 414px) {
.check_list li{
font-size: 14px;
}
}


/*　店舗案内　*/
.shop_2row {
display: flex;
}

.googlemap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.shop_2row_map{
width:545px;
margin-right: 40px;

}
.shop dt{
font-size:32px;
font-weight: bold;
margin-bottom: 10px;
}

.shop_hours {
font-size:27px;
font-weight: bold;
}

.shop_reception {
font-size:22px;
font-weight: bold;
margin-bottom: 10px;
}
.shop_reception span{
font-size:14px
}

.shop_tel {
font-size:22px;
font-weight: bold;
}
.shop_add {
font-size:16px;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.shop_2row {
flex-direction: column;
align-items: center;
}
.shop_2row_map{
width:100%;
margin-right: 0;
margin-bottom: 15px
}

.shop_2row_shop {
width: 100%;
margin-left: 10px

}
}

@media screen and (max-width: 414px) {
.shop dt{
font-size:22px;
}
.shop_hours {
font-size:18px;
}
.shop_tel {
font-size:18px;
}
.shop_reception {
font-size:18px;
}
.shop_add {
font-size:14px;
}
}