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

/* ==========================================================
 * all
 * ========================================================*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #341707;
	letter-spacing: 1px;
}
#wrap {
	background:none; /*PC用の背景はオフ*/
}
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../img/bg/bg_top_sp.jpg) center/cover no-repeat; /*fixedをトル！*/
	-webkit-background-size:cover;/*Android4*/
}
p {
	text-align: justify;
}
.d_pc{
	display: none;
}
@media screen and (min-width:480px){
	.d_sp{
		display: none;
	}
	.d_pc{
		display: block;
	}
}
.button {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	color: #000;
	line-height: 44px;
}
.button:hover {
	border-style: dashed;
}
.width-box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1rem;
}
.float-l, .float-r {
	float: none;
}
.te-right {
	text-align: right;
}
section {
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	padding: 3rem 0;
	margin-bottom: 7rem;
}
section h2 {
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 2.8rem;
	line-height: normal;
	letter-spacing: -1px;
}
section h2 span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.1rem;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
}
section hr {
	border-top: 1px solid #341707;
	margin-top: -10px;
	height:1px;
}
section a:hover {
	color: #aaa;
}
.banner_ul {
	display: block;
	max-width: 288px;
	margin: 2rem auto 0;
}
.banner_ul li {
	margin: 1rem auto;
}
.banner_ul img {
	width: 100%;
}

.banner_ul2 {
	display: block;
	max-width: 500px;
	margin: auto 0;

}
.banner_ul2 li {
	margin: auto;
}
.banner_ul2 img {
	width: 100%;
	margin-bottom: 10px;
}
span.anchorlink {
	position: relative;
	top: -30px;
	display: block;
}

.banner_ul3 {
	display: block;
	max-width: 1000px;
	margin: 2rem auto 0;
}
.banner_ul3 li {
	margin: 1rem auto;
}
.banner_ul3 img {
	width: 90%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	max-width: 340px;
	width: 100% !important;
	height: 200px !important;
}

/* ==========================================================
 * First view
 * ========================================================*/
#box1:after {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 0% auto;
	content: "";
	display: block;
	height: 100vh;
}

/* ==========================================================
 * sec-ban
 * ========================================================*/
.banner {
	background: rgba(52, 23, 7, 0.5);
	text-align: center;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.banner img {
	width: 100%;
}
.banner h2 {
	color: #fff;
	font-size: 2.3rem;
	margin: 1rem auto;
	border-bottom: 1px solid #fff;
}
.banner h3 {
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 1.1rem;
	margin: 1rem auto 0.5rem;
	border-bottom: 7px dotted rgba(255, 255, 255, 0.6);
	padding-bottom: 0.2rem;
	color: #ffc7e7;
}
.banner p {
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.banner a {
	color: #EC009A;
	font-weight: bold;
	transition: 0.2s;
}
.banner a:hover {
	color: #aaa;
}
.banner .button {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 0.5rem;
	color: #000;
}
.banner .attention {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #fff;
}
.banner .attention p {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	background: #d43463;
	padding: 1rem;
	border-bottom: none;
	margin-bottom: 0;
}
.banner div.text{
    margin: 30px 15px;
    padding: 10px 7px;
    border: medium solid #ff00ff;
    text-align: center;
    font-size: 1em;
	max-width: 800px;
}
.banner div.text p{
	border: none;
	padding: 0;
	margin: 0;
}
.banner .news{
	max-width: 1000px;
	background-color: rgba(10,1,9,0.7);
	padding: .5rem 0;
	margin-bottom: 2rem;
	margin-top: 5rem;
	position: relative;
	box-shadow: 0 0 6px 0 #261409;
}

.banner .uranai_contact{
	max-width: 1000px;
	background-color: rgba(10,1,9,0.7);
	padding: .5rem 0;
	margin-bottom: 2rem;
	margin-top: 5rem;
	position: relative;
	box-shadow: 0 0 6px 0 #261409;
}
.banner .uranai_contact::before{
	display: block;
	content: "";
	background-image: url("../img/contact_momo_bg.png");
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	max-width: 200px;
	height: 100%;
	z-index: 0;
	opacity: .4;
}
.uranai_contact_bd {
    border: 1px solid #c83374;
    padding: 4rem .5rem .5rem;
	margin: 0 .5rem;
}
.banner .uranai_contact .img01{
	max-width: 330px;
	margin-bottom: 2rem;
}
.banner .uranai_contact .img02 {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    max-width: 500px;
}
.banner .uranai_contact .flex .b_Btn{
	display: block;
	padding: 1rem 0;
	width: 100%;
	background-image: radial-gradient(circle, rgb(58 229 255), rgb(8 104 224) 80%);
	font-size: 1.2rem;
	margin-bottom: 1rem;
	border-radius: 30px;
	box-shadow: 0 0 6px 0 #261409;
	color: #fff;
    text-shadow: 0 0 3px #050758;
	position: relative;
	z-index: 1;
}
.banner .uranai_contact .flex .b_Btn:nth-child(2){
	background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
	color: #ff0023;
	text-shadow: 0 0 3px #ffffff;
}
.banner .uranai_contact .flex .b_Btn:hover{
	opacity: .7;
}
/* ==========================================================
 * news
 * ========================================================*/
.news p{
	font-size: 1.1rem;
	margin: 1.5rem !important;
}
.news .b.big{
	font-weight: 600;
    font-size: 1.3rem;
	display: inline-block;
	margin-bottom: 1rem;
	border-bottom: 1px solid #fff;
}
/* ==========================================================
 * sec-info
 * ========================================================*/
.information {
	background: rgba(52, 23, 7, 0.5);
	text-align: center;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.information img {
	width: 100%;
}
.information h2 {
	color: #fff;
	font-size: 2.3rem;
	margin: 1rem auto;
	border-bottom: 1px solid #fff;
}
.information h3 {
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 1.1rem;
	margin: 1rem auto 0.5rem;
	border-bottom: 7px dotted rgba(255, 255, 255, 0.6);
	padding-bottom: 0.2rem;
	color: #ffc7e7;
}
.information p {
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.information a {
	color: #EC009A;
	font-weight: bold;
	transition: 0.2s;
}
.information a:hover {
	color: #aaa;
}
.information .button {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 0.5rem;
	color: #000;
}
.information .attention {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #fff;
}
.information .attention p {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	background: #d43463;
	padding: 1rem;
	border-bottom: none;
	margin-bottom: 0;
}
/* ==========================================================
 * sec1-About
 * ========================================================*/
.sec1 {
	background: rgba(255, 255, 255, 0.9) url(../img/bg/bg_logo1.png) no-repeat;
	background-position: -2% 90%;
	border-top: 3px solid #EC009A;
	border-bottom: 3px solid #EC009A;
}
.sec1 h2:first-letter {
	color: #EC009A;
}
.sec1 p {
	margin: 1rem auto;
}
.sec1 p:nth-child(3) {
	padding-bottom: 1rem;
	border-bottom: 4px double #341707;
}
.sec1 p span,
.sec1 a {
	color: #EC009A;
	font-weight: bold;
	transition: 0.2s;
}
.iframe-wrap {
  position: relative;
  width: 100%;
max-width: 1000px;
  padding-top: 30.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 

}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
@media screen and (max-width:480px){
.iframe-wrap {
  padding-top: 100%;
}

}
/* ==========================================================
 * sec2-Menu
 * ========================================================*/
.sec2 {
	background: url(../img/bg/bg_logo2.png) no-repeat, url(../img/top/sake_sp.png) no-repeat;
	background-color: rgba(255, 255, 255, 0.9);
	background-position: 87% -19%, 50% 100%;
	background-size: auto, contain;
	text-align: center;
	border-top: 3px solid #d4b800;
	border-bottom: 3px solid #d4b800;
	padding-bottom: 130%;
}
.sec2 h2:first-letter {
	color: #d4b800;
}
.sec2 dl {
	max-width: 700px;
	margin: 2rem auto;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1rem;
}
.sec2 h4 span,
.sec2 p span,
.sec2 a {
	color: #d4b800;
	font-weight: bold;
	transition: 0.2s;
}
.sec2 a {
	color: #EC009A;
}
.sec2 h3 {
	font-size: 20px;
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-weight: bold;
	margin-bottom: 1rem;
}
.sec2 h3:first-letter {
	font-size: 26px;
	color: #d4b800;
}
.sec2 h4 {
	font-size: 18px;
	margin-bottom: 1rem;
}
.sec2 .u_10free{
	text-align: center;
	margin-bottom: 1rem;
}
.sec2 .u_10free .red{
	color: #e41a1a !important;
	font-size: 1rem;
}
.sec2 .u_10free .red small{
	display: inline-block;
}
.sec2 small {
	display: block;
}

/* ==========================================================
 * sec3-Sns
 * ========================================================*/
.sec3 {
	background: rgba(52, 23, 7, 0.5);
	color: #fff;
	border-top: 3px solid #9543f3;
	border-bottom: 3px solid #9543f3;
}
.sec3 h2:first-letter,
.sec3 h3 i {
	color: #9543f3;
}
.sec3 hr {
	border-top: 1px solid #fff;
}
.sec3 h3 {
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 18px;
	margin-bottom: 1rem;
}
.sec3 ul {
	margin: 2rem auto;
}
.sec3 li {
	display: block;
	text-align: center;
	margin: 0 auto 1rem;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1rem;
}

/* ==========================================================
 * sec4-Voice
 * ========================================================*/
.sec4 {
	border-top: 3px solid #EC009A;
	border-bottom: 3px solid #EC009A;
}
.sec4 h2 {
	text-align: center;
}
.sec4 h2:first-letter{
	color: #EC009A;
}
.sec4 .scr-box {
	max-width: 800px;
	background: rgba(224, 161, 195, 0.4);
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	padding: 1rem;
	height: 300px;
	overflow-y: scroll;
	margin: 1rem auto;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(232, 232, 232, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.sec4 .scr-box h3 {
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.sec4 .scr-box h3:first-letter {
	font-size: 26px;
}
.sec4 .scr-box hr {
	border-top: 1px dotted #EC009A;
}
.sec4 .scr-box p {
	margin: 0.5rem auto 1rem;
}
.sec4 .scr-box p span {
	display: block;
	text-align: right;
	font-weight: bold;
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 16px;
}

/* ==========================================================
 * sec5-Recruit
 * ========================================================*/
.sec5 {
	border-top: 3px solid #d4b800;
	border-bottom: 3px solid #d4b800;
}
.sec5 h2:first-letter {
	color: #d4b800;
}
.sec5 p {
	margin: 1rem auto;
}
.sec5 .button {
	text-align: center;
}
.sec5 .float-r {
	margin: 2rem auto 1rem;
}
.sec5 img {
	width: 100%;
	max-width: 400px;
}

/* ==========================================================
 * sec6-Momo
 * ========================================================*/
.sec6 {
	background: #000 url(../img/bg/bg_momo.png);
	color: #aa920b;
	box-shadow: 1px 1px 5px 0px #1f0e05;
}
.sec6 hr {
	border-top: 1px solid #aa920b;
}
.sec6 img {
	width: 100%;
	margin-top: 1rem;
}
.sec6 .float-r {
	margin: 1rem auto;
}
.sec6 .button {
	margin-top: 1rem;
}
.sec6 p span {
	color: #EC009A;
	font-weight: bold;
	transition: 0.2s;
}

/* ==========================================================
 * sec7-Access
 * ========================================================*/
.sec7 {
	border-top: 3px solid #9543f3;
	border-bottom: 3px solid #9543f3;
}
.sec7 h2:first-letter {
	color: #9543f3;
}
.sec7 hr {
	margin-bottom: 1rem;
}
.sec7 .float-l {
	height: 350px;
	margin-top: 1rem;
}
.sec7 .float-r {
	margin: 1rem auto 2rem;
}
.sec7 tr {
	border-bottom: 1px dotted #aaa;
}
.sec7 th {
	min-width: 100px;
	font-weight: bold;
}
.sec7 a {
	color: #EC009A;
	transition: 0.2s;
}
.sec7 a:hover {
	color: #aaa;
}

@media screen and (min-width:380px){
	.banner .uranai_contact .img02 {
		top: -75px;
	}
}
@media screen and (min-width:480px){
	.banner .uranai_contact .flex{
		display: flex;
		justify-content: space-between;
	}
	.banner .uranai_contact .flex .b_Btn{
		width: 49%;
	}
}
@media screen and (min-width:600px){
/* ==========================================================
 * all
 * ========================================================*/
	span.anchorlink {
		top: -180px;
	}
/* ==========================================================
 * First view
 * ========================================================*/
	#box1:after {
		height: 1000px;
	}
/* ==========================================================
 * sec-info
 * ========================================================*/
	.information h2 {
		font-size: 2rem;
		letter-spacing: 1px;
	}
	.information h3 {
		font-size: 1.5rem;
	}
	.information .left,
	.information .right {
		width: 49%;
	}
	.information .left {
		border-right: 1px solid #fff;
		padding-right: 1%;
	}
	.information .left p,
	.information .right p {
		border: none;
		margin: 0;
		padding: 0;
	}
}


@media screen and (min-width:768px){
/* ==========================================================
 * all
 * ========================================================*/
	section {
		margin-bottom: 10%;
	}
	.banner_ul {
		display: flex;
		float: right;
		margin: 0 auto;
		max-width: 675px;
	}
	.banner_ul li {
		margin: 1rem 0.3rem;
	}
/* ==========================================================
 * all
 * ========================================================*/
	section0 {
		margin-bottom: 4%;
	}
	.banner_ul {
		display: flex;
		float: right;
		margin: 0 auto;
		max-width: 675px;
	}
	.banner_ul li {
		margin: 1rem 0.3rem;
	}
	.banner .uranai_contact::before{
		max-width: 220px;
	}
/* ==========================================================
 * First view
 * ========================================================*/
	#box1:after {
		height: 100vh;
	}
/* ==========================================================
 * sec1-about
 * ========================================================*/
	.sec1 .float-l {
		float: left;
		width: 330px;
	}
	.sec1 .float-r {
		float: right;
		width: calc(100% - 331px);
	}
	.sec1 .float-r{
		padding-left: 1rem;
	}
	.sec1 #slide.float-r{
		padding-left: 0;
	}
/* ==========================================================
 * sec2-Menu
 * ========================================================*/
.sec2 {
	background: url(../img/bg/bg_logo2.png) no-repeat, url(../img/top/sake.png) no-repeat;
	background-color: rgba(255, 255, 255, 0.9);
	background-position: 87% -19%, 50% 100%;
	padding-bottom: 300px;
}
/* ==========================================================
 * sec3-sns
 * ========================================================*/
	.sec3 ul {
		display: flex;
	}
	.sec3 li {
		width: 20%;
		margin: 0 auto;
		border: none;
		border-right: 1px solid #aaa;
		padding: 0 2.5%;
	}
	.sec3 li:last-child {
		border-right: none;
	}
/* ==========================================================
 * sec5-Recruit
 * ========================================================*/
	.sec5 .float-l {
		float: left;
		width: calc(100% - 420px);
	}
	.sec5 .float-r {
		float: right;
		margin: 0 auto;
	}
/* ==========================================================
 * sec6-Momo
 * ========================================================*/
	.sec6 .float-l {
		float: left;
		width: 50%;
		margin: 0 auto;
	}
	.sec6 .float-r {
		float: right;
		width: calc(50% - 20px);
	}
/* ==========================================================
 * sec7-Access
 * ========================================================*/
	.sec7 .float-l {
		float: left;
		width: 50%;
		height: 400px;
		margin: 1rem auto;
	}
	.sec7 .float-r {
		float: right;
		width: calc(50% - 20px);
	}
}


@media screen and (min-width:1024px){
/* ==========================================================
 * all
 * ========================================================*/
	body {
		background: none;
	}
	#wrap {
		background: #341707 url(../img/bg/bg_top.jpg) center center / cover no-repeat fixed;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#wrap {
			background:none; /*PC用の背景はオフ*/
		}
		body::before {
			background:url(../img/bg/bg_top.jpg) center/cover no-repeat; /*fixedをトル！*/
			-webkit-background-size:cover;/*Android4*/
		}
	}
	.banner .uranai_contact .img02{
		top: -19px;
		left: auto;
		right: -13px;
		transform: rotate(13deg);
		max-width: 440px;
	}
}


@media screen and (min-height:1300px){
/* ==========================================================
 * all
 * ========================================================*/
	body {
		background: none;
	}
	#wrap {
		background: #341707 url(../img/bg/bg_top_sp.jpg) center center / cover no-repeat fixed;
	}
}
