@charset "Shift_JIS";
/* reset.css */
body, html {
  -webkit-text-size-adjust:100%;
  background: url(../img/common/bg.jpg);
  font-size:15px;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height:2; }
  @media screen and (max-width: 374px) {
    body, html {
      font-size:12px;
      line-height:1.4; } }
  @media screen and (min-width: 375px) and (max-width: 639px) {
    body, html {
      font-size:13px;
      line-height:1.65; } }

h1, h2, h3, h4, h5, h6 {
  font-size:15px; }
  @media screen and (max-width: 374px) {
    h1, h2, h3, h4, h5, h6 {
      font-size:12px;
      line-height:1.3; } }
  @media screen and (min-width: 375px) and (max-width: 639px) {
    h1, h2, h3, h4, h5, h6 {
      font-size:13px;
      line-height:1.4; } }
html 
{
  -ms-overflow-style: none;  /* IE10+ */
}
html::-webkit-scrollbar  /* Webkit(Chrome) */
{
  display: none;
}
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, 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;
  font-style:normal;
  font-weight:normal;
  vertical-align:baseline; }

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

blockquote, q {
  quotes:none; }

blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none; }

input, textarea {
  margin:0;
  padding:0; }

input, select {
  vertical-align:middle; }

input, textarea, select {
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

ol, ul {
  list-style:none; }

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

caption, th {
  text-align:left; }

img {
  vertical-align:top; }

a:focus {
  outline:none; }

/* clearfix */
.clearfix {
  *zoom:1; }

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

body, html {
  overflow-x:hidden;
  width:100%; }
  body a, html a {
    text-decoration:none; }
    body a:hover, html a:hover {
      color:#00f; }

@media screen and (max-width: 639px) {
  img {
    width:100%;
    height:auto; } }
@media screen and (min-width: 640px) {
  a img {
    transition:opacity .3s ease-in;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden; }

  a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:alpha(opacity=70); } }
#wrapper {
  position:relative;
  overflow:hidden;
  width:100%; }
  @media screen and (max-width: 639px) {
    #wrapper {
      width:100%; }
      #wrapper .show_sp {
        display:block; }
      #wrapper .hide_sp {
        display:none; }
      #wrapper .imgPC {
        display:none; } }
  @media screen and (min-width: 640px) {
    #wrapper .show_sp {
      display:none; }
    #wrapper .imgSP {
      display:none; }
    #wrapper .hide_sp {
      display:block; } }

@media screen and (max-width: 639px) {
  .inner01 {
    padding:0 3.125%; } }
@media screen and (min-width: 640px) {
  .inner01 {
    position:relative;
    width:980px;
    margin:0 auto; } }

.overlay {
  display:none;
  width:100%;
  height:100%;
  text-align:center;
  position:fixed;
  top:0;
  z-index:900;
  background:rgba(255, 255, 255, 0); }

.contents {
  z-index:100;
  position:relative;
  /*Chromeチラつき対*/
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden; }

header h1 {
	background: #aed354;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	margin-bottom: -15px;
	padding:8px 0px;
	text-align:center;
}

#header {
  position:fixed;
  z-index:1000;
  width:100%;
  top:0;
  left:0;
  height:60px;
  -moz-box-sizing:border-box;
  box-sizing:border-box; }
  #header .header_inner {
    position:relative;
    background:rgba(174, 211, 84, 0.99);
    box-shadow:0 3px 6px rgba(96, 96, 96, 0.1);
    z-index:100;
    height:60px; }
  @media screen and (max-width: 639px) {
    #header .siteName {
      width:320px;
        position:absolute;
      top:20px;
        left: 0px;
      -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
      transform:translateY(-50%);
      margin-left:6px; 
      vertical-align: middle; 
      line-height: 1;} 
    #header .siteName .title-s{
    	width: 100px;
    	margin: 0px;
    	padding-top: 20px;
      }
      #header .header_inner .tel-s{
          position:absolute;
          top:0px;
          left: 110px;
    	width: 200px;
    	margin: 0px;
    	padding: 0px;
      }
      #header .header_inner .tel-s img{
          width: 200px;
      }
    #header .siteName span{
    	padding-left: 5px;
    	color: #ffff00;
    	font-size: 1.7rem;
    	}
    #header .siteName a{
    	color: #ffff00;
    	}
    }
  @media screen and (min-width: 640px) {
    #header {
      height:70px; }
      #header .header_inner {
        height:70px; }
      #header .siteName {
        padding:0px; }
        #header .siteName a:hover {
          opacity:0.8;
          filter:alpha(opacity=80);
          -ms-filter:alpha(opacity=80); } }

@media screen and (orientation: landscape) {
  #header {
    width:100%; } }
#gNav {
  position:absolute;
  z-index:10;
  top:-1000px;
  left:0;
  width:100%;
  transition:all .4s ease-in-out;
  background:rgba(255, 253, 231, 0.95);
  overflow:auto;
  -moz-box-sizing:border-box;
  box-sizing:border-box; }
  #gNav.opened {
    top:80px; }
  #gNav .contentsNav, #gNav .sns {
    margin:0 auto; }
  #gNav .contentsNav li a {
    display:block;
    border-bottom:1px dotted #7F7F7F;
    background:url(../img/common/gnav_01.png) left center no-repeat;
    background-size:100% auto;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    line-height:0; }
  #gNav .contentsNav .gnav02 a {
    background-image:url(../img/common/gnav_02.png); }
  #gNav .contentsNav .gnav03 a {
    background-image:url(../img/common/gnav_03.png); }
  #gNav .contentsNav .gnav04 a {
    background-image:url(../img/common/gnav_04.png); }
  #gNav .contentsNav .gnav05 a {
    background-image:url(../img/common/gnav_05.png); }
  #gNav .contentsNav .gnav06 a {
    background-image:url(../img/common/gnav_06.png); }
  #gNav .contentsNav .gnav07 a {
    background-image:url(../img/common/gnav_07.png); }
  #gNav .contentsNav .gnav08 a {
    background-image:url(../img/common/gnav_08.png); }
  #gNav .sns {
    margin-top:20px; }
    #gNav .sns a {
      display:block;
      background:url(../img/common/gnav_06.png) left center no-repeat;
      background-size:100% auto;
      overflow:hidden;
      text-indent:100%;
      white-space:nowrap;
      line-height:0; }
  @media screen and (max-width: 639px) {
    #gNav .contentsNav, #gNav .sns {
      width:93.75%;
      min-width:274px; }
    #gNav .contentsNav li a, #gNav .sns li a {
      height:0;
      padding-top:18.79562%; }
    #gNav .inner {
      padding-bottom:20px; } }
  @media screen and (max-width: 639px) and (orientation: portrait) {
    #gNav .inner {
      position:relative;
      top:50%;
      -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
      transform:translateY(-50%); } }

  @media screen and (min-width: 640px) {
    #gNav {
      padding:30px 0 40px; }
      #gNav .contentsNav, #gNav .sns {
        width:415px; }
        #gNav .contentsNav li a, #gNav .sns li a {
          height:78px; }
      #gNav a {
        transition:opacity .3s ease-in; }
        #gNav a:hover {
          opacity:0.75; } }

#menuTrigger {
  position:fixed;
  z-index:10001;
  top:0;
  right:0;
  width:60px;
  height:60px;
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
  background:#aed354;
  background-size:auto 100%;
  transition:all .4s ease-in-out;
  cursor:pointer; }
  #menuTrigger span, #menuTrigger::before, #menuTrigger::after {
    position:absolute;
    width:22px;
    height:2px;
    background:#fff;
    transition:all .4s ease-in-out; }
  #menuTrigger.opened span {
    opacity:0; }
  #menuTrigger.opened::before {
    transform:rotate(-135deg); }
  #menuTrigger.opened::after {
    transform:rotate(135deg); }
  @media screen and (max-width: 639px) {
    #menuTrigger span, #menuTrigger::before, #menuTrigger::after {
      right:18px; }
    #menuTrigger span {
      top:28px; }
    #menuTrigger::before {
      content:'';
      top:20px; }
    #menuTrigger::after {
      content:'';
      top:36px; }
    #menuTrigger.opened::before, #menuTrigger.opened::after {
      top:28px;
      right:15px;
      width:27px; } }
  @media screen and (min-width: 640px) {
    #menuTrigger {
      width:70px;
      height:70px; }
      #menuTrigger span, #menuTrigger::before, #menuTrigger::after {
        right:23px; }
      #menuTrigger span {
        top:34px; }
      #menuTrigger::before {
        content:'';
        top:26px; }
      #menuTrigger::after {
        content:'';
        top:42px; }
      #menuTrigger.opened::before, #menuTrigger.opened::after {
        top:33px;
        right:21px;
        width:27px; } }

.menu_overlay {
  display:none;
  width:100%;
  height:100%;
  text-align:center;
  position:fixed;
  top:0;
  z-index:110;
  background:rgba(0, 0, 0, 0.49); }



hr{
height: 1px;
border: none;
border-top: 1px #94cc02 dotted;
}


/* ========== logo ========== */

.logo{
	margin-top: 5px;
	padding: 0px 10px;
	text-align: center;
}
.logo img{
}
.logo-index{
	margin-bottom: -10px;
	padding-top: 20px;
}
.area{
	margin-top: 10px;
	background: #b8913e;
	line-height: 1;
}
.area p{
	padding: 10px 0px 8px 0px;
	color: #fff;
	font-size: 1rem;
}


/* ========== pickup ========== */

.pickup{
}
.pickup .box{
	padding: 10px;
}
.pickup .detail{
	position: relative;
	float: left;
	width: 50%;
}
.pickup .detail .image{
	width: 89%;
	padding: 5px;
	text-align: center;
}
.pickup .detail .frame{
	position: absolute; 
	top: 0px; 
	left: 0px
}

.concept{
	padding: 10px;
}


/* ========== info ========== */

.info{
	padding-top: 5px;
}
.info .title{
	width: 50%;
	margin: 0px auto;
}
.info .title img{
}

.info ul{
	width: 85%;
	margin: 0px auto;
	margin-top: 5px;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.info li{
	height: 165px;
	overflow: auto;
}
.info li .day{
	color: #b8913e;
	font-size: 1.3rem;
}
.info li .today{
	font-size: 1.0rem;
}
.info li p{
	line-height: 2;
}


/* ========== profile ========== */

.profile{
	width: 90%;
	margin: 0px auto;
	padding-top: 5px;
}
.profile ul{
	width: 100%;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	position: relative;"
}
.profile ul .shadow-on{
	position: absolute; 
	top: 0px; 
	left: 0px;
}
.profile ul .shadow-off{
	position: absolute; 
	top: 0px; 
	left: 0px;
}
.profile-left{
	float: left;
	width: 40%;
}
.profile-left .image{
	margin: 10px 10px 5px 10px;
	border:1px dotted #b8913e;
}
.profile-left .icon{
	margin: 0px 10px 3px 10px;
	padding: 3px 0px;
	background: #aed354;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}
.profile-right{
	float: right;
	width: 60%;
}
.profile-right .name{
	padding-top: 10px;
	color: #84b116;
	font-size: 1.3rem;
	line-height: 1.2;
}
.profile-right .tall{
	padding-top: 2px;
	color: #2eceff;
	font-size: 1.2rem;
}
.profile-right .size{
	padding-top: 2px;
	color: #ff8000;
	font-size: 1rem;
	line-height: 1;
}
.profile-right .line{
	height: 1px;
	margin-right: 10px;
	border: none;
	border-top: 1px #b8913e dotted;
}
.profile-right .denma{
	padding-top: 2px;
}
.profile-right .denma span{
	color: #ea68a2;
}
.profile-right .check{
	padding-top: 2px;
	color: #ea68a2;
}
.profile-right .star{
	width: 104px;
}

/* ========== playmovie ========== */

.playmovie{
	padding-top: 15px;
}
.playmovie .title{
	width: 50%;
	margin: 0px auto;
}
.playmovie .title img{
}

.playmovie ul{
	width: 300px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.playmovie li{
}
.playmovie li .day{
	color: #b8913e;
	font-size: 1.3rem;
}
.playmovie li .today{
	font-size: 1.0rem;
}
.playmovie li p{
	line-height: 2;
}


/* ========== banner ========== */

.banner{
	padding: 0px 10px 10px 10px;
}


/* ========== today ========== */

.today{
	margin-top: 20px;
}
.today .text{
	width: 90%;
	margin: 0px auto;
	margin-top: -10px;
}

.today .information{
	width: 65%;
	margin: 0px auto;
	padding-top: 10px;
}

.today .come{
	padding: 10px;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}

/* ========== number ========== */

.number{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.number .left{
	float: left;
	width: 60%;
	background: #aed354;
}
.number .left p{
	padding: 10px 0px;
	border:3px solid #aed354;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}
.number .left span{
	color: #ffff00;
}
.number .right{
	float: right;
	width: 40%;
	background: #fff;
}
.number .right p{
	padding: 10px 0px;
	border:3px solid #aed354;
	font-size: 1.5rem;
	text-align: center;
}
.number .right span{
	color: #ff0000;
}

/* ========== tit ========== */
.tit{
	width: 65%;
	margin: 0px auto;
	padding-top: 10px;
}

/* ========== footer ========== */

footer {
	margin-top: 25px;
	background: #aed354;
	font-size: 0.8rem;
	color:#fff;
	text-align: center;
}
footer .text{
	padding-top:15px;
	color: #fff;
	line-height: 1.8em;
}
footer .copyright{
	padding: 15px 0px 15px 0px;
	color: #000;
}
footer .copyright a{
	color: #000;
}



#footer {
  position:relative;
  z-index:100;
  border-top:6px solid #D4E7F0;
  background:#fff; }
  #footer .contentsNav a {
    color:#333; }
  #footer .insta a {
    background:url(../img/common/icon_instagram_01.png) 0 0 no-repeat; }
  #footer .copyright {
    margin-top:5px;
    font-size:0.688rem;
    line-height:1.2;
    color:#999;
    font-family:helvetica, Verdana, Geneva, "sans-serif"; }
  @media screen and (max-width: 639px) {
    #footer {
      padding:15px 0;
      display:flex;
      display:-webkit-flex;
      -webkit-flex-direction:row;
      flex-direction:row;
      -webkit-flex-wrap:wrap;
      flex-wrap:wrap; }
      #footer .logo {
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:0 12px;
        width:39.53125%; }
      #footer .right {
        border-left:1px solid #e5e5e5;
        width:60.46875%;
        padding:0 12px;
        -moz-box-sizing:border-box;
        box-sizing:border-box; }
      #footer .contentsNav li {
        font-size:0.813rem; }
      #footer .insta a {
        background-size:1.2em auto;
        background-position:right center;
        padding-right:1.4em; } }
  @media screen and (min-width: 640px) {
    #footer {
      height:135px; }
      #footer .logo {
        position:absolute;
        left:10px;
        top:30px; }
      #footer .right {
        position:absolute;
        top:44px;
        right:10px;
        text-align:right; }
      #footer .contentsNav {
        font-size:0; }
        #footer .contentsNav li {
          display:inline-block;
          line-height:19px;
          font-size:0.938rem; }
          #footer .contentsNav li:nth-child(-n+5)::after {
            content:"|";
            color:#dadada;
            display:inline-block;
            padding:0 10px; }
      #footer .copyright {
        margin-top:10px;
        font-size:0.75rem; }
      #footer .insta a {
        display:inline-block;
        vertical-align:bottom;
        height:19px;
        width:19px;
        background-size:100% auto;
        overflow:hidden;
        text-indent:100%;
        white-space:nowrap; } }

#pageTop {
  position:fixed;
  z-index:99999;
  display:none;
  width:64px;
  height:64px; }
  @media screen and (max-width: 639px) {
    #pageTop {
      right:5px;
      bottom:5px; } }
  @media screen and (min-width: 640px) {
    #pageTop {
      left:50%;
      bottom:20px;
      width:90px;
      height:90px;
      margin-left:-45px; }
      #pageTop a {
        position:relative; } }

#loading {
  width:100%;
  height:100%;
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
  background:#aed354 url(../img/common/loading.gif) center center no-repeat; }

.acTrigger {
  cursor:pointer;
  position:relative; }
  .acTrigger.opened::after {
    content:"";
    display:block;
    position:absolute;
    height:10px;
    width:10px;
    top:50%;
    right:10px;
    background:#000; }

.acTrigger + * {
  display:none;
  height:300px;
  background:#fff; }

#gotoContact {
  padding:50px 0;
  text-align:center; }
  #gotoContact .btnContact {
    display:inline-block;
    vertical-align:top;
    width:600px;
    height:73px;
    background:url(../img/common/btn_contactus_pc.png) 0 0 no-repeat;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    transition:opacity .3s ease-in; }
    #gotoContact .btnContact:hover {
      opacity:0.8; }
  @media screen and (max-width: 639px) {
    #gotoContact {
      padding:20px 0; }
      #gotoContact .btnContact {
        width:300px;
        height:44px;
        background-size:100% auto;
        background-image:url(../img/common/btn_contactus_sp.png);
        background-size:100% auto; } }

.topicPath {
  border-bottom:1px solid #E5E5E5;
  font-size:0.875rem;
  line-height:1.8;
  padding:40px 0; }
  .topicPath a, .topicPath a:hover {
    color:#d16d42; }
  .topicPath span {
    display:inline-block;
    width:20px;
    background:url(../img/common/topicpath_img_01.png) center center no-repeat;
    background-size:auto 1em;
    text-indent:-99999px; }
  .topicPath strong {
    font-weight:normal; }
  @media screen and (max-width: 639px) {
    .topicPath {
      padding:10px 0; } }
  @media all and (-ms-high-contrast: none) {
    .topicPath span {
      position:relative;
      top:-2px; } }

.pagenation {
  display:none;
  padding:40px 0 100px;
  text-align:center;
  font-size:0; }
  .pagenation li {
    display:inline-block;
    width:30px;
    margin:0 5px;
    background:#364446;
    font-size:1.125rem;
    line-height:30px;
    color:#fff;
    opacity:0.4; }
    .pagenation li a {
      display:block;
      background:#364446;
      color:#fff;
      vertical-align:bottom; }
    .pagenation li.active {
      opacity:1; }
  @media screen and (max-width: 639px) {
    .pagenation {
      padding:20px 0 40px; } }

.wp-pagenavi {
  padding:40px 0 100px;
  text-align:center;
  font-size:0; }
  .wp-pagenavi a, .wp-pagenavi a:hover, .wp-pagenavi .current {
    display:inline-block;
    width:30px;
    margin:0 5px;
    background:#364446;
    opacity:0.4;
    vertical-align:bottom;
    font-size:1.125rem;
    line-height:30px;
    color:#fff; }
  .wp-pagenavi span.current {
    opacity:1; }
  @media screen and (max-width: 639px) {
    .wp-pagenavi {
      padding:20px 0 40px; } }

#detailFootNav {
  border-top:1px solid #E5E5E5;
  padding:50px 0; }
  #detailFootNav .next, #detailFootNav .prev {
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    z-index:100; }
    #detailFootNav .next a, #detailFootNav .prev a {
      display:block; }
  @media screen and (max-width: 639px) {
    #detailFootNav {
      padding:20px 3.125%;
      display:flex;
      display:-webkit-flex;
      -webkit-flex-direction:row;
      flex-direction:row;
      -webkit-justify-content:space-between;
      justify-content:space-between;
      -webkit-align-items:center;
      align-items:center; }
      #detailFootNav .backtoList {
        display:block;
        width:76%;
        order:2; }
      #detailFootNav .next, #detailFootNav .prev {
        display:block;
        height:31px;
        width:20px; }
        #detailFootNav .next a, #detailFootNav .prev a {
          height:31px;
          width:20px;
          background:url(../img/common/arrow_02.png) 0 0 no-repeat;
          background-size:auto 100%; }
      #detailFootNav .prev {
        order:1; }
      #detailFootNav .next {
        order:3; }
        #detailFootNav .next a {
          background-position:top right; } }
  @media screen and (min-width: 640px) {
    #detailFootNav {
      text-align:center; }
      #detailFootNav .next, #detailFootNav .prev {
        position:absolute;
        height:120px;
        width:45px;
        top:calc(50% - 150px);
        transition:opacity .3s ease-in; }
        #detailFootNav .next a, #detailFootNav .prev a {
          height:120px;
          width:45px;
          background:url(../img/common/arrow_01.png) 0 0 no-repeat; }
        #detailFootNav .next:hover, #detailFootNav .prev:hover {
          opacity:0.8; }
      #detailFootNav .prev {
        left:0; }
      #detailFootNav .next {
        right:0; }
        #detailFootNav .next a {
          background-position:top right; } }



/* ========== concept ========== */
.concept{
	padding: 0px 20px;
	font-size: 1.2rem;
	line-height: 1.8;
	text-shadow: 2px  2px 1px #fff,
	            -2px  2px 1px #fff,
	             2px -2px 1px #fff,
	            -2px -2px 1px #fff;
}
.concept .image{
	float: right;
	width: 50%;
	margin-right: 10px;
}
.concept .text-01{
	color: #e75dac;
	font-size: 2rem;
}
.concept .text-02{
	color: #00a0e9;
	font-size: 1.4rem;
}
.concept .text-03{
	color: #ad8a00;
	font-size: 1.4rem;
}


/* ========== price ========== */
.price{
	border-top:1px solid #aed354;
	border-left:1px solid #aed354;
	font-size: 16px;
}
.price-top{
	background: #aed354;
	border-right:1px solid #aed354;	
	border-bottom:1px solid #aed354;
	padding: 8px;
	color: #fff;
	text-align: center;
}
.price-left{
	display:table-cell;
	vertical-align: middle;
	width: 700px;
	background: #fffff0;
	border-right:1px solid #aed354;	
	border-bottom:1px solid #aed354;
	padding: 8px;
	text-align: center;
}
.price-left2{
	display:table-cell;
	vertical-align: middle;
	width: 700px;
	background: #aed354;
	border-right:1px solid #aed354;	
	border-bottom:1px solid #aed354;
	padding: 8px;
	color: #fff;
	text-align: center;
}
.price-right{
	display:table-cell;
	vertical-align: middle;
	width: 335px;
	background: #fff;
	border-right:1px solid #aed354;	
	border-bottom:1px solid #aed354;
	padding: 8px;
	color: #e6739d;
	text-align: center;
}
.price-middle{
	display:table-cell;
	vertical-align: middle;
	width: 500px;
	background: #fffff0;
	border-right:1px solid #aed354;	
	border-bottom:1px solid #aed354;
	padding: 8px;
	text-align: center;
}
.price-bottom{
	display:table-cell;
	vertical-align: middle;
	width: 500px;
	background: #fff;
	border-right:1px solid #aed354;	
	border-bottom:1px solid #aed354;
	padding: 8px;
	color: #e6739d;
	text-align: center;
}
.text{
	padding: 10px;
	line-height: 2;
	text-align: center;
}

.executive{
	padding: 10px 0px 20px 0px;
	line-height: 2;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
	font-weight: bold;
}
.executive span{
	color: #eaad1a;
	font-size: 20px;
	font-weight: bold;
}


/* ========== index ========== */

.enter{
	width: 250px;
	margin: 0px auto;
	padding-top: 20px;
}
.leave{
	width: 150px;
	margin: 0px auto;
	padding-top: 5px;
}
.ninshou{
	width: 65px;
	margin: 0px auto;
	padding-top: 5px;
}

.index-text{
	width: 80%;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-size: 12px;
	line-height: 1.8;
}
.index-text h2{
	color: #ff8000;
	font-size: 12px;
	font-weight: bold;
}
.index-text h3{
	padding-top: 10px;
	color: #e879a2;
	font-size: 20px;
	font-weight: bold;
}
.index-text .text-01{
	color: #88be00;
	font-size: 17px;
	font-weight: bold;
}
.index-text .text-02{
	color: #00c6ff;
	font-size: 17px;
	font-weight: bold;
}
.index-text .text-03{
	color: #f752e5;
	font-size: 17px;
	font-weight: bold;
}
.index-text .text-04{
	color: #b7aa00;
	font-size: 17px;
	font-weight: bold;
}

	
/* ========== system ========== */

.system-contents{
	width: 222px;
	margin: 0px auto;
}
.system-text{
	padding: 5px 15px;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.system-flow{
	width: 300px;
}

.step{
	padding: 0px 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px #b09035 dotted;
}
.step .image{
	float: left;
	width: 85px;
	margin-right: 10px;
}
.step .text-01{
	padding-top: 10px;
	color: #e27082;
	font-size: 1.6rem;
	font-weight: bold;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.step .text-02{
	padding-top: 10px;
	color: #74a301;
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.step .text-03{
	padding-top: 10px;
	color: #18b7ff;
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.step .text-04{
	padding-top: 10px;
	color: #c25eb7;
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}



/* ========== space ========== */

.space{
	width: 95%;
	margin: 0px auto;
	margin-top: 15px;
	padding: 35px 0px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.space ul{
	width: 95%;
	margin: 0px auto;
}
.space li{
	display:table-cell;
	vertical-align: top;
}
.space li .text{
	padding-left: 20px;
	line-height: 2;
}
.space li .text span{
	font-size: 13px;
	color: #ff0000;
}



.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list8{
	counter-reset:li;
	margin-left:10px !important;
}
 
.list8 li{
	position:relative;
	display: block;
	padding:12px 0px 8px 60px; 
	line-height: 2;
}
.list8 li span{
	color: #ff0000;
}
.list8 li .idpass{
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.5;
}
.list8 li .tel{
	font-size: 22px;
	color: #00d8ff;
	line-height: 1.5;
}
.list8 li .tel a{
	color: #00d8ff;
}
.list8 li .mail{
	font-size: 22px;
	color: #ff8000;
	line-height: 1.5;
}
.list8 li .mail a{
	color: #ff8000;
}
.list8 li .point{
	margin-top: -18px;
	font-size: 26px;
	color: #00d8ff;
}
.list8 li .contact{
	margin-top: 0px;
	font-size: 1.5rem;
	color: #ff8000;
	line-height: 1.4;
}
.list8 li .contact a{
	color: #ff6292;
}
li.list8-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: -11px;
	top: 2px;
	background: #aed354;
	height: 50px;
	width: 50px;
	line-height: 50x;
	border: 2px solid #aed354;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
	color: #ffff00;
	font-size: 24px;
}
 
li.list8-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:20px; 
	left:25px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 25px solid #aed354;
}


.ornament{
	width:100%;
	text-align:center;
}
.ornament h2{
	position:relative;
	display:inline-block;
	padding:24px 24px;
	color: #b4a371;
	font-size: 34px;
}
.ornament h2:before, .ornament h2:after{
	content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:1px solid #b4a371;
	position:absolute;
	top:0;
}
.ornament h2:before{left:-34px;}
.ornament h2:after{right:-34px;}
.ornament h2 span{
	display:block;
	width:20px;height:20px;
	border:2px solid #b4a371;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-8px;
}


#qanda {
    padding: 8px;
    font-size: 14px; /*全体フォントサイズ*/
}
#qanda h3 {
    color: #666;
    font-size: 18px;
    margin: 48px 0 16px 0;
    border-bottom: 1px dashed #ddd;
}
#qanda dl {
    margin: 0 0 24px;
}
#qanda dt,
#qanda dd {
    position: relative;
    margin-left: 40px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}
#qanda dt {
    font-weight: bold;
    color: #e37687;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.3
}
#qanda dd {
    font-size: 12px;
    line-height: 1.5;
}
#qanda dt:before,
#qanda dd:before {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: -52px;

}
#qanda dt:before {
    content: "Q";
    margin-top: -12px;
    background: #e37687;
}
#qanda dd:before {
    content: "A";
    margin-top: -8px;
    background: #aaa !important;
}


/* ========== input ========== */

.input{
	width: 95%;
	margin: 0px auto;
	margin-top: 5px;
	padding: 35px 0px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.input ul{
	width: 92%;
	margin: 0px auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #b09035 dotted;
}
.input ul.sub{
	width: 95%;
	margin: 0px auto;
	margin-bottom: -10px;
	border-bottom: 1px #fff dotted;
}
.input ul.sub2{
	width: 95%;
	margin: 0px auto;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #b09035 dotted;
}
.input li{
	display:table-cell;
	vertical-align: middle;
}
.input li input,select{
	height: 30px;
}
.input li.point{
	width: 30px;
}
.input li.contents{
	padding: 0px 5px;
	color: #b09035;
	font-size: 16px;
	line-height: 1.5;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.input li.contents span{
	font-size: 12px;
}
.input li.contents span.red{
	color: #ff0000;
	font-size: 20px;
}

.input li.contents2{
	width: 903px;
	padding: 0px 5px;
	color: #b09035;
	font-size: 20px;
	line-height: 1.5;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.input li.contents2 span{
	font-size: 12px;
}
.input li.contents2 span.red{
	color: #ff0000;
	font-size: 20px;
}

.input li.item{
    text-align: left;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.input li.item input,select,textarea{
    border: 1px solid #ddd;
    background: #fff
}
.input li.item p{
    margin-bottom: -5px;
    color: #ff0000;
    font-size: 18px;
}
.input li.item span{
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.6;
}

.input .center{
	text-align: center;
}
.input .center span{
	vertical-align: middle;
	font-size: 30px;
}
.input .ng{
	width: 25px;
	height: 25px;
}

input#submit_button {
    padding: 10px 15px;
    font-size: 1.2em;
    background-color: #aed354;
    color: #fff;
    border-style: none;
    border-radius: 0;
    -webkit-appearance: none;
}


.input2{
	width: 95%;
	margin: 0px auto;
	margin-top: 15px;
	padding: 35px 0px;
	background-color: rgba(255,255,255,0.8);
	box-shadow:3px 3px 8px -1px #c4c4c4;
	-moz-box-shadow:3px 3px 8px -1px #c4c4c4;
	-webkit-box-shadow:3px 3px 8px -1px #c4c4c4;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.input2 .box{
	width: 95%;
	margin: 0px auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.input2 .box .thanks{
	padding-top: 20px;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}



.form-center{
	margin-top: 25px;
	text-align: center;
}

.form{
	margin-top: 25px;
}

.form table{
	border-left: 1px #b09035 dotted;
	border-top: 1px #b09035 dotted;
}

.form td{
	padding: 10px;
	font-size: 0.8rem;
	border-right: 1px #b09035 dotted;
	border-bottom: 1px #b09035 dotted;
	text-align: left;
}




.mailcgi{
	color: #fff;
	font-size: 1px;
}
.mailcgi a{
	color: #fff;
	font-size: 1px;
}


.executive-bg{
	line-height: 2;
}
.executive-bg span{
	color: #ff0000;
}



.hotellist{
	width: 320px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px 10px;
}


.chat{
	padding: 10px 10px 0px 10px;
}

.chat-text{
	padding: 10px;
	line-height: 1.5;
	text-shadow: 2px  2px 5px #fff,
	            -2px  2px 5px #fff,
	             2px -2px 5px #fff,
	            -2px -2px 5px #fff;
}
.chat-text .text-01{
	color: #87b900;
	font-size: 24px;
	font-weight: bold;
}
.chat-text .text-02{
	color: #ff8000;
	font-size: 16px;
	font-weight: bold;
}
.chat-text .text-03{
	color: #ff0000;
	font-size: 35px;
	font-weight: bold;
}

.button {
	border:3px solid #96c233;
    background-color: #fff;
    transition: background-color 1s;
    margin-top: 10px;
    text-align: center;
}

.button:hover {
	color: #96c233;
    background-color: #eafdbc;
}
.button p{
	padding: 10px;
}
.button a{
	display:block;
	color: #96c233;
	font-size: 15px;
}
#modal {
    display:none
}

#confirm_modal {
    width:450px;
    background:#efefef;
    padding:30px;
    border:1px #ddd solid;
    -webkit-border-radius:10px;
    -mozborder-radius:10px;
    border-radius:10px;
}

#confirm_modal ul	{
    text-align:center;
    margin:10px auto;
}

#confirm_modal ul li	{
    display:inline-block;
    /display:inline;
    /zoom:1;
    padding:0 10px;
}

#confirm_modal ul li a	{
    display:block;
    -webkit-border-radius:4px;
    -mozborder-radius:4px;
    border-radius:4px;
    padding:5px 10px;
    text-align:center;
    cursor:pointer;
    text-decoration:none
}

#confirm_modal ul li a.yes	{
    background:#dd0000;
    color:#fff;
}

#confirm_modal ul li a.no	{
    background:#333;
    color:#fff;
}




input[type=text] {
    font-size: 16px;
    transform: scale(0.8);
}

.link-banner li{
    padding: 3px 0
}