@charset "utf-8";
@import url("root.css");
/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){all: unset;display: revert;}
*,*::before,*::after{box-sizing: border-box;}
ol,ul{list-style: none;}
img{max-width: 100%;vertical-align: bottom;}
/*-----*RESET CSS*-----*/

* {
    font-size: min(2.5vw,10px);
    line-height: 1.7;
    word-break: break-all;
    font-family: 'Noto Sans JP','Roboto', sans-serif;
}

a:hover {
    cursor: pointer;
}

h2 {}
p,dt,dd,li,th,td,a,strong,h4,h5,h6,i,em,s,ins,del,sup,sub,tt,aside,article,header,footer,address,b { font-size:1.6rem; }
strong {font-weight: bold;}
span,small { font-size:calc(1.8rem * 0.8); }

body {
    color: var(--base-color02);
    background: var(--base-color03);
    font-family: 'Noto Sans JP','Roboto', sans-serif;
	min-width: 1200px;
}

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

	min-width:100%;
}
}

/***************************************
---------------- 共通 ----------------
***************************************/
.ten {
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
}


.box{
margin: 0 auto;
width: 1200px;
padding: 80px 0;
}


.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.col{
width:580px;
margin: 0 40px 0 0;
}
.col:nth-child(2n){margin: 0 0 0 0;}


.link_a a{
padding: 5px 0;
font-size: 24px;
font-weight: 300;
color:var(--base-color03);
background-color: var(--base-color01);
margin: 0 auto;
border-radius: 50px;
display: block;
position: relative;
text-align: center;
font-family: ten-mincho, serif;
line-height: 2;
}

.link_a :after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top:10%;
  right: 30px;
  
}

.link_a a:hover{
color: #f9fa8f;
transition: .3s;
}

.link_b a{
padding: 5px 0;
font-size: 24px;
font-weight: 500;
color:var(--base-color01);
background-color: var(--base-color03);
border: 1px solid var(--base-color01);
margin: 0 auto;
border-radius: 8px;
display: block;
position: relative;
text-align: center;

}

.link_b :after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top:10%;
  right: 30px;
  
}

.link_b a:hover{
color:var(--base-color03);
background-color: var(--base-color01);
border: 1px solid var(--base-color01);
}


.link_c a{
padding: 5px 0;
font-size: 24px;
font-weight: 500;
color:var(--base-color01);
background-color: var(--base-color03);
border: 2px solid var(--base-color01);
margin: 0 auto;
border-radius: 8px;
display: block;
position: relative;
text-align: center;
font-weight: 700;

}

.link_c a:hover{
color:var(--base-color03);
background-color: var(--base-color01);
border: 2px solid var(--base-color01);

}

@media screen and (max-width: 768px) {
.box{
margin: 0 auto;
width:90%;
padding: 40px 0;
}
.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.col{
width: 100%;
margin:0;
}
.col:nth-child(2n){margin: 0;}


.link_a a{
width: 100%;
font-size: 20px;
}

.link_a :after {
top:10%;
right: 13px;
font-size: 110%;
}

.link_a a:hover{}


.link_b a{
padding: 5px 0;
font-size: 16px;
font-weight: 500;
color:var(--base-color02);
background-color: var(--base-color03);
margin: 0 auto 10px;
border-radius: 50px;
display: block;
position: relative;
text-align: center;
width: 90%;


}
.link_b :after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top:14%;
  right: 20px;
  
}

.link_b a:hover{

}

}

/***************************************
---------------- タイトル----------------
***************************************/


/***************************************
---------------- HEADER ----------------
***************************************/

header {
    width: 100%;
    padding: 0 0 30px 0;
    background: var(--sub-color01);
}
header .header_wrap {
    width:1200px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
header .header_wrap h1 {
    width: 240px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: center;
	background-color: var(--base-color03);
	border-radius: 0 0 20px 20px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	box-shadow: 5px 10px 10px -6px rgba(127, 127, 127, 0.3);
	
	
}
.header_right {
    width:960px;
    display: flex;
    flex-wrap: nowrap;
	justify-content: flex-end;
}
.navigation {}

.page_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    list-style: none;
    justify-content:flex-end;
}

.page_link li {
    display: flex;
    align-items: center;
	padding: 0 15px;

}

.page_link a {
    color: var(--base-color02);
	font-weight: 500;
	font-family: ten-mincho, serif;
}
.page_link a:hover {color:  var(--base-color01)}

.phone_num {
    display: flex;
    align-items: center;
}
.phone_num a {
    font-size:14px;
	background-color:  var(--base-color01);
	color: var(--base-color03);
	padding: 5px 20px;
	display: flex;
    align-items: center;
	border-radius: 50px;
	position: relative;
	box-shadow: 2px 5px 10px -6px rgba(127, 127, 127, 0.3);

}
.phone_num i {
	padding: 0 0 0 10px;
}

.phone_num a:hover {color:#f9fa8f;}
.phone_num i:hover {color:#f9fa8f;}

#menu-btn-check,
.menu-btn,
.store_name {
    display: none;
}



@media screen and (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: var(--base-color03);
        z-index: 999;
        display: flex;
        align-items: center;
		padding: 0;
    }
    .header_wrap {
        display: none;
    }
header .header_wrap h1 {
width:30%;
margin-left:0;
width: auto;
display:block;
border-radius:0;
padding:0;
margin: 0;
text-align:left;
box-shadow: 0 0 0 0;
}

header .header_wrap h1 img{width: 60%;padding:0 0 0 10px;}
.menu-btn {
        position: fixed;
        top: 7px;
        right: 7px;
        display: flex;
        height: 54px;
        width: 54px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        color: var(--base-color01);
    }
    .menu-btn span.bar,
    .menu-btn span.bar:before,
    .menu-btn span.bar:after {
        content: "";
        display: block;
        height: 3px;
        width: 34px;
        border-radius: 3px;
        background-color: var(--base-color01);
        position: absolute;
    }
    .menu-btn span {
        position: absolute;

        bottom: 0;
		font-size: 12px;
		color: var(--base-color01);

    }
    .menu-btn span.bar:before {
        top: -10px;
    }
    .menu-btn span.bar {
        top: 20px;
    }
    .menu-btn span.bar:after {
        top: 10px;
    }
    #menu-btn-check:checked ~ .menu-btn span.bar {
        background-color: var(--base-color03);
    }
    #menu-btn-check:checked ~ .menu-btn span.bar::before {
        top: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span.bar::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .navigation {
        width: 100%;
        height: calc(100% - 80px);
        position: fixed;
        top: 80px;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index:99999;
        background-color: var(--base-color03);
        transition: all 0.5s;/*アニメーション設定*/
        overflow-y: scroll;
        padding-bottom: 40px;
        height: 100%;
    }
    .navigation ul#page_link {
	    width: 100%;
        padding: 25px;
        height: auto;
        background-color: var(--base-color01);
    }
    .navigation ul#page_link > li {
        width: 100%;
        margin: 0;
        border-bottom: solid 1px var(--base-color03);
        list-style: none;
    }

    .navigation ul#page_link > li:last-of-type{
        width: 100%;
        margin: 0;
        border-bottom: solid 0 var(--base-color_gr);
        list-style: none;
    }

    .navigation ul#page_link li:not(:last-of-type)::after {
        content: none;
    }
    .navigation ul#page_link > li a,
    .navigation ul#page_link > li span {
        display: block;
        width: 100%;
        height: auto;
        font-size: calc(1.8rem * 1.3);
        box-sizing: border-box;
        color:var(--base-color03);
        text-decoration: none;
        padding: 9px 0 10px 0;
        position: relative;
        line-height: 2.5;
    }
    .navigation ul#page_link > li:before,
    .navigation ul#page_link > li:last-of-type:after {
        content: none;
    }
    .navigation ul#page_link > li a:hover,
    .navigation ul#page_link > li span:hover {
        background: none;
        color: inherit;
    }
    #menu-btn-check:checked ~ .navigation {
        left: 0;/*メニューを画面内へ*/
		
    }
    .navigation li.has-child ul{
        position: static;
        background: none;
        width: calc(100% - 2px);
        visibility: hidden;
        opacity: 1;
        transition: none;
        display: none;
    }
    .navigation li.has-child {
        flex-wrap: wrap; 
    }
    .phone_num {
        width: 100%;
        margin: auto;
        padding: 25px;
    }
    .phone_num a {
        color: var(--base-color03);
        justify-content: center;
        margin-bottom: 10px;
    }
    .phone_num a::before {
        content: url(../img/tel_wh.svg);
    }
    .phone_num p {
        color: var(--base-color03);
        text-align: center;
        font-size: 1.8rem;
    }
    .chirashi_btn {
        width: 70%;
        padding: 15px;
        margin: auto;
    }
	
	.n_img{width: 100%;margin:10px  auto;text-align: center;display: flex;justify-content: center;}
}

/***************************************
---------------- LAYOUT ----------------
***************************************/



.container {
    width:1200px;
    margin: 0 auto 0;
    padding:20px 0 100px 0;
}

.sp { display:none; }
@media screen and (max-width:768px){
.container {
    width:100%;
    margin: 0 auto 0;
    padding:10px 0 40px 0;
}


.pc { display:none; }
.sp { display:block; }


}


#pagetitle {
    width: 100%;
    color: var(--base-color01);
    padding:70px 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: url("../img/sec_bg.png") bottom center no-repeat var(--base-color03);
	background-size: cover;
	height: 240px;
	
}
#pagetitle h2 {
    font-size: 3.6rem;
    color: var(--base-color02);
    font-weight: bold;
	text-align: center;
	font-weight: 500;
    font-family: ten-mincho, serif;
	width: 1200px;
	text-align:center;
	margin: 0 auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

#pagetitle span {
    font-size: 1.4rem;
    color: var(--base-color02);
	display:block;
	width:100%;
	text-align: center;

}

.page_wrap h2{
font-size: 3.6rem;
color: var(--base-color01);
font-weight: 500;
font-family: ten-mincho, serif;
text-align: center;
padding:0;
width: 80%;
margin: 0 auto 80px;
position: relative;

}

.page_wrap h2::before {
    background: var(--base-color01);
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
    z-index: 999;
}

.page_wrap h2{
font-size: 3.6rem;
color: var(--base-color01);
font-weight: 500;
font-family: ten-mincho, serif;
text-align: center;
padding:0;
width: 80%;
margin: 0 auto 80px;
position: relative;

}

.page_wrap h2::before {
    background: var(--base-color01);
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
    z-index: 999;
}


@media screen and (max-width:768px){
#pagetitle {
    width: 100%;
    color: var(--base-color01);
    padding:0;
	margin: 70px auto 0;
	text-align: center;
	background: url("../img/sec_bg_sp.png") bottom center no-repeat var(--base-color03);
	background-size:100%;
	height:100px;

}
#pagetitle h2 {
    font-size: 2rem;
    color: var(--base-color02);
    font-weight:400;
	text-align: center;
	width: 90%;

}

#pagetitle span {
    font-size: 1.2rem;
    color: var(--base-color02);
	padding: 30px 0 0 0;
}

.page_wrap h2{
font-size: 2.8rem;
color: var(--base-color01);
font-weight: 500;
font-family: ten-mincho, serif;
text-align: center;
padding:0;
width: 80%;
margin: 0 auto 40px;
position: relative;

}

.page_wrap h2::before {
    background: var(--base-color01);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    z-index: 999;
}


.page_wrap h2{
font-size: 2.8rem;
color: var(--base-color01);
font-weight: 500;
font-family: ten-mincho, serif;
text-align: center;
padding:0;
width: 80%;
margin: 0 auto 40px;
position: relative;

}

.page_wrap h2::before {
    background: var(--base-color01);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    z-index: 999;
}

}

#pan {
    margin: 0 auto;
    padding: 0 0;
    width: 1200px;
    font-size: 14px;
}
#pan a{
    font-size: 14px;

}
#pan i{
    font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width:768px){
#pan {
    margin: 0 auto;
    padding:10px 0;
    width: 90%;
    font-size: 12px;
}
#pan a{
    font-size: 12px;
}
}

/***************************************
--------------- HEADLINE ---------------
***************************************/


@media screen and (max-width:768px){
    h2 {
        font-size: min(4.3vw, 1.8rem);
    }
}



/***************************************
-------------- PAGENATION --------------
***************************************/

.pagination {
    width: min(100%,500px);
    margin: 60px auto;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagination li {
    width: 8%;
    line-height: 1.5;
}
.pagination li:not(:last-of-type) {
    margin-right: 2%;
}
.pagination li a {
    display: flex;
    font-size: calc(1.8rem * 0.8);
    color: var(--base-color02);
    border: 1px solid var(--base-color01);
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.pagination li.active a {
    background: var(--base-color01);
    color: var(--base-color03);
}

/***************************************
---------------- FOOTER ----------------
***************************************/

footer {background: var(--footer-color);padding: 40px 0;}
.footer_bg {width: 100%;}
.ft_box {
    width:1200px;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

.ft_box_logo {
width:320px;
}

.ft_box_logo ul{padding: 0 0 0 20px;}
.ft_box_logo li{padding: 0 0 20px 0;}

.ft_box_logo img{width:auto;padding: 0 0 40px 0;}

.ft_box_link {
    width:310px;
	color: var(--base-color02);
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	text-align:left;
	font-size: 16px;
}

.ft_box_link ul {
border-left:3px solid var(--base-color01);
margin: 10px 0 40px 10px;
width: 100%;
}

.ft_box_link li {margin:0 0 5px 20px;}
.ft_box_link:last-child {width:240px;}



.copyright {
    font-size: 1.6rem;
    width: 100%;
    padding:20px 0;
    text-align: center;
    color: var(--base-color03);
    background: var(--base-color01);
}

#page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    color: var(--base-color03);
    text-align: center;
    background: var(--base-color01);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
#page_top a::before {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--base-color03);
    border-left: 10px solid transparent; 
    margin-bottom: 5px;
}
#page_top a span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}
@media screen and (max-width: 768px) {

footer {background: var(--footer-color);padding: 40px 0;}
.footer_bg {width: 100%;}
.ft_box {
    width:90%;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

.ft_box_logo {
width:100%;
}

.ft_box_logo ul{padding:0 0 40px 0;}
.ft_box_logo li{
margin:15px 0 15px 0;
border-bottom:1px solid var(--base-color01);
padding: 0 0 10px 0;
}

.ft_box_logo img{width:auto;padding: 0 0 40px 0;}

.ft_box_link {
    width:100%;
	color: var(--base-color02);
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	text-align:left;
	font-size: 16px;
}




.ft_box_link ul {
border-left:0 solid var(--base-color01);
margin:0 0 10px 0;
width: 100%;
}

.ft_box_link li {
margin:0 0 15px 0;
border-bottom:1px solid var(--base-color01);
padding: 5px 0 10px 0;
width: auto;
}
.ft_box_link:last-child {width:100%;}

.ft_box_link_b {
color: var(--base-color01);
font-weight: 700;
}

.copyright {
    font-size: 1.2rem;
    width: 100%;
    padding:20px 0;
    text-align: center;
    color: var(--base-color03);
    background: var(--base-color01);
}

#page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    color: var(--base-color03);
    text-align: center;
    background: var(--base-color02);
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
#page_top a::before {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--base-color03);
    border-left: 10px solid transparent; 
    margin-bottom: 5px;
}
#page_top a span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}
}



/***************************************
-------------- group --------------
***************************************/

#group{
background-color: var(--sub-color03);
margin: 0 auto;
padding:0 0;
}

#group .box{
margin: 0 auto;
width: 1200px;
}

#group .title{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
border-bottom:2px solid var(--base-color01);
padding: 0 0 30px 0;

}

#group h2{
width: 60%;
color: var(--base-color01);
font-size: 30px;
font-weight: 500;
}

#group .link_b_box{
width: 30%;
margin:0 0 0 auto;
}

#group .row{
justify-content: flex-start;
align-items:stretch;
margin: 70px auto 0;
}


#group .group_col a{
width: 180px;
margin: 0 24px 24px 0;
background-color: var(--base-color03);
color: var(--base-color01);
font-weight: 500;
box-shadow: 0px 0px 15px -5px rgba(127, 127, 127, 0.7);
text-align: center;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px 0;
height: 100px;
line-height: 1.4;
border-radius: 8px;
}

#group .group_col a:hover{
background-color: #f3f3f3;
}


#group .row .group_col:nth-of-type(6n) a {
  margin: 0 0 24px 0;
}

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

#group{}

#group .box{
margin: 0 auto;
width:100%;
}

#group .title{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 90%;
border-bottom:0 solid var(--base-color01);
padding: 0 0 10px 0;
margin: 0 auto;

}

#group h2{
width:100%;
color: var(--base-color01);
font-size:24px;
font-weight: 500;
border-bottom:2px solid var(--base-color01);
margin: 0 auto 20px;
padding: 0 0 10px 0;
}

#group .link_b_box{
width:60%;
margin:0 0 0 auto;
}


#group .link_b_box a{
color: var(--base-color01);
}

#group .row{
justify-content: flex-start;
align-items:stretch;
margin: 20px auto 0;
width: 90%;
gap: 4%; /* 横・縦の隙間を自動処理 */
}

#group .group_col {
  width: 48%;
  margin: 0 0 6% 0;
}

#group .group_col a{
width:100%;
margin: 0 0 0 0;
background-color: var(--base-color03);
color: var(--base-color01);
font-weight: 500;
box-shadow: 0px 0px 10px -5px rgba(127, 127, 127, 0.7);
text-align: center;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px 0;
height: 100px;
line-height: 1.4;
border-radius: 8px;
}


#group .row .group_col:nth-of-type(6n) a {
margin: 0 0 0 0;
}

#group .group_col:nth-of-type(2n) a {
margin: 0 0 0 0;
}

#group .group_col:nth-of-type(4n) a {
margin: 0 0 0 0;
}


}



/***************************************
-------------- access --------------
***************************************/
#access {
    background-color: var(--sub-color01);
    padding: 50px 0;
}

#access h2 {
    font-size: 38px;
    text-align:center;
    font-weight: 500;
    font-family: ten-mincho, serif;
    line-height: 1.4;
    margin: 0 auto 0;
}


#access .box{
    background-color: var(--base-color03);
	width: 1200px;
	border-radius: 10px;
    padding: 50px 0;
}

/* Google Mapを囲う要素 */
#access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%; /* 比率を4:3に固定 */
  margin: 40px auto;
}
 
/* Google Mapのiframe */
#access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#access .row {
width: 90%;
margin: 40px auto 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#access .access_col {
width: 50%;
}

#access h3{
font-size: 20px;
font-weight: 700;
margin: 0 auto 10px;
border-bottom: 3px solid var(--base-color01);
padding: 0 0 5px 0;
color: var(--base-color01);
}

#access p{
margin: 10px auto 20px;
}


#access dl {
width: 90%;
margin: 0 10% 0 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid var(--base-color01);
}

#access dt {
width: 30%;
background-color: var(--base-color01);
color: var(--base-color03);
padding:20px 10px;
border-right: 1px solid var(--base-color01);
border-bottom: 1px solid var(--base-color03);
text-align: center;
font-weight: 700;
}

#access dd {
width: 70%;
background-color: var(--base-color03);
padding:20px 10px;
border-right: 1px solid var(--base-color01);
border-bottom: 1px solid var(--base-color01);
}

@media screen and (max-width: 768px) {
#access {
    background-color: var(--sub-color01);
    padding: 20px 0;
}

#access h2 {
    font-size:24px;
    text-align: center;
    font-weight: 500;
    font-family: ten-mincho, serif;
    line-height: 1.4;
    margin: 0 auto 0;
}

#access .box{
    background-color: var(--base-color03);
	width:90%;
	border-radius: 10px;
    padding: 20px 0;
}

/* Google Mapを囲う要素 */
#access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin: 20px auto;
}
 
/* Google Mapのiframe */
#access .map iframe {}


#access .row {
width: 90%;
margin: 0 auto 0;
}

#access .access_col {width: 100%;margin:20px auto 0;}

#access h3{
font-size:18px;

}

#access p{
margin: 10px auto 20px;
}


#access dl {
width: 100%;
margin:0 auto;
border-left: 1px solid var(--base-color01);
font-size: 14px;
}

#access dt {
width: 30%;
background-color: var(--base-color01);
color: var(--base-color03);
padding:10px 10px;
border-right: 1px solid var(--base-color01);
border-bottom: 1px solid var(--base-color03);
text-align: center;
font-weight: 700;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
font-size: 14px;
}

#access dd {
width: 70%;
background-color: var(--base-color03);
padding:10px 10px;
border-right: 1px solid var(--base-color01);
border-bottom: 1px solid var(--base-color01);
font-size: 14px;
}
}

/***************************************
-------------- Entry --------------
***************************************/

#entry{
background-color: var(--sub-color02);
margin: 0 auto;
padding: 50px 0;
}

#entry .box{
margin: 0 auto;
width: 1200px;
background: url("../img/entry_bg.png") top center no-repeat var(--sub-color02);
background-size:cover;
padding: 50px 0;
}

#entry h2{
font-size: 38px;
    text-align:center;
    font-weight: 500;
    font-family: ten-mincho, serif;
    line-height: 1.4;
    margin: 0 auto 0;
	position: relative;
}

#entry span{
display:block;
font-size: 18px;
text-align:center;
margin: 0 auto;
}

#entry p{
    text-align:center;
	margin: 0 auto;
	font-size: 20px;
}

#entry h2::before {
    background: var(--base-color01);
    bottom: -20px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 200px;
    z-index: 999;
}

#entry p {
text-align: center;
padding: 50px 0 20px 0;
}

#entry .link_c {
width: 400px;
margin: 0 auto;
}

#entry .link_c span{
font-size: 14px;
}


@media screen and (max-width: 768px) {
#entry{
background-color: var(--sub-color02);
margin: 0 auto;
padding: 20px 0;
}

#entry .box{
margin: 0 auto;
width: 90%;
background: url("../img/entry_bg_sp.png") right center no-repeat var(--sub-color02);
background-size:cover;
padding: 20px;
}

#entry h2{
font-size:24px;
    text-align:center;
    font-weight: 500;
    font-family: ten-mincho, serif;
    line-height: 1.4;
    margin: 0 auto 0;

	position: relative;
}

#entry h2::before {
    background: var(--base-color01);
    bottom: -10px;
    content: "";
    height: 3px;
    left:50%;
    position: absolute;
    width: 200px;
    z-index: 999;
}

#entry p {
text-align:left;
padding: 30px 0 10px 0;
font-size: 14px;
}

#entry .link_c {
width: 100%;
margin: 0 auto;
}

}

