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

*{
	margin: 0;
	padding: 0;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;}
.clear{
	clear:both;
	}
body {
margin: 0;
  padding: 0;
  width: 100%;
    background:#fff;
	font-family: ;
	color:#333;
    font-size:1.6rem;
    line-height: 1.8;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
}
html {
    Font-size:62.5%;/*10px*/
}

a{
	text-decoration:none;
color:darkolivegreen;
font-weight: 300;}
p{
    font-size:1.6rem;
    margin-top:12px;
}
@media screen and (min-width:640px) {
Font-size:1.5rem;
}
@media screen and (min-width: 1200px) {
Font-size:1.6rem;
}
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

img {border:none;}

#detail{
    width: 100%;
    margin: 0 auto;
	background:#fff;	}
#detail{
    display: block;
    text-align: center;
    width: 980px;
    margin: 0 auto;
}
#detail h1{
    padding:7px;
    color:#000;
    text-align: center;
    font-style:normal;
    font-family: serif;
    font-size:24px;
    background-color: #ccc;
    border-bottom: none;
  border-top: none;
    
}
#detail h1 a{
     font-family: serif;
    font-size:24px;
    color:#000;
}
#detail h1 a:hover{
    font-family: serif;
    font-size:24px;
    color:#ccc;
}

#detail h2{
    border-top: none;
    font-size:18px;
    margin-top: 20px;
    color:#666;
    text-align: center;
}

#show{
    display: block;
   margin: 0 auto;
    text-align: center;
    width: 100%;
}
#show p{
    display: inline-block;
    text-align: left;
    width: 96%;
}
#show figure img{
    width: 500px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

#show p{
    padding-bottom: 30px;
}

input{
    text-align: center;
    display: block;
	vertical-align: middle;
	text-decoration: none;
	width: 360px;
    height: 3.6rem;
	margin: auto;
	padding: 2.4rem 4rem;
    line-height: 0.1rem;
	font-weight: bold;
    font-size:20px;
	background-image: linear-gradient(to right, #a77ac3 0%, #495458 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
    cursor: pointer;
}

input:hover{
     color: #fff;
	background-image: linear-gradient(to left, #a77ac3 0%, #495458 100%);
}
