@charset "UTF-8";
/*共通*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
}

img {
  height: auto;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  margin: 0;
  display: block;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type=text] {
  font-size: 16px;
}

textarea:focus {
  outline: none !important;
}

::placeholder {
  line-height: 1.2em;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
  color: #666;
  letter-spacing: 0.09em;
}

section {
  background: #fff;
  position: relative;
  z-index: 1;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 70px;
  z-index: 10;
}

.header .inner {
  display: flex;
  padding: 0 0 0 20px;
  justify-content: space-between;
}

.header h1 {
  width: 170px;
  padding-top: 17px;
}

.header #global-navi {
  margin-left: auto;
}

.header ul {
  width: 675px;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Serif JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  height: 70px;
  padding-right: 10px;
}

.header ul li {
  text-align: center;
  line-height: 70px;
}

.header ul li a {
  color: #666;
  display: block;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.vs {
  display: none;
}

.cnt {
  text-align: center;
}

.cnt2 {
  text-align: center;
}

.mt6 {
  margin-top: 60px;
}

.mt5 {
  margin-top: 50px;
}

/*タイトル*/
.ttl_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 550px;
  z-index: -1;
}

.ttl_wrap h2 {
  color: #fff;
  letter-spacing: 0.8em;
  font-size: 21px;
  font-family: 'Noto Serif JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.0em;
  position: absolute;
  left: 0;
  top: 305px;
  width: 100%;
  font-weight: normal;
}

/*タイトルsectionの下secf*/
.secf {
  padding: 90px 0 120px 0;
  margin-top: 550px;
}

.secf .secf_pic01 {
  width: 800px;
  margin: 65px auto 0;
}

.secf .txt01 {
  margin-top: 75px;
}

.t_ttl {
  font-size: 25px;
  line-height: 2em;
  letter-spacing: 0.1em;
}

/*sec_yb*/
.sec_yb {
  background: #F4F3F0;
  position: relative;
}

.sec_yb .sec_yb_top {
  width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 150px;
}

.sec_yb .secf_pic02 {
  width: 800px;
  margin: 0 auto 0;
}

.atxt01 {
  font-family: 'Noto Serif JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  left: -20px;
  top: -30px;
  min-height: 280px;
}

.atxt01 span {
  display: block;
  letter-spacing: 0.7em;
  line-height: 2.0em;
}

footer {
  padding: 130px 0 240px 0;
  position: relative;
  z-index: 2;
  background: #fff url(../images/common/foot_bg_p.jpg) no-repeat left bottom;
  background-size: contain;
}

footer .line_box {
  width: 645px;
  margin: 0 auto;
  background: #F7F7F7;
  padding: 55px;
  border-radius: 2px;
}

footer .line_box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .line_box dl dt {
  width: 65px;
}

footer .line_box dl dd {
  margin-left: 20px;
}

footer .line_box dl dd .ttl {
  font-size: 25px;
  color: #00B900;
}

footer .line_box dl dd .txt {
  margin-top: 10px;
  line-height: 1.5em;
}

footer .line_box .lbtn {
  margin-top: 25px;
  width: 430px;
}

footer .line_box .lbtn a {
  text-align: center;
  background: #00B900;
  padding: 18px 0;
  color: #fff;
  display: block;
  font-size: 20px;
}

footer .ftb {
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 645px;
}

footer .ftb .logo {
  width: 190px;
}

footer .ftb .logo img {
  width: 100%;
}

footer .ftb .addr {
  font-size: 15px;
  margin-left: 40px;
  letter-spacing: 0.07em;
  line-height: 1.3em;
  padding-top: 4px;
}

p.furusatoLink {
    text-align: center;
}
p.furusatoLink a:hover img {
  opacity: 0.8 ;
}


/* ボタン全体 */
.flowbtn7{
border-radius:50%;
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:30px;
color:#fff!important;
text-decoration:none;
transition:.5s;			
}
/* アイコンをど真ん中に*/
.flowbtn7 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
margin: 6vw 0 0 0;
}
/* ボタン全体の位置 */
.snsbtniti{
flex-flow:row wrap;
justify-content:space-around;
}
/* ボタン同士の余白 */
.snsbtniti li{
display: inline;
text-align:center !important;
padding: 0 1vw;
}
/* ボタンにマウスを乗せた時 */
.flowbtn7:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
}
/* Twitter */
.fl_tw7{
background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram{
font-size:35px;	
}
/* Instagram紫グラデ背景 */
.insta_btn7{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn7:before{
content: '';
position:absolute;
top:27px;
left:-12px;
width:59px;
height:40px;
background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* Facebook */
.fl_fb7{
background: linear-gradient(135deg, #6699ff 0%,#3b5998 100%);
}
/* YouTube */
.fl_yu7{
background:linear-gradient(135deg, #f5515f 0%,#c9293c 100%);
font-size:26px;
}
/* LINE */
.fl_li7{
background: linear-gradient(135deg, #3a9278 0%,#00c300 100%);
}
/* メールボタン */
.fl_ma7{
background:linear-gradient(135deg, #fad961 0%,#f76b1c 100%);
font-size:26px;	
}






@media (max-width: 999px) and (min-width: 641px) {
  body {
    font-size: 1.6vw;
  }
  .mt6 {
    margin-top: 6vw;
  }
  .mt4 {
    margin-top: 5vw;
  }
  .header h1 {
    width: 18vw;
    padding: 0 0 0.5vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header ul {
    max-width: 675px;
    width: 72vw;
    font-size: 1.35vw;
  }
  .header ul li {
    line-height: 1.0em;
    height: 100%;
  }
  .header ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*タイトル*/
  .ttl_wrap {
    height: 55vw;
  }
  .ttl_wrap h2 {
    top: 30.5vw;
    font-size: 2.0vw;
  }
  /*タイトルsectionの下secf*/
  .secf {
    padding: 8vw 0 12vw 0;
    margin-top: 55vw;
  }
  .secf .secf_pic01 {
    width: 80vw;
    margin: 6.5vw auto 0;
  }
  .secf .txt01 {
    margin-top: 7.5vw;
  }
  .t_ttl {
    font-size: 2.5vw;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  /*sec_yb*/
  .sec_yb .sec_yb_top {
    padding-top: 15vw;
    width: 80vw;
  }
  .sec_yb .secf_pic02 {
    width: 80vw;
  }
  .atxt01 {
    top: -3vw;
    left: -2vw;
    min-height: 27vw;
    font-size: 2.2vw;
  }
  footer {
    padding: 13vw 0 24vw 0;
  }
  footer .line_box {
    width: 64.5vw;
    padding: 5.5vw;
  }
  footer .line_box dl dt {
    width: 6.5vw;
  }
  footer .line_box dl dd {
    margin-left: 2vw;
  }
  footer .line_box dl dd .ttl {
    font-size: 2.5vw;
  }
  footer .line_box dl dd .txt {
    margin-top: 1vw;
  }
  footer .line_box .lbtn {
    margin-top: 2.5vw;
    width: 43vw;
  }
  footer .line_box .lbtn a {
    padding: 1.8vw 0;
    font-size: 2vw;
  }
  footer .ftb {
    margin: 4vw auto 0;
    width: 64.5vw;
  }
  footer .ftb .logo {
    width: 19vw;
  }
  footer .ftb .addr {
    font-size: 1.5vw;
    margin-left: 4vw;
    padding-top: 0.4vw;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 3.12vw;
  }
  body.bg-modal {
    background: rgba(0, 0, 0, 0.2);
  }
  img {
    width: 100%;
  }
  footer {
    padding-bottom: 12.5vw;
  }
  .inner {
    width: 100%;
  }
  .vp {
    display: none;
  }
  .vs {
    display: block;
  }
  .cnt2 {
    text-align: left;
  }
  .mt6 {
    margin-top: 10.9vw;
  }
  .mt5 {
    margin-top: 6vw;
  }
  .pdw {
    padding: 0 10vw 0 9vw;
  }
  a:hover {
    opacity: 1;
  }
  /*header*/
  .header {
    height: 60px;
  }
  .header .inner {
    padding: 0;
    position: relative;
  }
  .header .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .header .overlay.open {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
  .header h1 {
    width: 120px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .header ul {
    flex-direction: column;
    font-size: 3.8vw;
    width: 100%;
    padding: 10% 0 0 10%;
  }
  .header ul li {
    line-height: 1.3em;
    text-align: left;
  }
  .header ul li a {
    padding: 9% 0;
  }
  .header .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 5px;
    width: 40px;
    height: 34px;
    z-index: 11;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
  }
  .header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #333;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  .header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  .header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  .header .btn-gnavi.active span:nth-child(1) {
    position: absolute;
    top: 10px;
    right: 8px;
    transform: rotate(45deg);
  }
  .header .btn-gnavi.active span:nth-child(2) {
    display: none;
  }
  .header .btn-gnavi.active span:nth-child(3) {
    position: absolute;
    top: 10px;
    right: 8px;
    transform: rotate(-45deg);
  }
  .header #global-navi {
    position: fixed;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 3;
    right: -50vw;
    height: 100%;
    margin: 60px 0 0 0;
    padding-left: 0;
    background: #fff;
    transition: all .5s;
  }
  .header #global-navi.open {
    right: 0;
  }
  .header #global-navi .menu li a {
    color: #333;
    display: block;
    padding: 0;
    line-height: 1.2em;
  }
  /*タイトル*/
  .ttl_wrap {
    height: 132.8vw;
  }
  .ttl_wrap h2 {
    top: 67.2vw;
    font-size: 3.5vw;
    letter-spacing: 0.6em;
  }
  /*タイトルsectionの下secf*/
  .secf {
    padding: 15.6vw 0 25vw 0;
    margin-top: 132.8vw;
  }
  .secf .secf_pic01 {
    width: 65vw;
    margin: 14.7vw auto 0;
  }
  .secf .txt01 {
    margin-top: 15.6vw;
  }
  .t_ttl {
    font-size: 4.4vw;
  }
  /*sec_yb*/
  .sec_yb .sec_yb_top {
    padding-top: 28.1vw;
    width: 84vw;
  }
  .sec_yb .secf_pic02 {
    width: 80vw;
  }
  .atxt01 {
    top: -7.5vw;
    left: 0;
    min-height: 27vw;
    font-size: 3.44vw;
  }
  footer {
    padding: 13.3vw 0 36vw 0;
    background: #fff url(../images/common/foot_bg_s.jpg) no-repeat left bottom;
    background-size: contain;
  }
  footer .line_box {
    width: 100%;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: #F7F7F7;
    padding: 9.3vw;
    border-radius: 0;
    text-align: center;
  }
  footer .line_box dl {
    display: flex;
    flex-direction: column;
  }
  footer .line_box dl dt {
    width: 7.2vw;
    margin: 0 auto;
  }
  footer .line_box dl dd {
    margin-left: 3.12vw;
  }
  footer .line_box dl dd .ttl {
    font-size: 4.44vw;
  }
  footer .line_box dl dd .txt {
    margin-top: 3.12vw;
  }
  footer .line_box .lbtn {
    margin: 3.12vw auto 0;
    width: 67vw;
  }
  footer .line_box .lbtn a {
    padding: 3vw 0;
    font-size: 3.2vw;
  }
  footer .ftb {
    margin: 7vw auto 0;
    flex-direction: column;
    width: 100%;
  }
  footer .ftb .logo {
    width: 26.1vw;
    margin: 0 auto;
  }
  footer .ftb .addr {
    font-size: 2.35vw;
    margin-left: 0;
    padding-top: 4vw;
  }
}
