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

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400&display=swap');


/* ======================================================================================

    reset

====================================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box;}
body, table, input, textarea, select, option { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

img{vertical-align:middle; width:100%; height:auto;}

html,body{height: 100%;}

body{
position: relative;
font-size:1rem;
line-height: 2;
color:#424343;
font-family:'Montserrat', 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-weight: 400;
}

a,a img,a:hover img,li,li:hover,a::after,a:hover::after,a::before,a:hover::before,input,input:hover{-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#6C5500;}

a:hover img{opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";}

p{margin:0 0 30px 0; padding:0;}

h1,h2,h3,h4,h5{font-weight:normal; margin:0; padding:0; position: relative; width: 100%;}

td,li,dt,dd{position: relative;}

table{background: #fff;}

/* ======================================================================================

    common

====================================================================================== */

.flex{
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;	
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.flex-end{align-items: flex-end;}

.flex2 li{width:48%;}
.flex3 li{width:32%;}
.flex4 li{width:24%;}
.flex5 li{width:19%;}

.flex2 li,
.flex3 li,
.flex4 li,
.flex5 li{margin-bottom: 30px; position: relative;}

.flex_box li{border:#ccbfaa solid 1px; margin-bottom:20px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; padding:20px 20px; overflow:hidden; position:relative;}

.inner{margin:0 auto; position:relative; max-width:1140px; padding:0 20px;}

.icon{-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; padding:0px 4px;}
.icon_blue{background: #000DB3; color: #fff; text-shadow:none;}



@media only screen and (max-width:767px) {
.inner{margin:0 auto; width: 90%; padding: 0;}
.flex2 li,.flex3 li,.flex4 li,.flex5 li{width:100%;}
}


.ul00 li{padding: 5px 0 5px 15px; position: relative;}
.ul_num li{ list-style: decimal; margin-left: 20px;}

.ul01 li{padding: 5px 0 5px 15px; position: relative;}
.ul01 li::before{position: absolute; content: ''; border-radius:100%; top: 1em; left: .5em; z-index: 2; width: 3px; height: 3px; background: rgba(95, 0, 0, 1);}

.ul_memo li{margin-left: 20px; font-size: 80%; padding: 5px 0; position: relative;}
.ul_memo li::before{content: '※'; position: absolute; top: 5px; left: -15px;}





/** スクロールフェード
-------------------------------------------------- */

.fadein {opacity:0; transform:translate(0, 50px); transition : all 500ms;}
.fadein.scrollin {opacity : 1; transform : translate(0, 0);}

.fadein2 {opacity:0; transform:translate(0px, -50px); transition : all 500ms;}
.fadein2.scrollin2 {opacity : 1; transform : translate(0, 0);}

.fadein3 {opacity:0; transform:translate(100px, 0px); transition : all 500ms;}
.fadein3.scrollin3 {opacity : 1; transform : translate(0, 0);}


/** アコーディオン
-------------------------------------------------- */

ul.acordion{}
ul.acordion .trigger{cursor: pointer;}

ul.acordion li .none-submenu{display: block; padding: 0; width:100%;}
ul.acordion li .active-submenu{display: block; padding: 0; width:100%;}

ul.acordion li{position:relative;}
ul.acordion li .none-submenu::after {content:'+';}
ul.acordion li .active-submenu::after {content:'−';}

ul.acordion li .none-submenu::after,
ul.acordion li .active-submenu::after {font-size:20px; position:absolute; right:20px; top:-5px; color: #ccc}


/* ======================================================================================

    header

====================================================================================== */


#header{position: fixed; z-index: 5; width: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
background:#d25c43;
border-bottom-left-radius: 800px 50px;
border-bottom-right-radius: 800px 50px;
-moz-box-shadow:0px 0px 15px rgba(0,0,0,0);
-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0);
box-shadow:0px 0px 15px rgba(0,0,0,0);
animation:down 1.5s both;
}

@keyframes down {
0% {top:-100%;}
100% {top:0%;}
}

#header .inner{padding-top: 15px; padding-bottom: 15px;}
#header .logo{width: 90px; margin: 0 auto; padding-bottom: 0px; animation:show 1s both; animation-delay: 1.5s;}



#header nav{width:100%; font-size: 1.1rem; text-align: center;}

.nav1,.nav2,.nav3,.nav4{animation:show 1s both;}

.nav1{animation-delay: 1.8s; padding-bottom: 5px;}
.nav2{animation-delay: 2s;}
.nav3{animation-delay: 2.2s;}
.nav4{animation-delay: 2.4s; padding-bottom: 5px;}

#header a:link,#header a:visited {color:#fff;}
#header a:hover{color:#434242;}



@media only screen and (max-width:767px) {
#header nav{display: none;}
#header .logo{width: 60px;}
}



/* ======================================================================================

    footer

====================================================================================== */
#footer{position: relative; z-index: 1;}
#footer .inner{padding-top: 10px; padding-bottom: 10px; font-size: 1.2rem;}

.copy{text-align:center; font-size:.8rem;}


@media only screen and (max-width:767px) {
}


/* ======================================================================================

    section

====================================================================================== */

section{position:relative; border-bottom-left-radius: 800px 50px;
border-bottom-right-radius: 800px 50px;}
section .inner{position:relative; padding-top: 80px; padding-bottom: 80px;}
article{margin-bottom: 100px; position: relative;}


section.section1{background: #424343; color: #fff;
border-top-left-radius: 800px 50px;
border-top-right-radius: 800px 50px;
border-bottom-left-radius: 800px 50px;
border-bottom-right-radius: 800px 50px;}

/* ======================================================================================

    heading

====================================================================================== */

.heading1{font-size:2.4rem; text-align: center; position: relative; line-height: 1.2; margin-bottom: 50px;}
.heading1 span{font-size:1rem; display: block;}


/* ======================================================================================

    TOP PAGE

====================================================================================== */

.mv{height: 600px; background: url("../img/top/mv.jpg") center center no-repeat; background-size: cover; background-attachment: fixed;}
.mv_cap{text-align: center; position: absolute; top: 50%; font-size: 2.5rem; color: rgba(0,0,0,.3); width: 100%; font-family: 'Montserrat'; animation:show 1s both;
animation-delay: 2s;
}

@media only screen and (max-width:767px) {
.mv{height: 400px; background: url("../img/top/mv_sp.jpg") center center no-repeat;}
.mv_cap{font-size: 1.8rem;}
}

@keyframes show {
0% {opacity: 0;}
100% {opacity: 1;}
}


.top_box{margin-bottom:20px; border-radius:0px; padding:25px; position:relative; width: 33%;}
.top_box::before{content: '';
position: absolute;
top:0;
left:5;
background: url("../img/common/icon_shrike.png") no-repeat;
background-size: 30px;
width: 50px;
height: 50px;
transform: rotate(-20deg);
z-index: -1;}

.top_news{font-size:1rem;}
.top_news_area{max-height: 50px; margin-bottom: 20px; overflow: hidden; position: relative; font-size:.8rem;}
.top_news_area_bottom{background: url("../img/top/top_news_bottom.png") center bottom repeat-x; background-size: 50px; position: absolute; bottom: 0; left: 0; width: 100%; height: 25px; z-index:1;}

.top_news_bt{margin-top: auto;}
.top_news_bt a:link,.top_news_bt s:visited {text-decoration:none; color:#fff;}
.top_news_bt s:hover{text-decoration:none; color:#fff;}

.top_news_bt a{text-decoration:none; border-radius:0px; padding:2px 20px 2px 5px; position:relative; font-size: .7rem; background: #d25c43;}
.top_news_bt a::after{content:'';
    height: 0;
    position: absolute;
    width: 0;
    border:3px solid transparent;
    border-left-color: #fff;
    right:3%;
    top: 36%;
	z-index:1;}
.top_news_bt a:hover::after{right:1%;}

.top_box .link-more{display: none;}


.service_icon{width: 25%;}
.service_txt{width: 70%;}



.about dl {padding-bottom: 40px; width: 80%; margin: 0 auto;}

.about dt {clear: left; float: left; width: 20%; font-size: 1.5rem; font-weight: 300; }
.about dd {margin-left: 21%; margin-bottom: 40px; padding-top: 10px; border-bottom: #ccc dotted 1px;}

@media only screen and (max-width:767px) {
.service_icon,.service_txt,.top_box{width: 100%;}

.about dt {clear: both; width: 100%;}
.about dd {margin-left: 0%;}
}


input, button, textarea, select {margin:0; padding:10px; width:100%; background:#fff; border:#d25c43 solid 2px; border-radius:5px; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; margin-bottom: 30px;}

.textarea_h{min-height:200px;}

.bt_submit{background:#424343; color:#FFF; font-size:18px; border-radius:50px;}
.bt_submit:hover{background:#d25c43;}


.checkbox-wrap{}
.label-checkbox input[type="checkbox"]{display: none;}
.label-checkbox{cursor: pointer;position: relative;}
.label-checkbox .lever{
  display: block;
  color: #979797;
  font-weight: normal;
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid #979797;
  border-radius:20px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox .lever:before{
  content:'';
  position: absolute;
  left: 10px;
  top:-3px;
  border: 1px solid #979797;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius:100%;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox:hover .lever:before{border-color: #c51315;}
.label-checkbox input[type="checkbox"]:checked + .lever{background: #c51315;color: #fff;}
.label-checkbox input[type="checkbox"]:checked + .lever{border-color:#c51315;}
.label-checkbox input[type="checkbox"]:checked + .lever:before{left:100%; margin-left: -44px; border-color: #fff;}

.radio-wrap{}
.label-radio input[type="radio"]{display: none;}
.label-radio{cursor: pointer; color: #828c9a; font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.label-radio .lever:before{
  content:'';
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius:10px;
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:before{
  opacity: 0;
  background: #eee;
  border-color: #eee;
  transform:scale(2);
}
.label-radio .lever:after{
  content:'';
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 0px;
  width:8px;
  height: 16px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  transform:rotate(-200deg);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:after{
  opacity: 1;
  position: absolute;
  left: 8px;
  top: 0px;
  width:8px;
  height: 16px;
  border-right: 2px solid #5bc0de;
  border-bottom: 2px solid #5bc0de;
  transform:rotate(40deg);
}

/* ======================================================================================

    BLOG

====================================================================================== */

.blogarea{overflow: hidden; padding: 100px 0;}
.blogarea article,.widget{margin-bottom: 50px;}

.widget-title{font-size:20px; margin-bottom: 10px;}

#primary{width: 75%; float: left;}
#secondary{width: 20%; float: right;}


/* Search */

.search-form {position: relative;}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}


@media only screen and (max-width:640px) {
#primary,#secondary{width:100%; margin-bottom: 50px;}
}

.screen-reader-text,.updated,.byline{display: none;}

.nav-links{overflow: hidden; padding: 3px 0; border-top:#ccc solid 1px;}

.nav-previous{float: left;}
.nav-next{float: right; text-align: right;}
.nav-previous,.nav-next{width: 48%;}

.nav-subtitle{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:3px 5px; overflow:hidden; background-color: transparent;}




/* ======================================================================================

    other

====================================================================================== */


@media only screen and (min-width:768px) {
	
.pc{display:block;}
.sp{display:none;}


.res10{width:10%;}
.res11{width:11%;}
.res12{width:12%;}
.res13{width:13%;}
.res14{width:14%;}
.res15{width:15%;}
.res16{width:16%;}
.res17{width:17%;}
.res18{width:18%;}
.res19{width:19%;}
.res20{width:20%;}
.res21{width:21%;}
.res22{width:22%;}
.res23{width:23%;}
.res24{width:24%;}
.res25{width:25%;}
.res26{width:26%;}
.res27{width:27%;}
.res28{width:28%;}
.res29{width:29%;}
.res30{width:30%;}
.res31{width:31%;}
.res32{width:32%;}
.res33{width:33%;}
.res34{width:34%;}
.res35{width:35%;}
.res36{width:36%;}
.res37{width:37%;}
.res38{width:38%;}
.res39{width:39%;}
.res40{width:40%;}
.res41{width:41%;}
.res42{width:42%;}
.res43{width:43%;}
.res44{width:44%;}
.res45{width:45%;}
.res46{width:46%;}
.res47{width:47%;}
.res48{width:48%;}
.res49{width:49%;}
.res50{width:50%;}
.res51{width:51%;}
.res52{width:52%;}
.res53{width:53%;}
.res54{width:54%;}
.res55{width:55%;}
.res56{width:56%;}
.res57{width:57%;}
.res58{width:58%;}
.res59{width:59%;}
.res60{width:60%;}
.res61{width:61%;}
.res62{width:62%;}
.res63{width:63%;}
.res65{width:65%;}
.res66{width:66%;}
.res67{width:67%;}
.res68{width:68%;}
.res69{width:69%;}
.res70{width:70%;}
.res71{width:71%;}
.res72{width:72%;}
.res73{width:73%;}
.res74{width:74%;}
.res75{width:75%;}
.res76{width:76%;}
.res77{width:77%;}
.res78{width:78%;}
.res79{width:79%;}
.res80{width:80%;}
.res81{width:81%;}
.res82{width:82%;}
.res83{width:83%;}
.res84{width:84%;}
.res85{width:85%;}
.res86{width:86%;}
.res87{width:87%;}
.res88{width:88%;}
.res89{width:89%;}
.res90{width:90%;}
}



@media only screen and (max-width:767px) {
	
.pc{display:none;}
.sp{display:block;}

.res10,.res11,.res12,.res13,.res14,.res15,.res16,.res17,.res18,.res19,.res20,.res21,.res22,.res23,.res24,.res25,.res26,.res27,.res28,.res29,.res30,.res31,.res32,.res33,.res34,.res35,.res36,.res37,.res38,.res39,.res40,.res41,.res42,.res43,.res44,.res45,.res46,.res47,.res48,.res49,.res50,.res51,.res52,.res53,.res54,.res55,.res56,.res57,.res58,.res59,.res60,.res61,.res62,.res63,.res64,.res65,.res66,.res67,.res68,.res69,.res70,.res71,.res72,.res73,.res74,.res75,.res76,.res77,.res78,.res79,.res80,.res81,.res82,.res83,.res84,.res85,.res86,.res87,.res88,.res89,.res90{width:100%; margin-bottom:10px;}

}



/*--------共通--------*/


.photo_l{float:left; margin:0 10px 10px 0;}
.photo_r{float:right; margin:0 0px 10px 10px;}

.box_l{float:left;}
.box_r{float:right;}
.box_c{margin:0 auto;}

.txt_r{text-align:right;}
.txt_l{text-align:left;}
.txt_c{text-align:center;}

.block{display:block;}
.overflow{overflow:hidden;}
.cl{clear:both;}

.img_b5 img{margin-bottom:5px;}
.img_b10 img{margin-bottom:10px;}

.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}

.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}

.mtb5{margin:5px 0 !important;}
.mtb10{margin:10px 0 !important;}
.mtb15{margin:15px 0 !important;}
.mtb20{margin:20px 0 !important;}

.ptb5{padding:5px 0 !important;}
.ptb10{padding:10px 0 !important;}
.ptb15{padding:15px 0 !important;}
.ptb20{padding:20px 0 !important;}

.mr3{margin-right:3px !important;}
.mr4{margin-right:4px !important;}
.mr5{margin-right:5px !important;}
.mr6{margin-right:6px !important;}
.mr7{margin-right:7px !important;}
.mr8{margin-right:8px !important;}
.mr9{margin-right:9px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.f70per{font-size:70%}
.f80per{font-size:80%}
.f90per{font-size:90%}
.f110per{font-size:110%}
.f120per{font-size:120%}
.f130per{font-size:130%}
.f140per{font-size:140%}
.f150per{font-size:150%}
.f160per{font-size:160%}
.f170per{font-size:170%}
.f180per{font-size:180%}




.memo{font-size:90%;}

.movie-wrap {position: relative; padding-bottom: 50%; padding-top: 30px; height: 0; overflow: hidden;}
.movie-wrap iframe {position: absolute; top: 0; left: 0; width:100%; height:100%;}

#page-top {position: fixed; bottom: 10px; right: 15px; z-index:20;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
#page-top a {text-decoration:none; color: #fff; padding:10px 15px; text-align:center; display: block; border-radius: 500px; background:#d25c43; font-size:.9rem;}
#page-top a:hover {text-decoration: none; background:#424343;}

@media only screen and (max-width:767px) {
#page-top {position:absolute; top: 0px; right: 20px;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#page-top a{padding:0px; background:transparent; font-size:1.6rem;}
#page-top a:hover {text-decoration: none; background:transparent;}

}