/*
Theme Name: 
Theme URI: http://
Description: 
Version: 1.1
Author: one and only
Author URI: http://www.oneandonlyweb.jp/
*/
@charset "utf-8";


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    height: 400px;
    margin:10px 0 20px 0;
}

#img_area {
    width: 980px;
    height: 400px;
    margin: 0 auto;
    background: #fff
}

#main_img-sub {
    height: 150px;
    margin:10px 0 10px 0;
}

#img_area-sub {
    width: 980px;
    height: 150px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {

#main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

#img_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#main_img-sub {
    display: none;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    float: left;
    width: 740px;
}

#main h2 {
width: auto;
    height: 70px;
    margin-bottom: 15px;
    font-size: 23px;
    padding: 42px 0 0px 60px;
    background: url(http://www.balloonpierrot.com/wp-content/uploads/balloon.png) no-repeat 3px;
    background-size: 48px !important;
    border-bottom: 2px solid #008585;
}

#main h3 {
    width: auto;
    height: auto;
    font-size: 20px;
    margin-bottom: 10px;
}

span.price {
    color: #d00;
    font-size: 20px;
    font-weight: bold;
}

span.b {
    font-weight: bold;
}

h3.mt50 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}


@media screen and (max-width: 768px) {

#main {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
}

#main h2 {
    text-align: left;
    margin: 0 10px 0 10px;
}



#main h3 {
    width: 96%;
    height: auto;
    font-size: 18px;
    margin-bottom: 0;
    padding: 5% 2% 2% 0;
    line-height: 150%;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table.contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact_form th {
    width: 180px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px;
    background-color: #f2f2f2;
    font-weight: normal;
    vertical-align: top;
    margin-bottom: 0;
    border-radius: 0;
}

.contact_form td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 180%;
    font-size: 14px;
    width: 96%;
    border: 1px solid #ccc;
    padding: 1% 2%;
}

span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 180%;
    font-size: 14px;
    color: #434343;
    border: 1px solid #ccc;
    width: 96%;
    padding: 1% 2%;
 }

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="submit"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: 1px solid #ccc;
 }

.wpcf7 form input[type="textarea"],
.wpcf7 form input[type="submit"],
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="image"],
.wpcf7 form input[type="submit"],
.wpcf7 form textarea,
select {
    outline:none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #e60000 !important;
    display: block;
    margin-top: 10px;
}

.wpcf7-response-output {
    padding: 0 !important;
    color: #e60000 !important;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}

.wpcf7 form input[type="text"], .wpcf7 form input[type="tel"], .wpcf7 form input[type="email"] {
    min-height: 30px;
    min-width: 30px;
    width: auto;
}

.absolute {
    background: #d00;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 0 5px 0;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 42px;
    border: 1px solid #ccc;
}


@media screen and (max-width: 768px) {

table.contact_form {
    font-size: 16px;
}

.contact_form th {
    width: 92%;
    font-size: 16px;
    padding: 2% 4% !important;
    text-align: left;
    display: block;
    border: none;
    margin-bottom: 5px;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.contact_form td {
    width: 92%;
    padding: 3% !important;
    text-align: left;
    display: block;
    border: none;
    background: none;
    margin-bottom: 5px;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"] {
    min-height: 30px;
    min-width: 30px;
    width: auto;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    top: -2px;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    font-size: 16px;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 275px;
    line-height: 170%;
}

.absolute {
    padding: 3px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    font-size: 11px;
    color: #ffffff;
    background-color: #e60012;
    padding: 0 7px;
    margin-left: 7px;
    position: relative;
    top: -1px;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

.submit {
    text-align: center;
    margin: 0 auto;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

.submit {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

input[type="image"] {
    width: 35%;
    height: auto;
}

}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li.home-item {
    padding-top: 5px;
}

#sitemap_list li {
    text-indent: 0;
    padding: 20px 10px;
    list-style-type: none;
    border-bottom: 1px solid #d00;
}

#sitemap_list li a:before {
    content: "\f0a4";
    font-family: FontAwesome;
    padding-right: 5px;
}

#sitemap_list li a:hover {
    text-decoration: none;
    color: #d00;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    background: #e60012;
    margin-left: 10px;
    -webkit-border-radius: 3px; /* for Safari and Chrome */
    -moz-border-radius: 3px; /* for Firefox */
    -o-border-radius: 3px; /* for opera */
    border-radius: 3px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(PC)
----------------------------------------------------------- */

li.info-top {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-left: 10px;
    clear: both;
    overflow: hidden;
}

p.date {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #000;
    float: left;
}

p.title {
    margin-bottom: 5px;
}

p.title a {
    color: #000;
    float: left;
    padding-left: 15px;
    font-size: 14px;
}

#list_inner {
    min-width: 230px;
    min-height: 270px;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 0;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 179px;
}

p.list_date {
    font-size: 13px !important;
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
    text-align: left;
}

.trimming {
    height: 180px;
    overflow: hidden;
}

.list_image img {
    min-height: 180px;
    min-width: 200px;
    max-width: none;
    max-height: 100%;
    margin-left: -100px;
    margin-right: -100px;
}

ul.related_post li.odd {
    min-height: 118px;
    width: 410px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

ul.related_post li.odd:hover {
    opacity: 0.7;
}

ul.related_post li.odd .image img {
    display: block;
    border: 1px solid #ddd;
    padding: 2px;
    float: left;
    width: 150px;
    min-height: 112px;
    margin-right: 15px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

li.info-top {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-left: 10px;
}

p.date {
    float: none;
    margin: 0;
}

p.title {
    float: none;
}

p.title a {
    padding: 0;
}

.list_image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 100%;
}

.trimming {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.list_image img {
    min-width: none;
    min-height: none;
    max-width: 100%;
    max-height: none;
    height: auto;
    margin-bottom: 10px;
}

#list_inner{
    margin-bottom: 30px;
}

#list_inner p {
    margin-bottom: 0;
}


ul.related_post li.odd {
    min-height: 117px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
}

ul.related_post li.odd .image img {
    display: block;
    border: 1px solid #ccc;
    padding: 2px;
    float: left;
}

}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#pc_archive {
    display: block;
    margin-bottom: 20px;
}

#pc_archive li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

#pc_archive li:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
}

#pc_archive li a {
    color: #000;
}

#pc_archive li a:hover {
    color: #333;
}

#sp_archive {
    display: none;
}


@media screen and (max-width: 768px) {

#pc_archive {
    display: none;
}

#sp_archive {
    display: block;
    margin-top: 40px;
}

#sp_archive li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

#sp_archive li:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
}

#sp_archive li a {
    color: #000;
}

#sp_archive li a:hover {
    color: #333;
}

}