@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center;
  	//background-size: 1440px auto;
      //background-position: 0px 0;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      //-webkit-background-size: auto 100%;
      //background-size: auto 100%;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 30, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 36, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 39, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 14.9vw 0 9vw 0;
    text-align: center;
    position: relative;
  }
  /* line 44, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section#top h1 span {
    width: 21vw;
    display: inline-block;
    padding: 0 0 1.5vw 0;
    position: relative;
  }
  /* line 50, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.3vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 63, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item {
    background: white;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    border-radius: 1vw;
    border: 0.3vw solid black;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 9.4vw 0;
  }
  /* line 74, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item.table .txts {
    padding-top: 2.7vw;
  }
  /* line 79, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item.fes .txts {
    padding-top: 4.8vw;
  }
  /* line 83, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item figure {
    float: left;
    width: 100%;
    line-height: 0;
  }
  /* line 87, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.6vw 1vw 2.1vw 3.5vw;
    background-color: #4592a9;
  }
  /* line 94, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt {
    float: left;
    width: 95%;
  }
  /* line 96, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt p {
    float: left;
    width: 100%;
    font-size: 1.2vw;
    color: white;
    line-height: 1.8;
    margin: 0 0 0.9vw 0;
  }
  /* line 102, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt p a {
    display: inline-block;
    position: relative;
    color: white;
  }
  /* line 106, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt p a:before {
    content: "";
    background: white;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 118, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt p a:hover:before {
    bottom: 0.2vw;
  }
  /* line 123, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt p.bold {
    font-size: 1.21vw;
    line-height: 1.6;
    text-shadow: 0.2px 0.2px 0px black;
    margin: 0 0 0.75vw 0;
  }
  /* line 130, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt .ttl {
    font-size: 1.7vw;
    margin: 0 0 1.4vw 0;
  }
  /* line 134, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .txts .txt .link {
    margin: 0 0 0.8vw 0;
  }
  /* line 139, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .btns {
    position: absolute;
    bottom: 1.8vw;
    right: 0;
    z-index: 3;
  }
  /* line 144, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .btns .area {
    position: relative;
  }
  /* line 147, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .btns p {
    text-align: right;
    float: left;
    margin: 0 10.3vw 0 0;
    font-size: 1.01vw;
    line-height: 1.5;
  }
  /* line 154, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .btns .btn_b {
    top: auto;
    bottom: -0.2vw;
  }
  /* line 158, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .btns .entry {
    right: 6.2vw;
  }
  /* line 161, ../../../../src/page/culture/css/_pc.scss */
  body #wrapper #main section.item .btns .mypage {
    right: 2vw;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guide_sp.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 24, ../../../../src/page/culture/css/_sp.scss */
  body {
    /* */
  }
  /* line 26, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper {
    background: url(../img/bg.jpg) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 31, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 34, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 39vw 0 9.2vw 0;
    text-align: center;
    position: relative;
  }
  /* line 39, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section#top h1 span {
    width: 52%;
    display: inline-block;
    margin: 0 0 0 0%;
    padding: 0 0 2vw 0;
    position: relative;
  }
  /* line 46, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 59, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item {
    background: white;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    border-radius: 2vw;
    border: 0.5vw solid black;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 13.5vw 0;
  }
  /* line 69, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item figure {
    float: left;
    width: 100%;
    line-height: 0;
  }
  /* line 73, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw 0 3.5vw 0;
    background-color: #4592a9;
  }
  /* line 80, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt {
    float: left;
    width: 84%;
    margin: 0 0 0 7%;
  }
  /* line 84, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt p {
    float: left;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: white;
    word-break: break-all;
    /* margin: 0 0 2.3vw 0; */
  }
  /* line 92, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt p a {
    display: inline-block;
    position: relative;
    color: white;
  }
  /* line 96, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt p a:before {
    content: "";
    background: white;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0.08vw;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 108, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt p a:hover:before {
    bottom: 0.15vw;
  }
  /* line 113, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt p.bold {
    font-size: 3.7vw;
    line-height: 1.53;
    text-shadow: 0.2px 0.2px 0px black;
    margin: 0 0 2.6vw 0;
  }
  /* line 120, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt .ttl {
    font-size: 4vw;
    margin: 0 0 2.3vw 0;
  }
  /* line 124, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt .link {
    margin: 0 0 2vw 0;
  }
  /* line 127, ../../../../src/page/culture/css/_sp.scss */
  body #wrapper #main section.item .txts .txt .coco {
    line-height: 1.5;
  }
}
