@charset "utf-8";
/*===========================
add
===========================*/
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block;
}
}
.p-ttl {
	font-size:1.5em;
	text-align: center;
	font-weight: 800;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 500;
}
	
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.0em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}

.bnr-d {
	box-sizing: border-box;
	width:auto;
	margin:1em 0em 1em 2em;
}

.bnr-list {
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: flex-start;
	flex-wrap:wrap;
}
 .bnr-list li  {
	display:block;
	box-sizing: border-box;
	margin-top:10px;
	font-size:1.3vmin;
	line-height:1em;
	 color:#333;
}
.bnr-list li a {
	display:block;	
	/*
	background-color:var(--basic-color);
	color:#fff;
	*/
		line-height: 1.3;
	opacity: .9;
	font-size:1.5vmin;
	box-sizing: border-box;
	width:100%;
	
	text-decoration:none;
	text-align:center;
}
.bnr-list li span {
	display:block;
		background-color:var(--basic-color);
	color:#fff;
	box-sizing: border-box;
	margin-top:0px;
	font-size:1.6vmin;
	line-height:1em;
    padding:0.8em 0.7em;
}
.bnr-list li img {
	width:40px;
	height:auto;
	margin-bottom: 0.5em;
}

.bnr-list li a:hover {
opacity: .7;
}
.bnr-list li.line a {
	background-color:#00B900;
	color:#fff;
}
 .bnr-list li.insta a span{
	/* background-color:#CF2E92; */
	display: inline-block;
	 background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	 	opacity: .9;
	font-size:1.8vmin;
	box-sizing: border-box;
	margin-left: auto;
	 margin-right: auto;
	 text-align: center;
	width:auto;
	line-height: 1.3;
	padding:0.8vmin 0.6vmin;
	margin-bottom:0.5vmin;
}

.bnr-list li.twitter a {
	background-color:#0f1419;
}

.bnr-list li.facebook a {
	background-color:#1877f2;
}

.bnr-list li.youtube a {
	background-color:#da1725;
}

.bnr-list li.line a {
	background-color:#00B900;
}

.bnr-list li.tictok a {
	background-color:#000;
}

.bnr-list li.ameba a {
	background-color:#298737;
}


@media only screen and (max-width: 768px) {
.bnr-d {
	width:100%;
	margin:0 0em 1em 0em;
}
	.bnr-list {
		gap:0px;
	}
	.bnr-list li {
		width:90%;
		margin: auto;
	}
	.bnr-list li:nth-of-type(2),.bnr-list li:nth-of-type(3),.bnr-list li:nth-of-type(4) {
		width:auto;
		margin: auto;
		margin-top: 5px;
		margin-bottom: 0px;
	}
.bnr-list li a {
	font-size:3.0vmin;
	padding:0.6vmin 1.2vmin;
	margin-bottom:0vmin;
	line-height: 1.0;

}
.bnr-list li span {
	margin-top:10px;
	width: 100%;
	font-size:4.6vmin;
	line-height:1em;
    padding:0.8em 0.7em;
}
.bnr-list li img {
	width:30px;
	height:auto;
}	
}
ul.check-1col,ul.check2,ul.check-2col  {
    position: relative;
}
ul.check-1col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.check-1col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:42%;
    margin-right:1%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}

}
ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:1%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:29%;
    margin-right:1%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
.box-sd {
    padding: 2em 2em 1.2em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
     background-color: rgba(255,255,255,1.0);
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 0px solid #999;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
.f-wrap-cen-g {
	display: flex;
	justify-content: cenetr;
	align-items: center;
	gap:2%;
	flex-wrap: wrap;
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.txtBnrAr.noPclnk a {
    padding: 1em 2em 1em 2em;
}
.txtBnrAr a.tel::before {
    content: '';
    position: static;
    top: 0px;
    right: 0em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 0px;
    height: 0px;
}
.txtBnrAr a.tel::after {
    content: '';
    position: static;
    top: 0px;
    right: 0em;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
}
.res-mb-f {
	 margin-bottom:1.0em !important;
}
.res-contPad60p {
    width: 60%;
    margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
.res-contPad60p {
    width: 100%;
    margin: 0 auto;
}

}
@media screen and (max-width: 768px) {
     .res-mb-f {
	    margin-bottom:1em !important;
    }
	

	  .txtBnrAr a {
        padding: 1vw 4vw 1vw 1vw;
        max-width: 250px;
        font-size: 2vw;
    }
	  .txtBnrAr.noPclnk a {
        padding: 1vw 4vw 1vw 1vw;
    }
	  .txtBnrAr a.tel {
        pointer-events: auto;
    }
	  .txtBnrAr a.tel::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background: #fff;
    }
	  .txtBnrAr a::before {
        position: absolute;
        top: calc(50% - 1px) !important;
        right: 0.5em;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
        width: 6px;
        height: 1px;
        background: #fff;
    }
	  .txtBnrAr a::after {
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        width: 8px;
        height: 1px;
    }
	  .txtBnrAr.noPclnk a::before {
        position: absolute;
        top: calc(50% - 1px) !important;
        right: 0.5em;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
        width: 5px;
        height: 1px;
    }
    .txtBnrAr.noPclnk a::after {
        position: absolute;
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
    }
}
@media screen and (max-width: 600px) {
	  	  .txtBnrAr {
        display: block;
    }
    .txtBnrAr a, .txtBnrAr.noPclnk a {
        display: inline-block;
        padding: 1vw 3vw 1vw 1vw;
        max-width: inherit;
        text-align: center;
        width: 98%;
        font-size: 1.0em;
    }
}
.line-h {
	line-height: 1.8;
	letter-spacing: 0.18vw;
}
