@charset "UTF-8";
/* CSS Document */

/* -------------------------------------
01.ベース
02.共通
----------------------------------*/
/** ========================================
01. ベース
======================================== **/
:root {
    --main-color:#7CA639;
    --main-color:#9ec646;
    --sub-color:#F8B100;
    --point-color:#F29502;
    --point-color:#B3C302;
}
html{
	overflow: auto;
	scroll-behavior:smooth;
	scroll-margin-top:3em;
}
body {
    height: 100%;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku  Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size:16px;
    color: #3c3c3c;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
* {
    box-sizing: border-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

section{
    margin: 0 auto;
    padding:50px 5%;
    overflow: hidden;
}
.secInner{
    width:100%;
    max-width:1200px;
    margin: 0 auto;
}
section h1{
    margin: 0 auto 10px;
    font-size: 28px;
    text-align: center;
}
section h2{
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
	color:var(--main-color);
    margin-bottom: 30px;
    padding: 10px 0;
    font-size:24px;
    text-align: center;
    line-height: 1.4;
    border-bottom: 3px rgba(158,198,70,.5) solid;
}
section h3{
    font-family: "M PLUS Rounded 1c";
	color:var(--sub-color);
    margin:0 auto 20px;
    padding-bottom: 4px;
    font-size:22px;
    text-align: center;
    border-bottom: 2px var(--sub-color) dotted;
}
figure img{
    width:100%;
    vertical-align: top;
}
figure figcaption{
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
}
.pc{
    display: none;
}
.right{
    display: block;
    text-align: right;
}
.center{
    text-align: center;
}


/*オートフィル（背景色が黄色になるの）対策*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset!important;
}

@media (min-width: 768px) {
    section{
        margin: 0 auto;
        padding:80px 10%;
    }
    section h1{
        margin: 20px auto 10px;
        font-size: 36px;
    }
    section h2{
        margin-bottom: 60px;
        padding-bottom: 20px;
        font-size:42px;
    }
    section h3{
        margin:0 auto 26px;
        padding-bottom: 14px;
        font-size:28px;
    }
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    /**PC電話ボタン無効**/
    a[href^="tel"]{/*PCではTELリンクを無効化*/
        pointer-events:none;
    }
}


/** ========================================
02. 共通
======================================== **/
/**-----------------------------------------------
見出し
-----------------------------------------------**/
.titA{
    padding: 0.2em;
    color: #fff;
    background: var(--main-color);
    border: none;
}


/**-----------------------------------------------
pc_w50
-----------------------------------------------**/
.pc_w50+.pc_w50{
    margin-top: 50px;
}
.pc_w50 >*{
    margin-top: 30px;
}
ul.pc_w50 h3{
    margin-top: 18px;
    padding: 4px 0;
    text-align: center;
    line-height: 1.4;
}
ul.pc_w50 >*{
    margin-top: 30px;
}
ul.pc_w50 li p strong{
    display: block;
    font-size:18px;
}
.pc_w50 video,
.pc_w50 video source {
    width: 100%;
}

@media (min-width: 992px) {
    .pc_w50{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .pc_w50+.pc_w50{
        margin-top: 80px;
    }
    .pc_w50>*{
        width:48%;
        margin-top: 0;
    }
    ul.pc_w50 >*{
        width:45%;
        margin: 10px auto 30px;
    }
    ul.pc_w50 li p strong{
        font-size:24px;
    }
}

/**-----------------------------------------------
table.tbl
-----------------------------------------------**/
table.tbl{
    width: 100%;
    background: #fff;
}
table.tbl,
table.tbl th,
table.tbl td{
    border: 1px solid #ccc;
}
table.tbl th,
table.tbl td{
    padding:6px 10px;
}
table.tbl th{
    text-align: left;
}

@media (min-width: 768px) {
    table.tbl th,
    table.tbl td{
        padding:10px 20px;
    }
}

/**-----------------------------------------------
dllist
-----------------------------------------------**/
dl.dllist{
    width:100%;
    margin:20px 0 0;
}
dl.dllist dt{
    width:100px;
    float: left;
    clear: both;
    padding:0 0 0 10px;
    font-size:16px;
    font-weight: bold;
    vertical-align: top;
}
dl.dllist dd{
    width:100%;
    margin:14px 0;
    padding: 0 10px 14px 100px;
    border-bottom: 1px dotted #666 ;
}
dl.dllist dd .cap{
    display: inline;
}
@media (min-width: 768px) {
    dl.dllist dt{
        width:120px;
    }
    dl.dllist dd{
        padding-left: 120px;
    }
}

/**-----------------------------------------------
news-list
-----------------------------------------------**/
.news-list li{
    padding: 0.5em;
}
.news-list li time{
    display: block;
    margin-bottom: 4px;
    font-size: 0.9em;
    color: #999;
}

@media (min-width: 768px) {
    .news-list{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-list li{
        display: flex;
    }
    .news-list li time{
        width: 7em;
    }
    .news-list li div{
        flex: 1;
    }
}

/**-----------------------------------------------
パララックス
-----------------------------------------------**/
.prllx {
    min-height: 280px;
    background: transparent;
}

@media (min-width: 768px) {
    .prllx {
        min-height: 500px;
    }
}

/**-----------------------------------------------
gmap
-----------------------------------------------**/
.gmap iframe{
    width: 100%;
	height: 46vh;
}
@media (min-width: 768px) {
	.gmap iframe{
		height: 250px;
	}
}
