header {
  top: 30px; }

img.logo {
  display: none; }

p.access {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1%;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    p.access {
      justify-content: center;
      top: 200px; } }
  @media screen and (max-width: 510px) {
    p.access {
      top: calc(60px + 27.5vw); } }

section.top {
  padding: 130px 0  100px;
  background: url(../img/top_bg.jpg) no-repeat center top/cover;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.top {
      padding: 60px 5% 50px;
      background: url(../img/top_bg_sp.jpg) no-repeat center top, url(../img/top_bg_sp_line.gif) repeat-y center bottom;
        background-size: contain; } }
  section.top h1 {
    max-width: 330px;
    margin: 0 auto 15px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      section.top h1 {
        width: 72%;
        margin: 0 auto 40px; } }
  section.top ul.mv {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto 110px; }
    @media screen and (max-width: 768px) {
      section.top ul.mv {
        margin: 0 auto 28px; } }
    section.top ul.mv li {
      width: 100%;
      text-align: center; }
      section.top ul.mv li .fltLink {
        width: 100%;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.top ul.mv li .fltLink {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; } }
        section.top ul.mv li .fltLink a {
          position: absolute; }
          @media screen and (max-width: 768px) {
            section.top ul.mv li .fltLink a {
              position: static; } }
          section.top ul.mv li .fltLink a.letter {
            left: 0;
            bottom: 80px; }
            @media screen and (max-width: 768px) {
              section.top ul.mv li .fltLink a.letter {
                width: 30%; } }
          section.top ul.mv li .fltLink a.movie {
            right: 0;
            top: -95px; }
            @media screen and (max-width: 768px) {
              section.top ul.mv li .fltLink a.movie {
                width: 35%; } }
  section.top .msg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 870px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      section.top .msg {
        width: 100%; } }
    section.top .msg .cnt {
      max-width: 420px;
      width: 48%;
      padding: 30px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 0 20px rgba(19, 159, 147, 0.1); }
      @media screen and (max-width: 768px) {
        section.top .msg .cnt {
          max-width: 100%;
          width: 100%;
          margin-bottom: 28px;
          padding: 3.5%; } }
      section.top .msg .cnt h2 {
        margin-bottom: 25px;
        text-align: center;
        font-family: 'Lora', serif;
        font-style: italic;
        font-size: 20px;
        color: #777;
        letter-spacing: 3px; }
        @media screen and (max-width: 768px) {
          section.top .msg .cnt h2 {
            margin-bottom: 14px;
            font-size: 18px; } }
      section.top .msg .cnt > img {
        width: 100%;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          section.top .msg .cnt > img {
            display: block;
            width: 86%;
            margin: 0 auto 6px; } }
      section.top .msg .cnt h3 {
        font-family: YuMincho, 'Yu Mincho', serif;
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          section.top .msg .cnt h3 {
            font-size: 16px; } }
      section.top .msg .cnt dl dt {
        font-size: 14px; }
        section.top .msg .cnt dl dt span {
          font-family: YuMincho, 'Yu Mincho', serif;
          font-size: 24px; }
          @media screen and (max-width: 768px) {
            section.top .msg .cnt dl dt span {
              font-size: 20px; } }
      section.top .msg .cnt dl dd {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        section.top .msg .cnt dl dd img {
          margin: 10px 0; }
          @media screen and (max-width: 768px) {
            section.top .msg .cnt dl dd img {
              margin: 8px 0; } }
        section.top .msg .cnt dl dd p {
          width: 100%;
          margin-bottom: 12px; }
        section.top .msg .cnt dl dd .btn {
          display: flex;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            section.top .msg .cnt dl dd .btn {
              flex-wrap: wrap;
              width: 100%; } }
          section.top .msg .cnt dl dd .btn a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 150px;
            height: 40px;
            margin: 0 10px;
            border-radius: 5px;
            position: relative;
            background-color: #cea673;
            color: #fff;
            position: relative; }
            @media screen and (max-width: 768px) {
              section.top .msg .cnt dl dd .btn a {
                width: 80%; }
                section.top .msg .cnt dl dd .btn a:nth-of-type(2) {
                  margin-top: 8px; } }
            section.top .msg .cnt dl dd .btn a::after {
              content: '';
              width: 6px;
              height: 6px;
              border-top: 1px solid #fff;
              border-right: 1px solid #fff;
              position: absolute;
              top: 50%;
              right: 10px;
              transform: translateY(-45%) rotate(45deg); }
section.district {
  padding: 70px 0 150px;
  background: url(../img/district_txt.png) no-repeat left top, url(../img/district_pic.png) no-repeat right bottom;
    background-color: #f6f6f6;
    background-size: contain, auto; }
  @media screen and (max-width: 768px) {
    section.district {
      padding: 50px 0;
      background: #f6f6f6 url(../img/district_txt_sp.jpg) no-repeat left top 90px/contain; } }
  section.district h2 {
    margin-bottom: 50px;
    font-family: YuMincho, 'Yu Mincho', serif;
    text-align: center;
    font-size: 40px;
    color: #1a3274; }
    @media screen and (max-width: 768px) {
      section.district h2 {
        margin-bottom: 24px;
        font-size: 28px; } }
  section.district .info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1050px;
    width: 90%;
    margin: 0 auto 90px; }
    @media screen and (max-width: 768px) {
      section.district .info {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 5%; } }
    section.district .info .cnt {
      width: 25%;
      padding: 30px;
      border-left: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        section.district .info .cnt {
          width: 50%;
          padding: 3.5%;
          border: none !important; } }
      section.district .info .cnt:nth-last-of-type(1) {
        border-right: 1px solid #ddd; }
      section.district .info .cnt img {
        width: 100%;
        margin-bottom: 5px; }
      section.district .info .cnt a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;
        background-color: #cea673;
        color: #fff;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.district .info .cnt a {
            height: 35px; } }
        section.district .info .cnt a::after {
          content: '';
          width: 6px;
          height: 6px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-45%) rotate(45deg); }
        section.district .info .cnt a:nth-last-of-type(1) {
          margin-bottom: 15px; }
      section.district .info .cnt p {
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          section.district .info .cnt p {
            line-height: 1.6; } }
  section.district .member {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-right: calc(100% - 930px); }
    @media screen and (max-width: 768px) {
      section.district .member {
        padding: 0 5%; } }
    section.district .member h3 {
      margin-bottom: 25px;
      font-family: YuMincho, 'Yu Mincho', serif;
      text-align: center;
      font-size: 32px;
      color: #1a3274; }
      @media screen and (max-width: 768px) {
        section.district .member h3 {
          margin: 20px auto 16px;
          font-size: 28px; } }
    section.district .member ul {
      width: 100%;
      padding: 0 30px; }
      @media screen and (max-width: 768px) {
        section.district .member ul {
          padding: 0; } }
      section.district .member ul li {
        width: 100%; }
        section.district .member ul li:not(:nth-last-of-type(1)) {
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            section.district .member ul li:not(:nth-last-of-type(1)) {
              margin-bottom: 6px; } }
        section.district .member ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 40px;
          border-radius: 5px;
          position: relative;
          background-color: #cea673;
          color: #fff;
          position: relative; }
          @media screen and (max-width: 768px) {
            section.district .member ul li a {
              height: 35px; } }
          section.district .member ul li a::after {
            content: '';
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            position: absolute;
            top: 50%;
            right: 25px;
            transform: translateY(-45%) rotate(45deg); }
            @media screen and (max-width: 768px) {
              section.district .member ul li a::after {
                width: 5px;
                height: 5px; } }
#news {
  margin-bottom: 130px;
  padding-top: 135px;
  background: url(../img/news_bg.jpg) no-repeat right top; }
  @media screen and (max-width: 768px) {
    #news {
      margin-bottom: 40px;
      padding-top: 35%;
      background: url(../img/news_bg_sp01.jpg) no-repeat right top/contain; }
      #news::after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 52%;
        background: url(../img/news_bg_sp02.jpg) no-repeat left top/cover; } }
  #news h2 {
    margin-bottom: 50px;
    font-family: YuMincho, 'Yu Mincho', serif;
    text-align: left;
    font-size: 40px;
    color: #1a3274; }
    @media screen and (max-width: 768px) {
      #news h2 {
        margin-bottom: 10%;
        font-size: 28px;
		padding: 0 5%;} }
  #news .cntWrap {
    display: flex;
flex-wrap: wrap;}
    #news .cntWrap img.pc {
      width: 735px; }
    #news .cntWrap ul {
      width: 600px;
     /* margin-top: 225px;*/
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        #news .cntWrap ul {
          width: 90%;
          margin: 0 auto; } }
      #news .cntWrap ul li {
        padding: 15px 30px 15px 15px;
        background-color: #f6f6f6; }
        @media screen and (max-width: 768px) {
          #news .cntWrap ul li {
            padding: 10px 15px; } }
        #news .cntWrap ul li:not(:nth-last-of-type(1)) {
          border-bottom: 1px solid #ddd; }
        #news .cntWrap ul li a, #news .cntWrap ul li span {
          display: block;
          width: 100%; }
          @media screen and (max-width: 768px) {
            #news .cntWrap ul li a, #news .cntWrap ul li span {
              height: auto; } }
        #news .cntWrap ul li a {
			position: relative;
			/*&:hover {
          	text-decoration: underline;
          }*/ }
          #news .cntWrap ul li a::after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            border-top: 1px solid #cea673;
            border-right: 1px solid #cea673;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-45%) rotate(45deg); }
            @media screen and (max-width: 768px) {
              #news .cntWrap ul li a::after {
                width: 8px;
                height: 8px;
                right: 15px; } }
        #news .cntWrap ul li i {
          color: #999; }

		 #news .cntWrap ul li a span{
          	padding: 0px;
}

/*# sourceMappingURL=style.css.map */


/* --- 2020/10/22以降追加 --- */

.top .msg{
	padding-top: 80px;
}

#news{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 130px;
}

 #news .cntWrap ul li i{
	 color: #000; 
}

#news .cntWrap ul li a span i.title:hover {
	 text-decoration: underline;
	 color: #0044FF;
}

#news .cntWrap .newsList{
	flex: auto;
	width: 60%;
	margin-top: 0;
}

#news .cntWrap #twWrap{
	flex: auto;
	width: 40%;
}

@media screen and (max-width: 768px) {
	
	.top .msg{
	padding-top: 20px;
}
	
	#news{
		padding-bottom: 30px;
	}
	
	#news .cntWrap .newsList{
	width: 100%;
	margin-top: 0;
}
	
	#news #twWrap{
		width: 100%;
		height: 600px;
		margin: 40px auto; 
	}
}


/* --- twitter&新着 top画像 --- */

 .top ul.mv li .fltLink a.news {
	 top: 0px; 
	 left: 300px;
}
 @media screen and (max-width: 768px) {
	 section.top ul.mv li .fltLink a.news {
		 width: 30%;
		 left: 0; 
	 } 
}

 .top ul.mv li .fltLink a.twitter {
	 top: 0px; 
	 right: 300px;
}

@media screen and (max-width: 768px) {
	section.top ul.mv li .fltLink a.twitter{
		width: 30%;
		right: 0;
	} 
}
