	.pc{
		display:inline;
	}
	.sp{
		display:none;
	}
@media screen and (max-width:749px) {
	.pc{
		display:none;
	}
	.sp{
		display:inline;
	}
}
html,body{
  margin:0;
	font-size:16px;
	line-height:2.4;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

a{
	color:#1b2030;
}

/*loading*/
.loader-bg1{background: #1b2030;}
#loader-bg {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#loader {
	display: none;
	background-image:url(../images/main_title.png);
	background-size:auto auto;
	background-repeat:no-repeat;
	background-position: center;
	width: 100vw;
	height: 100vh;
	margin:auto;
	text-align: center;
	z-index: 3;
}


.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}

.fade_on {
    opacity: 1;
}

table{
	width:75%!important;
	margin:auto;
}
@media screen and (max-width:749px) {
	table{
		width:100%!important;
	}
}
.header{/*ヘッダ部分*/
  position:relative;
  overflow:hidden;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  align-content: center;
  height:100vh;
  width:100%;
  color:#eee;
}
.header:after{/*下部にうっすらグラデーションで影を作る*/
  content:"";
  width:100%;
  height:40%;
  position:absolute;
  bottom:0;
  left:0;
  z-index:-1;
 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(27,32,48,1) 100%);
}
.header:before{/*疑似要素に背景画像を指定、常時アニメーションさせつつ、スクロール時は固定*/
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
  background:#1B2030 url(../images/mainimage.jpg) top center no-repeat;
  background-size:cover;
  background-attachment:fixed;
  animation: grow 30s  linear 10ms infinite;
  transition:all 0.2s ease-in-out;
  z-index:-2
}
.contact{
	height:40vh;
}
@media screen and (max-width:749px) {
	.header:before{/*疑似要素に背景画像を指定、常時アニメーションさせつつ、スクロール時は固定*/
		background:#1B2030 url(../images/mainimage_sp.jpg) top center no-repeat;
	}
}
.header h1{
	text-align:center;
} 

.header .main_scroll a {
	z-index:2;
  position: absolute;
	right:0;
  bottom: 1em;
  left: 0;
  z-index: 2;
  display: block;
	text-align:center;
	margin:auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	color:#FFF;
	text-decoration:none;
}
.header .main_scroll a span {
  position: absolute;
  bottom: 58px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
 
@keyframes grow{/*微差で拡大/縮小するアニメーション設定*/
  0% { transform:scale(1)}
  50% { transform:scale(1.2)}
}
@media screen and (max-width:749px) {
	.header h1 img{
		width:75%;
	} 
	#loader {
		background-size: 75% auto;
		background-position:center;
	}
}


.content{  
  padding:5% 10%;
  text-align:justify
}

article section{
	max-width:1200px;
	width:calc(100% - 2em);
	margin:auto;
	padding:0 1em;
}
	article section h2{
		color:#708090;
		font-size:3.0em;
		text-align:center;
	}
@media screen and (max-width:749px) {
	article section{
		max-width:750px;
		width:calc(100% - 2em);
		margin:auto;
		padding:2em 1em;
	}
		article section h2{
			font-size:1.8em;
		}
}
/*about*/
section{
	padding:100px 0;
}

/* slider */
.slider_area{
	background:#1b2030;
	width:100%;
	margin-top:40px;
	padding:20px 0;
}
.slider{
	width:100%;
	margin:auto;
}
.slider_area .slider .images{
	height:420px;
	background-repeat:no-repeat!important;
	 background-size: cover!important;
	object-fit: cover;
	margin:0 30px;
}
@media screen and (max-width:749px) {
.slider_area .slider .images{
	height:320px;
	margin:0;
}
.slider_area{
	background: #1b2030;
    width: calc(100% - 40px);
    margin-top: 40px;
    padding: 20px;
	}
}
/* concept */
section.concept{
	
}
	section.concept p{
		font-size:1em;
		text-align:center;
	}
@media screen and (max-width:749px) {
	section.concept p{
		font-size:14px;
	}
}
/*about*/
article#contents2{
	background:url(../images/bg1.jpg);
	background-attachment: fixed;
	background-size:cover;
	height:auto;
}
section.about{
	position:relative;
	height:70vh;
}
section.about .img{
	position:absolute;
	left:1em;
	top:80px;
	width:60%;
}
	section.about .img img{
		max-width:100%;
		object-fit: cover;
	}
section.about .text{
	position:absolute;
	right:1em;
	bottom:80px;
	border:#708090 1px solid;
	background:rgba(255,255,255,0.7);
	text-align:left;
	padding:20px;

}
.fade-in{
	animation-name:fade-in;
	animation-duration:3s; 
	animation-fill-mode: forwards;
}
@keyframes fade-in {
0% {
 opacity: 0;
 transform: translateY(30px);
}
  100%{
    opacity: 1;
     transform: translateY(0);
  }
}
@media screen and (max-width:749px) {
	article#contents2{
		background-position:bottom;
	}
	section.about {
		height: auto;
	}
	section.about .img{
		position:relative;
		top:auto;
		left:auto;
		width:100%;
	}
	section.about .text{
		position:relative;
		right:auto;
		bottom:auto;
		border:#708090 1px solid;
		background:rgba(255,255,255,0.8);
		box-shadow:1px 1px 5px #000;
		font-size:.8em;
		line-height:1.4em;
		text-align:left;
		width:75%;
		margin: -50px 0 auto auto;
		padding:1em;
	}
}

/* shop */
section.shop h2.logo span{
	font-family: 'Allura', cursive;
	font-size:2.0em;
	font-weight:bold;
}
section.shop h2.logo small{
	font-size:1.2rem;
}
section.shop table{
  width: 100%;
  border-collapse: collapse;
}

section.shop table tr{
  border-bottom: solid 2px white;
}

section.shop table tr:last-child{
  border-bottom: none;
}

section.shop table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #708090;
  color: white;
  text-align: center;
  padding: 10px 0;
}

section.shop table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #708090;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

section.shop table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
	@media only screen and (max-width:749px) {
		section.shop table th{
		  font-size:14px;
		}		
	}
/* system */
article#contents3 section{
	padding-bottom:0;
}
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 30%;
	text-align: left;
	background: #f4f4f4;
}
	@media only screen and (max-width:749px) {
		.cp_table {
			margin: 0;
		}
		.cp_table th, .cp_table td {
			width: 100%;
			display: block;
			border-top: none;
		}
		.cp_table tr:first-child th {
			border-top: 1px solid #dddddd;
		}
	}
.system_table{
	border:1px solid #dddddd;
	width:calc(75% - 22px);
	margin:auto;
	padding: 10px;
}
article#contents3 section h3{
	padding: 0.25em 0;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #1b2030;/*左線*/
	width: calc(75% - 1em);
    margin: 10px auto;
    padding-left: 1em;
}
article#contents3 section.access p{
	text-align:center;
}
@media screen and (max-width:749px) {
	article#contents3 section h3{
		width: calc(100% - 1em);
	}	
}
footer{
	background:#1b2030;
	margin-top:80px;
	padding:40px 0;
}
footer .footer_area{
	display:flex;
	justify-content:center;
	align-items:center;
	align-content: center;
	color:#FFF;
	max-width:1200px;
	margin:auto;
}
	footer .footer_area p{
		margin-left:40px;
	}
	footer .footer_area .button{
		margin-left:40px;
	}

	footer .footer_area .button a{
		display:block;
		color:#1b2030;
		background:#FFF;
		text-align:center;
		text-decoration:none;
		font-size:1.2em;
		width:180px;
	}
	footer .footer_area .button a:hover{
		background:#1b2030;
		border:1px solid #FFF;
		color:#FFF;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition: 0.5s ease-in-out;
	  -o-transition: 0.5s ease-in-out;
	  transition: 0.5s ease-in-out;
	}
footer p{
	color:#FFF;
	text-align:center;
}
@media screen and (max-width:749px) {
	footer{
		padding-bottom:100px;
	}
	footer .footer_area{
	   -webkit-flex-direction: column;
	   flex-direction: column;
	}
	footer .footer_area p,footer .footer_area .button{
		margin-left:0;
	}
	footer p.copy{
		font-size:0.6em;
	}
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
	margin:0;
}
.telno {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  padding: 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #6e1919;
  color: #fff;
  line-height:2em;
  font-size:1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.telno:hover{
	cursor: pointer;
}
#pageTop i,.telno i {
  padding-top:0;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #1b2030;
  color: #fff;
  line-height:2em;
  font-size:1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover,.telno a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page_button{
	display:block;
	border:1px solid #1b2030;
	background:#1b2030;
	color:#FFF;
	line-height:1.2em;
	text-align:center;
	text-decoration:none;
	max-width:420px;
	width:100%;
	margin:auto auto 40px auto;
	padding:.5em 0;
}
.page_button:hover{
	background:#FFF;
	color:#1b2030;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition: 0.5s ease-in-out;
	  -o-transition: 0.5s ease-in-out;
	  transition: 0.5s ease-in-out;

}
@media screen and (max-width:749px) {
.telno a {
  z-index: 999;
  padding: 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #6e1919;
  color: #fff;
  line-height:2em;
  font-size:1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.page_button{
	max-width:90%;
}
}

.balloonoya {
  position   : relative;             /* 指定した分だけ相対的に移動 */
  cursor   : pointer;                /* カーソルをポインターで表示 */
}
.balloon1 {
  display: none;                     /* 要素を非表示 */
}
.balloon {
  position: absolute;
    display: inline;
    padding: 2px;
    background-color: #FFF;
    color: #000;
    width: 260px;
    left: 55px;
    box-shadow: 1px 2px 5px #000;
    font-size: 1.2em;
}
section.shop table td input[type=text],input[type=date],section.shop table td textarea{
	font-size:18px;
	width:90%;
	padding:5px;
}
section.shop table td textarea{
	height:7em;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:18px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
@media screen and (max-width:749px) {
	section.shop table td input[type=text],section.shop table td textarea{
		font-size:22px;
		width:80%;
		padding:10px 5px;
	}
	input[type=date]{
	-webkit-appearance: none;
	appearance: none;
	font-size:22px;
	height:1em;
		width:85%;
	}

}