@charset "utf-8";
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&family=Noto+Sans:wght@200;300;400;500&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');
/*
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
body {
  opacity: 1;
  transition: .2s .1s;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

img{
  max-width:100%;
  vertical-align: bottom;
  height: auto;
}
#wrapper {
  height: auto;
  width: 100%;
  background: url("../images/bg.png") top left repeat;
  background-size: 100%;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #6a0e5c;
}
.logo{
  position: absolute;
  top: 0;
  left: 20px;
  padding: 0px;
  z-index: 300;
}
.wincl {
  position: absolute;
  top: 27px;
  right: 20px;
}
.main-image {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.pickup-intro {
  margin: 120px auto;
  text-align: center;
}
.pickup-intro h2 {
  margin: 60px auto;
  max-width: 700px;
}
.pickup-intro .intro-contents p {
  margin: 60px auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 200%;
  letter-spacing: 0.1em;
}
.pickup-contents {
  margin: 120px auto;
}
.pickup-contents h3 {
  text-align: center;
  margin-bottom: 90px;
}
.pickup-contents h3 img{
  max-width: 300px;
}
.pickup-contents h4 {
  text-align: center;
  margin-bottom: 120px;
}
.pickup-contents h4 img{
  max-width: 300px;
}
.pickup-contents .pickup-list {
  width: 1000px;
  margin: 0 auto 120px;
}
.pickup-contents .pickup-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  list-style: none;
}
.pickup-contents .pickup-list li {
  width: 29%;
  margin-bottom: 60px;
}
.pickup-contents .pickup-list ul::after {
  content: "";
  width: 29%;
  display: block;
}
.pickup-contents .pickup-list ul::before {
  content: "";
  width: 29%;
  display: block;
  order: 1;
}
.pickup-list div.pu-img {
  margin-bottom: 30px;
}
.pickup-list h5 {
  margin-bottom: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 18pt;
  letter-spacing: 0em;
  line-height: 150%;
  display: block;
  height: 60px;
}
.pickup-list h5.ts {
  font-size: 13pt;
}
.pickup-list h5 span {
  font-size: 16pt;
}
.pickup-list h5.ts span {
  font-size: 12pt;
}
.pickup-list p.pu-cth {
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16pt;
  line-height: 150%;
  letter-spacing: 0em;
}
.pickup-list p.pu-txt {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 90%;
  line-height: 150%;
  letter-spacing: 0em;
}
.pickup-list p.pu-cth span {
  font-size: 80%;
}
.pickup-list div.more {}
.link-item {
  margin-top: 240px;
  margin-bottom: 90px;
}
.banner {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 1060px;
}
.bnr-l ,
.bnr-r {
  width: 46%;
}
.fb {
  text-align: center;
}
footer {
  background-color: #6a0e5c;
  color: rgba(255,255,255,1.00);
}
.footer-container {
  max-width: 1000px;
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0px auto 0px;
}
.foot-nav {
  text-align: center;
  margin-bottom: 30px;
}
.foot-nav ul {
  list-style: none;
}
.foot-nav li {
  display: inline-block;
  border-right: 1px #ffffff solid;
}
.foot-nav li a,
.foot-nav a:link ,
.foot-nav a:visited ,
.foot-nav a:hover ,
.foot-nav a:active {
  color: #FFFFFF;
  padding: 10px 10px 0;
  font-size: 90%;
}
.foot-nav li:first-of-type {
  border-left: 1px #ffffff solid;
}
.foot-add {
  text-align: center;
}
.foot-add ul {
  list-style: none;
}
.foot-add li {
  display: inline-block;
  padding: 0px 6px 0 3px;
  font-size: 80%;
  border-right: 1px #ffffff solid;
}
.foot-add li:last-child {
  border: 0;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
	width:40px;
	height:40px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
	width:40px;
	height:40px;
	text-indent:-9876px;
	background: url(../images/gototop.png) center center no-repeat;
  background-size: contain;
}
 
#pageTop a:hover {
  text-decoration: none;
}
.copyright {
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
  text-align: center;
  font-size: 80%;
}

.sp-br {
  display: none;
}

@media only screen and (min-width: 1061px) {
  .container{
    max-width: 1000px;
    width: 100%;
    padding: 0;
    margin: 50px auto 0px;
  }
  header {
    height: 75px;
  }
  .header-container {
    position: relative;
    max-width: 1060px;
    width: 100%;
    margin: 0px auto 0px;
  }
  .logo {
    padding-top: 12px;
  }
  h1.title {
    text-indent: -9876px;
    width: 216px;
    height: 47px;
    background: url("../images/logo.png") top center no-repeat;
  }
  h1.title a {
    display: block;
    width: 216px;
    height: 47px;
  }
  nav.globalMenu {
    display: none;
  }

}

/* max-width: 1060px */
@media only screen and (max-width: 1060px) {
  .logo {
    left: 0;
    width: 100%;
    height: 65px;
    padding-top: 15px;
    background-color: #6a0e5c;
  }
  h1.title {
    text-indent: -9876px;
    width: 240px;
    height: 80px;
    background: url("../images/logo.png") top center no-repeat;
  }
  h1.title a {
    display: block;
    width: 240px;
    height: 80px;
  }
  .wincl {
    display: none;
  }
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 300;
    right : 25px;
    top   : 20px;
    width : 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 50px;
    height  : 6px ;
    left    : 6px;
    background : #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 15px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  /* メニュー背景　*/
  nav.globalMenu {
    position: fixed;
    z-index : 2;
    top  : 80px;
    left : 0;
    color: #fff;
    background: rgba( 106,14,92,0.8 );
    text-align: center;
    width: 100%;
    transform: translateY(-120%);
    transition: all 0.6s;
  }

  nav.globalMenu ul {
    margin: 5px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  nav.globalMenu ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    text-align: left;
     border-bottom: rgba(255,255,255,1.00) 1px solid;
 }
  nav.globalMenu ul li a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  nav.globalMenu ul li a{
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
    padding: 15px 0;
    text-decoration :none;
  }
  nav.globalMenu ul li a ,
  nav.globalMenu ul li a:link ,
  nav.globalMenu ul li a:visited ,
  nav.globalMenu ul li a:hover ,
  nav.globalMenu ul li a:active {
    color: #FFFFFF;
    padding: 10px 10px 20px;
    font-size: 16pt;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenu.active {
    opacity: 100;
    display: block;
     transform: translateY(0%);
  }
	.flexslider {
  	margin: 0 0 10px;
    padding-top: 80px;
	}
  .main-image {
    margin-top: 80px;
  }
  /* footer */
  .foot-left {
    width: calc( 100% - 160px );
    float: left;
    padding-left: 15px;
  }
  .foot-right {
    width: 130px;
    float: right;
    padding-right: 15px;
  }
  .pickup-intro {
    margin: 60px auto;
    text-align: center;
  }
  .pickup-intro h2 {
    margin: 30px auto;
    max-width: 500px;
  }
  .pickup-intro .intro-contents p {
    margin: 30px auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 12pt;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .pickup-contents {
    margin: 60px auto;
  }
  .pickup-contents h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .pickup-contents h3 img{
    max-width: 200px;
  }
  .pickup-contents h4 {
    text-align: center;
    margin-bottom: 60px;
  }
  .pickup-contents h4 img{
    max-width: 200px;
  }
  .pickup-contents .pickup-list {
    width: 100%;
    margin: 0 auto 120px;
  }
  .pickup-contents .pickup-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    list-style: none;
  }
  .pickup-contents .pickup-list li {
    width: 29%;
    margin-bottom: 60px;
  }
  .pickup-contents .pickup-list ul::after {
    content: "";
    width: 29%;
    display: block;
  }
  .pickup-list div.pu-img {
    margin-bottom: 30px;
  }
  .pickup-list h5 {
    margin-bottom: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 18pt;
    letter-spacing: 0em;
  }
  .pickup-list p.pu-cth {
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 14pt;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .pickup-list p.pu-txt {
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 85%;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .pickup-list div.more {}
  .link-item {
    margin-top: 240px;
    margin-bottom: 90px;
  }
  .banner {
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .bnr-l ,
  .bnr-r {
    width: 46%;
  }

}
@media only screen and (max-width: 640px) {
  .main-image {
    margin-top: 80px;
    max-width: 100%;
    height:calc( 100vw * 0.519 );
    background: url("../images/main_img_sp.jpg") top center no-repeat;
    background-size: contain;
  }
  .main-image img {
    display: none;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline-block;
  }
  .pickup-intro {
    margin: 60px auto;
    text-align: center;
  }
  .pickup-intro h2 {
    margin: 20px auto;
    max-width: 96%;
  }
  .pickup-intro .intro-contents p {
    margin: 20px auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 11pt !important;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .pickup-contents {
    margin: 60px auto;
  }
  .pickup-contents h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .pickup-contents h3 img{
    max-width: 180px;
  }
  .pickup-contents h4 {
    text-align: center;
    margin-bottom: 30px;
  }
  .pickup-contents h4 img{
    max-width: 150px;
  }
  .pickup-contents .pickup-list {
    width: 100%;
    margin: 0 auto 60px;
  }
  .pickup-contents .pickup-list li {
    width: 45%;
    margin-bottom: 30px;
  }
  .pickup-contents .pickup-list ul::after {
    content: "";
    width: 45%;
    display: block;
  }
  .pickup-list div.pu-img {
    margin-bottom: 20px;
  }
  .pickup-list h5 {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16pt;
    letter-spacing: 0em;
  }
  .pickup-list h5 span {
    font-size: 14pt !important;
  }
  .pickup-list p.pu-cth {
    margin-bottom: 5px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 13pt;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .pickup-list p.pu-txt {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 80%;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .pickup-list div.more {}
  .link-item {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .banner {
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
  }
  .bnr-l ,
  .bnr-r {
    width: 46%;
  }
}
@media only screen and (max-width: 420px) {
  .pc-br2 {
    display: none;
  }
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
    background-color: #6a0e5c;
    padding-top: 5px;
  }
  h1.title {
    text-indent: -9876px;
    width: 180px;
    height: 40px;
    background: url("../images/logo.png") top center no-repeat;
    background-size: contain;
  }
  h1.title a{
    width: 180px;
    height: 35px;
  }
	.flexslider {
  	margin: 0 0 10px;
    padding-top: 48px;
	}
  .main-image {
    margin-top: 47px;
  }
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 300;
    right : 15px;
    top   : 12px;
    width : 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 4px ;
    left    : 6px;
    background : #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(3) {
    top: 20px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 12px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 12px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  /* メニュー背景　*/
  nav.globalMenu {
    position: fixed;
    z-index : 20;
    top  : 48px;
    left : 0;
    color: #fff;
    text-align: center;
    width: 100%;
    transform: translateY(-120%);
    transition: all 0.6s;
  }

  nav.globalMenu ul {
    margin: 5px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  nav.globalMenu ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    text-align: center;
  }
  nav.globalMenu ul li:last-child {
    padding-bottom: 0;
  }

  /* クリックでjQueryで追加・削除 */
  nav.globalMenu.active {
    opacity: 100;
    display: block;
     transform: translateY(0%);
  }
  #pageTop {
    position: fixed;
    bottom: 25px;
    right: 5px;
    width:40px;
    height:40px;
  }
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0;
    width:40px;
    height:40px;
    text-indent:-9876px;
    background: url(../images/gototop.png) center center no-repeat;
    background-size: 100% auto;
    margin-top: 15px;
  }

  #pageTop a:hover {
    text-decoration: none;
  }
  .footer-container {
    padding: 30px 0 0 0;
    margin: 0px auto 0px;
  }
  .foot-nav {
    display: none;
  }
  .foot-add {
    text-align: center;
  }
  .foot-add ul {
    list-style: none;
  }
  .foot-add li {
    display: block;
    padding: 5px 3px 5px 3px;
    font-size: 95%;
    border-right: 1px #ffffff solid;
  }
  .foot-add li:last-child {
    border: 0;
  }
  .copyright {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 80%;
  }
  .pickup-contents h3 img{
    max-width: 130px;
  }
  .pickup-contents h4 img{
    max-width: 100px;
  }
  .pickup-list div.pu-img {
    margin-bottom: 20px;
  }
  .pickup-list h5 {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 0em;
    height: 40px;
  }
  .pickup-list h5 span {
    font-size: 11pt !important;
  }
  .pickup-list p.pu-cth {
    margin-bottom: 5px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 11pt;
    line-height: 130%;
    letter-spacing: 0em;
  }
  .pickup-list p.pu-txt {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 80%;
    line-height: 130%;
    letter-spacing: 0em;
    text-align: justify;
  }
  .banner {
    margin: 0 auto 30px;
    display: block;
    width: 90%;
  }
  .bnr-l ,
  .bnr-r {
    width: 100%;
    margin-bottom: 20px;
  }
}