.background{
    background-image: url(../img/background-page.png);
}
.content h1,
.content h2,
.content h3 {
    line-height: 1.3em;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 0.4em 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.subtitleBox>img {
    width: 90%;
}

.content h1,
.content h2 {
    color: #ff6c00;;
}

.content h1 {
    font-size: 230%;
}

.content h2 {
    font-size: 160%;
}

.content h3 {
    font-size: 140%;
    color: #e56130;
    line-height: 40px;
}
.content h3::before{
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('../img/starfish.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.content p {
    font-size: 105%;
    margin: 0em 0px 1em 0px;
    color: #252525;
    line-height: 1.8em;
    letter-spacing: 0px;
    font-weight: 600;
}

.content a {
    font-size: 100%;
    color: #252525;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: bold;
}

.content>ul {
    width: calc(100% - 310px);
    float: left;
}

.content>ul>li {
    position: relative;
    min-height: 40px;
}

.content>ul>li:first-child {
    position: relative;
    padding-left: 0px;
    min-height: 40px;
}

.content>ul>li::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-color: #e52564;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content>ul>li:first-child::before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0px;
}

.content .picBox {
    float: right;
    width: auto;
}

.content .picBox>li::before {
    display: none;
    padding: 0;
}

.content .picBox>li figure.pointlocation {
    width: 280px;
    height: 260px;
    margin-top: 1em;
}

.showphoto {
    display: none;
}

.content .picBox>li figure.pointview {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 5px #fff solid;
    margin: 2em 0;
}

/*.content .title::before{
    width: 55px;
    height: 55px;
    left: -15px;
    background-image: url(../img/icon/icon_title.png);
}*/

.content .title .t1::before {
    background-image: url(../img/icon/icon_title1.svg);
}

.content .textarea {
    margin-bottom: 1em;
    overflow: hidden;
}

.content .textarea::before {
    display: none;
}

.content .time::before {
    background-image: url(../img/icon/icon_time.png);
}

.content .location::before {
    background-image: url(../img/icon/icon_location.png);
}

.content .theme::before {
    background-image: url(../img/icon/icon_theme.png);
}

.content .introduction::before {
    background-image: url(../img/icon/icon_introduction.png);
}

.content .contact::before {
    background-image: url(../img/icon/icon_contact.png);
}

.content .link {
    background: #e52564 url(../img/icon/link.png) no-repeat;
    background-position: 10px center;
    margin: 0px 6px;
    padding: 5px 40px 5px 50px;
    border-radius: 30px;
    display: inline-block;
}

.content .link>span {
    color: #fff;
}

.background {
    position: static;
    overflow: auto;
}

.main {
    width: 1024px;
    margin: auto;
}

.main>.wrap {
    padding: 50px 5%;
}

.main>.wrap article {
    position: relative;
}

.titleBox,
.subtitleBox {
    display: inline-block;
    vertical-align: middle;
}

.menuBtn {
    display: table;
    float: right;
}

.menuBtn.current {
    position: absolute;
    right: 0;
}

.selectBox {
    display: none;
}

.menu.selectBox>ul {
    overflow: hidden;
    width: 1024px;
    margin: auto;
}

footer {
    width: 1024px;
    margin: auto;
    padding: 20px;
    overflow: hidden;
}

.hother {
    font-size: 230% !important;
}

@media screen and (max-width: 1024px) {
    .main,
    footer {
        width: 100%;
    }
    .menu.selectBox>ul {
        box-sizing: border-box;
        padding: 5%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content>ul {
        width: 100%;
        float: none;
        clear: both;
    }
    .content .picBox {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .content .picBox>li {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
    }
    .content .picBox>li figure.pointlocation,
    .content .picBox>li figure.pointview {
        padding: 0;
        margin: auto;
    }
    .content .picBox>li figure.pointlocation {
        width: 50%;
        height: 0;
        padding-bottom: 79%;
    }
    .content .picBox>li figure.pointview {
        width: 70%;
        height: 0;
        padding-bottom: calc(70% - 6px);
        border: 3px #fff solid;
    }
    .showphoto {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .titleBox,
    .subtitleBox {
        width: calc(100% - 70px);
        float: left;
        text-align: center;
    }
    .titleBox>img {
        width: 100%;
    }
    .subtitleBox>img {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .content .title::before {
        width: 40px;
        height: 40px;
        left: 0;
    }
    .content .title>h1 {
        line-height: 40px;
    }
    .hother {
        line-height: 40px !important;
    }
    .content h2,
    .content h3 {
        font-size: 130%;
    }
    .content h1 {
        font-size: 150%;
        letter-spacing: 0px;
    }
    .hother {
        font-size: 150% !important;
        letter-spacing: 0px !important;
    }
}

@media screen and (max-width: 420px) {
    .content h2,
    .content h3 {
        font-size: 100%;
        letter-spacing: 0px;
    }
    .content h1 {
        font-size: 150%;
        letter-spacing: 0px;
    }
    .hother {
        font-size: 150% !important;
        letter-spacing: 0px !important;
    }
    .content p {
        font-size: 90%;
    }
    .content>ul>li.textarea {
        padding-left: 0;
    }
}
.hdisplay {
    display: none;
}


.listother{
	padding:0px 0px 0px 30px;}
.listother a{
	color:#e56130;
	text-decoration:underline;}
.listother li{list-style-type:disc !important;
list-style-position:outside;
    font-size: 105%;
    margin: 0em 0px 0.5em 0px;
    color: #252525;
    line-height: 1.8em;
    letter-spacing: 0px;
    font-weight: 600;}
