@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;	background-color: #fff;
	letter-spacing : 0.2em;
}

/* PC・SPのオンオフ */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 767px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
}
hr{
	width: 90%;
    opacity: 0.5;
	margin: 30px auto;
}
header {
	z-index: 99999;
	padding: 20px 4% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	align-items: center;
	transition: all .2s ease-out;
   background: linear-gradient(to bottom, rgba(241,233,236,1.00) 0%,rgba(188,188,188,0.00)  100%);
   min-height: 80px;
}
header.min-header {
	padding: 30px 4% 40px;
}
h1{
	margin: 0; padding: 0;
}
h1 img{
	max-width: 10%;
	height: auto;
}
a {	
	text-decoration: none;
	color:inherit;
}
p {
	line-height: 2;
}
/*nav {
	margin: 0 0 0 auto;
	letter-spacing: 0.1em;
}
*/
ul {
	list-style: none;
	margin: 0;
	display: flex;
}
li {
	margin: 0 0 0 25px;
	font-size: 12px;
}

nav li span{
	border: solid 1px;
	padding: 10px 20px;
	position: relative;
	bottom: 5px;
	display: block;
}
li a:hover{
	opacity: 0.7;
}
/*リンクボタン*/
a.button {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 15px 30px;
	text-align: center;
	transition: all .3s ease-out;
}
a.button:hover {
	color: #505050;
	background-color: #fff;
}
/* section */
section {
	overflow: hidden;
	text-align: center;
	padding: 40px 0 0 0;
}
section h2 {
	margin:50px 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}
section h2 span{
	font-size: 50%;
	font-weight: normal;
	line-height: 1.1em;
}
section h2 .large{
	font-size: 300%;
    font-weight: 100;
	line-height: 1.1em;
	margin: 120px auto;
}
section p {
	font-size: 100%;
	margin-bottom: 20px;
}
section p .small{
	font-size: 80%;
	margin-bottom: 20px;
}
.photo {
	width: 55%;
	height: 500px;
	background: #fff url(section-bg.jpg) center/ cover no-repeat;
}
.photo + div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 45%;
}
.breadcrumb *, .breadcrumb *:after, .breadcrumb *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb {
  margin: 0.5em auto;
  padding: 0 1em;
  color: #fff;
  border-bottom:  solid 1px #9c9c9c;
  width: 95%;
}
.breadcrumb a {
  text-decoration: none;
  color: #6A6A6A;
  
}
.breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: -40px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
	text-align: center;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 0px;
  margin-left: 5px;
  font-size: 70%;
}
.breadcrumb li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: #6A6A6A;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #C7C7C7;
}
.breadcrumb li:last-child::before {
  content: normal;
}
/* footer */
footer{
	margin-top:0px;
}
.yokoku{
	padding:10px 10px 0 10px;
	border: solid 1px #CCCCCC;
    background-color: rgba(130,130,130,0.60);
    width: 90%;
	margin: 10px auto;
}
.yokoku h3{
    font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px auto 20px;
}
.yokoku p{
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}
footer .inner{
	background-color: #FFF;
	padding: 30px;
}
footer .inner h3{
	font-size: 100%;
	border: solid 1px #222222;
	color: #222222;
	padding: 10px;
	max-width: 40%;
	text-align: center;
	margin: 0 auto 20px;
}
footer .inner p{
	color: #222222;
	font-size: 60%;
	text-align: center;
}


.alliance{
  text-align: center;color: #FFF;
}
.alliance a{
  display: inline-block;
}
.alliance img{
  display: block;
  margin: 20px auto;
  max-width: 100px;
  width: 100%;
}
.alliance dl{
	margin:16px auto;
}
.alliance dl dt{
	font-size:12px;
	font-weight:600;
	margin-bottom:25px;
	text-align:center;
}
.alliance dl dd{
	font-size:10px;
	line-height:1.4em;
	margin-bottom:6px;
}
.alliance #freecall{
	display:none;
}
.alliance #bana{
	width:100%;
}
.alliance  #bana img{
  width: 100%;
  max-width: 254px;
margin: 0;
}
.alliance .bana_area{
	width:100%;
}
.alliance  .bana_area img{
	margin: 0 5px 0 0;
    width: 100%;
  max-width: 254px;
}
.footer_menu_inner{
    padding: 20px;
  }
.footer_menu{
    background-color: #251007;
}
.footer_menu ul{
	margin:20px auto;
	 width: 80%;
	line-height: 1.6em;
	display: block;
}
.footer_menu ul li a{
	font-size: 10px;
    margin-bottom: 20px;
    color: #FFF!important;
  }
.footer_menu ul li a:hover{
	opacity: 0.7;
  }
.footer_menu ul li a.disabled{
	color: rgba(92,92,92,0.70);
	pointer-events: none;
  }
.footer_menu ul li a span{
    font-size: 12px;
	margin-right: 10%;
  }
footer #footer{
	padding:32px 10px 10px 10px;
	letter-spacing:0px;
}

footer .footer_txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 80px 20px;
    margin:auto;
    width: 90%;
	line-height: 1.6em;
}
footer .footer_txt a{
	color: #fff;
}
small{
  font-size: 10px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	color: #cccccc;
}

.wrapper{
	width:94%;
	margin:0 auto;
}

/*pc*/
@media screen and (min-width: 767px) {
.breadcrumb *, .breadcrumb *:after, .breadcrumb *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.breadcrumb {
  margin: 1em auto;
  padding: 0.5em 2em;
    border: none;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .breadcrumbs {
  padding-left: 10%;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 0px;
  margin-left: 5px;
  font-size: 80%;
}
footer .inner{
	padding: 30px 0;
}
footer .inner h3{
	font-size: 120%;
	padding: 10px;
	max-width: 10%;
	text-align: center;
	margin: 0 auto 20px;
}
footer .inner p{
	font-size: 60%;
	text-align: center;
}
.yokoku{
    width: 50%;
}
 .yokoku h3{
	font-size: 16px;
	text-align: center;
}
.yokoku p{
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

.footer_menu{
	width: 100%;
}
.footer_menu_inner{
  display: flex;
  justify-content: space-between;
  padding: 70px 20px;
  margin: auto;
  max-width: 1280px;
}
.alliance{
  width: 100%;
	text-align: left;
}
.alliance img{
  display: block;
  margin: auto;
  max-width: 140px;
  width: 100%;
}
.footer_menu ul{
  width: 50%;
	margin-top: 0px;
	line-height: 2.0em;
	display: block;
}
.footer_menu ul li a{
  margin-bottom: 10px;
  font-size: 10px;

}
.footer_menu ul li a span{
  font-size: 14px;
	margin-right: 5%;
}
.footer_txt{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
}
.alliance #bana{
	width:100%;
    display: block;
}
.alliance  #bana img{
	margin: 10px;
    width: 100%;
  max-width: 200px;
}
.alliance .bana_area{
	width:100%;
    display: block;
}
.alliance  .bana_area img {
	margin: 10px;
    width: 100%;
  max-width: 656px;
}
.alliance  .bana_area .sp{
    display: none;
}
.alliance dl dt{
	text-align:left;
	margin-bottom:10px;
}
	
small{
  font-size: 12px;
	margin: 0 auto;
}
.wrapper{
	width:1280px;
	margin:0 auto;
}	
/*追従ボタン*/
.fix-box{
  position:fixed;
 width: 450px;
  min-height: 100px;
  z-index:999999;
  padding: 20px;
  right:50px;
  bottom:40px;
  background-color: rgba(201,171,176,0.80);
}
.fix-box h2{
    margin-bottom: 20px;
    text-align: center;
      color:#000;
    font-weight: bold;
}
.fix-box ul{
    display: flex;
    flex-wrap: wrap;
}
.fix-box li{
  list-style: none;
  margin: 10px auto;
}
.fix-btn{
background-color:#251007;
    width:40%;
  border-radius:10px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  color:#FFF;
  padding:10px 50px;
}	
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -50%;
	width:50%;
    height: 100vh;/*ナビの高さ*/
	background-image: linear-gradient(45deg, rgba(237,217,217,0.90), rgba(241,232,232,0.90) 50%, rgba(209,190,190,0.90));
    /*動き*/
	transition: all 0.6s;
    
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 50%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
/*リストのレイアウト設定*/

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
    display: block;
    width: 28%;
}

#g-nav li a{
	text-decoration: none;
	padding:10px;
	display: block;
    font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    line-height: 1.8em;
    color: #220D01;
    margin-bottom: 5px;
}
#g-nav li a .small{
    font-size: 12px;
	letter-spacing: 0.1em;
    padding-top: 5px;
    border-top: solid 1px #A29D95;
}
#g-nav .form-btn{
	list-style: none;
    margin: 10% auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    display: flex;
    justify-content: space-between;
}
#g-nav .form-btn a{
	text-align: center;
	width: 40%;
	text-decoration: none;
	display: block;
	padding: 1em;
	margin: 10px auto;
    border-radius: 50px;
}
#g-nav .form-btn a:hover{
    opacity: 0.7;
}



/*sp*/	
@media (max-width: 767px){
h1 img{
	max-width: 30%;
	height: auto;
}
section h2 .large{
	font-size: 200%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 40px auto;
}
    
#g-nav{
    right: -100%;
	width:100%;
    
}
#g-nav li a{
}
/*ナビゲーション*/
    
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*リストのレイアウト設定*/
    #g-nav ul{
        margin-top: 40px;
    }
#g-nav li{
	list-style: none;
    text-align: center;
    width: 40%;
}

#g-nav li a{
	text-decoration: none;
	padding:12px 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    font-size: 12px;
	font-weight: bold;
}
#g-nav .form-btn{
	list-style: none;
    margin-top: 10%;
    font-size: 11px;
    font-weight: normal;
    display: block;
}
#g-nav .form-btn a{
	text-align: center;
	width: 90%;
	text-decoration: none;
	display: block;
	padding: 0.8em;
	margin: 10px auto;
}
#g-nav .form-btn a:hover{
}
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 80px;
    height:80px;
}
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 1px;
	background-color: #434343;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:25px;
  	width: 40%;
}

.openbtn span:nth-of-type(3) {
	top:35px;
  	width: 35%;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
	background-color: #434343;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
	background-color: #434343;
}


table {
	max-width: 1000px;
	margin: 0 auto;
	color: #aaa;
}
/* 共通 */
/***********************
        margin
***********************/
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}
.mb110{margin-bottom: 110px;}
.mb120{margin-bottom: 120px;}
.mb130{margin-bottom: 130px;}
.mb140{margin-bottom: 140px;}
.mb150{margin-bottom: 150px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mt120{margin-top: 120px;}
.mt130{margin-top: 130px;}
.mt140{margin-top: 140px;}
.mt150{margin-top: 150px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr55{margin-right: 55px;}
.mr60{margin-right: 60px;}
.mr65{margin-right: 65px;}
.mr70{margin-right: 70px;}
.mr75{margin-right: 75px;}
.mr80{margin-right: 80px;}
.mr85{margin-right: 85px;}
.mr90{margin-right: 90px;}
.mr95{margin-right: 95px;}
.mr100{margin-right: 100px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml55{margin-left: 55px;}
.ml60{margin-left: 60px;}
.ml65{margin-left: 65px;}
.ml70{margin-left: 70px;}
.ml75{margin-left: 75px;}
.ml80{margin-left: 80px;}
.ml85{margin-left: 85px;}
.ml90{margin-left: 90px;}
.ml95{margin-left: 95px;}
.ml100{margin-left: 100px;}


/***********************
        padding
***********************/
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}
.pb60{padding-bottom: 60px;}
.pb65{padding-bottom: 65px;}
.pb70{padding-bottom: 70px;}
.pb75{padding-bottom: 75px;}
.pb80{padding-bottom: 80px;}
.pb85{padding-bottom: 85px;}
.pb90{padding-bottom: 90px;}
.pb95{padding-bottom: 95px;}
.pb100{padding-bottom: 100px;}
.pb110{padding-bottom: 110px;}
.pb120{padding-bottom: 120px;}
.pb130{padding-bottom: 130px;}
.pb140{padding-bottom: 140px;}
.pb150{padding-bottom: 150px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}
.pt60{padding-top: 60px;}
.pt65{padding-top: 65px;}
.pt70{padding-top: 70px;}
.pt75{padding-top: 75px;}
.pt80{padding-top: 80px;}
.pt85{padding-top: 85px;}
.pt90{padding-top: 90px;}
.pt95{padding-top: 95px;}
.pt100{padding-top: 100px;}
.pt110{padding-top: 110px;}
.pt120{padding-top: 120px;}
.pt130{padding-top: 130px;}
.pt140{padding-top: 140px;}
.pt150{padding-top: 150px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl55{padding-left: 55px;}
.pl60{padding-left: 60px;}
.pl65{padding-left: 65px;}
.pl70{padding-left: 70px;}
.pl75{padding-left: 75px;}
.pl80{padding-left: 80px;}
.pl85{padding-left: 85px;}
.pl90{padding-left: 90px;}
.pl95{padding-left: 95px;}
.pl100{padding-left: 100px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr55{padding-right: 55px;}
.pr60{padding-right: 60px;}
.pr65{padding-right: 65px;}
.pr70{padding-right: 70px;}
.pr75{padding-right: 75px;}
.pr80{padding-right: 80px;}
.pr85{padding-right: 85px;}
.pr90{padding-right: 90px;}
.pr95{padding-right: 95px;}
.pr100{padding-right: 100px;}

/***********************
        animation
***********************/
.delay01 { animation-delay:0.1s;}
.delay02 { animation-delay:0.2s; }
.delay03 { animation-delay:0.3s; }
.delay04 { animation-delay:0.4s; }
.delay05 { animation-delay:0.5s; }
.delay06 { animation-delay:0.6s; }
.delay07 { animation-delay:0.7s; }
.delay08 { animation-delay:0.8s; }
.delay09 { animation-delay:0.9s; }
.delay10 { animation-delay:1s;}
.delay11 { animation-delay:1.1s; }
.delay12 { animation-delay:1.2s; }
.delay13 { animation-delay:1.3s; }
.delay14 { animation-delay:1.4s; }
.delay15 { animation-delay:1.5s; }
.delay16 { animation-delay:1.6s; }
.delay17 { animation-delay:1.7s; }
.delay18 { animation-delay:1.8s; }
.delay19 { animation-delay:1.9s; }
.delay20 { animation-delay:2s;}
.delay21 { animation-delay:2.1s;}
.delay22 { animation-delay:2.2s; }
.delay23 { animation-delay:2.3s; }
.delay24 { animation-delay:2.4s; }
.delay25 { animation-delay:2.5s; }
.delay26 { animation-delay:2.6s; }
.delay27 { animation-delay:2.7s; }
.delay28 { animation-delay:2.8s; }
.delay29 { animation-delay:2.9s; }
.delay30 { animation-delay:3s;}
.delay31 { animation-delay:3.1s; }
.delay32 { animation-delay:3.2s; }
.delay33 { animation-delay:3.3s; }
.delay34 { animation-delay:3.4s; }
.delay35 { animation-delay:3.5s; }
.delay36 { animation-delay:3.6s; }
.delay37 { animation-delay:3.7s; }
.delay38 { animation-delay:3.8s; }
.delay39 { animation-delay:3.9s; }
.delay40 { animation-delay:4s;}
.animated{opacity: 0;}
.animation{opacity: 1;}

.mintyo{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}
.josefin{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
}
.note{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.note-dis{
	font-family: 'Noto Serif Display', serif;
	text-align: center;
}
.montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.small{
	font-size: 10px;
}
.middle{
    font-size: 150%;
    font-weight: normal;
}
.large{
    font-size: 200%;
}
#main{
	margin: 0 auto;
}
.w1060{
	width: 1060px;
	margin: 0 auto;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}
.img-w100{
	width: 100%;
	
}
.flex1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex2{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.flex3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sub-top-face{
	margin-top: -80px;
	margin-bottom: 0px;
	position: relative;
}
.sub-top-face h2{
    text-shadow: 2px 1px 2px #848484;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
    font-weight: 500!important;
  font-style: normal;
}
.subpage-title{
	position: absolute;
	top: 60%;
	left: 50%;
   transform: translate(-50%, -50%);
	width: 80%;
	margin: 0 auto;
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
	padding:20px;
}
.tex_def{
	font-size: 16px;
	margin: 25px 0;
    text-align: center;
    }   
.headline1 h2{
	font-size: 40px;
	margin: 25px 0;
	line-height: 150%;
}
.headline1 h2 span{
	font-size: 24px;
	margin: 25px 0;
	line-height: 150%;
}
.headline1 p{
	font-size: 16px;
	margin: 25px 0;
	text-align: center;
}
.headline2{
	font-size: 28px;
	margin: 0 0 25px 0;
	line-height: 200%;
}
.headline3{
	font-size: 24px;    
	margin: 40px 0;
	line-height: 200%;
}
.headline4{
	font-size: 22px;
	line-height: 150%;
	color: #5C5A55;
}
.headline5{
	font-size: 20px;
	margin: 0 0 25px 0;
	line-height: 150%;
}
.image100{
	width: 100%;
}
.image80{
	width: 80%;
}
.margin100{
	margin: 100px auto;
}
.margin60{
	margin: 60px auto;
}
.align-l{
	text-align: left;
}
.align-c{
	text-align: center;
}
.align-c-w{
	text-align: center;
	margin-bottom: 20px;
}
.attention{
	font-size: 12px;
	color: #898989;
	text-align: right;
	margin-top: 80px;
}
.pers-att{
	font-size: 12px;
	color: #898989;
	text-align: right;
	margin-top: 0px;
}
.regist-button{
    background: rgba(98,121,135,1.00);
  border-radius: 30px;
    width: 300px;
    padding:15px 30px;
    text-align:center;
    margin:40px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.4em;
}
.regist-button a{
    color:#FFF;
}
.regist-button::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.regist-button:hover::after{
    right: 30px;
}
.form-button{
    background: rgba(98,21,21,1.00);
  border-radius: 30px;
    width: 300px;
    padding:15px 30px 15px 20px;
    text-align:center;
    margin:40px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
.form-button span{
    color:#FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.form-button::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.form-button:hover::after{
    right: 30px;
}
.form-button2{
    background:#000000;
    width: 320px;
    padding:15px 30px 15px 20px;
    text-align:center;
    margin:40px auto;
    cursor:pointer;

    position: relative;
    text-decoration: none;
}
.form-button2 span{
    color:#FFFFFF!important;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.form-button2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.form-button2:hover::after{
    right: 10px;
}
.link-btn{
    display:inline-block;
    padding:20px 80px;
    text-align:center;
    color:#E8E8E8;
    margin:20px auto 40px;
    cursor:pointer;
    position: relative;
    border-radius: 50px;
    border: solid 1px #FFF;
    text-decoration: none;
    font-size: 16px;
}
.link-btn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 25px;
    height: 5px;
    border: none;
    border-right: 2px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    transform: skew(45deg);
    transition: .3s;
}
.link-btn:hover::after{
    right: 10px;
    width: 35px;
}
.link-btn2{
    display:inline-block;
    padding:10px 60px;
    text-align:center;
    color:#E8E8E8;
    background-color: #630103;
    cursor:pointer;
    position: relative;
    border: solid 1px #FFF;
    text-decoration: none;
}
.link-btn2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 25px;
    height: 5px;
    border: none;
    border-right: 2px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    transform: skew(45deg);
    transition: .3s;
}
.link-btn2:hover::after{
    right: 10px;
    width: 35px;
}
br{
	display: block;
}
br .sp{
	display: none;
}
#pageTop {
    position: fixed;
    right: 10px;
    bottom: 180px;
    height: 30px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #D5B6B7;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    z-index: 999;
}
#pageTop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***********************
        color
***********************/
.col_gr01{
	color:#6a8d5b;
}
.col_wh{
	color:#FFFFFF;
}
.col_red01{
	color:#9C0000;
}
.col_beige01{
    color: #e7e4da;
}
.col_beige02{
    color: #B8B19A;
}
.col_brown{
    color: #1F1913;
}
.col_black{
    color: #000000;
}
.col_gold{
    color: #A76800;
}
.col_blue01{
    color: #5079A2;
}
.col_blue02{
    color: #0557AA;
}
.col_blue03{
    color: #9CB9D5;
}
.col_brown01{
    color: #251007;
}
.col_pink01{
    color: #9F7878;
}
.gradation_gold {
  background: linear-gradient(0deg, #FBD17C 0%, #AF9D5A 45%, #FEE9A0 70%, #AF9D5A 85%, #D0B16F 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_white{background-color: #fff;}
.bg_black{background-color: #000;}
.bg_gray{background-color: #f4f4f4;}
.bg_red{background-color: #770103;}
.bg_pink{background-color: #D5B6B7;}
.bg_brown{background-color: #251007;}
.bg_gray02{background-color: #595757;}
.bg_gold{background-color: #937543;}
.t-shadow01 {
text-shadow:20px 20px 20px #6C0002;
}
.harf-col01{
background: linear-gradient(
  350deg,
  transparent 0%,
  transparent 50%,
  #F3E4E9 50%,
  #F3E4E9 100%
);}
/*sp*/
@media screen and (max-width: 758px){
#main{
	width: 100%;
}
.w1060{
	width: 92%;
}
.w1000{
	width: 90%;
}
.w1280{
	width: 92%;
}
.flex1,.flex2{
	display: block;
}
.head_main{
	width: 100%;
	min-width: auto;
}
.subpage-title{
	position: absolute;
	top: 60%;
	left: 50%;
	width: 80%;
	font-size: 30px;
	padding: 15px;
}
.middle{
    font-size: 110%;
}
.large{
    font-size: 130%;
}
.tex_def{
	font-size: 14px;
	margin: 25px 0;
	text-align: left!important;
}   
.headline1 h2{
	font-size: 22px;
	margin: 18px 0;
}
.headline1 h2 span{
	font-size: 80%;
}
.headline1 p{
	font-size: 14px;
	margin: 25px 0;
	text-align: left!important;
}
.headline1 p br{
	display: none;
}
.headline2{
	font-size: 18px;
	margin: 18px 0;
}
.headline3{
	font-size: 20px;
	margin: 30px 0;
	line-height: 170%;
}
.headline4{
	font-size: 18px;
	margin: 30px 0;
	line-height: 150%;
}
.headline5{
	font-size: 16px;
	margin: 18px 0;
	line-height: 150%;
}
.image80{
	width: 100%;
}
.image60{
	width: 90%;
    margin: 0 auto;
}
.margin100{
	margin: 50px auto;
}
.margin60{
	margin: 30px auto;
}
.attention{
	font-size: 11px;
	margin-top: 40px;
	text-align: left;
}
.pers-att{
	font-size: 10px;
	color: #898989;
	text-align: left;
	margin-top: 0px;
}
.regist-button{
    width: 70%;
    padding:15px 20px;
    text-align:center;
    color:#FFF;
    margin:10px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 16px;
}
.regist-button::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.regist-button:hover::after{
    right: 20px;
}
.link-btn{
    width: 70%;
    padding:15px 20px;
    text-align:center;
    color:#FFF;
    margin:10px auto 40px;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.link-btn span{
	font-size: 16px;
	letter-spacing: 0.1em;
}
	
br{
	display: none;
}
br .sp{
	display: block;
}
.align-c-w{
	text-align: center;
	font-size: 9px;
	margin-bottom: 20px;
}
#pageTop {
    bottom: 100px;
}
	
}

/*メニュー*/
.FixedMenuSection {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: #251007;
display: block;
z-index: 99999;
}
.FixedMenu-Inner-List {
display: flex;
}
.FixedMenu-Inner-List-Item {
padding-top: 14px;
padding-bottom: 14px;
padding-left: auto;
padding-right: auto;
font-size: 12px;
width: calc((100% - 2px) / 3);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #251007;
background-image: linear-gradient(180deg, rgba(173,127,123,1.00), rgba(225,186,186,1.00));
}
.FixedMenu-Inner-List-Item:not(:first-child) {
margin-left: 1px;
}
.FixedMenu-Inner-List-Item2 {
padding-top: 14px;
padding-bottom: 14px;
padding-left: auto;
padding-right: auto;
font-size: 12px;
width: calc((100% - 2px) / 2);
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #251007;
background-image: linear-gradient(180deg, rgba(173,127,123,1.00), rgba(225,186,186,1.00));
}
.FixedMenu-Inner-List-Item2:not(:first-child) {
margin-left: 1px;
}

/* PCではハメニューを表示しない */
@media (min-width: 758px){
	.FixedMenu{
		display: none;
	}
}

.notice{
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 70%;
    line-height: 200%;
    text-align: left;
}
@media screen and (max-width: 758px){
.notice{
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 50%;
    line-height: 160%;
    text-align: left;
}
}

.padding50{
    padding-top: 50px;
}


#info_sub {
	padding-bottom: 60px;
    background-image: url("../images/index/bk03-sp.jpg");
    min-height: 180px;
    background-position: center bottom;
}
#info_sub p {
	margin: 0 0 40px 0;
}
#info_sub .yokoku{
	padding:10px 10px 0 10px;
	border: solid 1px #9A9A9A;
    background-color: rgba(255,255,255,0.50);
    width: 90%;
	margin: 10px auto;
}
#info_sub .yokoku h3{
    font-size: 14px;
	color: #222222;
	text-align: center;
	margin: 10px auto 20px;
}
#info_sub .yokoku p{
	color: #222222;
	font-size: 9px;
	text-align: center;
}

@media screen and (min-width: 758px){
#info_sub {
	padding-bottom: 60px;
    background-image: url("../images/index/bk03.jpg");
    min-height: 180px;
    background-position: center;
}
#info_sub .yokoku{
    width: 50%;
}
#info_sub .yokoku h3{
	font-size: 16px;
	text-align: center;
}
#info_sub .yokoku p{
	margin: 0 auto 20px;
	font-size: 12px;
	text-align: center;
}
}
.mb1 {
	margin-bottom: 1em;
}
.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb4 {
	margin-bottom: 4em;
}
.mb5 {
	margin-bottom: 5em;
}
.pt2 {
	padding-top: 2em;
}
.pt3 {
	padding-top: 3em;
}
.pb3 {
	padding-bottom: 3em;
}
.pt4 {
	padding-top: 4em;
}
.pb4 {
	padding-bottom: 4em;
}
.pt5 {
	padding-top: 5em;
}
.pb5 {
	padding-bottom: 5em;
}
.pt6 {
	padding-top: 6em;
}
.pb6 {
	padding-bottom: 6em;
}
.ta_c {
	text-align: center;
}
.ta_r {
    text-align: right;
}
@media screen and (max-width: 768px) {
	.mb4 {
	    margin-bottom: 3em;
	}
	.pt3 {
		padding-top: 2em;
	}
	.pb3 {
		padding-bottom: 2em;
	}
	.pt4 {
		padding-top: 3em;
	}
	.pb4 {
		padding-bottom: 3em;
	}
	.pt5 {
		padding-top: 4em;
	}
	.pb5 {
		padding-bottom: 4em;
	}
	.pt6 {
		padding-top: 5em;
	}
	.pb6 {
		padding-bottom: 5em;
	}
}