@charset "UTF-8";
/*reset*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, strong {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  width: 100%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fs10 {font-size: 10px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.center { text-align: center!important; }
.left { float: left;}
.right { float: right; }
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}

@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: inline-block !important;
  }

  .imgSwitch {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .imgSwitch.loaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* PC向けサイズには非表示 */
@media only screen and (min-width: 641px), print {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: inline-block !important;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

a img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a:hover img {
  opacity: 0.7;
}
.mincho { font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

body {
  min-width: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #241916;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 640px) {
  body { font-size: 14px; }
}

#layout {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* header */
.main_img {
    text-align: center;
}

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

/* contenst */
.contents_wrap {
  margin: 0 auto;
  /*max-width: 770px;*/
}


.bg_yellow {
  background: #fffded;
  padding: 150px 0 20px;
  margin: -150px 0 0 0 ;
}

.notice{
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.notice p:first-child{
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.notice strong{
	font-size: 18.5px;
	font-weight: 700;
}

.red{
	color: #e60012;
}

p.caption{
	font-size: 12px;
}



.ib{
	display: inline-block;
}

@media screen and (max-width: 640px) {
  .section { margin-bottom: 20px;}
  .contents_wrap {padding: 0 0px;}
  .bg_yellow {
	  margin: -70px 0 0 0;
	 padding-top: 80px;
    padding-bottom: 15px;
  }
	.notice strong {
    font-size: 15px;
	}
	.notice p:first-child{
	line-height: 1.5;
	}
}



.btn{width: 100%; margin: 20px auto; }






.note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}




/* footer */


.h-wrap {
	position: relative;
}



.pos-a {
	position: absolute;
	width: 67px;
	height: 67px;
	animation: img_box_9955 3s linear infinite;
}
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.pos-a:hover{  
	opacity: 0.6;
	transform: scale(1.1, 1.1);
	transition: 0.4s;
}




.pt50{
	padding-top: 50px;
}
.pb50{
	padding-bottom: 50px;
}
.f14{
	font-size: 14px;
}
.btn img{
	width: 80%;
}

.mt--10{
	margin-top: -10px;
}





/* */
.tabbtnWrap{
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.tabbtnWrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.tabbtnWrap ul li{
	width: 46%;	
}
.tabbtnWrap ul li:nth-child(n+3){
	margin-top: 20px;	
}

.regBtn{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.regBtn{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.regBtn a{
	max-width: 531px;
	margin-left: auto;
	margin-right: auto;
	display: block;			
}
.ann_txt{
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.ann_txt{text-align: left;}
}

.orderBtn{
	position: absolute;
	display: block;
	width: 31.4%;
	height: 34%;
	/*background: rgba(0,0,0,.2);*/
	top: 8%;
	right: 7.2%;
	content: "";
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;			
}
.orderBtn:hover{
	background: rgba(255,255,255,.2);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;			
}

.orderBtn_Sp{
	position: absolute;
	display: block;
	width: 85.0%;
	height: 24.5%;
	top: 40%;
	right: 7.2%;
	content: "";
}

/*----------------------*/
#top_scroll{ 
	position: relative; 
	z-index: 100; 
	margin: 0; 
	padding: 0; 
}

#page-top1{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 10px;
	width: 80px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1.4s;
	-webkit-transition: 1.4s;
}
#page-top1:hover{ 
	background: ;
	transform: translateY(-10px);
}
#top_scroll:hover{
	background: #fff;
}		
@media screen and (max-width:767px) {
	#page-top1{
		right: 5vw;	
		width: 10vw;
	}
}
.bgC01{background: #b8c5cd;}
.bgC02{background: #d2c9b8;}
.bgC03{background: #C0CBAD;}
.bgC04{background: #BDBAC3;}		

/* */
.zoomBtn{
	max-width: 400px;
	margin-left: 0;
	margin-right: auto;
	display: block;
	padding-left: 8%;
}
.zoomBtn a{
	max-width: 370px;
	display: block;
}
.pos_rel{
	position: relative;
	width: 100%;
}
.del_btn{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	height: 35px;
}