@import url(https://fonts.googleapis.com/icon?family=Material+Icons);


@media print, screen and (min-width: 1025px) {
path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2.5s ease forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}
.loader {
  position: fixed;
  inset: 0;
  background: #edd6c0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-logo {
  width: 400px;
  height: auto;
  /*animation: spin 3s linear infinite;
  transform-origin: center;*/
}

.loader p {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0.05em;
}

path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2.5s ease forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}
/* ローディング完了後に非表示にする想定 */
body.loaded .loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

ul.faqspace {
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
	overflow: hidden;
	color: #260e12;
    background-color: #edd6c0;
    border-radius: 5px;
    border: 1px solid #260e12;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}
ul.faqspace li{padding-left: 1.6em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.4em;
	position: absolute;
	left: -0.29em;
	font-size: 30pt;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
    font-weight: 700;
	color: #d8504b;
}
.faqspace li {
    color: #260e12;
    font-size: 15pt;
	line-height: 30px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
	position: relative;
}
.answers {
	padding-right: 15px;
	padding-left: 15px;
}
.answers:not(:last-child) {margin-bottom: 30px;}
.answers p:not(:last-child) {margin-bottom: 10px;}
.answers p{
	font-size: 13pt;
	line-height: 28px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
}

.tables {margin-bottom: 30px;}
.price_table {
    width: 100%;
    border-collapse:collapse;
    margin-bottom: 30px;
}
.price_table th{
    border-collapse:collapse;
    font-size: 12pt;
	line-height: 23px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    background-color: #b59b81;
    color: #fff;
}
.price_table td{
    border-collapse:collapse;
    font-size: 13pt;
	line-height: 23px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    /*border-bottom: 1px solid #b59b81;*/
}
.price_table tr:nth-child(odd) td{
    background-color: #f9f4ee;
}



.tab-tittle {
    display: flex;
    margin-bottom: 50px;
}

.to-tittle {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 55pt;
    line-height: 70px;
    text-transform: uppercase; 
}
.tab__list {margin-left: 50px;}
.tab__list .mysvg {
    width: 10px;
    position: absolute;
    top: 36%;
    right: 0;
    display: block;
    color: #fff;
    fill: currentColor;
    margin-right: 20px;
}

#tab {
	overflow: hidden;
	position: relative;
	display: flex;
	/*justify-content: space-between;
	align-items: center;*/
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 10px;
}

#tab li {
	margin-right:10px;
	box-sizing: border-box;
}
#tab li span{
	margin-right:5px;
	font-size: 10pt;
	display: inline-block;
	vertical-align:5%;
}
#tab li a {
	display: block;
	color: #fff;
    background-color: #d2b79d;
	font-size: 14pt;
	line-height: 38px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    letter-spacing: 1px;
    position: relative;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 65px;
	padding-left: 25px;
	border-radius: 5px;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}
#tab li a:hover {
	color: #fff;
	background-color: #260e12;
    box-shadow: 1px 1px 0px rgba(38 14 18 / 100%);
}


#tab li.present a {
	color: #fff;
    background-color: #da4947;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}

#tab li.present a:hover {
	color: #fff;
	background-color: #bb1f1d;
    box-shadow: 1px 1px 0px rgba(38 14 18 / 100%);
}


.orangebanners h2{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -60px;
    color: #f46a16;
}

.wakugumi h2{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -62px;
    color: #b69a7e;
}
.wakugumi .comennt2b{margin-bottom: 60px;}
.wakugumi {
    position: relative;
    box-sizing: border-box;
    background-color: #f6e9dd;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    min-width: 1100px;
    margin-right: 54px;
    margin-left: 50px;
    border: 2px solid #b69a7e;
    border-radius: 6px;
    box-shadow: 4px 4px 0px rgba(182 154 126 / 100%);
}

.orangebanners {
    min-width: 1100px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: #f46a16;
    color: #fff;
    box-sizing: border-box;
    padding: 80px;
    border-radius: 60px;
    position: relative;
    margin-bottom: 30px;
}
.fullbanners2 h2{text-align: center;}
.fullbanners2 {
    min-width: 1100px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: #ccc;
    box-sizing: border-box;
    padding: 80px;
    border-radius: 60px;
    transition: all .3s;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/full-image-02.webp);
}



.grbk {
    background: linear-gradient(180deg, #da4947 0%, #da4947 70%, #eed5be 70%, #eed5be 100%);
    margin-bottom: 120px;
}

.fullbanners {
    min-width: 1100px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: #ccc;
    box-sizing: border-box;
    padding: 80px;
    border-radius: 60px;
    transition: all .3s;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/full-image-01.webp);
}

.totop30{margin-top: 70px;}
.cars2 {
    position: absolute;
    width: 480px;
    right: 0;
    bottom: 0;
    margin-right: -80px;
    margin-bottom: -30px;
}
.reds-kakomi {
    position: relative;
    box-sizing: border-box;
    padding-top: 55px;
    padding-bottom: 65px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #d8514c;
    color: #edd6c0;
    border-radius: 5px;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
    border: 1px solid #260e12;
    margin-bottom: 20px;
}
.reds-kakomi h3{
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
    font-weight: 700;
	font-size: 55pt;
	line-height: 60px;
	margin-bottom: 30px;
}
.reds-kakomi p{
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 33px;
	font-weight: normal;
    etter-spacing: 1px;
    width: 60%;
}

.wrap-kakomi {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 45px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 0px rgba(234 214 192 / 100%);
    border: 1px solid #edd6c0;
}
.wrap-kakomi:not(:last-child) {margin-bottom: 20px;}
.wrap-kakomi:nth-child(even) {flex-direction: row-reverse;}

.to-wrap:not(:last-child) {margin-bottom: 30px;}
.to-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.wrap-kakomi2 {
    box-sizing: border-box;
    padding: 45px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 0px rgba(234 214 192 / 100%);
    border: 1px solid #edd6c0;
}
.wrap-kakomi2:not(:last-child) {margin-bottom: 20px;}



.wrap {
	display: flex;
	justify-content: space-between;
	/*align-items: center;
	flex-wrap: wrap;*/
}
.tittle {width: 25%;color: #fff;}
.tittle h2{
    font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 65pt;
	line-height: 75px;
    margin-bottom: 35px;
}
.tittle h3{
	font-size: 17pt;
	line-height: 38px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    letter-spacing: 1px;
}

.pulldowns {width: 70%;}

.pulldowns2 {width: 100%;margin-bottom: 80px;}

/*.accordion-full2 .contents{margin-bottom: 20px;}*/
.accordion-full2:not(:last-child) {margin-bottom: 10px;}

.accordion-full2 .ban2{
    position: relative;
    list-style: none;
    cursor: pointer; /* ポインターを指さしマークに変更 */
    
    box-sizing: border-box;
    background-color: #eed5be;
    padding-top: 33px;
    padding-right: 20px;
    padding-bottom: 33px;
    padding-left: 20px;
    transition: all .3s;
    border-radius: 5px;
    border: 4px solid #260e12;
}
.accordion-full2 .ban2:not(:first-child) {}
.accordion-full2 .ban2:not(:last-child) {}
.accordion-full2 .ban2::-webkit-details-marker {display: none;}

.accordion-full2 .contents {
    margin-right: auto;
	margin-left: auto;
    transition: all .3s;
}
.ban2::-webkit-details-marker {display: none;}
.ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 25px;
	box-sizing: border-box;
	font-size: 25pt;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	color: #da4947;
	content: "＋";
	transform-origin: center 43%;
	transition: transform 0.5s;
    
}
details[open] .ban2:before,
.acdicon details[open] .ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 25px;
	box-sizing: border-box;
	font-size: 31pt;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	color: #da4947;
	content: "−";
	transform-origin: center 43%;
	transition: transform 0.5s;
	margin-right:1px;
	margin-top:-10px;
}

.accordion-full2 .ban2 h3 {
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 16pt;
	line-height: 32px;
	font-weight: 500;
	color: #260e12;
    
}

.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
	color: #da4947;
	margin-right:15px;
	font-weight: 700;
	font-size: 30pt;
	line-height: 32px;
    display: inline-block;
    vertical-align: -20%;
}

.accordion-full2 .ban2 p {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 35px;
	font-weight: normal;
	color: #260e12;
}


.accordion-full2 .contents {
	box-sizing:border-box;
	padding:30px;
    background-color: #fff;
    transition: all .3s;
    border-radius: 5px;
    border: 4px solid #260e12;
    margin-top: -4px;
}
.to-bland {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.to-bland li{
    width: 47%;
    margin-bottom: 10px;
}
.to-bland li p{
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: normal;
	color: #260e12;
    
}
.to-bland li span{
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	color: #b49c83;
    display: block;
}

.wrap-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space0:not(:last-child) {margin-bottom: 50px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}
.wrap-space1:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space3:not(:last-child) {margin-bottom: 50px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}

.image-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.image-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image300 img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}
.image350 img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 10px;
}
.image400 img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}
.image450 img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
    border-radius: 10px;
}
.image500 img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
    border-radius: 10px;
}
.image550 img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
    border-radius: 10px;
}
.image600 img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
    border-radius: 10px;
}

.comennt-box {}
.comennt-box:not(:last-child) {}


.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}
#access  {scroll-margin-top: 200px;}

.addtext .comennt1{line-height: 25px;margin-bottom: 10px;}
.addtext .map-space{padding-bottom: 0%;height: 330px;}
.strongs span{color: #d8504b;}

.strongs li{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    /*border: 2px solid #260e12;*/
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 16pt;
    line-height: 35px;
    font-weight: 700;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
    background-color: #edd6c0;
    color: #260e12;
}
.strongs li:not(:last-child) {margin-bottom: 8px;}

.to-points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.to-points li {
    width: 32.3%;
    box-sizing: border-box;
    padding: 30px;
    color: #f7eadd;
    background-color: #e49336;
    border-radius: 6px;
}

.to-points h3{
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 16pt;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #edd6c0;
}
.to-points h3 span{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 45pt;
	line-height: 65px;
    display: block;
    margin-bottom: 5px;
}
.to-points p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 28px;
	font-weight: normal;
    position: relative;
}


.midashi1 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 15px;
    color: #260e12;
    position: relative;
}



.midashi2 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 55pt;
    line-height: 70px;
    margin-bottom: 25px;
    text-transform: uppercase; 
}
.midashi2 span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 35px;
	font-weight: 500;
    margin-left: 20px;
    vertical-align: 45%;
    display: inline-block;
}

.midashi3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 26pt;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 45px;
	text-align: center;
}

.midashi4 span{font-size: 11pt;display: block;line-height: 22px;}
.midashi4 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 22pt;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}
.midashi5 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 19pt;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 40px;
    position: relative;
    /*color: #b59b81;*/
    /*color: #b59b81;*/
}
.midashi5:before {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	width: 20%;
    height: 10px;
    margin-bottom: -26px;
    background-color: #edd6c0;
    border-radius: 40px;
}


.komidashi {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 30pt;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 65px;
    text-align: center;
    position: relative;
}
.komidashi:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
    right: 0;
	width: 70px;
    height: 3px;
    background-color: #d65750;
    margin-bottom: -70px;
    margin-left: auto;
    margin-right: auto;
}


.comennt {
    font-feature-settings: "palt" 1;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 33px;
	font-weight: normal;
    etter-spacing: 1px;
}

.comennt2 {
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 33px;
	text-align: center;
	font-weight: normal;
    letter-spacing: 1px;
}

.comennt2b {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 35px;
	text-align: center;
	font-weight: 700;
    letter-spacing: 1px;
}



.comennt3 {
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 35px;
	font-weight: normal;
    etter-spacing: 1px;
}


.comennt4 {
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 35px;
	font-weight: 700;
    etter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom:  1px solid #b59b81;
}



.maps {
    min-width: 1100px;
    margin-right: 50px;
    margin-left: 50px; 
}



.map-space {
	position: relative;
	padding-bottom: 40%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
    border-radius: 20px;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points1:not(:last-child) {margin-bottom: 15px;}


ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
    padding-top: 10px;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 700;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points2 li span{
	font-weight: 700;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    width: 150px;
    display: inline-block;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #b49c83;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points3 li:not(:last-child) {margin-bottom: 0px;}
.points3:not(:last-child) {margin-bottom: 20px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}

.bland {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: auto;
	margin-left: auto;
   
}
.bland li{width: 24.5%;line-height: 0;}

.bland li:nth-child(1) {margin-bottom: 5px;}
.bland li:nth-child(2) {margin-bottom: 5px;}
.bland li:nth-child(3) {margin-bottom: 5px;}
.bland li:nth-child(4) {margin-bottom: 5px;}
.bland li:nth-child(5) {margin-bottom: 5px;}
.bland li:nth-child(6) {margin-bottom: 5px;}
.bland li:nth-child(7) {margin-bottom: 5px;}
.bland li:nth-child(8) {margin-bottom: 5px;}

.beigebk {
    background: linear-gradient(180deg, #f7e9dc 0%, #f7e9dc 70%, #da4947 70%, #da4947 100%);
    position: relative;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}
.beigebk h2{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -40px;
    color: #260e12;
}


.whbk{position: relative;background-color: #FFF;}
.tobk {position: relative;background-color: #da4947; color: #eed5be;}
.tobk2{position: relative;background-color: #ccc;}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}


.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;		
}
.textbox-topics {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 150px;
	position: relative;		
}
.textbox3 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;	
}

.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 120px;
	position: relative;	
}
.textbox0 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox0 .comennt2{margin-bottom: 40px;font-weight: 600;}

main {
    background: linear-gradient(180deg, #eed5be 0%, #eed5be 50%, #da4947 50%, #da4947 100%);
}

.to-car {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 450px;
    margin-right: 50px;
    margin-bottom: -130px;
    z-index: 2;
}

.main-space {
    position: relative;
    margin-top: 135px;
}
.tittle-main {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 5%;
    margin-bottom: -60px;
    z-index: 2;
}
.tittle-main h3{
    font-family: corporate-logo-ver2, sans-serif;
    /*font-feature-settings: "palt" 1;*/
	font-weight: 700;
	font-size: 80pt;
    line-height: 125px;
    color: #eed5be;
    padding-top: 20px;
    text-shadow: 5px 5px 0px #260e12;
}
.kakomi{
    background-color: #fff;
    font-feature-settings: "palt" 1;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 29pt;
    line-height: 70px;
    font-weight: 600;
    color: #260e12;
    display: inline;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    border: 5px solid #260e12;
}
.reds {color: #da4947;}

.main-images {
    display: flex;
	justify-content: space-between;
    /*flex-wrap: wrap;*/
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.main-images li {width: 24.7%;}
.main-images li img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50px;
    box-sizing: border-box;
    border: 8px solid #260E12;
}



.hed-space {
	width: 95%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    /*align-items: center;*/
    transition: all .5s;
}
.change-color .hed-space {
	width: 96%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom:5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    /*align-items: center;*/
    transition: all .5s;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
    width: 28%;
    max-width: 360px;
   /* width: 45%;
	max-width: 390px;
    min-width: 320px;*/
	margin-top: 5px;
	transition: all .5s;
}

.change-color #logo {
	width: 240px;
	margin-top: 0px;
	transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}


.header.change-color {
    /*background-color: #eed5be;*/
	background: rgba(238 213 190 / 90%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hedbtm {
    margin-top: 10px;
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    align-items: center;
}

.to-sns {
    display: flex;
    padding-top: 10px;
    margin-right: 20px;
}

.to-sns li:nth-child(2) .mysvg{margin-left: 7px;width: 22px;}
.to-sns li:nth-child(3) .mysvg{margin-left: 5px;width: 22px;}
.to-sns .mysvg{
    display: inline-block;
}
.telnum .mysvg{
	display: inline-block;
    width: 20px;
    vertical-align: -2%;
	margin-right: 5px;
}
.telnum {
	font-size: 26pt;
	line-height: 37px;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    margin-right: 20px;
}
.telnum a{color: #260e12;}

.to-bnr {
    display: flex;
	/*justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
}
.to-bnr li:nth-child(2){width: 150px;margin-left: 10px;}

.change-color .buttons {
    padding-top: 10px;
	padding-bottom: 10px;
}


.buttons .mysvg {
	display: inline-block;
    width: 20px;
    vertical-align: -10%;
	margin-right: 9px;
	color: #fff;
	fill: currentColor;
}
.buttons:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.buttons {
	text-decoration: none;
	line-height: 22px;
	outline: none;
	/*font-feature-settings: "palt" 1;*/
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-size: 12pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 3px;
	padding-top: 15px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 15px;
    text-align: center;
}
.buttons::before,
.buttons::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttons,
.buttons::before,
.buttons::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.to-form {
    color: #fff;
	background-color: #0c9f97;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
    box-sizing: border-box;
    border: 2px solid #0c9f97;
}
.to-form:hover {
	color: #fff;
	background-color: #00726c;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 2px solid #00726c;
}
.to-access {
    color: #fff;
	background-color: #e79020;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
    box-sizing: border-box;
    border: 2px solid #e79020;
}
.to-access:hover {
	color: #fff;
	background-color: #cd7300;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 2px solid #cd7300;
}


.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.gloval-menu {}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu li:nth-child(1)  {margin-left: 0px;margin-right: 10px;}
.gloval-menu li:nth-child(6)  {margin-left: 10px;margin-right: 0px;}

.change-color .gloval-menu .c-menu01 a {margin-top: 5px;transition: all .2s;}

.gloval-menu .c-menu01 {margin-left: 10px;margin-right: 10px;}
.gloval-menu .c-menu01 a {
    transition: all .2s;
    font-feature-settings: "palt" 1;
	position: relative;
	margin-top: 10px;
	color: #260e12;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gloval-menu .c-menu01 a.current {color: #da4947;position: relative;}
/*.gloval-menu .c-menu01 a.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}*/
/*.gloval-menu .c-menu01 a:active {background-color: #FF6600;}*/

/*.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}*/
.gloval-menu .c-menu01 a:hover{
	color: #da4947;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 .cnavs.current {color: #da4947;position: relative;}
/*.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #da4947;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}*/
.change-color .cnavs {margin-top: 5px;transition: all .2s;}
.cnavs {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 10px;
    transition: all .2s;
}
/*.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.cnavs:hover::after {transform: scale(1, 1);}*/
.cnavs .mysvg{
    color: #da4947;
	fill: currentColor;
    display: inline-block;
	width: 14px;
	margin-left: 2px;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
/*.c-menu02:hover {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}*/
.gloval-menu .c-menu02:hover{
	position: relative;
	color: #da4947;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu ul .cec_01 .level1 {margin-left: -94px;}

.gloval-menu ul .c-menu02 .level1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 30px;
    left: -240%;
    transform-origin: top;
	margin-top: 16px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #da4947;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}
.change-color .c-menu02:hover ul,
.change-color .c-menu02:focus-within ul {margin-top: 16px;}

.level1 li {
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}
.to700 {min-width: 700px;}
.to600 {min-width: 600px;}
.to500 {min-width: 450px;}
.level1 {margin-top: 10px;}
.level1 a {
    color: #fff!important;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 13pt;
	line-height: 30px;
	font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}
/*.gloval-menu .c-menu02::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 5px;
	transform: scale(0, 1);
	opacity: 0;
	transition: transform 0.3s;
	background-color: #FF6600;
}

.gloval-menu .c-menu02:hover::after {
	opacity: 1;
	transform: scale(1, 1);
}*/




.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
/*
.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 11pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #0058a4;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #004682;}
.level1 a:focus {background-color: #004682;}
.level1 a:hover::after {transform: scale(0, 0);}*/





body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	/*font-feature-settings: "palt" 1;*/
	font-family: "source-han-sans-japanese", sans-serif;
	color: #260e12;
    background-color: #eed5be;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu {
    margin-top: 140px;
    position: relative;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #eed5be 0%, #eed5be 50%, #da4947 50%, #da4947 100%);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.pankuzu .main-images {
    display: flex;
	justify-content: space-between;
    /*flex-wrap: wrap;*/
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.pankuzu .main-images li {width: 24.7%;}
.pankuzu .main-images li img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50px;
    box-sizing: border-box;
    border: 8px solid #260E12;
}
.pankuzu .to-car {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    margin-right: 120px;
    margin-bottom: 10px;
    z-index: 2;
}
/*.pankuzu-space {
	width: 96%;
	padding: 50px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	background-color: #F2F2F2;
	min-width: 1100px;
}*/
.pankuzu-space {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 5%;
    margin-bottom: 60px;
    z-index: 2;
}
.pankuzu h2 {
    font-feature-settings: "palt" 1;
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 700;
	font-size: 60pt;
    line-height: 85px;
    color: #eed5be;
    margin-bottom: 20px;
    /*padding-top: 20px;*/
    text-shadow: 5px 5px 0px #260e12;
}

.pages {
    font-family: din-2014, sans-serif;
	color: #fff;
	font-size: 11pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}
.down40 {margin-bottom: 40px;}
.down50 {margin-bottom: 50px;}



.c-btm {
	display: table;
	padding-top:60px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:60px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:60px;
}
.w90 {width: 90%;}


.button1 .mysvg {
	width:15px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right:40px;
    position: absolute;
    right: 0;
    top: 37%;
}
.button1:hover .mysvg{
	color: #da4947;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 33px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 15pt;
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 25px;
	padding-right:90px;
	padding-left:40px;
	padding-bottom: 25px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
    color: #fff;
    background: #260e12;
    border-radius: 5px;
    box-sizing: border-box;
    border: 5px solid #260E12;
}
.button1:hover {
	color: #260e12;
	background: #eed5be;
    border-radius: 85px;
    box-sizing: border-box;
    border: 5px solid #260E12;
}



.btms {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    padding-top: 30px;
}
.btms li{width: 32.3%;}
.btms li:nth-child(1) {margin-bottom: 1%;margin-left: 0.5%;margin-right: 0.5%;}
.btms li:nth-child(2) {margin-bottom: 1%;margin-left: 0.5%;margin-right: 0.5%;}
.btms li:nth-child(3) {margin-bottom: 1%;margin-left: 0.5%;margin-right: 0.5%;}
.btms li:nth-child(4) {margin-left: 0.5%;margin-right: 0.5%;}
.btms li:nth-child(5) {margin-left: 0.5%;margin-right: 0.5%;}


.button2 .mysvg {
	width:15px;
	display: block;
	color: #260e12;
	fill: currentColor;
	margin-right:30px;
    position: absolute;
    right: 0;
    top: 33%;
}
.button2:hover .mysvg{
	color: #fff;
	fill: currentColor;
}
.button2 {
	text-decoration: none;
	line-height: 33px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	padding-right:50px;
	padding-left:30px;
	padding-bottom: 20px;
    border-radius: 5px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
    color: #260e12;
    background: rgba(238 213 190 / 85%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    box-sizing: border-box;
    border: 1px solid #260E12;
    box-shadow: 6px 6px 0px rgba(38 14 18 / 100%);
}
.button2:hover {
	color: #fff;
    box-sizing: border-box;
    background-color: #260e12;
    border: 1px solid #260E12;
    box-shadow: 0px 0px 0px rgba(38 14 18 / 100%);
}




.button3 .mysvg {
	display: inline-block;
    width: 40px;
    vertical-align: -20%;
	margin-right: 9px;
	color: #fff;
	fill: currentColor;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 {
	text-decoration: none;
	line-height: 35px;
	outline: none;
	/*font-feature-settings: "palt" 1;*/
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-size: 18pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 3px;
	padding-top: 25px;
	padding-right:50px;
	padding-left:50px;
	height: 90px;
    text-align: center;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.to-line .mysvg {
	display: inline-block;
    width: 40px;
    vertical-align: -33%;
	margin-right: 9px;
	color: #fff;
	fill: currentColor;
}
.to-line {
    color: #260e12;
	background-color: #fff;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
    box-sizing: border-box;
    border: 2px solid #fff;
}
.to-line:hover {
	color: #fff;
	background-color: #06c755;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 2px solid #06c755;
}

.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}




footer {
	background-color: #da4947;
	color: #eed5be;
}

.foot-imfo {
    display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
    width: 90%;
	min-width: 1130px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 80px;
    padding-top: 30px;
}

.han {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
}
.han div{
    width: 49%;
}

.telnum2 a{display: flex;color: #edcdb7;}

.telnum2 .mysvg{
	display: block;
    color: #edcdb7;
    fill: currentColor;
    width: 35px;
	margin-right: 5px;
    margin-top: 35px;
}
.telnum2 h4 a{}
.telnum2 h4{
    
	font-size: 20pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 500;
    margin-left: 43px;
}
.telnum2 h3{
	font-size: 44pt;
	line-height: 60px;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    margin-right: 20px;
}
.telnum2 h3 span{
    font: normal  14pt/30px "hiragino-kaku-gothic-pron", sans-serif;
    font-feature-settings: "palt" 1;
    display: block;
}


.foot-text {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 25px;
}

.footcontena {
	padding-top: 60px;
	padding-bottom: 60px;
}

.foot-space {
    width: 90%;
	min-width: 1130px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footadd {
    width: 90%;
	min-width: 1130px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
    padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
}

.foot-left {
	
}

.foot-right {
    width: 60%;
}
.foot-right nav{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footlogo {
	width: 330px;
	line-height: 0px;
	margin-bottom: 45px;
}
.foot-menu {}

.foot-menu2 h4 .mysvg{
    width: 12px;
    display: inline-block;
    vertical-align: 2%;
    margin-left: 6px;
    color: #eed5be;
	fill: currentColor;
}
.foot-menu2 h4 {
    font-feature-settings: "palt" 1;
    font: normal  13pt/44px hiragino-kaku-gothic-pron, sans-serif;
    color: #eed5be;
}
.foot-menu2 a {color: #eed5be;}
.foot-menu2 li a:hover,
.foot-menu2 li a:focus {}
.foot-menu2 li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #eed5be;
}
.foot-menu2 li a:hover::after {transform: scale(1, 1);}
.foot-menu2 li{
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 44px;
    position: relative;
    margin-left: 10px;
}

.foot-menu2 li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
    height: 1px;
    background-color: #ccc;
    margin-left: -10px;
}

.foot-menu li .mysvg{
    width: 20px;
    display: inline-block;
    vertical-align: -12%;
    margin-right: 6px;
    color: #eed5be;
	fill: currentColor;
}
.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 44px;
	color: #eed5be;
	display:block;
    position: relative;
}

.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #eed5be;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.copy {
	font-size: 9pt;
	line-height: 16px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}



}

@media screen and (min-width: 0px) and (max-width: 1024px) {

path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2.5s ease forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}
.loader {
  position: fixed;
  inset: 0;
  background: #edd6c0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-logo {
  width: 250px;
  height: auto;
  /*animation: spin 3s linear infinite;
  transform-origin: center;*/
}

.loader p {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0.05em;
}

path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 2.5s ease forwards;
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}
/* ローディング完了後に非表示にする想定 */
body.loaded .loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

ul.faqspace {
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
	overflow: hidden;
	color: #260e12;
    background-color: #edd6c0;
    border-radius: 5px;
    border: 1px solid #260e12;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
}
ul.faqspace li{padding-left: 1.4em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
    font-weight: 700;
	color: #d8504b;
}
.faqspace li {
    color: #260e12;
    font-size: 13pt;
	line-height: 28px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
	position: relative;
}
.answers {
	padding-right: 10px;
	padding-left: 10px;
}
.answers:not(:last-child) {margin-bottom: 30px;}
.answers p:not(:last-child) {margin-bottom: 10px;}
.answers p{
	font-size: 12pt;
	line-height: 25px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
}

.tables {margin-bottom: 40px;}
    
.scrolls {
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 10px;
	
}
.scomennt {
    font-size: 10pt;
	line-height: 22px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    margin-bottom: 10px;
}
    
.price_table {
    width: 100%;
    border-collapse:collapse;
    margin-bottom: 10px;
}
.price_table th{
    border-collapse:collapse;
    font-size: 11pt;
	line-height: 22px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background-color: #b59b81;
    color: #fff;
}
.price_table td{
    border-collapse:collapse;
    font-size: 11pt;
	line-height: 22px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    /*border-bottom: 1px solid #b59b81;*/
}
.price_table tr:nth-child(odd) td{
    background-color: #f9f4ee;
}



.tab-tittle {
    /*display: flex;*/
    margin-bottom: 20px;
}

.to-tittle {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 35pt;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}
.tab__list {/*margin-left: 50px;*/}
.tab__list .mysvg {
    width: 7px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block;
    color: #fff;
    fill: currentColor;
    margin-right: 5px;
}

#tab {
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: space-between;
	/*justify-content: space-between;
	align-items: center;*/
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 5px;
}

#tab li {
	width: 32.3%;
	box-sizing: border-box;
}
#tab li span{
	margin-right:5px;
	font-size: 10pt;
	display: inline-block;
	vertical-align:5%;
}
#tab li a {
	display: block;
	color: #fff;
    background-color: #d2b79d;
	font-size: 12pt;
	line-height: 25px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
    position: relative;
	/*text-align: center;*/
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}
#tab li a:hover {
	color: #fff;
	background-color: #260e12;
    box-shadow: 1px 1px 0px rgba(38 14 18 / 100%);
}


#tab li.present a {
	color: #fff;
    background-color: #da4947;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}

#tab li.present a:hover {
	color: #fff;
	background-color: #bb1f1d;
    box-shadow: 1px 1px 0px rgba(38 14 18 / 100%);
}


.orangebanners h2{
    text-align: center;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -80px;*/
    color: #fff;margin-bottom: 25px;
}

.wakugumi h2{
    text-align: center;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -62px;*/
    color: #b69a7e;
}
.wakugumi .comennt2b{margin-bottom: 30px;}
.wakugumi {
    position: relative;
    box-sizing: border-box;
    background-color: #f6e9dd;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    
    margin-right: 14px;
    margin-left: 15px;
    border: 2px solid #b69a7e;
    border-radius: 6px;
    box-shadow: 2px 2px 0px rgba(182 154 126 / 100%);
}

.orangebanners {
    
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f46a16;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
}
.fullbanners2 h2{text-align: center;}
.fullbanners2 {
    
    margin-right: 15px;
    margin-left: 15px;
    background-color: #ccc;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    transition: all .3s;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/full-image-02.webp);
}



.grbk {
    background: linear-gradient(180deg, #da4947 0%, #da4947 70%, #eed5be 70%, #eed5be 100%);
    margin-bottom: 30px;
}

.fullbanners {
    
    margin-right: 15px;
    margin-left: 15px;
    background-color: #ccc;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    transition: all .3s;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/full-image-01.webp);
}

.totop30{margin-top: 70px;}
.cars2 {
    position: absolute;
    width: 180px;
    right: 0;
    bottom: 0;
    margin-right: -10px;
    margin-bottom: -30px;
}
.reds-kakomi {
    position: relative;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #d8514c;
    color: #edd6c0;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 1px solid #260e12;
    margin-bottom: 30px;
}
.reds-kakomi h3{
    font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
    font-weight: 700;
	font-size: 34pt;
	line-height: 45px;
	margin-bottom: 20px;
}
.reds-kakomi p{
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 27px;
	font-weight: normal;
    etter-spacing: 1px;
    
}

.wrap-kakomi {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(234 214 192 / 100%);
    border: 1px solid #edd6c0;
}
.wrap-kakomi:not(:last-child) {margin-bottom: 20px;}
.wrap-kakomi:nth-child(even) {flex-direction: row-reverse;}

.to-wrap:not(:last-child) {margin-bottom: 30px;}
.to-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.wrap-kakomi2 {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(234 214 192 / 100%);
    border: 1px solid #edd6c0;
}
.wrap-kakomi2:not(:last-child) {margin-bottom: 20px;}



.wrap {
	/*display: flex;
	justify-content: space-between;*/
	/*align-items: center;
	flex-wrap: wrap;*/
}
.tittle {color: #fff;}
.tittle h2{
    font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 35pt;
	line-height: 55px;
    margin-bottom: 5px;
    text-align: center;
}
.tittle h3{
	font-size: 13pt;
	line-height: 30px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.pulldowns {}

.pulldowns2 {width: 100%;margin-bottom: 80px;}

/*.accordion-full2 .contents{margin-bottom: 20px;}*/
.accordion-full2:not(:last-child) {margin-bottom: 10px;}

.accordion-full2 .ban2{
    position: relative;
    list-style: none;
    cursor: pointer; /* ポインターを指さしマークに変更 */
    
    box-sizing: border-box;
    background-color: #eed5be;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    transition: all .3s;
    border-radius: 5px;
    border: 4px solid #260e12;
}
.accordion-full2 .ban2:not(:first-child) {}
.accordion-full2 .ban2:not(:last-child) {}
.accordion-full2 .ban2::-webkit-details-marker {display: none;}

.accordion-full2 .contents {
    margin-right: auto;
	margin-left: auto;
    transition: all .3s;
}
.ban2::-webkit-details-marker {display: none;}
.ban2:before {
	position: absolute;
	top: calc(50% - 45%);
	right: 15px;
	box-sizing: border-box;
	font-size: 24pt;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	color: #da4947;
	content: "＋";
	transform-origin: center 43%;
	transition: transform 0.5s;
    
}
details[open] .ban2:before,
.acdicon details[open] .ban2:before {
	position: absolute;
	top: calc(50% - 45%);
	right: 18px;
	box-sizing: border-box;
	font-size: 27pt;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	color: #da4947;
	content: "−";
	transform-origin: center 43%;
	transition: transform 0.5s;
	margin-right:1px;
	margin-top:-10px;
}

.accordion-full2 .ban2 h3 {
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 500;
	color: #260e12;
    
}

.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
	color: #da4947;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 30pt;
	line-height: 32px;
    display: block;
    
}

.accordion-full2 .ban2 p {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 35px;
	font-weight: normal;
	color: #260e12;
}


.accordion-full2 .contents {
	box-sizing:border-box;
	padding:20px;
    background-color: #fff;
    transition: all .3s;
    border-radius: 5px;
    border: 4px solid #260e12;
    margin-top: -4px;
}
.to-bland {
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    padding-top: 20px;
}
.to-bland li{
    /*width: 47%;*/
    margin-bottom: 10px;
}
.to-bland li p{
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: normal;
	color: #260e12;
    
}
.to-bland li span{
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	color: #b49c83;
    display: block;
}

.wrap-space {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space:not(:last-child) {margin-bottom: 30px;}
.wrap-space0 {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space0:not(:last-child) {margin-bottom: 30px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 30px;}
.wrap-space1:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space3:not(:last-child) {margin-bottom: 30px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

/*.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}
*/
.image-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
    padding-top: 65%;
}
.image-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 10px;
}
.image300 {margin-bottom: 15px;}
.image300 img {
	display: block;
	width: 100%;
	/*height: 300px;*/
	object-fit: cover;
	border-radius: 10px;
}
.image350 {margin-bottom: 15px;}
.image350 img {
	display: block;
	width: 100%;
	/*height: 350px;*/
	object-fit: cover;
	border-radius: 10px;
}
.image400 {margin-bottom: 15px;}
.image400 img {
	display: block;
	width: 100%;
	/*height: 400px;*/
	object-fit: cover;
	border-radius: 10px;
}
.image450 {margin-bottom: 15px;}
.image450 img {
	display: block;
	width: 100%;
	/*height: 450px;*/
	object-fit: cover;
    border-radius: 10px;
}
.image500 {margin-bottom: 15px;}
.image500 img {
	display: block;
	width: 100%;
	/*height: 500px;*/
	object-fit: cover;
    border-radius: 10px;
}
.image550 {margin-bottom: 15px;}
.image550 img {
	display: block;
	width: 100%;
	/*height: 500px;*/
	object-fit: cover;
    border-radius: 10px;
}
.image600 {margin-bottom: 15px;}
.image600 img {
	display: block;
	width: 100%;
	/*height: 600px;*/
	object-fit: cover;
    border-radius: 10px;
}

.comennt-box {}
.comennt-box:not(:last-child) {}

/*
.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}*/


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}
#access  {scroll-margin-top: 90px;}

.addtext .comennt1{line-height: 25px;margin-bottom: 10px;}
.addtext .map-space{padding-bottom: 0%;height: 330px;}
.strongs span{color: #d8504b;}

.strongs li{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    /*border: 2px solid #260e12;*/
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14pt;
    line-height: 27px;
    font-weight: 700;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    background-color: #edd6c0;
    color: #260e12;
}
.strongs li:not(:last-child) {margin-bottom: 8px;}

.to-points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.to-points li {
    width: 32.3%;
    box-sizing: border-box;
    padding: 30px;
    color: #f7eadd;
    background-color: #e49336;
    border-radius: 6px;
}

.to-points h3{
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 16pt;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #edd6c0;
}
.to-points h3 span{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 45pt;
	line-height: 65px;
    display: block;
    margin-bottom: 5px;
}
.to-points p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 28px;
	font-weight: normal;
    position: relative;
}


.midashi1 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 15px;
    color: #260e12;
    position: relative;
}



.midashi2 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 34pt;
    line-height: 48px;
    margin-bottom: 25px;
    text-transform: uppercase; 
}
.midashi2 span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 500;
    vertical-align: 45%;
    display: block;
}

.midashi3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}

.midashi4 span{font-size: 11pt;display: block;line-height: 22px;}
.midashi4 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.midashi5 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 30px;
    position: relative;
    /*color: #b59b81;*/
    /*color: #b59b81;*/
}
.midashi5:before {
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	width: 15%;
    height: 10px;
    margin-bottom: -18px;
    background-color: #edd6c0;
    border-radius: 40px;
}


.komidashi {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 35px;
    text-align: center;
    position: relative;
}
.komidashi:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
    right: 0;
	width: 50px;
    height: 3px;
    background-color: #d65750;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
}


.comennt {
    font-feature-settings: "palt" 1;
	font-size: 11pt;
	line-height: 27px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}

.comennt2 {
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 30px;
	
	font-weight: normal;
    
}

.comennt2b {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 30px;
	/*text-align: center;*/
	font-weight: normal;
}



.comennt3 {
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}


.comennt4 {
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 700;
    etter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom:  1px solid #b59b81;
}



.maps {
    
    margin-right: 15px;
    margin-left: 15px; 
}



.map-space {
	position: relative;
	padding-bottom: 70%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
    border-radius: 10px;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points1:not(:last-child) {margin-bottom: 15px;}


ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
    padding-top: 10px;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 700;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points2 li span{
	font-weight: 700;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    width: 150px;
    display: inline-block;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #b49c83;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 20px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}

.bland {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: auto;
	margin-left: auto;
    padding-top: 20px;
}
.bland li{width: 49%;line-height: 0;}

.bland li:nth-child(1) {margin-bottom: 5px;}
.bland li:nth-child(2) {margin-bottom: 5px;}
.bland li:nth-child(3) {margin-bottom: 5px;}
.bland li:nth-child(4) {margin-bottom: 5px;}
.bland li:nth-child(5) {margin-bottom: 5px;}
.bland li:nth-child(6) {margin-bottom: 5px;}
.bland li:nth-child(7) {margin-bottom: 5px;}
.bland li:nth-child(8) {margin-bottom: 5px;}
.bland li:nth-child(9) {margin-bottom: 5px;}
.bland li:nth-child(10) {margin-bottom: 5px;}

.beigebk {
    background: linear-gradient(180deg, #f7e9dc 0%, #f7e9dc 80%, #da4947 80%, #da4947 100%);
    position: relative;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.beigebk h2{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -30px;
    color: #260e12;
}
.beigebk .midashi2 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 25pt;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: uppercase; 
}
.beigebk h3 {font-weight: normal;}
.beigebk .comennt2 {
    font-size: 12pt;
    line-height: 25px;
    font-weight: normal!important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
    
.whbk{position: relative;background-color: #FFF;}
.tobk {position: relative;background-color: #da4947; color: #eed5be;}
.tobk2{position: relative;background-color: #ccc;}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}
.spd {margin-bottom: 15px;}

.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;		
}
.textbox-topics {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;		
}
.textbox3 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;	
}

.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 50px;
	position: relative;	
}
.textbox0 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox0 .comennt2{margin-bottom: 20px;font-weight: 600;}

main {
    background: linear-gradient(180deg, #eed5be 0%, #eed5be 50%, #da4947 50%, #da4947 100%);
}

.to-car {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    margin-right: 10px;
    margin-bottom: -40px;
    z-index: 2;
}

.main-space {
    position: relative;
    margin-top: 70px;
    padding-bottom: 20px;
}
.tittle-main {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 5%;
    margin-bottom: -5px;
    z-index: 2;
}
.tittle-main h3{
    font-family: corporate-logo-ver2, sans-serif;
    /*font-feature-settings: "palt" 1;*/
	font-weight: 700;
	font-size: 30pt;
    line-height: 45px;
    color: #eed5be;
    padding-top: 10px;
    text-shadow: 3px 3px 0px #260e12;
}
.kakomi{
    background-color: #fff;
    font-feature-settings: "palt" 1;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 13pt;
    line-height: 35px;
    font-weight: 600;
    color: #260e12;
    display: inline;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 3px solid #260e12;
}
.reds {color: #da4947;}

.main-images {
    display: flex;
	justify-content: space-between;
    /*flex-wrap: wrap;*/
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.main-images li {width: 24.7%;}
.main-images li img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 5px;
    box-sizing: border-box;
    border: 4px solid #260E12;
}



.hed-space {
	width: 95%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    /*align-items: center;*/
    transition: all .5s;
}
.change-color .hed-space {
	width: 96%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom:5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    /*align-items: center;*/
    transition: all .5s;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
    width: 28%;
    max-width: 360px;
   /* width: 45%;
	max-width: 390px;
    min-width: 320px;*/
	margin-top: 5px;
	transition: all .5s;
}

.change-color #logo {
	width: 240px;
	margin-top: 0px;
	transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}


.header.change-color {
    /*background-color: #eed5be;*/
	background: rgba(238 213 190 / 90%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hedbtm {
    margin-top: 10px;
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    align-items: center;
}

.to-sns {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    
}
.to-sns li:nth-child(1) .mysvg{width: 22px;}
.to-sns li:nth-child(2) .mysvg{margin-left: 7px;width: 22px;}
.to-sns li:nth-child(3) .mysvg{margin-left: 5px;width: 22px;}
.to-sns .mysvg{
    display: inline-block;
}
.telnum .mysvg{
	display: inline-block;
    width: 20px;
    vertical-align: -2%;
	margin-right: 5px;
}
.telnum {
	font-size: 26pt;
	line-height: 37px;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    text-align: center;
}
.telnum a{color: #260e12;}

.to-bnr {
    display: flex;
	/*justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
}
.to-bnr li:nth-child(2){width: 150px;margin-left: 10px;}

.change-color .buttons {
    padding-top: 10px;
	padding-bottom: 10px;
}


.buttons .mysvg {
	display: inline-block;
    width: 20px;
    vertical-align: -10%;
	margin-right: 9px;
	color: #fff;
	fill: currentColor;
}
.buttons:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.buttons {
	text-decoration: none;
	line-height: 22px;
	outline: none;
	/*font-feature-settings: "palt" 1;*/
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-size: 12pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 3px;
	padding-top: 15px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 15px;
    text-align: center;
}
.buttons::before,
.buttons::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttons,
.buttons::before,
.buttons::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.to-form {
    color: #fff;
	background-color: #0c9f97;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    box-sizing: border-box;
    border: 2px solid #0c9f97;
}
.to-form:hover {
	color: #fff;
	background-color: #0c9f97;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    box-sizing: border-box;
    border: 2px solid #0c9f97;
}
.to-access {
    color: #fff;
	background-color: #e79020;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
    box-sizing: border-box;
    border: 2px solid #e79020;
}
.to-access:hover {
	color: #fff;
	background-color: #cd7300;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 2px solid #cd7300;
}


.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.gloval-menu {}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu li:nth-child(1)  {margin-left: 0px;margin-right: 10px;}
.gloval-menu li:nth-child(6)  {margin-left: 10px;margin-right: 0px;}

.change-color .gloval-menu .c-menu01 a {margin-top: 5px;transition: all .2s;}

.gloval-menu .c-menu01 {margin-left: 10px;margin-right: 10px;}
.gloval-menu .c-menu01 a {
    transition: all .2s;
    font-feature-settings: "palt" 1;
	position: relative;
	margin-top: 10px;
	color: #260e12;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gloval-menu .c-menu01 a.current {color: #da4947;position: relative;}
/*.gloval-menu .c-menu01 a.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}*/
/*.gloval-menu .c-menu01 a:active {background-color: #FF6600;}*/

/*.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}*/
.gloval-menu .c-menu01 a:hover{
	color: #da4947;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 .cnavs.current {color: #da4947;position: relative;}
/*.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #da4947;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}*/
.change-color .cnavs {margin-top: 5px;transition: all .2s;}
.cnavs {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	font-size: 15pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 10px;
    transition: all .2s;
}
/*.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.cnavs:hover::after {transform: scale(1, 1);}*/
.cnavs .mysvg{
    color: #da4947;
	fill: currentColor;
    display: inline-block;
	width: 14px;
	margin-left: 2px;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
/*.c-menu02:hover {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}*/
.gloval-menu .c-menu02:hover{
	position: relative;
	color: #da4947;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu ul .cec_01 .level1 {margin-left: -94px;}

.gloval-menu ul .c-menu02 .level1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 30px;
    left: -240%;
    transform-origin: top;
	margin-top: 16px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #da4947;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}
.change-color .c-menu02:hover ul,
.change-color .c-menu02:focus-within ul {margin-top: 16px;}

.level1 li {
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}
.to700 {min-width: 700px;}
.to600 {min-width: 600px;}
.to500 {min-width: 450px;}
.level1 {margin-top: 10px;}
.level1 a {
    color: #fff!important;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 13pt;
	line-height: 30px;
	font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}
/*.gloval-menu .c-menu02::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 5px;
	transform: scale(0, 1);
	opacity: 0;
	transition: transform 0.3s;
	background-color: #FF6600;
}

.gloval-menu .c-menu02:hover::after {
	opacity: 1;
	transform: scale(1, 1);
}*/




.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
/*
.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 11pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #0058a4;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #004682;}
.level1 a:focus {background-color: #004682;}
.level1 a:hover::after {transform: scale(0, 0);}*/





body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	/*font-feature-settings: "palt" 1;*/
	font-family: "source-han-sans-japanese", sans-serif;
	color: #260e12;
    background-color: #eed5be;
	-webkit-text-size-adjust:100%;
}



.pankuzu {
    margin-top: 70px;
    position: relative;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #eed5be 0%, #eed5be 20%, #da4947 20%, #da4947 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pankuzu .main-images {
    display: flex;
	justify-content: space-between;
    /*flex-wrap: wrap;*/
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.pankuzu .main-images li {width: 24.7%;}
.pankuzu .main-images li img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 10px;
    box-sizing: border-box;
    border: 4px solid #260E12;
}
.pankuzu .to-car {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    margin-right: 0px;
    margin-bottom: -3px;
    z-index: 2;
}
/*.pankuzu-space {
	width: 96%;
	padding: 50px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	background-color: #F2F2F2;
	min-width: 1100px;
}*/
.pankuzu-space {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    z-index: 2;
    text-align: center;
}
.pankuzu h2 {
    font-feature-settings: "palt" 1;
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 700;
	font-size: 23pt;
    line-height: 35px;
    color: #eed5be;
    margin-bottom: 10px;
    /*padding-top: 20px;*/
    text-shadow: 2px 2px 0px #260e12;

}

.pages {
    font-family: din-2014, sans-serif;
	color: #fff;
	font-size: 11pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}
.down40 {margin-bottom: 40px;}
.down50 {margin-bottom: 50px;}



.c-btm {
	display: table;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.l-btm {
	display: table;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.w90 {width: 100%;}


.button1 .mysvg {
	width:12px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right:20px;
    position: absolute;
    right: 0;
    top: 37%;
}
.button1:hover .mysvg{
	color: #da4947;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 12pt;
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	padding-right:50px;
	padding-left:20px;
	padding-bottom: 15px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
    color: #fff;
    background: #260e12;
    border-radius: 5px;
    box-sizing: border-box;
    border: 5px solid #260E12;
}
.button1:hover {
	color: #260e12;
	background: #eed5be;
    border-radius: 85px;
    box-sizing: border-box;
    border: 5px solid #260E12;
}



.btms {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 10px;
}
.btms li{}
/*.btms li:nth-child(1) {margin-bottom: 1%;}
.btms li:nth-child(2) {margin-bottom: 1%;}
.btms li:nth-child(3) {margin-bottom: 1%;}*/


.button2 .mysvg {
	width:10px;
	display: block;
	color: #260e12;
	fill: currentColor;
	margin-right:10px;
    position: absolute;
    right: 0;
    top: 33%;
}
.button2:hover .mysvg{
	color: #fff;
	fill: currentColor;
}
.button2 {
	text-decoration: none;
	line-height: 23px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 12pt;
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 8px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
    color: #260e12;
    background: rgba(238 213 190 / 85%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    box-sizing: border-box;
    border: 1px solid #260E12;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}
.button2:hover {
	color: #260e12;
    background: rgba(238 213 190 / 85%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    box-sizing: border-box;
    border: 1px solid #260E12;
    box-shadow: 4px 4px 0px rgba(38 14 18 / 100%);
}




.button3 .mysvg {
	display: inline-block;
    width: 30px;
    vertical-align: -20%;
	margin-right: 9px;
	color: #fff;
	fill: currentColor;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 {
	text-decoration: none;
	line-height: 25px;
	outline: none;
	/*font-feature-settings: "palt" 1;*/
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-size: 15pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 3px;
	padding-top: 13px;
	padding-right:50px;
	padding-left:50px;
	height: 60px;
    text-align: center;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.to-line .mysvg {
	display: inline-block;
    width: 30px;
    vertical-align: -30%;
	margin-right: 9px;
	color: #fff;
	fill: currentColor;
}
.to-line {
    color: #fff;
	background-color: #06c755;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 2px solid #06c755;
}
.to-line:hover {
	color: #fff;
	background-color: #06c755;
    box-shadow: 2px 2px 0px rgba(38 14 18 / 100%);
    border: 2px solid #06c755;
}

.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}




footer {
	background-color: #da4947;
	color: #eed5be;
}

.foot-imfo {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    width: 90%;
	
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 40px;
    padding-top: 10px;
}

.han {
    /*display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;*/
}
.han div{
    margin-bottom: 8px;
    /*width: 49%;*/
}

.telnum2 a{display: flex;color: #edcdb7;justify-content: center;}

.telnum2 .mysvg{
	display: inline-block;
    color: #edcdb7;
    fill: currentColor;
    width: 20px;
	margin-right: 2px;
    margin-top: 25px;
}
.telnum2 h3{
	font-size: 30pt;
	line-height: 47px;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    /*text-align: center;*/
}
.telnum2 h3 span{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 20px;
    font-weight: normal;
}
.telnum2 h4{
    margin-bottom: 10px;
	font-size: 15pt;
	line-height: 28px;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 500;
    
}


.foot-text {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 25px;
    text-align: center;
}

.footcontena {
	padding-top: 20px;
	padding-bottom: 20px;
}

.foot-space {
    width: 90%;
	
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.footadd {
    width: 90%;
	
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
    padding-top: 10px;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
}

.foot-left {
	
}

.foot-right {
    
}
.foot-right nav{
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.footlogo {
	width: 250px;
	line-height: 0px;
	margin-bottom: 35px;
    margin-right: auto;
	margin-left: auto;
}
.foot-menu {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



/*.foot-menu2 li a:hover,
.foot-menu2 li a:focus {}
.foot-menu2 li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #eed5be;
}
.foot-menu2 li a:hover::after {transform: scale(1, 1);}*/
/*.foot-menu2 li{
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 10pt;
	line-height: 22px;
    position: relative;
    margin-left: 10px;
}*/
.foot-menu2 {
    padding-top: 10px;
    /*margin-bottom: 3px;*/
    /*padding: 10px;
    box-sizing: border-box;
    background-color: #eed5be;
    margin-bottom: 4px;
    border-radius: 3px;*/
}
.foot-menu2 ul{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-menu2 li {width: 32.4%;margin-bottom: 3px;}

.foot-menu2 li a{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #eed5be;
	display:block;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #261012;border-radius: 3px;
}
.foot-menu2 h4 .mysvg{
    width: 12px;
    display: inline-block;
    vertical-align: 2%;
    margin-left: 6px;
    color: #eed5be;
	fill: currentColor;
}
.foot-menu2 h4 {
    font-feature-settings: "palt" 1;
    font: normal  13pt/25px hiragino-kaku-gothic-pron, sans-serif;
    color: #fff;
    margin-bottom: 3px;
}


/*.foot-menu2 li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
    height: 1px;
    background-color: #ccc;
    margin-left: -10px;
}
*/
.foot-menu li .mysvg{
    width: 20px;
    display: inline-block;
    vertical-align: -22%;
    margin-right: 6px;
    color: #eed5be;
	fill: currentColor;
}
.foot-menu li {width: 49.5%;margin-bottom: 3px;}
.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #eed5be;
	display:block;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #261012;border-radius: 3px;
}

/*.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #eed5be;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}*/

.copy {
    text-align: center;
    padding-top: 15px;
	font-size: 9pt;
	line-height: 16px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}



}

.to-sns li:nth-child(1) .mysvg{width: 22px;display: none;}




