#page-title .page-mv.ph1 {
	background-image: url("../images/shop/mv.jpg");
}
.ttl-style01 {
	width: 100%;
}
/* --------------------------------------------------- */
#sec01 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec01 .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#sec01 dl {
	width: 100%;
	display: table;
	border-bottom: #aaa 1px dashed;
}
#sec01 dt,
#sec01 dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 0;
}
#sec01 dt {
	width: 150px;
	text-align: center;
	position: relative;
	color: #2F75B6;
}
#sec01 dt::after {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #aaa;
	position: absolute;
	right: 0;
	bottom: -4px;
}
#sec01 dd {
	padding-left: 25px;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 50px;
	}
	#sec01 dt {
        width: 100px;
		vertical-align: middle;
		padding: 10px 0;
    }
	#sec01 dd {
		vertical-align: middle;
		padding: 10px 0 10px 15px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec02 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec02 .inner .ph {
	width: 48%;
	margin-bottom: 3%;
}
#sec02 .inner .ph span {
	display: block;
	font-weight: 600;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 50px;
	}
	#sec02 .inner .ph span {
		font-size: .9em;
		text-align: center;
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------- */
#sec03 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec03 .ph {
	margin-bottom: 30px;
}
#sec03 .inner {
	display: flex;
	justify-content: space-between;
}
#sec03 .name {
	flex: 1;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
}
#sec03 .name span {
	display: block;
	font-size: 1.5em;
}
#sec03 .right {
	max-width: 800px;
	width: 65%;
}
#sec03 .right p {
	margin-bottom: 35px;
}
#sec03 .right .sns-list {
	display: flex;
	flex-wrap: wrap;
}
#sec03 .right .sns-list li {
	width: 19%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#sec03 .right .sns-list li a:hover {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec03 {
		margin-bottom: 50px;
	}
	#sec03 .ph {
        margin-bottom: 10px;
    }
	#sec03 .inner {
        display: block;
    }
    #sec03 .name {
		font-size: 10px;
		text-align: right;
		margin-bottom: 20px;
    }
    #sec03 .name span {
		text-align: right;
    }
    #sec03 .right {
        max-width: none;
        width: 100%;
    }
	#sec03 .right p {
        margin-bottom: 25px;
		letter-spacing: 1px;
    }
	#sec03 .right .sns-list {
		justify-content: space-between;
    }
    #sec03 .right .sns-list li {
        width: 24%;
        margin-right: 0;
    }
}
/* --------------------------------------------------- */
#sec04 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec04 .outer {
}
#sec04 table {
	border-collapse: collapse;
	width: 100%;
}
#sec04 table td,
#sec04 table th {
    border: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
}
#sec04 thead th {
	background-color: #2A5276;
	color: #fff;
	padding: 5px 0;
}
#sec04 thead th:first-child {
	background-color: transparent;
}
#sec04 tbody tr th {
	background-color: #2E76B7;
	color: #fff;
	padding: 15px 20px;
	text-align: left;
	width: 30%;
	font-weight: 500;
}
#sec04 tbody tr th br {
	display: none;
}
#sec04 tbody tr td {
	background-color: #F2F2F2;
	padding: 15px 0;
	width: 35%;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.5;
}
#sec04 tbody tr td .red {
	text-align: center;
	font-size: 12px;
	background-color: #CB0104;
	color: #fff;
	letter-spacing: 0px;
	
    font-weight: 600;
    display: inline-block;
    position: relative;
	padding: 3px 8px 5px;
}
#sec04 tbody tr td .red::before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #CB0104;
    bottom: 100%;
    left: 50%;
	transform: translate(-50%, 0%);
	margin-bottom: -1px;
}
#sec04 .cap-r {
	margin-bottom: 40px;
}
#sec04 .cap-r:last-child {
	margin-bottom: 0px;
}
#sec04 .method-box {
	display: table;
	width: 100%;
	border: #2E76B7 1px solid;
}
#sec04 .method-box dt,
#sec04 .method-box dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
}
#sec04 .method-box dt {
	background-color: #2E76B7;
	color: #fff;
	text-align: center;
	max-width: 100px;
}
#sec04 .method-box dd {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec04 {
		margin-bottom: 50px;
	}
	#sec04 table td,
    #sec04 table th {
        border: 1px solid #fff;
		line-height: 1.5;
		font-size: .9em;
		letter-spacing: 1px;
    }
    #sec04 thead th {
        padding: 5px 0;
    }
    #sec04 tbody tr th {
        padding: 13px 0px;
        text-align: center;
        width: 20%;
		letter-spacing: 0;
    }
	#sec04 tbody tr th br {
		display: block;
	}
    #sec04 tbody tr td {
        padding: 13px 0;
        width: 30%;
        font-size: 1em;
    }
	#sec04 tbody tr td .red {
		margin-top: 7px;
		font-size: 11px;
	}
	#sec04 .cap-r {
        margin-bottom: 20px;
    }
	#sec04 .method-box dt,
    #sec04 .method-box dd {
		line-height: 1.5;
        padding: 10px 15px;
    }
}
/* --------------------------------------------------- */
#sec05 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 50px;
}
#sec05 .ggmap {
	width: 100%;
    position: relative;
    padding-top: 55%;
	overflow-y: hidden;
	margin-bottom: 30px;
}
#sec05 .ggmap iframe {
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: calc(100% + (180px * 2));
}
#sec05 .ggmap .btn {
	display: inline-block;
	position: relative;
	padding: 8px 20px 10px 50px;
	background-color: #F4F4F4;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
#sec05 .ggmap .btn::before {
	content: "location_pin";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0%, -50%);
}
#sec05 .ggmap .btn:hover {
	background-color: #2F75B6;
	color: #fff;
}
#sec05 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec05 .left {
	width: 48%;
}
#sec05 dl {
	width: 48%;
	margin-bottom: 30px;
}
#sec05 .left dl {
	width: 100%;
}
#sec05 dt {
	font-weight: 600;
	color: #2F75B6;
	margin-bottom: 8px;
	font-size: 1.2em;
	text-align: center;
}
#sec05 dt span {
	font-size: .8em;
}
#sec05 dd {
	font-size: .9em;
	padding-left:1em;
	text-indent:-1em;
}
#sec05 {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec05 {
		margin-bottom: 10px;
	}
	#sec05 .ggmap {
        padding-top: 70%;
    }
	#sec05 .ggmap .btn {
		font-size: .9em;
		max-width: 210px;
		width: 100%;
		text-align: center;
		box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
		bottom: 10px;
	}
	#sec05 .inner {
        display: block;
    }
    #sec05 .left {
        width: 100%;
    }
    #sec05 dl {
        width: 100%;
        margin-bottom: 30px;
    }
	#sec05 dt span {
		display: block;
		text-align: center;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */