@charset "utf-8";
*{
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
body{
	background:#F5C0C6;	
}
body,h1,h2,h3,h4,p,ul,li,form,figure{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 16px
	
}
.sp{display: none}
.pc{display: block}
/* header----------------------------------------------------*/
.header{
	background: #1946BA;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
.header__logo{
	width: 270px;
	margin-left: 15px;
	margin-top:4px;
}
.header__logo img{
	width: 100%;
	height: auto
}
.header__link{
	display: block;
	margin-right: 15px;
	width: 100px;
}
.header__link img{
	width: 100%;
	height: auto
}
/* main----------------------------------------------------*/
main{
	width: 1000px;
	margin: 0 auto;
	border: 2px solid #1946B9;
	border-radius: 20px;
	padding: 20px 0  40px 0;
	margin-top: -40px;
	background: #FFF;
	overflow: hidden;
	z-index: 20;
	position: relative
}
#confirm main,
#thanks main{
	
	margin-top: 30px;
	padding: 40px
}
.h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px
}

.ttb{
	text-align: center;
	padding-bottom: 30px;
}
.tstr{
	text-align: center;
	padding: 30px;
}
.mv{
	margin-bottom: 0px;
	position: relative;
	z-index: 0
}
.mv img{
	width: 100%;
	height: auto
}
.item{

}
.item h2{
	text-align: center;
	width: 23%;
	margin: 0 auto 2% auto;
}
.item h2 img{
	width: 100%;
	height: auto
}
.item .item-p{
	text-align: center;
	font-size: 100%;
	margin-bottom: 0%;
	color: #1946B9;
}
.item__list1{
	padding-bottom: 10%;
	background-image: url("../img/bg.png");
	background-size: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: top  center
}

.item__list1 .item__card{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;

}
.item__list1 .item__card:nth-child(1){
	margin-bottom: -2%;
	padding-right: 0%;
}
.item__list1 .item__card:nth-child(2),
.item__card:nth-child(4){
	flex-direction: row-reverse;
	color: #FFF;
	padding-left: 10%;
	margin-bottom: 0%;
}
.item__list1 .item__card:nth-child(2) h3{
	color: #FFF !important;
}
.item__list1 .item__card:nth-child(3){

	padding-right: 10%;
}
.item__list1 .item__card:nth-child(4) h3{
	color: #FFF !important;
}

.item__list1 .item__card-img{
	width: 50%;
}
.item__list1 .item__card-img figure{
	width: 80%;
	margin: 0 auto;
}
.item__list1 .item__card-img figure img{
	width: 100%;
	height: auto
}
.item__list1 .item__card-text{
	width: 50%;
}
.item__list1 .item__card-text{
	width: 50%;
}
.item__list1 .item__card-text h3{
	color: #1946B9;
	font-size: 140%;
	margin-bottom: 3%;
}
.item__list1 .item__card-text p{
	font-size: 100%;
	line-height: 160%;
}

.item__list1 .item__card:nth-child(1) .item__card-char{
	display: none
}

/* --*/
.item__list2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 0 5%;
}
.item__list2 .item__card{
	width: 32%
}
.item__list2 .item__card-img{
	
}
.item__list2 .item__card-img img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.item__list2 .item__card-text{
	
}
.item__list2 .item__card-text h3{
	color: #1946B9;
	font-size: 100%;
	text-align: center;
	line-height: 139%;
	margin-bottom: 4%;
}
.item__list2 .item__card-text p{
	font-size: 16px;
	line-height: 160%;
}
/* shop ----------------------------------------------------*/
.shop{
	padding: 10% 5%;
}
.shop__info{
	display: flex;
	justify-content: space-between;
}
.shop__info-left{
	width: 50%
}
.shop__info-left h3{
	margin-bottom: 5%;
}
.shop__info-left h3 img{
	width: 100%;
	height: auto
}
.shop__info-left h4{
	font-size: 120%;
	color: #1946B9;
	margin-bottom: 4%;
}
.shop__info-left p{
	margin-bottom: 10%;
}
.shop__info-left {
	
}

.shop__info-right{
	width: 47%;
	margin-top: -10%
}
.shop__info-right img{
	width: 100%;
	height: auto
}
.shop__info ul{
	display: flex;
	justify-content:  space-between
}
.shop__info ul li:first-child{
	width: 40%;
}
.shop__info ul li:last-child{
	width: 56%;
}
.shop__info ul li img{
	width: 100%;
	height: auto
}
/* form ----------------------------------------------------*/
.form{
	padding: 0% 5% 5% 5%;
}
.form h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	color: #1946B9
}
.form p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.form form{
	
}
.btn1{
	width: 200px;
	height: 40px;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	background: #1946B9;
	margin: 0 auto;

}
.btnbox{
	padding: 30px 0;
}

/* common ----------------------------------------------------*/

.ta1{
	width: 100%
}
.ta1 td,.ta1 th{
	border-bottom: 1px solid #ccc;
	padding: 1%;
}
.ta1 td{
	
}
.ta1 th{
	background: #eee
}
.error{
	
}

/* privacy ----------------------------------------------------*/

.privacy{
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 2%;
	font-size: 90%;;
	text-align: left
}
.privacy h3{
	margin-bottom: 15px;
	font-size: 100%;
}
.privacy h4{
	margin-bottom: 5px;
}
.privacy p{
	margin-bottom: 10px;
	text-align: left !important
}
.privacy ul{
	
}
.privacy li{
	
}
/* company ----------------------------------------------------*/
.company{
	padding: 5% 10%;
}
.company h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	color: #1946B9
}
/* company ----------------------------------------------------*/
.footer{
	text-align: center;
	padding: 40px 0;
}
.footer__companyName{
	font-size: 17px;

	font-weight: bold
}
.footer__copyRight{
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.sp{
		display: block
	}
	.pc{
		display: none
	}
/* header----------------------------------------------------*/
.header{

	height: 50px;
}
.header__logo{
	width: 270px;
	margin-left: 15px;
	margin-top:4px;
}

.header__link{
	display: none
	
}

/* main----------------------------------------------------*/
main{
	width: 98%;
	border-radius: 15px;
	padding: 10px 0  20px 0;
	margin-top: -20px;
	z-index: 20;

}
#confirm main,
#thanks main{
	width: 90%;
	margin-top: 30px;
	padding: 40px
}
.mv{
	margin-bottom: 0px;
	position: relative;
	z-index: 0
}


.item h2{

	width: 43%;
	margin: 0 auto 2% auto;
}
.item .item-p{
	text-align: center;
	font-size: 100%;
	margin-bottom: 0%;
	color: #1946B9;
}
.item__list1{
	padding-bottom: 10%;
	background-image: url("../img/bg.png");
	background-size: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: top  center
}

.item__list1 .item__card{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;

}
.item__list1 .item__card:nth-child(1){
	margin-bottom: -2%;
	padding-right: 0%;
}
.item__list1 .item__card:nth-child(2),
.item__card:nth-child(4){
	flex-direction: row-reverse;
	color: #FFF;
	padding-left: 10%;
	margin-bottom: 0%;
}
.item__list1 .item__card:nth-child(2) h3{
	color: #FFF !important;
}
.item__list1 .item__card:nth-child(3){

	padding-right: 10%;
}
.item__list1 .item__card:nth-child(4) h3{
	color: #FFF !important;
}

.item__list1 .item__card-img{
	width: 50%;
}
.item__list1 .item__card-img figure{
	width: 80%;
	margin: 0 auto;
}
.item__list1 .item__card-img figure img{
	width: 100%;
	height: auto
}
.item__list1 .item__card-text{
	width: 50%;
}
.item__list1 .item__card-text{
	width: 50%;
}
.item__list1 .item__card-text h3{
	color: #1946B9;
	font-size: 140%;
	margin-bottom: 3%;
}
.item__list1 .item__card-text p{
	font-size: 100%;
	line-height: 160%;
}
.item__list1 .item__card:nth-child(1) .item__card-img{
	width: 38%;

	margin: 0;
}
.item__list1 .item__card:nth-child(1) .item__card-img figure{
	width: 100%;

}
.item__list1 .item__card:nth-child(1) .item__card-text{
	width: 32%;

	margin: 0;
}
.item__list1 .item__card:nth-child(1) .item__card-char{
	width: 30%;

	margin: 0;
}
.item__list1 .item__card:nth-child(1) .item__card-char img{
	width: 120%;
	height: auto;
	margin-left: -10%;

}
/* --*/
.item__list2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 0 5%;
}
.item__list2 .item__card{
	width: 32%
}
.item__list2 .item__card-img{
	
}
.item__list2 .item__card-img img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.item__list2 .item__card-text{
	
}
.item__list2 .item__card-text h3{
	color: #1946B9;
	font-size: 100%;
	text-align: center;
	line-height: 139%;
	margin-bottom: 4%;
}
.item__list2 .item__card-text p{
	font-size: 16px;
	line-height: 160%;
}
/* shop ----------------------------------------------------*/
.shop{
	padding: 10% 5%;
}
.shop__info{
	display: flex;
	justify-content: space-between;
}
.shop__info-left{
	width: 50%
}
.shop__info-left h3{
	margin-bottom: 5%;
}
.shop__info-left h3 img{
	width: 100%;
	height: auto
}
.shop__info-left h4{
	font-size: 120%;
	color: #1946B9;
	margin-bottom: 4%;
}
.shop__info-left p{
	margin-bottom: 10%;
}
.shop__info-left {
	
}

.shop__info-right{
	width: 47%;
	margin-top: -10%
}
.shop__info-right img{
	width: 100%;
	height: auto
}
.shop__info ul{
	display: flex;
	justify-content:  space-between
}
.shop__info ul li:first-child{
	width: 40%;
}
.shop__info ul li:last-child{
	width: 56%;
}
.shop__info ul li img{
	width: 100%;
	height: auto
}
/* form ----------------------------------------------------*/
.form{
	padding: 0% 5% 5% 5%;
}
.form h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	color: #1946B9
}
.form p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.form form{
	
}
.btn1{
	width: 200px;
	height: 40px;
	border-radius: 100px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	background: #1946B9;
	margin: 0 auto;

}
.btnbox{
	padding: 30px 0;
}

/* common ----------------------------------------------------*/

.ta1{
	width: 100%
}
.ta1 td,.ta1 th{
	border-bottom: 1px solid #ccc;
	padding: 1%;
}
.ta1 td{
	
}
.ta1 th{
	background: #eee
}
.error{
	
}

/* privacy ----------------------------------------------------*/

.privacy{
	height: 200px;

	border: 1px solid #ccc;
	padding: 2%;
	font-size: 90%;

}
.privacy h3{
	margin-bottom: 15px;
	font-size: 100%;
}
.privacy h4{
	margin-bottom: 5px;
}
.privacy p{
	margin-bottom: 10px;
}
.privacy ul{
	
}
.privacy li{
	
}
/* company ----------------------------------------------------*/
.company{
	padding: 5% ;
}
.company h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	color: #1946B9
}
/* company ----------------------------------------------------*/
.footer{
	text-align: center;
	padding: 40px 0;
}
.footer__companyName{
	font-size: 17px;
	color: #1946B9;
	font-weight: bold
}
.footer__copyRight{
	font-size: 14px;
}
.ta1 td,.ta1 th{
	display: block;
	width: 100%
	}
}