/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
	/*vertical-align:baseline;*/
}

body {
    line-height:1;
    font-family: "NotoSansCJKjp", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

}

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

ul,ol,li {
    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;
	display:block;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}


/* change border colour to suit your needs */

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

input, select {
    vertical-align:middle;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}


/*  clearfix 
-----------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*FADE*/
a.fade:hover {
	background-color: #fff;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
}

body{
width: 100%;
    opacity: 1;
    
    -moz-transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.pc{display:block;}
.pc-inline{display:inline;}
.sp{display:none !important;}
.sp-inline{display:none !important;}

@media all and (max-width: 767px) {
    .pc{display:none !important;}
    .pc-inline{display:none !important;}
    .sp{display:block !important;}
    .sp-inline{display:inline !important;}
}


div.box{
font-weight: normal;
width:600px;
max-width:100%;
margin: 0 auto;
}

div.contents{margin: 20px 0; position: relative;}

div.box p{margin: 0 0 20px 0; line-height: 2; font-size: 14px;}

div.box ul.notice{ margin: 20px 0 20px 20px; }
div.box ul.notice li{ font-size: 14px; list-style:disc outside; line-height: 1.6; margin-bottom: 6px; }

img.mv{width:70%; margin: 160px 15% 160px;}

ul.lang{float:right; padding-top: 20px;}
ul.lang li{}
ul.lang li a{text-decoration: underline;}
ul.lang li a:hover{text-decoration: none;}

h1{ margin-bottom: 40px; font-size: 30px; line-height: 40px; font-weight: 400; letter-spacing: 4px;}
h1 span{font-size: 16px; letter-spacing: 0px;}

h2{font-size: 16px; margin: 40px 0 20px;}
h3{font-size: 14px; margin: 20px 0 20px;}

ul.logo{position: absolute; top:10px; right:0;}
ul.logo li{float: left;margin-left: 20px;}
ul.logo li img{width:60px;}

div.box p a{text-decoration: underline;}
div.box p a:hover{text-decoration: none;}

div.box p.preopen{text-align: center; font-size: 18px; letter-spacing: 0.1rem; margin-bottom: 40px;}


.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
 margin: 30px 0;
}
.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: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}



p.sns{margin: 20px 0 0; text-align: center;}
p a{display: inline-block;}
p img.icon{width: 40px; margin: 0 5px;}


.en div.box p{font-size: 16px;}
.en h2{font-size: 16px;}
.en div.box ul.notice li{font-size: 16px;}


@media all and (max-width: 767px) {
div.contents{width:90%;margin: 30px 5%;}

ul.lang{margin-right:5%;}

img.mv{width:70%; margin: 80px 15% 80px;}

h1{ margin-bottom: 30px; font-size: 20px; line-height: 28px;letter-spacing: 3px;}
h1 span{font-size: 14px;}

h2{font-size: 14px; margin: 40px 0 10px;}

ul.logo{position: absolute; top:8px; right:0;}
ul.logo li{float: left;margin-left: 8px;}
ul.logo li img{width:36px;}
 
div.box p{font-size:12px; margin: 0 0 20px 0;}

div.box p.preopen{font-size: 16px; margin-bottom: 20px;}

div.box ul.notice{}
div.box ul.notice li{ font-size: 12px; }


.map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    }
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.en div.box p{font-size: 14px;}
.en h2{font-size: 14px;}
.en div.box ul.notice li{font-size: 14px;}
}