@charset "utf-8";

/*----共通部分始まり----*/

/*全体部分始まり
----------------------*/
html {
 font-size: 100%;
}

body {
 margin: 0;
 padding: 0;
 background-color: white;
 font-size: 15px;
 line-height: 2;
 font-family: 'Arial','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

table, td, th {
	border: none;
	padding: 0px;
	margin: 0px;
}

.page-title {
	font-size: 70px;
	margin: 0;
	font-family: "Arial Narrow";
	text-align: center;
	color: #708090;
	margin-top: 40px;
}

/*全体部分終わり
----------------------*/

/*header部分始まり
----------------------*/
.page-header {
	display: flex;
	justify-content: space-between;
}

.logo {
	width: 210px;
	margin-top: 50px;
}

.big-bg {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 4%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/*header部分(index用)始まり*/
#global-nav2 {
	list-style-type: none;
	width: 700px;
	height: 40px;
	margin: 60px 0px 0px 0px;
	display: flex;
}

#global-nav2 li {
	list-style-type: none;
	position: relative;
	margin: 0px 40px 0px 0px;
	padding: 0;
	text-align: center;
}

#global-nav2 li a {
	display: block;
	margin: 0;
	padding: 13px 0;
	color: #708090;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

#global-nav2 li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

#global-nav2 li:last-child ul {
	left: -100%;
	width: 100%
}

#global-nav2 li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #EEEEEE;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#global-nav2 li ul li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

#global-nav2 li:hover>a {
	color: #708090;
}

#global-nav2 li:hover ul li {
	overflow: visible;
	height: 38px;
}

#global-nav2 li:hover ul li:first-child {
	border-top: 0;
}

#global-nav2 li:hover ul li:last-child {
	border-bottom: 0;
}

/*header部分(index用)終わり*/

/*header部分(その他用)始まり*/
#global-nav {
	list-style-type: none;
	width: 700px;
	height: 40px;
	margin: 60px 0px 0px 0px;
	display: flex;
}

#global-nav li {
	list-style-type: none;
	position: relative;
	margin: 0px 40px 0px 0px;
	padding: 0;
	text-align: center;
}

#global-nav li a {
	display: block;
	margin: 0;
	padding: 13px 0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

#global-nav li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

#global-nav li:last-child ul {
	left: -100%;
	width: 100%
}

#global-nav li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #EEEEEE;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#global-nav li ul li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

#global-nav li:hover>a {
	color: #EEEEEE;
}

#global-nav li:hover ul li {
	overflow: visible;
	height: 38px;
}

#global-nav li:hover ul li:first-child {
	border-top: 0;
}

#global-nav li:hover ul li:last-child {
	border-bottom: 0;
}

/*header部分(その他用)終わり*/

/*header部分終わり
----------------------*/


/*footer部分始まり
----------------------*/
.index-footer {
	margin-top: 140px;
}

#index .index-copyright {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

#index .index-privacy {
	text-align: center;
	margin-top: 10px;
}

#index .index-privacy a {
    color: white;
}

#index-social-icon a {
	display: block;
	padding: 0;
	color: white;
}

#index-social-icon i {
	width: 50px;
	height: 50px;
	margin: 10px 15px 10px 15px;
	border: 1px solid white;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
}

#index-social-icon i:before {
	padding :0px;
	line-height: 40px;
}

#index-social-icon a:hover i {
	background: #CCCCCC;
}

.fa-facebook-messenger:before {
	content: "f39f";
}

.index-clear {
	list-style: none;
	display: flex;
	justify-content: center;
}

.cr {
	background-color: #708090;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}

/* その他footer用  */
div footer.footer  {
	background-color: #708090;
	height: 158px;
}

div footer div p.copyright {
	text-align: center;
	margin: 10px 0 12px;
	font-size: 12px;
	color: white;
}

div footer div div.privacy-policy {
	text-align: center;
	margin-top: 10px;
}

div footer div div.privacy-policy a {
    color: white;
}

div footer div ul#social-icon a {
	justify-content: center;
	display: block;
	padding: 0;
	color: white;
}

div footer div ul#social-icon i {
	width: 50px;
	height: 50px;
	margin: 10px 15px 10px 15px;
	border: 1px solid white;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
}

div footer div ul#social-icon i:before {
	padding :0px;
	line-height: 40px;
}

#social-icon a:hover i {
	background: #CCCCCC;
}

.clear {
	list-style: none;
	display: flex;
	justify-content: center;
}

/*footer部分終わり
----------------------*/

/*--共通部分終わり--*/

/*index部分始まり
----------------------*/
#index {
	background-image: url(../images/HOME2.jpeg);
	min-height: 100vh;
}

.main-content {
	text-align: center;
	margin-top: 175px;
	margin-bottom: 50px;
}

#index h1 {
	color: aliceblue;
	margin-top: 175px;
	font-size: 50px;
	line-height: 1;
}

#index h2 {
	color: aliceblue;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

#index p {
	color: aliceblue;
	font-weight: bold;
	font-size: 18px;
}

#index .p2 {
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}

#index .clear {
	justify-content: center;
	margin-top: 120px;
}

/*index部分始まり
----------------------*/

/*WORKS部分始まり
----------------------*/
#works-img {
	background-image: url(../images/WORKS.png);
	height: 270px;
	margin-bottom: 40px;
}

.works-nav {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 200px;
}

.works-nav p {
	font-weight: bold;
}

.servise {
	height: 300px;
	width: 300px;
	margin-right: 50px;
}

.products {
	height: 300px;
	width: 300px;
	margin-right: 50px;
}

.consulting {
	height: 300px;
	width: 300px;
	margin-right: 50px;
}

.events {
	height: 300px;
	width: 300px;
}

/*WORKS部分(service用)始まり*/
#service {
	background-image: url(../images/WORKS.png);
	height: 270px;
	margin-bottom: 40px;
}

.service {
	text-align: center;
}

.service h2 {
	text-align: start;
	font-size: 40px;
	margin: 0px;
	margin-top: 80px;
}

.service p {
	text-align: start;
}

/*WORKS部分(service用)終わり*/

/*WORKS部分(products用)始まり*/
#products-img {
	background-image: url(../images/WORKS.png);
	height: 270px;
	margin-bottom: 40px;
}

.sake2 {
	height: 400px;
	width: 500px;
}

.nogaku {
	height: 400px;
	width: 700px;
	margin-left: 190px;
}

.nikkei-img {
	margin-bottom: 40px;
}

.sale {
	text-align: center;
	color: red;
}

.projects h2 {
	font-size: 40px;
	margin-bottom: 0px;
}

.project2 {
	margin-bottom: 80px;
}

.achievement1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

div div div.drinking-coutuion a:hover{
	border-bottom: #000 solid 1px;
	opacity: 0.8;
	}

/*WORKS部分(products用)終わり*/

/*WORKS部分(consulting用)始まり*/
#consulting-img {
	background-image: url(../images/WORKS.png);
	height: 270px;
	margin-bottom: 40px;
}

.consul1 h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
}

.nikkei {
	margin-left: 250px;
}

.agsum {
	height: 300px;
	width: 300px;
	margin-left: 140px;
}

.syousai {
	text-align: center;
}

.consul2 h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
}

.hakodate {
	margin-left: 365px;
	margin-bottom: 80px;
}

.syuzo-img {
	margin: 0 auto;
	height: 250px;
	width: 350px;
}

/*WORKS部分(consulting用)終わり*/

/*WORKS部分(event用)始まり*/
#event-img {
	background-image: url(../images/WORKS.png);
	height: 270px;
	margin-bottom: 40px;
}

.event1 h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
}

.event2 h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
}

.aidea-img {
	height: 300px;
	width: 500px;
}

.mynavi-img {
	height: 300px;
	width: 500px;
	margin-left: 250px;
}

/*WORKS部分(event用)終わり*/

/*WORKS部分終わり
----------------------*/

/*ABOUT部分始まり
----------------------*/
#about-img {
	background-image: url(../images/about.png);
	height: 270px;
	margin-bottom: 40px;
	margin: 0 auto;
}

.about-content {
	max-width: 980px;
	margin: 0 auto;
}

.about-content1 {
	margin-top: 70px;
	margin-left: 70px;
	width: 48%;
}

.about-content2 {
	height: 500px;
	margin-top: 70px;
	margin-bottom: 300px;
}

.about-content2 h2 {
	font-size: 30px;
	margin-top: 0px;
}

.about-content1 p {
	white-space: nowrap;
}

.about-content2 p {
	font-weight: bold;
}

.line2 {
	padding: 25px;
	width: 100px;
	background-color: #778899;
	margin: 0px;
	color: white;
}

.line3 {
	background-color: #778899;
	padding: 30px;
	margin: 0px;
	color: white;
}

.line5 {
	padding: 80px;
	background-color: #778899;
	color: white;
	margin: 0px;
}

.line1-1 {
	padding: 40px 25px;
	background-color: #DCDCDC;
	margin: 0px;
}

.line1-3 {
	margin: 0px;
	padding: 45px 25px;
	background-color: #DCDCDC;
}

.line2-1 {
	padding: 25px;
	background-color: #DCDCDC;
	margin: 0px;
}

.line5-1 {
	padding: 35px 25px;
	background-color: #DCDCDC;
	margin: 0px;
}

/*ABOUT部分終わり
----------------------*/

/*MEMBERS部分始まり
----------------------*/
#members-img {
	background-image: url(../images/MEMBERS.png);
	height: 270px;
	margin-bottom: 40px;
}

.members {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.member-introduction {
	width: 300px;
	margin-left: 50px;
}

.member-introduction h1 {
	font-size: 30px;
}

.member-introduction h3 {
	font-size: 20px;
	text-align: center;
	margin: 0px;
	margin-top: 30px;
	line-height: 1;
}

/* .member-introduction p {
	margin-left: 20px;
} */

.member-name {
	text-align: center;
	margin-top: 0px;
}

.member-1 {
	height: 300px;
	width: 300px;
	margin: 20px 50px 0px 50px;
}

.member-2 {
	height: 300px;
	width: 300px;
	margin: 20px 50px 0px 50px;
}

.member-3 {
	height: 300px;
	width: 300px;
	margin: 20px 50px 0px 50px;
}

.mission h2 {
	font-size: 30px;
	margin-top: 50px;
}

.mission p {
	font-size: 15px;
	margin-left: 100px;
	margin-bottom: 100px;
}

/*MEMBERS部分終わり
----------------------*/

/*CONTACT部分終わり
----------------------*/
#contact {
	background-image: url(../images/contact.jpg);
	height: 270px;
}

dd {
    display: block;
    margin-inline-start: 0px;
}

.contact-btn {
	text-align: center;
	margin: 5px 0px 10px 0px;
}

.contact-law {
	height: 80px;
	margin-top: 40px;
	background-color: #708090;
}

.form {
	margin-left: 100px;
}

.name {
	height: 30px;
	width: 300px;
}

.email {
	height: 30px;
	width: 300px;
}

.tel {
	height: 30px;
	width: 300px;
}

.title {
	height: 30px;
	width: 300px;
}

.message {
	height: 200px;
	width: 500px;
}

.contact2 p {
	margin: 25px 0px 25px 0px;
}

.btn {
	background-color: #708090;
	padding: 15px 30px;
	color: white;
	border-radius: 10px;
}

.btn:hover {
	background-color: #696969;
}


dl {
    display: block;
    margin: 0px 200px 0px 200px;
}

.btn_back {
    background-color: #708090;
    padding: 15px 20px;
    color: white;
	border-radius: 10px;
	margin: 5px 0px 10px 0px;
}

.btn_submit {
    background-color: #708090;
    padding: 15px 20px;
    color: white;
	border-radius: 10px;
	margin: 5px 0px 10px 5px;
}

.message_send_complete {
	margin: 70px 0px 130px 0px;
	text-align: center;
}

ul.error_list {
	list-style: none;
	margin: 0px 200px;
}

/*CONTACT部分終わり
----------------------*/

/*プライバシーポリシー部分始まり
----------------------*/
#privacy {
	background-image: url(../images/LAW.jpg);
	height: 270px;
	margin-bottom: 40px;
}

.privacy h1 {
	text-align: center;
}

body div div h2 {
	text-align: center;
}

.privacy-p {
	margin-bottom: 100px;
}

.privacy p {
	margin: 0px 100px;
}

body div div p.last-text {
	margin-bottom: 50px;
}

/*プライバシーポリシー部分終わり
----------------------*/

/*酒類販売管理者標識部分始まり
----------------------*/
#syuhan {
	background-image: url(../images/LAW.jpg);
	height: 270px;
	margin-bottom: 40px;
}

.syuhan {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
	text-align: center;
}

div div table.syuhan-text {
	text-align: center;
	margin: auto;
}

.syuhan-last-text {
	margin-bottom: 45px;
}

/*酒類販売管理者標識部分終わり
-----------------------*/

/*特定商取引法に基づく表記始まり
-----------------------*/
#tokutei {
	background-image: url(../images/LAW.jpg);
	height: 270px;
	margin-bottom: 40px;
}

.tokutei h1 {
	text-align: center;
	margin-bottom: 80px;
}

.tokutei-table {
	white-space: nowrap;
	margin-left: 110px;
}

/*特定商取引法に基づく表記終わり
------------------------*/

/*---モバイル版--*/
@media screen and (min-width: 600px) {
	.br-pc {
		display: block;
	}
	.br-sp {
		display: none;
	}
}

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

@media ( max-width : 600px) {

	/*--共通部分始まり--*/
 
 .works_sp {
  display: none;
  text-align: center;
 }

 #global-nav2 {
  display : none;
  background: rgb(255, 255, 255, 0.9); 
  position: fixed;
  z-index: 2;
  left: 0;
  color: white;
  text-align: center;
  transition: all 0.6s;
  width: 100%;
  margin-top: 0px;
 }

 #global-nav2 ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }

 #global-nav2 li a {
  padding: 25px;
 }

 #global-nav2.active {
  display : block;
  height: 350px;
 }

  #global-nav {
 display : none;
  background: rgb(128, 128, 128, 0.9); 
  position: fixed;
  z-index: 2;
  left: 0;
  width: 100%;
  margin-top: 0px;
 }

 #global-nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }

 #global-nav li a {
  padding: 25px;
 }

 #global-nav.active {
  display: block;
  height: 350px;
  
 }


	#nav-toggle {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 13px;
		top: 12px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		z-index: 3;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #000;
		-webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
		-moz-transition: .35s ease-in-out; /*変化の速度を指定*/
		transition: .35s ease-in-out; /*変化の速度を指定*/
		left: 6px;
	}
	#nav-toggle span:nth-child(1) {
		top: 9px;
	}
	#nav-toggle span:nth-child(2) {
		top: 18px;
	}
	#nav-toggle span:nth-child(3) {
		top: 27px;
	}

	/* 最初のspanをマイナス45度に */
	#nav-toggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	#nav-toggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-toggle.active span:nth-child(2) {
		display: none;
	}

	/*--共通部分終わり--*/

	/* index以外の共通部分始まり */

	.page-title {
		font-size: 35px;
		font-family: "Arial Narrow"
	}

	/* index以外の共通部分終わり */

	/* index始まり */
	#index {
		background-image: url(../images/mobile-home.jpg);
		min-height: 100vh;
		padding: 0px;
	}
	#index .logo {
		margin-top: 30px
	}
	#index h2 {
		font-size: 30px;
		margin-top: 100px;
		text-align: start;
	}
	#index p {
		font-size: 15px;
		margin-bottom: 0px;
		text-align: start;
	}
	.main-content {
		margin-top: 70px;
		margin-bottom: 0px;
	}
	.index-law {
		height: 50px;
	}

	.index-footer {
		margin-top: 70px;
	}

	#social-icon2.clear {
		margin-top: 40px;
	}

	/*index終わり*/

	/*works始まり*/
	.works-nav {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.servise {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.services-img {
		width: 150px;
		margin-left: 25%;
	}

	.products {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.products-img {
		width: 150px;
		margin-left: 25%;
	}

	.consulting {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.consulting-img {
		width: 150px;
		margin-left: 25%;
	}

	.events {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.event-img {
		width: 150px;
		margin-left: 25%;
	}


	.works-law {
		line-height: 80px;
	}

	/*works終わり*/

	/* about始まり */
	.about-content1 {
		margin: 0px;
		width: 100%;
	}
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl-r02 {
		width: 80%;
	}
	.tbl-r02 th, .tbl-r02 td {
		border-bottom: none;
		display: flex;
		width: 345px;
		padding: 0px;
	}
	.line1-1 {
		width: 305px;
	}
	.line1-3 {
		width: 305px;
	}
	.line2-1 {
		width: 305px;
	}
	.line5-1 {
		padding: 35px 15px 35px 25px;
	}
	.tbl-r02 .mp {
		padding-left: 25px;
	}

	/* about終わり */

	/* member始まり */
 .members_wrapper {
  margin: 23px;
  
 }
 .members {
  display: block;
 }
 .member-1 {
  height: 300px;
  width: 300px;
  margin: 5px 15px 5px 15px;
 }
 .member-2 {
  height: 300px;
  width: 300px;
  margin: 0px;
  margin: 5px 15px 5px 15px;
 }
 .member-3 {
  height: 300px;
  width: 300px;
  margin: 0px;
  margin: 5px 15px 5px 15px;
 }
 .member-introduction {
  display: block;
  margin: 0px 15px 5px 15px;
 }
 .members p {
  margin-left: 0px;
 }
 .mission h2 {
  margin: 0px;
 }
 .mission p {
  margin: 0px 0px 50px 0px;
 }

 /* member終わり */

 /* contacts始まり */

 .contact2 .message {
  width: 330px;
 }
 .body {
  width: max;
 }

textarea.message {
  width: 345px;
 }
 
 dl {
  margin: 0px;
 }
 
 input {
  border-width: 0.1px;
  padding-left: 5px;
 }
    .message {
  border-style: solid;
  border-width: 0.02px; 
  padding-left: 5px; 
 }

 ul.error_list {
	 margin: 0px;
 }

 /* contacts終わり */

	/* servise始まり */

	.agnavi h2 {
		font-size: 25px;
	}
	
	/* servise終わり */

	/* products始まり */
	.project1 .nogaku {
		width: 345px;
		height: 200px;
		margin: 0px;
	}
	#products h2 {
		font-size: 25px;
	}
	.achievement {
		list-style: none;
	}
	.achievement1 {
		margin-bottom: 25px;
	}

	.nikkei-img {
		width: 345px;
		height: 122px;
		margin: 0px;
	}


	/* products終わり */

	/* consulting始まり */
	#consulting h2 {
		font-size: 25px;
	}
	.nikkei {
		margin: 0px;
	}
	.agsum {
		margin: 0px;
	}
	.hakodate {
		margin: 0px;
	}
	.syuzo-img {
		width: 330px;
		height: 200px;
	}

	/* consulting終わり */

	/* event始まり */
	.aidea-img {
		width: 330px;
		height: 200px;
	}
	.mynavi-img {
		margin: 0px;
		width: 330px;
		height: 200px;
	}
	#event h2 {
		font-size: 25px;
		line-height: 1.5;
	}

	/* event終わり */

	/* privacy始まり */
	.privacy-p {
		margin: 0px 0px;
	}
	.privacy p {
		margin: 0px;
	}

	/* privacy終わり */

	/* tokutei始まり */
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl-r02 {
		width: 80%;
	}
	.tbl-r02 th {
		border-bottom: none;
		display: flex;
		width: 345px;
		padding: 0px;
	}
	.tokutei-table {
		margin: 0px;
	}
	.tokutei p {
		margin-left: 25px;
	}

	/* tokutei始まり */
}