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

@font-face {font-family: 'regular';
	src: url("../fonts/UDDigiKyokashoN-R.ttc");
}
@font-face {font-family: 'bold';
	src: url("../fonts/UDDigiKyokashoN-B.ttc");
}

@font-face {font-family: 'mtr';
	src: url("../fonts/MachinoTecho-Regular-free.otf");
}

@font-face {font-family: 'zen_k';
	src: url("../fonts/ZenKurenaido-Regular.ttf");
}

@font-face {font-family: 'knee1_r';
	src: url("../fonts/KleeOne-Regular.ttf");
}

@font-face {font-family: 'knee1_sb';
	src: url("../fonts/KleeOne-SemiBold.ttf");
}

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

html {
	height: -webkit-fill-available;
	box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1{font-weight: 320; display: inline}
img{max-width:100%;border:0;}
.clear{clear: both;}

/* -------------------------------
 　共通_フォントと見出し
---------------------------------*/

body{
	font-family: regular, serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #333333;
	font-size: 18px;
	background: #fff;
	width: 100%;
	letter-spacing: 0.1rem;
}

h1,h2,h3,h4,h5{
	font-family: bold, serif;
	-webkit-text-size-adjust:100%;
	letter-spacing: 0.1rem;
	padding-bottom: 0;
}


.font20 {
	font-size: 2.0rem;
}

.font15 {
	font-size: 1.5rem;
}	
	
.font11 {
	font-size: 1.1rem;
}

.font09 {
	font-size: 0.9rem;
}

.font08 {
	font-size: 0.8rem;
}

.font07 {
	font-size: 0.7rem;
}

.font05 {
	font-size: 0.5rem;
}

.fontD70000{
	color: #d70000;
}

/*---------title--------------*/
	
h2.section_ti{
	font-family: "bold", "serif";
	text-align: center;
	font-size: clamp(1.6rem, 0.914rem + 1.07vw, 2.2rem);
	letter-spacing: 0.5rem;
	z-index: 100;
	font-weight: 400;
	padding: 3rem 0;
	color: #333333;
}

@media only screen and (min-width: 1600px) {
h2.section_ti{
	padding: 3rem 0;
}
}

h3.cont_ti{
	font-family: "bold", "sans-serif";
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.5rem;
	z-index: 10;
	font-weight: 300;
	padding-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
	
h2.section_ti{
	font-size: 1.5rem;
	padding: 1.5rem 0;
}
	
h3.cont_ti{
	padding-bottom: 1.5rem;
}
}

h2.section_ti span.name_j,h3.cont_ti span.name_j{
	font-size: 0.9rem;
	font-weight: 300;
	text-align: center;
}

h2.cont_ti span.name_j::before,h3.cont_ti span.name_j::before{
	content: "\A";
	white-space: pre;
}

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

h2.section_ti{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}	
	
h3.cont_ti{
	text-align: center;
	font-size: 1rem;
	line-height: 1.3rem;
}
	
h2.section_ti span.name_j,h3.cont_ti span.name_j{
	font-size: 0.7rem;
	font-weight: 300;
	text-align: center;	
}
}

/*---------link--------------*/

a {
  position: relative;
  text-decoration: none;
  color: #333333;	
}

a:hover,p a:hover,a span.fontD70000:hover{
	color: #555555;
	text-decoration:underline;
	text-decoration-color: #999999;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25rem;
	transition: 0.2s;
}

i{
	margin: 0 1rem;
}

.active{
	font-color: rgba(35,24,21,0.3);
	text-decoration:none;
}

a:active, a:focus,input:active, input:focus{outline:0;}

img.radiusImg{
	border-radius: 15px;
}

/*-------------------------------
g_wrap
-------------------------------*/
#g_wrap{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

/*-------------------------------
header
-------------------------------*/

#header{
	position: relative;/*header固定*/
	height: 75px;/*Headerの高さ設定*/
	width: 100%;
    z-index: 999;
	padding: 0;
	background-color: rgba(255,255,255,0.9);
}

#header.fixed{
	position: fixed;
	z-index: 999;
    top:0;
    left:0;
	background-color: rgba(255,255,255,0.9); 
}

.headerWrap{
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
}

#logo{
	width: 10%;
	/*width: clamp(25.625rem, 23.406rem + 3.46vw, 27.563rem);*/
	height: auto;
	margin-top: 0.5rem;
	margin-left: 1rem;
	padding: 0;
	opacity: 1.0;
	z-index: 999;
}


@media screen and (max-width:820px) {
#logo{
	width: 15%;
	margin-bottom: 1.2rem;
	margin-left: 1.2rem;
}
}

@media screen and (max-width: 767px) {
#logo{
	width: 28%;
}
}


/*-------------------------------
navigation
-------------------------------*/
#pc-nav{
    width: 98%;
	height: 50px;
	margin: 0 auto;
	padding-top: 0.7rem;
	padding-right: 0.7rem;
	padding-left: 2rem;
	float: right;
}

@media screen and (max-width: 1024px){
#pc-nav{
	display: none;
}
}
	
#pc-nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
    text-transform: uppercase;
    margin: 0 1rem;
	text-align: center;
	}

/*2階層目以降は横並びにしない*/
#pc-nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#pc-nav ul li{
	position: relative;
}	
	
#pc-nav ul li a{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 0 0.2rem 0.2rem 0.2rem;
	transition:all 0.3s;
	font-size: 0.8rem;
	font-weight: 400;
}

/*---SP_navi---*/

#g-nav2{
    position:fixed;
    z-index: 9995;
    /*ナビのスタート位置と形状*/
	top:0;
	right: -100%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,0.9);
	filter: drop-shadow(-2px 0px 3px rgba(225,225,225,0.75) );
    /*動き*/
	transition: all 0.6s;

}

@media screen and (max-width:768px) {
#g-nav2{
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	overflow: auto;
	border-radius: 0px;
	filter: none;
}
}

#g-nav2.panelactive {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav2.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav2.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: absolute;
    z-index: 9998;
	overflow: scroll;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9997;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


@media screen and (max-width:768px) {
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
	padding: 0.8em 0 0 0;
    top: 50%;
    left: 50%;
	width: 100%;
	height: auto;
    transform: translate(-50%,-50%);
}
}

@media screen and (max-width:550px) {
#g-nav2 ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
	padding: 0.8em 0 0 0;
	width: 100%;
	top: 35%;
    left: 50%;
	height: auto;
    transform: translate(-50%,-50%);
}
}

/*リストのレイアウト設定*/

#g-nav2 ul li{
  list-style: none;
    text-align: left;
	text-indent: 0.5em;
}


#g-nav2 ul li a{
	color: #333333;
	text-decoration: none;
	padding: 1rem;
	display: block;
	line-height: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
}


@media screen and (max-width:768px) {
#g-nav2 ul li a{
	font-size: 0.9rem;
	width: 90%;
}
}

#g-nav2 li.current a,
#g-nav2 li a:hover{
	color: #555555;
	text-decoration:underline;
	text-decoration-color: #999999;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25rem;
	transition: 0.2s;
}

@media screen and (min-width:1025px) {
#g-nav2 ul li.sp-navi{
	display: none;
}
}

#g-nav2 ul li.sp-navi.has-child ul{
  	position: relative;
	left:0;
	top: 0%;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    transform: none;
} 
	#g-nav2 ul li.sp-navi.has-child ul li{
		width:100%;
		text-align: left;
	}
	
	#g-nav2-list ul li.sp-navi.has-child ul{
		height: auto;
		padding-top: 0;
	}

	#g-nav2-list ul li.sp-navi.has-child ul li{
		list-style-type: disc;
		width: 100%;
		padding-left: 1rem;
		text-indent: 2rem;
	}

	#g-nav2-list ul li.sp-navi.has-child ul li a{
		padding: 1rem 0;
	}
	
/*矢印の位置と向き*/
	
#g-nav2 li.has-child.sp-navi a::before{
	content:'';
	position: absolute;
	left:90%;
	top: 15px;
	width:6px;
	height:6px;
	border-top: 2px solid #231815;
    border-right:2px solid #231815;
    transform: rotate(135deg);
}
    
#g-nav2 li.has-child.sp-navi.active > a::before{
    transform: rotate(-45deg);
}

#g-nav2 li.has-child.sp-navi ul a::before{
	content:'';
	position: absolute;
	left:90%;
	top: 15px;
	width:6px;
	height:6px;
	border-top: 2px solid transparent;
    border-right:2px solid transparent;
    transform: rotate(135deg);
}

.sp-navi li dl dt img{
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 0px;
	right: 1.5rem;
	cursor: pointer;
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 1025px) {
.openbtn{
  display: none;
}
}

@media screen and (max-width:550px) {
.openbtn{
  right: 1rem;
}
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 7px;
    height: 2.5px;
    border-radius: 2.5px;
	background-color: #0e0970;
  }

.openbtn span:nth-of-type(1) {
	width: 80%;
	top:24px;
}

.openbtn span:nth-of-type(2) {
	width: 55%;
	top:32px;
}

.openbtn span:nth-of-type(3) {
	width: 80%;
	top:40px;
}

.openbtn.active span:nth-of-type(1) {
    top: 24px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 36px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*-------------------------------
告知エリア
-------------------------------*/

.kokuchi{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1);
	padding-bottom: 0.5rem;
	padding-left: 1rem;
}

.kokuchi h2 a{
	font-size: 0.9rem;
	color: #555555;
	font-weight: 500;
}

.kokuchi h2 a:hover{
	font-size: 0.9rem;
	color: #D70000;
	font-weight: 500;
	transition: 0.3s;
}

.blinking{
	-webkit-animation:blink 0.6s ease-in-out infinite alternate;
    -moz-animation:blink 0.6s ease-in-out infinite alternate;
    animation:blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*------------SNS ICON-------------*/

#g-nav2 .snsWrap{
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding: 3rem 0;
	position: absolute;
	left: 50%;
	bottom: 1%;
	-webkit-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -o-transform:translate(-50%);
    transform:translate(-50%);
	z-index: 9998;
}

@media only screen and (max-width: 1024px) {
#g-nav2 .snsWrap{
	width: 50%;
	bottom: 5%;
}
}
	
@media only screen and (max-width: 768px) {
#g-nav2 .snsWrap{
	bottom: 10%;
}
}

@media only screen and (max-width: 550px) {
#g-nav2 .snsWrap{
	bottom: 15%;
}
}

#g-nav2 .snsWrap ul{
	display: table;
	border-spacing: 25px 0;
}

#g-nav2 .snsWrap ul li{
	width: 50%;
	display: table-cell;
}



/*-------------------------------
bread
-------------------------------*/

.breadcrumb {
	width: 100%;
	margin: 0;
	padding: 2rem 0 0.5rem 2.5rem;
	list-style: none;
}

@media screen and (max-width:1024px) {
.breadcrumb {
  margin: 0;
  padding: 2rem 0 1rem 2.5rem;
  list-style: none;
}
}

@media screen and (max-width:550px) {
.breadcrumb {
  display: none;
}
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {/* ▶を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 0.5rem;
  color: #E1E1E1;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #333333;
	font-weight: 300;
	font-size: 0.8rem;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 0.8rem;
  color: #333333;
}

.breadcrumb li a:hover {
  	text-decoration:underline;
	text-underline-offset: 0.3rem;
	transition: 0.3s;
}


/*-------------------------------
Section
-------------------------------*/

#section01,
#section02,
#section03,
#section04,
#section05,
#section06,
#section07,
#section08,
#section09,
#section10{
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#sectionPaddingHeader{
    width: 100%;
	height: auto;
	margin: 0;
	padding-top: 6rem;
	padding-bottom: 0;
}

.wrapper{
	width: 90%;
	height: auto;
	padding-top: 0rem;
	padding-right: 1rem;
	padding-bottom: 6rem;
	padding-left: 1rem;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
.wrapper{
	width: 98%;
	padding-top: 3rem;
	padding-right: 1rem;
	padding-bottom: 5rem;
	padding-left: 1rem;
}
}

@media screen and (max-width: 767px) {
.wrapper{
	width: 100%;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}
}

/*-------------------------------
  footer
-------------------------------*/
	
#footer{
	width: 100%;
    height: 35px;
	padding-top: 0.25rem;
	background-color: #5ec8fa;
	position: relative;
}

/*------------FOOTER LINK-------------*/

.footerLink{
	width: 40%;
    margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	display: table;
	text-align: right;
	border-spacing: 5px 0;
	vertical-align: middle;
}

.footerLink li{
	display: table-cell;
	padding: 0 1rem;
}

.footerLink li p a{
	text-align: right;
	font-size: clamp(0.7rem, 0.471rem + 0.36vw, 0.9rem);
	color: #FFFFFF;
}

.footerLink li p a:hover{
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	color: #333333;
	text-decoration-color: #333333; 
	transition: 0.5s;
}

#company_logo{
	width: 7%;
	height: auto;
	margin: 0 auto;
	padding: 2rem 0;
	}	


#copyrightWrap{
	width: 100%;
	height: 35px;
	background-color: #333333;
	text-align: center;
	padding: 0.5rem 0;
}
	
#copyrightWrap > div p{
	color: #FFFFFF;
	font-size: clamp(0.7rem, 0.585rem + 0.18vw, 0.8rem);
	}

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

#footer_lnk{
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: center;
}

}


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

.footerLink{
	width: 100%;
	margin: 0;
	padding: 0;
}


.footerLink div a{
	font-size: 0.6rem;
	font-weight: 300;
	line-height: 1.6rem;
}	
}


/*-------------------------------
  固定ボタン
-------------------------------*/
.gotop{
    display: block;
    width: 100px;
    height: 120px;
    box-sizing: border-box;
    background-color: none;
    border: none;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #FFF;
    opacity: 0.9;
    position: fixed;
    bottom: 80px;
    right: 0px;
    z-index: 100;
}

.gotop:hover{
    opacity: 1;
}
@media only screen and (max-width:768px){
    .gotop{
        bottom: 80px;
        right: 30px;
    }
}

@media only screen and (max-width:540px){
    .gotop{
        bottom: 80px;
        right: 15px;
    }
}

/*-------------------------------
  bottom_menu
-------------------------------*/
@media only screen and (min-width: 551px) {
	
	ul.bottom-menu {
		display: none;
	}

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

.mini-text{font-size:11px;}/*文字大きさ*/	
	
ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;/*高さ*/
    margin:0;
    padding:0;
    background-color:rgba(245,245,245,0.97);/*背景色*/
    border-top:2px solid #999999;/*バーの上の線*/
    
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:20%;
    background-color:transparent;
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
	background-color:transparent;
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}
		
}

/*-------------------------------
改行
-------------------------------*/

@media only screen and (min-width: 1025px) {
.css-br_a::after {
  content:"\A";
  white-space: pre-wrap;
	}
}

@media screen and (min-width:551px){
.css_br::before {
	content: "\A" ;
	white-space: pre ;
}
}
@media only screen and (min-width: 481px) {
.css-br_l::before {
  content:"\A";
  white-space: pre-wrap;
}

}

@media only screen and (max-width: 959px) {
.css-br_a::after {
  content:"\A";
  white-space: pre;
}
}
@media only screen and (max-width: 550px) {
	
.css-br_b::before {
  content:"\A";
  white-space: pre;
}
}

/*-------------------------------
   none
-------------------------------*/

.logo b,
li b,
li a b,
h1 b,
h2 b,
h3 b,
h4 b,
p b{
	display:none;
}
	



/*-------------------------------
clear fix
-------------------------------*/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}	


/*-------------------------------
 画像内の文字
-------------------------------*/

.sampleImg {
  position: relative;
  }

.sampleImg p {
  position: absolute;
  top: 5%;
  left: 10%;
  -ms-transform: translate(-5%,-15%);
  -webkit-transform: translate(-5%,-15%);
  transform: translate(-5%,-15%);
	margin:0;
  padding:0;
	font-size: 1.5em;
	color: rgba(85,85,85,0.75);
  }


