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

* {
	box-sizing: border-box;
    font-feature-settings : "palt";
    font-family: "YuGothic","Yu Gothic","Hiragino Kaku Gothic ProN","MS PGothic", "Osaka","ヒラギノ角ゴ","sans-serif";
}

body {
  background: #fff6e9;
  margin: 0;
}

a {
    color: #d92817;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #EB6868;
    text-decoration: none;
}

.main-visual {
  display: block;
  width:100%;
}

.contents {
    display: block;
    margin: 0 auto;
    width: 1000px;
}

header {
    margin: 0 auto;
    display: block;
    max-width:800px;
    height: 90px;
}

.logo {
    margin-top: 1rem;
    float: left;
}

.tel {
    margin-top: 0.8rem;
    float: right;
    font-size: 2.4rem;
}

.message {
  margin:0 auto;
  margin: 3rem 0 3rem;
}

.me_h1{
  text-align: center;
  font-weight: bold; 
    line-height: 1.5;
  letter-spacing: 0.2rem;
  font-size:2.4rem;
  color: #d92817;
  margin-bottom:1rem;
}

.me_h1 span {
    font-size:2rem;
    color:#d92817;
    margin-left: 20px;
    padding: 0.5rem;
    border: 2px solid #d92817;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}

.mottl {
  text-align: center;
  font-weight: bold; 
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size:2.4rem;
  color: #444;
  margin-bottom:1rem;
}

.me_p{
  font-size:1.2rem;
  letter-spacing: 0.1rem;
  line-height:2em;
  margin:15px 0 40px 0;
  text-align: left;
  color: #444;
  text-align: justify;
  text-justify: inter-ideograph;
}

.me_p small {
    font-size: 0.8rem;
    letter-spacing: 0.04rem;
    display:block;
}

.con_txt {
  text-align: center;
  font-weight: bold; 
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-size:2.4rem;
  color: #444;
  margin:4rem 0 0;
}

.con_txt span {
    color: #d92817;
}

table {
    width:100%;
    color: #444;
    letter-spacing: 0.08rem;
    border-collapse: collapse ;
    margin-top: 5rem;
}

th {
    border: 1px solid #666;
    background-color: #f7de79;
    width:18%;
    font-size: 1.2rem;
}

td {
    border: 1px solid #666;
    width:82%;
    padding: 1.4rem 0 1.4rem 1.6rem;
    font-size: 1.7rem;
}

th,td {
    border-width: 1px 0px;
}

.movie-list {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}

.wrap {
    margin: 0 auto;
    padding: 1.4rem 0;
    width: 1000px;
}

.youtube-wrap {
    height: 270px;
}

.movie-list .wrap .row > div {
    margin-bottom: 45px;
    width: 480px;
}

.movie-list .wrap .row {
    align-items: stretch;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company {
    text-align: right;
    color: #444;
    letter-spacing: 0.08rem;
}

.jirei {
    background-color: #fff;
    border-radius: 0.4rem;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4rem;
}

.jirei_img {
    margin: -0.6rem 1rem 0 1rem;
}

.jirei_text {
    letter-spacing: 0.06rem;
    width: 550px;
    text-align: left;
    margin: 1.1rem 2.6rem 1rem 0;
}

.jirei_text p {
    margin-top:6px;
    line-height: 1.8;
    color: #444;
    letter-spacing: 0.1rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

h2 {
    color: #444;
}

h3 {
    margin-bottom: 0;
    color: #444;
}

.contact a {
    overflow:hidden;
    display: block;
    color:#fff;
    font-size: 1.6rem;
    letter-spacing: 0.06rem;
    margin: 4rem auto;
    padding: 2rem 0;
    background-color: #d92817;
    width:100%;
    text-align: center;
    border-radius: 0.3rem;
}

.contact a:hover{
    opacity: 0.7;
    text-decoration: none;
}


footer {
    color: #444;
    background:#ffffff;
	border-bottom: 20px solid #d92817;
	border-top: 1px solid #EEEFEA;
	font-size: 10px;
}

footer .f_contents {
	padding: 20px 30px 30px;
}

.container-fluid {
    margin: 0 auto;
    max-width:960px;
}

.col-md-4 {
    float: left;
    margin:0 100px 20px 0;
}

.col-md-8 p {
    font-size: 0.8rem;
}

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











@media screen and (max-width: 767px) {
    
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
    
    .main-visual {
        width:100%;
    }
    
    .contents {
        width: 82%;
    }
    
    .me_p{
      letter-spacing: 0.14rem;
    }
    
    .me_p small {
    font-size: 0.8rem;
    line-height: 1.8;
    margin-top: 0.8rem;
    }

    th,td {
        font-size: 1.4rem;
        display: block;
        width:100%;
    }
    
    td {
        background-color: #fff;
        padding: 1.4rem;
        border: none;
    }
    
    .jirei {
        display: block;
        justify-content: center;
        margin-top: 3rem;
        padding-bottom: 10px;
    }

    .jirei img {
        width:94%;
        margin: -0.6rem 0 0 0;
    }
    
    .jirei_text {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .jirei_text p {
        line-height: 2;
        letter-spacing: 0.1rem;
    }
    
    .contact a {
        font-size: 1.3rem;
        padding: 1.2rem 0;
        width: 100%;
        margin: 2.4rem auto;
    }
    
    .message {
        margin-top: 2rem;
    }
    
    header {
        margin: 0 auto;
        width:100%;
    }
    
    .tel {
        float: none;
        text-align: center;
        font-size: 1.6rem;
        background-color: white;
        width:100%;
        padding: 0.6rem 0;
    }
    
    .logo {
        margin-top: 1rem;
        float: none;
    }
    
    .logo img {
        margin:0 auto;
        width: 70%;
        display: block;
    }
    
    .me_h1{
        font-size:1.6rem;
    }
    .col-md-4 img {
        width:100%;
    }
    
    .col-md-4 {
        margin: 0 auto 20px;
    }
    
    .me_p {
        margin: 10px 0 20px 0;
        font-size: 1.1rem;
    }
    
    .wrap {
    margin: 0;
    padding: 0 6.66vw;
    max-width: 100%;
    padding: 3vw 8vw;
    }
    
    .row {
    flex-direction: column;
    }
    
    .movie-list .wrap .row > div {
    margin-bottom: 8.66vw;
    width: 100%;
    }
    
    .youtube-wrap {
    height: 47vw;
    }

    .con_txt {
    text-align: left;
    font-size: 1.4rem;
    margin: 2.6rem 0 0;
    text-align: justify;
    letter-spacing: 0.1rem;
    }
    
    table {
    margin-top: 3rem;
    }
    
    header {
    height:auto;
    }
    
    .me_h1 span {
    font-size:1.6rem;
    padding: 0.2rem;
    display: block;
    width:40%;
    margin: 0.6rem auto 0;
    }
    
    .mottl {
    font-size: 2rem;
    margin-top:1rem;
    margin-bottom:1rem;
    }
}