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

body{
	position: relative;
	width:100%;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
	font-family:  "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
	color: #411f2a;
    background: #fafafa;
}


.site-header {
	position: relative;
  text-align: center;
  background: url("../test/img/photo_pakutaso_logoless.png");
  background-size: auto;
  background-position: top center;
  min-height:530px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
text-shadow:
    1px  1px 0 #fff,
   -1px  1px 0 #fff,
    1px -1px 0 #fff,
   -1px -1px 0 #fff,
    1px  0   0 #fff,
   -1px  0   0 #fff,
    0    1px 0 #fff,
    0   -1px 0 #fff;
}

.site-header h1{
	font-weight: 900;
	font-size: 40px;
}
.site-header p{
	font-weight: 700;
	font-size: 22px;
}

/* インビテーション */
.invite {
  text-align: center;
  background: #fff;
  margin: 16px;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.invite p {
  margin-bottom: 12px;
}

.invite-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
}

/* ギャラリー */
#gallery {
  margin:20px auto;
 max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  padding: 16px;
}

.paw-card {
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.paw-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}

.name {
  font-weight: bold;
  margin: 6px 0 0;
}

.memo {
  font-size: 13px;
  color: #666;
  margin: 2px 0 0;
}

.xlink {
  text-align: right;
  margin-top: 4px;
}

.xlink a {
  font-size: 14px;
  text-decoration: none;
  color: #111;
}

/* フッター */
.site-footer {
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 24px 16px;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.modal.active {
  display: block;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
}

.modal-content img {
  max-width: 100%;
  max-height: 70vh;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

.modal-x {
  display: block;
  text-align: center;
  margin-top: 8px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
}

#footerWrap{
	width:100%;
	background:#fffcf7;
	padding:60px 0 30px;
}

#footer {
	position: relative;
	width: 820px;
	margin:0px auto 0;
	gap:20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#copyRight {
	width:100%;
	height:80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
br.mobilebrake{
	display: none;
}

@media(max-width:980px){
	br.mobilebrake{
		display: inline;
	}
	
	
	
	
	
}
#innerheader {
	width:1280px;
	height: 530px;
	margin:0 auto;
	background: url("img/photo_pakutaso.png");
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.formbtn {
	text-align: center;
	width:320px;
	height:80px;
	vertical-align: middle;
	color:#fff;
	background-color: #F32D64;
	border-radius: 40px;
	padding:0.5em 1em;
	text-decoration: none;
}
