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

/* --------------------------------------------- */
/* ▼モバイルファースト(共通) */
/* --------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	box-sizing: boder-box;
}

img{
	vertical-align:bottom;
	
}

body{
    	width: 100%;
	margin: auto;
	font-family: "Helvetica Neue",
    	Arial,
    	"Hiragino Kaku Gothic ProN",
    	"Hiragino Sans",
    	Meiryo,
    	sans-serif;
    	letter-spacing: 0.1em;
    	font-weight: 400;
    	-webkit-font-smoothing: antialiased;
}

#wrap{
	width: 90%;
	margin: auto;
}

/* PC・SPのオンオフ */
.pc{
    	display: block;
}

.sp{
    	display: none;
}

@media (max-width: 767px){

.pc{
        display: none !important;
}

.sp{
        display: block;
}
}

/* ヘッダー */
header{
    	padding: 5px 0;
}

.header_wrap{
    	max-width: 1320px;
    	margin: auto;
	text-align: center;
    	display: flex;
	flex-direction: column;
}

.header_wrap img{
	width: 30%;
	height: auto;
}

.header_wrap h1{
    	width: auto;
    	display: flex;
	flex-direction: column;

}

.header_wrap h1 a{
    	display: block;
    	color: #333;
    	text-decoration: none;
    	font-size: 34px;
}

.header_wrap h1 span{
    	display: block;
    	font-size: 12px;
    	font-weight: 500;
    	line-height: 1.5;
    	margin-left: 5px;
}

.header_right{
    	display: flex;
  	justify-content: flex-end;
  	align-items: center;
}

@media (max-width: 767px){

.header{
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0;
        background-color: #fff;
    }
}

#tel-box{
  	margin: 0 auto;
  	padding: 1em;
  	width: 200px;
  	color: #333;
  	font-size: 12px;
  	font-weight: 700;
  	text-decoration: none;
}

#tel-txt1{
	color: #333;
	font-size:12px;
	margin-bottom: 10px;

}

#tel-txt2 a{
	font-size:15px;
    	text-decoration: none;
	font-weight: bold;
 	border: 1px solid #ffeaea;
	border-radius: 10px;
	color: #333;
	background: #ffdbed;
	padding: 10px;
}

/* ナビゲーション */
.gnav{
    	width: 100%;
    	background-color: #ffbcff;
}

.gnav_wrap{
    	max-width: 980px;
    	margin: auto;
    	display: flex;
}

.gnav_wrap li{
    	border-left: #888 1px solid;
	font-size: 14px;
    	text-align: center;
    	width: calc(100%/6);
    	transition: all  0.3s ease;
}

.gnav_wrap li:last-child{
    	border-right: #888 1px solid;
}

.gnav_wrap li:hover{
    	background-color: #ffefff;
}

.gnav_wrap li a{
    	display: block;
    	padding: 1.3em 0;
    	color: #fff;
    	text-decoration: none;
}

@media (max-width: 767px){

.gnav_wrap{
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffbcff;
        visibility: hidden;
        opacity: 0;
        padding-top: 20%;
}

.gnav_wrap li{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-bottom: #888 1px solid;
        border-left: none;
}

.gnav_wrap li:last-child{
        border-right: none;
}

.menu-btn{
        color: #fff;
        cursor: pointer;
        z-index: 100;
        background-color: #ffbcff;
        max-width: 50px;
        width: 50px;
}

.menu-btn i{
        display: block;
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
}

.menu-btn span{
        display: block;
        padding: 0 0 10px 0;
        font-size: 10px;
        text-align: center;
}

.open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
}

.menu-btn span::after{
        content: attr(data-txt-menu);
}

.open span::after{
        content: attr(data-txt-close);
}
}

    
.button-txt a{
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	margin: 0 auto;
  	padding: 1em;
  	width: 150px;
  	color: #333;
  	font-size: 12px;
  	font-weight: 700;
 	border: 2px solid #ff69b4;
	border-radius: 10px;
	background-color: #fff;
  	text-decoration: none;
}

.button-txt a::after {
  	content: '';
  	width: 5px;
  	height: 5px;
  	border-top: 3px solid #ff69b4;
 	border-right: 3px solid #ff69b4;
 	transform: rotate(45deg);
}

.button-txt a:hover {
  	color: #333;
  	text-decoration: none;
  	background-color: #ffdbed;
}

.button-txt a:hover::after {
  	border-top: 3px solid #333;
  	border-right: 3px solid #333;
}

/* ダイアンの移動アニメ */

#main_img{
	background-image: url(img/top.png);
	background-size: cover;
	max-width: 100%;
	height: auto;
	padding-top: 220px;
}

.diane-nosteps{
	padding-left:0px;
	position:relative;
	top:90px;
	animation:img-move 6s steps(6, start) infinite;
	animation:img-move 6s infinite;

}

@keyframes img-move {
  from {
	transform: translateX(380px);
	}
  to {
	transform:translatex(1px);
	}
}

#car{
	max-width:80%;
	transform: scale(0.5,0.5);
}

h2{
	font-size: 14px;
	width:100%;
	text-align: center;
	padding: 0.2em 0.5em;
 	margin: 2em 0;	
 	color: #565656;
 	background: #ffeaea;
 	box-shadow: 0px 0px 0px 10px #ffeaea;
 	border-top: dashed 3px #ffc3c3;
	border-bottom: dashed 3px #ffc3c3;
 	border-radius: 3px;
}

#wrap article .point_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#wrap article .flow_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


#wrap  #item_box {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-bottom:5px;
}



.circle {
    	display: flex;
  	align-items: center;
  	align-content: center;
  	flex-wrap: wrap;
 	background: #ff69b4;
 	border-radius: 50%;
 	width: 150px;
  	height: 150px;
  	text-align: center;

}

.circle-txt1 {
  	display: block;
	color:#fff;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
  	width: 100%;
 	font-size: 30px;
 	line-height: 1;
}

.circle-txt2 {
 	display: block;
	width: 100%;
	margin-top: 20px;
	color:#000;
}

.p_box{
	width: 150px;
}

dd {
  	margin-left: 0;
}

.flow {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	align-items: stretch;
  	align-content: center;
	justify-content: space-around;
  	flex-wrap: wrap;
}


.flow  li {
  	padding: 20px 30px;
 	margin-bottom: 8vh;
  	-ms-flex-preferred-size: 30%;
 	flex-basis: 30%;
  	border: 2px solid rgb(238,130,238);
 	position: relative;
}

.flow li:not(:last-child)::before,
.flow li:not(:last-child)::after {
  	 content: "";
 	 border: solid transparent;
 	 position: absolute;
 	 top: 50%;
	 left: 100%;
	 -webkit-transform: translateY(-50%);
}


.0 transform: translateY(-50%);{
}

.flow li:not(:last-child)::before {
 	 border-width: 22px;
 	 border-left-color: rgb(238,130,238);
}

.flow li:not(:last-child)::after {
 	 border-width: 20px;
 	 border-left-color: #fff;
}

.flow li .square-txt1{
 	 font-size: 12px;
	 font-family: "Comic Sans MS", cursive;
 	 color: #fff;
 	 background: rgb(186,85,211);
 	 background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
 	 background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
 	 background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
       	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
 	 padding: 5px 20px;
         display: block;
 	 border-radius: 20px;
 	 position: absolute;
 	 top: -10px;
 	 left: -10px;
 	 z-index: 100;
}

.flow li dl dt {
  	font-size: 18px;
  	font-weight: 600;
  	color: rgb(123,104,238);
}

.flow-box{
	margin:30px;
}

.h_box{
	width: 40%;
	height: auto;
	border: solid 1px #FCF;
	border-radius: 5px;
	padding: 4px;
}


.h_photo{
	width: 100%;
	heiht: auto;
	text-align: center;
	background: #f4f9ff;
}

.h_photo img{
	width:100%;
	height:auto;
}


.h_text{
	width:98%;
	height: auto;
	margin:0 2px 0 3px;
	font-size: 12px;
}

.h_icon{
	text-align:center;
	font-size:12px;
	padding:2px;
	background-color: #e8cee4;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.fuka_box h3{
	margin-bottom: 10px;
}

.fuka_box{
	width: 100%;
	max-width: 50%;
	height: auto;
	border: solid 1px black;
	margin: auto;
	padding: 10px;
	text-align: center;
}

#ng_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 20px;
	gap: 5px;
}

.bot_box h3{
	margin:10px 5px 10px 5px;
}

.bot_box {
  	background: #fff0f5;
  	width: 300px;
  	height: auto;
  	position: relative;
	text-align: center;
	padding-bottom:10px;
}

.bot_box:before {
  	height: 0;
  	display: block;
  	position: absolute;
  	right: 0;
  	content: "";
  	border-top: solid 50px #fff;
  	border-left: solid 50px transparent;
}

.bot_box:after {
  	height: 0;
  	display: block;
  	position: absolute;
 	right: 0;
 	content: "";
  	border-bottom: solid 50px #ffb6c1;
 	border-right: solid 50px transparent;
 	top: 0;
}

#sns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5px;
	padding: 5px;
	gap: 10px;
}

#qa-box{
	width: 80%;
	margin: 0 auto;

}

.q_a h3{
	font-size: 15px;
	font-weight: bold;
}

.q_a{
	padding: 0.5em 1em;
	margin: 1em 0;
	background: #f4f4f4;
	border-left: solid 6px #EA76A0;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33)}
}

.center{
	font-size: 16px;
	text-align:center
}

table{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}

table tr{
	border-bottom: solid 2px white;
}

table tr:last-child{
	border-bottom: none;
}

table th{
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #EA76A0;
	color: white;
	text-align: center;
	padding: 10px 0;
}

table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #EA76A0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

table td{
	text-align: left;
	width: 70%;
	text-align: left;
	background-color: #eee;
	padding: 10px 0 10px 50px;
}

#yorodu-txt{
	text-align: center;
}

#aisatu{
	display:flex;
	flex-wrap:wrap;
}

.a_box{
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	margin:10px 0 20px 10px;
}

.text{
	margin:5px 0 20px 20px;
}

footer{
	width: 100%;
	height:10pxo;
	background-color: #e8cee4;
	text-align: center;
	margin-top:10px;
}

/* -------------------------------------------- */
/* ▼タブレット用 */
/* -------------------------------------------- */
@media screen and (min-width:768px) { 

header h1 {
	font-size: 15px;
	text-align:center;	
}


#main_img{
	height:350px;
}

.diane-nosteps{
	padding-left:0px;
	position:relative;
	top:250px;
	animation:img-move 7s steps(7, start) infinite;
	animation:img-move 7s infinite;
}

@keyframes img-move {
from {
	transform: translateX(690px);
	}
  to {
	transform:translatex(3px);
	}
}

#car{
	max-width:80%;
	transform: scale(0.7,0.7);
}

#wrap  #item_box {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-bottom:5px;
}

.p_box{
	width: 20%;
	height: 200px;
	background-color: #FFF;
	margin: 10px 1px 0 1px;
	padding: 2px;
}

.f_box{
	width:200px;
	height:200px;
}



.h_box{
	width: 30%;
	height: auto;
	border: solid 1px #FCF;
	border-radius: 5px;
	padding: 4px;
}

.h_photo img{
	width: 100%;
	height: auto;
}


.h_text{
	width: 90%;
	height: 290px;
	font-size: 13px;
	margin: 0 1px 0 1px;
}


/* ------------------------------------ */
/* ▼PC用 */
/* ------------------------------------ */
@media screen and (min-width:980px) { 

#wrap{
	width: 80%;
	margin: auto;
}


.header_wrap{
    	max-width: 1320px;
    	margin: auto;
    	display: flex;
	flex-direction: row; 
    	align-items: center;
    	justify-content: center;
}

}

.header_wrap h1{
    	width: auto;
    	display: flex;
	flex-direction: row; 
    	align-items: center;
    	justify-content: center;
}

.header_wrap img{
	width:50%;
	height:auto;
}

.header_right{
    	display: flex;
	flex-direction: column;
}

#tel-box{
	width: 350px; 
}


#tel-txt1{
	color:#333;
	font-size 18px;
}

#tel-txt2 a{
	border: 0;
	font-size: 25px;
    	text-decoration: none;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	color: #333;
	background: #fff;
}

#tel-txt2 a:hover{
	background: #ffeaea;
}


p { 
	font-size: 16px; 
}

#main_img{
	background-size:cover; 
	width: 100%;
	height: 450px;
	padding-top: 200px;
}


.diane-nosteps{
	padding-left:0px;
	position:relative;
	top:250px;
	animation:img-move 8s steps(8, start) infinite;
	animation:img-move 8s infinite;
}

@keyframes img-move {
	from {
	transform: translateX(980px);
	}
  	to {
	transform-origin:240px 980px;
    	transform:translatex(10px);
	}
}


#car{
	transform:scale(1.0,1.0);	
}

#wrap article .point_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

#wrap article .flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.circle {
    	display: flex;
  	align-items: center;
  	align-content: center;
 	background: #ff69b4;
 	border-radius: 50%;
 	width: 200px;
  	height: 200px;
  	text-align: center;

}

.flow  li {
  	-ms-flex-preferred-size: 18%;
 	flex-basis: 18%;
}


.p_box {
	width: 20%;
	height:250px;
	margin: 10px 1px 10px 1px;
	padding: 2px;
}

.h_box{
	width:13%;
	height:320px;
}

.h_photo{
	width:100%;
	height: auto;
}

.h_photo img{
	width: 200px;
	max-width: 80%;
	height: auto;
}

.h_text{
	width:90%;
	height:120px;
	margin:auto;
	font-size:14px;
｝

.h_icon{
	font-size:16px;
}

h2{
	font-size: 25px;
}

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

.center{
	font-size: 16px;
	text-align:center;
}
}
