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


/*================================================
 *  一般・共通設定
 ================================================*/

body {
	background-color: #d5d5d5;
}

a[href="https://noface.jp/"] { display: none; }

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.container {
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0rem;
}

p {
    margin-bottom: 0;
}

.bg-brown {
	background-color: #8c4b37;
}

.btn-brown {
	color: #fff;
	background-color: #8c4b37;
	border-color: #8c4b37;
}
.text-brown {
	color: #784621;
}
.bg-beige {
	background-color: #F3DBC5;
}
.btn-beige {
	color: #784621;
	background-color: #F3DBC5;
	border-color: #F3DBC5;
}

.border-rblue {
    border-color: #4b6bc2!important;
}
.text-rblue {
	color: #4b6bc2;
}
.bg-rblue {
	background-color: #4b6bc2;
}
.btn-rblue {
	color: #fff;
	background-color: #7795e4;
	border-color: #7795e4;
}

.border-red {
    border-color: #d84343!important;
}
.text-red {
	color: #d84343;
}
.bg-red {
	background-color: #d84343;
}
.btn-red {
	color: #fff;
	background-color: #F15E48;
	border-color: #F15E48;
}

.border-green {
    border-color: #559820!important;
}
.text-green {
	color: #559820;
}
.bg-green {
	background-color: #559820;
}
.btn-green {
	color: #fff;
	background-color: #68AE55;
	border-color: #68AE55;
}
.border-green {
    border-color: #559820!important;
}

.border-purple {
    border-color: #a564b8!important;
}

.text-purple {
	color: #a564b8;
}

.bg-purple {
	background-color: #a564b8;
}

.btn-purple {
	color: #fff;
	background-color: #A277AF;
	border-color: #A277AF;
}

.btn:hover {
	color: #fff;
	opacity: 0.7;
}


/*================================================
 *  
 ================================================*/

.jumbotron {
	position: relative;
    border-radius: 0;
    background-image: url(../img/top_bg_rasen.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top; */
    /* background-attachment: fixed; */
    padding: 5rem 2rem;
}
.bg_book {
	background-image: url(../img/top_bg_book2025.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.bg_rasen {
	background-image: url(../img/top_bg_rasen.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed;
    /* background-position: center; */
}

.bg_mask {
	height: 100%;
	background-color: rgb(255 255 255 / 66%);
}
    

ul {
	list-style: none;
	/*padding-left: 0;*/
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

/*================================================
 *  ヘッダー
 ================================================*/

.header {
	border-bottom: .25rem solid #ffe59e;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

.headerbg {
	background: #adbed0;
}

.head_contents {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.head_item{
  	border-radius: 10px;
}
/*================================================
 *  login
 ================================================*/
.form_item{
    display: inline-flex;
    flex-wrap: wrap;
    /*flex: 1;*/
}
.form-group {
    display: inline-flex;
    margin-bottom: 0;
}

.login {
    background-image: url(../img/bg_login.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
}
.loginbox {
    width: 270px;
    height: 140px;
    padding: 20px;
    /*margin: 0 0 10px 30px;*/
    border: 3px solid #784621;
    color: #784621;
    background-color: #fff6da;
    border-radius: 10px;
}
.logintext {
    color: #2370e3;
    text-align: center;
    margin: 0 0 10px 0;
}
input {
    margin: 0;
    ont-family: revert;
    /*ffont-size: smaller;*/
    line-height: inherit;
}


/*================================================
 *  container
 ================================================*/
.contents {
	display: flex;
    flex-wrap: wrap;
}

.contents .item {
	flex: 1;
    /*「flex: 1;」は、「flex-grow: 1;」、「flex-shrink: 1;」、「flex-basis: 0;」の3つ同時に指定したことと同じ意味*/
	border-radius: 10px;
}

.contents .item_sub {
	flex: 1;
	border-radius: 10px;
    align-self: flex-start;
}
.item_sub_min {
    flex: 1;
    align-self: flex-start;
}

/*================================================
 *  フッター
 ================================================*/

/*
.footer {
	background-color: #6c757d;
	height: 320px;
	width: 100%;
}

.footer a {
	color: #FFFFFF;
}


*/

/*================================================
 *  TOPへ戻る
 ================================================*/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 0;
    background: #212529;
    opacity: 0.8;
    border-radius: 10px;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f062';
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    width: 25px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 900;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
@media (max-width:1024px) {
.jumbotron {
	position: relative;
    border-radius: 0;
    background-image: none;
    background-size: cover;
    padding: 0rem 2rem;
}
.bg_book {
	background-image: url(../img/top_bg_book2025.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position-y: 80px;
}
.bg_mask {
	height: 100%;
	background-color: rgb(255 255 255 / 66%);
}
}

@media (max-width:960px) {
    .form_item{
        margin-bottom: 10px;
    }
}

@media (max-width:720px) {
	h1, h2, h3, h4, h5, h6 {
		font-size: 1.25rem;
	}
	.contents {
		display: flex;
		flex-direction: column;
	}
	.contents .item {
		flex: 1;
	}
    .contents .item_sub {
      flex: 1;
      border-radius: 10px;
      align-self: auto;
    }
}