﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
.font1,
h2,h3,h4,
#header-nav ul li a{
    font-family:'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*
#page-top{
    position:absolute;
}
*/


:root{
    --color_marker:#d3fbd9;
}

/*animation*/
/*フェードイン*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header{
    z-index:3;
}
#header{
    box-shadow:0 5px 10px rgba(0,0,0,0.1);
}
#header ul li{
    border-right:0;
    border-left:0;
}
.fa-envelope:before{
    content:"\f075";
}
#side_info .logo{
    margin:15px auto 0;
}

#page-top{
    border-radius:5px;
    color: #00A975;
}
#page-top a{
    box-shadow:none;
}

footer{
    background-color: #f1f8f5;
}
.footer_box{
    background-color:transparent;
}
#footer_menu ul li{
    border-left:0;
    border-right:0;
}


/*--top page---------------------------
-------------------------------------*/
#main_img{
    border-top:0;
    border-bottom:0;
}
.catch {
    width: 33vw;
    max-width: 800px;
    top: 20%;
    right: 15%;
    z-index: 2;
}
#contents .con_title1:first-letter{
    font-size:45px;
}
.kotei p {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0 0 35px;
    background: url(./Dup/img/check.png) no-repeat;
    background-size: 25px;
    background-position: left top 11px;
    margin-bottom: 10px;
}
/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, var(--color_marker), var(--color_marker)); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}
.con1_img{
    height:400px;
}
.con_title2::before{
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.con_title2::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #00A975 transparent;
    border-width: 20px 20px 0 0;
    bottom: -20px;
    left: 50%;
    margin-left: -12px;
}
#top_cms .more a{
    border-radius:50px;
}

/*--under page---------------------------
-------------------------------------*/
#page_title h2{
    font-weight:700;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header{
    box-shadow:0 5px 10px rgba(0,0,0,0.1)!important;
}
.catch {
    width: 49vw;
    top: 38%;
    right: 10%;
}
#contents .con_title1{
    opacity:1;
    transform: translate(0, 0);
}
#contents .con_title1:first-letter {
    font-size: 35px;
}
.con1_img {
    height: 300px;
}
.hamburger{
    top:12px;
}
#page_title h2{
    font-size:23px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.slick-dots{
    display:none!important;
}
.catch {
    width: 60vw;
    top: 56%;
    right: 1%;
}
#contents .con_title1:first-letter {
    font-size: 25px;
}
.kotei p {
    font-size: 14px;
    padding: 12px 0 0 30px;
}
.con1_img {
    height: 180px;
}
#side_info,
.side_news{
    margin-top:20px;
}
#page-top a {
    height: 30px;
    width: 30px;
}
}




