@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.8;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
	overflow: auto;
	height: 100%;
}
body {
	font-size: 100%;
	background: #fff;
	background-size: cover;
}
.opmenu {
	overflow: hidden;
}
.opmenu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top: 0px;
	left: 0px;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
body img.full {
	width: 100%;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.noline {
	text-decoration: none;
}
a.noline:hover {
	text-decoration: underline;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	max-width: 100%;
	height: auto;
}

.sp_br {
	display: none;
}

.para {
	margin-bottom: 1.5em;
}

.para_half {
	margin-bottom: 1em;
}


.nomal_size {
	font-size: 1.5rem;
}
.mid_size {
	font-size: 1.3rem;
}
.small_size {
	font-size: 1.2rem;
}

.center_note {
	text-align: center;
}

.inlineblock {
	display: inline-block
}


/* 大枠 */
body #allcontents {
}

/* ヘッダ
------------------------------------------------------------ */
header {
	padding-top: 60px;
    margin-bottom: 30px;
    position: relative;
}
header .header_bar {
    background: #fff;
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
header.floating {
	padding: 27px 30px;
	position: fixed;
    top: -200px;
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(0);
  }

  to {
    opacity: 1;
	transform: translateY(200px);
  }
}
.opmenu header {
}
header .header_logo {
	display: table;
	padding: 10px 20px;
	text-align: center;
}
header .header_logo img {
	height: 40px;
}

/* コンテンツ
------------------------------------------------------------ */
section {
	clear: both;
	margin: 0px auto 30px;
}
	
/* メイン */
section article {
}
section article > div {
	padding: 0px 20px;
	width: auto;
}

/* ページタイトル */
header .page_title_area {
    background: #276da3;
    padding: 0 10px;
}
header .page_title_area .page_title {
	height: 120px;
	width: 100%;
    max-width: 1240px;
    margin: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    position: relative;
}
header .page_title_area .page_title h1 {
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
    margin-left: 10px;
}
header .page_title_area .page_title .en_title {
	font-size: 1.8rem;
	font-weight: 400;
    line-height: 1;
	color: #fff;
    position: absolute;
    right: 0px;
    bottom: -2px;
}
header .page_title_area .bread_list {
	font-size: 1rem;
    background: #fff;
    padding: 0.5em 10px;
    max-width: 1200px;
    margin: auto;
}

/* 見出し */
section article h3.entry_title {
	text-align: center;
	padding-bottom: 2em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0px 0px 15px;
	position: relative;
}
section article h3.entry_title span {
	font-size: 63%;
	font-weight: 600;
	letter-spacing: 0.1em;
}
section article h3.entry_title:after {
	content: " ";
	font-size: 150%;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #3d828e;
	background: url(../images/features_back03.gif) repeat-y center bottom;
	height: 30px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media (min-width: 360px) {
}
@media (min-width: 520px) {
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	padding-top: 76px;
}
header .header_bar {
	height: 76px;
}
.opmenu header {
}
header .header_logo {
	padding: 19px 40px 10px;
}
header .header_logo img {
	height: 47px;
}

section {
	margin: 0px auto 80px;
}

section article > div {
	padding: 0px 40px;
	margin: 0px auto;
	width: 100%;
	max-width: 1240px;
}

/* ページタイトル */
header .page_title_area {
    padding: 0 20px;
}
header .page_title_area .page_title {
	height: 180px;
}
header .page_title_area .page_title h1 {
	font-size: 3rem;
    margin-left: 20px;
}
header .page_title_area .page_title .en_title {
	font-size: 2.8rem;
}
header .page_title_area .bread_list {
	font-size: 1.2rem;
    padding: 0.8em 20px;
}

/* 見出し */
section article h3.entry_title {
	font-size: 2.2rem;
}
}
@media (min-width: 1120px) {
section article > div {
}
}

@media (min-width: 1200px) {
.opmenu {
	overflow: visible;
	height: auto;
}
.opmenu:before {
	content: none;
}
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
	position: relative;
}

/* ヘッダ */
header {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
.opmenu header {
}
header .header_bar {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

header.floating {
	padding: 27px 30px;
	position: fixed;
    top: -200px;
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(0);
  }

  to {
    opacity: 1;
	transform: translateY(200px);
  }
}

/* ページタイトル */
header .page_title_area {
    width: 100%;
    padding: 0 20px;
}
header .page_title_area .page_title {
	height: 220px;
}
header .page_title_area .page_title h1 {
	font-size: 4rem;
    margin-left: 20px;
}
header .page_title_area .page_title .en_title {
	font-size: 3.5rem;
    bottom: -3px;
}
header .page_title_area .bread_list {
	font-size: 1.2rem;
    padding: 0.8em 20px;
}

section {
	margin: 0px auto 120px;
}

}

@media (min-width: 1240px) {
header .page_title_area .page_title .en_title:after {
    content: '';
    display: inline-block;
    height: 1em;
	width: 1%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50vw - 620px);/*Chrome19~25対応*/
	width: -moz-calc(50vw - 620px);/*Firefox4~15対応*/
	width: calc(50vw - 620px);
    max-width: 20px;
}
}


/* フッタ
------------------------------------------------------------ */
footer {
    text-align: center;
	clear: both;
	padding: 20px 0;
    background: #905117;
    background: -webkit-linear-gradient(63deg,rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    background: -moz-linear-gradient(63deg,rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    background: linear-gradient(63deg,rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#905117",endColorstr="#B67936",GradientType=0);
}
footer * {
    color: #fff;
}
footer .footer_menu {
    display: none;
}

footer .copyright {
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: 0.1em;
}

.opmenu footer .pagetop {
	display: none;
}
footer .pagetop {
}
footer .pagetop a {
}
footer .pagetop a img {
}

@media (min-width: 768px) {
footer {
}
footer .copyright {
	font-size: 1.4rem;
}

footer .pagetop {
}
footer .pagetop a {
}
footer .pagetop a img {
}
}

@media (min-width: 1200px) {
footer {
	padding: 30px 20px 20px;
}

footer .footer_menu {
    display: block;
    margin-bottom: 70px;
}
footer .footer_menu a {
	font-size: 1.6rem;
    margin: 0 1em;
}
footer .copyright {
	font-size: 1.6rem;
}

footer .pagetop {
}
footer .pagetop a {
}
footer .pagetop a img {
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0ox;
}
#toggle {
	display: block;
	cursor: pointer;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 60px;
}
#toggle a {
	display: block;
	height: 60px;
	position: relative;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}
#toggle span {
	display: block;
	width: 50px;
	height: 2px;
	background: #b47634;
	margin: 26px auto;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 15px;
	transition: .3s;
}
#toggle span:before, #toggle span:after{
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	background: #b47634;
	position: absolute;
	top: 0px; 
	transition: .3s;
}
#toggle span:before{
	margin-top: -12px;
}
#toggle span:after{
	margin-top: 12px;
}
#toggle span.close {
	background: transparent;
}
#toggle span.close:before{
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
	margin-top: 0px;
}
#toggle span.close:after{
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
	margin-top: 0px;
}

#menu-box #menu {
	width: 280px;
//	height: 100vh;
	padding: 0px;
	background: rgba(255,255,255,0.9);
	padding-top: 60px;
	z-index: 99;
	position: absolute;
	right: -280px;
	top: 0px;
	transition: .3s;
}
.opmenu #menu-box #menu {
	right: 0px;
	transition: .3s;
}
#menu-box #menu > div {
	padding-bottom: 20px;
}

#menu .menu_main {
	padding: 0px 20px;
	list-style: none;
}
#menu-box #menu ul.menu_main li {
    border-top: solid 2px #87afc8;
}
#menu-box #menu ul.menu_main li a {
	font-size: 1.6rem;
	text-decoration: none;
	display: block;
    padding: 1.5em 1em 1.5em 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#menu-box #menu ul.menu_main li a:after {
    content: '';
    display: block;
    width: 0.8em;
    height: 0.8em;
    border: solid 1px #15459a;
    border-width: 0 1px 1px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu-box #menu ul.menu_main li.menu_member {
    padding-top: 10px;
}
#menu-box #menu ul.menu_main li.menu_member a {
    color: #fff;
    padding: 1.5em 15px;
    background: #905117;
    background: -webkit-linear-gradient(0deg, rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    background: linear-gradient(0deg, rgba(144, 81, 23, 1) 0%, rgba(182, 121, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#905117", endColorstr="#B67936", GradientType=0);
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
#menu-box #menu ul.menu_main li.menu_member a:after {
    content: none;
}
#menu-box #menu ul.menu_main li.menu_member a img {
    width: 20px;
    margin-right: 15px;
}

#menu-box #menu ul.menu_main li a span {
	display: none;
}

}

@media (min-width: 375px) {
}

/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#menu-box {
}

#toggle {
	width: 120px;
	height: 76px;
	right: 0px;
}
#toggle a {
	height: 76px;
}
#toggle span {
	display: block;
	width: 60px;
	margin: 38px auto;
	top: 0px;
	left: 25px;
}
#toggle span:before, #toggle span:after{
  	width: 60px;
	position: absolute;
	top: 0px; 
	transition: .3s;
}
#toggle span:before{
	margin-top: -18px;
}
#toggle span:after{
	margin-top: 18px;
}
#toggle span.close:before, #toggle span.close:after{
}
#toggle span.close:before{
	margin-top: 0px;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
}
#toggle span.close:after{
	margin-top: 0px;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
}

#menu-box #menu {
	width: 400px;
	padding-top: 76px;
	right: -400px;
}
.opmenu #menu-box #menu {
	right: 0px;
}
#menu-box #menu > div {
	margin: 0 40px;
	padding-bottom: 40px;
}

#menu .menu_main {
	padding: 0px;
}
#menu-box #menu ul.menu_main li a {
	font-size: 1.8rem;
    padding: 1.8em 1em 1.8em 0.5em;
}
#menu-box #menu ul.menu_main li.menu_member {
    padding-top: 15px;
}
#menu-box #menu ul.menu_main li.menu_member a {
    padding: 1.8em 20px;
}
#menu-box #menu ul.menu_main li.menu_member a:after {
    content: none;
}
#menu-box #menu ul.menu_main li.menu_member a img {
    width: 24px;
    margin: 3px 20px 0 0;
}

}

/* PC */
@media (min-width: 1200px) {
/* メインメニュー */
#menu-box {
	width: auto;
	position: relative;
	z-index: 800;
}
#menu-box #menu {
	position: static;
	padding: 0px;
	background: none;
	overflow: hidden;
	display: block !important;
	height: 76px;
	width: auto;
	transition: 0s;
}
html.translated-ltr #menu-box #menu {
	max-height: none;
}
#menu-box #menu > div {
	height: 76px;
	margin: 0;
	padding: 0px;
    display: block;
}
	
#toggle {
	display: none;
}

#menu nav {
	height: auto;
	overflow: hidden;
}
#menu-box #menu ul.menu_main {
	padding: 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#menu-box #menu ul.menu_main li {
    border: none;
    padding-top: 8px;
    margin-left: 28px;
    height: 76px;
}
#menu-box #menu ul.menu_main li a {
	font-size: 1.6rem;
    padding: 0;
    height: 68px;
    text-align: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
#menu-box #menu ul.menu_main li a span {
	font-size: 1.2rem;
    display: block;
    width: 100%;
    margin-top: 3px;
    padding-top: 3px;
    border-top: solid 2px #b47634;
//    border-bottom: solid 3px #b47634;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
#menu-box #menu ul.menu_main li a:hover {
    color: #b47634;
}
#menu-box #menu ul.menu_main li a:hover span {
    color: #b47634;
    border-top: solid 2px transparent;
    border-bottom: solid 3px #b47634;
}
#menu-box #menu ul.menu_main li a:after {
    content: none;
}
#menu-box #menu ul.menu_main li.menu_member {
    padding-top: 0;
}
#menu-box #menu ul.menu_main li.menu_member a {
    padding: 1.8em 20px;
    height: 70px;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
}
#menu-box #menu ul.menu_main li.menu_member a:hover {
    color: #fff;
}
#menu-box #menu ul.menu_main li.menu_member a:after {
    content: none;
}
#menu-box #menu ul.menu_main li.menu_member a img {
    width: 26px;
    margin: 3px 20px 0 0;
}
}




/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */























