@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	width: 100%;
	margin: 0 0;
	background:#ff7171;
}
.sp{
	display:none;
}
.slick-dots{
	display: none !important;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.header{
	background: #ffeaea;
	width: 100%;
	height:70px;
	position:
	fixed;a
	z-index: 100;
}
.header img{
	width: 125px;
}
.header-menu{
	width:70%;
	height:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:0 auto;
}
.header-menu-right{
	display:
	flex;
	font-size: 14px;
}
.header-menu-right a{
	text-decoration: none;
	color: #000000;
	height:70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header-menu-right a:hover{
	color: #575757;
}

.header-menu-right div{
	display:
	flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
}
.header-menu-right span{

}
.slider{
	margin-top:70px;
}
.slider img{
	width:100%;
}
.s1{
	width: 80%;
	/* padding: 10px; */
	margin: 150px auto 100px;
}
.s1-in{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s1-in h2{
	font-size: 50px;
	font-weight:
	inherit;
	color: #FFFFFF;
	margin: 0;
}
.s1-in img{
	width: 55px;
}
.s1-in2{

}
.s1-in2 ul{
	width: 100%;
	list-style: none;
	padding:0 0;
	display: inline-flex;
	overflow-x: scroll;
}
.s1-in2 ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
.s1-in2 ul li{
	width: 25%;
	margin-right: 30px;
	 flex-shrink: 0;
}
.s1-in2 ul li img{
	width:100%;
}
.s2{width: 100%;padding: 70px 10%;/* margin: 90px auto; */background: #ff8c8c;}
.s2 h2{
	font-size: 50px;
	font-weight:
	inherit;
	color: #FFFFFF;
	margin: 0;
}

.s2 ul{
	width: 100%;
	list-style: none;
	padding:0 0;
	display: flex;
	justify-content: center;
}
.s2 ul li{
    background:#ffffffb0;
	padding:20px 30px;
}
.s2 ul li:hover{
	cursor:pointer;
}
.s2 ul li span{
	display:
	flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.s2 ul li span p{
	margin:0 0;
}
.open01,.open02,.open03{
	display:
	flex;
	margin-top: 50px;
}
.open-in{
	width:25%;
	padding:10px 10px
}
.open-in img{
	width:100%;
}


footer{
	background: #FFFFFF;
	width: 100%;height:100px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.footer-in a{
	text-decoration: none;
	color: black;
}


.all{
	padding-top: 70px;
}

.CORPORATE{
	width: 100%;
	margin: auto;
	min-height: 80vh;
	padding: 0 10%;
	background: #ffeded;
}
 .CORPORATE h2{
	font-size: 25px;
	padding-top: 30px;
	 margin:0 0;
}
.CORPORATE ul{
	width:100%;
	list-style: none;
	padding: 0 0;
	margin: 70px 0;
}

.CORPORATE li{
  display:
  flex;
  margin: 34px 0;
  border-bottom: 1px solid #bababa;
}
.CORPORATE h3{
	width: 30%;
}

.CORPORATE p{
	
}
/*.btn {
    background: #ffffff;
    font-size: ;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ff0149;
    border-radius: 3px;
    width: 100%;
}*/
a.btn{
width: 100%;
text-decoration: none;
background: white;
color: black;
display: block;
text-align: center;
padding: 5px 7px;
}
a.btn:before {
content: '';/*何も入れない*/
display: inline-block;
width: 20px;/*画像の幅*/
height: 20px;/*画像の高さ*/
background-image: url(img/icon1.png);
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
margin-right: 3px;
}

/*フォーム*/
#form{
    width: 100%;
    margin: auto;
    min-height: 80vh;
    padding:50px 10%;
    background: #ffeded;
	font-size: 20px;
}

#form h4{
	margin: 0 0;
	background: #ff7171;
	color: white;
	padding: 10px 10px;
	font-size: 25px;
}
.form{
	
}
.form table{
	width: 80%;
	margin: auto;
}
.form table th{
	width: 35%;
	background: #ffcdcd;
	text-align: left;
	padding: 0 10px;
}
.form table td{
	background: #ffffff;
	text-align: left;
	padding: 0 10px;
}

.form table,.form td,.form th {
	border: 1px #ffd4d4 solid;
	border-collapse: collapse;
}
.form span{
	
color: #ffffff;
	
background: #de0000;
	
padding: 0 5px;
	
float: right;
	
font-size: smaller;
}
.form table input{
	width: 50%;
}
.form table input,.form select{
	background: #fffeed;
	border: 1px #787878 solid;
	padding: 5px 0;
}
.form button.submit{
	text-align: center;
	padding: 10px 90px;
	font-size: 23px;
	margin: 40px 0 0 0;
	background: #ff7171;
	color: white;
	font-weight: bold;
	border-radius: 3px;
	border: 1px #fff solid;
	border-bottom: 4px solid #ffffff;
	border-image: linear-gradient(to right, #ff5252 0%, #ff5050 100%);
	border-image-slice: 1;
}

.submit-1{
	text-align: center;
}
.cart{
margin-top: 70px;
width: 95%;
max-width: 700px;
margin: 100px auto 20px;
}
.cart img {
width: 50%;
margin: auto;
display: block;
}
h3.title{
color: white;
font-size: 20px;
}
.cart-in {
background: white;
padding: 10px 10px 25px 10px;
box-shadow: 0px 0px 7px 2px rgb(131 131 131 / 57%);
}
.cart-in h3{
font-size: 20px;
margin: 10px 0 0 0;
}
.cart-in ul {list-style: none;padding: 0 0;margin: 0 0 20px 0;}
.cart-in li{display: flex;flex-direction: column;align-items: flex-start;}
.cart-in li p{
margin:0 0;
}
.cart-in li p.card{margin: 5px 0 5px 0;}
.cart-in li label{
width: 100%;
background: #e2e2e2;
padding: 5px 5px;
margin: 10px 0;
font-size: 18px;
}
input.input-initial{
width: auto!important;
}
.cart-in li input{
width: 100%;
font-size: 18px;
}
.cart-in li div input {
width: initial;
}
.cart-in button{
font-size: 20px;
width: 100%;
background: #ff4747;
border: 1px solid #989898;
color: white;
padding: 15px 0;
}
.cart-in li select{
font-size: 18px;
margin-bottom: 10px;
}
.cart-in li span{
/* background: #e50000; */
color: red;
font-size: 15px;
padding: 0px 5px;
border-radius: 7px;
margin: 0 0 0 5px;
font-weight: bold;
}
.cart-f{
	display: flex;
	margin: 20px 5px 0 5px;
	align-items: flex-end;
	background: white;
	padding: 10px;
}
.cart_img{
	width: 40%;
	max-width: 160px;
	margin-right: 10px;
}
.cart_img img{
	width: 100%;
}
.red{
	color: red;
}
@media screen and (max-width: 670px){
	.pc{
		display: none;
	}	
	.sp{
		display: block;
	}
	.header-menu {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
	.header-menu-right span{
	display:none;
}
.bx-wrapper,.bx-viewport{
		height: 400px;
	}
	
.bx-wrapper img {
    max-width: 100%;
    display: block;
	height: 400px;
	object-fit: cover;
}
	
.s1 {
    width: 96%;
    margin: 70px auto;
}	
.s1-in h2 {
    font-size: 33px;
    font-weight: inherit;
}
	.s1-in img {
    width: 55px;
}
.s1-in2 ul li {
    width: 45%;
    margin-right: 20px;
}
.s2 ul li {
    background: #ffffffb0;
    padding: 17px 17px;
}
.s2 h2 {
    font-size: 33px;
    font-weight: inherit;
}
	
.s2 {
    width: 100%;
    margin: 0px auto;
	 padding: 50px 2%;
}	
.open01, .open02, .open03 {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
	.open-in {
    width: 50%;
    padding: 10px 10px;
}
	
	.header img {
    width: 85px;
}



	.CORPORATE {
    width: 100%;
    margin: auto;
    min-height: 80vh;
    padding: 0 5%;
}


	.CORPORATE ul {
    width: 100%;
    list-style: none;
    padding: 0 0;
    margin:10px 0;
}
	.CORPORATE li {
    display: flex;
    margin: 0px 0;
    border-bottom: 1px solid #ffced2;
    flex-direction: column;
}

	.CORPORATE h2 {
    font-size: 25px;
    padding-top: 30px;
    margin: 0 0;
}
	
/*フォーム*/	
	
#form {
    width: 100%;
    margin: auto;
    min-height: 80vh;
    padding: 0 0 50px 0;
    background: #ffeded;
    font-size:22px;
}	
.form table {
    width: 100%;
    margin: auto;
}
	.form table, .form td, .form th {
    border: 1px #ffd4d4 solid;
    border-collapse: collapse;
    display: block;
}	
.form table th {
    width: 100%;
    background: #ffcdcd;
    text-align: left;
    padding: 0px 10px;
}
	.form table th p {
    margin: 5px 0;
}
.form tbody {
    width: 100%;
    display: inline-table;
}
	
.form table td {
    background: #ffffff;
    text-align: left;
    padding: 15px 10px;
}	
.form table td p{
 margin: 0 0;
}	
.form span {
    color: #ffffff;
    background: #de0000;
    padding: 0 5px;
    float: initial;
    font-size: smaller;
}
	.form table input{
		width: 100%;
	}	
.form table input, .form select {
    background: #fffeed;
    border: 1px #787878 solid;
    padding: 8px 4px;
}	
.form button.submit {
    width: 85%;
    text-align: center;
    padding: 12px 5px;
    font-size: 20px;
    margin: 40px 0 0 0;
    background: #ff7171;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    border: 1px #fff solid;
    border-bottom: 4px solid #ffffff;
    border-image: linear-gradient(to right, #ff5252 0%, #ff5050 100%);
    border-image-slice: 1;
}	

	
	.form table input, .form select {
    background: #fffeed;
    border: 1px #787878 solid;
    padding: 15px 4px;
    font-size: 22px;
}
	p.kanryou{
		padding: 0 5px;
	}
}