@charset "utf-8";
 /* CSS Document */
 
 * { 
    margin: 0px; 
    padding: 0px; 
}

body {
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

h3 {
    margin-bottom: 15px;
}

@media screen and (max-width:799px){
	body {
		font-size: unset;
	}
	
	h1 {
		font-size: 120%;
	}
	
	
	}

#header_wrap {
	position: fixed;
	width: 100%;
	/*background-color:rgba(255,255,255,0.8);*/
	background-image: url("../img/noren.png");
	background-size: contain;
	z-index: 4;
	top: 0;
}

#video video {
    width: 100%;
    margin: 20px 0;
}





.content_txt {
	text-align: center;
}


#header_logo {
	z-index: 5;
	width: 100%;
}

@media screen and (min-width:800px) and (max-width:1920px){
#header_logo img {
	width: 75px;
	z-index: 2;
	margin-left: 15px;
	margin-top: 25px;
}

.content_title img {
	width: 200px;
	vertical-align: bottom;
}
}

@media screen and (max-width:799px){
#header_logo img {
	width: 55px;
	z-index: 2;
	margin: 18px 0 -2px 10px;
}

.content_title img {
	width: 150px;
	vertical-align: bottom;
}
}



@media screen and (min-width:800px) and (max-width:1920px){
.top-text1 {
	position: absolute;
	top: 300px;
	left: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    animation-name: fadein;
    animation-duration: 3s;
    z-index: 3;
}

.top-text2 {
	opacity: 0;
	position: absolute;
	top: 370px;
	left: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    animation-name: fadein;
    animation-delay: 3s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    z-index: 3;
}

.top-text3 img {
	position: absolute;
	top: 0;
	left: 0;
	animation-name: fadein;
	animation-duration: 3s;
	z-index: 3;
	width: 100%;
}

.top-text4 {
	display: none;
}

.top_img {
	overflow: hidden;
	width: 100%;
	height: 640px;
	position: relative;
}

.top_img1 img{
	width: 100%;
	z-index: 3;
	margin-bottom: -5px;
	
}

.top_img1_sp {
	display: none;
}
}

@media screen and (max-width:799px){
.top-text1 {
	position: absolute;
	top: 150px;
	left: 20px;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    animation-name: fadein;
    animation-duration: 3s;
    z-index: 3;
}

.top-text2 {
	opacity: 0;
	position: absolute;
	top: 180px;
	left: 20px;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    animation-name: fadein;
    animation-delay: 3s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    z-index: 3;
}

.top-text3 {
    display: none;
}

.top-text4 img {
	position: absolute;
	top: 70px;
	left: 0;
	animation-name: fadein;
	animation-duration: 3s;
	z-index: 3;
	width: 100%;
}

.top_img_sp {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.top_img1_sp img{
	width: 100%;
	z-index: 3;
	margin-bottom: -5px;
	margin-top: 80px;
}

.top_img1 {
	display: none;
}
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#menu_pc {
	display: flex;
	justify-content: space-around;
	background: #000000;
}

.menulist_pc {
	font-size: 20px;
	color: #ffffff;
	margin: 10px 0;
}


@media screen and (min-width:800px) and (max-width:1920px){
	#maincontent {
		width: 960px;
		margin: 0 auto;
		margin-top: 160px;
	}
	
	#maincontent_top {
		width: 960px;
		margin: 0 auto;
	}
	
	.content_img img {
		width: 960px;
		margin: 20px 0;
	}
	
	.content_bgimg img {
		width: 960px;
		margin: 20px 0;
	}
	
	h1.content_title {
		text-align: center;
		margin: 30px 0 0 0;
	}
	
	.content {
		margin: 50px 0;
	}
	
}	

@media screen and (max-width:799px){
	#maincontent {
		width: 97%;
		margin: 0 auto;
		margin-top: 120px;
	}
	
		#maincontent_top {
		width: 97%;
		margin: 0 auto;
	}
	
	.content_img img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	h1.content_title {
		text-align: center;
		margin: 20px 0;
	}
	
	.content {
		margin: 50px 0;
	}
	
	
}	

@media screen and (min-width:800px) and (max-width:1920px){

#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background-color:rgba(0,0,0,0.8);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 5
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px
}
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
#wrapper .btn-gnavi {
    position: fixed;
    top: 50px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 6;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #000000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
#wrapper .btn-gnavi.open span {
    background: #fff
}
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
}

@media screen and (max-width:799px){

#wrapper nav {
    position: fixed;
    top: 10px;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background-color:rgba(0,0,0,0.8);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 5
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px
}
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
#wrapper .btn-gnavi {
    position: fixed;
    top: 35px;
    right: 10px;
    width: 30px;
    height: 24px;
    z-index: 6;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #000000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
#wrapper .btn-gnavi.open span {
    background: #fff
}
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
}

#footer_wrap {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: 100vw;
	background: #000000;
	color: #ffffff;
	margin-top: 30px;
}

.footer_menu_list a{
	color: #ffffff;
	text-decoration: none;
}

.footer_menu_list a:hover {
	text-decoration: underline;
}

@media screen and (min-width:800px) and (max-width:1920px){

#footer_inner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer_menu {
	display: flex;
	justify-content: space-around;
	padding-top: 50px;
}
}

@media screen and (max-width:799px){
	
#footer_inner {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 50px;
}

.footer_menu_list {
	margin: 10px 10px;
}
}	

.footer_menu_list img {
	width: 30px;
}

#footer_logo {
	text-align: center;
	margin: 30px 0;
}

#footer_logo img {
	width: 20%;
}

#footer_copyright {
	text-align: center;
	margin: 30px 0;
}

@media screen and (min-width:800px) and (max-width:1920px){

.contentflex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 960px;
}

.contentflex_r {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.contentflex_box {
	width: 48%;
	align-self: center;
}

.contentflex_smlbox {
	width: 38%;
	align-self: center;
}

.contentflex_bgbox {
	width: 61%;
	align-self: center;
}

.contentflex_box img {
	width: 100%;
}

.contentflex_bgbox img {
	width: 100%;
}
}

@media screen and (max-width:799px){

.contentflex_box img {
	width: 100%;
	margin: 20px 0;
}	
}

.gold {
	color: #BE9823;
	font-size: 130%;
}

.red {
	color: #A30001;
	font-size: 130%;
}

.black {
	font-size: 130%;
	font-weight: bold;
}

.wp_time {
	font-size: small;
	color: #000000;
}

.wp_title {
	color: #000000;
}

#news a{
　text-decoration: none;
}

#news a:hover{
　text-decoration: underline;
}

@media screen and (min-width:800px) and (max-width:1920px){

#wpnews {
	width: 100%;
	text-align: center;
}

#news {
	list-style: none;
	padding-left: 0;
}

#newstitle {

}

.newsbox {
	width: 100%;
	text-align: left;
	border-top:1px solid #DCDCDC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsbox:first-child {
	border-top:0px;

}

.newsbox img {
	display: none;
}

#news a {
	color: #000;
	text-decoration: none;
}


#news a img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#news a:hover {
	text-decoration: underline;
}

.newsdate {
	font-size: 0.8em;
	color: #C40D24;
	margin-right: 5px;
}

.wpbutton {
	margin-top: 20px;
	text-align: right;
	position: relative;
	bottom: 99px;
	right: 30px;
	z-index: 1;
	margin-bottom: -100px;
}

.wpbutton a {
	color: black;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.wpbutton a:hover {
	color: #fff;
	text-align: center;
	background-color: #C40D24;
	border-color: #C40D24;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	vertical-align: middle;
}

.wpbutton a:active {
	color: #fff;
	text-align: center;
	background-color: #C40D24;
	border-color: #C40D24;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	vertical-align: middle;
}
}

@media screen and (max-width:799px){

#wpnews {
	width: 100%;
	text-align: center;
}

#news {
	list-style: none;
	padding-left: 0;
}

#newstitle {

}

.newsbox {
	width: 100%;
	text-align: left;
	border-top:1px solid #DCDCDC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsbox:first-child {
	border-top:0px;

}

.newsbox img {
	display: none;
}

#news a {
	color: #000;
	text-decoration: none;
}


#news a img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#news a:hover {
	text-decoration: underline;
}

.newsdate {
	font-size: 0.8em;
	color: #C40D24;
	margin-right: 5px;
}

.wpbutton {
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.wpbutton a {
	color: black;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 8%;
	padding-right: 8%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.wpbutton a:hover {
	color: #fff;
	text-align: center;
	background-color: #C40D24;
	border-color: #C40D24;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 8%;
	padding-right: 8%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	vertical-align: middle;
}

.wpbutton a:active {
	color: #fff;
	text-align: center;
	background-color: #C40D24;
	border-color: #C40D24;
	text-decoration: none;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 8%;
	padding-right: 8%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	vertical-align: middle;
}
}

.entry-categories {
	display: none;
}

.post-author {
	display: none;
}

.post-comment-link {
	display: none;
}

.comments-wrapper {
	display: none;
}

.widget_recent_comments {
	display: none;
}

.widget_categories {
	display: none;
}

.widget_meta {
	display: none;
}

@media screen and (min-width:800px) and (max-width:1920px){

#wp_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
    margin-top: 120px;
}

#site-content {
    width: 60%;
}

.footer-nav-widgets-wrapper.header-footer-group {
    width: 20%;
}

.wp-block-gallery.columns-1.is-cropped img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
}


#wp_flex a {
	color: #000;
	text-decoration: none;
}

#wp_flex a:hover {
	text-decoration: underline;
}

@media screen and (max-width:799px){

#wp_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 97%;
    margin: 0 auto;
    margin-top: 90px;
}

#site-content {
    width: 100%;
    margin-bottom: 10%;
}

.footer-nav-widgets-wrapper.header-footer-group {
    width: 100%;
}

.wp-block-gallery.columns-1.is-cropped img {
    width: 100%;
    object-fit: cover;
    height: auto;
}


}

#wp_flex ul li {
    list-style-type: none;
}

.line2 {
	margin-left: 60px;
}

.line3 {
	margin-left: 90px;
	margin-top: -20px;
}

.kanjilist {
	list-style-type: cjk-ideographic;
	margin-left: 20px;
}

.standsout {
	margin: 20px;
	padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #e3e3e3;
    border-left: solid 5px #000000;
    font-weight: bold;
}

.numberlist_li {
	list-style-type: none;
}

.numberlist_flex {
	display: flex;
	justify-content: flex-start;
}

@media screen and (max-width:799px){

.numberlist_flexbox {
	width: 190px;
	margin-bottom: 20px;
	width: 40%;
}

.numberlist_flexbox2 {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 5%;
}

.numberlist_flexbox1 {
	margin-bottom: 20px;
	width: 55%;
}

.numberlist_flexbox3 {
	margin-bottom: 20px;
	width: 65%;
}
}

@media screen and (min-width:800px) and (max-width:1920px){

.numberlist_flexbox {
	width: 190px;
	margin-bottom: 20px;
}

.numberlist_flexbox2 {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 5%;
}

.numberlist_flexbox1 {
	margin-bottom: 20px;
}

.numberlist_flexbox3 {
	margin-bottom: 20px;
	width: 65%;
}
}

.numberlist {
	margin: 20px 0;
	margin: 20px;
	padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #e3e3e3;
    border-left: solid 5px #000000;
    font-weight: bold;

}


.entry-title {
    margin-bottom: 10px;
    border-bottom: solid 2px #555;
}

.svg-icon {
    display: none;
}

.post-inner.thin {
    margin: 20px 0;
}

.widget.widget_search {
    margin-bottom: 20px;
}

.widget.widget_recent_entries {
    margin-bottom: 20px;
}

.widget-title.subheading.heading-size-3 {
    border-bottom: solid 2px #555;
    margin-bottom: 15px;
}

.btn-border-bottom {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #9A8251;  
  margin: 10px 0;
  text-align: center;
}

.btn-border-bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#9A8251;
  transition: .2s;
}

.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}
