@charset "utf-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
.sp{ display:none;}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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



/* --------------------------------------------------
   初期設定
   -------------------------------------------------- */

body {
/*color: #8C6239;*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 80%;
line-height: 1.5;
text-align: justify;
text-justify: inter-ideograph;
width: 100%;
}

address {
font-style: normal;
font-weight: normal;
}

ol, ul,
p,
dl, dt, dd {
margin: 0;
padding: 0;
}

li {
list-style-type: none
}

a {
color: #333;
text-decoration: none;
}

img {
vertical-align: middle;
}

a:hover {
color: #999;

-moz-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
transition: .5s;

filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;
}



/* --------------------------------------------------
   コンテンツレイアウト
   -------------------------------------------------- */


/* --------------------------------------------------
   フレーム
   -------------------------------------------------- */
/*
.ming-style {
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
*/
.cwrap section {
margin: 0 auto;
position: relative;
width: 960px;
}

.cwrap section h2 {
left: 0;
margin: 0;
padding: 0;
position: absolute;
position: abscwrap widesliderolute;
top: 0;
}
#container {
/*background: url(../images/event_bgi_header.jpg) repeat-x 50% 0;*/
}

#site-header {/*<header>*/
box-sizing:content-box;
height: 70px;/*100*/
margin: 20px auto;/*+20*/
padding: 0 0 10px 0;
position: relative;
width: 960px;
border-bottom:5px solid #e95513;
/* 2016/06/03 */
}

#logo {
left: 0;
margin: 0;
padding: 0;
position: absolute;
}

#event-gnav {
overflow: hidden;
position: absolute;
right: 0;
bottom:10px;
}

#event-gnav ul {
margin: 0 0 0 -1px;
}

#event-gnav ul li {
border-left: 1px solid #333;/*#7C5E4A;*/
display: inline;
padding: 0 10px;
}

#event-gnav ul li a {
color: #333;/*#7C5E4A;*/
}

#eyecatch {
margin: 0 0 20px 0;
}

#eyecatch p {
text-align: center;
}



#ab {
background: #F8E8CF;
height: 425px;
position: absolute;
top: 0;
left: 667px;
}

#ab h2 {
line-height: normal;
height: 25px;
}

#topics {
height: 370px;
padding: 15px 0 15px 15px;
}

#topics ul {
height: 100%;
overflow: auto;
}

#topics ul li {
margin: 0 0 20px 0;
padding: 0 10px 0 0;
}

#topics ul li:last-child {
margin: 0;
}

#topics ul li .topics-wrap {
border-bottom: 1px solid #C7B299;
padding: 0 10px 0 10px;
}

#topics ul li .topics-wrap span {
display: block;
}

#topics ul li .topics-wrap .title {
background: url(../images/icon_blog.jpg) no-repeat 0 0;
background-size: 40px 40px;
height: 40px;
margin: 0 0 10px 0;
padding: 0 0 0 50px;
}

#topics ul li .topics-wrap .date {
margin: 0 0 6px 0;
}

#topics ul li .topics-wrap .content {
margin: 0 0 15px 0;
}




#point {
/*background: url(../images/event_bgi_common.png) repeat-x 0 30px;*/
}

#p01 {
margin: 0 auto 30px auto;
padding: 90px 0 0 0;
width: 850px;
}

#p01 ol {
height: 1%;
margin: 0 -80px 0 0;
overflow: hidden;
width: 930px;
}

#p01 ol li {
float: left;
margin: 0 80px 0 0;
width: 230px;
}

#p01 ol li dl {}
/*
#p01 ol li dl dt {
margin: 0 0 20px 0;
text-align: center;
}


#p01 ol li dl dt img {
width:151px;
height:auto;
}
*/
#p01 ol li dl dd {}

#p02 {
margin: 0 0 35px 0;
}

#p02 li {
color: #0E4323;
text-align: right;
}

#secret {
/*background: url(../images/event_bgi_common.png) repeat-x 0 30px;*/
}

#site-footer {
/*background: url(../images/event_bgi_footer.png) repeat-x 50% 0;*/
}

#copyright {
height: 120px;
line-height: 120px;
text-align: center;
}

#copyright small {
color: #333;
}

/* 湯が届くまで */
#spring.cwrap h2{position:relative;margin-bottom:20px;}
#spring.cwrap{margin-bottom:40px;}
#spring.cwrap section ol{text-align:center;}
#spring.cwrap section ol li{width:170px;margin:0;display:inline-table;}
#spring.cwrap section ol li:not(:first-child){padding-left:16px;background:url(../images/event_spring_yaji.png) left 50px no-repeat;}
#spring.cwrap section ol li img{width:100%;height:auto;}
#spring.cwrap section ol li{text-align:left;}

/* 安心３ポイント */
#point dl{box-sizing:content-box;}
#point dl dt img{width:100%;}
#point dl dd{padding:1em 1.5em 1em 1em;background:url(../images/event_anshin_bg.png) left bottom repeat; background-size:contain;}
#point dl dd:after{margin:-1em -1.5em -1em -1em;display:block;content:"";height:40px;background:url(../images/event_anshin_foot.png) left bottom no-repeat;background-size:contain}

#p01{margin:0 auto 20px auto;padding:60px 0 0 0;width:960px;font-weight:bold;color:#fff;font-size:medium;}
#p01 ol{width:100%;}
#p01 ol li{display:inline-table;width:310px;margin:0 5px;}
#p01 ol li ul.attention li{text-align:left;padding:0 .5em;width: inherit;font-weight:normal;font-size:80%;}

/* おんせん県おおいた初 */
#se_con{padding:120px 0 40px 0;width:960px;}
.se_con{display:inline-table;margin:0 5px;vertical-align:top;box-sizing:content-box;}
.se_con01{width:250px;}
.se_con02{width:410px;}
.se_con02 dl{background:url(../images/event_check.png) left top no-repeat;padding-left:35px;}
.se_con02 dl dt{font-size:large;}
.se_con02 dl dd{margin-bottom:20px;}
.se_con03{width:250px;text-align:center;}
.se_con03 > img{display:inline-block;margin-bottom:40px;}
.se_con03 #toiawase{background:#e95513;padding:.8em 1em;text-align:left;}
.se_con03 #toiawase p{margin:.5em 0 0 0;font-size:medium;}

/* 盛り上がりのヒミツ */
#himitsu {padding:0 0 20px 0;}

#himitsu section{background:url(../images/event_himitsu_ashiato.png) right top no-repeat;}
#himitsu section h2{text-align:center;padding:.5em .8em;background:url(../images/event_h2_himitsu_bg.png) top center no-repeat;background-size:100% 100%;color:#e83828;position:relative;left:0;right:0;width:350px;margin:0 auto;}
#himitsu section h2 span{font-size:80%;}

.hi{display:inline-table;vertical-align:top;}
.hi01{padding:120px 0 0 0;}
.hi01{padding-right:280px;font-size:medium;background:url(../images/event_se01.png) right bottom no-repeat;margin-bottom:20px;}
.hi02{width:680px;}

.hi01 p span{background:url(../images/event_line_bg.png) left center repeat-x;}
.hi01 p span.big{font-size:large;font-weight:bold;}

.hi02 h3{text-align:right;margin:0 20px 0 0;}
.hi02 div{background:#a38b78;padding:1em;border-radius:10px;margin-top:-10px;}
.hi02 div dl,.hi02 div dl dt,.hi02 div dl dd{display:inline-block;width:49%;vertical-align:top;}
.hi02 div dl dt{width:150px;}
.hi02 div dl dd{color:#fff;}

/* Q&A */
#QA {padding:0 0 20px 0;}
#QA.cwrap section h2{position:relative;margin:0 0 1em 0;}
#QA section{border:1px solid #e95513;margin:0 auto;padding:20px;box-sizing:border-box;}
#QA section dl{display:inline-block;width:49%;font-size:medium;vertical-align:top;}
.qa01,.qa02{}
.qa01{}
.qa02{margin-top:-40px;}
#QA section dl dt,#QA section dl dd{min-height:24px;padding-left:25px;}
#QA section dl dt{background:url(../images/event_h2_QA_q.png) left top no-repeat;margin-bottom:.3em;color:#e95513;}
#QA section dl dd{background:url(../images/event_h2_QA_a.png) left top no-repeat;margin-bottom:.8em;}

/* 下部お問い合わせ */
#toiawase{background:#e95513;padding:.8em 1em;text-align:left;}
#toiawase *{color:#fff;}
#toiawase h3{margin:0 0 .8em 0;}
#toiawase p{font-weight:bold;}
#toiawase p#freedial{font-size:large;margin:0 0 .5em 0;}
#toiawase img{margin-right:10px;}


#toiawase-box{font-size:medium;}
#toiawase-box section {background:#e95513;}
#toiawase-box span{font-size:.8em;}

.tob01,.tob02{width:477px;box-sizing:border-box;display:inline-table;vertical-align:top;padding:2em !important;}
.tob02{background:#f29e6b;}
.tob03{text-align:center;}

.tob01 ol{margin:1.5em;}
.tob01 ol li{list-style:decimal;margin-bottom:.3em;}

.tob01 h3,.tob02 h3{margin-top:0;}
.tob02 h3{text-align:center;background:url(../images/event_tob02_bg.png) bottom center no-repeat;padding-bottom:130px;}
.tob02 p{border-radius:10px;padding:1em;background:#fff;color:#e95513;margin-bottom:20px;}
.tob03 p{margin:0 0 1em 0;}
.tob03 img{max-width:30%;}

/* イベント実績 */
#ev-result{}
#ev-result h2{background:#f29e6b;text-align:center;font-weight:normal;}
#ev-result h3{font-weight:normal;margin:0;}
#ev-result div{width:24%;display:inline-table;vertical-align:top;}
#ev-result ul{margin:0;font-size:.9em;padding:0 0 0 2em;}
#ev-result ul li{list-style:outside;}

/* アルバム */
#album ul{box-sizing:border-box;}
#album ul li{padding:0;margin:0;display:inline-block;width:22.5%;margin: 1.5% 1%;text-align:center;vertical-align:top;}/*960/4*/
#album ul li img{max-width:100%;width:auto;height:auto;}

/* メディア・ニュース */
.tbl-r02 th {
  padding: 10px;
	 
}
.tbl-r02 td {
  padding: 10px;
	 
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 460px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 450px;
	}
}

div.news {
  width: 100%;
  height: 200px;
  overflow: scroll;
max-width: 460px;
	
}

div.media {
  width: 100%;
  height: 200px;
  overflow: scroll;
	max-width: 460px;
	
}

/* スライド */
