@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
    scroll-behavior: smooth;
}

a {
color:#F00;
text-decoration:underline;
}


body {
	font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
	background-color: #ffffff;
	color:#000000;
	min-width:1200px;
	line-height: 1.8;

}

@media screen and (max-width: 979px) {
body {
	min-width:100%;
	font-size: 16px;
	line-height: 1.8
}

.max_w{width: 100%;}
.max_w90{width: 90%;}
.max_w95{width: 95%;}
}


img {
	vertical-align: bottom;
}
.pc {
	display: block;
}
.sp {
	display: none;
}


.wrapper {
	padding:0;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	min-width:1000px;
}



@media screen and (max-width: 979px) {
.pc {
	display: none;
}
.sp{
	display: block;
}

.wrapper {
	padding:0;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	min-width:100%;
}

}



.txt_red{
color: #ea5515;

}



.top{
    text-align: center;
    margin:0 auto ;
	background: url('../img/top_bg.jpg') top center no-repeat;
	background-size: cover;
    padding: 40px 0;

}
.top_in{
width: 1000px;
margin: 0 auto;
padding: 0;

}

.top h1{
margin: 0;
padding: 0;
padding:0 0 15px 0;
text-align: left;
}

.top_img{
margin: 0;
padding: 30px 0 0 0;
}

@media screen and (max-width: 979px) {
.top{
width: 100%;
    text-align: center;
    margin:0 auto ;
	background: url('../img/top_bg.jpg') top center no-repeat;
	background-size: cover;
	padding: 20px 0;
}
.top_in{
width: 95%;
margin: 0 auto;
padding: 0;

}
.top_img{
margin: 0 auto;
padding: 0 0 0 0;

}
.top h1{
margin: 0;
padding: 0 0 10px 0;
text-align: center;
}

.top h1 img{
width: 40%;
}


.top_txt{
margin: 0 auto;
    padding: 20px 0;
}

}




.sticky{
position: -webkit-sticky; /* safari対応 */
position: sticky;
top:73vh;
padding: 10px 0;
z-index: 7777;  
}



.order{
width: 1000px;
margin:0 auto 0;
padding:0;
border-left: 10px solid #ea5515;
border-right: 10px solid #ea5515;
border-bottom: 10px solid #ea5515;
border-radius: 0 0 20px 20px;
}

.order_title{
width: 1000px;
margin:50px auto 0;
padding:0;
border-left: 10px solid #ea5515;
border-right: 10px solid #ea5515;
background-color: #ea5515;
border-radius:20px 20px 0 0;
color: #ffffff;
font-size: 24px;
font-weight: 700;
line-height: 1.4;
padding: 5px 0;
}

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

.order_box{

display: flex;
flex-wrap: wrap;
width:960px;
justify-content: space-between;
align-items: center;
margin: 0 auto 0;
padding:20px;
background-color:#ffffff;
border-radius: 0 0 10px 10px;
}

.order_box_col_inq{
width: 320px;
justify-content: center;
align-items: center;
}


.order_box_col_inq_title{
width: 100%;
background-color:#ffc832;
text-align: center;
font-size: 20px;
font-weight: 700;
margin: 0 auto 10px;
}



.order_box_col_y{
width:50px;
display: flex;
justify-content: center;
align-items: center;
}

.order_box_col_y i{
font-size: 30px;
color: #4b4b4b;
}

.order_box_col_btm{
width:250px;
display: flex;
justify-content: flex-end;
align-items:center;
}


/*ホバー時に透明度50%*/
.order_box_col img:hover {
  opacity: 0.8;
}

.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select{
    appearance: none;

    padding: 10px 30px 12px 5px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size:14px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.textbox-1-label,
.textbox-1 {
    color: #333;
}

.textbox-1-label {
    display: block;
    margin-bottom: 5px;
    font-size:14px;
}

.textbox-1 {
    padding: 8px 5px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
        margin: 0 0 0 5px;
        width: 100px;
}

.textbox-1::placeholder {
    color: #999;
}

/*ホバー時に透明度50%*/
.example img:hover {
  opacity: 0.8;
}


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

.sticky{
position: -webkit-sticky; /* safari対応 */
position: sticky;
top:73vh;
padding: 10px 0;
z-index: 7777;  
}



.order{
width:90%;
margin:0 auto 0;
padding:0;
border-left: 10px solid #ea5515;
border-right: 10px solid #ea5515;
border-bottom: 10px solid #ea5515;
border-radius: 0 0 20px 20px;
}

.order_title{
width:90%;
margin:25px auto 0;
padding:0;
border-left: 10px solid #ea5515;
border-right: 10px solid #ea5515;
background-color: #ea5515;
border-radius:20px 20px 0 0;
color: #ffffff;
font-size: 24px;
font-weight: 700;
line-height: 1.4;
padding: 5px 0;
}

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

.order_box{

display: flex;
flex-wrap: wrap;
width:90%;
justify-content: space-between;
align-items: center;
margin: 0 auto 0;
padding:10px;
background-color:#ffffff;
border-radius: 0 0 10px 10px;
}

.order_box_col_inq{
width:100%;
justify-content: center;
align-items: center;
}


.order_box_col_inq_title{
width: 100%;
background-color:#ffc832;
text-align: center;
font-size: 20px;
font-weight: 700;
margin: 10px auto 10px;
}



.order_box_col_y{
display: none;
}

.order_box_col_y i{
font-size: 30px;
color: #4b4b4b;
}

.order_box_col_btm{
width:90%;
display: flex;
justify-content:center;
align-items:center;
margin: 10px auto 0;
}


}


/* ############   コンテンツ枠*/


.contents{
width: 1000px;
padding:0 0; 
margin:50px auto;
text-align: center;
}

.contents_txt_a{
font-size: 34px;
font-weight: 900;
padding: 40px 0;
}

.contents_txt_a span.marker{
background: linear-gradient(transparent 80%, #f4aa8a 50%);
}

@media screen and (max-width: 979px) {
.contents{
width: 90%;
padding:20px 0; 
margin:0 auto;
text-align:left;
}
.contents_txt_a{
font-size: 16px;
font-weight: 400;
padding: 20px 0 0 0;
}

.contents_txt_a span.marker{
background: linear-gradient(transparent 80%, #f4aa8a 50%);
}
}


/* ############   理由*/

.contents_001{
width: 100%;
padding:0 0; 
margin:0 auto;
text-align: center;
background: url('../img/contents_001_bg01.png') top center no-repeat #333333;
background-size: cover;
}

.contents_001_l{
width: 100%;
padding:0 0; 
margin:0 auto;
text-align: center;
background: url('../img/contents_001_bg02.png') bottom left no-repeat;
}
.contents_001_r{
width: 100%;
padding:0 0; 
margin:0 auto;
text-align: center;
background: url('../img/contents_001_bg03.png') bottom right no-repeat;
}

.contents_001_box{
width: 1000px;
padding:50px 0 40px 0; 
margin:0 auto;
text-align: center;
}

.contents_001_box_row{
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 30px 0 0 0;
}

.contents_001_box_col{
width:316px;
margin: 0 26px 0 0;
}

.contents_001_box_col:nth-child(3n){
width:316px;
margin: 0;
}

.contents_001_box_col p{
text-align: left;
font-size: 18px;
color: #ffffff;
padding: 20px 10px 0 10px;
}

.contents_001_box_col span{
color: #ffe100;
}

.contents_001_box_col a{
color: #ffe100;
}


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

.contents_001{
width: 100%;
padding:0 0; 
margin:0 auto;
text-align: center;
background: url() top center no-repeat #333333;
background-size: contain;
}

.contents_001_l{
width: 100%;
padding:0 0; 
margin:0 auto;
text-align: center;
background: url() bottom left no-repeat;
}
.contents_001_r{
width: 100%;
padding:0 0; 
margin:0 auto;
text-align: center;
background: url() bottom right no-repeat;
}

.contents_001_box{
width: 100%;
padding:0 0 25px 0; 
margin:0 auto;
text-align: center;
}

.contents_001_box_row{
width:90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 0 0 0;
margin: 0 auto;
}

.contents_001_box_col{
width:80%;
margin:0 auto;
}

.contents_001_box_col img{
width:min(100%,316px);
margin:0 auto;
}

.contents_001_box_col:nth-child(3n){
width:80%;
margin:0 auto
}

.contents_001_box_col p{
text-align: center;
font-size: 18px;
color: #ffffff;
padding: 20px 10px 0 10px;
}

.contents_001_box_col span{
color: #ffe100;
}

}

/* ############   価格*/

.contents_003{
width: 100%;
padding:50px 0; 
margin:0 auto;
text-align: center;
background: url('../img/top_bg.jpg') bottom center no-repeat;
background-size: cover;
}


.contents_003_slick {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.contents_003___item {
margin: 0 10px 0 10px;
}

.contents_003___item img {
width: 100%;

}



@media screen and (max-width: 979px) {
.contents_003{
width: 100%;
padding:25px 0; 
margin:0 auto;
text-align: center;
background: url('../img/top_bg.jpg') bottom center no-repeat;
background-size: cover;
}


.contents_003_slick {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}


.contents_003_slick_sp {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.contents_003___item {
margin: 0 10px 0 10px;
}

.contents_003___item img {
width: 100%;

}
}

/* ############   価格*/


.contents_004{
width: 100%;
padding:50px 0 50px 0; 
margin:0 auto;
text-align: center;

}


.contents_004_box_row{
width:1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0 auto;
}

.contents_004_box_col{
width:320px;
margin: 0 10px 0 0;
}

.contents_004_box_col:nth-child(3n){
width:320px;
margin: 0;
}

.contents_004_border{
width: 300px;
text-align: left;
font-size: 20px;
color: #ffffff;
padding:0;
border: 10px solid #ea5515;
border-radius: 20px;
height: 470px;
}

.contents_004_title01{
background-color: #ea5515;
color: #ffffff;
font-size: 28px;
font-weight: 700;
border-radius: 10px;
text-align: center;
width: 100%;
margin: 10px 20px 120px 20px;
line-height: 1.6;
}

.contents_004_title02{
color: #ffffff;
font-size: 24px;
font-weight: 500;
text-align: center;
line-height: 1.6;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
padding: 0 0 20px 0;
}

.contents_004_title02 span{color:#ffdc00; }

.contents_004_txt{
padding: 20px 20px;
text-align: justify;
color: #000000;
font-size: 20px;
line-height: 1.4;
}

.contents_004_txt span{color:#ea5515; }


.contents_004_box_bg01{
background: url('../img/contents_004_bg_01.jpg') bottom center no-repeat;
height: 260px;
margin: 0 auto;
padding: 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
border-radius: 9px 9px 0 0;
}


.contents_004_box_bg02{
background: url('../img/contents_004_bg_02.jpg') bottom center no-repeat;
height: 260px;
margin: 0 auto;
padding: 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
border-radius: 9px 9px 0 0;
}

.contents_004_box_bg03{
background: url('../img/contents_004_bg_03.jpg') bottom center no-repeat;
height: 260px;
margin: 0 auto;
padding: 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
border-radius: 9px 9px 0 0;
}


.contents_004_box_bg04{

margin: 40px auto;
padding: 0 0;
}

.contents_004_02{
width: 100%;
padding:50px 0 0 0; 
margin:0 auto;
text-align: center;
background: url('../img/contents_004_bg02.png') top center no-repeat;
}

.contents_004_row{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
margin: 10px auto 20px;
}

.contents_004_col{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
margin: 0 20px 0 0;
}

.contents_004_col:nth-child(2n){
margin: 0 0 0 20px;
}


.contents_004_table_box {
margin: 0 auto 100px;
width: 1000px;

}


.contents_004_table_box_title {
border-bottom: 3px solid #ea5515;
border-left: 20px solid #ea5515;
    color: #333333;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    padding: 0 0 5px 10px;
    margin:20px auto 40px;
    text-align: left;

}
.contents_004_table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 margin: 0 auto 40px;
 
}
.contents_004_table th {
padding: 10px;
background-color: #333333;
color:#ffffff;
font-weight: 700;
text-align: center;
font-size: 24px;
 border: solid 1px #cccccc;
 width: 25%;
}
.contents_004_table td {
 padding:20px 10px;
 border: 1px solid #666666;
 background-color: #ffffff;
 color:#ea5515;
font-weight: 700;
text-align: center;
font-size: 36px;
}


.contents_004_table tr:nth-child(even) td{
 background-color: #fff9e6;
}


.contents_004_table td:nth-child(1){
color: #333333;
}


.contents_004_table02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 
}
.contents_004_table02 th {
padding:5px 10px;
background-color: #333333;
color:#ffffff;
font-weight: 700;
text-align: center;
font-size: 18px;
 border: solid 1px #cccccc;
 width: 25%;
}
.contents_004_table02 td {
 padding:10px 10px;
 border: 1px solid #666666;
 background-color: #ffffff;
 color:#ea5515;
font-weight: 700;
text-align: center;
font-size: 18px;
}

.contents_004_table02 tr:nth-child(even) td{
 background-color: #fff9e6;
}

.contents_004_table02 td:nth-child(1){
color: #333333;
}


.contents_004_table td p{
font-size: 28px;
line-height: 1.1;
text-align: center;
font-weight: 700;
}

.contents_004_table_small{
font-size: 14px;
line-height: 1.1;
text-align: center;
font-weight: 700;
}

.contents_004_table_p p{
font-size: 16px;
text-align: left;
}

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

.contents_004{
width: 100%;
padding:25px 0 25px 0; 
margin:0 auto;
text-align: center;
}


.contents_004_box_row{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0 auto;
}

.contents_004_box_col{
width: 100%;
margin:10px auto 10px;
}

.contents_004_box_col:nth-child(3n){
width: 100%;
margin:10px auto 10px;
}

.contents_004_border{
width: 100%;
text-align: left;
font-size: 20px;
color: #ffffff;
padding:0;
border: 5px solid #ea5515;
border-radius: 20px;
height: auto;
}

.contents_004_title01{
background-color: #ea5515;
color: #ffffff;
font-size: 28px;
font-weight: 700;
border-radius: 10px;
text-align: center;
width: 100%;
margin: 10px 20px 20px 20px;
line-height: 1.6;
}

.contents_004_title02{
color: #ffffff;
font-size: 24px;
font-weight: 500;
text-align: center;
line-height: 1.6;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
padding: 0 0 20px 0;
}

.contents_004_title02 span{color:#ffdc00; }
.contents_004_txt{
padding: 20px 20px;
text-align: justify;
color: #000000;
font-size: 20px;
line-height: 1.4;
}

.contents_004_txt span{color:#ea5515; }


.contents_004_box_bg01{
background: url('../img/contents_004_bg_01.jpg') top center no-repeat;
background-size: 100%;
height: 100%;
margin: 0 auto;
padding: 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
border-radius: 14px 14px 0 0;
}


.contents_004_box_bg02{
background: url('../img/contents_004_bg_02.jpg') top center no-repeat;
background-size: 100%;
height: 100%;
margin: 0 auto;
padding: 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
border-radius: 14px 14px 0 0;
}

.contents_004_box_bg03{
background: url('../img/contents_004_bg_03.jpg') top center no-repeat;
background-size: 100%;
height: 100%;
margin: 0 auto;
padding: 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
border-radius: 14px 14px 0 0;
}


.contents_004_box_bg04{
background: url('../img/contents_004_bg.png') top 0 center no-repeat;
background-size: 90%;
margin: 20px auto;
padding: 0 0;
}

.contents_004_02{
width: 100%;
padding:50px 0 0 0; 
margin:0 auto;
text-align: center;
background: url('../img/contents_004_bg02.png') top center no-repeat;
background-size: 100%;
}

.contents_004_row{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
margin: 10px auto 20px;
}

.contents_004_col{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
margin:0 auto;
}

.contents_004_col:nth-child(2n){
margin:0 auto;
}

.contents_004_table_box {
margin: 0 auto;
width:90%;
}


.contents_004_table_box_title {
border-bottom: 3px solid #ea5515;
border-left: 10px solid #ea5515;
    color: #333333;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding: 5px 10px;
    margin:10px auto 10px;
    text-align:left;

}

.contents_004_table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 margin: 0 auto 20px;
 
}
.contents_004_table th {
padding:10px 5px;
background-color: #333333;
color:#ffffff;
font-weight: 700;
text-align: center;
font-size: 14px;
border: solid 1px #cccccc;
width: 23%;
}

.contents_004_table th:first-child {
width: 31%;
}

.contents_004_table td {
padding:10px 5px;
 border: 1px solid #cccccc;
 background-color: #ffffff;
 color:#ea5515;
font-weight: 700;
text-align: center;
font-size: 14px;
}

.contents_004_table td p{
font-size: 14px;
line-height: 1.1;
text-align: center;
font-weight: 700;
}


.contents_004_table02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 
}
.contents_004_table02 th {
padding:10px 5px;
background-color: #333333;
color:#ffffff;
font-weight: 700;
text-align: center;
font-size: 14px;
border: solid 1px #cccccc;
width: 23%;
}

.contents_004_table02 th:first-child {
width: 31%;
}


.contents_004_table02 td {
padding:10px 5px;
 border: 1px solid #cccccc;
 background-color: #ffffff;
 color:#ea5515;
font-weight: 700;
text-align: center;
font-size: 14px;
}

.contents_004_table02 td p{
font-size: 14px;
line-height: 1.1;
text-align: center;
font-weight: 700;
}
.contents_004_table_p p{
padding: 10px 0 0 0;
font-size: 14px;
text-align: left;
}

.contents_004_table_small{
font-size: 12px;
line-height: 1.1;
text-align: center;
font-weight: 700;
}

}

/* ############   なぜ安いの？*/
.contents_005::before {
content: "";
width: 100%;
height: 120px;
background-color: #ffffff;
position: absolute;
bottom: 0px;
left: 0;
clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
z-index: 223;
}

.contents_005{
width: 100%;
background: url('../img/contents_005_bg.png') bottom center repeat;
padding-top: 100px;
padding-bottom: 88px;
position: relative;
z-index: 222;

}
.contents_005::after {
content: "";
width: 100%;
height: 120px;
background-color: #ffffff;
position: absolute;
bottom: 0px;
right: 0;
clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
z-index: 224;
}



.contents_005_box{
width: 1000px;
margin: 20px auto;
padding: 0 0 20px 0;
background-color: #ffffff;
box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
border-radius: 10px;
}

.contents_005_box_row{
width: 940px;
margin: 0 auto;
padding:0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.contents_005_box_col{
width: 450px;
margin: 20px auto 10px;
padding:0 40px 0 0;
}

.contents_005_box_col:nth-child(2n){
width: 450px;
margin: 20px auto 0;
padding:0 0 0 0;
}

.contents_005_box_col img{
width: 100%;
padding: 20px 0;
}

.contents_005_box_col p{
padding: 0 0;
font-size: 20px;
text-align:justify;
line-height: 1.6;
font-weight: 500;
}


.contents_005_title_box{
background-color:#ffff99;
padding: 10px;
font-size: 36px;
font-weight: 900;
line-height: 1.4;
}

.contents_005_title_box .title{
background-color:#ea5515;
color: #ffffff;
font-size: 32px;
line-height: 1.4;
font-weight: 700;
padding: 5px 0;
margin:0 0 10px 0;
text-align: center;
}

.contents_005_title_box .title span{
color: #ffff00;
line-height:0.8;
}

.no{
font-size: 46px;
line-height:0.8;
}

.img_bottom{
margin:60px auto -40px;
}



@media screen and (max-width: 979px) {
.contents_005::before {
content: "";
width: 100%;
height: 120px;
background-color: #ffffff;
position: absolute;
bottom: 0px;
left: 0;
clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
z-index: 223;
}

.contents_005{
width: 100%;
background: url('../img/contents_005_bg.png') bottom center repeat;
padding-top:25px;
padding-bottom: 88px;
position: relative;
z-index: 222;

}
.contents_005::after {
content: "";
width: 100%;
height: 120px;
background-color: #ffffff;
position: absolute;
bottom: 0px;
right: 0;
clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
z-index: 224;
}



.contents_005_box{
width: 90%;
margin: 20px auto;
padding: 0 0 20px 0;
background-color: #ffffff;
box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
border-radius: 10px;
}

.contents_005_box_row{
width: 100%;
margin: 0 auto;
padding:20px 0 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.contents_005_box_col{
width: 90%;
margin: 0 auto 10px;
padding:0;
}

.contents_005_box_col:nth-child(2n){
width: 90%;
margin: 0 auto 10px;
padding:0 0 0 0;
}

.contents_005_box_col img{
width: 100%;
padding: 20px 0;
}

.contents_005_box_col p{
padding: 0 0;
font-size:16px;
text-align:justify;
line-height: 1.6;
font-weight: 500;
}


.contents_005_title_box{
background-color:#ffff99;
padding: 10px;
font-size: 24px;
font-weight: 900;
line-height: 1.4;
}

.contents_005_title_box .title{
background-color:#ea5515;
color: #ffffff;
font-size: 32px;
line-height: 1.4;
font-weight: 700;
padding: 5px 0;
margin:0 0 10px 0;
text-align: center;
}

.contents_005_title_box .title span{
color: #ffff00;
line-height:0.8;
}

.no{
font-size: 46px;
line-height:0.8;
}

.img_bottom{
margin:20px auto -40px;
}
}



.contents_006{
width: 100%;
background: url('../img/contents_006_bg.png') top center no-repeat;
margin: -20px auto 50px;
position: relative;
z-index: 333;
}

.contents_006 p{
margin: 50px auto 50px;
text-align: center;
font-size: 28px;
font-weight: 700;
}



@media screen and (max-width: 979px) {
.contents_006{
width: 100%;
background: url('../img/contents_006_bg.png') top center no-repeat;
margin: -20px auto 50px;
position: relative;
z-index: 333;
}

.contents_006 p{
margin: 10px auto 10px;
text-align: left;
font-size: 20px;
font-weight: 700;
padding: 0 20px;
}


}


/* ############   3つの特徴　*/

.contents_007{
width: 100%;
background: url('../img/contents_007_bg.png') bottom center no-repeat #caedf0;
background-size: cover;
margin:0 auto;
padding: 50px 0;
}

.contents_007_row{
width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto ;
}

.contents_007_col{
width: 316px;
margin: 0 26px 0 0;
height: 480px;
}

.bg0701{background: url('../img/contents_007_bg01.png') top center no-repeat ;}
.bg0702{background: url('../img/contents_007_bg02.png') top center no-repeat ;}
.bg0703{background: url('../img/contents_007_bg03.png') top center no-repeat ;}

.contents_007_col:nth-child(3n){
width: 316px;
margin: 0 0 0 0;
}

.title_07{
font-size: 34px;
font-weight: 900;
padding: 200px 0 0 0;
line-height: 1.4;
}

.txt_07{
font-size: 18px;
line-height: 1.8;
padding:10px 30px;
text-align: justify;
}

.title_07 span{
color: #eb0000;
}

@media screen and (max-width: 979px) {
.contents_007{
width: 100%;
background: url('../img/contents_007_bg.png') bottom left no-repeat #caedf0;
background-size: cover;
margin:0 auto;
padding: 25px 0;
}

.contents_007_row{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto ;
}



.bg0701{background: url('') top center no-repeat;}
.bg0702{background: url('') top center no-repeat;}
.bg0703{background: url('') top center no-repeat;}

.contents_007_col{
width: 100%;
margin:0 auto 40px;
height: auto;
background-color:#ffffff;
border-radius: 10px;
}
.contents_007_col img{
margin: -30px auto;
width: 75%;
}


.contents_007_col:nth-child(3n){
width: 100%;
margin:0 auto 40px;
}

.title_07{
font-size: 34px;
font-weight: 900;
padding: 30px 0 0 0;
line-height: 1.4;
}

.txt_07{
font-size: 16px;
line-height: 1.6;
padding:10px 20px 20px 20px;
text-align: justify;
}

.title_07 span{
color: #eb0000;
}
}

/* ############   ご利用の流れ　*/

.contents_008{
width: 100%;
background: url('../img/contents_008_bg.png') top 10px center no-repeat;
margin:0 auto;
padding: 50px 0;
}

.contents_008_img{
padding: 0 0 50px 0;
}

.contents_008_02{
width: 100%;
background: url('../img/contents_008_bg_02.png') top 90px left no-repeat;
margin:0 auto;
padding: 0 0;
}

.contents_008_03{
width: 100%;
background: url('../img/contents_008_bg_03.png') top 150px right 20px no-repeat;
margin:0 auto;
padding: 0 0;
}


.contents_008_title{
width: 1000px;
background-color: #91c42b;
color: #ffffff;
font-size: 40px;
font-weight: 700;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0 auto;
}


.contents_008_title dt{

padding: 20px 30px;
}

.contents_008_title dt p{
color: #91c42b;
background-color:#ffffff;
border-radius: 5px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
font-size: 40px;
font-weight: 700;
width: 50px;
line-height:0.6;
height: 50px;
}

.contents_008_title dd{
width: 800px;
text-align: left;
padding: 10px 0;
}

.flow_y{
margin: 0 auto;
padding: 50px 0;
}


.flow{
width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
margin: 20px auto;
}

.flow dt{
width: 240px;
margin:0 0 0 0;
text-align: left;
}

.flow dt img{
width: 200px;
margin:0 0 0 0;
}


.flow dd{
width: 760px;
display: flex;
flex-wrap: wrap;
justify-content: left;
align-items:flex-start;
text-align: left;
font-size: 24px;
line-height: 1.6;
}

.flow dd .txt_red{
color: #eb0000;
}

.row{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:center;
margin: 20px auto 0;
}

.col{
width: 48%;
margin: 0 2% 0 0;
}

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

.link_web a{
margin: 0 0 0 0;
background-color: #eb0000;
color: #ffffff;
display: block;
border-radius: 10px;
text-align: center;
font-weight: 700;
font-size: 20px;
padding: 10px;
text-decoration: none;
line-height: 1.4;
}
.link_web a:hover{
opacity: .5;
}

.link_web img{
padding: 0 10px 0 0 ;
}

.link_tel a{
margin: 0 0 0 0;
background-color: #ea5515;
color: #ffffff;
display: block;
border-radius: 10px;
text-align: center;
font-weight: 700;
font-size: 20px;
padding: 10px;
text-decoration: none;
line-height: 1.4;
}
.link_tel a:hover{
opacity: .5;
}

.link_tel img{
padding: 0 10px 0 0 ;
}


.flow02{
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:stretch;
margin: 20px auto;
border: 1px solid #333333;
}


.flow02 dt{
width: 20%;
margin:0 0 0 0;
text-align: center;
color: #ffffff;
font-size:28px;
font-weight: 700;
background-color: #333333;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
}

.flow02 dt img{
width: 80%;
margin:0 auto;
text-align: center;
}


.flow02 dd{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
text-align: left;
font-size: 24px;
line-height: 1.6;
padding: 10px 0;
}

.flow_box{
width: 100%;
margin: 20px auto 0;
background-color: #fff9e6;
padding:10px 20px;
font-size: 18px;
font-weight: 500;
}

.flow_box_title{
font-size: 30px;
font-weight: 700;
color: #ea5515;
padding: 0 0 10px 0;
}

@media screen and (max-width: 979px) {
.contents_008{
width: 100%;
background: url('../img/contents_008_bg.png') top 10px center no-repeat;
background-size: 100%;
margin:0 auto;
padding: 25px 0;
}

.contents_008_img{
padding: 0 0 50px 0;
}

.contents_008_02{
width: 100%;
background: url('../img/contents_008_bg_02.png') top 90px left no-repeat;
background-size: 100%;
margin:0 auto;
padding: 0 0;
}

.contents_008_03{
width: 100%;
background: url('../img/contents_008_bg_03.png') top 150px right 20px no-repeat;
background-size: 100%;
margin:0 auto;
padding: 0 0;
}


.contents_008_title{
width: 90%;
background-color: #91c42b;
color: #ffffff;
font-size: 20px;
font-weight: 700;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
margin: 0 auto;
}


.contents_008_title dt{
width: 15%;
padding: 10px 0 10px 10px;
}

.contents_008_title dt p{
color: #91c42b;
background-color:#ffffff;
border-radius: 5px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
font-size:18px;
font-weight: 700;
line-height:2;
height:auto;
width: 40px;
}

.contents_008_title dd{
width:80%;
text-align: left;
padding: 5px 0 10px 0;
}

.flow_y{
margin: 0 auto;
padding: 10px 0;
}


.flow{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
margin: 20px auto 0;
}

.flow dt{
width: 100%;
margin:0 auto;
text-align: center;
}

.flow dt img{
width: 50%;
margin:0 auto 20px;
text-align: center;
}


.flow dd{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: left;
align-items:flex-start;
text-align: left;
font-size:16px;
line-height: 1.6;
}

.flow dd .txt_red{
color: #eb0000;
}

.row{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:center;
margin: 20px auto 0;
}

.col{
width: 100%;
margin:0 auto 10px;

}

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

.link_web a{
margin: 0 0 0 0;
background-color: #eb0000;
color: #ffffff;
display: block;
border-radius: 10px;
text-align: center;
font-weight: 700;
font-size: 20px;
padding: 10px;
text-decoration: none;
line-height: 1.4;
}
.link_web a:hover{
opacity: .5;
}

.link_web img{
padding: 0 10px 0 0 ;
}

.link_tel a{
margin: 0 0 0 0;
background-color: #ea5515;
color: #ffffff;
display: block;
border-radius: 10px;
text-align: center;
font-weight: 700;
font-size: 20px;
padding: 10px;
text-decoration: none;
line-height: 1.4;
}
.link_tel a:hover{
opacity: .5;
}

.link_tel img{
padding: 0 10px 0 0 ;
}


.flow02{
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:stretch;
margin: 20px auto 0;
border: 1px solid #333333;
}


.flow02 dt{
width: 20%;
margin:0 0 0 0;
text-align: center;
color: #ffffff;
font-size:16px;
font-weight: 700;
background-color: #333333;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
}

.flow02 dt img{
width: 70%;
margin:0 auto;
text-align: center;
}


.flow02 dd{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:flex-start;
text-align: left;
font-size: 24px;
line-height: 1.6;
padding: 10px 0;
}

.flow_box{
width: 100%;
margin: 20px auto 0;
background-color: #fff9e6;
padding:10px 20px;
font-size: 16px;
font-weight: 500;
}

.flow_box_title{
font-size: 20px;
font-weight: 700;
color: #ea5515;
padding: 0 0 5px 0;
}

}





/* ############   FAQ　*/

.contents_faq{
width: 100%;
background: url('../img/contents_005_bg.png') top center repeat;
margin:0 auto;
padding: 50px 0;
}

.accordion-001 {
margin: 0 auto 0;
    width: 1000px;
    background-color: #ffffff;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding:10px 0;
    background-color: #ea5515;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    width:1000px;
    font-size: 30px;
font-weight: 700;
margin: 25px auto 0;
}

.accordion-001 dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 930px;
    padding:10px 20px;
}


.accordion-001 dt {
width: 60px;
}

.accordion-001 dd {
width:810px;
text-align: left;
padding: 0 0 0 20px;
font-weight: 500;

}


.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 25px;
    height: 25px;
    margin:20px 30px 20px 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 auto 20px;
    padding:20px;
    color: #333333;
    transition: transform .5s, opacity .5s;
    
}
.accordion-001 .faq_a{
padding: 20px 20px;

    
}

.cancel{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding:0 0;
    border: 1px solid #333333;
    margin: 20px auto;
    list-style: none;
    }

.cancel li{
width: 100px;
background-color: #333333;
text-align: center;
font-weight: 700;
color: #ffffff;
}

.cancel .txt{
width: 100px;
background-color: #ffffff;
text-align: center;
font-weight: 700;
color:#333333;
}

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


.contents_faq{
width: 100%;
background: url('../img/contents_005_bg.png') top center repeat;
margin:0 auto;
padding: 20px 0;
}

.accordion-001 {
margin: 0 auto 0;
width: 90%;
    background-color: #ffffff;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding:10px 0;
    background-color: #ea5515;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    width:100%;
    font-size: 16px;
font-weight: 700;
margin: 10px auto 0;
}

.accordion-001 dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width:100%;
    padding:10px 10px;
}


.accordion-001 dt {
width:15%;
}

.accordion-001 dt img {
width:50%;
}

.accordion-001 dd {
width:78%;
text-align: left;
padding: 0 0 0 0;
font-weight: 500;

}


.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin:20px 15px 20px 0;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 auto 20px;
    padding:20px;
    color: #333333;
    transition: transform .5s, opacity .5s;
    
}
.accordion-001 .faq_a{
padding: 10px;

    
}

.cancel{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding:0 0;
    border: 1px solid #333333;
    margin: 20px auto;
    list-style: none;
    }

.cancel li{
width: 100px;
background-color: #333333;
text-align: center;
font-weight: 700;
color: #ffffff;
}

.cancel .txt{
width: 100px;
background-color: #ffffff;
text-align: center;
font-weight: 700;
color:#333333;
}
}

/* ############   口コミ　*/

.contents_009{
width: 100%;
background: url('../img/top_bg.jpg') top center no-repeat;
background-size: cover;
margin:0 auto;
padding: 50px 0;
}


.contents_009_row{
width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto ;
}

.contents_009_col{
width: 310px;
margin: 20px 35px 0 0;
}

.contents_009_col:nth-child(3n){
width: 310px;
margin: 20px 0 0 0;
}

.contents_009_col_box{
margin:0;
box-shadow: 0px 7px 15px -5px #777777;
background-color:#ffffff;
border-radius: 10px;
padding:20px 30px;
font-size: 18px;
text-align: justify;
}

.contents_009_col_box p{
font-size: 20px;
color:#ffc800;
text-align: left;
margin: 0 auto;
padding: 0;
}

@media screen and (max-width: 979px) {
.contents_009{
width: 100%;
background: url('../img/top_bg.jpg') top center no-repeat;
background-size: cover;
margin:0 auto;
padding: 25px 0;
}


.contents_009_row{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 10px auto ;
}

.contents_009_col{
width: 100%;
margin:10px auto;
}

.contents_009_col:nth-child(3n){
width: 100%;
margin:10px auto;
}

.contents_009_col_box{
margin:0;
box-shadow: 0px 7px 15px -5px #777777;
background-color:#ffffff;
border-radius: 10px;
padding:20px 20px;
font-size: 16px;
text-align: justify;
}

.contents_009_col_box p{
font-size:16px;
color:#ffc800;
text-align: left;
margin: 0 auto;
padding: 0;
}

}

/* ############   保証制度　*/

.contents_010{
width: 100%;
background-color:#fff9e6 ;
margin:0 auto;
padding: 50px 0;
}

.contents_010_box{
width: 1000px;
margin:0 auto;
padding: 0;
}

.contents_010_box p{
padding: 10px 0;
text-align: left;
font-size: 18px;
font-weight: 500;
}

.contents_010 .txt_big{
font-size: 24px;
font-weight: 700;
text-align: center;
line-height: 1.6;
padding: 20px 0;
}

.contents_010 h3{
font-size: 36px;
font-weight: 700;
text-align: center;
line-height: 1.6;
padding: 20px 0;
}

.contents_010 h3 span{
font-size: 26px;
color: #eb0000;
}

.contents_010 h4{
font-size: 26px;
font-weight: 500;
color: #ea5515;
text-align:left;
line-height: 1.6;
padding: 20px 0 5px 0;
border-bottom: 3px solid #ea5515;
}

.contents_010_table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 
}
.contents_010_table th {
padding: 10px;
background-color: #ea5515;
color:#ffffff;
font-weight: 700;
text-align: center;
font-size: 24px;
 border: solid 1px #cccccc;
 width: 25%;
}
.contents_010_table td {
 padding:20px 10px;
 border: 1px solid #cccccc;
 background-color: #ffffff;
 color:#666666;
font-weight: 700;
text-align: center;
font-size: 36px;
}

.contents_010_table td p{
font-size: 28px;
line-height: 1.1;
text-align: center;
font-weight: 700;

}


.contents_010 ul{
list-style:none;
margin: 10px auto;
}

.contents_010 li{
 background:url("../img/ck.png") no-repeat 0 5px;
text-align: left;
font-weight: 700;
background-size:auto 20px;
padding:0 0 5px 30px;
font-size: 17px;
}

.contents_010_txt_red{
color:#eb0000;
}

.contents_010_box_w{
width: 1000px;
padding: 30px;
margin: 20px auto;
background-color:#ffffff;
}

.contents_010_box_w p{
margin:0 auto;
font-size: 18px;
font-weight: 700;
}


.contents_010_box_w .title_p{
margin:0 auto;
font-size: 24px;
font-weight: 700;
padding: 0 0 20px 0;
color: #eb0000;
}

@media screen and (max-width: 979px) {
.contents_010{
width: 100%;
background-color:#fff9e6 ;
margin:0 auto;
padding: 25px 0;
}

.contents_010_box{
width: 90%;
margin:0 auto;
padding: 0;
}

.contents_010_box p{
padding: 10px 0;
text-align: left;
font-size: 18px;
font-weight: 500;
}

.contents_010 .txt_big{
font-size: 18px;
font-weight: 700;
text-align: left;
line-height: 1.6;
padding: 20px 0;
}

.contents_010 h3{
font-size: 30px;
font-weight: 700;
text-align: center;
line-height: 1.6;
padding: 10px 0;
}

.contents_010 h3 span{
font-size: 26px;
color: #eb0000;
}

.contents_010 h4{
font-size: 26px;
font-weight: 500;
color: #ea5515;
text-align:left;
line-height: 1.6;
padding: 20px 0 5px 0;
border-bottom: 3px solid #ea5515;
}

.contents_010_table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 
}
.contents_010_table th {
padding: 5px;
background-color: #ea5515;
color:#ffffff;
font-weight: 700;
text-align: center;
font-size: 16px;
 border: solid 1px #cccccc;
 width: 25%;
}
.contents_010_table td {
 padding:10px 10px;
 border: 1px solid #cccccc;
 background-color: #ffffff;
 color:#666666;
font-weight: 700;
text-align: center;
font-size: 16px;
}

.contents_010_table td p{
font-size: 16px;
line-height: 1.1;
text-align: center;
font-weight: 700;

}


.contents_010 ul{
list-style:none;
margin: 10px auto;
}

.contents_010 li{
 background:url("../img/ck.png") no-repeat 0 5px;
text-align: left;
font-weight: 700;
background-size:auto 20px;
padding:0 0 5px 30px;
font-size: 17px;
}

.contents_010_txt_red{
color:#eb0000;
}

.contents_010_box_w{
width: 90%;
padding: 10px 20px;
margin: 20px auto;
background-color:#ffffff;
}

.contents_010_box_w p{
margin:0 auto;
font-size: 16px;
font-weight: 500;
}


.contents_010_box_w .title_p{
margin:0 auto;
font-size: 24px;
font-weight: 700;
padding: 0 0 20px 0;
color: #eb0000;
}
}


/* ############   送迎　*/

.contents_011{
width: 100%;
background: url('../img/contents_011_bg.png') top 50px center no-repeat;
margin:0 auto;
padding: 50px 0;
}

.contents_011 p{
font-size: 28px;
font-weight: 500;
width: 1000px;
margin: 20px auto;
line-height: 1.4;
}

.contents_011 span{
font-size: 18px;
font-weight: 500;
}

.contents_011_box{
width: 940px;
margin: 20px auto;
background-color: #fff9e6;
padding: 20px 30px 30px 30px;
font-weight: 700;
font-size: 28px;
}


.contents_011_box_title{
color: #eb0000;
font-size: 46px;
font-weight: 700;
}

@media screen and (max-width: 979px) {
.contents_011{
width: 100%;
background: url('') top 10px center no-repeat;
background-size: 160%;
margin:0 auto;
padding: 25px 0;
}

.contents_011 p{
font-size: 20px;
font-weight: 500;
width: 90%;
margin: 18px auto;
line-height: 1.8;
text-align: left;
}

.contents_011 span{
font-size: 16px;
font-weight: 500;
}

.contents_011_box{
width: calc(90% - 20px);
margin: 20px auto 0;
background-color: #fff9e6;
padding: 20px;
font-weight: 700;
font-size: 18px;
text-align: left;
}


.contents_011_box_title{
color: #eb0000;
font-size: 26px;
font-weight: 700;
}

}

/* ############   会社概要　*/

.contents_012{
width: 100%;
background: url('../img/top_bg.jpg') bottom center no-repeat;
margin:0 auto;
padding: 50px 0;
}

.contents_012_box{
width: 1000px;
margin:0 auto;
padding: 0 0;
}

.contents_012_box dt{
width: calc(100% - 40px);
margin:0 auto 0;
padding:5px 20px;
color: #ffffff;
font-size: 18px;
background-color: #91c42b;
text-align: left;
}

.contents_012_box dd{
width: calc(100% - 40px);
margin:0 auto 10px;
padding:5px 20px;
font-size: 18px;
background-color: #ffffff;
font-weight: 500;
color: #000000;
text-align: left;
line-height: 1.6;
}
.gmap {
    width: 100%;
    margin: 0;
}
.gmap iframe {
    width: inherit;
    height: 440px;
    vertical-align: bottom;
}

@media screen and (max-width: 979px) {
.contents_012{
width: 100%;
background: url('../img/top_bg.jpg') bottom center no-repeat;
margin:0 auto;
padding: 25px 0;
}

.contents_012_box{
width: 90%;
margin:0 auto;
padding: 0 0;
}

.contents_012_box dt{
width: calc(100% - 40px);
margin:0 auto 0;
padding:5px 20px;
color: #ffffff;
font-size: 16px;
background-color: #91c42b;
text-align: left;
}

.contents_012_box dd{
width: calc(100% - 40px);
margin:0 auto 10px;
padding:5px 20px;
font-size: 16px;
background-color: #ffffff;
font-weight: 500;
color: #000000;
text-align: left;
line-height: 1.6;
}



.gmap {
    width: 100%;
    margin: 0;
}
.gmap iframe {
    width: inherit;
    height:350px;
    vertical-align: bottom;
}
}

/* ############  bana　*/

.contents_013{
width:1000px;
margin:0 auto;
padding: 100px 0 80px 0;
}

.footer{
margin: 0 auto 250px;
background-color: #91c42b;
color:#ffffff;
font-size: 16px;
text-align: center;
width: 100%;
padding: 5px 0;
}

@media screen and (max-width: 979px) {
.contents_013{
width:90%;
margin:0 auto;
padding: 20px 0 20px 0;
}

.footer{
margin: 0 auto 50px;
background-color: #91c42b;
color:#ffffff;
font-size: 14px;
text-align: center;
width: 100%;
padding: 5px 0;
}

}


.button{
width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  cursor: pointer;
  transition: .3s;
  background:rgba(255,255,255,0.5);
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  color:#000000;
}

.button .order_title{
margin: 10px auto 0;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.button.rsv-date{
color: #000000;
}
@media screen and (max-width: 979px) {
.button{
display: none;
}


}

@media screen and (max-width: 979px) {
.footerFloatingMenu_sp{
    display: flex;
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 9999;
    text-align: right;
	width: 98%;
	padding: 0;
}
.footerFloatingMenu_sp i{
font-size: 20px;
padding:0 5px 0 0;
margin: 0 0 0 0;
}
.footerFloating_sp_01{
margin: 0 auto 0;
background-image: linear-gradient(180deg, rgba(234, 85, 21, 1), rgba(181, 55, 1, 1));
border-radius:50px;
width: 45%;
text-align: center;
padding:10px 0;
display: flex;
align-items: center;
flex-direction: column;
border:5px solid #ffffff;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.footerFloating_sp_01 a{
font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        text-decoration: none;
}

.footerFloating_sp_01 a:hover{
color: #ffffff;
text-decoration: none;
}

.footerFloating_sp_02{
margin: 0 auto;
  background-image: linear-gradient(180deg, rgba(145, 196, 43, 1), rgba(110, 164, 3, 1));
border-radius:50px;
width: 45%;
text-align: center;
padding:10px 0;
display: flex;
align-items: center;
flex-direction: column;
border:5px solid #ffffff;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.footerFloating_sp_02 a{
font-size: 16px;
color: #ffffff;
font-weight: 500;
text-decoration: none;
}



.footerFloating_sp_02 a:hover{
color: #ffffff;
}

.footerFloatingMenu_sp ul{
display: flex;
flex-wrap: wrap;
list-style: none;
align-items: center;
}

.footerFloatingMenu_sp li{
text-align: left;
line-height: 1;
padding: 0 5px 0 0;
}

.footerFloatingMenu_sp_box{
background-color: #ffffff;
font-size: 12px;
color: rgb(110 164 3);
margin: 0 auto 5px;
border-radius: 50px;
padding: 0 0;
}

.footerFloatingMenu_sp_box01{
background-color: #ffffff;
font-size: 12px;
color: #ea5515;
margin: 0 auto 5px;
border-radius: 50px;
padding: 0 10px;
}


.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.link_box{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
margin: 0 auto 0;
}

.link_box_col{
width: 48%;
margin: 0 2% 0 0;
}

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



@media screen and (max-width: 768px) {
.link_box{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items:center;
margin: 0 auto 0;
}

.link_box_col{
width: 100%;
margin:0 auto 10px;
}

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


html {
  scroll-behavior: smooth;
}


/* 20251016 */

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

  .hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
  }
  

  .hamburger-btn {
    width: 50px;
    height: 50px;
    background-color: #ea5515;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  
  .hamburger-btn:hover {
    background-color: #d14510;
    transform: scale(1.05);
  }
  
  .hamburger-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  

  .hamburger-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  
  .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
  }
  
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  

  .menu-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .menu-list li {
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  
  .menu-overlay.active .menu-list li {
    opacity: 1;
    transform: translateY(0);
  }
  

  .menu-overlay.active .menu-list li:nth-child(1) { transition-delay: 0.1s; }
  .menu-overlay.active .menu-list li:nth-child(2) { transition-delay: 0.2s; }
  .menu-overlay.active .menu-list li:nth-child(3) { transition-delay: 0.3s; }
  .menu-overlay.active .menu-list li:nth-child(4) { transition-delay: 0.4s; }
  .menu-overlay.active .menu-list li:nth-child(5) { transition-delay: 0.5s; }
  
  .menu-list a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 250px;
  }
  
  .menu-list a:hover {
    background-color: #ea5515;
    border-color: #ea5515;
    color: #fff;
    transform: scale(1.05);
  }
  

  body.menu-open {
    overflow: hidden;
  }
}

