@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
}
body{
	font-family: 'Noto Sans JP';
	font-weight: 400;
	color:#444;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
font-size: 1.5rem; /*ページの基本フォントサイズを１４ｐｘに*/
}
/*===============================================
●PC設定
===============================================*/
@media print, screen and  (min-width: 651px){
.esc-pc{
	display:none;
}
a{
	color: #444;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
	margin-left:0;
}
table{
 border-collapse: collapse;
 width: 100%;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.document {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
h2 {
  border-bottom: solid 3px #6d5b2f;
  position: relative;
  color: #6d5b2f;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 600;
  margin: 50px auto 25px auto
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.flex2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bg_title{
height: 80px;
padding-top: 270px;
font-size: 25px;
font-weight: 500;
line-height: 150%;
color: #335F93;
background-image: url(../images/common/bg_title.png);
background-repeat: no-repeat;
background-position: top center;
	margin-bottom: 30px;
}

#header {
	width:100%;
   top: 0;
	left: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.8);
	position:fixed;
	z-index:9999;
	transition: .3s;
}
#header a{
color:#000
}
#header .flex_header{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
padding-bottom: 3px
}
#header h1{
	margin:0;
	padding-top:5px;
	margin-left: 2%;
	padding-bottom:5px;
	width:300px;
    max-width: 30%
}
#header h1 a{
display: block;
padding-top:5px;
}
#header h1 img{
	width:100%;
}
#header .nav_contact{
position: absolute;
top:3px;
right:3px;
width: 200px;
}
#header .nav_contact a{
display: block;
background-color: #069;
color: #FFF;
font-size: clamp(1.0rem, 1.1vw, 1.5rem);
font-weight: 600;
padding: 3px 0;
text-align: center;
}
/*PCナビゲーションレイアウト*/
#header .nav{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;;
	width: 1000px;
	max-width: 70%;
	margin: 0 auto;
    padding-top: 30px
}

#header .nav a {
font-family: 'Noto Serif JP';
display:block;
font-size: clamp(1.0rem, 1.1vw, 1.5rem);
margin:0;
padding:7px 0;
text-align:center;
font-weight: 600;
line-height: 1;
text-decoration: none;
color:#0e3376;
box-sizing: border-box;
transition: 0.5s;
}
#header .nav .home{
width: 22%
}
#header .nav .home a{
width: 100%
}
#header .nav a:hover{
 color:#9C1846;
 margin-top: -3px
}
#header .nav a i{
font-size: 3.0rem
}
.pagetitle{
position: relative;
width: 1600px;
max-width: 85%;
margin: 0 auto 50px auto
}
.pagetitle img{
width: 100%;
}
.pagetitle .text_title{
position: absolute;
width: 100%;
font-size: clamp(2.5rem, 4.0vw, 5.0rem);
font-weight: 400;
letter-spacing: 1.0rem;
text-align: center;
top:50%;
transform: translateY(-20%);
color:#FFF
}

.breadcrumb-area {
font-size: 11px;
background-color: #600;
color: #FFF
}
/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top:350px;
    left: 0;
    right: 0;
     margin: auto;
	width: 950px;
	height: 30px;
	font-weight: 300;
	color: #999;
}
.breadcrumbs a{
 color: #999;
}
/*フッター--------------------------------------------------------------------------*/
#footer {
background-color: #FFF
}
#footer a{
color: #FFF
}
.nav_bottom{
padding: 0 0 50px 0;
background-color: #FFF;
}
.nav_bottom .flex_nav_bottom{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1200px;
max-width: 90%;
border-top: #0e3376 2px solid;
padding-top: 30px;
margin: 0 auto
}
.nav_bottom .flex_nav_bottom a{
display: block;
width: calc(100% / 7);
box-sizing: border-box;
border-right:  #0e3376 1px solid; 
font-size: 1.2rem;
text-align: center;
transition: 0.5s;
color:#0e3376!important
}
.nav_bottom .flex_nav_bottom a:hover{
border-bottom: #0e3376 2px solid;
margin-top: -2px
}

#footer .copyright{
font-size: 1.1rem;
text-align: center;
border-top: #059 1px solid;
padding-top: 30px
}
#footer .copyright img{
width: 350px;
max-width: 50%;
display: block;
margin: 0 auto;
}
}
/*===============================================
●スマホ設定 画面の横幅が650px以下
===============================================*/
@media screen and  (max-width: 650px){
.esc-sp{
	display:none;
}
body{
padding-top: 100px;
}
a{
	color: #333;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
	height: auto;
}
a img  {
	border:none;
}
h2{
 font-size:1.8rem;
 color: #420D01;
 padding: 30px 0 15px 0;
 text-align: center
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ie7 body{
	overflow:hidden;
}
.clear{
	clear: both;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
	
.document {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
display: none;
}
#header {
	width:100%;
	background-color:#FFF;
	position: fixed;
	top:0;
	z-index: 9999;
	font-family: 'Noto Sans JP';
	padding-bottom: 20px
}

#header h1{
	margin:0;
	margin-left:10px;
	padding-top:10px;
	width:250px;
}
#header h1 img{
	width:100%;
}
#header .insta{
position: absolute;
top:20px;
right: 20%;
width: 30px;
}
#header .insta i{
font-size: 3.0rem
}
/*ナビゲーション---------------------------------------*/

nav.globalMenuSp {
	position:fixed;
	color: #069;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	height: 100vh;
	z-index:15;
	background-color: rgba(255,255,255,0.8)
	}
nav.globalMenuSp .box_nav1{
	padding-top: 80px;
	}
nav.globalMenuSp .box_nav1 a{
  display: block;
  width: 70%;
 margin:0 auto 15px auto;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 8px 5px 8px 15px;
  border-bottom: #0e3376 1px dotted;
  color: #0e3376;
  position: relative;
 }
nav.globalMenuSp .box_nav1 a:after{
 font-family: FontAwesome;
  content: '\f054'; 
  position:absolute;
  right:5px;
  top:6px
}
nav.globalMenuSp .bt a{
display: block;
margin: 30px auto 0 auto;
width: 250px;
background-color: #0e3376;
color: #FFF;
text-align: center;
font-weight: 600;
border-radius: 25px;
padding: 4px 0;
transition: 0.8s
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #069;
}
nav.globalMenuSp ul li img{
	width:7px;
	padding-right:10px;
	margin-top:-10px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
nav.globalMenuSp ul li ul{
	margin-top:-20px;
	padding-bottom:5px;
}
nav.globalMenuSp ul li ul li{
	height:28px;
	padding-bottom:0;
	border:none;
	font-weight:normal;
}
/*ハンバーガー---------*/
.navToggle {
    display: block;
    position: absolute;  
    right: 13px;
    top: 5px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 13;
   /*  background: #666;*/
    text-align: center;
	z-index:20;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 50px;
    border-bottom: solid 3px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 11px;
}
 
.navToggle span:nth-child(2) {
    top: 20px;
}
 
.navToggle span:nth-child(3) {
    top: 29px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color:  #333;
    font-size: 11px;
    font-weight: bold;
    top: 34px;
}
/*タップ後のXボタン---------*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom: solid 3px #333;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom: solid 3px #333;
}
.pagetitle{
position: relative;
width: 90%;
margin: 0 auto 50px auto
}
.pagetitle img{
width: 100%;
}
.pagetitle .text_title{
position: absolute;
width: 100%;
font-size: 6.0vw;
font-weight: 400;
letter-spacing: 1.0rem;
text-align: center;
top:50%;
transform: translateY(-20%);
color:#FFF
}

/*フッター--------------------------------------------------------------------------*/
#footer {
background-color: #FFF;
}
.nav_bottom{
display: none
}

#footer .copyright{
font-size: 1.5rem;
text-align: center;
margin: 30px auto;
border-top: #036 2px solid;
padding-top: 30px
}
#footer .copyright img{
width: 300px;
max-width: 50%;
display: block;
margin: 0 auto
}

/*パンくずー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------*/
.breadcrumbs{
 font-size: 13px;
 font-weight: normal;
 padding-top: 5px;
 padding-left: 10px;
}
.pager{
padding-bottom: 50px;
}
.pager td{
 border: none!important;
 display: table-cell;
 width: 50%
}
.pager a{
 background-color: #999;
 color: #FFF;
 padding: 5px 25px;
 margin-right: 10px;
 font-size: 16px;
}

}
/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 1vh;
	right:2%;
	z-index: 9999;
}
#page-top a {
	text-decoration: none;
	color: #036;
	padding: 3px 4px;
	font-weight:bold;
	font-size:40px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}
