@charset "UTF-8";

#details{
    padding:1rem 0 2rem;
}
#details .pagetitle h2 {
    background: none;
}

#details h2 {
    width: auto;
}

#details .pagetitle,
#details .details-content{
    width:100%;
    padding:0 1rem;
}

#details .pagetitle h2 {
    display: block;
    font-size: 24px;
    color: #333;
    margin-top:1rem;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    padding-bottom: 4px;
}
#details .pagetitle h3 {
    font-size: 18px;
    color: #fff;;
    text-align: left;
    background-color: #cf000e;
    border-radius: 5px;
    font-weight: 100;
    padding: 3px 0;
    background-repeat: no-repeat;
    background-position: center bottom 2px;
    padding-left: 15px;
}

#details .tag-box {
    margin: 10px 0;
}

#details .tag-box li {
    background-color: rgb(141, 141, 141);
    padding: 2px 5px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

#details h3 {
    display: block;
    width: auto;
    text-align: center;
    margin: 100px auto 20px auto;
}

#details .details-content h3 {
    color: #cf000e;
    border-left: 3px solid #cf000e;
    font-size: 1.5em;
    text-align: left;
    padding-left: 1rem;
}

#details .pagetitle h3 {
    margin-top: 10px;
}


#details .details-sec1 h3 {
    margin-top: 10px;
}


#details h3 img {
    display: inline;
}

#details .details-sec1 .movie {
    background-color: #f1f1f1;
    padding: 20px 0;
    margin: 20px 0;
    box-sizing: border-box;
}

#details .details-sec1 .photo-1 img {
    display: block;
    height: auto;
    margin: 20px auto;
}

#details .details-sec2 .sec2-box .sec2-inner {
    display: block;
    width: 100%;
    position: relative;
    padding: 30px 0;
    margin-bottom: 10px;
    text-align: center;
}

#details .details-sec2 .sec2-box .sec2-inner .point {
    position: absolute;
    top: 0;
    left: 0;
}


#details .details-sec2 .sec2-box .sec2-inner .point-img {
    margin:0 2rem;
    width: 315px;
    height: auto;
}

#details .details-sec2 .sec2-box .sec2-inner h4 {
    font-size: 16px;
    color: #cf000e;
}


#details .details-sec3 .sec3-box .sec3-inner {
    width: 100%;
    margin-bottom: 30px;
}

#details .details-sec3 .sec3-box .sec3-inner h4 {
    color: #cf000e;
    font-size: 16px;
}

#details .details-sec3 .sec3-box .sec3-inner h4 img {
    display: inline-block;

}

#details .details-sec3 .sec3-box .sec3-inner .sec3-img {
    float: right;
    margin-left: 10px;
}

#details .details-sec4 {
    width: 100%;
}

#details .details-sec4 section {
    background-color: #f8f8f8;
    border: 1px solid #cfcfcf;
    padding: 10px;
    box-sizing: border-box;
    min-height: 160px;
}

#details .details-sec4 section img {
    width: 120px;
    display: block;
    float: left;
    margin-right: 10px;
}

#details .details-sec5 table,
#details .details-sec7 table,
#details .details-sec8 table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

#details .details-sec5 table th,
#details .details-sec7 table th,
#details .details-sec8 table th {
    background-color: #f1f1f1;
}


#details .details-sec5 table td,
#details .details-sec7 table td,
#details .details-sec8 table td {
    background-color: #fff;
    border: 1px solid #cfcfcf;
}

#details .details-sec5 table a,
#details .details-sec7 table a,
#details .details-sec8 table a {
    color: #cf000e;
}

#details .details-sec5 table a:hover,
#details .details-sec7 table a:hover,
#details .details-sec8 table a:hover {
    opacity: 0.7;
}


#details .details-sec6 section {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    padding: 10px;
}

#details .details-sec6 section img {
    width: 300px;
    float: left;
    margin-right: 15px;
}

/* 
#details .detail-entry{
    width: 50%;
    display: block;
    margin:30px auto;
    border:none;
    background-color: rgba(255,255,255,0);
} */

#details form{
    width:100%;
}

#details .detail-entry {
    background-color: #cf000e;
    color: #fff;
    padding: 0.5rem;
    width: 15rem;
    margin: 2rem auto 6rem;
    display: block;
    border: 2px solid #cf000e;
    font-size: 1.2em;
    transition: .2s;
}

#details .detail-entry:hover {
    background-color: #fff;
    color: #cf000e;
}


#details .bookmark-b {
    display: block;
    border: 1px solid #f95b84;
    background-color: #fff;
    color: #f95b84;
    font-size: 18px;
    width: 30%;
    text-align: center;
    padding: 3px 0;
    border-radius: 10px;
    margin: 10px auto 50px auto;
}


#details .bookmark-b:hover {
    background-color: #f95b84;
    color: #fff;
}

#details .touroku-bottom {
    background-color: #eee;
    border: 1px dashed #ffdae4;
}


#details .touroku-bottom button {
    display: block;
    border: none;
    width: 129px;
    height: 48px;
    padding: 0;
    background-color: #eee;
    float: left;
    margin: 10px;
}

#details .touroku-bottom button:hover {
    opacity: 0.6;
}

#details .touroku-bottom p {
    margin-top: 20px;
}
h4.det_title01 {
    color: #cf000e;
    border: 1px solid #cf000e;
    font-size: 1.5em;
    text-align: center;
    padding-left: 1rem;
    margin: 100px auto 20px auto;
	border-radius:5px;
}
h4.det_title01 span {
    display: inline-block;
    background-color: #cf000e;
    color: #fff;
    padding: 0 22px;
}
#details .details-sec5.l_form table th {
    text-align: left;
    font-weight: normal;
    padding-left: 1rem;
}
#details .details-sec5.l_form table th span {
    float: right;
    font-size: 11px;
    margin-right: 1rem;
    background-color: #fff;
    border: #cf000e solid 1px;
    border-radius: 3px;
    padding: 2px 10px;
}
#details .details-sec5.l_form table td {
    border: solid 1px #cfcfcf;
    padding: 10px 35px;
}

#details .details-sec5.l_form table td input[type="text"],
#details .details-sec5.l_form table td input[type="email"],
#details .details-sec5.l_form table td textarea,
#details .details-sec5.l_form table td select {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    padding: 0.4rem;
    box-shadow: 4px 4px 2px -3px rgba(0,0,0,.25);
    margin-top: 7px;
}
#details .details-sec5.l_form table td input[type="text"],
#details .details-sec5.l_form table td input[type="email"],
#details .details-sec5.l_form table td textarea {
    width:100%;
}
#details .details-sec5.l_form table td > label.input-radio {
    line-height: 1;
    display: inline-block;
    padding: 5px 13px 5px 5px;
    margin-top: 3px;
}

#details .details-sec5.l_form table td.input-harf > input,
#details .details-sec5.l_form table td div.input-harf > input {
    display: block;
    width: calc(90% - 45px);
    margin-left: 45px;
    margin-top: 7px;
}
#details .details-sec5.l_form table td div.input-tel > input {
    float: left;
    width: calc((100% - 70px) / 3);
    margin-left: 0;
}

#details .details-sec5.l_form table td.input-harf > label,
#details .details-sec5.l_form table td div.input-harf > label,
#details .details-sec5.l_form table td div.input-tel > label,
#details .details-sec5.l_form table td div.input-zip > label {
    display: block;
    float: left;
    width: 35px;
    font-size: 13px;
    text-align: center;
    margin-top: 7px;
}

#details .details-sec5.l_form table td div.input-harf:after,
#details .details-sec5.l_form table td div.input-tel:after {
    content: "";
    clear: both;
    display: block;
}

#details .details-sec5.l_form table td div button {
    border: 1px solid #dc143c;
    background-color: #fff;
    color: #dc143c;
    font-size: 13px;
    text-align: center;
    padding: 3px;
    border-radius: 10px;
    margin: 13px auto 0 10px;
}

/*
#details .details-sec5.l_form table td input[type="text"],
#details .details-sec5.l_form table td input[type="email"],
#details .details-sec5.l_form table td select,
#details .details-sec5.l_form table td textarea {
    border: solid 1px #333;
    box-shadow: 2px 2px 2px -1px rgba(0,0,0,.25);
	line-height:1.8;
}
#details .details-sec5.l_form table td textarea {
	height:100px;
	width:100%;
}
#details .details-sec5.l_form table td > input[type="text"],
#details .details-sec5.l_form table td > input[type="email"]{
    width: 100%;
}
#details .details-sec5.l_form table td select{
	padding:0 8px;
}
#details .details-sec5.l_form table td > label.input-radio{
	margin-right:25px;
}
#details .details-sec5.l_form table td input[type="radio"]{
	position:relative;
	top:2px;
	margin-right:3px;
}
*/
#details .details-sec5.l_form table i {
	font-style:normal;
	padding:0 10px 0 5px;
}
#details .details-sec5.l_form form > div {
	text-align:center;
	margin-top:35px;
}
#details .details-sec5.l_form form > div input {
    background-color: #cf000e;
    color: #fff;
    display: inline-block;
    width: 65%;
    max-width: 230px;
    font-size: 1.1em;
    padding: 0.7rem 0;
    border-radius: 8px;
    cursor: pointer;
}
#details .l_thx > div{
	margin-top:25px;
	margin-bottom:75px;
	border:solid 3px #cf000e;
	padding:1rem 2rem;
}
#details .l_thx > div > h4{
	font-size:24px;
	font-weight:bold;
}
#details .l_thx > div > p{
	margin-top:8px;
}

.shareBox{
    padding-bottom:1em;
}
.shareBox ul{
    width:400px;
    margin:auto;
    text-align: center;
}
.shareBox ul li{
    width:110px;
    padding:2px;
    display:inline-block;
}
.shareBox ul li div{
    border-radius:8px;
    color:#ffffff;
    position: relative;
    padding:8px 0;
}
.shareBox ul .share-twitter{
    background-color:#1da1f2;
}
.shareBox ul .share-facebook{
    background-color:#4267b2;
}
.shareBox ul li div a{
    padding-left:35px;
}
.shareBox ul li div img{
    display:inline-block;
    width:25px;
    position: absolute;
    top:50%;
    left:4px;
    transform: translateY(-50%);
}

/************スマホ************/
@media screen and (max-width: 600px) {
    #details .details-sec1 p {
        width: 95%;
        margin: 0 auto;
    }

    #details .details-sec2 .sec2-box .sec2-inner {
        padding: 30px 10px;
    }

    #details .details-sec2 .sec2-box .sec2-inner .point-img {
        width: 80%;
        display: block;
        margin: 10px auto;
        float: none;
    }

    #details .details-sec3 .sec3-box .sec3-inner {
        padding: 10px;
    }

    #details .details-sec4 section p {
        font-size: 12px;
    }


    #details .details-sec5 table,
    #details .details-sec7 table,
    #details .details-sec8 table {
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto;
    }


    #details .details-sec5 table th,
    #details .details-sec7 table th,
    #details .details-sec8 table th,
    #details .details-sec5 table td,
    #details .details-sec7 table td,
    #details .details-sec8 table td {
        width: 100%;
        display: block;
    }

    #details .details-sec5 table td,
    #details .details-sec7 table td,
    #details .details-sec8 table td {
        padding: 10px;
    }

    #details .details-sec6 section {
        padding: 15px;
    }

    #details .details-sec6 section img {
        float: none;
        width: 80%;
        margin: 10px auto;
    }


    #details .detail-entry {
        width: 80%;
        display: block;
        margin: 30px auto;
    }

    #details .bookmark-b {
        display: block;
        border: 1px solid #f95b84;
        background-color: #fff;
        color: #f95b84;
        font-size: 16px;
        width: 60%;
        text-align: center;
        padding: 3px 0;
        border-radius: 10px;
        margin: 10px auto 50px auto;
    }

    #details .bookmark-b:hover {
        background-color: #f95b84;
        color: #fff;
    }

    #details .touroku-bottom {
        width: 90%;
        display: block;
        margin: 10px auto;
    }

    #details .touroku-bottom p {
        margin-top: 10px;
    }

    .pc-video{
        display: block;
        width: 360px;
        margin:0 auto;
    }
    .pc-video iframe {
        width: 360px;
        height: 240px;
    }
	#details .details-sec5.l_form table td {
		padding:10px;
	}
	#details .details-sec5.l_form table i{
		padding:0;
	}
	#details .details-sec5.l_form table td p.li03{
		white-space: nowrap;
	}
	#details .details-sec5.l_form table td p.li03 input{
		width:28.25%;
	}
	#details .details-sec5.l_form table td select{
		padding:0 3px;
	}
	#details .l_thx > h3{
		margin-top:25px;
	}
	#details .l_thx > div{
		margin-top:25px;
		border:solid 3px #cf000e;
		padding:1rem 5%;
	}
	#details .l_thx > div > h4{
		font-size:20px;
		font-weight:bold;
	}
}

/*************PC*************/
@media screen and (min-width: 601px) {
    #details{
        padding:0 1rem;
        max-width:1200px;
        margin:auto;
    }
    #details .pagetitle,
    #details .details-content{
        padding:0;
    }
    #details .details-sec1 p {
        width: 95%;
        margin: 0 auto;
    }

    #details .details-sec2 .sec2-box .sec2-inner,
    #details .details-sec3 .sec3-box .sec3-inner,
    #details .details-sec6 section {
        width: 95%;
        margin: 10px auto;
    }

    #details .details-sec4 section {
        width: 95%;
        margin: 0 auto;
    }

    #details .details-sec5 table tr,
    #details .details-sec7 table tr,
    #details .details-sec8 table tr {
        width: 20%;
    }


    #details .details-sec5 table td,
    #details .details-sec7 table td,
    #details .details-sec8 table td {
        width: 80%;
        padding: 20px;
    }

    #details .touroku-bottom {
        width: 400px;
        display: block;
        margin: 10px auto;
    }

    .pc-video {
        display: block;
        width: 720px;
        margin: 0 auto;
    }
    .pc-video iframe {
        width: 720px;
        height: 480px;
    }

    #details .form-submit {
        padding-bottom: 50px;
    }

    #details .details-sec5.l_form table td.input-harf > input,
    #details .details-sec5.l_form table td div.input-harf > input {
        float: left;
        width: calc(50% - 45px);
        margin-left: 0;
    }

    #details .details-sec5.l_form table td div.input-tel > input {
        float: left;
        width: calc((100% - 90px) / 3);
        margin-left: 0;
    }

    #details .details-sec5.l_form table td.input-harf > label,
    #details .details-sec5.l_form table td div.input-harf > label,
    #details .details-sec5.l_form table td div.input-tel > label {
        line-height: 35px;
        width: 45px;
    }
}
