@charset "UTF-8";

/*
ピンク
薄　#FFE6E6
普　#FF7F7F
濃　#C60000

みどり
薄　#FFFFE3
普　#98AB14
濃　#486A00

*/


/* ■■■■■■　　最終更新　200303h　　■■■■■ */

body {
  font-family:"メイリオ","ヒラギノ丸ゴ Pro W4", sans-serif, monospace;
  margin: 0;
  padding: 0px;
  color: #333333;
  background-color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-size: 1.5vmax;
}

p {
  padding: 3px;
}

a {
  cursor: pointer;
}

.button {
  border-radius: 30px;
  height: 100px;
  font-size: 1.6em;
  padding: 0.5em;
  cursor: pointer;
  transition: 800ms ease all;
  text-decoration: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.normal {
  padding: 3%;
}

.clear {
  clear: both;
}

.moji140 {
  font-size: 200%;
}

.moji130 {
  font-size: 150%;
}

.moji120 {
  font-size: 120%;
}

.moji110 {
  font-size: 110%;
}

button {
  position: absolute;
  top: 17px;
  right: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

footer {
  text-align: left;
  color: #f7bbbb;
  background: url(/img/footer.png) right top / 20vh auto no-repeat;
  font-size: 14px;
  height: 200px;
  margin-top: 15%;
  display: none;
}

#panel {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

#panel::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#panel .content {
  padding: 10%;
  line-height: 3;
  font-size: 4vh;

}

#panel a {
  text-decoration: none;
  color: #486A00;
}

#panel a:hover {
  color: #C60000;
}

#open {}

.tg {
  float: right;
  margin-top: 30px;
  position: fixed;
  right: 3%;
  z-index: 1;
}

.tg img {
  cursor: pointer;
  height: auto;
  width: 100px;
}
.fadein {
  clear: both;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.moto2fadein {
  clear: both;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}

#TopTitleArea{
  padding-top: 5%;
  width: 100%;
	color: #402500;
  text-align: center;
  height: 100vh;
  background: url(/img/TopTitle.png) right bottom / 40vh auto no-repeat;
    background-color: #ffcaca;
  display: none;
}

#TopTitle {
  font-size: 3vh;
  line-height: 2;
}

#TopTitle-logo {
  font-size: 6.5vh;
  padding: 3% 0 ;
}

#TopSUGU {
  background-color: #ffffff;
  margin: -50px 0 0;
  padding: 10px 20px;
  border-top: #486A00 solid 3px;
}
.SUGU {
  background-color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  border-top: #486A00 solid 3px;
  display: none;
}
.KANCHI {
  margin-top: 0px;
  background-color: #ffffff;
  padding: 10px 20px;
  border-top: #C60000 solid 3px;
}

.SUGUTitle, .KANCHITitle {
  font-size: 3vmax;
  margin: 20px 0;
  width: 100%;
}

.SUGU-right, .KANCHI-right {
  float: right;
  font-size: 2vmax;
  width: 90%;
}

.SUGULink, .KANCHILink {
  margin: 50px 20px 50px 0;
  font-size: 2vmax;
  text-align: right;
}

#TopSUGU .button,.SUGU .button {
  background: #98AB14;
  color: #fff;
}
#TopSUGU .button:hover,.SUGU .button:hover {
  background: #fff;
  color: #486A00;
}
.KANCHI .button {
  background: #FF7F7F;
  color: #fff;
}

.KANCHI .button:hover {
  background: #fff;
  color: #C60000;
}


.button:before, .button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1AAB8A;
  transition: 400ms ease all;
}

.button:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.OMOI {
  position: relative;
  top: -100px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3%;
  line-height: 2;
  font-size: 2vmax;
}

.OMOITitle {
  font-size: 3vmax;
  margin: 20px 0;
  text-shadow: 0px 0px 10px #fff;
  padding: 10px;
  font-weight: bold;
}

.chuui{
  line-height: 1.7;
}
#var {
  display: none;
}

@media screen and (min-width: 1400px) {
  #main {
    margin: 0 5%;
    border-left: 1px gray solid;
    border-right: 1px gray solid;
  }
  .tg {
    right: 7%;
  }
}


/* ■■■■■■　　タブレット　■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (max-width: 800px) {
  body {
    border: 1px solid red;
    font-size: 1.7vmax;
  }
  #TopTitleArea {
  background: url(/img/TopTitle.png) right bottom / 30vw auto no-repeat;
    background-color: #ffcaca;
  }
  .tg {
    float: right;
    margin-top: 30px;
    position: fixed;
    right: 30px;
    z-index: 1;
  }
  .tg img {
    cursor: pointer;
    height: auto;
    width: 80px;
  }
  .SUGULink, .KANCHILink {
    font-size: 1.8vmax;
  }
}


/* ■■■■■■　　スマホ縦　■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (max-width: 540px) {
  body {
    border: 1px solid blue;
    font-size: 1.8vmax;
  }
  .tg img {
    cursor: pointer;
    height: auto;
    width: 50px;
  }
  .SUGU {
    border-top: #486A00 solid 5px;
  }
  .KANCHI {
    border-top: #C60000 solid 5px;
  }
  #TopTitleArea {
  background: url(/img/TopTitle.png) right bottom / 40vw auto no-repeat;
    background-color: #ffcaca;
  }
  .SUGULink, .KANCHILink {
    font-size: 1.5vmax;
  }
  footer {

  }
}
ul{
	list-style : none ;
}
dl{
  width:100%;
}

dt{
  background-color:#fff;
  text-align:center;
  color: #486A00;
}

dd{
	display : none ;
  margin:0;
  background-color:#DDD;
}


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin: 0 0 50px;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #fff;
  margin:0 3% 3% 3%;
    padding: 3%;
}

.ver{
    font-size:x-small;
	color : #999;
}