@charset "UTF-8";
html {
  overflow-y: scroll;
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
  color: #000;
}
.width img {
  width: 100%;
}
.height img {
  height: 100%;
}
.boxfree {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.boxfull {
  width: 100%; /* 幅は基本的に全て % で指定 */
  margin: 0 auto;
  max-width: 900px; /* サイトの最大幅 */
}
.box_chain ol:nth-child(n+2) {
	margin-top: 40px;
}
.box_chain .box_text li:nth-child(2) {
	width: 100%;
}
.theme {
	font-size: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
	font-weight: bold;
	color: #785A46;
	text-align: center;
	margin-top: 60px;
	line-height: 1.3em;
}
.bg_top {
	padding-top: 120px;
	position: relative;
	overflow: hidden;
}
.bg_topin {
	position: absolute;
	top:120px;
	right: 10%;
}
.bg_topin2 {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 6px 10px 10px;
	float: right;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Serif;
	font-weight: bold;
	margin-top: 18%;
}
.bg_ex {
	padding-top: 120px;
	position: relative;
	overflow: hidden;
}
.bg_in {
background-color: #785A46;
	position: absolute;
	top:120px;
	left: 0px;
	width: 40%;
	min-height: 300px;
}
.bg_in::after {
	content: "";
	position: absolute;
	top:0px;
	left: 100%;
	width:0; 
	height:0;
	border-style:solid;
	border-width: 0px 0 250px 90px;
	border-color: transparent transparent transparent #785A46;
}
.bg_in2, .bg_in3 {
	float: right;
	color: #fff;
	font-size: 187.5%;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.bg_in2 {
	margin-top: 18%;
}
.bg_in3 {
	margin-top: 13%;
	line-height: 1.3em;
}
.title {
	border-bottom: 1px solid #785A46;
	height: 35px;
	padding-top: 90px;
	margin-bottom: 25px;
}
.title_bg {
	border-bottom: 1px solid #785A46;
	height: 35px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.title p:nth-child(1), .title_bg p:nth-child(1){
	color: #785A46;
	float: left;
	font-size: 162.5%;
	font-weight: bold;
}
.title_bg p:nth-child(2) a{
	float: right;
	color: #fff;
	background-color: #785A46;
	padding: 4px 10px 1px 20px;
	border-radius: 5px;
	margin-top: -6px;
}
.title_bg p:nth-child(2) a:hover{
	background-color: #000;
}
.title_bg p:nth-child(2) span {
	color: #fff;
	padding: 5px;
	font-size: 162.5%;
	vertical-align: middle;
	margin-top: -3px;
	border-radius: 3px;
}
.box_news {
	background-color: #F1EEEC;
}
.box_news dl {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
	font-size: 87.5%;
	line-height: 1.3em;
	padding-bottom: 30px;
}
.box_news dt {
    width: 15%;
    font-weight: bold;
padding-top: 10px;
	color: #E84660;
}
.box_news dd {
    width: 85%;
	padding-top: 10px;
}
.text {
	line-height: 1.5em;
}
.box_text {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}
.box_text dt {
	width: 50%;
}
.box_text dd {
	width: 45%;
}
.box_text .img {
	width: 48%;
	margin-top: 25px;
}
.box_pdf {
    display:flex;
  flex-direction: column;
}
.box_pdf li {
margin-top: 10px;
	position: relative;
}
.cth, .cth0, .cth2, .pdf2 a {
	font-size: 112.5%;
	font-weight: bold;
}
.cth, .cth2{
	padding-top: 25px;
}
.pdf2 {
	top:20px;
}
.cth_t {
	font-size: 112.5%;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/bar.svg) no-repeat 0.5em 0;
	background-size: 8px;
	min-height: 10px;
	line-height: 25px;
	margin: 0 0 15px;
}
.cth_t span {
	color: #E84660;
}
.pdf, .pdf2 {
	padding-left: 35px;
		background: url(../images/pdf.svg) no-repeat;
		background-size: 20px;
		min-height: 25px;
		line-height: 25px;
}

.pdf a, .pdf2 a, .link a{
	color: #E84660;
	border-bottom: 1px solid #E84660;
}

.box_rink {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.box_rink li {
	width: 24%;
}
.box_pf li {
	text-align:center;
}
.box_pfin li,.box_pfin2 li {
	padding: 14px 0;
}
.box_pfin li:nth-child(1), .box_pfin2 li:nth-child(1) {
	width: 70%;
}
.box_pfin li:nth-child(2), .box_pfin2 li:nth-child(2) {
	width: 28%;
}
.box_pfin2 li:nth-child(1) {
	background-color: #F1EEEC;
	 font-weight: bold;
	line-height: 1.3em;
}
.box_gridin, .box_pfin {
	color: #fff;
	background-color: #785A46;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.box_gridin2, .box_pfin2 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.box_gridin li, .box_gridin2 li {
	padding: 6px 0;
}
.box_gridin li {
	text-align:center;
}
.box_gridin2, .box_pfin2 {
	border-bottom: 1px solid #000;
}
.box_gridin2 li:nth-child(-n+2) {
	text-align:center;
}
.box_gridin2 li:nth-child(3) {
padding-left: 1%;
line-height: 1.3em;
}
.box_gridin li:nth-child(n+2), .box_pfin li:nth-child(2) {
border-left: 1px solid #fff;
}

.box_gridin li:nth-child(1),.box_gridin2 li:nth-child(1) {
	width: 22%;
}
.box_gridin li:nth-child(2), .box_gridin2 li:nth-child(2) {
	width: 14%;
}
.box_gridin2 li:nth-child(1), .box_gridin2 li:nth-child(2) {
	background-color: #F1EEEC;
	font-weight: bold;
}
.box_gridin2 li:nth-child(2), .box_pfin2 li:nth-child(2) {
border-left: 1px solid #000;
}
.box_gridin li:nth-child(3) {
	width: 63%;
}
.box_gridin2 li:nth-child(3) {
	width: 62%;
	border-left: 1px solid #000;
}
.box_gridin2 li:nth-child(3) span {
font-weight: bold;
}
.box_ac p span {
	font-weight: bold;
}
.box_ac .img, .map {
	width: 94%;
	margin: 40px auto;
}
.map iframe {
	width: 100%;
	height: 400px;
}
#boxsmall {
  font-size: 75%;
  margin: 50px auto 0;
  text-align: center;
  background-color: #F1EEEC;
  color: #4d4d4d;
  border-top: 1px solid #785A46;
  padding: 12px 0;
}
small {
	float: left;
	margin-top: 6px;
	color: #785A46;
}
#boxsmall p {
	float: right;
	width: 200px;
}
/* ----------------------totop---------------------- */
#totop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 888;
}
#totop a {
  width: 55px;
  height: 50px;
  display: table-cell;
  background: rgba(120, 90, 70, 1);
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 87.5%;
  padding-bottom: 4px;
border-radius: 15px 0 0 0;
}
#totop a:hover{
  background: rgba(0, 0, 0, 1);
}
#totop a::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  right: 16px;
}

/*------------ menu_lock ------------*/
#top-head {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.boxtop_l {
  width: 100%;
  background-color: #fff;
}
#top-logo {
  width: 340px;
  margin: 0 auto;
  padding: 20px 0 15px;
}
.boxtop_r {
  width: 100%;
  background-color: #fff;
	padding: 8px 0;
}
#global-nav {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
#global-nav ul {
  float: right;
}
#global-nav ul li {
  float: left;
  text-align: center;
}
#global-nav ul li:nth-child(-n+5) {
  border-right: 1px solid #c1bbbb;
}
#global-nav ul li a {
  font-weight: bold;
  padding: 8px 34px ;
  display: block;
}
#global-nav ul li a:hover {
  background: rgba(0, 0, 0, 1);
	color: #fff;
}
/*------------ transition ------------*/
#top-head, #top-head:after, #top-head .logo, #global-nav ul li, #global-nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*------------ Fixed ------------*/
#top-head.fixed {
  background: rgba(255, 255, 255, .9);
}

#top-head.fixed .boxtop_close {
padding-top: 5px;
}
#top-head.fixed .boxtop_l {
  background-color: rgba(255, 245, 127, .0);
}
#top-head.fixed .boxtop_r {
	margin-top: 5px;
  background-color: rgba(255, 255, 255, .0);
}
#top-head.fixed #top-logo {
  width: 27%;
  float: left;
  margin: 12px 0 0;
  padding: 0 0;
}
#top-head.fixed #global-nav ul li a {
  font-size: 75%;
  padding: 8px 14px;
}
