@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_pc {
    width: auto;
    overflow: hidden;
    min-width: 1100px;
    height: 580px;
    text-align: center;
    margin: 0 auto 20px;
}

#img_area {
    width: 1100px;
    height: 580px;
    margin: 0 auto;
}

#main_sp {
    display: none;
}


@media screen and (max-width: 768px) {

#main_pc,
#img_area {
    display: none;
}

#main_sp {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    float: left;
    width: 820px;
}

#main h2 {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 150%;
    padding: 9px 15px;
    color: #fff;
    background: #006a27;
}

#main h2.h2_top {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    background: #fff;
    padding: 0;
}

#main h2.h2_bg_red {
    background: #e71f19;
}

#main h2.h2_results {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    background: #fff;
    padding: 5px 0 0;
    letter-spacing: 0;
    line-height: 130%;
}

#main h3 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

#main h3.h3_bb {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}

#main h3.h3_bl {
    border-left: 5px solid #006a27;
    padding-left: 10px;
}

#main h3.h3_q {
    padding: 0 0 5px;
    margin-bottom: 5px;
    margin-top: 30px;
    color: #006b1b;
    border-bottom: 6px double;
}

#main h3.h3_red {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #e71f19;
}

#main h4 {
    font-size: 16px;
    font-weight: 500;
}


@media screen and (max-width: 768px) {

#main {
    float: none;
    width: 100%;
    height: auto;
}

#main h2 {
    width: 100%;
    height: auto;
    font-size: 18px;
}

#main h2.h2_top,
#main h2.h2_results {
    font-size: 24px;
    margin-bottom: 10px;
}

#main h3 {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 150%;
}

}


/* -----------------------------------------------------------
	電話番号
----------------------------------------------------------- */

.tel {
    margin-bottom: 5px;
}

.tel a {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 100%;
    color: #6ECBE6;
    cursor: default;
    pointer-events: none;
}

.tel a:hover {
    text-decoration: none;
}

.tel a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


@media screen and (max-width: 768px) {

.tel a {
    font-size: 30px;
    cursor: auto;
    pointer-events: auto;
}

.tel a:hover {
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

#top_item {
    width: 101%;
    margin: 0 auto;
    letter-spacing: -1em;
}

.top_item_in {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    margin: 0 1% 10px 0;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
}

.top_item_in span:before {
    content: "\f138";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}

.top_item_in img {
    margin-bottom: 5px;
}

a .top_item_in img {
    width: 100%;
    height: 100%;
    display: inline-block !important;
}

a .top_item_in:hover {
    opacity: 0.7;
}

.calculation {
    width: 565px;
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

.calculation_in {
    float: left;
}

.calculation_sub {
    font-size: 13px;
    display: block;
    position: relative;
    top: -5px;
}

.calculation_time {
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
}


@media screen and (max-width: 768px) {

#top_item {
    width: 103%;
    overflow: hidden;
}

.top_item_in {
    width: 47%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 10px 0;
}

.calculation {
    width: 100%;
    max-width: 325px;
    font-size: 19px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.calculation_sub {
    font-size: 12px;
    position: relative;
    top: 0;
}

.calculation_time {
    font-size: 13px;
    top: 16px;
}

}


/* -----------------------------------------------------------
	画像4つ横並び
----------------------------------------------------------- */

#top_4 {
    width: 102%;
    margin: 0 auto;
    letter-spacing: -1em;
}

.top_4_in {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 2% 20px 0;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
    color: #006a27;
}

.top_4_in span:before,
.top_4_in span.long_link:before {
    content: "\f138";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}

.top_4_in span.long,
.top_4_in span.long_link {
    font-size: 14px;
    letter-spacing: -1px;
}

.top_4_in span.long:before {
    display: none;
}

a .top_4_in img,
.top_4_in img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: inline-block !important;
}

a .top_4_in:hover {
    opacity: 0.7;
}


#watch_more {
    width: 102%;
    margin: 0 auto;
    letter-spacing: -1em;
    margin-bottom: 15px;
}

.watch_more_in,
.watch_more_in2 {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}

.watch_more_in4 {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: none;
}

#watch_more .bb {
    border-bottom: 1px solid #ccc;
}

#watch_more span:before {
    content: "\f138";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}

#watch_more a:hover {
    opacity: 0.7;
}

.item_title {
    text-align: center;
    padding: 5px 0;
    background: #fff2cc;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
}

#item {
    width: 100%;
    margin: 0 auto;
    letter-spacing: -1em;
    margin-bottom: -1px;
    border-left: 1px solid #ccc;
}

#item .item_in,
#item .item_in2 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}

.item_in4 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}

.bb {
    border-bottom: 1px solid #ccc;
}


@media screen and (max-width: 768px) {

#top_4 {
    width: 103%;
    overflow: hidden;
}

.top_4_in {
    width: 47%;
    text-align: center;
    font-size: 15px;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 10px 0;
}

.top_4_in span.long {
    font-size: 13px;
}


#watch_more {
    width: 100%;
    overflow: hidden;
}

.watch_more_in {
    width: 50%;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}

.watch_more_in2,
.watch_more_in4 {
    width: 50%;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-bottom: none;
}

#watch_more .bb {
    border-bottom: none;
}

#watch_more .bb_sp {
    border-bottom: 1px solid #ccc;
}


#item {
    width: 100%;
    overflow: hidden;
}

#item .item_in {
    width: 50%;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
}

#item .item_in2,
#item .item_in4 {
    width: 50%;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
}

}


/* -----------------------------------------------------------
	画像3つ横並び
----------------------------------------------------------- */

#top_3 {
    width: 102%;
    margin: 0 auto;
    letter-spacing: -1em;
}

.top_3_in {
    width: 31.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 2% 20px 0;
    padding: 10px 5px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
    color: #006a27;
}

.top_3_in span:before {
    content: "\f138";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}

a .top_3_in img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: inline-block !important;
}

a .top_3_in:hover {
    opacity: 0.7;
}

#jewelry .top_3_in p {
    margin-bottom: 0;
}


#jewelry .top_3_in p.price {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #e71f19;
    font-size: 20px;
    text-align: center;
}

#jewelry .top_3_in p.price span {
   color: #333;
    font-size: 17px;
    padding-left: 10px;
}

#jewelry .top_3_in p.price span:before {
    display: none;
}


@media screen and (max-width: 768px) {

#top_3 {
    width: 103%;
    overflow: hidden;
}

.top_3_in {
    width: 47%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 10px 0;
}

#jewelry .top_3_in p.price {
    font-size: 17px;
}

}


/* -----------------------------------------------------------
	画像3つ横並び・説明文付き
----------------------------------------------------------- */

#top_3line {
    width: 102%;
    margin: 0 auto;
    letter-spacing: -1em;
}

.top_3line_in {
    width: 31.33%;
    min-height: 350px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    margin: 0 2% 20px 0;
    padding-bottom: 15px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
}

#gold-coin #top_3line .top_3line_in {
    width: 31.33%;
    min-height: 384px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    margin: 0 2% 20px 0;
    padding-bottom: 15px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
}

a .top_3line_in img {
    width: 100%;
    height: 100%;
    display: inline-block !important;
}

#top_3line .price {
    color: #e71f19;
    font-size: 18px;
    margin-bottom: 0;
}

a .top_3line_in:hover {
    opacity: 0.7;
}

#top_3line p {
    line-height: 130%;
    margin-bottom: 0;
}

#gold-coin #top_3line p {
    margin-bottom: 10px;
}

#gold-coin #top_3line p.price_coin {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #e71f19;
    font-size: 20px;
    text-align: right;
    padding-right: 2.3em;
    margin-bottom: 0 !important;
}

#top_3line p.price_coin span {
    color: #333;
    font-size: 15px;
    padding-right: 1em;
}

#top_3line p.price_coin span.pr2em {
     padding-right: 2em;
}

#leather #top_3line .top_3line_in {
    width: 31.33%;
    min-height: 320px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    margin: 0 2% 20px 0;
    padding-bottom: 10px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #ccc;
}

#leather #top_3line .top_3line_in img {
    padding-bottom: 8px;
}

.top_3line_in span.link:before {
    content: "\f138";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}


@media screen and (max-width: 768px) {

#top_3line {
    width: 103%;
    overflow: hidden;
}

.top_3line_in,
#leather #top_3line .top_3line_in,
#gold-coin #top_3line .top_3line_in {
    width: 47%;
    min-height: auto;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 160%;
}

#top_3line .price {
    font-size: 17px;
    line-height: 130%;
    padding-top: 5px;
    display: block;
}

#gold-coin #top_3line p {
    font-size: 15px;
    line-height: 150%;
}

.price_box {
    display: block;
    width: 165px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: -2px;
}

.price_box2 {
    display: block;
    width: 156px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: -2px;
}

#gold-coin #top_3line p.price_coin {
    font-size: 17px;
    padding-right: 0;
    margin-bottom: 0 !important;
}

#gold-coin #top_3line p.price_coin span {
    font-size: 13px;
}

}


/* -----------------------------------------------------------
	ロレックス新品＆中古 高価買取価格表
----------------------------------------------------------- */

#rolex_pricelist table tr {
    border: 1px solid #cdcdcd;
}

#rolex_pricelist table th {
    border: none;
    background: none;
}

#rolex_pricelist table td {
    border: none;
    font-weight: 500;
}

#rolex_pricelist table th.image {
    width: 130px;
    padding: 0 20px;
}

#rolex_pricelist table td.model {
    font-size: 16px;
    line-height: 150%;
    position: relative;
}

#rolex_pricelist table td.model span {
    font-size: 18px;
}

.tag.tag_arrow {
    color: #e71f19;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 38%;
    right: 45%;
}

.tag.tag_arrow_long {
    color: #e71f19;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 38%;
    right: 17%;
}

#rolex_pricelist table td.price {
    width: 300px;
    position: relative;
}

#rolex_pricelist p.price_rolex {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #e71f19;
    font-size: 20px;
    text-align: right;
    padding-right: 1em;
    margin-bottom: 0 !important;
    line-height: 140%;
}

#rolex_pricelist p.price_rolex span {
    color: #333;
    font-size: 15px;
    padding-right: 1em;
    position: absolute;
    left: 10px;
}


@media screen and (max-width: 768px) {

#rolex_pricelist table {
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: -1em;
}

#rolex_pricelist table tr {
    width: 48.5%;
    min-height: auto;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
    display: inline-block;
}

#rolex_pricelist table tr:nth-of-type(2n) {
    margin-right: 0;
}

#rolex_pricelist table th.image {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    display: block;
    padding: 10px;
}

#rolex_pricelist table td.model {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 150%;
}

.tag.tag_arrow,
.tag.tag_arrow_long {
    color: #e71f19;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    top: 15%;
    right: 5%;
}

#rolex_pricelist table td.price {
    width: 100%;
    position: relative;
    text-align: right;
    padding-top: 0;
    display: block;
}

#rolex_pricelist p.price_rolex {
    font-size: 17px;
    text-align: right;
    padding-right: 0;
    display: block;
}

#rolex_pricelist p.price_rolex span {
    font-size: 13px;
}

}


/* -----------------------------------------------------------
	ダイヤモンド相場表 button
----------------------------------------------------------- */

#table_diamond {
    overflow: hidden;
}

.diamond_button {
    clear: both;
    width: 104.2%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.diamond_button_in {
    width: 18%;
    height: 50px;
    float: left;
    font-size: 18px;
    padding: 17px 0;
    margin-right: 1.5%;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    background: #fff2cc;
    color: #333;
    border: 1px solid #cdcdcd;
}

.diamond_button_in2 {
    width: 31%;
    height: 50px;
    float: left;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 1.5%;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    background: #fff2cc;
    color: #333;
    border: 1px solid #cdcdcd;
}

.diamond_button_in2 span {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.diamond_button_in:hover,
.diamond_button_in2:hover {
    opacity: 0.7;
}

.bg2 {
    background: #fce4d6 !important;
}

.bg3 {
    background: #ddebf7;
}

.bg4 {
    background: #e2efda;
}

.bg5 {
    background: #ededed;
}

.scroll_top {
    margin-top: -10px;
    padding-top: 10px;
}


@media screen and (max-width: 768px) {

.diamond_button_in,
.diamond_button_in2 {
    font-size: 16px;
}

.scroll_top {
    margin-top: -50px;
    padding-top: 50px;
}

}


/* -----------------------------------------------------------
	ダイヤモンド相場表
----------------------------------------------------------- */

.table_yellow {
    text-align: center;
    padding: 5px 0;
    background: #fff2cc;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
}

.table_orange {
    text-align: center;
    padding: 5px 0;
    background: #fce4d6;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
}

.table_blue {
    text-align: center;
    padding: 5px 0;
    background: #ddebf7;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
}

.table_green {
    text-align: center;
    padding: 5px 0;
    background: #e2efda;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
}

.table_glay {
    text-align: center;
    padding: 5px 0;
    background: #ededed;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
}

#table_diamond th {
    text-align: center;
    line-height: 100%;
    background: #fff;
    padding: 10px 0;
    vertical-align: middle;
}

#table_diamond td {
    text-align: center;
    background: #fff;
    padding: 10px 0;
    font-size: 13px;
}


/* -----------------------------------------------------------
	LINE査定
----------------------------------------------------------- */

#line_3 {
    width: 103%;
    margin: 0 auto;
    letter-spacing: -1em;
}

.line_3_in {
    width: 30.3%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    letter-spacing: 0em;
}

.line_3_in img {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.line_3_in p.line_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    margin-bottom: 5px;
    color: #006a27;
}

.line_3_in p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.line_3_in p.line_id {
    width: 232px;
    height: 72px;
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #00bb00;
    text-align: center;
    padding: 25px 0;
    color: #fff !important;
    border-radius: 5px;
}


@media screen and (max-width: 768px) {

#line_3 {
    width: 100%;
    overflow: hidden;
}

.line_3_in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table#contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

#contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

#contact_form th {
    width: 288px;
    font-size: 14px;
    border-collapse: collapse;
    text-align: left;
    padding: 15px;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 0;
}

#contact_form td {
    width: auto;
    font-size: 14px;
    border-collapse: collapse;
    padding: 15px;
    margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Tauri', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 150%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

span.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 10px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="date"],
.wpcf7 form input[type="number"] {
    font-family: 'Tauri', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: auto;
    max-width: 100%;
    padding: 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#contact_form select {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 30%;
    height: 34px;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline:none;
}

.wpcf7 form lavel {
    position: relative;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    position: absolute;
    line-height: 150%;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#contact_form input[type="file"] {
    font-family: 'Tauri', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="textarea"]: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,
.wpcf7 form select:focus {
    border: 1px solid #ccc !important;
 }

#contact_form input[type="file"]:focus {
    border: none;
}

.wpcf7 form input[type="textarea"],
#contact_form input[type="submit"],
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="checkbox"],
#contact_form input[type="radio"]
#contact_form input[type="email"],
#contact_form input[type="image"],
#contact_form input[type="file"],
#contact_form textarea {
    outline:none;
}

input[type="submit"] {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    color: #e71f19 !important;
    display: block;
    margin-top: 5px;
}

.wpcf7-response-output {
    font-size: 15px !important;
    padding: 0 !important;
    margin: 20px 0!important;
    color: #e71f19 !important;
}

.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: left !important;
    margin: 20px 0!important;
    color: #e71f19 !important;
}

.wpcf7-mail-sent-ng {
    border: none !important;
    text-align: center !important;
}

.kome {
    font-size: 13px !important;
    padding-top: 5px;
    line-height: 150%;
    display: block;
}

.kome_r {
    font-size: 13px !important;
    line-height: 150%;
    display: inline-block;
    padding-left: 5px;
    color: #e71f19;
}


@media screen and (max-width: 768px) {

table#contact_form {
    margin-bottom: 20px;
}

#contact_form th {
    width: 100%;
    padding: 12px 10px !important;
    text-align: left;
    display: block;
    border: none;
    margin-bottom: 5px;
}

#contact_form td {
    width: 100%;
    padding: 10px !important;
    text-align: left;
    display: block;
    border: none;
    background: none;
    margin-bottom: 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"] {
    top: -2px;
}

input[type="radio"] {
    width: auto;
    top: -2px;
}

.android #contact_form input[type="file"] {
    font-size: 12px;
}

#contact_form select {
    line-height: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100% !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 5px;
    padding: 0 !important;
}

.wpcf7 form lavel:before {
    display: none;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
    z-index: 5;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="radio"] {
    width: 100%;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 100%;
    line-height: 170%;
}

#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    padding: 7px 5px 5px;
}

.android #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    line-height: 10px;
    height: 34px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    background: #CD000A;
    color: #fff;
    display: inline-block;
    font-style: normal;
    margin-left: 10px;
    line-height: 100%;
    font-size: 12px;
    padding: 4px 8px;
}

.tag.tag_option {
    background: #666;
    color: #fff;
    display: inline-block;
    font-style: normal;
    margin-left: 10px;
    line-height: 100%;
    font-size: 12px;
    padding: 4px 8px;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: 'Tauri', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 300px;
    font-size: 16px;
    letter-spacing: 1px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 15px 10px;
    line-height: 100%;
    background: #00bc00;
    border: none;
    border-radius: 5px;
    color: #fff !important;
}

.submit:hover {
    opacity: 0.7;
    border: none;
    text-decoration: none;
}


@media screen and (max-width: 768px) {

.submit {
    width: 90%;
    max-width: 300px;
}

}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li a {
    clear: both;
    text-indent: 0;
    display: block;
    list-style-type: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    padding: 5px 10px 5px 2px;
}

#sitemap_list li a:hover {
    opacity: 0.7;
    text-decoration: none;
    border-bottom: none;
}

#sitemap_list li a:before {
    content: "\f138";
    font-family: FontAwesome;
    padding: 0 5px 5px 0;
    font-size: 14px;
    color: #006a27;
    vertical-align: middle;
}

ul.children {
    padding: 5px 10px 10px 15px;
}

ul.children li a {
    clear: both;
    padding: 5px !important;
    line-height: 130%;
    border-bottom: none !important;
    font-size: 15px !important;
}

ul.children li a:before,
ul.children ul.children li a:before {
    display: none !important;
}

ul.children ul.children {
    padding: 5px 10px 5px;
    border-bottom: none !important;
    overflow: hidden;
}

ul.children ul.children li a {
    clear: inherit !important;
    float: left;
    border-bottom: none !important;
    padding: 5px 20px 5px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 4px 5px 2px;
    margin-left: 5px;
    font-size: 10px;
    background: #e60012;
    line-height: 100%;
    position: relative;
    top: -1px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(PC)
----------------------------------------------------------- */

.more_btn_info {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 100%;
}

.more_btn_info:before {
    content: "\f138";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.more_btn_info:hover {
    opacity: 0.7;
}

li.info-top {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-left: 10px;
    clear: both;
    overflow: hidden;
}

p.date {
    font-size: 11px;
    margin-bottom: 0;
    color: #333;
    float: left;
    width: 100px;
    position: relative;
    top: 5px;
}

p.title {
    margin-bottom: 5px;
}

p.title a {
    font-size: 14px;
    color: #333;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 169px;
}

p.list_date {
    margin: 10px 0 2px;
    color: #333;
    font-size: 11px;
}

p.list_title {
    text-align: left;
    margin-bottom: 0;
}

.trimming {
    height: 171px;
    overflow: hidden;
}

.list_image img {
    min-height: 170px;
    min-width: 260px;
    max-width: 100%;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: -100px;
    margin-bottom: -100px;
}


/* -----------------------------------------------------------
	新着情報・ブログ(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

li.info-top {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-left: 10px;
}

p.date {
    float: none;
    margin: 0;
    top: 0;
}

p.title {
    float: none;
    line-height: 130%;
}

p.title a {
    padding: 0;
    line-height: 130%;
}

.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;
    margin-bottom: 5px;
}

.list_image img {
    margin: 0;
    max-width: 100%;
}

.trimming {
    height: auto;
    width: 100%;
    overflow: hidden;
}

#list_inner {
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

}


/* -----------------------------------------------------------
	新着情報・top
----------------------------------------------------------- */

.box_infotop {
    clear: both;
    width: 100%;
    height: auto;
    border: 1px solid #e71f19;
    background: #fff;
    padding: 10px 10px 8px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

h2.infotop {
    width: 130px;
    float: left;
    font-size: 18px;
    color: #006a27;
    font-weight: 500;
    position: relative;
    top: -1px;
}

ul.infotop {
    float: left;
    width: 800px;
}

ul.infotop li:before {
    content: "\f138";
    font-family: FontAwesome;
    padding-right: 5px;
    vertical-align: middle;
    float: left;
    margin-right: 3px;
    color: #006a27;
}

p.infotop_title {
    margin-bottom: 0;
    font-weight: bold;
}

p.infotop_title a {
    color: #333;
}

.more_btn_infotop {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 12px;
    line-height: 100%;
    padding: 9px 15px;
    color: #fff;
    background: #006a27;
}

.more_btn_infotop:before {
    content: "\f138";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.more_btn_infotop:hover {
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

.box_infotop {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 15px 10px 15px;
}

h2.infotop {
    width: 130px;
    float: none;
    font-size: 17px;
    color: #006a27;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    top: 0;
}

ul.infotop {
    float: left;
    width: 100%;
    padding-left: 10px;
}

.more_btn_infotop {
    position: absolute;
    top: 15px;
    bottom: auto;
    right: 15px;
    font-size: 10px;
    line-height: 100%;
    padding: 9px 15px;
    color: #fff;
    background: #006a27;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin: 30px 0 20px;
}

.pager .fa {
    padding: 0 5px !important;
}

.pager .next a {
    width: auto;
    height: 35px;
    clear: both;
    font-size: 13px;
    padding: 11px 10px;
    background: #00bc00;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.pager .previous a {
    width: auto;
    height: 35px;
    clear: both;
    font-size: 13px;
    padding: 11px 10px;
    background: #00bc00;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.pager .more {
    clear: both;
    width: auto;
    height: 35px;
    font-size: 13px;
    background: #00bc00;
    padding: 11px 15px;
    margin: 10px 5px;
    color: #fff !important;
    line-height: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.pager .next a:hover,
.pager .previous a:hover,
.pager .more:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* -----------------------------------------------------------
	ページネーション
----------------------------------------------------------- */

.pagination {
    clear: both;
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #fff;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    color: #fff;
    background: #00bc00;
}

.pagination li a:focus {
    border: 1px solid #fff !important;
    border-left-width: 0 !important;
}

.pagination li:not([class*="current"]) a:hover {
    text-decoration: none;
    opacity: 0.7;
}
 
.pagination li:first-of-type a {
    border-left-width: 0;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #006c01;
    cursor: default;
    pointer-events: none;
}
 
.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } 
  .pagination li.previous a { border-left-width: 1px; }
}

 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a { border-left-width: 0; }
}

 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
 

@media only screen and ( max-width: 240px ) {
  .pagination li { width: 50%;}
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}


/* -----------------------------------------------------------
	no image
----------------------------------------------------------- */

.tag.tag_noimage {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-style: normal;
    color: #333;
    background-color: #fbf9f1;
    border: 1px solid #ccc;
    position: relative;
}


@media screen and (max-width: 357px) {

.tag.tag_noimage {
    padding: 5% !important;
}

}

@media screen and (min-width: 357px) and (max-width: 480px) {

.tag.tag_noimage {
    padding: 10% !important;
}

}

@media screen and (min-width: 481px) and (max-width: 768px) {

.tag.tag_noimage {
    padding: 20%;
}

}