﻿@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, 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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

::-moz-selection {
	background: #ffffff;
	text-shadow: none;
}

::selection {
	background: #ffffff;
	text-shadow: none;
}

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


table,
input, textarea, select, option {
  line-height: 1.1;
}


img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, q {
  quotes: none;
}

:focus,
a:link, a:hover, a:visited, a:active{
  outline: 0;
}


ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

.chromeframe {
	margin: 0.2em 0;
	background: #fff;
	color: #4d4d4d;
	padding: 0.2em 0;
}

a:link, a:link img,
a:hover, a:hover img,
a:visited, a:visited img,
a:active, a:active img{
 border: none;
}

a:hover img,
.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}




/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.lsm1 {
	letter-spacing: -0.06em;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.container:after,
.row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	エフェクト
------------------------------------------------------------*/

.ef1,
.efb1,
.efb2,
.efb3,
.efb4 {
	opacity: 0;
}
.animated1 {
	-webkit-animation: fade-up1 0.7s linear 0s both;
	animation: fade-up1 0.7s linear 0s both;
}
@-webkit-keyframes fade-up1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}
@keyframes fade-up1 {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.ef4:hover {
	-webkit-animation: ef4-key 0.3s linear 0s infinite alternate;
	animation: ef4-key 0.3s linear 0s infinite alternate;
}
@-webkit-keyframes ef4-key {
	0% {
		-webkit-transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-15px);
	}
}
@keyframes ef4-key {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-15px);
	}
}
.ef5:hover {
	-webkit-animation: ef5-key 1s linear 0s infinite alternate;
	animation: ef5-key 1s linear 0s infinite alternate;
}
@-webkit-keyframes ef5-key {
	0% {
		-webkittransform: translateY(20px);
	}
	30% {
		-webkittransform: translateY(-5px);
	}
	50% {
		-webkittransform: translateY(0px);
	}
	70% {
		-webkittransform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes ef5-key {
	0% {
		transform: translateY(8px);
	}
	30% {
		transform: translateY(-5px);
	}
	50% {
		transform: translateY(0px);
	}
	70% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
.ef6:hover {
	-webkit-animation: ef6-key 0.4s linear 0s infinite alternate;
	animation: ef6-key 0.4s linear 0s infinite alternate;
}
@-webkit-keyframes ef6-key {
	0% {
		-webkit-transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(5deg);
	}
}
@keyframes ef6-key {
	0% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(5deg);
	}
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  width: 100%;
  background: #fff;
  color: #3E3A39;
  line-height: 1.5;
  text-align: center;
  font: 100%/1.5 "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
}

#container {
  margin: 0 auto;
  text-align: left;
}


.wrapper{
	margin: 0 auto;
}


#container #header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #000;
}

#container #header .wrapper{
   margin: 0 auto;
   width: 1028px;
   height: 320px;
   padding: 0;
   background: #000 url("../img/wagumi_logo.png") no-repeat center 40px;
   position: relative;
}

#container #header h1 span{
	display: none;
}

#language{
   position: absolute;
   top: 40px;
   right: 0;
   width: 200px;
   height: 36px;
}

#language img,
#language img a{
   margin-left: 10px;
   width: 82px;
   height: 34px;
}

#contents01{
  width: 100%;
  /*margin: 0 auto 40px;*/
  margin: 0 auto 60px;
  background-color: #fff;
  text-align: center;
}

#contents01 h1{
   margin: 0 auto 25px;
   width: 100%;
   height: 109px;
   padding: 0;
   background: url("../img/contents01-title.png") no-repeat center center;}

#contents01 h1 span {
  display: none;
}

.grayZone01,
.grayZone02,
.grayZone05{
  background-color: #eeeeee;
  padding-top: 40px;
  padding-bottom: 50px;
}

.grayZone01{
  margin-top: 20px;
}

ul.schedule {
  width: 600px;
  margin: 0 auto;
  list-style-tyle: none;
  line-height: 2.8em; /* リスト行間 */
  font-size: 15px;
  color: #231815;
  text-align: left;
}

#contents02{
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

#contents02 h1 span,
#contents02 h2 span{
  display: none;
}

p.brandCopy{
  width: 920px;
  margin: 0 auto;
  color: #231815;
  font-size: 20px;
  /*font-weight: bold;*/
  font-weight: normal;
  line-height: 2.8;
  text-align: center;
}

#contents03{
  width: 100%;
  margin: 0 auto 150px;
  text-align: center;
}

#contents03 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 206px;
   padding: 0;
   background: url("../img/contents03-title-s.png") no-repeat center center;
}

#contents03 h1 span{
  display: none;
}

#contents03 h2{
  margin: 0 auto;
}

#contents03 h2 img{
  width: 790px;
  height: 200px;
  margin-top: 60px;
}

#contents03 h2 span{
  display: none;
}

#contents03 #gallery {
	width: 1028px;
	margin: 0 auto 60px;
	background-color: #3300ff;
}


#contents03 #gallery li {
	margin: 30px 20px;
	float: left;
	list-style: none;
}

#contents03 #gallery img{
	width: 213px;
	height: auto;
}

#contents04{
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}

#contents04 h1 span {
  display: none;
}

#contents04 h1 span,
#contents04 h2 span{
  display: none;
}

#contents04 p,
#contents04 p.sign{
  width: 920px;
  color: #3e3a39;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.6;
  margin: 0 auto;
}

#contents04 p.sign{
  margin-top: 40px;
  font-size: 14px;
}

#contents05{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#contents05 h1{
  margin: 0 auto 20px;
}

#contents05 h1 img{
  width: 190px;
  height: 30px;
}

#contents05 h1 span{
  display: none;
}

.profile{
  width: 980px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: -0.07em;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.profile th{
  padding: 6px 8px 20px;
  width: 18%;
  overflow: hidden;
  color: #231815;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
 
.profile td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #231815;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

.pagetop{
  margin: 100px auto 10px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  z-index: 1;
}

.pagetop img,
.pagetop img a{
  width: 50px;
  height: 50px;
}

#container #footer {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background-color: #e3460e;
        z-index: 10;
}

#container #footer .wrapper{
  width: 1028px;
  margin: 0 auto;
}


#language_end{
   margin-top: 24px;
   text-align: center;
   width: 100%;
}

#language_end img,
#language_end img a{
   margin: 0 8px;
   width: 88px;
   height: 36px;
}

#copyright{
  margin: 80px auto 0;
  background-color: #231815;
  height: 24px;
  vertical-align: middle;
}

#copyright img{
  width: 170px;
  height: 10px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (min-width:1280px),print {
    /*　画面サイズが1280px以上はここを読み込む　*/


.sp{
	display: none;
}

.pc{
	display: inline;
}

#container {
  padding: 0;
}

#container p{
  font-size: 18px;
}

/* header と footer のナビ*/
#nav,
#nav_end{
  margin: 0 auto;
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #000;
  position: relative;
  z-index: 2;
}

#nav_end{
  height: 50px;
  padding-top: 18px;
  background-color: #e3460e;
}

#nav img,
#nav_end img{
  margin: 0 37px;
}

#contents02 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 206px;
   padding: 0;
   background: url("../img/contents02-title-s.png") no-repeat center center;
}

#contents02 h2{
  /*margin: 50px auto 10px;*/
  margin: 50px auto;
}

#contents02 h2 img{
  width: 740px;
  height: 59px;
}

#contents03 h2{
  margin: 0 auto;
}

#contents03 h2 img{
  width: 790px;
  height: 200px;
  margin-top: 60px;
}

#contents03 h2 span{
  display: none;
}

#contents04 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 94px;
   padding: 0;
   background: url("../img/contents04-title.png") no-repeat center center;
}

#contents04 h2{
   margin: 90px auto 40px;
   width: 100%;
   height: 206px;
   padding: 0;
   background: url("../img/contents04-title-s.png") no-repeat center center;
}

}

/* ==========================================================================
   Media Queries
   ========================================================================== */@media screen and (min-width:768px) and (max-width:1279px), print {
    /*　画面サイズが768pxから1279pxまではここを読み込む　*/

.sp{
	display: none;
}

.tb{
	display: inline;
}
.pc{
	display: inline;
}

#container {
  padding: 0;
}

#container p{
  font-size: 16px;
}

#container #header .wrapper{
   margin: 0 auto;
   width: 600px;
   height: 180px;
   padding: 0;
   background: #000 url("../img/wagumi_logo.png") no-repeat center 24px;
   background-size: 46px 121px;
   position: relative;
}

#language{
   position: absolute;
   top: 26px;
   right: 0;
   width: 140px;
   height: auto;
}

#language img,
#language img a{
   margin-left: 10px;
   width: 56px;
   height: auto;
}

/* header と footer のナビ*/
#nav,
#nav_end{
  margin: 0 auto;
  width: 100%;
  height: 18px;
  text-align: center;
  background-color: #000;
  position: relative;
  z-index: 2;
}

#nav_end{
  height: 50px;
  padding-top: 18px;
  background-color: #e3460e;
}

#nav img,
#nav_end img{
  margin: 0 22px;
  height: 16px;
  width: auto;
}

#contents01{
  margin: 0 auto 60px;
}

#contents01 h1{
   margin: 0 auto 25px;
   width: 100%;
   height: 60px;
   padding: 0;
   background: url("../img/contents01-title.png") no-repeat center center;
   background-size: 1320px 60px;
}

.grayZone01,
.grayZone02,
.grayZone05{
  padding-top: 25px;
  padding-bottom: 30px;
}

ul.schedule {
  width: 600px;
  line-height: 2.6em; /* リスト行間 */
  font-size: 14px;
}


#contents02{
  margin: 0 auto 60px;
  text-align: center;
}

#contents02 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 150px;
   padding: 0;
   background: url("../img/contents02-title-s.png") no-repeat center center;
   background-size: 120px 137px;
}

#contents02 h2{
  margin: 25px auto;
}

#contents02 h2 img{
  width: 589px;
  height: 47px;
}

p.brandCopy{
  width: 620px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
}

#contents03{
  margin: 0 auto 100px;
  text-align: center;
}

#contents03 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 150px;
   padding: 0;
   background: url("../img/contents03-title-s.png") no-repeat center center;
   background-size: 120px 137px;
}

#contents03 h2{
  margin: 0 auto;
}

#contents03 h2 img{
  width: 500px;
  height: auto;
  margin-top: 40px;
}

#contents03 #gallery {
	width: 600px;
	margin: 0 auto 60px;
}

#contents03 #gallery li {
	margin: 20px 15px;
	float: left;
	list-style: none;
}

#contents03 #gallery img{
	width: 170px;
	height: auto;
}

#contents04 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 94px;
   padding: 0;
   background: url("../img/contents04-title.png") no-repeat center center;
   background-size: 1320px 52px;
}

#contents04 h2{
   margin: 50px auto 20px;
   width: 100%;
   height: 150px;
   padding: 0;
   background: url("../img/contents04-title-s.png") no-repeat center center;
   background-size: 120px 137px;
}

#contents04 p,
#contents04 p.sign{
  width: 620px;
  color: #3e3a39;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.6;
  margin: 0 auto;
  letter-spacing: -0.06em;
}

#contents04 p.sign{
  margin-top: 20px;
  font-size: 12px;
}

#contents05 h1 img{
  width: 127px;
  height: 20px;
}

.profile{
  width: 620px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: -0.06em;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.profile th{
  padding: 6px 20px 10px 0;
  width: 20%;
  overflow: hidden;
  color: #231815;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
 
.profile td{
padding: 6px 0;
text-align: left;
vertical-align: top;
color: #231815;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

.pagetop{
  margin: 65px auto 10px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  z-index: 1;
}

.pagetop img,
.pagetop img a{
  width: 36px;
  height: 36px;
}

#container #footer .wrapper{
  width: 620px;
  margin: 0 auto;
}


#language_end{
   margin-top: 18px;
   text-align: center;
   width: 100%;
}

#language_end img,
#language_end img a{
   margin: 0 6px;
   width: 60px;
   height: auto;
}

#copyright{
  margin: 50px auto 0;
  background-color: #231815;
  height: 20px;
  vertical-align: middle;
}

#copyright img{
  width: 170px;
  height: 10px;
}

}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width:767px) {
    /*　画面サイズが767px以下はここを読み込む　*/

.sp{
	display: inline;
}

.pc{
	display: none;
}

#container {
  padding: 0;
}

#container p{
  font-size: 14px;
}

#container #header .wrapper{
   margin: 0 auto;
   width: 300px;
   height: 160px;
   padding: 0;
   background: #000 url("../img/wagumi_logo.png") no-repeat center 24px;
   background-size: 46px 121px;
   position: relative;
}

#language{
   position: absolute;
   top: 24px;
   right: 0;
   padding: 0;
   width: 100%;
   height: 150px;
   text-align: right;
   vertical-align: middle;
}

#language img,
#language img a{
   margin-bottom: 5px;
   width: 56px;
   height: auto;
}

/* header と footer のナビ*/
#nav,
#nav_end{
  margin: 0 auto;
  width: 100%;
  height: 18px;
  text-align: center;
  background-color: #000;
  position: relative;
  z-index: 2;
}

#nav_end{
  height: 36px;
  padding-top: 10px;
  background-color: #e3460e;
  /*border-bottom: 1px #fff solid;*/
}

#nav img,
#nav_end img{
  margin: 0 12px;
  height: 14px;
  width: auto;
}

#contents01{
  margin: 0 auto 60px;
}

#contents01 h1{
   margin: 0 auto 25px;
   width: 100%;
   height: 55px;
   padding: 0;
   background: url("../img/contents01-title.png") no-repeat center center;
   background-size: 1200px 55px;
}

.grayZone01,
.grayZone02,
.grayZone05{
  padding-top: 15px;
  padding-bottom: 20px;
}

.grayZone01{
margin-top: 14px;
}

ul.schedule {
  max-width: 300px;
  text-align: center;
  width: 94%;
  line-height: 2.4em; /* リスト行間 */
  font-size: 14px;
}

ul.schedule li{
  line-height: 1.4em; /* 行間 */
  margin-bottom: 10px;
}


#contents02{
  margin: 0 auto 60px;
  text-align: center;
}

#contents02 h1{
   margin: 0 auto 30px;
   width: 100%;
   height: 120px;
   padding: 0;
   background: url("../img/contents02-title-s.png") no-repeat center center;
   background-size: 100px 114px;
}

#contents02 h2{
  margin: 0 auto 20px;
}

#contents02 h2 img{
  max-width: 300px;
  width: 98%;
  height: auto;
}

p.brandCopy{
  max-width: 300px;
  width: 94%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}

#contents03{
  margin: 0 auto 60px;
  text-align: center;
}

#contents03 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 120px;
   padding: 0;
   background: url("../img/contents03-title-s.png") no-repeat center center;
   background-size: 100px 114px;
}

#contents03 h2{
  margin: 0 auto;
}

#contents03 h2 img{
  width: 240px;
  height: 200px;
  margin-top: 40px;
}

#contents03 #gallery {
	width: 300px;
	margin: 0 auto;
}

#contents03 #gallery li {
	margin: 15px 10px;
	float: left;
	list-style: none;
}

#contents03 #gallery img{
	width: 130px;
	height: auto;
}

#contents04 h1{
   margin: 0 auto 10px;
   width: 100%;
   height: 47px;
   padding: 0;
   background: url("../img/contents04-title.png") no-repeat center center;
   background-size: 1200px 47px;
}

#contents04 h2{
   margin: 40px auto 20px;
   width: 100%;
   height: 120px;
   padding: 0;
   background: url("../img/contents04-title-s.png") no-repeat center center;
   background-size: 100px 114px;

}

#contents04 p,
#contents04 p.sign{
  width: 96%;
  max-width: 300px;
  color: #3e3a39;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.0;
  margin: 0 auto;
}

#contents04 p.sign{
  margin-top: 20px;
  font-size: 10px;
}

#contents05 h1{
  margin: 0 auto 10px;
}


#contents05 h1 img{
  width: 101px;
  height: 16px;
}

.profile{
  max-width: 300px;
  width: 96%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.06em;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.profile th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  padding-bottom: 0;
}
.profile td{
  display: list-item;
  width: 100%;
  margin-top: 0;
  padding-bottom: 16px;
  border-top: none !important;
}


.pagetop{
  margin: 65px auto 10px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  z-index: 1;
}

.pagetop img,
.pagetop img a{
  width: 36px;
  height: 36px;
}

#container #footer .wrapper{
  width: 300px;
  margin: 0 auto;
}


#language_end{
   margin-top: 18px;
   text-align: center;
   width: 100%;
}

#language_end img,
#language_end img a{
   margin: 0 6px;
   width: 60px;
   height: auto;
}

#copyright{
  margin: 50px auto 0;
  background-color: #231815;
  height: 20px;
  vertical-align: middle;
}

#copyright img{
  width: 170px;
  height: 10px;
}


}
