@font-face {
    font-family: "irohamaru";
    src: url(../font/irohamaru-Medium.ttf);
}

@font-face {
    font-family: "shipporimincho";
    src: url(../font/ShipporiMincho-Regular.ttf);
}

.title-description {
    font-size: 30%;
    color: #c5d8eb;
    padding:0%;
    height: 100%;
    line-height: 1;
    float: left;
    margin: 0px;
}

.text-primary2 {
    font-weight: bold;
    background-color: #c5d8eb;
    box-shadow: 2px 2px #8cb0f4;
}

.text-primary3 {
    font-weight: 600;
    background-color: #c5d8eb;
    box-shadow: 2px 2px #8cb0f4;
}

.kaishagaiyou {
    border-spacing: 0;
    border-collapse: inherit;
    border-color: transparent;
    line-height: 1.6;
    padding: 0px;
    font-size: 1rem;
    vertical-align: middle;
    box-sizing: border-box;
    text-indent: initial;
    font-weight: normal;
}

.b_cell {
    background-color: #eeeeee;
    line-height: 1.6;
}

.box1 {
    background-color: #ffffff;
    border-style: solid;
    border-width: 4px;
    margin: 0px;
}

.box-color1 {
    border-color: #00336d;
}

.box-color2 {
    border-color: #4d9be8;
}

.boxH {
    padding: 6px 8px;
    color: #ffffff;
    border-radius: 6px 6px 0px 0px;
    margin-top: 20px;
}

.boxH-color1 {
    background-color: #00336d;

}

.boxH-color2 {
    background-color: #4d9be8;
}

.boxP {
    padding: 8px;
    margin-bottom: 1rem;
    border-radius: 0px 0px 6px 6px;
}

.boxT {
    padding: 8px 0px;
    margin-bottom: 0;
}

.ryoukinList {
    line-height: 1.3;
    padding: 2px;
    font-size: 1rem;
    vertical-align: left;
    box-sizing: border-box;
    text-indent: initial;
    font-weight: normal;
    box-shadow: 2px 2px #8cb0f4;
    background-color: #ffffff;
}

.ryoukinTd {
    padding-left: 4px;
    padding-right: 1.3rem;
}

.ryoukinTd-color2 {
    background-color: #d4dff4;
    border-radius: 4px;
}

.yusouhouhou {
    font-weight: 200;
}

/**.serviceList {
    background-color: #e3eefa;
    padding: 1rem;
    border:2px #eeeeee solid;
    border-radius: 1rem;
}
**/
.serviceListHeader {
    background-image: #4d9be8;    
}

.serviceListCell {
    text-align: center;
    vertical-align: middle;
    line-height: 2rem;
}

.atFontIrohamaru {
    font-family: "irohamaru";
    font-weight: lighter;
}

.atFontShipporimincho {
    font-family: "shipporimincho";
}

.serviceListHeaderCell {
    padding: 1rem 1rem 0 1rem;
    color: #ffffff;
}

.serviceListHeaderCell h4{
    font-size: 19px;
}

.serviceListCellDarker {
    background-color: #d7e6fc;
}

.serviceListLeftCell {
    background-image: linear-gradient(to right, #ffffff 0%, #d7e6fc 30%);
}

.lineH3 {
    line-height: 3rem;
}

.serviceListPrice{
    font-size:1.7rem;
    font-weight: bold;
}

.vipPrice {
    font-size: 1.2rem;
    font-weight: 600;
}

.tourServiceCell {
    text-align: center;
    vertical-align: middle;
    border: 2px #00336d solid;
    padding: 0.5rem 1rem;
}

.contactBtn {
    padding: 1rem 3rem;
    background-color: #4d9be8;
    color: #ffffff;
    border: 1px #00336d solid;
    border-radius: 8px;
}

.contactBtn:hover {
    background-color:#00336d;
    color: #ffffff;
}

.titlePicture {
    width: 100%;
    max-height: 10%;
    margin-bottom: 1rem;
}

.elementButtomMargin {
    margin-bottom: 2rem;
}

.blockHeight {
    line-height:100%;
}