﻿@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td, figure, section, article {margin: 0; padding: 0;}
body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; box-sizing: border-box;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}
img {border: 0; vertical-align: top;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}
pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
*:focus {outline: none;}


/* TOP */

@media screen and (min-width:801px) {

.inner {
  width: 1000px;
  margin: 0 auto;
}

.main {
  background-color: #ffffff;
  background-image: url(http://www.cinderellaphoto.jp/photo_exhibition/img/main.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 15px 0 50px 0;
  height: 422px;
}

.main h1 img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.department {
  width: 100%;
  background-color: #E0E1E2;
  padding: 40px 0 20px 0;
  overflow: hidden;
}

.department .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.department .inner .item {
  float: left;
  width: 303.3px;
  margin: 0 15px;
  text-align: center;
  position: relative;
}

.department .inner .item img {
  width: 100%
}

.department .inner .item p {
  color: #4D4D4D;
  font-size: 13px;
  line-height: 22px;
  margin-top: 13px;
}

.department .inner .item .no-limit {
  margin-top: 26px;
}

.department .inner .item .item-tag {
  height: 40px;
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 7px 30px;
  background-color: #E87473;
  letter-spacing: 0.15em;
  font-weight: bold;
  box-sizing: border-box;
}

.department .inner .item .item-tag:before {
  position: absolute;
  top: 40px;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #BC6161;
  border-right-color: #BC6161;
}

.department .inner .item .item-tag span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
}

.term {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 15px 0;
  overflow: hidden;
  border-bottom: solid 5px #E87473;
}

.term:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.term .left-content {
  width: 700px;
  float: left;
  text-align: left;
}

.term .left-content img {
  margin-top: 15px;
}

.term .right-content {
  width: 300px;
  float: right;
  text-align: right;
}

.term .right-content img {
  margin-right: 35px;
}

.entry {
  width: 100%;
  padding: 50px 0 50px 0;
  background-image: linear-gradient(
  -45deg,
  #fff 25%,
  #F3EEDB 25%, #F3EEDB 50%,
  #fff 50%, #fff 75%,
  #F3EEDB 75%, #F3EEDB
  );
  background-size: 100px 100px;
}

.entry-box {
  width: 100%;
  padding: 15px;
  background-image: linear-gradient(
  -45deg,
  #fff 25%,
  #a68081 25%, #a68081 50%,
  #fff 50%, #fff 75%,
  #a68081 75%, #a68081
  );
  background-size: 20px 20px;
  box-sizing: border-box;
}

.entry-box-inner {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.entry-box-inner h2 img{
  width: 564px;
}

.entry-box-inner p{
  font-size: 15px;
  line-height: 25px;
  color: #4D4D4D;
  margin: 20px auto;
}

.entry-box-inner .entry-term{
  width: 775px;
  margin-bottom: 20px;
}

.entry-box-inner a img{
  width: 100%;
  transition: 0.3s ;
}

.entry-box-inner a img:hover {
  cursor:pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity:0.6;
  zoom:1;
}

.entry-description {
  padding: 30px 10px;
}

.entry-description:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}


.entry-description .left-content {
  padding: 5px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.entry-description .left-content img {
  width: 100%;
}

.entry-description .right-content {
  padding: 0px;
  float: right;
  width: 50%;
}

.entry-description .right-content img {
  width: 100%;
}

.entry-price {
  background: #ffd590;
  border-radius: 10px;
  width: 100%;
  border: solid 1px #9d8054;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.entry-price h3 {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry-price p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
}

.entry-present {
  margin-bottom: 50px;
  padding: 0px;
}

.entry-present img {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 280px;
  display: block;
  padding: 20px 30px;
  box-sizing: border-box;
}

.shop-entry {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
}

.shop-entry {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
}

.shop-ttl {
  height: 60px;
  position: absolute;
  top: -30px;
  padding: 7px 30px;
  background-color: #b89999;
  letter-spacing: 0.15em;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  width: 1020px;
  left: -10px;
}

.shop-ttl img {
  margin-top: 3px;
  width: 721px;
}

.shop-ttl:before {
  position: absolute;
  top: 60px;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #826262;
  border-right-color: #826262;
}

.shop-ttl:after {
  position: absolute;
  top: 60px;
  right: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #826262;
  border-left-color: #826262;
}

.shop-content {
  padding: 30px 20px;
}

.shop-content:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.shop-content .left-content {
  float: left;
  width: 60%;
  box-sizing: border-box;
}

.shop-content .left-content img {
  width: 100%;
}

.shop-content .right-content {
  padding: 0px;
  float: right;
  width: 40%;
}

.shop-content .right-content address {
  color: #000;
  font-size: 13px;
  margin-left: 30px;
}

.shop-content .right-content img {
  width: 360px;
}

.events {
  margin-top: 10px;
}

.events h3 img {
 width: 573px;
}

.events .art {
  width: 100%;
}

.events .baby {
  width: 100%;
}

.entry-link img{
  width: 100%;
  transition: 0.3s ;
  margin-top: 40px;
}

.entry-link img:hover {
  cursor:pointer;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
  zoom:1;
}

.pc-none {
  display: none;
}

.notice {
  padding: 20px 0;
  background-color: #e87473;
  color: #fff;
  font-size: 20px;
  text-align: center;
}



}




@media screen and (max-width:800px) {

.inner {
  width: 90%;
  margin: 0 auto;
}

.main {
  background-color: #ffffff;
  background-image: url(http://www.cinderellaphoto.jp/photo_exhibition/img/main.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 30px 0 30px 0;
  border-bottom: solid 5px #bbcfd8;
}

.main h1 img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.department {
  width: 100%;
  background-color: #E0E1E2;
  padding: 40px 0 20px 0;
  overflow: hidden;
}

.department .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.department .inner .item {
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.department .inner .item img {
  width: 100%
}

.department .inner .item p {
  color: #4D4D4D;
  font-size: 13px;
  line-height: 22px;
  margin-top: 13px;
}

.department .inner .item .item-tag {
  height: 40px;
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 7px 30px;
  background-color: #E87473;
  letter-spacing: 0.15em;
  font-weight: bold;
  box-sizing: border-box;
}

.department .inner .item .item-tag:before {
  position: absolute;
  top: 40px;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #BC6161;
  border-right-color: #BC6161;
}

.department .inner .item .item-tag span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
}


	
.term {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 15px 0;
  overflow: hidden;
  border-bottom: solid 5px #E87473;
}

.term:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.term .left-content {
  width: 80%;
  float: left;
  text-align: left;
}

.term .left-content img {
  margin-top: 15px;
  width: 100%
}

.term .right-content {
  width: 20%;
  float: right;
  text-align: right;
}

.term .right-content img {
  margin-right: 35px;
  width: 100%
}

.entry {
  width: 100%;
  padding: 50px 0 150px 0;
  background-image: linear-gradient(
  -45deg,
  #fff 25%,
  #F3EEDB 25%, #F3EEDB 50%,
  #fff 50%, #fff 75%,
  #F3EEDB 75%, #F3EEDB
  );
  background-size: 100px 100px;
}

.entry-box {
  width: 100%;
  padding: 15px;
  background-image: linear-gradient(
  -45deg,
  #fff 25%,
  #a68081 25%, #a68081 50%,
  #fff 50%, #fff 75%,
  #a68081 75%, #a68081
  );
  background-size: 20px 20px;
  box-sizing: border-box;
}

.entry-box-inner {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.entry-box-inner h2 img{
  width: 100%;
}

.entry-box-inner p{
  font-size: 15px;
  line-height: 25px;
  color: #4D4D4D;
  margin: 20px auto;
}

.entry-box-inner .entry-term{
  width: 100%;
  margin-bottom: 20px;
}

.entry-box-inner a img{
  width: 100%;
  transition: 0.3s ;
}

.entry-box-inner a img:hover {
  cursor:pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity:0.6;
  zoom:1;
}

.entry-description {
  padding: 30px 10px;
}

.entry-description:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}


.entry-description .left-content {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.entry-description .left-content img {
  width: 100%;
}

.entry-description .right-content {
  padding: 0px;
  width: 100%;
}

.entry-description .right-content img {
  width: 100%;
}

.entry-price {
  background: #ffd590;
  border-radius: 10px;
  width: 100%;
  border: solid 1px #9d8054;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.entry-price h3 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry-price p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: bold;
}

.entry-present {
  margin-bottom: 50px;
  padding: 0px;
}

.entry-present img {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 280px;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}

.shop-entry {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
}

.shop-entry {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
}

.shop-ttl {
  height: 30px;
  position: absolute;
  top: -15px;
  padding: 0px 10px;
  background-color: #b89999;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  left: -10px;
}

.shop-ttl img {
  margin-top: 3px;
  width: 100%;
}

.shop-ttl:before {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #826262;
  border-right-color: #826262;
}

.shop-ttl:after {
  position: absolute;
  top: 30px;
  right: 0;
  content: "";
  border: 5px solid transparent;
  border-top-color: #826262;
  border-left-color: #826262;
}

.shop-content {
  padding: 30px 20px;
}

.shop-content:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.shop-content .left-content {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.shop-content .left-content img {
  width: 100%;
}

.shop-content .right-content {
  padding: 0px;
  float: right;
  width: 100%;
}

.shop-content .right-content address {
  color: #000;
  font-size: 13px;
  margin-left: 30px;
}

.shop-content .right-content img {
  width: 63%;
  margin-left: -4px;
}

.events {
  margin-top: 10px;
}

.events h3 img {
 width: 100%;
}

.events .art {
  width: 100%;
}

.events .baby {
  width: 100%;
}

.entry-link img{
  width: 100%;
  transition: 0.3s ;
  margin-top: 40px;
}

.entry-link img:hover {
  cursor:pointer;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
  zoom:1;
}

.sm-none {
  display: none;
}

.notice {
  padding: 20px 0;
  background-color: #e87473;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

}

/* entry */

@media screen and (min-width:801px) {

.entry-main {
  background-color: #ffffff;
  background-image: url(http://www.cinderellaphoto.jp/photo_exhibition/img/main.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 40px 0;
}

.entry-main-inner {
  background-color: #fff;
  padding: 50px 0;
}

.entry-main-inner .inner {
  position: relative;
  text-align: center;
}

.entry-main-inner .inner h1 img {
  position: relative;
  width: 700px;
}

.entry-main-inner .inner .contest {
  position: absolute;
  left: 0px;
  bottom: -70px;
}

.entry-from {
  background-color: #fff;
}

.entry-from .description {
  margin: 40px 0;
  font-size: 16px;
  color: #4D4D4D;
  line-height: 23px;
  text-align: center;
}

#entry-form dt {
  width: 300px;
  float: left;
  border-top: 1px solid #e6e6e6;
  clear: both;
  padding: 22px 0;
  position: relative;
  font-size: 14px;
  color: #E87473;
  line-height: 21px;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}

#entry-form #fix {
  height: 106px;
  padding: 44px 0;
}

#entry-form dt div {
  margin-left: 40px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

#entry-form form {
}

#entry-form dl {
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

#entry-form dd {
  width: 700px;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 15px 30px;
  position: relative;
  border-left: solid 1px #e6e6e6;
  box-sizing: border-box;
  line-height: 35px;
  border-right: solid 1px #e6e6e6;
}

#entry-form dd input[type="text"],input[type="email"],input[type="tel"] {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-size: 14px;
  padding: 7px 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

#entry-form select {
  width: 100%;
  font-size: 14px;
  padding: 7px 5px;
  box-sizing: border-box;
  background: #f2f2f2;
}

#entry-form .year {
  display: inline-block;
  width: 100px;
  margin-right: 50px;
  position: relative;
}

#entry-form .year:before {
  content: "年";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}
	
#entry-form .age {
  display: inline-block;
  width: 100px;
  margin-right: 50px;
  position: relative;
}

#entry-form .age:before {
  content: "歳";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}

#entry-form .month {
  display: inline-block;
  width: 100px;
  margin-right: 70px;
  position: relative;
}

#entry-form .month:before {
  content: "月";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}

#entry-form .day {
  display: inline-block;
  width: 100px;
  position: relative;
}

#entry-form .day:before {
  content: "日";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}

#entry-form .hour {
  height: 30px;
  margin-top: 10px;
}

#entry-form .last {
  border-bottom: 1px solid #e6e6e6;
}

#entry-form .last p {
  line-height: 22px;
}

#entry-form .submit {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 80px;
}

#entry-form .submit {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 80px;
}

#entry-form .submit input {
  background: #E87473;
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 12px 0;
  width: 420px;
  font-size: 20px;
  letter-spacing: 4px;
  margin-top: 50px;
  border-radius: 10px;
}

#entry-form .submit a {
  background: #E87473;
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 12px 0;
  width: 420px;
  font-size: 20px;
  letter-spacing: 4px;
  margin-top: 30px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

#entry-form #event {
  height: 101px;
  padding: 30px 0;
}

}

@media screen and (max-width:800px) {

.entry-main {
  background-color: #ffffff;
  background-image: url(http://www.cinderellaphoto.jp/photo_exhibition/img/main.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 40px 0;
}

.entry-main-inner {
  background-color: #fff;
  padding: 50px 0;
}

.entry-main-inner .inner {
  position: relative;
  text-align: center;
}

.entry-main-inner .inner h1 img {
  position: relative;
  width: 100%;
}

.entry-main-inner .inner .contest {
  position: absolute;
  left: 0px;
  top: -55px;
  width: 60px;
}

.entry-from {
  background-color: #fff;
}

.entry-from .description {
  margin: 40px 0;
  font-size: 11px;
  color: #4D4D4D;
  line-height: 23px;
  text-align: center;
}

#entry-form dt {
  width: 30%;
  float: left;
  border-top: 1px solid #e6e6e6;
  clear: both;
  padding: 22px 0;
  position: relative;
  font-size: 12px;
  color: #E87473;
  line-height: 21px;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
  height: 66px;
  text-align: center;
}

#entry-form .fix {
  padding: 14px 0;
}

#entry-form #fix {
  height: 106px;
  padding: 33px 0;
}

#entry-form dt div {
  margin-left: 0px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

#entry-form form {
}

#entry-form dl {
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

#entry-form dd {
  width: 70%;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 15px 5px;
  position: relative;
  border-left: solid 1px #e6e6e6;
  box-sizing: border-box;
  line-height: 35px;
  border-right: solid 1px #e6e6e6;
}

#entry-form dd input[type="text"],input[type="email"],input[type="tel"] {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-size: 14px;
  padding: 7px 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

#entry-form select {
  width: 100%;
  font-size: 14px;
  padding: 7px 5px;
  box-sizing: border-box;
  background: #f2f2f2;
}

#entry-form .year {
  display: inline-block;
  width: 50px;
  margin-right: 30px;
  position: relative;
}

#entry-form .year:before {
  content: "年";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}

#entry-form .month {
  display: inline-block;
  width: 30px;
  margin-right: 30px;
  position: relative;
}

#entry-form .month:before {
  content: "月";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}

#entry-form .day {
  display: inline-block;
  width: 30px;
  position: relative;
}

#entry-form .day:before {
  content: "日";
  right: -22px;
  bottom: -8px;
  font-size: 15px;
  color: #333;
  position: absolute;
}

#entry-form .hour {
  height: 30px;
  margin-top: 10px;
}

#entry-form .last {
  border-bottom: 1px solid #e6e6e6;
  height: auto;
}

#entry-form .last p {
  line-height: 22px;
}

#entry-form .submit {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 80px;
}

#entry-form .submit {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 80px;
}

#entry-form .submit input {
  background: #E87473;
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  font-size: 20px;
  letter-spacing: 4px;
  margin-top: 30px;
  border-radius: 10px;
  -webkit-appearance: none;
}

#entry-form .submit a {
  background: #E87473;
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  font-size: 20px;
  letter-spacing: 4px;
  margin-top: 30px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

#entry-form #event {
  height: 101px;
  padding: 20px 0;
}

}

/* 確認画面・サンクスページ */
@media screen and (min-width: 801px) {

.contact-error {
  border: 1px solid #e61717;
  padding: 20px 30px 10px;
  color: #e61717;
  font-weight: bold;
  margin: 40px auto;
}

.contact-error li {
  margin-bottom: 10px;
}

#entry-form .contact-confirm {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 40px;
}

#entry-form .contact-confirm td, #entry-form .contact-confirm th {
  border-top: 3px solid #e6e6e6;
  padding: 15px 30px;
}

#entry-form .contact-confirm th {
  color: #E87473;
}

.confirm h2 {
  padding: 70px 0 30px 0;
  color: #e87473;
  text-align: center;
  font-size: 30px;
}

.confirm p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}

#entry-form .thanks-tel {
  padding: 30px;
  border-top: 3px double #e6e6e6;
  border-bottom: 3px double #e6e6e6;
  margin-bottom: 40px;
}

#entry-form .num {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
}

#entry-form .time {
  font-size: 13px;
  text-align: center;
}

}

@media screen and (max-width: 800px) {

.contact-error {
  border: 1px solid #e61717;
  padding: 20px 30px 10px;
  color: #e61717;
  font-weight: bold;
  margin: 40px auto;
}

.contact-error li {
  margin-bottom: 10px;
}

#entry-form .contact-confirm {
  width: 100%;
  text-align: left;
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 40px;
}

#entry-form .contact-confirm td, #entry-form .contact-confirm th {
  border-top: 3px solid #e6e6e6;
  padding: 15px 0px;
  width: 50%;
}

#entry-form .contact-confirm th {
  color: #E87473;
}

.confirm h2 {
  padding: 70px 0 30px 0;
  color: #e87473;
  text-align: center;
  font-size: 28px;
}

.confirm p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

#entry-form .thanks-tel {
  padding: 30px;
  border-top: 3px double #e6e6e6;
  border-bottom: 3px double #e6e6e6;
  margin-bottom: 40px;
}

#entry-form .num {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
}

#entry-form .time {
  font-size: 13px;
  text-align: center;
}

}



/*投票ページ*/

.touhyou_mainArea{
	padding: 20px 0;
	text-align: center;
	background:url(../img/bg.jpg)repeat;
}

h1.touhyou_main img{
	width: 867px;
	margin:0 auto;
}

#contentWrap{	
	width: 1000px;
    margin: 0 auto;
}

#shichigosan {
	text-align: center; 
	margin: 0px auto 0px;
	background: #ffffff;
	padding:15px 0;
	
}

#shichigosan img:first-child{
	margin-bottom:10px;
}


#title{
	text-align:center;	
}

h2.title_h2 {
    width: 80%;
    font-size: 32px;
    text-align: center;
    padding: 18px 25px;
    margin: 40px auto 20px;
    /*border: 1px #14a18c solid;*/
	color: #ffffff;
	background: #59b1a4;
	line-height: 1.4;
}
h2.title_h2 span{
	font-size:18px;
}

#touhyouArea p{
	font-size:16px;
	text-align: center;
	color: #333;
}

.sp_display {
    display: none;
}

.gallery ul li{
	display:inline-block;
	width:180px;
	margin-right:15px;
	text-align:center;
	margin-bottom:45px;
}

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

@media screen and (max-width:767px) {
h1.touhyou_main img{
	width: 100%;
	margin:0 auto;
}
	.title_h2{
		font-size:1.3em;
	}
	
	#contentWrap{	
	width: 96%;
    margin: 0 auto;
}
	
	.gallery ul li:nth-child(5n){
	margin-right:inherit;
}
.gallery ul li{
	display:inline-block;
	width:48%;
	margin-right:1%;

}
.gallery ul li:nth-child(2n){
	margin-right:0;
}
}
.gallery ul li a{
	display:block;
	width:100%;
	margin:10px auto;
}
.gallery ul li img{
	width:100%;
	margin: 5px 0;
}

label{
	position: relative;
	padding: 0 0 0 7px;
}

label input{
	opacity: 0;
}

label .image{
	position: absolute;
	left:-60px;
	top: 8px;
	display: block;
	background-image:url(../img/on.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 138px;
	height: 30px;
}

label input:checked + .image{
	background-position:0 -30px;
}

.ap-result{
	display:none;
}

.mb40{
	margin-bottom: 40px;
}


.thanks-fix-footer {
	position: fixed;
	bottom: 0px;
	right: 50%;
	margin-right: -270px;
	width: 500px;
	z-index: 999;
	background-color: #fff;
	padding: 20px;
	border: solid 3px #751432;
}

.thanks-fix-footer {
	position: fixed;
	bottom: 0px;
	right: 50%;
	margin-right: -270px;
	width: 500px;
	z-index: 999;
	background-color: #fff;
	padding: 20px;
	border: solid 3px #751432;
}

.thanks-fix-footer .al-center {
	display: inline-block;
	margin-right: 10px;
	border-bottom: solid 2px #751432;
	margin-left: -20px;
	display: none;
}

.thanks-fix-footer footer {
	display: inline-block;
}

.thanks-fix-footer footer .back_btnArea {
	margin-top: 0px;
}

.thanks-fix-footer footer .back_btnArea li button{
	width:500px;
	margin:0 auto;
}



.fix-footer {
	position: fixed;
	bottom: -10px;
	right: 50%;
	margin-right: -250px;
	width: 500px;
	z-index: 999;
}

.fix-footer .poll-button img {
	width: 100%;
	cursor: pointer;
}

.touhyou-footer {
	margin-top: 120px;
}

/*二重投稿をリセットするボタン*/
.ap-clear-block {
 display: block;
}

.contentWrap .banner {
	padding-top: 20px;
}

.kekka_linkArea img {
	width: 650px;
}
.kekka_linkArea a {
	display: block;
	height: 100%;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

.kekka_linkArea img:hover {
	opacity: 0.7;
}


@media screen and (max-width:767px) {

.thanks-fix-footer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 999;
	background-color: #fff;
	padding: 20px;
	border: solid 3px #751432;
	box-sizing: border-box;
}

.thanks-fix-footer .al-center {
	display: inline-block;
  margin-right: 10px;
	border-bottom: solid 2px #751432;
	margin-left: -10px;
	display: none;
}

.thanks-fix-footer footer {
	display: inline-block;
}

.thanks-fix-footer footer .back_btnArea {
	margin-top: 0px;
}

.fix-footer {
	width:100%;
	position: fixed;
	bottom: -10px;
	left: 0;
	z-index: 999;
}

.touhyou-footer {
	margin-top: 100px;
}
	
.thanks-fix-footer footer .back_btnArea li button {
    width: 129%;
	padding:0 100px;
}


.contentWrap .banner {
	padding-top: 20px;
	width: 100%;
}

.kekka_linkArea img {
	width: 95%;
}
	
#shichigosan img {
    width: 100%;
	margin-bottom: 10px;
}

}


/*結果発表*/


.keeka_inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1018px){
	.keeka_inner {
  		width: 100%;
	}
}


div.rank01,div.rank02,div.rank03{
	display:block;
	background-color:#FFF;
	padding:20px 5px 30px;
	margin:10px auto 50px auto;
	width:700px;
	
}

div.rank01{ border:3px solid #EFAF25;}
div.rank02{ border:3px solid #AAAAAA;}
div.rank03{ border:3px solid #C06B6C;}


div.rank01 figure img,div.rank02 figure img,div.rank03 figure img{
	display:block;
	height:100%;
	max-height:426px;
	margin:auto;
	border:1px #EEE solid;
}
div.rank01 figure ul,div.rank02 figure ul,div.rank03 figure ul{
	text-align:center;
	margin-top:10px;
}
div.rank01 figure ul li,div.rank02 figure ul li,div.rank03 figure ul li{
	font-size:24px;
	display:block;
	font-weight:bold;
	/*他のCSS設定削除*/
	width:auto;
	margin-bottom:0;
	color:#601111;
	line-height: 2;
}
div.rank01 figure ul li:last-child,div.rank02 figure ul li:last-child,div.rank03 figure ul li:last-child{
	margin-right:0;
}

div.rank01 figure ul .total,div.rank02 figure ul .total,div.rank03 figure ul .total {
	font-weight: bold;
	border-bottom: solid 2px #751432;
	display: inline-block;
	margin-right: 0px;
}

div.rank01 figure ul li:nth-child(4),div.rank02 figure ul li:nth-child(4),div.rank03 figure ul li:nth-child(4){
	margin-right:0;
}
div.rank01 figure ul li:last-child,div.rank02 figure ul li:last-child,div.rank03 figure ul li:last-child{
	margin-right:0;
}



.description{
	margin-bottom: 50px;
}

.touhyou_mainArea{
	font-size:16px;
	line-height:1.4;
	color:#333333;
	
}


.btnArea{
	padding:20px 0;
}
.touhyou_btn{
	width:100%;
	background:#59b1a4;
	color:#ffffff;
	font-size:18px;
	/*font-weight:bold;*/
	padding:15px 0;
	border:none;
	border-radius:6px;
	position:relative;
	cursor: pointer;
	margin:20px auto;

}

.touhyou_btn:hover{
	background: #84d0c4;
}



.touhyou_btn:after{
	font-size:15px;
	position: absolute;
	right:10px;
	top:43%;
	content: "\f054";
  	font-family: FontAwesome;
}

.raiten_btn{
	width:100%;
	background:#f65d62;
	color:#ffffff;
	font-weight:bold;
	padding:30px 0;
	border:none;
	border-radius:5px;
	position:relative;
	cursor: pointer;
	font-size:30px;
}
.raiten_btn:after{
	position: absolute;
	right:20px;
	top:35%;
	content: "\f054";
  	font-family: FontAwesome;
}

.raiten_btn:hover{
	background: #f89ea1;
}

@media screen and (max-width: 768px){
	
	.touhyou_mainArea img{
		width:100%;
	}
	div.rank01,div.rank02,div.rank03{
		width:78%;
		padding: 10%;
	}

	div.rank01 figure ul li,div.rank02 figure ul li,div.rank03 figure ul li{
		font-size:20px;
	}
	
	div.rank01 figure img,div.rank02 figure img,div.rank03 figure img{
		width:100%;
		max-height: 100%;
	}

	#others ul li{
		font-size: 16px;
	}

	#others ul li .total{
		margin-left: 15px;
	}

	.touhyou_btn,.raiten_btn {
    	font-size: 20px;
    	padding: 20px 0;
	}
	
}



.ribbon {
	width: 500px;
	color:#fff;
	font-size:1.8em;
 	position:relative;
	margin:25px auto;
	padding:12px 20px;
	background:#e97574;
	box-shadow:
		0 3px 3px 0 rgba(0,0,0,0.1);
}


.ribbon:before{
 	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#d44e4d;
}

.ribbon:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#d44e4d;
}


@media screen and (max-width: 768px){
	
	.ribbon{
		width:80%;
	}
}



/*タブメニュー*/

.tab-area div:after {
	display: block;
	content: "";
	clear: both;
}
.js-tab {
	margin: 0 auto 20px;
	display: flex;
}
.js-tab > div {
	width:33.2%;
	background:#fc8b75;
	color:#fff;
	text-align: center;
	padding:15px 0;
	cursor:pointer;
	border-left: 1px dotted #ffd2d2;
}
.js-tab div:first-child {
	border-left: none;
}
.js-tab > div.active {
	background:#e7472d;
}
.js-tab_content {
	display:none;
	padding:40px 0;
}
.js-tab_content.active {
	display:block;
}

.js-tab__head{
	font-size:2em;
	color: #9f443a;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	
	.js-tab > div {
	padding:10px;
	font-size: .9em;
	}
}