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


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

body {
	background-color: #fff6da;
}

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;
}

.text-brown {
	color: #784621;
}

.bg-brown {
	background-color: #784621;
}

.btn-brown {
	color: #fff;
	background-color: #784621;
	border-color: #784621;
}

.text-pink {
	color: #e95383;
}

.bg-pink {
	background-color: #e95383;
}

.btn-pink {
	color: #fff;
	background-color: #e95383;
	border-color: #e95383;
}

.text-rblue {
	color: #3DACD7;
}

.bg-rblue {
	background-color: #3DACD7;
}

.btn-rblue {
	color: #fff;
	background-color: #3DACD7;
	border-color: #3DACD7;
}

.text-green {
	color: #62A62D;
}

.bg-green {
	background-color: #48bd12;
}

.btn-green {
	color: #fff;
	background-color: #48bd12;
	border-color: #48bd12;
}

.text-purple {
	color: #7078AF;
}

.bg-purple {
	background-color: #486ffa;
}

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

.text-purple {
	color: #7078AF;
}

.bg-grblue {
	background-color: #0ab5a4;
}

.btn-grblue {
	color: #fff;
	background-color: #0ab5a4;
	border-color: #0ab5a4;
}

.text-grblue {
	color: #47B5A2;
}

.bg-beige {
	background-color: #fff6da;
}

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


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

.jumbotron {
	border-radius: 0;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
    padding: 5rem 2rem;
}

.bg_mask {
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
}

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: #8f7543;
}

.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
}

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

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

.footer {
	background-color: #fef6ea;
	height: 320px;
	/*position: absolute;*/
	width: 100%;
}

.footer a {
	color: #FFFFFF;
}

.footer hr {
	background-color: #aa8e59;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 0px;
}

address {
	text-align: center;
	color: #634b12;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/*================================================
 *  TOPへ戻る
 ================================================*/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 0;
    background: #8f7543;
    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 5 Free";
    content: '\f062';
    font-size: 25px;
    color: #fff;
    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: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;
	}
}