@charset "utf-8";

/*

色設定（一括置換用メモ）
base：#ec7d9f
lighten：#f7e6e4

テンプレート（bodyに下記class名付与）
cute,

*/


/********* HTML再定義 ***********************************************/

fieldset, img {
  border: 0;
}

form {
  margin-bottom: 20px;
}
form legend {
  display: none;
}
form dl dd {
  margin: 0 0 10px 0;
}
form dl dd input, form dl dd textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 200px;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 0;
  background: none;
  background-color: #fff;
  font-size: 18px;
  padding: 5px;
  margin: 10px 0;
}
form dl dd select {
  padding: 2px;
}
form ul {
  margin: 15px 0;
}
form ul li {
  list-style: none;
}
form p {
  margin: 20px 0;
}
form p input {
  padding: 3px 10px;
}

iframe {
  border: none;
}

/********* 個別指定 *************************************************/

#action {
  overflow: hidden;
}
#action form {
  float: left;
  margin-right: 3px;
}

.complete {
  color: #00AA00;
  font-weight: bold;
}
.attention {
  color: #FF0000;
  font-weight: bold;
}
.number {
  text-align: right;
}

.media-photo {
  max-width: 48%;
  height: auto;
  margin: 1%;
}

.option-photo {
  overflow: hidden;
}
.option-photo > a {
  display: block;
  float: left;
  width: 48%;
  margin: 1%;
}
.option-photo a > img {
  width: 100%;
  height: auto;
}

div#content-wrap.login {
  width: 280px;
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  margin: 100px auto;
}

div#content-wrap.login h2 {
  display: none;
}

div#content-wrap.login ul {
  padding-left: 0;
}
div#content-wrap.login ul li {
  list-style: none;
}

div#content-wrap.login input[type="text"],
div#content-wrap.login input[type="password"] {
  -webkit-appearance:none;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 0;
  background: none;
  background-color: #fff;
  font-size: 18px;
  padding: 5px;
  margin: 10px 0;
}
div#content-wrap.login input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border: none;
  outline: none;
  background: #2dabc4;
  border-radius: 5px;
  color: #fff;
}

div#content-wrap.login input[type="submit"]:hover {
  cursor: pointer;
  background-color: #1391aa;
}

div#content-wrap.login form p {
  text-align: center;
  margin-bottom: 0;
}

/********* 全体 *****************************************************/

div#container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

/********* ヘッダー *************************************************/

div#header {
  clear: both;
}
div#header h1 {
  line-height: 1.0;
  margin: 0;
}

/********* フッター *************************************************/

div#footer {
  clear: both;
}
div#footer address {
  padding-top: 10px;
  border-top: 1px solid #999999;
}

/********* メニュー *************************************************/

div#freo_menu {
  border-top: solid 1px #CC3300;
  border-bottom: solid 1px #CC3300;
  padding: 10px 0;
  font-size: 10px;
  text-align: right;
  margin: 20px 0 10px;
}
div#freo_menu h2 {
  display: none;
}
div#freo_menu ul {
  margin: 0;
  padding: 0;
}
div#freo_menu ul li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}

/********* 内容 *****************************************************/

div#content-wrap {
  overflow: hidden;
}

div#content ul {
  margin-left: 40px;
}
div#content ul li {
  list-style: disc;
}

/********* エントリー ***********************************************/

div#entry h2 {
  display: none;
}
div#entry div.entry {
  background-color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  overflow: hidden;
}
div#entry div.entry h3 {
  border-bottom: dashed 2px #ec7d9f;
  padding: 0.5em 5px 0.3em;
  font-size: 1.2em;
  margin: 0 10px 0.6em;
}

div#entry div.entry div.content {
  margin: 0 10px;
}
div#entry div.entry ul.information {
  margin: 2px 10px 15px 10px;
  padding-top: 2px;
  padding-left: 0;
  font-size: 10px;
  text-align: right;
}
div#entry div.entry ul.information li {
  display: inline;
  margin-right: 5px;
}
div#entry div.entry ul.link {
  margin: 0;
  padding: 10px;
  text-align: right;
}
div#entry div.entry ul.link li {
  display: inline;
  margin-left: 5px;
}
div#entry div#entry_link h3 {
  display: none;
}
div#entry div#entry_link ul.entry_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 10px;
  margin: 0;
  padding-left: 0;
}
div#entry div#entry_link ul.entry_link li {
  width: 33%;
  align-self: center;
  list-style: none;
}
div#entry div#entry_link ul.entry_link li.home {
  width: 70px;
  text-align: center;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.next {
  text-align: right;
}

/********* ページ移動 ***********************************************/

div#page h2 {
  display: none;
}
div#page ul.order {
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin: 10px 0;
  padding-left: 0;
}
div#page ul.order li {
  list-style: none;
  margin: 0 5px;
}
div#page ul.direct {
  margin: 10px 0;
  text-align: right;
}
div#page ul.direct li {
  display: inline;
  list-style: none;
  margin-left: 10px;
}

/********* コメント *************************************************/

div#comment div.comment ul.information {
  margin: 15px 0 0 0;
  text-align: right;
}
div#comment div.comment ul.information li {
  display: inline;
  margin-left: 5px;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
  margin: 15px 0 0 0;
  text-align: right;
}
div#trackback div.trackback ul.information li {
  display: inline;
  margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
  margin-bottom: 30px;
}
div#information h2 {
  border-bottom: solid 1px #CC3300;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

div#information ul.continue {
  margin: 0;
  text-align: right;
}
div#information ul.continue li {
  display: inline;
}

/********* ユーティリティ *******************************************/

div#utility {
  float: left;
  width: 200px;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 20px;
}
div#utility h2 {
  display: none;
}
div#utility div.utility {
  margin: 15px 0;
  padding-bottom: 10px;
}
div#utility div.utility h3 {
  height: 30px;
  background-color: #fff;
  border: dotted 1px #ec7d9f;
  padding: 23px 5px 12px;
  font-size: 0.9em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px 0;
}
div#utility div.utility div.content {
  margin: 0 10px;
}
div#utility div.utility ul {
  padding-left: 0;
  margin-right: 0;
}
div#utility div.utility ul li {
  list-style: none;
}
div#utility div.utility ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
div#utility div.utility form {
  margin: 0;
}
div#utility div.utility form dl {
  margin: 0;
}
div#utility div.utility form dl dt {
  display: none;
}
div#utility div.utility form dl dd {
  margin: 0;
}
div#utility div.utility form dl dd input {
  width: 100%;
}
div#utility div.utility form p {
  text-align: center;
  margin: 0 0 10px 0;
}
div#entry div.entry div.content input[type="submit"],
div#utility div.utility form p input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border: none;
  outline: none;
  background: #ec7d9f;
  border-radius: 5px;
  color: #fff;
  opacity: 0.8;
}
div#entry div.entry div.content input[type="submit"]:hover,
div#utility div.utility form p input:hover {
  opacity: 1;
  cursor: pointer;
}

div#utility div.utility table.calender {
  margin: 0 auto;
  border: 0px solid #000000;
}
div#utility div.utility table.calender tr th, table.calender tr td {
  padding: 4px;
  border: 0px solid #000000;
  font-weight: normal;
  text-align: center;
}
div#utility div.utility table.calender tr td span.day {
  color: #222222;
}
div#utility div.utility table.calender tr td span.satday {
  color: #2222CC;
}
div#utility div.utility table.calender tr td span.sunday {
  color: #CC2222;
}
div#utility div.utility ul.calender {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
div#utility div.utility ul.calender li {
  list-style: none;
  margin: 0 5px;
}

div#utility div.utility ul.gallery {
  margin: 0;
  padding: 0;
}
div#utility div.utility ul.gallery li {
  list-style: none;
}
div#utility div.utility ul.gallery li img {
  max-width: 180px;
  max-height: 130px;
  margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
  overflow: hidden;
}
div#gallery div.gallery {
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
  overflow: hidden;
  width: 140px;
  height: 100px;
  margin: 0;
}
div#gallery div.gallery p.picture a {
  color: #FFFFFF;
  text-decoration: none;
}
div#gallery div.gallery p.picture a img {
  min-width: 140px;
  min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
  display: block;
  line-height: 100px;
  width: 140px;
  height: 100px;
  background-color: #AAAAAA;
  text-align: center;
}
div#gallery div.gallery p.comment {
  overflow: hidden;
  width: 140px;
  margin: 3px 0 0;
  font-size: 80%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#gallery ul {
  margin: 10px 0 20px 0;
}
div#gallery ul li {
  display: inline;
}
div#gallery ul li img {
  margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
  margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}
div#page_link ul.page_link li.home {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
  content: "<< ";
}
div#page_link ul.page_link li.next:after {
  content: " >>";
}

ul.link {
  margin: 0;
  padding: 10px;
  text-align: right;
}
ul.link li {
  display: inline;
  margin-left: 5px;
}

/********* レスポンシブ *********************************************/
@media (max-width: 768px) {
  div#content {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  div#utility {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  div#utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div#utility div.utility {
    width: 48%;
  }
}

@media (max-width: 480px) {
  form textarea {
    width: 95%;
  }
  div#entry div.entry {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
  .media-photo {
    width: auto !important;
    max-width: 98%;
    height: auto;
  }
}

/********* テンプレート別 *********************************************/
body.cute div#entry div.entry h3 {
  border-bottom: none;
  padding-top: 0.3em;
  padding-left: 18px;
  position: relative;
}

body.cute div#entry div.entry h3::before {
  display: block;
  content: '';
  width: 10px;
  height: 16px;
  background-color: #ec7d9f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.cute div#utility div.utility h3 {
  background-color: #f7e6e4;
  border: none;
  border-top: dotted 1px #ec7d9f;
  border-bottom: dotted 1px #ec7d9f;
}