@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
    background: #fff2f3;
    background-size: 100%;
    color: #4e4848;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    max-width: 800px;
    margin: 0 auto;
}

a {
    color: #4e4848;
    text-decoration: none;
}
/*
a:visited {
    text-decoration: none;
}
*/
img {
    vertical-align: top;
}

img:not([width]) {
    zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
    list-style:none;
}

@media only screen and (orientation : landscape) { /*横向き*/

}
@media only screen and (orientation : portrait) { /*縦向き*/

}

.mt0{
    margin-top: 0px !important;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb0{
    margin-bottom: 0px !important;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb15{
    margin-bottom: 15px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.pt0{
    padding-top: 0px !important;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pb0{
    padding-bottom: 0px !important;
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pr10{
    padding-right: 10px;
}
.pr20{
    padding-right: 20px;
}
.pl10{
    padding-left: 10px;
}
.pl20{
    padding-left: 20px !important;
}

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

.green {
    color:#009900;
}

.red{
    color:#f00;
}
.blue {
    color: #003366;
}
.center {
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.bold {
    font-weight:bold;
}

.under_line{
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}

.right_img{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.left_img{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.big{
    font-size: 120%;
}
.small{
    font-size: 90%;
}
.kado{
    border: 4px solid #cccccc;
    padding: 4px;
}

.waku{
    border: 1px solid #DDDDDD;
    padding: 4px;
}

.clear{
    clear:both;
}

.ul_privacy{
    margin-bottom: 20px;
}
/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
    background-size: 100% 355px ;
    -webkit-background-size: 100% 355px ;
    -moz-background-size:  100% 355px ;
    overflow: hidden;
    margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
    #wrapper {
        width: 100%;
    }
}

.reserve_button {
    display: block;
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */

.header_wrap{
    width: 100%;
    background:url(../images/common/header_bg.gif) left top repeat-x;
    background-size: 320px 67px;
}
header {
    max-width: 640px;
    text-align: left;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

header .logo{
    max-width: 320px;
    max-height: 67px;
}

header .logo img{
    vertical-align: bottom;
}

header .mail{
    position: absolute;
    top: 0;
    right: 130px;
    z-index: 10;
}

header .reserve_button {
    width: 115px;
    height: 46px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    z-index: 10;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */

#visual_wrap{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.visual.sub{
    text-align: center;
    width: 100%;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
    padding:20px 2% 30px;
}

section.content {
    margin-bottom:30px;
}
section.content h1 {
    background-color: #3a140a;
    font-size: 18px;
    line-height: 120%;
    padding: 10px 8px 8px 8px;
    border-radius: 5px 5px 0 0;
    border: #221106 1px solid;
    border-bottom: #50261a 2px solid;
}

section.content nav{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #ffd45f;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
}
section.content nav.none_h1{
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #ff6fa0;
}
section.content nav ul{

}
section.content nav.none_h1 ul li{
    border-top: 1px solid #ff6fa0;
}
section.content nav ul li {
    line-height: 120%;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ffd45f;
}
section.content nav ul li a{
    background:url(../images/common/icon_arrow.png) right center no-repeat ;
    background-size: 25px 20px;
    -webkit-background-size: 25px 20px;
    -moz-background-size: 25px 20px;
    display:block;
    padding:12px;
}
section.content nav ul li:last-child {

}
section.content nav ul li:first-child{
    border-top:none;
}

/* container */
.container{
    overflow: hidden;
}
.container.none_h1{
}
.container h2{
    background: #ff6fa0;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
.container h2 a{
    color:inherit;
}
.container h2:first-child{
    margin-top:0px;
}
.container h2.sp{
}
.container h3 {
    color: #ff6fa0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.fb{
    margin-bottom: 30px;
}

.icon01{
    background:url(../images/common/icon01.gif) left center no-repeat;
    padding-left: 20px;
}
.container table th,
.container table td{
    border: 1px solid #ffdae4;
    padding: 10px;
}

.container table th{
    text-align: left;
    background: #fdedee;
    vertical-align: middle;
}

.container table td{
    background: #fff;
}
.container table.price_table{
    margin-bottom: 20px;
}
.container table.price_table th{
    border: none;
    background-color: #990000;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  width: 60%;
}
.container table.price_table td{
    border: none;
    border-bottom: 1px solid #990000;
  padding: 10px;
}
/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
    background:url(../images/common/bg_op.png) left top repeat-x ;
    background-size: 1px 100% ;
    -webkit-background-size: 1px 100% ;
    -moz-background-size: 1px 100% ;
    border-radius:6px ;
    -moz-border-radius:6px ;
    -webkit-border-radius:6px ;
    box-shadow: 1px 2px 1px ##75440f;
    -webkit-box-shadow:1px 2px 1px ##75440f;
    -moz-box-shadow: 1px 2px 1px ##75440f;
    line-height:100%;
    font-size:18px;
    text-align:center;
    margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
    background:url(../images/common/arrow-next.png) right center no-repeat ;
    background-size: 26px 22px ;
    -webkit-background-size: 26px 22px ;
    -moz-background-size: 26px 22px ;
    padding:18px 7px;
    display:block;
    color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
    background-color: #fe0000;
}
.btn.entrybtn2{
    background-color: #0a4ab6;
}
.btn.entrybtn2 a{
    color: #fff;
}
.btn.detailbtn{
    background-color:#2e9d50;
    padding:0px;
    line-height: 22px;
}

.btn.detailbtn2 {
    background-color:#0eb089;
    padding:0px;
}

.btn.graybtn{
    background-color:#ccc ;
}
.btn.graybtn a{
    color:#666666 ;
}

/* ---------------------------------------------------- */
/* index */
/* ---------------------------------------------------- */

.pick{
    background: #fff9f9;
    padding: 0 2% 10px;
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
    font-size:12px;
}
footer nav{

}
nav.homenav{
    overflow: hidden;
}
nav.homenav div{
    float: left;
    width: 50%;
    text-align: center;
}
nav.homenav div a{
    display:block;
}
nav.homenav div:nth-child(even){
    float:right;
}
nav.homenav div a:nth-child(even){

}
footer nav ul{
    margin: 0px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
footer nav ul li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ece6e6;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #fff;
    border-bottom-color: #fff;
}
footer nav ul li:nth-last-child(2),
footer nav ul li:last-child{
    border-bottom:none;
}
footer nav ul li:nth-child(even){
    border-right:none;
}

footer nav ul li a{
    background:url(../images/common/arrow-next.png) right center no-repeat ;
    background-size: 25px 20px;
    -webkit-background-size: 25px 20px;
    -moz-background-size: 25px 20px;
    display:block;
    padding:12px 8px;
    color: #70645d;
}

footer .info {
    padding: 20px 2%;
    background: #fff;
    color: #70645d;
    font-size: 14px;
}

footer .info a {
}

.under {
}
.under ul {
    width: 100%;
    overflow: hidden;
}
.under ul li {
    float:left;
    width:50%;
}
.under ul li a {
    display:block;
}
.under ul li:first-child{

}
.under ul li:nth-child(even){
    border-right:none;
}
small {
    background:url(../images/common/copy.gif) left top repeat-x;
    background-size: 100%;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 1% 0px;
    color: #fff;
}
small a{
    color:inherit;
}

/*
横並び画像1列2枚
*/

ul.sp2{
    overflow: hidden;
    letter-spacing:-0.4em;
}

ul.sp2 li{
    width: 49%;
    display: inline-block;
    *display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 2%;
    vertical-align: top;
}

ul.sp2 li:nth-child(2n){
    margin-right: 0;
}

ul.sp2 li img{
    width: 100%;
    height: auto;
    padding:0px;
    margin-bottom: 5px;
}
ul.sp2 li p{
    color: #6e837d;
    text-align: left;
}

/*
横並び画像1列3枚
*/
ul.sp3{
    font-size:12px;
    padding:0px;
    letter-spacing:-0.4em;
    overflow: hidden;
}


ul.sp3 li{
    width:32%;
    display: inline-block;
    *display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 2%;
    overflow:hidden;
    margin-bottom: 10px;
}
ul.sp3 li:nth-child(3n){
    margin-right: 0;
}
ul.sp3 li img{
    width: 100%;
    height: auto;
    padding:0px;
}
/* ---------------------------------------------------- */
/* 下層 */
/* ---------------------------------------------------- */
.box{
    background: #fff;
    padding: 10px 2%;
    overflow: hidden;
    margin-bottom: 20px;
}

.crs dt{
    background: #f99406;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 16px;
}
.crs dd{
    padding: 5px 10px;
    background: #fff;
}

.crs .sp dt{
    background: #83d100;
}
/* ---------------------------------------------------- */
/* qa */
/* ---------------------------------------------------- */
.qa{
    margin-bottom: 20px;
}
.qa:last-child {
    margin-bottom: 0px;
}
.qa .q_icon{
    padding: 10px 0px 10px 45px;
    background: url(../images/common/q_icon.gif) 10px center no-repeat;
    font-weight: bold;
    color: #30b299;
    border-bottom: 2px solid #30b299;
    margin-bottom: 10px;
}

.qa .a_icon{
    padding: 5px 0px 5px 45px;
    background: url(../images/common/a_icon.gif) 10px center no-repeat;
    color: #6e837d;
}

/* ---------------------------------------------------- */
/* voice */
/* ---------------------------------------------------- */
.voice_text dl {
    border: 1px solid #f5dad0;
    border-top: 2px solid #d75728;
    background: #faeeeb;
    padding: 10px;
    margin-bottom: 30px;
}

.voice_text dl dt{
    background: url("../images/common/icon02.gif") no-repeat left center;
    border-bottom: 1px dotted #c7b0a5;
    color: #572420;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px 0 6px 20px;
}

/*
ドローメニュー
*/

#build-menu-page {
    left: 0;
    position: relative;
}

#main-nav li {
    width: 100%;
}

#build-menu {
    visibility: visible;
    z-index: 0;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    width: 260px;
    padding: 0;
    position: static;
    z-index: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    left: 0;
    float: right;
}

.build-menu-animating #build-menu-page {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
    -webkit-transition: -webkit-transform 250ms;
    -moz-transition: -moz-transform 250ms;
    -o-transition: -o-transform 250ms;
    -ms-transition: -ms-transform 250ms;
    transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
    display: block
}

.build-menu-open #build-menu {
    display: block;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    -ms-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
    -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

.movie{
    margin:15px 0;
}
.movie iframe{
    width: 100%;
    height:53vw;
}
p.text-more {
    padding: 12px 0 0;
    text-align: right;
}
p.text-more a {
    padding: 0 0 0 12px;
    color: inherit;
    background: url(../images/common/ico_arrow02.png) left center no-repeat;
}


/* ページネーション
------------------------------ */

ul.pagenation {
    margin: 0 0 20px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}
ul.pagenation li {
    width: 30px;
    margin: 0 3px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid #FF82AC;
    border-radius: 4px;
    vertical-align: top;
    display: inline-block;
}
ul.pagenation li.current {
    color: #fff;
    background: #FF82AC;
}
ul.pagenation li.dot {
    width: 15px;
    margin: 0 1px;
    border: none;
}
ul.pagenation li a {
    text-decoration: none;
    display: block;
}

/* 記事情報
------------------------------ */

.item-date {
    margin: 0 0 8px;
    padding: 0 0 0 10px;
    font-size: 13px;
    background: url(../images/common/ico_arrow01.png) left center no-repeat;
    display: block;
}

.post-data {
    height: 14px;
    margin: 0 0 15px;
    line-height: 14px;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
}
.post-data li {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    font-size: 12px;
    border-right: 1px dotted #aaa;
    display: inline;
}
.post-data .item-date {
    margin: 0;
    display: inline;
}



/* 詳細ページ SNSシェアボタン
------------------------------ */

.sns-sharerbtn-list {
    margin: 8px 0;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #ff6fa0;
    border-bottom: 1px solid #ff6fa0;
    background: #fff;
    overflow: hidden;
    clear: both;
}
.sns-sharerbtn-list li {
    margin: 0 4px;
    vertical-align: top;
    display: inline-block;
}


/* 詳細ページ 前後の記事へのリンク
------------------------------ */

.paginated-link {
    margin: 0 5px;
    overflow: hidden;
}
.paginated-link li {
    width: 48%;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ff6fa0;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}
.paginated-link li.prev-link {
    float: left;
}
.paginated-link li.next-link {
    float: right;
}
.paginated-link li a {
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

/* 追加css */
#sb2_news .item-box:not(:last-of-type){
    margin-bottom: 30px;
}
#sb2_news iframe{
    width: 100%;
}
