        #content-kitchen{
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        }

        .text-center{
            text-align: center;
        }
        .text-center img{
            display: inline;
        }
        .container h2{
            font-size: 4em;
        }
        .container p{
            font-size: 1.3em;
            line-height: 1.6;
            color: #000000;
        }

.swiper-slide img{
    max-width: 100%;
}
a img:hover{
    opacity: 0.8;
    transition: .3s ease-out;
}
table.price{
    width: 100%;
  border-collapse:collapse;
  margin:0;
}
table.price td,table.price th{
  border:1px solid #ccc;
  padding:10px;
  text-align: center;
}
table.price th{
  background:#EFEFEF;
  width: 60%;
}
table.price td{
  width: 40%;
}
table.company {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    border-collapse: separate;
    border-spacing: 0 10px;
} 
table.company th {
    vertical-align: middle;
    height: 53px;
    width: 40%;
    border-right: solid 1px #333;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
 
table.company td {
    margin: 0;
    height: 53px;
    width: 60%;
    border: none;
    color: #333;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 10px;
    vertical-align: middle;
} 

table.company td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}
.raised {
    display: inline-block;
    background-color: #FF6600;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding: 1em 4em;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    margin: 1em 0 2em;
}
#content-kitchen h3{
    font-size: 28px;
}
p.caution{
    font-size: 0.8em;
}
p.sum{
    font-weight: bold;
    font-size: 28px;
}
#italogo{
    width: 60px;
    float: left;
    margin-top: 20px;
    margin-right: 18px;
}
@media (min-width: 1200px) {
    .swiper-wrapper{
        width: 960px;
        margin-right: auto;
        margin-left: auto; 
    }
}
@media (max-width: 960px) {
            .container h2{
            font-size: 2.4em;
        }
        .container p{
            font-size: 1.2em;
            line-height: 1.4;
        }
    #italogo {
        width: 40px;
        float: left;
        margin-top: 10px;
        margin-right: 15px;
}
}