@charset "utf-8";

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


/* ==========================================================================
   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;
	width: 100%;
	height: auto;
	max-width:100%;
}

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;
}
.pc{
display:none;}
.sp{
display:inherit;}


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

/**
 *   レイアウト001-l
 *  ┌───┐┌──────┐
 *  │　　　││タイトル　　│
 *  │　画　││　　　　　　│
 *  │　　　││テキスト　　│
 *  └───┘└──────┘
 */

.layout001-l {
clear: both;
height: 1%;
margin-bottom: 3em;
overflow: hidden;
}

.layout001-l .image {
float: left;
}

.layout001-l .image .comment {
text-align: center;
}

.layout001-l .text h2 {
font-size: 100%;
margin: 0 0 1em;
}

.layout001-l .text p {
margin-bottom: 1em;
}

/**
 *   レイアウト001-r
 *  ┌──────┐┌───┐
 *  │タイトル　　││　　　│
 *  │　　　　　　││　画　│
 *  │テキスト　　││　　　│
 *  └──────┘└───┘
 */

.layout001-r {
clear: both;
height: 1%;
margin-bottom: 3em;
overflow: hidden;
}

.layout001-r .image {
float: right;
}

.layout001-r .image .comment {
text-align: center;
}

.layout001-r .text h2 {
font-size: 100%;
margin: 0 0 1em;
}

.layout001-r .text p {
margin-bottom: 1em;
}

/**
 *   レイアウト002
 *  ┌───┐┌──────┐
 *  │　　　││　　　　　　│
 *  │項　目││テキスト　　│
 *  │　　　││　　　　　　│
 *  └───┘└──────┘
 */

.layout002 {
height: 1%;
overflow: hidden;
}

.layout002 dt {
float: left;
}

/* --------------------------------------------------
   フレーム
   -------------------------------------------------- */

.ming-style {
/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}

.cwrap section {
	margin: 0 auto;
	position: relative;
	width: auto;
}

.cwrap section h2 {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


#container {
/*background: url(../images/event_bgi_header.jpg) repeat-x 50% 0;*/
}

#site-header {
	height: auto;
	margin: 0 auto 20px;/*+20*/
	position: relative;
	width: 100%;
/* 2016/06/03 */
	border-bottom:10px solid #e95513;
	padding:0;
}

#logo {
	left: auto;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	position: static;
	top: auto;
	width: 50%;
}

#event-gnav {
	overflow: visible;
	position: static;
	right: auto;
	top: auto;
	margin-top: 10px;
/*	margin-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*/
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

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

#eyecatch p {
text-align: center;
}

#media {
/*	background-repeat: no-repeat;
	background-position: 50% 1.5em;
	background-image: url(../images/event_m01.png);*/
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
	width: auto;
	padding-top: 70%;
/*	background-size: 80% auto;*/
}

#m01 {
	font-size: 17px;
	font-weight: bold;
	left: 10%;
	position: absolute;
	top: 0px;
	width: 80%;
	text-align: center;
}

#media aside h2 {
font-size: 100%;
line-height: 1;
margin: 0 0 .5em;
}

#fb {
	background: #fff;
	height: auto;
margin: 0 0 1em;
	position: static;
text-align: center;
	top: auto;
	left: auto;
	width: auto;
}

#fb h2 {
line-height: normal;
height: auto;
}

#fb iframe {
	border: none;
	height: 150px;
	overflow: hidden;
	width: 100%;
}

#topics {
	height: 150px;
/* 2016/06 */
	padding:0;
}

#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;
}

#spring {
/*background: url(../images/event_bgi_spring.png) repeat-x 0 38px;*/
}

#spring section {
	/*background: url(../images/event_bgi_spring02.png) no-repeat 50% 0;
	padding-left: 10px;
	padding-right: 10px;
*/}

#spring section h2 {
	left: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	position: static;
	top: auto;
	width: auto;
	margin-left: 0px;
}

#sp01 {
	font-size: 17px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}

#sp02 {
	background: none;
	margin: 0 0 10px 0;
	width: 100%;
}

#sp02 ol {
	height: 1%;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	width: auto;
}

#sp02 ol li {
/*	background: url(../images/event_sp01.png) no-repeat 0 0;*/
	float: none;
	height: 176px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 280px;
	background-size: 280px auto;
}

#sp02 ol li dl {
height: 165px;
padding: 10px 15px 0 15px;
}

#sp02 ol li dl dt {
border-bottom: 1px dashed #5C0D11;
color: #5C0D11;
font-size: 15px;
font-weight: bold;
margin: 0 0 5px 0;
text-indent: .5em;
}

#sp02 ol li dl dd {
color: #0A4123;
font-size: 12px;
}
/*
#sp02 ol #sp02-01 dl {
background: url(../images/event_sp02.png) no-repeat 50% 85px;
}

#sp02 ol #sp02-02 dl {
background: url(../images/event_sp03.png) no-repeat 50% 85px;
}

#sp02 ol #sp02-03 dl {
background: url(../images/event_sp04.png) no-repeat 50% 105px;
}
*/
#sp03 {
background: #79171C;
margin: 0 0 30px 0;
text-align: right;
}

#sp04 {
	background-repeat: no-repeat;
	background-position: 50% top;
/*	background-image: url(../images/event_sp06phone.png);*/
	height: auto;
	margin: 0 0 40px 0;
	position: relative;
	width: auto;
	background-size: 90% auto;
	max-width: 460px;
/*	min-width: 300px;*/
}

#sp04 figcaption {
	left: auto;
	position: static;
	top: auto;
	width: 40%;
	margin-top: 10px;
	margin-right: 10px;
}

#yt {
	position: static;
	top: auto;
	right: auto;
	padding-top: 70%;
	width: auto;
	max-width: 460px;
	min-height: 300px;
}

#yt iframe {
	border: none;
	width: 100%;
}

/*
#point {
	background-repeat: repeat-x;
	background-position: 0 20px;
	background-image: url(../images/event_bgi_common.png);
}
#p01 {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	width: 100%;
}

#p01 ol {
	height: 1%;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	width: auto;
}

#p01 ol li {
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 90%;
}

#p01 ol li dl {}

#p01 ol li dl dt {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
	width: 50%;
}

#p01 ol li dl dd {
	text-align: center;
}

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

#p02 li {
color: #0E4323;
text-align: center;
}
*/
/*
#secret {
	background-repeat: repeat-x;
	background-position: 0 20px;
	background-image: url(../images/event_bgi_common.png);
}
*/
#se01 {
	background-repeat: no-repeat;
	background-position: 100% 10%;
/*	background-image: url(../images/event_se01.png);*/
	padding-top: 65%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	background-size: 100% auto;
}

#se01 p {
margin: 0 0 2em 0;
}

#se02 {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: auto;
	max-width: 480px;
	height: auto;
}

#se02 ul {
	height: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	width: auto;
}

#se02 ul li {
	float: none;
	height: auto;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	width: auto;
	clear: both;
	margin-right: 10px;
	min-height: 6em;
}

#se02 ul #se02-01 {
	background: url(../images/event_se02.png) no-repeat 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 153px;
	padding-bottom: 0;
	width: auto;
}

#se02 ul #se02-02 {
	background: url(../images/event_se03.png) no-repeat 0 0;
	padding: 0 0 0 106px;
	width: auto;
}

#se03 {
margin: 0 0 80px 0;
text-align: center;
}

#se03 a {
background: #79171C;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 3px 3px;
-moz-box-shadow: 0 3px 3px ;
-webkit-box-shadow: 0 3px 3px ;
display: block;
height: 60px;
margin: 0 auto;
text-align: center;
width: 440px;
}

#se03 span {
color: #79171C;
}

#comic {
	background-repeat: repeat-x;
	background-position: 50% 20px;
	background-image: url(../images/event_bgi_comic.jpg);
	height: auto;
}

#comic section {
	width: auto;
	margin-bottom: 20px;
}

#comic section h2 {
	left: auto;
	width: 100%;
	position: static;
}

#comic p {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
}

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

#copyright {
height: 1em;
line-height: 100%;
text-align: center;
}

#copyright small {
/*color: #fff;*/
}

/* 2016/06 */
#logo img{width:auto;}
section img{width:auto;}

/* media */
#media{padding:0;}

#ne{width:100%;position:static;margin:0 0 1em 0;}
#ne h2{height:25px;line-height:25px !important;font-size:120% !important;}
#ne div,#ne div ul{box-sizing:border-box;}
#ne .news{height:auto;background:#e95513;border:1px solid #e95513;border-top:0 none;margin-bottom:20px;}
#ne .media{height:auto;background:#f29e6b;border:1px solid #f29e6b;border-top:0 none;}

.news-event ul{height:100%;background-color:#fff;padding:.5em 1em .5em 2.5em;}
.news-event ul li{list-style:outside;padding-bottom:.3em;}

/* 湯が届くまで */
#spring.cwrap h2{position:relative;margin-bottom:20px;}
#spring.cwrap{margin-bottom:20px;}
#spring.cwrap section ol{text-align:center;}
#spring.cwrap section ol li img{width:auto;height:auto;max-width:100%;}
#spring.cwrap section ol li:not(:first-child){padding:0;background:none;}

@media only screen and (orientation:landscape) {/*横持ち*/
#spring.cwrap section ol li{width:17%;margin:0;display:inline-table;text-align:left;}
#spring.cwrap section ol li:not(:first-child){padding-left:16px;background:url(../images/event_spring_yaji.png) left 50px no-repeat;}
}

@media only screen and (orientation:portrait) {
#spring.cwrap section ol li{width:100%;margin:0;padding:0;text-align:center;}
#spring.cwrap section ol li:not(:last-child){padding-bottom:16px;margin-bottom:8px;background:url(../images/event_spring_yaji_down.png) bottom center no-repeat;}
}


/* 安心３ポイント */
#point dl{box-sizing:content-box;max-width:500px;width:auto;margin:0 auto;}
#point dl dt{margin:0;padding:0;}
#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:100% 100%;}
#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:70%;font-weight:bold;color:#fff;font-size:medium;}
#p01 ol{width:100%;}
#p01 ol li{display:block;width:100%;margin:0;}
#p01 ol li ul.attention li{text-align:left;padding:0 .5em;width: inherit;font-weight:normal;font-size:80%;}
#p02{width:auto;max-width:500px;margin:0 auto;}

/* おんせん県おおいた初 #secret*/
#se_con{padding:120px 0 20px 0;width:auto;}
.se_con{display:inline-table;margin:0 1em 2em 1em;vertical-align:top;box-sizing:content-box;}
.se_con01{max-width:185px;width:15%;}
.se_con02{width:70%;}
@media screen and (max-width: 824px){
.se_con01{width:100%;max-width:100%;text-align:center;margin:0 0 2em 0;}
.se_con02{width:100%;margin:0 0 2em 0;}
}
.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:100%;margin:0;text-align:center;}
.se_con03 > img{display:inline-block;margin:0 20px 20px 0;}
.se_con03 #toiawase{width:300px;display:inline-table;vertical-align:top;background:#e95513;padding:.8em 1em;text-align:left;}
.se_con03 #toiawase p{display:inline-block;font-size:medium;}

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

#himitsu section{background:url(../images/event_himitsu_ashiato.png) right top no-repeat;background-size:10% 10% contain;}
#himitsu section h2{text-align:center;padding:.3em;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:auto;max-width:100%;font-size:medium;}
#himitsu section h2 span{font-size:80%;}

.hi{display:inline-table;vertical-align:top;margin:1em;}
.hi01,.hi02{padding:60px 0 0 0;}
.hi01{width:auto;margin-right:0;padding:1em 1em 110px 1em;font-size:medium;background:url(../images/event_se01_phone.png) right bottom no-repeat;}
.hi02{display:none;}
.hi03{width:auto;}

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

.hi03 h3{text-align:right;margin:0 20px 0 0;}
.hi03 div{background:#a38b78;padding:1em;border-radius:10px;margin-top:-10px;}
.hi03 div dl,.hi03 div dl dt,.hi03 div dl dd{display:inline-block;width:49%;vertical-align:top;}
.hi03 div dl dt{width:150px;}
.hi03 div dl dd{color:#fff;}
@media screen and (max-width: 824px){
.hi03 div dl{width:100%;max-width:100%;display:block;margin-bottom:1em;}
.hi03 div dl dt{width:30%;max-width:150px;}
.hi03 div dl dd{width:69%;}
}

/* Q&A */
#QA {padding:0 0 20px 0;margin:1em;box-sizing:border-box;}
#QA.cwrap section h2{position:relative;margin:0 0 1em 0;}
#QA section{border:1px solid #e95513;margin:0 auto;padding:20px;}
#QA section dl{display:block;width:auto;font-size:medium;}
.qa02{margin-top:0;}
#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:.5em;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:auto;box-sizing:border-box;display:inline-table;vertical-align:top;padding:1em !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 p{border-radius:10px;padding:1em;background:#fff;color:#e95513;margin-bottom:20px;}
.tob03 p{margin:0 0 1em 0;}
.tob03 img{max-width:100%;margin-bottom:8px;}

/* イベント実績 */
#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:100%;display:block;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 li{display:inline-block;width:47.5%;margin: 1%;}/*960/4*/
#album ul li img{max-width:100%;width:auto;height:auto;}

@media only screen and (orientation:portrait) {
	#album ul{text-align:center;}
	#album ul li{width:90%;margin:0 auto 16px;}
}
/* 動画 */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}