<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
*
* Author and Copyright
* Author    :  prosysta Inc, (https://prosysta.co.jp/)
* Created   :  2020.04
* Modified  :  *******
*/

/*-----------------------------------------------
	kill default set
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	text-decoration:none;
  font-weight: 500;
}

/*-----------------------------------------------
	clearfix
-------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;}

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #3A3A3A;
  line-height: 1.6;
}

body{
  margin: 0 auto;
}
img{
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width:750px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}

.main-contents{
  max-width: 1500px;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  padding: 450px 130px 70px;
}
.ttl{
  margin: 60px auto 70px;
  width: 80%;
}
.txt{
  margin: auto;
  width: 82%;
  margin: 0 auto 50px;
}
.btn-box{
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 10px;
}
.btn-box .btn{
  width: 24%;
  border-radius: 10px;
  padding: 30px 50px;
  background: #fff;
  margin-top: 30px;
}
.btn-box .btn:hover{
  opacity: .7;
}
.btn-box .btn.-spring{
  background: #FBE6EF;
}
.btn-box .btn.-summer{
  background: #DFF2FC;
}
.btn-box .btn.-autumn{
  background: #F8E6D0;
}
.btn-box .btn.-winter{
  background: #DEE2F2;
}
.type-select{
  padding:  0 50px;
}
.type-box{
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 50px 20px;
  list-style: none;
}
.type-box li{
  width: 48%;
  margin-bottom: 65px;
}
.logo{
  width: 40%;
  margin: 70px auto 0;
}
.btn-top{
  width: 65px;
  height: 65px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 20px;
  color: #fff;
  background: #231815;
  text-align: center;
}
.btn-top span{
  font-size: 35px;
}
.type-box-pc{
  margin-top: 15px;
}
@keyframes fadein{
  from{ opacity: 0; }
  to{ opacity: 1; }
}
.btn-top.fixed{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 30px;
  animation: fadein 0.5s;
}
@media screen and (max-width:750px) {
  .main-contents{
    background: url(../img/bg_sp.jpg);
    background-size: cover;
    background-position: center;
    margin: auto;
    padding: 400px 0 0;
  }
  .ttl{
    margin: 20px auto 15px;
  }
  .txt{
    margin: 0 auto 10px;
  }
  .type-box{
    display: block;
    padding: 20px 0 25px;
  }
  .select .type-select{
    width: 100%;
    padding: 0;
  }
  .btn-box{
    padding: 0 30px;
  }
  .btn-box .btn{
    padding: 5px;
    border-radius: 5px;
    margin-top: 0;
  }
  .type-box li{
    width: 100%;
    margin-bottom: 10px;
  }
  .type-box li:last-child{
    margin-bottom: 0;
  }
  .logo{
    width: 65%;
    margin: 0 auto;
    padding: 10px 0 20px;
  }
  .btn-top{
    display: flex;
    width: 40px;
    height: 40px;
    z-index: 100000000;
    bottom: 0;
    right: 0;
  }
  .btn-top span{
    font-size: 25px;
  }

}</pre></body></html>