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

/*ベース*/
*{
    margin: 0;
    padding: 0;
}


body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    margin: 0px auto;
}

h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 0.9;
}
h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	word-break: break-word;
	overflow-wrap: anywhere;
}
a:hover{
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}

ul {
  list-style: none;
}

.main{
    max-width: 1050px;
    margin: 0px auto;
    padding: 0px 60px;
}

.utikeshi{
	text-decoration:line-through
}

/*フッター*/
footer {
  position: relative;
  margin: 0px auto;
  padding: 50px 30px;
  background-color: #fff;
  z-index: 5;
}
footer .footer{
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}

footer .footer div{
  display: flex;
  align-items: center;
}
footer .footer div a{
  width: 153px;
  margin-right: 25px;

}
/*フッター*/

.mb05 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mt45 {
  margin-top: 45px !important;
}

.youtube_area{
    max-width: 560px;
    margin: 0px auto;
    background-color: #fff;
    padding: 25px;
background-image: url("../img/dy_con_bg.jpg");
background-size: 50%;
background-repeat: repeat;
background-position: center;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.day{
    font-family: 'Noto Nastaliq Urdu', sans-serif;
}

@media only screen and (max-width: 600px) {
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
    
footer .footer {
  flex-wrap: wrap;
}
footer .footer div {
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer div a {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 25px;
  text-align: center;
}
footer .footer div a img {
  width: 183px;
}
}
