@charset "utf-8";

/* Foundation
   ========================================================================== */

/* resetは「normalize.css」で対応 */

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Layout
   ========================================================================== */

#site-header {
  text-align: center;
}

#contents {
  margin: 0 auto;
  width: 95%;
}

#sub-contents {
  margin-bottom: 10px;
  text-align: center;
}

/* 「プライバシーポリシー・免責事項」「お問い合わせ」 */
#contents__1col {
  margin: 0 auto;
  width: 95%;
  font-size: 87.5%; /* 14px(0.875=14/16) */
}

#footer {
  text-align: center;
  border-top: 1px solid #999;
  font-size: 75%; /* 12px(0.75=12/16) */
}

/* Object
   ========================================================================== */

/* Object > Component
   -------------------------------------------------------------------------- */
/*
再利用できるパターンとして、小さな単位のモジュールを定義します。
出来る限り、最低限の機能を持ったものとして定義されるべきであり、それ自体が固有の幅や色などの特色を持つことは避けるのが望ましいです。
*/

/* Object > Project
   -------------------------------------------------------------------------- */

.p-page-title {
  margin-bottom: 30px;
  text-align: center;
}

/* text
   -------------------------------------------------- */
.p-text__title {
  padding-left: 8px;
  font-weight: bold;
  background: url(../img/background.png);
}

.p-text__photo {
  text-align: center;
}

.p-text > p {
  line-height: 30px;
}

.p-text > p > a {
  margin-right: 8px;
  color: #00f;
  border-bottom: 1px dashed #00f;
}

.p-text > p > a:hover,
.p-text > p > a:focus {
  color: #f66;
  border-color: #f66;
}

/* cost
   -------------------------------------------------- */
.p-cost {
  margin: 30px auto;
  width: 350px;


  background-color: #fafad2;
}

.p-cost > p {
  margin-bottom: 0;
}

.p-cost__title {
  padding: 3px 10px;
  font-size: 112.5%; /* 18px(1.125=18/16) */
  color: #fff;
  background-color: #4169e1;
}

.p-cost__price {
  margin-top: 1px;
  font-size: 187.5%; /* 30px(1.875=30/16) */
  text-align: center;
}

.p-cost__detail {
  padding-left: 20px;
  font-size: 75%; /* 12px(0.75=12/16) */
}

.p-cost__title--breakdown {
  padding-left: 20px;
  font-size: 87.5%; /* 14px(0.875=14/16) */
  color: #fff;
  background-color: #6495ed;
}

.p-cost__price--breakdown {
  margin-top: 1px;
  font-size: 112.5%; /* 18px(1.125=18/16) */
  text-align: center;
}

.p-cost__notes {
  padding-top: 12px;
  padding-bottom: 3px;
  font-size: 75%; /* 12px(0.75=12/16) */
  text-align: center;
}


/* comic
   -------------------------------------------------- */
.p-comic {
  margin-bottom: 30px;
  text-align: center;
}

.p-comic > img {
  margin-bottom: 10px;
}

/* p-list
   -------------------------------------------------- */
.p-list {
  text-align: center;
}

.p-list__item {
  margin-bottom: 10px;
}

/* p-next-prev
   -------------------------------------------------- */
.p-next-prev {
  text-align: center;
}

.p-next-prev__next,
.p-next-prev__prev {
  margin-bottom: 0;
  font-size: 75%; /* 12px(0.75=12/16) */
  color: #999;
}



/* -------------------------------------------------------------------------- */
/* ↓↓↓ パンくずリスト ↓↓↓ */

/* パンくずリスト <ol> */
.p-breadcrumbs {
  list-style: none;
  margin-top: -12px;
  margin-left: -40px;
  font-size: 75%; /* 12px(0.75=12/16) */
  color: #666;
}

/* パンくずリスト <li> */
.p-breadcrumbs__item--first,
.p-breadcrumbs__item {
  display: inline;
}

/* パンくずリストのテキストの前に区切り文字（" > "）を挿入 */
.p-breadcrumbs__item:before {
  content: " > ";
}

.p-breadcrumbs__item--first >a,
.p-breadcrumbs__item > a {
  color: #666;
  border-bottom: 1px dashed #666;
}

.p-breadcrumbs__item--first > a:hover,
.p-breadcrumbs__item--first > a:focus,
.p-breadcrumbs__item >a:hover,
.p-breadcrumbs__item >a:focus {
  color: #f66;
  border-color: #f66;
}

/* ↑↑↑ パンくずリスト ↑↑↑ */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* 参照元（https://www.will-hp.com/wpblog/web/149/）                             */

.p-gotop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.p-gotop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 30px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.p-gotop a:hover {
    display: block;
    background-color: #ffc0cb;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* -------------------------------------------------------------------------- */

.p-footer-link {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 75%; /* 12px(0.75=12/16) */
}

.p-footer-link__right {
  margin-left: 15px;
}

.p-footer-link > a {
  color: #999;
  border-bottom: 1px dashed #999;
}

.p-footer-link > a:hover,
.p-footer-link > a:focus {
  color: #f66;
  border-color: #f66;
}

/* -------------------------------------------------------------------------- */

/* お問い合わせ用メールフォーム
   -------------------------------------------------- */
.p-otoiawase-title {
  margin-bottom: 10px;
  padding: 10px 0;
  /*border-top: solid 1px #000;*/
  /*border-bottom: solid 1px #000;*/
  /*background-color: #ffc;*/
  background: url(../img/background.png);
  font-size: 112.5%; /* 18px(1.125=18/16) */
  text-align: center;
}

.p-otoiawase-form {
  max-width: 768px;
}

.p-otoiawase-form__input {
  width: 100%;
}

.p-otoiawase-form__submit {
  margin: 30px auto;
  width: 200px;
}

.p-otoiawase-link-text {
  font-size: 112.5%; /* 18px(1.125=18/16) */
  color: #00f;
  border-bottom: 1px dashed #00f;
}

.p-otoiawase-link-text:hover,
.p-otoiawase-link-text:focus {
  color: #f66;
  border-color: #f66;
}

.p-otoiawase-errMsg {
  font-size: 112.5%; /* 18px(1.125=18/16) */
  font-weight: bold;
  color: #f00;
}

/* 免責事項・プライバシーポリシー
   -------------------------------------------------- */
.p-policy-title {
  background: url(../img/background.png);
  font-size: 112.5%; /* 18px(1.125=18/16) */
  text-align: center;
}



/* Object > Utility
   -------------------------------------------------------------------------- */

.u-clearfix:before,
.u-clearfix:after {
  content: "";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-bold {
  font-weight: bold;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-underline {
  border-bottom: 1px solid #666;
}

.u-underline--dashed {
  border-bottom: 1px dashed #666;
}

.u-mt3 {
  margin-top: 3px;
}

.u-mt10 {
  margin-top: 10px;
}
.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-indent30 {
  margin-left: 30px;
}

.u-ads-label {
  margin-bottom: 1px;
  font-size: 12px;
  color: #666;
}



/* ==========================================================================
   480px～ （想定デバイス：スマートフォン）
   ========================================================================== */
@media screen and (min-width: 480px) {

/* Layout
   ========================================================================== */

/* Object
   ========================================================================== */

/* Object > Project
   -------------------------------------------------------------------------- */

.p-pickup {
  width:100%;
}

.p-pickup__item--left {
  margin-right: 3%;
}

.p-pickup__item--right {
  margin-left: 3%;
}

}

/* ==========================================================================
   600px～ （想定デバイス：タブレット（スマートフォン以外））
   ========================================================================== */
@media screen and (min-width: 600px) {

/* Layout
   ========================================================================== */


/* Object
   ========================================================================== */

/* Object > Project
   -------------------------------------------------------------------------- */

}

/* ==========================================================================
   769px～ （想定デバイス：タブレット）
   主要タブレット端末のディスプレイサイズが768pxであり、それらの端末までは１カラム表示としたいので、
   ブレイクポイントを(min-width: 769px)とする。
   ========================================================================== */
@media screen and (min-width: 769px) {

/* Foundation
   ========================================================================== */

html {
  /*font-size: 87.5%*/; /* 14px(0.875=14/16) */
}

/* Layout
   ========================================================================== */

#contents {
  width: 100%;
}

#main-contents {
  float: left;
  width: 66.666%; /* (=640px/960px) */
  margin-left: 1.041%; /* (=10px/960px) */
  margin-right: 0.52%; /* (=5px/960px) */
}

#sub-contents {
  float: left;
  width: 31.25%; /* (=300px/960px) */
  margin-right: 0.52%; /* (=5px/960px) */
}

/* Object
   ========================================================================== */

/* Object > Project
   -------------------------------------------------------------------------- */

}

/* ==========================================================================
   960px～ （想定デバイス：PC、タブレット（ランドスケープや大画面の機種））
   ========================================================================== */
@media screen and (min-width: 960px) {

/* Foundation
   ========================================================================== */

/* Layout
   ========================================================================== */

#site-header,
#contents,
#footer {
  margin-left: auto;
  margin-right: auto;
  width: 960px; /* 960px～は、width=960pxで固定 */
}

/* Object
   ========================================================================== */

/* Object > Project
   -------------------------------------------------------------------------- */

}

/* ==========================================================================
   1024px～ （想定デバイス：大画面PC）
   ========================================================================== */






/*
    1.位置情報系(position, top, right, z-index, display, float等)
    2.サイズ(width, height, padding, margin)
    3.文字系(font, line-height, letter-spacing, color- text-align等)
    4.背景(background, border等)
    5.その他(animation, transition等)
*/
