@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Cedarville+Cursive');
/*////////////////////////


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

.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
	outline: none;
}
a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.6s ;
	transition: 0.6s ;
}  
.responsiveImg{
    display: block;
    max-width: 100%;
    height: auto;
}
img { vertical-align: bottom;}

/* br */
.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}

@media screen and (max-width: 767px) {
.pcView{
	display:none;
}
.spView{
	display:none;
}
.tbView{
	display:inherit;
}
.tbOff{
	display:none;
}
    }
/*=============================================
// 画面幅が414px以下（スマートフォン縦向き専用スタイル）
=============================================*/
@media screen and (max-width: 414px) {
  .pcView{
	display:none;
}
.tbView{
	display:none;
}
.spView{
	display:inherit;
}
.spOff{
	display:none;
} 
}   
    
.wow:first-child {
      visibility: hidden;
    }

.btnWrap{
    width: 100%;
    text-align: center;
}

.btn {
  color: #06446e;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 65px;
  margin: 0 auto;
  max-width: 280px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 400px) {
  .btn {
    display: inline-block;
  margin: 0 auto;
  }
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btn:nth-of-type(even) {
  margin: 0 auto;
  }
  .btn:nth-of-type(5) {
    margin-right: 0;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-1 {
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;  
}
.btn-1 svg {
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #06446e;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.btn-1:hover rect {
    stroke:#c0b9b2;
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

/*================================
font
================================*/
.noto{font-family: 'Noto Sans Japanese', sans-serif;}
.serifFont{font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.gothic{font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.mont{font-family: 'Montserrat', sans-serif;}
.ced{font-family: 'Cedarville Cursive', cursive};

body{
	color:#000;
	font-family: "Times New Roman", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; 
	line-height: 1.5em;
   
	}

.bG01{background: rgba(150,145,134,.96);  }
.bG02{background: rgba(75,63,49,.9);}

article a:link, article a:visited{
    color: #06446e;
}

article a:hover, article a:active{
    color: #c0b9b2;
}
/*================================
structure
================================*/
article{
    
}

section{
    width: 100%;
}



/*================================
header
================================*/
header{width: 100%;
/*text-align: center;
display: flex;
justify-content: center;
align-items: center;*/
padding:3% 0 5%;}

.logo{width: 80px;
    height: auto;
    margin: 0 auto 30px;
}
.logo img{
    width: 100%;
    height: auto;
}
header h1{
    font-size: .85em;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #888
}

@media screen and (max-width: 767px) {
    
  header h1{
      padding: 0 5%;
      line-height: 1.6em;
    }
}
/*================================
main
================================*/
main{width: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding:5% 0;
height: auto;}

main a:link{
    color: #946f56;
    
}
main a:link:hover{
    color: #5c3f2b;
    
}

@media screen and (max-width: 767px) {
main{
        width: 100%;

    }
    
}
/*================================
section
================================*/
section{
    
}

section img{
    width: 100%;
    height: auto;
}

/*================================
pageTitle
================================*/
#pageTitle{
    width: 100vw;
    margin: 0 auto 40px;
    height: 60vh;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    

}

#pageTitle h1{
    font-size: 3rem;
    line-height: 1.8em;
    letter-spacing: .1em;
    
    font-weight: normal;
    color: #fff;
    
    width: 80wh;
    text-align: left;

}

.bg_service{
    background: url(../images/title_bg_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg_about{
    background: url(../images/title_bg_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
@media screen and (max-width: 767px) {
#pageTitle{
    
    }
    
}


/*================================
contWidth
================================*/
.contWidth{
    width: 80vw;
    margin: 5% auto 10%;
}

.contWidth h2{
    text-align: left;
    font-size: 3rem;
    letter-spacing: .1em;
    margin-bottom: 1.5em;
    font-weight: normal;
}

.contWidth p{
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.85em;
    letter-spacing: .1em;
    margin-bottom: 1em;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
.contWidth{
    width: 90vw;
    margin: 5% auto 15%;
}

.contWidth h2{
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4em;
    letter-spacing: .1em;
    margin-bottom: 2em;
    font-weight: normal;
}   
}

/*================
table
================*/
.table_func dl {
display: flex;
flex-flow: row wrap;
width: 100%;
line-height: 1.75em;
text-align: left;
font-size: 1.4rem;
letter-spacing: .1em;
}
.table_func dt {
flex-basis: 15%;
padding: 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
.table_func dd {
flex-basis: 85%;
padding: 20px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.table_func dl {
flex-flow: column;
}
}



/*================================
sec_2c
================================*/
.sec_2c{
    width: 100wh;
    display: flex;
    align-items: center;
    margin: 5% auto;
}
.sec_2c .ph_cont{
   width: 40%; 
}

.sec_2c .detail_cont{
   width: 60%;
    padding: 0 0 0 5%;
    box-sizing: border-box;
}
.sec_2c .detail_cont h3{
   font-size: 2rem;
    line-height: 2em;
    letter-spacing: .1em;
    text-align: left;
    font-weight: normal;
    margin-bottom: 1.5em;
}
.sec_2c .detail_cont h3 span{
   font-size: .8rem;
}
.sec_2c .detail_cont p{
   font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .1em;
    text-align: left;
    margin-bottom: 1em;
}


@media screen and (max-width: 767px) {
.sec_2c{
    flex-direction: column;
    }
    
.sec_2c .ph_cont{
   width: 100%; 
}

.sec_2c .detail_cont{
   width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
}
    
.sec_2c .detail_cont h3{
   font-size: 3rem;
    line-height: 1em;
    padding: 5% 0;

}
.sec_2c .detail_cont h3 span{
   font-size: 1.2rem;
    display: block;
}
.sec_2c .detail_cont p{
   font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .1em;
    text-align: left
}  
    
    
}




.management{
    width: 40%;
    margin: 5% auto;
    background: #efefef;
    padding: 2% 3% 2%;
}
.management h2{
    font-size: 1.6em;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #999
}
.management p{
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
.outline{
    width: 40%;
    margin: 0 auto;
    padding: 2% 3% 2%;
}
.outline h2{
    font-size: 1.6em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.outline p{
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
@media screen and (max-width: 767px) {

.sorry{
    font-size: 1.8em;
    padding: 0 5%;
}
.management{
    width: 80%;
    margin: 5% auto;
    background: #efefef;
    padding: 5% 5% 4%;
}
.management h2{
    font-size: 1.4em;
}
.management p{
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
.outline{
    width: 80%;
    margin: 0 auto;
}
.outline h2{
    font-size: 1.6em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.outline p{
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}    
}
/*================================
footer
================================*/
footer{
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.copyRight{
	/*border-top:1px solid #06446e;*/
	text-align:center;
	padding:10px;
	font-size:1em;
	font-weight:100;
	letter-spacing:0.2em;
    color: #06446e;
}
.copyRight a{
    color: #000;
}

#pageUp{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:150;
	color: #fff;
	font-size:2.5em;
	padding:10px 15px;
	cursor:pointer;
	z-index:150;
    background: rgba(2, 23, 37, .6);
}
#pageUp:hover{
    color: #06446e;
	background:rgba(255,255,255,.5)
}

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

}
#pageUp{
	position:fixed;
	bottom:20px;
	right:0px;
	z-index:150;
	color: #fff;
	font-size:2.5em;
	padding:10px 15px;
	cursor:pointer;
	z-index:150;
    background: rgba(2, 23, 37, .6);
}
#pageUp:hover{
    color: #06446e;
	background:rgba(255,255,255,.5)
}

.copyRight{
	/*border-top:1px solid #06446e;*/
	text-align:center;
	padding:10px;
	font-size:1em;
	font-weight:100;
	letter-spacing:0.2em;
    color: #06446e;
}   
}



/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
	.printNl {
		page-break-before: always;
	}
}
