/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #001A14;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

a {
	color: #001A14;
}
a:hover {
	text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #fff !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



body {
	line-height: 1.7;
	font-weight: bold;
	letter-spacing: 0.1em;
}
p {
	font-size: 147%;
}
#container {
	width: 100%;
}
#wrapper {
	width: 100%;
}
section {
	width: 100%;
}
section#main_visual {
	background: #00A683;
	padding-top: 99px;
}
section#cities_info {
	background: #00A683;
	padding: 50px 0 0;
}
.contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
header {
	width: 100%;
	background: #001A14;
}
nav {
	width: 943px;
	margin: 0 auto;
}
.copy_area {
	width: 900px;
	margin: 0 auto;
	padding: 70px 0 65px;
	text-align:center;	
}
h2 {
	font-size: 212%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
	text-align: center;
	color: #fff;
}
.child h2 {
	margin: 0;
	padding: 60px 0;
}
h3 {
	font-size: 290%;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-bottom: 100px;
	text-align: center;
	color: #001A14;
}
footer {
	width: 100%;
	background: #fff;
}
footer .contents {
	padding: 65px 0 30px;
	text-align: center;
	position: relative;
}
header nav ul {
	padding: 25px 20px;
}
header nav li {
	float: left;
	margin-right: 45px;
}
header nav li:last-child {
	margin-right: 0;
}

.child .header_imgArea {
	/*background-image: url(../img/child_header.jpg);
	background-repeat: no-repeat;
	background-position: center top*/;
	height: 185px;
}
.header_imgArea .left {
	float: left;
	height: 100%;
	width: 50%;
	background: #00A683 url(../img/child_headerBg_left.jpg) no-repeat right top;
}
.header_imgArea .right {
	float: right;
	height: 100%;
	width: 50%;
	background: #001A14 url(../img/child_headerBg_right.jpg) no-repeat left top;
}
.about-conan .contents_wrapper {
	background-color: #E60012;
	padding: 0 0 160px;
}
.about-conan .contents_wrapper .contents p {
	padding: 0 20px;
}
.about-reald .contents_wrapper {
	background-color: #00A683;
	padding: 0 0 130px;
}
.about-reald .contents_wrapper p {
}
footer p {
	font-size: 100%;
	color: #001A14;
	padding: 7px 0;
}
footer .pagetop {
	position: absolute;
	top: -63px;
	left: 420px;
}
#footer_reaid {
	margin-bottom: 45px;
}

.notes-faq #notes {
	background-color: #001A14;
}
.notes-faq #notes p {
	text-align: center;
	margin-bottom: 35px;
}
.notes-faq #notes p:last-child {
	margin-bottom: 0;
}
#notes p.copy {
	font-size: 260%;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 60px;
}
.notes-faq #faq {
	background-color: #00A683;
}
.notes-faq #faq h2 {
	color: #E60012;
}


p.supply {
	padding: 10px 0;
	font-size: 100%;
}
p.supply_l {
	padding: 5px 0;
	font-size: 116%;
	font-weight: bold;
}
.about-reald  #links {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
ul.horizontal_list {
	display: table;
	width: 100%;
}
ul.horizontal_list li {
	color: #001A14;	
	font-size: 139%;
	font-weight: bold;
	text-align: center;
	display: table-cell;
}
.notes-faq #notes .contents {
	padding-bottom: 80px;
}


.nazo h4 {
	margin-bottom: 60px;;
}
.nazo .contents_wrapper.true {
	background-color: #E60012;
	padding: 65px 0 45px;
}
.nazo .contents_wrapper.form {
	background-color: #001A14;
	padding: 85px 0 150px;;
}

.complete .contents_wrapper {
	background-color: #001A14;
	text-align: center;
	padding: 100px 0;
}
.nazo .back {
	margin: 90px 0;
}
.contents_wrapper.true .contents {
	text-align: center;
}
#tweet_true {
	margin-bottom: 45px;
}
#tweet_true + .supply {
	font-size: 131%;
}
.form .entry input {
	height: 70px;
	width: 430px;
}
.form .entry .unit {
	width: 640px;
	margin: 0 auto 25px;
}
.form .entry .unit .left {
	float: right;
	margin-right: 33px;
	padding-top: 22px;
}
.form .entry .unit .right {
	float: right;
}
.form .submit_btn {
	text-align: center;
	margin-bottom: 25px;
}
.form .supply {
	font-weight: bold;
	font-size: 108%;
}
.form .submit_btn + .supply {
	text-align: center;
	line-height: 2;
}
.form .contents .entry {
	margin-bottom: 70px;
}

.nazotop .contents_wrapper {
	background-color: #001A14;
	text-align: center;
	padding: 60px 0 150px;
}
.nazotop input {
	font-size: 154%;
}


.false .contents_wrapper {
	background-color: #001A14;
	text-align: center;
	padding: 100px 0;
}
footer .banner2013 {
	margin-bottom: 70px;
}

.ticket #info0 {
	background-color: #fff;
	text-align: center;
	padding: 65px 0 85px;
}
.ticket #info1 {
	background-color: #E60012;
	padding: 65px 0;
}
.ticket #info2 {
	background-color: #00A683;
	text-align: center;
	padding: 65px 0;
}
.ticket #info3 {
	background-color: #001A14;
	text-align: center;
	padding: 65px 0;
}
.ticket #info4 {
	background-color: #E60012;
	padding: 65px 0;
	text-align: center;
}
.ticket #info5 {
	background-color: #00A683;
	text-align: center;
	padding: 65px 0 85px;
}

.ticket #info1 .contents {
	width: 800px;
}
.ticket #info1 .left {
	float: left;
}
.ticket #info1 .right {
	float: right;
	width: 435px;
}
.ticket #info1 .right p {
	margin-bottom: 35px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
/*.ticket #info1 .right p:last-child {
	margin-bottom: 25px;
}
*/.ticket #info1 .right p span {
	font-size: 17px;
}

.ticket h2 {
	margin-bottom: 40px;
	padding: 0;
}
.ticket h2 + p {
	margin-bottom: 30px;
}
#info0 h2 {
	margin-bottom: 40px;
	padding: 0;
	color: #000;
}
#info2 p:not(.supply_l) {
	font-size: 200%;
	font-weight: bold;
	width: 800px;
	margin: 0 auto 30px;
}
.tokyo #info2 p:not(.supply_l) {
	font-size: 215%;
	font-weight: bold;
	text-align: left;
	width: 760px;
	margin: 0 auto 30px;
}
.osaka #info2 p:not(.supply_l) {
	font-size: 215%;
	font-weight: bold;
	text-align: left;
	width: 760px;
	margin: 0 auto 30px;
}
#info3 p:not(.supply_l) {
	font-size: 215%;
	font-weight: bold;
}
#info3 .contents {
	margin-bottom: 90px;
}
#info3 .contents:last-child {
	margin-bottom: 25px;
}
#info3 .contents dl {
	margin-bottom: 60px;
}
#info3 .contents dt {
	color: #808080;
	font-size: 17px;
}#info3 .contents dd {
	font-size: 212%;
	padding: 2px 0 0;
}

#tweet_true .btn_area {
	padding-left:48px;
	margin-bottom:11px;
}

#cities_wrapper {
	text-align: center;
	padding-bottom: 100px;
	width: 870px;
	margin: 0 auto;
}
.cities_clm.row {
	margin-bottom: 50px;
}
.cities_clm.row .unit {
	float: left;
	width: 23%;
	margin: 0 5%;
}
.cities_clm.row a {
	color: #FFF;
	text-decoration: none;
}
.cities_clm.row a:hover {
    color: #001A14;
}
.cities_clm.row h4 {
	font-size: 260%;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.cities_clm.row h5 {
	font-size: 139%;
	line-height: 1.3;
}
.cities_clm.row p {
	font-size: 200%;
}
#info3 .pg .unit {
	float: left;
	width: 33%;
}
#info3 .pg .unit h3 {
	font-size: 215%;
	color: #fff;
	margin: 0 0 5px;
}
#info3 .pg p.code {
	font-size: 154%;
	font-weight: bold;
	margin-bottom: 3px;
}
#info3 .pg p:not(.code) {
	font-size: 108%;
	font-weight: bold;
}#info3 .pg .buyTic_btn {
	margin-top: 15px;
}
.pg .tic_note {
	margin-top: 70px;
}
/*#info1 .right span a {
	line-height: 1.3;
}
*/
#info2 .contents h3 {
	font-size: 240%;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 10px;
}
#comingsoon p.date {
	opacity: 0.45;
	font-size: 170%;
	letter-spacing: 0;
	margin-top: 2px;
}
p.date.cs {
	opacity: 0.45;
	font-size: 170%;
	letter-spacing: 0;
	margin-top: 2px;
}

.notes-faq .contents_wrapper {
	background-color: #00A683;
	padding: 0 0 90px;
}
#faq dl {
	width: 415px;
	margin-bottom: 50px;
	font-size: 18px;
}
#faq dt {
	color: #001A14;
	margin-bottom: 30px;
}
#faq dd {
}
#faq .left {
	float: left;
}
#faq .right {
	float: right;
}
#faq dd span {
	font-size: 17px;
}
.nazotop .contents h2 {
	padding-bottom: 30px;
}
.nazotop p#present {
	margin-bottom: 55px;
}
/*#main_visual .left {
	background-image: url(../img/main_visual_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #00a683;
	float: left;
	width: 50%;
	height: 100%;
}
#main_visual .right {
	background-image: url(../img/main_visual_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #001a14;
	float: right;
	width: 50%;
	height: 100%;
}
*/
#sunday_banner_wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 65px;
}
#sunday_banner_wrapper .left {
	float: left;
}
.child .btn02 {
	margin-bottom: 10px;
}

/*  ボランティア  */
.volunteer #notes {
	background: #E60012;
}
.volunteer #notes p.copy {
	margin-bottom: 50px;
}
.volunteer #notes p {
	margin-bottom: 50px;
}
section#want {
	padding: 80px 0 100px;
}
#want dl {
	width: 415px;
	margin-bottom: 50px;
	font-size: 18px;
}
#want dt {
	color: #001A14;
	margin-bottom: 7px;
}
#want dd {
}
#want .left {
	float: left;
}
#want .right {
	float: right;
}
#want dd span {
	font-size: 17px;
}
#mails {
	text-align: center;
}
#mails h2 {
	padding: 50px 0 30px;
}
#mails p {
	font-size: 118%;
	margin-bottom: 50px;
}
#mails ul {
	font-size: 147%;
	margin-bottom: 60px;
}
#mails li {
	margin-bottom: 25px;
}

/*  グッズ  */
.goods h2 {
	padding-bottom: 25px;
}
.goods h3 {
	color: #fff;
	margin-bottom: 30px;
}
.goods .unit {
	text-align: center;
	margin-bottom: 60px;
}
.product_name {
	margin: 23px 0 20px;
}

/*  熊本お詫び  */
.kumamoto #info0 .sml {
	text-align:left;
	width: 820px;
	margin: 0 auto;
	font-size: 140%;
}
.kumamoto .newdate span {
	color: #E60012;
}