@charset "utf-8";
/* CSS Document */

/***font
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
***/

/***color
金　#e2cb73;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadein2 {
/*  opacity : 0;*/
  transform: translateY(20px);
  transition: all 1s;
}


@media (orientation: portrait) { /**　画面が縦長の時　**/
}

/********リンク********/
a{
    color: #e2cb73;
    text-decoration: none;
}
a:hover{}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#e2cb73;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}

.anchor {
	display: block;
	margin-top: -3em;
	padding-top: 3em;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

	.res {
		display: inline;
	}
}

@media screen and (max-width: 414px){

	.res2 {
		display: inline;
	}
}

@media screen and (max-width: 375px){

	.res3 {
		display: inline;
	}
}

@media screen and (max-width: 320px){

	.res4 {
		display: inline;
	}
}



html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 16em;
	line-height:2;
	color:#000;
	font-family: 'Noto Serif JP', serif; 
    font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	background-color: #fff;

}

body:before{}

@media (orientation: portrait) { /**　画面が縦長の時　**/
    body {}    
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


/**********************
　フッター
***********************/

.foot_link {
	text-align: center;
    margin: 3em auto;
    padding: 0 1em;
	line-height: 1.5;
	font-feature-settings: "palt";
	color: #000;
}

.foot_link .item {
    display: inline-block;
}

.foot_link a {
    text-decoration: none;
	color: #000;
}

footer{
	width: 100%;
	margin: 10px auto 0;
    padding-bottom: 0;
	text-align: center;
	font-size: 16rem;
	bottom: 0;
}

.footer .crea {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.footer .crea img {
    width: 100%;
}

@media screen and (max-width: 767px){
    .footer .crea {
        width: 60%;
    }
}

.footer .copy {
	display: block;
	color: #000;
    font-weight: 500;
}

.footer .copy .icon {
	display: inline-block;
    width: 90px;
	margin: 0 0.5em;
	vertical-align: top;
}
.footer .copy .icon img {
	width: 100%;
}


.policy_link {
	display: block;
    margin-bottom: 1em;
}

.policy_link .link a {
    display: inline-block;
	margin: 0 1em;
	text-decoration: none;
	color: #000;
	font-size: 14rem;
	font-weight: 500;
}

.policy_link .link a:hover {
	text-decoration: underline;
}

.policy_link .link:not(:last-of-type)::after {
	content: "|";
	padding: 0 0.5em;
	color: #000;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #000;
}

#pagetop a::after {
	font-family: "Font Awesome 6 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}
@media screen and (max-width: 414px){
}




/**********************
　構造
***********************/

.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;

	opacity: 0;
	animation-name:appeare;
	animation-duration:3s;
	animation-timing-function:ease;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sec {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto 5em;
	padding: 0 1em;
}


/**********************
　見出し
***********************/

.heading_sec {
    display: block;
    max-width: 900px;
    margin: 2em auto 1.5em;
    padding: 0 1em;
    font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #000;
    font-size: 22rem;
}

.heading_sec .l {
    display: block;
    font-size: 1.2em;
}

@media screen and (max-width: 600px){
    .heading_sec {
        line-height: 1.5;
        font-size: 20rem;
    }
}
@media screen and (max-width: 510px){
    .heading_sec {
        font-size: 18rem;
    }
    .heading_sec .l {
        margin: 0.5em auto 0;
    }
}


/**********************
　本文
***********************/

.text {
    text-align: left;
    margin-bottom: 2em;
}

.list {
    width: 100%;
    margin: 0 auto 3em;
}
.list caption {
    margin-bottom: 1em;
    font-size: 20rem;
}
.list th,
.list td {
    padding: 0.5em 1em;
    border: 1px solid #000;
}
.list th {
    background: #eee;
}
.list td {
    text-align: left;
}

@media screen and (max-width: 420px){
    .list caption {
        font-size: 18rem;
        line-height: 1.5;
    }
    .list th,
    .list td {
        padding: 0.5em;
    }
    .list th {
        white-space: nowrap;
        font-size: 0.9em;
    }
}



