@charset "UTF-8";
/* --------------------
   all
-------------------- */
#header h1 a { color: #2b2a2a;}

/* --------------------
   pagetitile
-------------------- */
#pagetitile {
  padding-bottom: 100px;
  text-align: center;
  padding-top: 220px;}
#pagetitile .tag ul {
  font-size: 14px;
  justify-content: center;
  display: flex;}
#pagetitile .tag ul a { color: #8b1d31;}
#pagetitile .tag ul li:not(:last-child) a::after {
  display: inline;
  padding: 0 15px;
  content: "/";
  color: #000;
  font-size: 14px;}
#pagetitile h1 {
  font-weight: 500;
  line-height: 1.5;
  color: #8b1d31;}
#pagetitile h1 span { display: block;font-weight: 800;}
@media screen and (max-width: 768px){
#pagetitile { padding-bottom: 10vw; padding-top: 20vw;}}
@media screen and (max-width: 480px){
#pagetitile { padding-bottom: 10vw; padding-top: 30vw;}}

/* --------------------
   main
-------------------- */
#main h1 {
  text-align: center;
	padding-bottom: 20px;
	font-weight: 500;}
#main p {
  text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	display: block;}
.allmore {
  color: #fff;
  max-width: 360px;
  height: 80px;
  border-radius: 40px;
  background: #A38E51;
  font-weight: 500;
  line-height: 80px;
  margin: 80px auto 160px;
  text-align: center;}

@media screen and (max-width: 768px){
  .allmore { margin: 10vw auto 10vw;}}

@media screen and (min-width: 768px){
  a.allmore:hover { background: #000;}}