@charset "utf-8";

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1em;
}

html,body{
	line-height:1.4em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#030000;
	font-size: 62.5%;
	font-weight:normal;
	text-align:left;
}
body {
    font-size: 1.0rem;
	min-width: 1200px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #638959;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img:hover {
    opacity: 0.6;
    transition:all 0.3s ease;
}
i.tel-link {
    font-style: normal;
}
.inner {
    margin: 0 auto;
    width: 1000px;
}

/*==================
Common Parts
================================================*/
.pc-only { display: block; }
.sp-only { display: none; }

/*------------------
Header
------------------------------------------------*/
header {
    background: #000;
    position: fixed;
    height: 75px;
    width: 100%;
    min-width: 1200px;
    z-index: 200;
}
.header_in {
    padding-top: 20px;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}
header p {
    float: left;
    margin-left: 20px;
}
header ul {
    float: right;
    display: flex;
    align-items: center;
}
header ul li {
    font-size: 1.2rem;
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    border-left: 1px solid #272728;
}
header ul li a {
    color: #fff;
}

#mv {
    display: table;
    background: url(../img/vs_01.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 100vh;
    min-height: 400px;
}
#mv_in {
    width: 100%;
    height: 100vh;
	position: relative;
	background: url("../img/vs_02.png") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 23.5s linear infinite;
	padding: 0;
    display: table-cell;
    vertical-align: middle;
}
#mv_in a {
    display: block;
    margin-top: 40px;
}
#poster {
    margin-top: 50px;
    text-align: center;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1300px 0; }
}
/*------------------
Contents
------------------------------------------------*/
#contents {
    background: #000;
}
.h2_ttl {
    background: #111a31;
    padding: 67px 0 54px;
}
.h2_ttl_in {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
}
.h2_ttl i {
    margin-right: 20px;
}
.h2_ttl h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    line-height: 1.2;
}
.h2_ttl h2 span {
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: 45px;
}
.h2_ttl h2 i {
    margin-top: 12px;
    display: block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
}

#about {
}
.about_in {
    padding: 50px 0 100px;
}
.col_02A {
    color: #fff;
    overflow: hidden;
    margin-bottom: 24px;
}
.col_02A h3 {
    float: left;
    padding-top: 8px;
    width: 404px;
}
.col_02A div {
    float: right;
    width: 560px;
}
.col_02A div p {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    line-height: 1.68;
    margin-bottom: 14px;
}
.col_02A div span {
    font-size: 1.1rem;
}
.col_01A {
    color: #fff;
    box-sizing: border-box;
    background: #2c3345;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 20px;
    width: 874px;
}
.col_01A h3 {
    font-size: 1.9rem;
    letter-spacing: 0.15rem;
    margin-bottom: 12px;
}
.col_01A p {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    line-height: 1.5;
}

#whats {
}
.whats_in {
    padding-bottom: 100px;
}
.whats_in ul {
    overflow: hidden;
}
.whats_in ul li {
    margin-top: 20px;
}
.whats_list_L {
    background: #152346;
    max-width: calc(100% - (50% - (1000px / 2)));
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    padding-left: calc(50% - (1000px / 2) - 0);
}
.whats_list_R {
    background: #24386a;
    max-width: calc(100% - (50% - (1000px / 2)));
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    padding-right: calc(50% - (1000px / 2) - 0);
}
.whats_list_in {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
}
.whats_list_L .whats_list_in {
    float: right;
}
.whats_list_in div {
    width: 500px;
}
.whats_list_in h3 {
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.whats_list_in h3 img {
    margin-right: 30px;
}
.whats_list_in p {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    line-height: 1.7;
}
.whats_list_L .whats_list_in div {
    padding-left: 19px;
}
.w580 {
    display: none;
}

#service {
}
.service_in {
    padding-bottom: 95px;
}
.service_in ul {
    margin: 0 74px;
}
.service_in li {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.service_in li div {
    width: 690px;
}
.service_in li h3 {
    font-size: 2.4rem;
    margin-bottom: 18px;
    line-height: 1.5;
}
.service_in li p {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    line-height: 1.7;
}

#shops {
}
#shops .inner {
    padding: 45px 0 50px;
}
#shops #maps {
    position: relative;
    height: 555px;
    width: 1000px;
    margin-bottom: 0px;
}
#shops #maps #bgC {
    position: absolute;
    top: 25px;
    right: 0;
}
#shops #btnBox {
    text-align: center;
}
#shops #searchBox {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 20px 18px;
    overflow-y: scroll;
    height: 326px;
    width: 670px;
}
#shops .prefArea {
    width: 98%;
}
#shops .pname {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 6px;
}
#shops .shopArea {
    border-bottom: 1px solid #000;
    padding: 14px 0;
}
#shops .sname {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 8px;
}
#shops .sname a {
    color: #f08118;
}
#shops .sadd {
    font-size: 1.4rem;
}
#shops .sadd span {
    padding-left: 28px;
}
#shops .sadd a {
    color: #f08118;
}
#shops #searchDef {
    color: #0c9768;
    font-size: 2rem;
    text-align: center;
    padding-top: 145px;
}

#contentsB {
    background: #fff;
    padding-top: 80px;
}
.cb_blockA {
    padding: 50px 0;
}
.cb_blockB {
    background: #f8f5eb;
    padding: 50px 0;
}
.cb_block_in {
    margin: 0 auto;
    width: 852px;
}
img.card {
	margin: 0 auto;
}
#contentsB h2 {
    color: #fe6000;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 45px;
}
#contentsB strong {
    color: #2f75dd;
}
#contentsB dl dt {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
}
#contentsB dl dd {
    margin-bottom: 16px;
}
#contentsB dl dd p {
    font-size: 1.7rem;
    line-height: 1.76;
}
#contentsB dl dd p.vname {
    color: #2f75dd;
    font-weight: bold;
}
.cba_txt p {
    font-size: 1.7rem;
    line-height: 1.76;
}
.cbb_pic p {
    font-size: 1.7rem;
    line-height: 1.76;
}
.cbb_pic p.pic {
    margin: 40px 0 10px 150px;
}
.cbb_att li {
    font-size: 1.7rem;
    line-height: 1.76;
    margin-left: 1.7rem;
    text-indent: -1.7rem;
}
.cbb_att li::before {
    content: "※";
}
.cba_h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
}
.cba_h2 p {
    background: #ff6000;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
	text-align: center;
	line-height: 1.3;
}
.cba_h2 p span {
    font-weight: bold;
}
.cba_h2 h2 {
    margin-left: 12px;
    margin-bottom: 0!important;
}
.cba_col02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.cba_col02 i {
    width: 400px;
}
.cba_col02 p {
    font-size: 1.7rem;
    line-height: 1.764;
    width: 410px;
}
.cba_col01 p {
    font-size: 1.7rem;
    line-height: 1.764;
    margin-bottom: 18px;
}
.cbb_about p.lead {
    font-size: 1.7rem;
    line-height: 1.764;
    margin-bottom: 20px;
}
.cbb_about p.small {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 20px;
}
#contentsB .cbb_about strong {
    color: #000;
}
h3.normal {
    font-size: 2rem;
	line-height: 1.764;
    margin-bottom: 20px;
}
.cbb_about_list h3 {
    font-size: 2rem;
    margin-bottom: 8px;
}
.cbb_about_list h3.no1::before { content: "1."; }
.cbb_about_list h3.no2::before { content: "2."; }
.cbb_about_list h3.no3::before { content: "3."; }
.cbb_about_list h3.no4::before { content: "4."; }
.cbb_about_list h3.no5::before { content: "5."; }
.cbb_about_list h3.no6::before { content: "6."; }
.cbb_about_list h3.no7::before { content: "7."; }
.cbb_about_list ol {
    list-style-type: decimal;
    margin-left: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
}
.cbb_about_list ol li {
    font-size: 1.6rem;
    line-height: 1.56;
}
.cbb_about_list a {
    color: #fe6000;
}
.cbb_about_list p.txt {
    font-size: 1.6rem;
    line-height: 1.56;
    margin-bottom: 24px;
}
.cbb_about_list_no4 {
    margin-bottom: 24px;
}
.cbb_about_list_no4 p {
    font-size: 1.6rem;
    line-height: 1.56;
}
.cbb_about_list_no4 span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.785;
}
.cbb_about_list_no5 {
    margin-bottom: 24px;
}
.cbb_about_list_no5 p {
    font-size: 1.6rem;
    line-height: 1.56;
    margin-bottom: 14px;
}
.cbb_about_list_no5 p.btn a {
    display: inline-block;
    background: #fe6000;
    border-radius: 5px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.3;
    padding: 20px 60px;
}
.cbb_about_list_no5 p.btn a:hover {
    opacity: 0.7;
}
.cbb_about_list_no5 span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.785;
}
.cbb_about_list_no7 table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.cbb_about_list_no7 table th {
    box-sizing: border-box;
    padding: 12px 16px;
    border-bottom: 1px solid #fff;
    background: #2e2e2e;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.785;
    padding: 12px 16px;
    vertical-align: top;
    width: 162px;
}
.cbb_about_list_no7 table td {
    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 {
    background: #111a31;
    color: #fff;
    padding: 30px 0 55px;
}
footer p.exp {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0 auto 30px;
    width: 430px;
}
footer p.exp02 {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0 auto 30px;
    width: 700px;
}
footer p.logo {
    text-align: center;
}

.cbb_table {
    text-align: center;
	margin-top: 30px;
}
.cbb_table p {
    font-size: 1.7rem;
    line-height: 1.76;
	font-weight: bold;
	margin-bottom: 10px;
}
.table3 {
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
	text-align: left;
}
.table3 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #000000;
	color: #ffffff;
	font-size: 1.4rem;
}
.table3 td {
	padding: 10px;
	vertical-align: top;
	font-size: 1.4rem;
}
.table3 tr:nth-child(even) {
	background: #e7dcd1;
}