@charset "utf-8";


/*全体のスタイル調整*/
*{
	box-sizing: border-box;

}

/*bodyの初期スタイル調整*/
body{
	width: 100vw;
	height: 100vh;
	font-size: 17px;
	line-height: 1.5;
	font-family: tbudrgothic-std, sans-serif;
	color: #333;
	background-color: #fff;
}


/*初期スタイル*/
h1,
h2,
h3{
	margin-top: 0;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: center;
}

p{
	margin-top: 0;
	margin-bottom: 1.5em;
	text-align: justify;
}

address{
	font-style: normal;
}

a{
	color: #666;
	text-decoration: none;
}

a:hover,
a:focus{
	color: #000;
	text-decoration: none;
	
}

ul{
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

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

section{
	padding: 60px 0;
}

/*テキスト関連の指定*/
.txt-center{
	text-align: center;
}

.txt-lead{
	font-weight: 700;
}

/*レイアウト関連*/
.inner{
	padding: 0 15px;
	margin: 0 auto;
}

/*モバイルとｐｃでの表示に関するスタイル*/
.sp-only{
	display: block;
}

.pc-only{
	display: none;
}





/*ナビゲーション（ｓｐ）設定*/

/*ハンバーガーメニュー*/
.gnav-toggle{
	position: relative;
	margin-top: -10px;
	margin-left: -10px;
	
	

}
/*チェックボックス消す*/
.gnav-hidden{
	display: none;
}

/*アイコンのベース*/
#gnav-open{
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.76);
	border-radius: 50%;
padding-left: 12px;
padding-top: 15px;

}


/*ハンバーガーの三本線を作る*/
#gnav-open span,
#gnav-open span::before,
#gnav-open span::after{
	content: '';
	height: 3px;
	width: 25px;
	display: block;
	background: #555;
	position: absolute;
	border-radius: 3px;
	cursor: pointer;
	
}


#gnav-open span::before{
	bottom: -8px;

}

#gnav-open span::after{
	bottom: -16px;

}


/*閉じる用の薄い黒の部分*/
#gnav-close{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: 0.3s ease-in-out;
	z-index: 90;


}


/*チェックボックスにチェックがついていたときの兄弟要素#gnav-closeに指定*/
#gnav-input:checked ~ #gnav-close{
     display: block;
	 opacity: 0.5;
}


#gnav-input:checked ~ #gnav-content{
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,0.15);
}

/*メニューの中身*/
#gnav-content{
	transform: translateX(-105%);/*画面外に隠しておく*/
	position: fixed;
	top: 0;
	left: 0;
	width: 70%;
	background-color: rgba(0,0,0,0.8);
	max-width: 300px;
	height: 100%;
	transition: 0.3s ease-in-out;
	overflow: auto;
	z-index: 300;

}


.gnav-menu{

	position: fixed;
	top: 0;
	left: 0;
	width: 70%;
	
	max-width: 300px;
	height: 100%;
	transition: 0.3s ease-in-out;
	overflow: auto;
	z-index: 400;
	
}


.gnav-item{
	
	margin: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
}


.gnav-item a{
	color: rgb(255, 255, 255);
	font-size: 12px;
	display: block;
	width: 300px;
	text-align: center;
	
}



.gnav-item a::first-line{
	font-size: 16px;
	font-weight: bold;
}


.news{
	font-size: 30px;
	padding-bottom: 40px;
}




.mv-area{
	width: 100vw;
	height: 100vh;
	background-image: url("../img/top.jpg");
	background-size: cover;
	background-position: center center;
	
	/*レイアウト関連*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;

}

.mv-area img{
	width: 400px;

}



.mv-area_menu{
	width: 100vw;
	height: 100vh;
	background-image: url("../img/menu.jpg");
	background-size: cover;
	background-position: center center;
	
	/*レイアウト関連*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;

}

.mv-area_menu img{
	width: 400px;

}

.mv-area_concept{
	width: 100vw;
	height: 100vh;
	background-image: url("../img/pexels-klaus-nielsen-6294374.jpg");
	background-size: cover;
	background-position: center center;
	
	/*レイアウト関連*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;

}

.mv-area_concept img{
	width: 400px;

}


.mv-area_access{
	width: 100vw;
	height: 100vh;
	background-image: url("../img/23408136_l.jpg");
	background-size: cover;
	background-position: center center;
	
	/*レイアウト関連*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.mv-area_access img{
	width: 400px;

}


.mv-area_contact{
	width: 100vw;
	height: 100vh;
	background-image: url("../img/pexels-caeli-team-3714960.jpg");
	background-size: cover;
	background-position: center center;
	
	/*レイアウト関連*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.mv-area_contact img{
	width: 400px;

}








/*ヘッダー部分の設定*/
.header{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 800px 400px 0 0;
	border-color: rgba(255, 255, 255, 0) transparent transparent transparent;
	
	position: fixed;
		top: 0;
		z-index: 200;
	
		
	}
	
	.header-logo-menu{
		margin-top: -750px;
		margin-left: 50px;
		
		
	}

	.logo-area a{
		position: relative;
		z-index: 2000;
	}


	.logo-area a:hover{
		opacity: 0.5;

	}





	.mv-title{
		text-align:center;
	font-size: 30px;
	margin-top: 20px;
		
	}

	.mv_right img{
		padding: 10px 30px;
	}


/*news部分の設定*/


.top-list {
    display: flex;
   flex-direction: column;
   align-items: center;
    margin: 0 -10px;

}


.top-list li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.top-list li a {
    display: flex;
	flex-direction: column;
    align-items: center;
	margin: 20 0px;

}



.top-list li .top-list_info {
    margin: 10px;
}

.top-list li time {
    color: #333;
    font-size: 14px;

}

.top-list li .top-list_title {
    margin-top: .25em;
    line-height: 1.4;
}








#footer{
	background-color: #000;
	

}

.footer-main{
width: 200px;
margin: 0 auto;

}

.footer-gnav{
padding-top: 10px;

}
.footer-gnav ul li{
margin: 5px;
padding: 10px;
text-align: center;
}

.footer-gnav ul li a{
	color: #fff;
}




.footer_logo img{
	
	margin: 10px;
}


.footerSnsLinks ul{
	display: flex;
	justify-content: center;
	margin: 10px;
	padding-top: 10px;

}

.footerSnsLinks ul li{
	padding: 10px;
}

.copyright p{
	color:#fff;
	text-align: center;
	padding-bottom: 30px;

	
}










.mv-SABtitle{
	font-size: 50px;
	width: 100%;

}

.subtitle{
	display: flex;
	align-items: center;
	/* 垂直中心 */
	justify-content: center;
	/* 水平中心 */
	font-family: fot-chiaro-std, sans-serif;
	letter-spacing: .1em;
  
	font-weight: 700;
	font-size: 30px;
	font-style: normal;
	
	margin:0px 20px;
  
  }
  
.subtitle:after {
	border-top: 1px solid  #9c9b9b;
	content: "";
	width: 100%;
	/* 線の長さ */
  }

  .subtitle span{
	padding: 10px 15px;
  border: dashed 2px #afafaf;/*点線*/
  border-radius: 45%;
  }

  #second_area div{
	margin: 0 30px;
	
  }

#second_area p{
margin: 20px;
	text-align: center;
}


  .menu_set{
	display: flex;
	align-items: center;
	
	justify-content: center;
	
	letter-spacing: .1em;
  
	font-weight: 700;
	font-size: 25px;
	font-style: normal;
  }

  .menu_set span{
	margin-bottom: 20px;
	margin-top: 20px;
  }



  .lineup{
	margin-top: 30px;
  }

  .Bagel{
margin: 0 auto;
	
  }

 



  .concept-content{
	margin: 20px;

  }

  .txt-read{
	margin: 30px;
  }




  .address {
padding: 20px;


  }

/*リセットcss↓*/
html {
	overflow-y: scroll;
  }
  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;
  }
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  caption,th {
	text-align: left;
  }
  q:before,q:after {
	content: '';
  }
  object,embed {
	vertical-align: top;
  }
  hr,legend {
	display: none;
  }
  h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
  }
  img,abbr,acronym,fieldset {
	border: 0;
  }
  li {
	list-style-type: none;
  }
  sup {
	vertical-align: super;
	font-size: 0.5em;
  }
  img {
	vertical-align: top;
  }
  i {
	font-style: normal;
  }
  /*----リセットcss*----/
  
  /*デザインcss↓*/
  .box_con07 {
	max-width: 900px;
	margin: 0  auto;
  }
  @media only screen and (max-width: 768px) {
	.box_con07 {
	  width: 95%;
	}
  }
  .box_con07 form {
	width: 100%;
  }
  .box_con07 form ul {
	width: 100%;
  }
  .box_con07 form ul li {
	position: relative;
	overflow: hidden;
	margin: .5em 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  @media only screen and (min-width: 769px) {
	.box_con07 form ul li {
	  display: -webkit-flex;
	  display: flex;
	}
  }
  @media print {
	.box_con07 form ul li {
	  display: -webkit-flex;
	  display: flex;
	}
  }
  .ie8 .box_con07 form ul li {
	display: -webkit-flex;
	display: flex;
  }
  @media only screen and (max-width: 768px) {
	.box_con07 form ul li {
	  margin: 1em 0;
	}
  }
  .box_con07 form ul li .title {
	position: relative;
	width: 30%;
	font-weight: normal;
	padding: 1em;
	position: relative;
	color: #1c2e53;
  }
  @media only screen and (min-width: 769px) {
	.box_con07 form ul li .title {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-align-items: center;
	  align-items: center;
	}
  }
  @media print {
	.box_con07 form ul li .title {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-align-items: center;
	  align-items: center;
	}
  }
  .ie8 .box_con07 form ul li .title {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
  }
  @media only screen and (max-width: 768px) {
	.box_con07 form ul li .title {
	  text-align: center;
	  width: 100%;
	  display: block;
	  padding: .8em .2em;
	  color: #fff;
	  background: #ffbd43;
	}
  }
  .box_con07 form ul li .title em {
	position: relative;
	z-index: 1;
  }
  .box_con07 form ul li .title span {
	background: #cd6f55;
	padding: 0 .3em;
	color: #fff;
	margin-left: .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .box_con07 form ul li .box_det {
	width: 70%;
	position: relative;
	padding: 1em;
	border-bottom: 1px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
	.box_con07 form ul li .box_det {
	  padding: 1.5em .5em .5em;
	  display: block;
	  width: 100%;
	}
  }
  .box_con07 form ul li .box_br {
	display: block;
  }
  .box_con07 form ul li select, .box_con07 form ul li textarea, .box_con07 form ul li .wide {
	width: 100%;
	height: 3em;
	padding: .5em;
	border: none;
	outline: none;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .box_con07 form ul li textarea {
	height: 10em;
  }
  
  /*プライバシーのデザインcss↓*/
  .con_pri {
	max-width: 700px;
	margin: 0  auto;
  }
  @media only screen and (max-width: 768px) {
	.con_pri {
	  width: 95%;
	}
  }
  .con_pri .box_pri {
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px 55px;
  }
  @media only screen and (max-width: 768px) {
	.con_pri .box_pri {
	  margin-top: 4%;
	  padding: 3%;
	}
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
	.con_pri .box_pri {
	  padding: 4%;
	}
  }
  .con_pri .box_pri .box_tori {
	text-align: left;
	margin-top: 40px;
  }
  @media only screen and (max-width: 768px) {
	.con_pri .box_pri .box_tori {
	  margin-top: 4%;
	}
  }
  .con_pri .box_pri .box_tori h4 {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 150%;
  }
  @media only screen and (max-width: 768px) {
	.con_pri .box_pri .box_tori h4 {
	  margin-bottom: 4%;
	}
  }
  .con_pri .box_pri .box_tori .txt {
	padding: 0 20px;
  }
  @media only screen and (max-width: 768px) {
	.con_pri .box_pri .box_tori .txt {
	  padding: 0;
	}
  }
  .con_pri .box_pri .box_num {
	margin-top: 30px;
  }
  @media only screen and (max-width: 768px) {
	.con_pri .box_pri .box_num {
	  margin-top: 5%;
	}
  }
  .con_pri .box_pri .box_num h4 {
	font-weight: normal;
	font-size: 113%;
  }
  .con_pri .box_pri .box_num .txt {
	padding: 10px 0 0 20px;
  }
  @media only screen and (max-width: 768px) {
	.con_pri .box_pri .box_num .txt {
	  padding: 3% 0 0 3%;
	}
  }
  
  .box_check {
	text-align: center;
	margin: 1em auto;
  }
  .box_check label {
	display: inline-block;
  }
  .box_check label span {
	margin-left: .3em;
  }
  
  .btn {
	text-align: center;
  }
  .btn input {
	display: inline-block;
	background: #eee;
	padding: .5em 4em;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	border: none;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
  }
  .btn input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
  }



  .box_con07{
	padding: 20px;
  }


/*--------------------------------------------------------------------------------*/


/*メディアクエリ*/
/*768px以上でｐｃ用(最大幅1200ｐｘ)に変わる*/
@media screen and (min-width:768px) {
	
	.inner{
		max-width: 1200px;
	}


.sp-only{
	display: none;
}

.pc-only{
	display: block;
}

/*ヘッダー設定（PC）*/


.header{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 800px 400px 0 0;
	border-color: rgba(255, 255, 255, 0.808) transparent transparent transparent;
	
	position: fixed;
		top: 0;
		z-index: 200;
	
		
	}





.logo-area img{
	width: 200px;
	}


.gnav-menu{
	/*display: flex;*/
	flex-direction: row;
	/*align-items: center;*/


	padding-top: 150px;
	margin: 0;

	}


	/*ulの子要素　liに対して指定（打消し）*/
.gnav-item{
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
	
}


.gnav-item a{
	color: rgb(5, 5, 5);
	width: 120px;
	display: block;
	font-size: 12px;
	text-align: center;
	margin: 70px;
}

.gnav-item a:hover{
	color: #ffbd43;
}

/*1行目のテキストに指定*/
.gnav-item a::first-line{
	font-size: 16px;
	font-weight: bold;
	
}
/*メインビジュアル設定（PC）*/
.mv-area{
	width: 100%;
	height: 800px;
}

.mv-area_menu{
	width: 100%;
	height: 800px;
}

.mv-area_concept{
	width: 100%;
	height: 800px;
}

.mv-area_access{
	width: 100%;
	height: 800px;
}


.mv-area_contact{
	width: 100%;
	height: 800px;
}


.mv_right{
	position: relative;
top: 150px;
left: 430px;
align-items: stretch;

}

.mv_right img{
		padding: 0;
}

.mv-title{
	text-align: left;
	margin-top: 90px;
	font-size: 40px;
}


.top-list{
	width: 800px;
	margin: 0 auto;
}


.top-list li {
	width: 100%;
	
}

.top-list li img {
    width: 300px;
	
}

.top-list li a {
    display: flex;
	flex-direction: row;
justify-content: left;
margin: 40px;

}



.footer-main{
	width: 1500px;
	display: flex;
	justify-content: center;
	padding: px;
}

.footer-gnav a:hover{
	color: #ffbd43;
}




.footer-gnav ul li{
	margin-right: 40px;
	padding-right: 40px;
	text-align: center;
	}

	.footer_logo:hover{
		opacity: 0.5;
	}

.footer_logo img{
	padding: 30px;
	width: 300px;
	
}

.footerSnsLinks ul{
	display: flex;
	justify-content: center;
	margin-left: 40px;
	padding-top: 20px;

}

.footerSnsLinks ul li{
	margin: 10px;
}

.copyright p{
	
	text-align: center;
	padding-bottom: 30px;
	
}



.mv-SABtitle{
	letter-spacing: .1em;
	font-size: 100px;
	padding-top: 250px;
}


.subtitle{
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}




.menu_set:after{
	
	border-top: 1px solid  #9c9b9b;
	content: "";
	width: 10%;
	/* 線の長さ */

  }


  .menu_set:before{
	
	border-top: 1px solid  #9c9b9b;
	content: "";
	width: 10%;
	/* 線の長さ */

  }

.menu_set{
	width:700px;
	margin: 0 auto;
	margin-top: 40px;
	
	
}
.menu_set span{
	
	margin: 20px;
	font-size: 30px;
}
#second_area p{
	font-size: medium;
	
}




.concept-content{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 150px;
	margin: 30px;
	justify-content: center;
}

.txt-read{
	width: 400px;
	padding: 30px;
}

.concept-content img{
	width: 600px;
}

#access{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}


.box_con07{
	padding: 50px;
  }



}