/* -----------------------------------
	共通
----------------------------------- */

.pc {display:block;}
.tb {display:none;}
.pctb {display:block;}
.tbmb {display:none;}
.mb {display:none;}
@media screen and (min-width:600px) and (max-width: 1024px) {
.pc {display:none;}
.tb {display:block;}
.pctb {display:block;}
.tbmb {display:block;}
.mb {display:none;}
}
@media screen and (max-width: 599px){
.pc {display:none;}
.tb {display:none;}
.pctb {display:none;}
.tbmb {display:block;}
.mb {display:block;}
}

h2 {
    font-size: 50px;
    font-size: 5rem;
	line-height:1.1;
	margin: 0 auto 0.5em;
}

h2 span {
	padding-top:.8rem;
}

.anchor { 
	padding-top: 80px; 
	margin-top: -80px;
}

/*----------------------------------
 __contact
------------------------------------*/

.c-head_en {
    font-size: clamp( 3rem, calc( 2.05rem + 3.8000000000000007vw ), 4.9rem ) !important;
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem;
}

.content {
	width: 90%;
	max-width:1000px;
	margin: 0 auto;
	text-align:center;
}

section {
	width: 100%;
	margin: 0 auto 6rem auto;
}
#contact .contact_nav ul {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	margin: 3em auto;
    text-align:center;
}

#contact .contact_nav ul li {
	display: flex;
	justify-content: center;
    align-items: center;
    background: #0067B6;
	border-radius: 6px;
  text-align: center;
	width: calc((100% - 24px) / 2);
}

#contact .contact_nav ul li:hover {
    background:#18A7E8;
}

#contact .contact_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0.4em 1em;
	text-align: center;
	text-decoration: none;
}

#contact .contact_nav p {
	margin-bottom: 1.5rem;
    text-align: center;
}

.contact_nav .linkBox {
	border: 2px solid #18519F;
	color: #18519F;
	font-size: 1.9rem;
	min-height: 80px;
	position: relative;
	display: flex;
	align-items: stretch;
}

.contact_nav .linkBox::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background: #18519F;
}

.contact_nav .linkBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.contact_nav .linkBox:hover {
	background: #F9F9F9;
}

@media screen and (max-width: 559px){
	main section {margin: 0 auto 4rem auto;}
	#contact .contact_nav ul {margin: 2em auto; gap: 0;}
	#contact .contact_nav ul li { width:100%;margin:0 0 0.8em 0;}
	#contact .contact_nav ul li a { font-size:1.4rem;}
}

/*----------------------------------
 __contact_shop
------------------------------------*/

#contact h2 {
	width: 100%;
	border-bottom:5px solid #18519F;
    font-size: clamp( 1.8rem, calc( 1.2rem + 1.9999999999999998vw ), 2.8rem );
    font-weight: 400;
    line-height: 1.2;
	margin:0 auto 0.5em auto;
	padding-bottom:0.4em;
}

#contact_shoplist {
	margin-top: -3rem;
}

#contact_shoplist h3 {
	width: 100%;
    font-size: clamp( 1.8rem, calc( 1.5rem + 1.1999999999999997vw ), 2.4rem );
    font-weight: 500;
	margin: 1.5em auto;
}

.shoplist-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.shoplist-cont:after {
    content: "";
    display: block;
    width: calc((100% - 24px) / 2);
    height: 0;
}

.shoplist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc((100% - 24px) / 2);
  margin:0 0 3% 0;
  padding: 1.5em 1em 1em 1em;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.shoplist-name {
    margin-bottom: 1em;
    text-align: center;
}

.shoplist-name img {
    width:auto;
    max-height:30px;
}

.shoplist-btn a {
  display: block;
  padding: .5em;
  background: #1952A0;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all .3s;
}

.profile-main-table {
    width: 100%;
    border-top: 1px solid #DDD;
}

.profile-main-table th, .profile-main-table td {
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
    text-align:left;
}

.profile-main-table td a {
    text-decoration: none !important;
}

.profile-main-table .border-none {
    border-bottom: none;
}

.profile-main-table th {
    width: 5em;
	line-height:1.4;
}

.profile-main-table td h5 {
    font-weight:500;
}

.profile-main-table td i {
    margin-right:4px;
}

@media screen and (max-width: 767px) {
  .shoplist-cont { flex-flow: column nowrap;}
  .shoplist { width: 100%;margin-bottom: 5%;}
}

@media screen and (max-width: 599px) {
  #contact_shoplist { margin-top: -1rem;}
}

.pointBox {
	border: 2px solid #18519F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5em auto 2.5em auto;
	padding: 1em 2em;
}

.pointBox h3 {
	color: #18519F;
	font-size: clamp( 1.8rem, calc( 1.5rem + 1.1999999999999997vw ), 2.4rem );
    font-weight: 500;
    margin: 0 auto 0.5em auto;
}

.pointBox div p.tel {
	font-size: clamp( 1.8rem, calc( 1.5rem + 1.1999999999999997vw ), 2.4rem );
	text-align: center;
}

.pointBox div p.tel a{
    text-decoration: none;
}

.pointBox div p {
	font-size: clamp( 1rem, calc( 0.7rem + 1.2000000000000002vw ), 1.6rem );
	text-align: center;
}
