@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {


.main_pict{width: 100%; height: 360px; background-image: url(main_pict.jpg); background-size: cover;background-position: center;}

.midashi{width: 90%; margin: 60px auto 30px; text-align: center; font-family: serif; font-size: 1.6em; font-weight: bold;}
.lead{width: 80%; margin: 0 auto 60px; font-size: 1.2em; line-height: 1.8em;}

.potato_box{width: 80%; margin: 60px auto; display: flex; justify-content: space-between;}
.potato {width: 16%;}
.potato img{width: 100%; height: auto; border-radius: 50%; box-shadow: 0 0 4px gray;}
.potato_a {width: 32%;}
.potato_a img{width: 100%; height: auto; box-shadow: 0 0 4px gray;}

.tenpo{width: 96%; padding: 0 0 20px; margin: 0 auto;}
.image_tenpo {width: 100%; height: auto; margin: 20px auto;}
.image_tenpo img {width: 100%;}
.tenpo_migi{width: 100%; }
.tenpo_migi p{font-size: 1.4em; margin: 20px 0;}
.tenpo_migi table{height: auto; margin: 20px 0; color: #666;}
.tenpo_migi th{font-weight: normal; text-align: left; vertical-align: top;}
.tenpo_migi td{font-weight: normal; text-align: left; vertical-align: top; padding-left: 20px;}
.tenpo_button{text-align: center; height: auto;}


.kako{width: 80%; margin: 0 auto 40px; height: 300px; overflow-y: scroll;}
.kako dl{width: 96%; border-bottom: thin dotted #888;align-items: center;padding: 20px 5px;}
.kako dt{width: 100%; margin-right: 1%; font-weight: bold;}
.kako dd{width: 100%;border-bottom: }
.kako p{width: 40%; text-align: center; margin: 10px auto;}
.kako_btn a{width: 100%; display: inline-block;padding: 0.2em 10%;text-decoration: none;
  font-size: 1em;transition: .4s;background: #888;color: #fff !important; border-radius: 4px;}
.kako_btn a:hover {background: #333;color: #fff !important;}
}/* Tablet---------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {


.main_pict{width: 100%; height: 360px; background-image: url(main_pict.jpg); background-size: cover;background-position: center;}

.midashi{width: 90%; margin: 60px auto 30px; text-align: center; font-family: serif; font-size: 1.6em; font-weight: bold;}
.lead{width: 80%; margin: 0 auto 60px; font-size: 1.2em; line-height: 1.8em;}

.potato_box{width: 80%; margin: 60px auto; display: flex; justify-content: space-between;}
.potato {width: 16%;}
.potato img{width: 100%; height: auto; border-radius: 50%; box-shadow: 0 0 4px gray;}
.potato_a {width: 32%;}
.potato_a img{width: 100%; height: auto; box-shadow: 0 0 4px gray;}

.tenpo{width: 90%; padding: 40px;}
.image_tenpo {width: 48%; height: 320px;}
.image_tenpo img {width: 100%;}
.tenpo_migi{width: 48%; height: 320px;}
.tenpo_migi p{font-size: 1.4em; margin: 20px 0;}
.tenpo_migi table{height: 180px; margin: 20px 0; color: #666;}
.tenpo_migi th{font-weight: normal; text-align: left; vertical-align: top;}
.tenpo_migi td{font-weight: normal; text-align: left; vertical-align: top; padding-left: 30px;}
.tenpo_button{text-align: center; height: 40px;}


.kako{width: 80%; margin: 0 auto 40px; height: 300px; overflow-y: scroll;}
.kako dl{width: 96%; border-bottom: thin dotted #888; display: flex;align-items: center;padding: 20px 5px;}
.kako dt{width: 19%; margin-right: 1%; text-align: center; font-weight: bold;}
.kako dd{width: 70%;border-bottom: }
.kako p{width: 10%; text-align: center; margin: 10px;}
.kako_btn a{width: 100%; display: inline-block;padding: 0.2em 0;text-decoration: none;
  font-size: 1em;transition: .4s;background: #888;color: #fff !important; border-radius: 4px;}
.kako_btn a:hover {background: #333;color: #fff !important;}

}/* PC-------------------------------------------------------*/
@media print, screen and (min-width: 769px) {	
   
.main_pict{width: 100%; height: 360px; background-image: url(main_pict.jpg); background-size: cover;background-position: center;}

.midashi{width: 90%; margin: 60px auto 30px; text-align: center; font-family: serif; font-size: 1.6em; font-weight: bold;}
.lead{width: 80%; margin: 0 auto 60px; font-size: 1.2em; line-height: 1.8em;}

.potato_box{width: 80%; margin: 60px auto; display: flex; justify-content: space-between;}
.potato {width: 16%;}
.potato img{width: 100%; height: auto; border-radius: 50%; box-shadow: 0 0 4px gray;}
.potato_a {width: 32%;}
.potato_a img{width: 100%; height: auto; box-shadow: 0 0 4px gray;}

.tenpo{width: 1000px; padding: 40px;}
.image_tenpo {width: 48%; height: 320px;}
.image_tenpo img {width: 100%;}
.tenpo_migi{width: 48%; height: 320px;}
.tenpo_migi p{font-size: 1.4em; margin: 20px 0;}
.tenpo_migi table{height: 180px; margin: 20px 0; color: #666;}
.tenpo_migi th{font-weight: normal; text-align: left; vertical-align: top;}
.tenpo_migi td{font-weight: normal; text-align: left; vertical-align: top; padding-left: 30px;}
.tenpo_button{text-align: center; height: 40px;}


.kako{width: 80%; margin: 0 auto 40px; height: 300px; overflow-y: scroll;}
.kako dl{width: 96%; border-bottom: thin dotted #888; display: flex;align-items: center;padding: 20px 5px;}
.kako dt{width: 19%; margin-right: 1%; text-align: center; font-weight: bold;}
.kako dd{width: 70%;border-bottom: }
.kako p{width: 10%; text-align: center; margin: 10px;}
.kako_btn a{width: 100%; display: inline-block;padding: 0.2em 0;text-decoration: none;
  font-size: 1em;transition: .4s;background: #888;color: #fff !important; border-radius: 4px;}
.kako_btn a:hover {background: #333;color: #fff !important;}
}