@charset "utf-8";

/*:root {
	--width-pc: 980px;
	--width-sp: 375px;

	--main-theme-color:    #f6aebe;
	--sub-theme-color:     #f3d8ee;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #decdee;
}*/
body {
	margin:0;
	padding:0;
}
.sp{
    display: block;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
	background-color: #efefef;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
#pagetop{
	width:50px;
	height:60px;
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
	z-index:100;
}
#anchor01,#anchor02,#anchor04,#car01,#car02,#car03,#car04,#car05,#car06,#car07,#car08,#car09,#car10,#car11{
	padding-top: 100px;
	margin-top: -100px;
	clear: both;
}
/*------------------------------------*/


h1{
	margin: 0;
	padding: 0;
}
h2{
	margin: 0;;
	padding: 0;
}

section.key-visual{
	width: 100%;
	clear: both;
}
section.key-visual　> .main-img img {
	max-width: var(--width-pc);
}
section.situation{
	width: 100%;
}
section.situation　> .main-img img {
	max-width: var(--width-pc);
}
main section.key-visual {
	width:100%;
	height:auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.key-visual-inner{
	width:100%;
	height:auto;
	margin:0 auto -10px;
}

section.text01{
	width: 100%;
	height:auto;
	margin: 0 auto 50px;
	clear: both;
}
section.text01_{
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	clear: both;
}
.text01_wrap{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	gap: 30px;
}
.ph01 {
	width: 30%;
}
.text01 {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
}


section.introduction {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
.text02_wrap {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
.text02 {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
}
.text02_wrap2{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	gap: 30px;
}
.ph02 {
	widht: 60%;
}

.shop_wrap{
    width: 1060px;
    padding: 0.2% 2%;
    margin: 4% auto 4%;
}
.shop_head{
	width:1000px;
    background-color: #002142;
    padding: 10px;
	color:#fff;
	text-align: center;
	font-weight:600;
	font-size:2em;
	margin:2% auto;
}
.shop_area{
	width:960px;
	height:auto;
	/*padding:0 4%;*/
	overflow:hidden;
	margin:2% auto;
}
.shop_area p {
    text-align: center;
    font-size: 1.6em;
    margin: 0 auto 2%;
}
.shop{
	width: 23.5%;
	/*height:340px;*/
	float: left;
	margin-bottom: 30px;
}
.shop_area p {
    text-align: center;
    font-size: 1.6em;
    margin: 2% auto 4%;
	font-weight:600;
}
.shop_img{
	width:100%;
	/*height:192px;*/
	/*margin-bottom:7px;*/
}
.shop_img img {
    width: 100%;
}
.shop_name{
	width:100%;
	/*height:35px;*/
	line-height:35px;
	font-size:22px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	color:#FFFFFF;
	background-color:#DA0011;
	text-align:center;
	margin-bottom: 10px;
}
.shop_tel{
	width:100%;
	height:25px;
	line-height:25px;
	font-size:15px;
	text-align:center;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	color:#515151;
}

.shop_tel a:link{
	color:#515151;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
}
.shop_tel a:visited{
	color:#515151;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
}
.shop_tel a:hover{
	color:#515151;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
}
.shop_tel a:active{
	color:#515151;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
}
.shop_add{
	width:100%;
	height:25px;
	line-height:20px;
	font-size:12px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	color:#515151;
	text-align:center;
}
.shop_map{
	width:100%;
	/*height:40px;*/
	clear:both;
}

.mapbutton {
	display: inline-block;
	width: 100%;
	/*height: 40px;*/
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	background-color:#FFFFFF;
	font-size:14px;
	position: relative;
	z-index: 2;
	border: 1px solid #DA0011;
	color: #DA0011;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
}
.mapbutton:hover {
	background-color: #FFE4E4;
}
.leftside{
	margin-right:2%;
	/*clear:both;*/
}
.text_left{
	width:90%;
	height:auto;
	margin:0 5%;
	padding:10px 0;
	font-size:10px;
	font-weight:bold;
	line-height:1.5em;
}
.text_center{
	width:90%;
	height:auto;
	margin:0 5%;
	padding:5px 0;
	font-size:10px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}

.shop_book{
	width:100%;
	/*height:40px;*/
	clear:both;
	margin-top: 2%;
}
.bookbutton {
	display: inline-block;
	width: 100%;
	/*height: 40px;*/
	text-align: center;
	line-height: 35px;
	outline: none;
    background-color: #09184e;
	font-size:14px;
	position: relative;
	z-index: 2;
/*	border: 1px solid #09184e;*/
	font-family: "Noto Sans Japanese";
	font-weight:bold;
}
.bookbutton:hover {
	background-color:#2D3357;
}
.top {
	color: white;
}

/* 8/23　追加分 */

h2{
    text-align: center;
    margin-bottom: 30px;
}

.C{
    display: none;
}
.subbutton{
    margin-top: 50px;
}

.subbutton .buttonlist{
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    font-size: 20px;
}

.subbutton .buttonlist .pagejump .button{
    background-color: #000000;
    text-align: center;
    margin: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subbutton .buttonlist .pagejump{
    color: white;
    font-size: 15px;
    flex:1px;
}

.subbutton2 .jumpbuttonlist2{
    margin: 10px;
}

.subtitle-black{
    background-color: #000000;
}

.subtitle-black h3{
    color: white;
    font-size: 25px;
    text-align: center;
}

.half{
    display: flex;
    justify-content: center;
}

.half .beginnermark{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    font-size: 20px;
}

.half .beginnermark img{
    width: 10%;
}

.half .subtitle-green {
    font-size: 20px;
    background-color: green;
    width: 90%;
    color: white;
    text-align: center;
    font-weight: bold;
}

.imgsection{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subbutton2 p{
    font-size: 30px;
    text-align: center;
}

.subbutton2 .jumpbuttonlist2 {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list .center-list{
 width: 90%;
}

.list .center-list li{
 list-style: none;
 margin-bottom: 30px;
}

.list .center-list li h5{
    color: #1aa692;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
}

.list .center-list li .title i{
    margin: 10px;
}

.list .center-list a img{
    width: 100%;
}

.list .center-list li .title{
    background-color: #1aa692;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.list .center-list li .title .Q{
    display: flex;
    flex-direction: row;
}

.list .center-list li .title h4{
    font-size: 17px;
    margin: 7px 0px 7px 10px;
}

.list .center-list li p img{
    width: 100%;
}

.pc{
    display: none;
}

@media (max-width: 760px) {
}
/*-- タブレット／PC用スタイリング --*/
/*@media screen and (min-width:768px) and (max-width:959px) {*/
@media screen and (min-width:768px) { 
    .pc{
        display: block;
    }
    h2{
        text-align: center;
        font-size: 35px;
        margin-bottom: 70px;
    }
    section.key-visual{
        width: 100%;
    }
    section.key-visual > .main-img img {
        max-width: var(--width-pc);
    }
    .subbutton {
        display: flex;
        justify-content: space-evenly;
        margin-top: 0px;
    }
    .subbutton .buttonlist{
        display: flex;
        width: 80%;
        flex-direction: row;
    }
    .subbutton .buttonlist .pagejump .button{
        background-color: #000000;
        flex:1px;
        margin: 50px 50px 70px 50px;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .subbutton .buttonlist .pagejump{
        color: white;
        font-size: 35px;
        flex:1px;
    }
    .subbutton2 {
        margin-bottom: 100px;
    }
    .subbutton2 .jumpbuttonlist1{
        display: flex;
        justify-content: space-evenly;
    }
    .subtitle-black{
        background-color: #000000;
    }
    .subtitle-black h3{
        color: white;
        font-size: 35px;
        text-align: center;
    }
    .half{
        display: flex;
        justify-content: center;
    }
    .half .beginnermark{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 50%;
        font-size: 35px;
    }
    .half .subtitle-green {
        font-size: 30px;
        width: 80%;
    }
    .imgsection .twoways{
        display: flex;
        justify-content: space-around;
        width: 60%;
    }
    .imgsection{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 100px;
    }
    .subbutton2 p{
        font-size: 50px;
        text-align: center;
    }
    .list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list .center-list{
     width: 70%;
    }

    .list .center-list li{
     list-style: none;
    }

    .list .center-list li h5{
        color: #1aa692;
        font-size: 18px;
        margin: 10px 0px 10px 0px;
    }

    .list .center-list li .title i{
        margin: 30px;
    }

    .list .center-list li .title{
        background-color: #1aa692;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .list .center-list a img{
        width: 100%;
    }

    .subbutton2 .jumpbuttonlist2 {
        display: none;
    }

    .list .center-list li .title i{
        margin: 10px;
    }

    .list .center-list li .title h4{
        font-size: 18px;
    }
    .list .center-list li p img{
        width: auto;
    }
    .list .center-list li p a img{
        width: 100%;
    }
    .sp{
        display: none;
    }
}


/*-----------------------ボタン-----------------------*/
}
@media screen and (max-width:400px) {
}
@media screen and (min-width:960px) {
}
@media screen and (min-width:1100px) {
}
@media screen and (max-width:1320px) {
}
@media screen and (min-width:1500px) {
}