@charset "UTF-8" ;

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
ul{
	list-style:none;
	margin-top: 15px;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}
body{
	font-family: "Noto Serif JP", "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#444;
	font-size:18px;
	font-weight:400;
	line-height:2;
	text-align:center;
	letter-spacing:1px;
	transition: all 0.4s ease;
}
.clear:after {clear:both; content:""; display:block;}


/* header */
header{font-size:0;}
#header{
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
	justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
	flex-direction: column;
	background-image: url(./images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#title .image{
max-width:733px;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.anime {
  animation: 6s fuwafuwa infinite;
}
.Logo{
	display: inlinek;
	height: 12px;
	width: 12px;
	margin-right: 4px;
	
    display: inline-flex;
    align-items: center;

}
/* delay */
.delay {
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h2 {
	font-size:28px;
	position: relative;
	display: inline-block;
	margin-bottom:30px;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* footer */
#footer{
}
#footer_inner{padding:50px 0;}
#footer_menu{
display:table;
max-width:900px;
margin:0 auto;
text-align:left;
clear: both;
line-height: 2;
font-size:0.85em;
}
address{
margin-top:40px;
font-size:0.6em;
font-family: Arial, Helvetica, sans-serif;
}
#pageTop {
position: fixed;
bottom: 30px;
right: 30px;
}
#pageTop a {
display: block;
z-index: 999;
}

/* common */
.clear:after {clear:both; content:""; display:block;}
#container{
}
#profile{
	background-color: #999;
}
iframe{
width:100%;
height:400px;
}
.contents{
	padding:10px 0;
	margin:0 auto 20px;
	max-width:920px;
	width:100%;
	background-color: #FFF;
}
.contents_inner{
padding:30px;
text-align:left;
}
.contents_inner ul li{
padding:5px 0 5px;
}
.intro{
padding:0 0 30px;
}
.intro_inner{
font-size: 0.85em;
width:90%;
max-width:920px;
margin:0 auto;
color:#FFFFFF;
padding:40px 0 0;
}
.intro p{
padding:0 0 15px;
}
.padding_top10{
padding:10px 0 0;
}
h3 {
	padding:35px 0 25px;
	font-size:24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
h1 {
	padding:30px 0 25px;
	font-size:24px;
	line-height: 1;
}
h1 span {
	font-size:10px;
	display:block;
	padding:8px 0 0;
}

dl {
display: flex;
flex-flow: column;
width: 100%;
}
dt {
	padding: 8px 0;
	font-weight: 600;

  line-height: 1;
  letter-spacing: .08em;
  margin: 0;
  position: relative;
}

dt:after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  position: absolute;
  top: 50%;
  left: 0;
}

dt > span{
  color: #000000;
  background-color: #FFF;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}


dd {
font-size: 0.95em;
padding: 8px 0 15px 20px;
}

.btn {
margin:30px auto 0;
padding: 8px 0 8px;
width:80%;
max-width:600px;
border: 2px solid #333;
text-align:center;
}

.btn a {
	font-weight: 600;
	line-height: 1;
	letter-spacing: .08em;
	color: #333;
	text-decoration: none;
}

.text{text-align:left}

.image{
	margin:0 auto;
	width:100%;	
height:auto;
	display: block;
max-width:733px;
}
.border-none{border: none !important;}
.center{
text-align:center;
}

.width_80{width:80% !important}
.width_50{width:50% !important}
.width_30{width:30% !important}

.padding_tb_20px{padding:20px 0 !important}
.padding_top_20px{padding-top:20px !important}

address{
	font-size: 10px;
	color: #CCCCCC;
}

#new{
	border: 4px solid #FF6666;
	line-height: 1.3;
	padding:10px 0;
}
#new a{
	color: #FF6666;
}
.photoset{
	padding:0 0 40px;
	width:100%;
}

.photoset p img{
	margin:0 auto;
	width:100%;
	height:auto;
	display: block;
}


.photoset ul{
	display:flex;
    gap:0 3px;
}
.photoset ul li{
  position: relative;
  /* 5列。gapは4本なので 3px*4 を全体から引いて5等分 */
  width: calc((100% - 3px * 4) / 5);
  padding-bottom: calc((100% - 3px * 4) / 5); /* 正方形維持 */
}

.photoset ul li img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}


/* PC */
@media screen and (min-width:881px) {
.sp, .tb{display:none !important}

#footer{
margin-top:100px;
}
.text{
padding:20px 0;
font-size:0.95em;
}
}

/* PC＆タブレット */
@media screen and (min-width:681px) {
.sp{display:none !important}
.mb_25{margin-bottom:25px;}
}

/* タブレット */
@media screen and (min-width:681px) and (max-width:880px) {
}

/* スマホ＆タブレット */
@media screen and (max-width:880px){
.pc{display:none !important}
body{
font-size:14px;
line-height:1.5;
letter-spacing:0;
}
h2 span{
display:block;
}
.image{
height:auto;
}

#footer{
margin-top:30px;
}
#footer_inner{
padding:40px 15px;
}
address{
font-size:0.8em;
}
}

/* スマホ */
@media screen and (max-width:680px){
.pc_tb{display:none !important}
.container p{
font-size:1em;
line-height: 1.8;
}
.sp_margin{
margin:-20px 0;
}
.w80{
width:80%;
margin:0 auto;
}
.btn a{
width:100%;
}
#pageTop{
bottom:15px;
right:15px;
}
#pageTop img#gotop{
width:40px;
height:40px;
}
}
