@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {


.main_pict{width: 100%; height: 360px; background-image: url(bt_main.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;}

.hidari{width: 86%; margin: 0 auto 40px;}
.hidari img{width: 100%; box-shadow: 0 0 4px gray;}
.migi {width: 90%;font-size: 1.1em; line-height: 1.8em; margin: 0 auto 40px;}
.lead{font-size: 1.1em; line-height: 1.8em;}
.lead p{font-weight: bold; font-size: 1em; margin-bottom: 6px;}
.lead dl{width: 100%; display: flex;margin-bottom: 5px}
.lead dt{width: 50%;}
.lead dd{width: 50%}
.lead br{display: none;}

.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;}
.snsicon{
    font-size: 1.3em;
    text-align: center;
}

.snsicon i{
    margin:0 15px;
}

.snsicon a{
    color: #000;
}
.snsicon a:hover{
    opacity: 0.6;
    transition: 0.4s;
}


}/* Tablet---------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {


.main_pict{width: 100%; height: 360px; background-image: url(bt_main.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;}

.hidari{width: 86%; margin: 0 auto 40px;}
.hidari img{width: 100%; box-shadow: 0 0 4px gray;}
.migi {width: 90%;font-size: 1.1em; line-height: 1.8em; margin: 0 auto 40px;}
.lead{font-size: 1.1em; line-height: 1.8em;}
.lead p{font-weight: bold; font-size: 1.2em; margin-bottom: 6px;}
.lead dl{width: 100%; display: flex;margin-bottom: 5px}
.lead dt{width: 20%;}
.lead dd{width: 80%}

.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;}

.snsicon{
    font-size: 1.3em;
}

.snsicon i{
    margin:0 5px;
}

.snsicon a{
    color: #000;
}
.snsicon a:hover{
    opacity: 0.6;
    transition: 0.4s;
}

}/* PC-------------------------------------------------------*/
@media print, screen and (min-width: 769px) {	
   
.main_pict{width: 100%; height: 360px; background-image: url(bt_main.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;}

.hidari{width: 40%; margin-right: 3%;margin-bottom: 40px;}
.hidari img{width: 100%; box-shadow: 0 0 4px gray;}
.migi {width: 56%;font-size: 1.1em; line-height: 1.8em; margin-right: 3%;margin-bottom: 40px;}
.lead{font-size: 1.0em; line-height: 1.8em;}
.lead p{font-weight: bold; font-size: 1.2em; margin-bottom: 2px;}
.lead dl{width: 100%; display: flex;margin-bottom: 5px}
.lead dt{width: 20%;}
.lead dd{width: 80%}


.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;}

.snsicon{
    font-size: 1.3em;
}

.snsicon i{
    margin:0 5px;
}

.snsicon a{
    color: #000;
}
.snsicon a:hover{
    opacity: 0.6;
    transition: 0.4s;
}

}