@charset "utf-8";

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

body {
	min-width: 0;
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.pc-only { display: none; }
.sp-only { display: block; }
.inner {
    margin: 0 auto;
    width: 94%;
}

/*------------------
Header
------------------------------------------------*/
header {
    height: 70px;
    min-width: auto;
}
.header_in {
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
}
header p {
    margin: 5px 0 0 0;
}
header p img {
    height: 40px;
    width: auto;
}
header ul {
    float: none;
    display: block;
    align-items: center;
}
header ul li {
    font-size: 1.6rem;
    height: auto;
    line-height: auto;
    padding: 0 0 20px;
    border-left: none;
}
#g-nav{
    position:fixed;
    z-index: 999;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	background:#000;
	transition: all 0.6s;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#g-nav li{
	list-style: none;
    text-align: center;
}
#g-nav li a {
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
#mv h1 {
    margin: 0 2% 30px;
    width: 96%;
}
#mv a {
    margin: 0 auto;
    width: 75%;
}
	


/*------------------
Contents
------------------------------------------------*/
.h2_ttl {
    padding: 30px 0;
}
.h2_ttl_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 98%;
}
.h2_ttl i {
    width: 15%;
}
.h2_ttl h2 {
    font-size: 2.6rem;
    width: 82%;
}
.h2_ttl h2 br {
    display: none;
}
.h2_ttl h2 span {
    display: block;
    margin: 12px 0 0;
}
.h2_ttl h2 i {
    width: 100%;
}

.about_in {
    padding: 40px 0;
}
.col_02A h3 {
    float: none;
    padding: 0;
    margin: 0 auto 30px;
    width: 50%;
}
.col_02A div {
    float: none;
    width: 100%;
}
.col_02A div p {
    font-size: 1.5rem;
}
.col_01A {
    width: 100%;
}
.col_01A h3 {
    font-size: 1.8rem;
}
.col_01A p {
    font-size: 1.5rem;
}

.whats_list_L,
.whats_list_R {
    max-width: auto;
    margin: 0;
    padding: 0;
}
.whats_list_in {
    box-sizing: border-box;
    color: #fff;
    justify-content: space-between;
    width: 100%;
}
.whats_list_L .whats_list_in {
    float: none;
}
.whats_list_in i,
.whats_list_in div {
    width: 50%;
}
.whats_list_in div {
    box-sizing: border-box;
    padding: 10px 2%;
}
.whats_list_in h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.whats_list_in h3 img {
    width: 50px;
    margin-right: 10px;
}
.whats_list_in p {
    font-size: 1.3rem;
}
.whats_list_in p br {
    display: none;
}
.whats_list_L .whats_list_in div {
    padding-left: 2%;
}

.service_in ul {
    margin: 0;
}
.service_in li i {
    width: 17%;
}
.service_in li div {
    box-sizing: border-box;
    padding: 0 2%;
    width: 81%;
}
.service_in li h3 {
    font-size: 2.2rem;
}
.service_in li p {
    font-size: 1.3rem;
}

#shops {
}
#shops .inner {
    padding: 45px 0 100px;
}
#shops #maps {
    position: static;
    height: 100%;
    width: 100%;
}
#shops #searchBox {
    height: auto;
    max-height: 400px;
    width: 100%;
}
#shops #maps {
    margin-bottom: 40px;
}
#shops #btnBox {
    margin: 0 auto;
    width: 80%;
}
#selectSp {
    margin: 0 auto 30px;
    width: 100%;
}
#selectSp p {
    font-size: 1.8rem;
    margin-bottom: 4px;
}
#selectSp select {
    box-sizing: border-box;
    border-color: #000;
    color: #000;
    font-size: 2.2rem;
    padding: 8px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#selectSp select::-ms-expand {
    display: none;
}
.selectSpCont {
    box-sizing: border-box;
    margin: 50px auto 0;
    position: relative;
    width: 100%;
}
.selectSpCont::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.cb_block_in {
    margin: 0 auto;
    width: 97%;
}
#contentsB h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}
#contentsB dl dt {
    font-size: 1.7rem;
    margin-bottom: 12px;
}
#contentsB dl dd p {
    font-size: 1.5rem;
}
.cba_txt p,
.cbb_pic p {
    font-size: 1.5rem;
}
.cbb_pic p.pic {
    margin: 20px;
}
img.card {
	margin: 20px;
}
.cbb_att li {
    font-size: 1.5rem;
    margin-left: 1.5rem;
    text-indent: -1.5rem;
}
.cba_h2 {
    display: block;
}
.cba_h2 p {
    display: inline-block;
}
.cba_h2 h2 {
    margin-left: 0;
    text-align: left!important;
}
.cba_col02 {
    display: block;
}
.cba_col02 i {
    display: block;
    margin: 0 auto 16px;
    width: 60%;
}
.cba_col02 p {
    font-size: 1.5rem;
    width: 100%;
}
.cba_col01 p,
.cbb_about p.lead {
    font-size: 1.5rem;
}
.cbb_about_list h3 {
    font-size: 1.8rem;
}
.cbb_about_list ol {
    margin: 0 10px 24px;
}
.cbb_about_list ol li {
    font-size: 1.5rem;
}
.cbb_about_list p.txt {
    font-size: 1.5rem;
}
.cbb_about_list_no4 p {
    font-size: 1.5rem;
}
.cbb_about_list_no5 p {
    font-size: 1.5rem;
}
.cbb_about_list_no5 p.btn a {
    font-size: 1.8rem;
    padding: 20px 30px;
}
.cbb_about_list_no7 table th {
    display: block;
    width: 100%;
}
.cbb_about_list_no7 table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 0;
    text-align: left;
    vertical-align: top;
}
.cbb_about_list_no7 ul li {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.785;
    margin-left: 1.4rem;
    text-indent: -1.4rem;
    padding: 0;
}
.cbb_about_list_no7 ul li::before {
    content: "●";
}
.cbb_about_list_no7 ul li.att::before {
    content: "※";
}
/*------------------
Footer
------------------------------------------------*/
footer p.exp,
footer p.exp02 {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 auto 30px;
    width: 94%;
}
footer p.logo {
    margin: 0 auto;
    width: 243px;
}
footer a {
    color: #fff;
}

#shops #searchDef { display: none; }

}

@media screen and (max-width: 580px) {
    #shops .sadd span {
        display: block;
        padding: 6px 0 0 0;
    }
    #shops #searchBox {
        max-height: 500px;
    }
    .whats_list_in {
        display: block;
    }
    .whats_list_in i,
    .whats_list_in div {
        width: 100%;
    }
    .w580 {
        display: block;
    }
    .w580_in {
        display: none;
    }
}
@media screen and (max-width: 380px) {
}
