@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
html {
  font-size: 62.5%;
}

body {
  font-size: small;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
/***************************************/
/*  hタグ */
/***************************************/
#h1_wrapper {
  width: 100%;
}

h1 {
  display: none;
}

h2 {
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.4em;
  padding: 5px 10px 5px 20px;
  margin: 0px;
}

.h2_top {
  width: 960px;
  font-size: 30px;
  padding: 40px 0 0 0;
  margin: 0 auto 45px !important;
  font-weight: bold;
  text-align: left;
  color: #333;
  position: absolute;
  z-index: 3;
  letter-spacing: 0.3rem;
}

h2.h2_top:first-letter {
  font-size: 150%;
  color: #558393;
}

h2.h2_topblue:first-letter {
  font-size: 150%;
  color: rgb(231, 69, 54);
}

.h2_topblue {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  background: #fff;
  letter-spacing: 0.3rem;
  box-sizing: border-box;
  letter-spacing: 0.3rem;
  margin: 0 0 30px 0;
  padding: 0;
}

.h2_top span {
  color: rgb(51, 51, 51);
  font-size: 75%;
  font-weight: normal;
}
/***************************************/
/*  全体 */
/***************************************/
a img, img, table {
  border: 0px;
}

table {
  background: #fff;
  width: 95%;
  margin: 0 auto 45px;
}
/**************************************
 * リンク
**************************************/
em {
  font-size: 14px;
  letter-spacing: 0.5em;
  font-style: normal;
}

a {
  color: rgb(0, 153, 204);
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}
/***************************************/
/*  レイアウト  共通　*/
/***************************************/
#wrapper {
  overflow-x: hidden;
}

#contenter {
  margin-left: auto;
  margin-right: auto;
  background: url("../logo/body_bg2012.png") ;
  background-color: rgb(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}
/*ヘッダーのレイアウト*/
#logo {
  width: 300px;
  margin: 0px auto;
  position: relative;
}

#head_right {
  padding: 10px 0px 20px;
  margin: 0px auto;
}

#tel {
  width: 220px;
  text-align: right;
  padding: 0px 5px 20px 30px;
  font-size: 17px;
  letter-spacing: 0.2em;
  font-weight: bold;
  background: url(../logo/bg_head_right.png) center top no-repeat;
  position: absolute;
  right: 53px;
  top: 42px;
  box-sizing: border-box;
}

#adress {
  text-align: right;
  font-size: 14px;
  padding: 50px 0px 0px;
  letter-spacing: 0.2em;
  position: absolute;
  right: 55px;
  top: 35px;
}

#menu_header {
  width: 960px;
  text-align: right;
  padding: 10px;
  margin: 0px auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#logo img {
  width: 220px;
}
/*ヘッダーのレイアウト*/
#img {
  margin: 0px;
  box-shadow: #ccc 0px 10px 10px -5px;
}

#img>img {
  display: block;
  margin: 0 auto;
}

#left {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
}

#right {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background: rgb(235, 239, 241);
  box-shadow: #ccc 0px 1px 10px 1px;
  overflow: auto;
}

#footer {
  text-align: center;
  padding: 50px 0px 155px;
  background: url("../logo/footer_bg.png") center top no-repeat #333;
  background-position-y: 100px;
}

/*fixedのレイアウト*/

div#fixed_btn {
    text-align: left;
    /* padding: 15px 25px 25px; */
    background: #6ea1b3;
    color: #fff;
    font-size: 14px;
    position: fixed;
    bottom: 15px;
    width: 345px;
    right: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border: 2px #fff solid;
}
#fixed_btn p {
    line-height: 1.5;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 0 15px 0;
    /* float: left; */
    width: 70%;
    padding: 20px 0 15px 0;
    position: relative;
    right: 20px;
    font-size: 15px;
}
div#fixed_btn a {
    text-decoration: none;
}
div#fixed_btn a:nth-child(3) {
    letter-spacing: 0.5rem;
    color: rgb(45, 82, 116);
    /* padding: 15px; */
    margin: 0 15px 20px 15px;
}
p.fixed_tel a {
    /*padding: 0px 0px 0px 38px;*/
    font-weight: bold;
    font-size: 30px;
    font-family: sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
}
a:link.fixed_estimate {
    color: #2d5274;
    font-weight: bold;
    width: 240px;
    padding: 14px 0;
    display: block;
    float: left;
    border-radius: 3px;
    text-align: center;
}
a.fixed_mail {
    display: block;
    float: left;
    width: 55px;
    margin: 0;
    background: #fff;
    padding: 11px 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid rgb(45, 82, 116);
}
a.fixed_estimate {
    background: rgb(255, 255, 255);
    margin: 0px 15px 0px 0px;
    border: 2px solid rgb(45, 82, 116);
    box-sizing: border-box;
}
p.fixed_tel {
    /*background: url(../logo/fixed_img.png) no-repeat left top 9px;*/
    margin: 0 !important;
    /* float: left; */
}
span.ya_b {
    border-bottom: 1px solid #fff;
}
span.ya_b a {
    color: #fff;
}
.ya {
    margin: 0 3px;
    transform: translateY(3px);
}
#fixed_btn a:hover {
    opacity: 0.7;
}
.face_img {
    display: inline-block;
    float: left;
    /* padding-top: 15px; */
    position: relative;
    left: calc(50% - 205px);
    top: 10px;
}

/* 共通　p系  */



/***************************************/
/*  トップページ */
/***************************************/
.clear0 {
  clear: both;
  margin: 0px;
}

.top_text {
  line-height: 1.4;
  position: absolute;
  top: 340px;
  padding: 25px 10px;
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  color: rgb(255, 255, 255);
  letter-spacing: 0.2rem;
}

span.big_text {
  font-size: 100px;
}

.textimg {
  position: absolute;
  left: calc(50% + 160px);
  top: 340px;
}

.textimg img {
  width: 90%;
}

.sp_subimg {
    background: url(../logo/../logo/top_img_price.jpg);
    height: 220px;
}

.top_flower img {
  position: absolute;
  top: 144px;
  right: 0;
}

.sub_text {
  line-height: 1.5;
  position: absolute;
  top: 235px;
  left: calc(50% - 165px);
  padding: 25px 10px;
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  color: rgb(255, 255, 255);
  letter-spacing: 0.2rem;
}

.h2_photo, .h2_photo_t {
  font-size: 28px;
  background: linear-gradient(to right, rgb(253, 254, 250, 0.5) 0%, rgb(253, 254, 250, 0.4) 70%, rgb(253, 254, 250, 0.3) 85%, rgb(253, 254, 250, 0.2) 90%, rgb(253, 254, 250, 0.1) 95%, rgb(253, 254, 250, 0) 100%);
  position: absolute;
  top: 610px;
  padding: 25px 10px;
  color: #2d5274;
  letter-spacing: 0.2rem;
}

.h2_photo_t {
  position: absolute;
  top: 248px;
  width: 960px;
}
/*左*/
#left_photo {
  width: 960px;
  margin: 0 auto;
  padding: 0px;
}
/*メッセージ*/
#message_top {
  padding: 10px;
  margin: 10px;
  border: 1px solid rgb(238, 238, 238);
}

#message_top h2 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

#menu_dai {
  padding: 0px;
  margin: 0px auto;
  position: absolute;
  top: 850px;
  min-width: 960px;
}

#menu_dai img {
  margin: 0px 0px 20px;
  border-radius: 6px;
}

.h3_menu_dai {
  font-size: 24px;
  margin: 0px 0px 20px;
  color: rgb(85, 131, 147);
  text-align: center;
}

.p_menu_dai {
  margin: 0 13px 40px;
  text-align: left;
  font-size: 18px;
}

.menu-dai_left {
  width: 280px;
  float: left;
  margin-right: 45px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: #ccc 1px 1px 5px;
  padding: 5px;
}

.menu-dai_right {
  width: 280px;
  float: right;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: #ccc 1px 1px 5px;
  padding: 5px;
}

#sub_menu-dai, #sub_menu_dai_b, .price_table, .top_h2_box_2 {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 0 #f6f6f6;
}

.sub_menu-dai_left {
  width: 280px;
  float: left;
  margin-right: 60px;
}

.sub_menu-dai_right {
  width: 280px;
  float: left;
}

.sub_menu-dai_left img, .sub_menu-dai_right img {
  margin: 0 0 20px 0;
  width: 100%;
  height: 295px;
  object-fit: cover;
}

#sub_menu_dai_b h3 {
  font-size: 18px;
}


#sub_menu_dai_b img {
  margin-bottom: 15px;
}

.top_btn {
  margin: 0px 0px 45px;
  text-align: center;
}

.top_btn a {
  padding: 17px 10px 15px 40px;
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 20px;
  border-radius: 6px;
  box-shadow: #132535 0px 0px, #132535 0px 6px 0px 0px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background: url(../logo/show_btn.png) no-repeat top 20px left 13px rgb(45, 82, 116) !important;
}

/*トップのメイン*/
#top_main {
  margin: 0 auto 60px;
  text-align: center;
  background: url(../logo/back_orange.png) right 2% bottom 2% no-repeat, url(../logo/back_blue.png) left 2% top 15% no-repeat rgb(255, 255, 255);
  box-shadow: #ccc 0px 1px 10px 1px;
  width: 1280px;
  padding: 75px 0;
  border-radius: 6px;
}

#top_main h2 {
  padding: 0;
  text-align: center;
  position: relative;
}

#top_main .textbox_l {
  margin: 0 0 30px 0;
}
/*トップの流れ*/

#nagare h2 {
    position: absolute;
    top: 1334px;
    left: calc(50% - 370px);
    color: #fff;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 4px;
    text-shadow: 2px 2px 1px #003366, -2px 2px 1px #003366, 2px -2px 1px #003366, -2px -2px 1px #003366, 2px 0px 1px #003366, 0px 2px 1px #003366, -2px 0px 1px #003366, 0px -2px 1px #003366;
}
#nagare h2.h2_top:first-letter {
    color: #fff;
}
#top_main #nagare h2 {
    position: unset;
    text-shadow: unset;
    color: rgb(51, 51, 51);
}
#top_main #nagare h2.h2_top:first-letter {
    color: rgb(85, 131, 147);
}
#nagare h3 {
  position: absolute;
  top: 1360px;
  left: calc(50% - 100px);
  font-size: 24px;
  background: #fff;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  display: none;
}

#nagare a:nth-of-type(2), #top_menu, #bar {
  display: none;
}

#nagare a img {
  position: absolute;
  top: 1440px;
  left: calc(50% - 475px);
  width: 960px;
}

.news {
  background: #fff url(../logo/news_img.jpg) no-repeat left -80px center / contain;
  box-shadow: 0px 1px 10px 1px #ccc;
  border-radius: 6px;
  width: 960px;
  margin: 55px auto 0;
  padding: 30px 30px 30px 280px;
  box-sizing: border-box;
  position: relative;
}

.news::after {
  content: " ";
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  right: 25px;
  bottom: 10px;
  background: url(../logo/back_orange.png) no-repeat center / contain;
}

.news_h2 {
  width: 100%;
  font-size: 30px;
  padding: 0;
  font-weight: bold;
  text-align: left;
  color: rgb(51, 51, 51);
  z-index: 3;
  letter-spacing: 0.3rem;
  margin: 0px auto 15px !important;
}

.news_h2::first-letter {
  font-size: 150%;
  color: rgb(85, 131, 147);
}

.news b {
  font-size: 16px;
}

#h3_area {
  font-weight: normal;
}

/*.top_h2_box */
.top_h2_box {
  width: 960px;
  margin: 0 auto 60px;
  padding: 140px 0 40px 0;
  background: url("../logo/h2_box_back.jpg") right bottom no-repeat;
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 10px 1px #ccc;
  z-index: 2;
  border-radius: 6px;
  position: relative;
}

.top_h2_credit {
  padding: 140px 0 60px 0;
}

.credit_h4 {
  color: rgba(153,0,0);
  font-size: 14px;
}

.top_h2_box:nth-of-type(2n+1)::before {
  content: " ";
  display: block;
  height: 100%;
  width: 2000px;
  position: absolute;
  left: calc(50% - 2560px);
  top: 0%;
  box-shadow: #ccc -10px 1px 10px 1px;
  background: url(../logo/back_blue.png) right 40px top 90% no-repeat rgb(255, 255, 255);
}

.top_h2_box:nth-of-type(2n)::after {
  content: " ";
  display: block;
  height: 100%;
  width: 2000px;
  position: absolute;
  left: calc(50% + 525px);
  top: 0%;
  box-shadow: #ccc 10px 1px 10px 1px;
  background: url(../logo/back_orange.png) left 80px top 90% no-repeat rgb(255, 255, 255);
}

.top_h2_box:nth-of-type(odd), .h2_top:nth-of-type(odd) {
  padding-right: 100px;
  padding-left: 100px;
}

.top_h2_box:nth-of-type(even), .h2_top:nth-of-type(even) {
  padding-left: 100px;
}

.top_h2_box_coupon {
  width: 960px;
  margin: 0px auto 60px;
  padding: 30px;
  background: #fff;
  box-shadow: #ccc 0px 1px 10px 1px;
  box-sizing: border-box;
  position: relative;
}

.top_h2_box_coupon:before {
  content: " ";
  display: block;
  background: rgb(255, 255, 255);
  height: 100%;
  width: 530px;
  position: absolute;
  left: calc(50% - 1000px);
  top: 0%;
  box-shadow: #ccc -10px 1px 10px 1px;
  background: url(../logo/top_h2_box_coupon.png) no-repeat left -80px top #fff;
}

.top_h2_box_coupon .textbox_l {
  margin: 0 !important;
}

.top_h2_box_coupon:after {
  content: " ";
  display: block;
  background: #fff;
  height: 100%;
  width: 420px;
  position: absolute;
  left: calc(50% + 475px);
  top: 0%;
  box-shadow: 10px 1px 10px 1px #ccc;
}

.top_h2_box_coupon .kinen:nth-of-type(2) {
  font-size: 65px !important;
  font-weight: bold;
  margin: 0 auto 20px;
  background: url(../logo/tel.png) no-repeat left top 10px;
  padding: 0 0 0 75px;
  letter-spacing: 0.3rem;
}

.top_h2_box_coupon p.kinen {
  font-size: 24px;
  margin: 0 0 10px 0;
}


/*お問合せフォームレイアウト*/

.contact_box_links a, .contact_box_links_b a {
    padding: 20px 15px 20px 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.2rem;
    background: rgb(231, 69, 54) !important;
    font-size: 16px !important;
}
.contact_box_links a{
  background: url(../logo/estimate_btn.png) no-repeat top 23px left 13px #e74536 !important;
  box-shadow: #752d28 0px 0px, #752d28 0px 6px 0px 0px;
}
.contact_box_links_b a{
  background: url(../logo/mail_btn.png) left 13px top 27px no-repeat rgb(45, 82, 116) !important;
  box-shadow: #132535 0px 0px, #132535 0px 6px 0px 0px;
}

.contact_box_links{
  position: absolute;
  top: 32%;
  right: 10px;
  background: url(../logo/estimate_btn.png) no-repeat top 23px left 13px #e74536 !important;
}

.contact_box_links_b  {
  position: absolute;
  top: 62%;
  right: 10px;
  background: url(../logo/mail_btn.png) left 13px top 27px no-repeat rgb(45, 82, 116) !important;
  box-shadow: #132535 0px 0px, #132535 0px 6px 0px 0px !important;
}
/* h2の下のボックスのバリエーション*/
.top_h2_box_coupon .imagebox_l, .top_h2_box_coupon h3, .top_h2_box_coupon .kinen:nth-of-type(1) {
  display: none;
}
/*右*/
#right_photo {
  width: 960px;
  margin: 30px auto;
}

#right_photo .area {
  margin-bottom: 20px;
  padding: 0px;
  float: left;
  border-radius: 6px;
  width: 280px;
}

#right_photo_r {
  width: 960px;
  margin: 0 auto;
}

.paypay {
  background: rgb(255, 255, 255);
  width: 280px;
  float: left;
  border-radius: 6px;
  margin: 15px;
  padding-top: 15px;
}

p.w3c {
  width: 280px;
  float: left;
}

.area {
  font-weight: normal;
  margin: 5px 15px;
  padding: 5px;
  width: 180px;
  background: url("") center top no-repeat rgb(255, 255, 255);
}

.area:nth-of-type(2) {
  margin-bottom: 65px !important;
}

.area a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.h3_area {
  font-size: 18px;
  background: #333;
  color: rgb(255, 255, 255);
  padding: 10px;
  letter-spacing: 0.2rem;
  margin: 0 0 20px 0;
  border-radius: 6px 6px 0 0;
}

.p_area {
  margin: 15px 15px 20px 15px;
}

.p_area2 {
  font-size: 12px;
  margin: 0px auto 45px;
  padding: 20px;
  border: 1px solid rgb(238, 238, 238);
  text-align: left;
  width: 90%;
}

.p_area3 {
  font-size: 12px;
  margin: 0px 10px 40px;
  padding: 20px;
  border: 1px solid rgb(238, 238, 238);
  text-align: left;
}

/***************************************/
/*  画像・テキストボックス */
/***************************************/

.imagebox_l,.sub_menu-dai_left_b.clearfix, .sub_menu-dai_right_b.clearfix {
  width: 190px;
  height: 140px;
  overflow: hidden;
  float: left;
  position: relative;
}

.column_4 .sub_menu-dai_left_b.clearfix, .column_4 .sub_menu-dai_right_b.clearfix {
  overflow: visible;
  width: 200px;
  height: auto;
}

.sub_menu-dai_left_b.clearfix, .sub_menu-dai_right_b.clearfix{
  height: 235px ;
}

#sub_menu_dai_b.column_4 .sub_menu-dai_left_b {
  width: 200px ;
  margin-right: 53px !important;
}

#sub_menu_dai_b.column_4 p {
  margin: 0;
  padding: 0 22px 27px 10px;
  font-size: 12px;
}

.sub_menu-dai_left_b.clearfix {
    margin-right: 195px !important;
}

#sub_menu_dai_b img {
    margin-bottom: 15px;
    width: 200px;
    height: 160px;
}

#sub_menu_dai_b.column_4 img {
    width: 100%;
    height: auto;
}

.imagebox_l{
  margin: 0px 30px 30px 0;
}

.imagebox_l img,.sub_menu-dai_right_b img, .sub_menu-dai_left_b img {
  position: relative;
  top: -10px;
  left: -10px;
}

.column_4 .sub_menu-dai_right_b img, .column_4 .sub_menu-dai_left_b img {
  position: static;
}

.imagebox_l::before,.sub_menu-dai_left_b.clearfix::before,.sub_menu-dai_right_b.clearfix::before  {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 20px #fff solid;
    width: 12px;
    height: calc(100% - 10px);
    background-color: #eee;
    background-image: repeating-linear-gradient( 
-45deg
, #fff, #fff 2px, transparent 0, transparent 6px);
    z-index: 1;
}
.sub_menu-dai_left_b.clearfix::before,.sub_menu-dai_right_b.clearfix::before {
  bottom: 25px;
  height: 140px;
}

.column_4 .sub_menu-dai_left_b::before,.column_4 .sub_menu-dai_right_b::before {
  bottom: 0;
  height: calc(100% - 10px);
}

.imagebox_l::after,.sub_menu-dai_left_b.clearfix::after,.sub_menu-dai_right_b.clearfix::after  {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    height: 12px;
    border-left: 10px #fff solid;
    background-color: rgb(238, 238, 238);
    background-image: repeating-linear-gradient( 
-45deg
, rgb(255, 255, 255), rgb(255, 255, 255) 2px, transparent 0px, transparent 6px);
    z-index: 2;
}
.imagebox_l::after{
  bottom: 0;
}
.sub_menu-dai_left_b.clearfix::after,.sub_menu-dai_right_b.clearfix::after {
  bottom: 15px;
}

.column_4 .sub_menu-dai_left_b.clearfix::after,.sub_menu-dai_right_b.clearfix::after {
  bottom: 0;
}

.imagebox_r {
  float: right;
  margin: 5px;
}

.textbox_k {
  position: relative;
  top: -375px;
  text-align: left;
  font-size: 14px;
}

.textbox_l {
  text-align: left;
  font-size: 14px;
}

.textbox_l a {
  color: #fff;
  text-decoration: none;
}

.textbox_l_2 {
  float: left;
  padding: 0;
  width: 740px;
  text-align: left;
}

.textbox_l h3, .textbox_l_2 h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}

h3.q {
  background: rgb(235, 239, 241) !important;
  padding: 10px 0 10px 10px;
  border-radius: 3px;
}

.textbox_o .textbox_l:nth-child(2), .textbox_o .textbox_l:nth-child(5) {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 0 #f6f6f6;
}

h4 {
    margin: 0 0 15px;
}

#koujou_img h3 {
  font-size: 20px;
}

.link_c a{
  padding: 17px 30px 15px 30px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: #132535 0px 0px, #132535 0px 6px 0px 0px;
  cursor: pointer;
  font-weight: bold;
  width: 230px;
  display: block;
  letter-spacing: 0.2rem;
  margin: 60px auto 0;
  background: url(../logo/show_btn.png) no-repeat top 17px left 25px rgb(45, 82, 116) !important;
}

.link_r a, a.link_estimate2012 {
  padding: 15px 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: #752d28 0px 0px, #752d28 0px 6px 0px 0px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  width: 230px;
  display: block;
  letter-spacing: 0.2rem;
  margin: 60px auto 0;
  background: url(../logo/estimate_btn.png) left 30px top 16px no-repeat rgb(231, 69, 54) !important;
  text-align: right;
}
.link_r a{
  margin: 45px auto 0 !important;
}

a.link_estimate2012 {
  margin: 20px auto;
}

a.credit_link {
  color: rgba(26,124,159);
  text-decoration: underline !important;
}

a.credit_link:hover {
  text-decoration: none !important;
}


.link_f a {
  display: block;
  padding: 10px;
  margin: 20px 40px 40px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  border-radius: 6px;
  box-shadow: #132535 0px 0px, #132535 0px 6px 0px 0px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background: rgb(45, 82, 116);
}

.link_r:nth-of-type(2) {
  margin: 15px auto 0px;
}

.link_c a:hover, .link_r a:hover, .top_btn a:hover, .link_f a:hover, a.link_estimate2012:hover,
 .margin_b_40:hover,.contact_box_links a:hover,.contact_box_links_b a:hover{
  box-shadow: none;
  position: relative;
  top: 7px;
}

.bottom_10 {
  margin-bottom: 10px;
}
/***************************************/
/* 2ページ目以降　共通  */
/***************************************/
p.pankuzu {
  width: 960px;
  text-align: left;
  margin: 20px auto;
  padding: 0px;
}
/*mitumori*/
.box-form {
  padding: 15px;
  margin: 0px 0px 15px;
  width: auto;
}

.box-form2 {
  padding: 15px;
  width: auto;
}

.box-form2 span {
  color: rgb(255, 255, 255);
}

.box-form table, .box-form2 table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 30px;
}

.box-form table input, .box-form table textarea, .box-form table select, .box-form2 table input, .box-form2 table textarea, .box-form2 table select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgb(204, 204, 204);
  vertical-align: middle;
  margin: 0px 3px 1px 0px;
}

form[name="form1"] input[type="text"] {
  width: 90%;
}

.box-form table input[name="jusyo"], .box-form2 table input[name="jusyo"] {
  width: 90%;
}

.box-form table input[name="adoresu"], .box-form2 table input[name="adoresu"] {
  width: 80%;
}

.box-form table input[type="file"], .box-form2 table input[type="file"] {
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.box-form table tr, .box-form2 table tr {
  width: 100%;
}

.box-form table th, .box-form table td, .box-form2 table th, .box-form2 table td {
  padding: 8px;
  text-align: left;
  border: 1px solid rgb(214, 214, 214);
  background: rgb(235, 239, 241);
  color: rgb(83, 83, 83);
  box-shadow: rgb(255, 255, 255) 0px 1px inset;
}

.box-form table th, .box-form2 table th {
  width: 30%;
  font-weight: bold;
  font-size: 12px;
  background: rgb(235, 239, 241);
}

.box-form table td, .box-form2 table td {
  font-weight: normal;
  font-size: 12px;
  width: 70%;
}

.pict_plus_minus_btn_block {
  float: right !important;
  width: 25% !important;
}

input[type="submit"] {
  width: 200px;
  height: 45px;
  outline: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-radius: 5px;
  display: block;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin: 0px auto 60px;
  overflow: hidden;
  text-shadow: rgb(0, 0, 0, 0.2) 1px 1px 0px;
  border-bottom: 1px solid rgb(154, 198, 53);
  background-image: linear-gradient(rgb(77, 130, 21), rgb(123, 173, 38));
}

input[type="submit"]:hover {
  background-image: linear-gradient(rgb(73, 123, 12), rgb(123, 173, 38));
}

input[type="submit"]:active {
  border-bottom: 0px;
  background-image: linear-gradient(rgb(73, 123, 12), rgb(123, 173, 38));
  box-shadow: rgb(0, 0, 0, 0.25) 0px 1px 3px 1px inset;
}

input[type="reset"] {
  width: 80px;
  height: 24px;
  outline: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-radius: 5px;
  display: block;
  font-size: 1em;
  letter-spacing: 0.05em;
  margin: 0px auto 20px;
  overflow: hidden;
  text-shadow: rgb(0, 0, 0, 0.2) 1px 1px 0px;
  border-bottom: 1px solid rgb(153, 153, 153);
  background-color: rgb(204, 204, 204);
}
/*-mitumori*/

/*  menu */
#footer_menu {
  width: 960px;
  padding: 10px;
  margin: 0px auto 80px;
  box-sizing: border-box;
}

#footer_menu li {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style-type: none;
}

#footer_menu a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  float: left;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  padding: 6px 48px 6px 26px;
  text-decoration: none;
  background: url(../logo/menu_img.png) no-repeat;
  box-sizing: border-box;
}

.copy {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}

.copy a {
  color: #fff;
  padding: 0 10px;
}

/*ヘッダーレイアウト*/

#header ul {
  padding: 10px 10px 0px;
  margin: 0px;
  list-style-type: none;
}

#header li {
  padding: 0px 0px 0px 9px;
  background: url("../logo/left_earth.gif") left top no-repeat;
  float: left;
  margin: 0px;
}

#header a {
  padding: 5px 35px 4px 22px;
  display: block;
  font-weight: bold;
  background: url("../logo/right_earth.gif") right top no-repeat;
  float: left;
  color: rgb(0, 51, 102);
  text-decoration: none;
}

#header a {
  float: none;
}

#header a:hover {
  color: rgb(51, 51, 51);
}

#header #current {
  background-image: url("../logo/left_on.gif");
}

#header #current a {
  background-image: url("../logo/right_on.gif");
  padding-bottom: 5px;
  color: rgb(51, 51, 51);
}

#navSquare {
  margin: 0px;
  padding: 0px 0px 20px 20px;
}

#navSquare li {
  margin: 0px;
  padding: 0px;
  display: inline;
  list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
  float: left;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  padding: 6px 52px 6px 26px;
  text-decoration: none;
  color: #333;
  background: url("../logo/menu_img.png") no-repeat;
  box-sizing: border-box;
}


/*#navSquare a:link.active, #navSquare a:visited.active {
  color: #333;
}*/

#navSquare a:hover, #footer_menu a:hover {
  color: #999;
}

.otoiawase_h2_box {
  margin-bottom: 40px;
  text-align: left;
  padding: 0px 20px;
}

.map_frame {
  margin-bottom: 20px;
}

.map_sp {
  display: none;
}

.margin_t_10, #koujou_img img {
  width: 960px;
  margin: 0 0 75px 0;
}

.margin_b_40 {
  margin: 0 auto;
  padding: 15px 30px;
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: #132535 0px 0px, #132535 0px 6px 0px 0px;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: bold;
  width: 230px;
  letter-spacing: 0.2rem;
  background: url(../logo/show_btn.png) left 30px top 17px no-repeat rgb(45, 82, 116) !important;
  display: block;
}

.p_mochikomi {
  margin: 0px 0px 40px;
}

.nptxt {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  clear: both;
  text-align: left;
}

.nptxt2 {
  padding: 0px;
  clear: both;
  margin: 0px 0px 30px;
  text-align: left;
}
/*　2012-4 重量税変更関連　*/

.price12_div {
  width: 95%;
  margin: 0 auto 45px;
  border: 1px solid rgb(238, 238, 238);
  background: rgb(221, 221, 221);
  padding: 1px;
}

.price12_div_inner {
  border: 1px solid rgb(255, 255, 255);
  padding: 15px;
  background: rgb(235, 239, 241);
}

.price12_h4 {
  margin: 0px 0px 10px;
}

.link_estimate2012 {
  display: block;
  margin: 5px 0px;
}
/*　2012-4 重量税変更関連ここまで　*/

.otoiawase_h3 {
  text-align: left;
  margin: 30px 0px 0px;
  padding: 0px 20px;
}

.otoiawase_p {
  text-align: left;
  padding: 0px 20px;
}

span.tax_text {
  font-size: 80%;
  font-weight: normal;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

br.sp_none {
  display: inline-block;
}
/*  20160630  中村追記  */
.hover_none {
  text-decoration: none !important;
  color: rgb(0, 0, 51) !important;
}

.hover_none:hover {
  cursor: default;
  text-decoration: none !important;
  color: rgb(0, 0, 51) !important;
}

/* 20160701 元兼追記 */
.red {
  color: rgb(153, 0, 0);
}

/* 20201027 内川追記 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 上へ戻るボタン */
.back_top {
  height: 50px;
  margin: 0px 20px 15px 0px;
  padding: 20px 0px 0px;
  float: right;
}

.back_top a {
  width: 50px;
  height: 50px;
  background: linear-gradient(rgb(17, 17, 17) 0%, rgb(68, 68, 68) 100%);
  display: block;
  font-size: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 5px;
}

.back_top a:link, .back_top a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.back_top a img {
  width: 32px;
  padding: 6px 9px 4px;
  font-size: 10px;
}

/* 2013-10-25　上辻　スマホ対応　*/

@media screen and (max-width: 480px) {
  body {
    padding: 60px 0px 14.1vw;
  }
  /* 全体100%指定　*/
  #wrapper, #logo, #head_right, #img, #left, #right, #footer, #tel, #adress, #menu_header, #left_photo, #top_menu, #top_main, #menu_dai, .menu-dai_left, .menu-dai_right, .textbox_l, #header, h1, textarea, .textbox_l_2, textbox_l_2 {
    width: 100%;
  }
  .h2_top, #menu_header, #left, #left, #left_photo, .top_h2_box, .top_h2_box_coupon, #right_photo, #right_photo_r, p.pankuzu, #footer_menu, .copy, .margin_t_10, #koujou_img img {
    width: 100%;
  }
  /*　画像 */
  div#img img {
    height: 100px;
  }
  div#img.sp_subimg {
    height: 100px;
    margin: 0px 0px 15px;
    background: url(../logo/sub_main_flower.png)no-repeat right 0 bottom 0,url(../logo/top_img_price.jpg);
    background-size: 17%,270%;
}
  .sub_text {
    line-height: 1.5;
    position: absolute;
    top: 105px;
    left: 0;
    padding: 25px 10px;
    font-size: 36px;
    font-family: "Noto Serif JP", serif;
    color: rgb(255, 255, 255);
    letter-spacing: 0.2rem;
  }
  .textbox_l_2 {
    width: 47%;
  }
  #wrapper {
    padding: 0;
    margin: 0px auto;
  }
  #wrapper.top {
    padding: 0px;
  }
  td {
    width: 10%;
    font-size: 12px;
  }
  #tel, #adress, .h2_photo, #bar, #heade, #header {
    display: none;
  }
  .textimg {
    position: absolute;
    left: calc(50% + 32px);
    top: 140px;
  }
  .textimg img {
    width: 58% !important;
  }
  .top_text {
    line-height: 1.4;
    position: absolute;
    top: 150px;
    padding: 25px 10px 25px 20px;
    font-size: calc(1rem + ((1.6vw - 3.2px) * 3.125));
    font-family: "Noto Serif JP", serif;
    color: rgb(255, 255, 255);
    letter-spacing: 0.1rem;
    width: 100%;
    box-sizing: border-box;
  }
  span.big_text {
    font-size: calc(2.5rem + ((1.7vw - 3.2px) * 6.25));
  }
  .h2_photo, .h2_photo_t {
    font-size: calc(1.2rem + ((1vw - 3.2px) * 1.25));
    background: linear-gradient(to right, rgb(253, 254, 250, 0.5) 0%, rgb(253, 254, 250, 0.4) 70%, rgb(253, 254, 250, 0.3) 85%, rgb(253, 254, 250, 0.2) 90%, rgb(253, 254, 250, 0.1) 95%, rgb(253, 254, 250, 0) 100%);
    position: absolute;
    top: 293px;
    padding: 25px 10px;
    color: rgb(45, 82, 116);
    letter-spacing: 0.2rem;
    margin: 0 10px;
    display: unset;
  }
  #nagare h2 {
    position: unset;
    color: rgb(34, 34, 34);
    text-shadow: unset;
    margin-bottom: 30px !important;
}
#nagare h2.h2_top::first-letter {
    color: #558393;
}
  #nagare h3 {
    background: rgb(45, 82, 116);
    color: rgb(255, 255, 255);
    padding: 2px 0px;
  }
  #img img, #nagare img, table img, .margin_t_10, .p_area2 img {
    width: 100%;
    height: auto;
  }
  .margin_t_10, #koujou_img img {
    margin: 0px 0px 30px;
  }
  .area iframe {
    width: 176px;
    margin: 0px auto;
    text-align: center;
  }
  #menu_header {
    padding: 10px 0px 0px;
  }
  #navSquare {
    padding: 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
  }
  #navSquare::after {
    content: "";
    display: block;
    clear: both;
  }
  #navSquare li {
    width: 50%;
    float: left;
  }
  #navSquare a:link, #navSquare a:visited, #navSquare a:visited, .active, #navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
    width: 99.5%;
    height: 25px;
    font-size: 1.4rem;
    padding: 15px 0px 6px;
    text-align: center;
    background: linear-gradient(rgb(249, 249, 249) 0%, rgb(237, 237, 237) 100%);
    border-left: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
  }

  .active {
    background: rgb(255, 255, 255);
  }
  table {
    width: 100%;
    table-layout: fixed;
    /*word-break: break-all;
    word-wrap: break-all;*/
  }
  .map_frame {
    display: none;
  }
  .map_sp {
    display: block;
    width: 250px;
    height: 250px;
    padding: 0px;
    margin: 0px auto 30px;
    border: 1px solid rgb(204, 204, 204);
  }
  h1 {
    font-size: 0.9rem;
    padding: 0px 0px 0px 5%;
    width: 95%;
  }
  .top_h2_box {
    padding: 0px;
  }
  .estimate_btn {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    box-shadow: rgb(0, 0, 0, 0.4) 0px 0px 5px;
  }
  .estimate_btn li:nth-child(1), .estimate_btn li:nth-child(2) {
    width: 12.5%;
    padding: 0px;
    margin: 0px 0%;
    float: left;

    list-style: none;
  }
  .estimate_btn li:nth-child(3), .estimate_btn li:nth-child(4) {
    width: 37.5%;
    padding: 0px;
    margin: 0px 0%;
    float: left;
    list-style: none;
  }
  .estimate_btn ul {
    margin: 0px;
    padding: 0px;
  }
  .estimate_btn li a {
    display: block;
  }
  .estimate_btn li a img {
    width: 100%;
  }
  .hover_none {
    text-decoration: none !important;
    color: rgb(0, 153, 204) !important;
  }
  .hover_none:hover {
    cursor: default;
    text-decoration: none !important;
    color: rgb(0, 153, 204) !important;
  }
  /* form */
  .box-form2, .box-form {
    margin: 0px;
    width: 100%;
    padding: 0px;
    background: none;
    border: none;
  }
  .box-form2 img {
    width: 100%;
    height: auto;
  }
  .box-form table th, .box-form table td, .box-form2 table th, .box-form2 table td {
    padding: 12px;
  }
  .box-form table input, .box-form table textarea, .box-form table select, .box-form2 table input, .box-form2 table textarea, .box-form2 table select {
    padding: 8px;
    font-size: 16px;
  }
  form[name="form1"] input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
  .box-form table input[name="jusyo"], .box-form2 table input[name="jusyo"] {
    width: 100%;
  }
  .box-form table input[name="adoresu"], .box-form2 table input[name="adoresu"] {
    width: 100%;
  }
  .box-form table input[type="file"], .box-form2 table input[type="file"] {
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
  .box-form table tr, .box-form2 table tr {
    width: 100%;
  }
  .box-form table th, .box-form table td, .box-form2 table th, .box-form2 table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    /*background: rgb(221, 221, 221);*/
  }
  .box-form table td, .box-form2 table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: rgb(235, 239, 241);
  }
  .box-form table textarea, .box-form2 table textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .pict_plus_minus_btn_block {
    float: right !important;
    width: 25% !important;
  }
  input[type="image"], .button_center input[type="image"] {
    display: block;
    margin: 0px auto 20px;
  }
  .pict_plus_minus_btn_block {
    width: 100% !important;
    margin: 0px 0px 10px !important;
  }
  .pict_form_plus, .pict_form_minus {
    float: left;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
    margin: 0px;
  }
  .pict_form_plus img, .pict_form_minus img {
    width: 42px !important;
  }
  /*  20201028  内川追記  */
  /*  改行  */
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  br.pc_none {
    display: inline-block;
  }

  /*  ブロック2列表示  */
  .imagebox_l {
    width: 44%;
    height: 95px;
    text-align: center;
    margin: 105px 15px 15px 0px;
    float: left;
  }
  .imagebox_l img {
    width: 100%;
    height: auto;
    top: -5px;
    left: -5px;
  }
  
  .textbox_l {
    width: 50%;
    float: left;
    text-align: left;
    padding: 105px 0 0 0;
  }

  .textbox_l_s {
    width: 100%;
  }

  .textbox_l p {
    margin: 0;
  }
  .textbox_l h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px;
  }
  .textbox_k {
    position: relative;
    top: 0px;
    text-align: left;
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .textbox_o .imagebox_l {
    margin: 0 15px 10px 0!important;
    width: 40%;
  }

  .textbox_o .textbox_l {
    width: auto;
    float: none;
}

  .qa_block .textbox_l {
    width: 100%;
  }
  #menu_dai {
    padding: 30px 0;
    position: unset;
    min-width: auto;
  }
  .menu-dai_left, .menu-dai_right {
    margin: 0px auto 30px;
    padding: 30px 20px 0 20px;
    width: 90%;
    float: none;
    box-sizing: border-box;
    overflow: auto;
  }
  .menu-dai_right {
    margin: 0px auto !important;
  }
  #sub_menu-dai, #sub_menu_dai_b, .price_table, .top_h2_box_2 {
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
  }
  .sub_menu-dai_left, .sub_menu-dai_right {
    width: auto;
    margin: 0;
  }
  #sub_menu_dai_b img {
    width: 100%;
    height: 100%;
  }
  .sub_menu-dai_left_b.clearfix, .sub_menu-dai_right_b.clearfix {
    width: 60%;
    height: 60%;
    margin: 0 auto !important;
    float: none;
  }

  .sub_menu-dai_left img, .sub_menu-dai_right img {
    margin: 0px 15px 20px 0;
    width: 50%;
    height: auto;
    float: left;
  }

  .sub_menu-dai_left_b.clearfix::before,.sub_menu-dai_right_b.clearfix::before {
  bottom: 25px;
  height: calc(100% - 75px);
}

  .column_4 .sub_menu-dai_left_b.clearfix::before, .sub_menu-dai_right_b.clearfix::before {
    bottom: 0;
    height: calc(100% - 10px);
  }

  #sub_menu_dai_b.column_4 .sub_menu-dai_left_b {
    margin: 0 auto 30px !important;
  }

  .sub_menu-dai_left_b.clearfix::after,.sub_menu-dai_right_b.clearfix::after{
    bottom:20px;
  }

  .column_4 .sub_menu-dai_left_b.clearfix::after, .column_4 .sub_menu-dai_right_b.clearfix::after {
    bottom: 0;
  }

  #top_main {
    margin-bottom: 75px;
    box-sizing: border-box;
    width: 90%;
    padding: 15px 15px 90px;
    background: url(../logo/back_orange.png) right 10px bottom 0 no-repeat #fff;
    background-size: 15%;
  }
  #top_main .textbox_l {
    padding: 0 !important;
  }
  #top_main .imagebox_l{
    margin: 0 10px 0 0;
  }
  #menu_dai img {
    float: left;
    width: 40%;
    height: auto;
    margin: 0px 5% 0px 0px;
  }
  .h3_menu_dai {
    font-size: 16px !important;
    text-align: left;
    margin-bottom: 10px;
  }
  #sub_menu_dai_b h3{
    text-align: center;
  }
  .p_menu_dai {
    font-size: 14px;
    margin: 0px 0 30px 0;
  }

  .top_btn {
    margin: 0px auto 60px;
    text-align: center;
    position: relative;
    top: 25px;
    width: 90%;
  }
  .top_btn a {
    padding: 13px 34px 14px 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: rgb(19 37 53) 0px 0px, rgb(19 37 53) 0px 6px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.2rem;
    background: url(../logo/show_btn.png) left 25px top 14px no-repeat rgb(45, 82, 116) !important;
    display: block;
  }
  #top_main #menu_dai p {
    float: right;
    width: 45%;
    margin: 0px;
    padding: 10px 0px 0px;
  }
  /*  ブロック間の罫線  */
  .top_h2_box p.clear0 {
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  .top_h2_box p.clear0:last-child {
    margin: 0px;
    padding: 0px;
    border-bottom: none;
  }

  p.pankuzu {
    width: 90%;
    margin: 15px auto 30px;
    font-size: 12px;
  }
  /* sp menu */
  #img_sp img {
    width: 100%;
  }
  #logo_sp img {
    width: auto;
    height: 45px;
    padding: 10px 0px 5px 10px;
  }
  #h1_wrapper {
    display: none;
  }
  #sp_header {
    height: 60px;
    width: 100%;
    top: 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    z-index: 1001;
    box-shadow: rgb(0, 0, 0, 0.3) 0px 2px 5px;
  }
  .drawer-hidden {
    display: none;
  }
  .drawer-open {
    display: block;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background: url("../logo/ham_menu_bg.png") left 2px top 2px no-repeat, linear-gradient(135deg, rgb(62, 133, 142) 0%, rgb(34, 116, 148) 100%);
    cursor: pointer;
    z-index: 1001;
    text-align: center;
  }
  .drawer-open::before {
    content: "MENU";
    color: rgb(244, 246, 247);
    font-size: 10px;
    letter-spacing: 1.5px;
    text-indent: 0px;
    position: absolute;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    bottom: 8px;
  }
  .drawer-open span {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    left: 15px;
  }
  .drawer-open span:nth-child(1) {
    top: 13px;
    background: rgb(189, 224, 236);
  }
  .drawer-open span:nth-child(2) {
    top: 22px;
    width: 24px;
    background: rgb(244, 246, 247);
  }
  .drawer-open span:nth-child(3) {
    top: 31px;
    width: 15px;
    background: rgb(189, 224, 236);
  }
  .drawer-open div {
    position: absolute;
    font-size: 10px;
    top: 40px;
    left: 10px;
    color: rgb(255, 255, 255);
  }
  #drawer-check:checked~.drawer-open span:nth-child(2) {
    background: rgb(255, 255, 255, 0);
  }
  #drawer-check:checked~.drawer-open span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
    background: rgb(189, 224, 236);
  }
  #drawer-check:checked~.drawer-open span:nth-child(3) {
    top: 21px;
    width: 30px;
    transform: rotate(-45deg);
    background: rgb(189, 224, 236);
  }
  #drawer-check:checked~.drawer-open::before {
    content: "CLOSE";
  }
  .drawer-content {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    position: fixed;
    top: 0px;
    left: 100%;
    z-index: 100;
    background: url("../logo/gmenu_sp_cover.png") center center no-repeat rgb(71, 138, 160);
    transition: all 0.5s ease 0s;
  }
  .drawer-list {
    padding: 0px;
    margin: 45px 8% 0px;
  }
  .drawer-item {
    display: block;
    text-align: center;
  }
  .drawer-item a {
    font-size: calc(1.25rem + (1vw - 3.2px) * 2.1277);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    display: block;
  }
  .drawer-item a:link, .drawer-item a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  .drawer-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 100%;
    z-index: 99;
    transition: all 0.5s ease 0s;
  }
  #drawer-check:checked~.drawer-content {
    left: 0px;
  }
  #drawer-check:checked~.drawer-close {
    left: 0px;
  }
  #global_wrapper_sp {
    width: 100%;
    padding: 0px;
    background: url("../logo/menu_bg.jpg") center top repeat-x scroll;
  }
  #tabs10 {
    width: 100%;
    margin: 0px auto;
    height: 45px;
    font-size: 100%;
    line-height: normal;
  }
  #tabs10 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 45px;
  }
  #tabs10 li {
    display: block;
    float: left;
    margin: 0px;
    width: 33.33%;
    text-align: center;
    background: linear-gradient(135deg, rgb(34, 79, 95) 0%, rgb(20, 64, 80) 100%);
    height: 45px;
    padding: 13px 0px 0px;
    box-sizing: border-box;
    position: relative;
  }
  #tabs10 li:nth-child(1)::before, #tabs10 li:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 31px;
    background: rgb(255, 255, 255, 0.1);
    position: absolute;
    right: 0px;
    top: 7px;
  }
  #tabs10 a {
    display: block;
    background: url("../logo/menuback_124_sp.jpg") left top / cover no-repeat;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  #tabs10 a:visited, #tabs10 a:hover {
    text-decoration: none;
  }

  .news {
    border-radius: 0;
    width: 100%;
    padding: 15px;
    box-shadow: rgba(204,204,204) 1px 1px 5px;
  }

  .news b {
    font-size: 14px;
}

h2.news_h2 {
  width: 100%;
  display: block;
  line-height: 1.6em;
  background: none;
  color: rgba(34,34,34);
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto 30px;
  height: auto;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
  padding: 0;
}

.news::after {
  display: none;
}



  /* h2 */
  .h2_top {
    width: 100%;
    display: block;
    line-height: 1.6em;
    background: none;
    text-align: center;
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: bold;
    margin: 0px auto 30px;
    height: auto;
    position: relative;
    letter-spacing: 0.2rem;
    position: absolute;
    padding: 30px 20px 0px !important;
    box-sizing: border-box;
  }
  /* link-btn */
  em {
    font-size: 1em;
    letter-spacing: 0px;
  }
  .imagebox_l.textbox_l {
    padding: 0;
  }
  .top_h2_box, .top_h2_box_2, .top_h2_box_coupon {
    width: auto;
    margin: 0 0 30px;
    border-radius: unset;
  }

  .top_h2_box:nth-of-type(2n), .h2_top:nth-of-type(2n),
  .top_h2_box:nth-of-type(2n+1), .h2_top:nth-of-type(2n+1)  {
    padding: 0px 13px 90px;
  }

  .top_h2_box_s {
    padding: 0px 13px !important;
  }

  .top_h2_box_coupon {
    transform: translateX(0px);
    padding: 30px 30px 200px 30px !important;
  }
  .top_h2_box_coupon a {
    padding: 20px 30px 20px 50px;
  }
  .contact_box_links {
    position: absolute;
    top: 58%;
    left: calc(50% - 125px);
    right: auto;
    background: url(../logo/estimate_btn.png) left 13px top 23px no-repeat rgb(231, 69, 54) !important;
  }
  .contact_box_links_b {
    position: absolute;
    top: 78%;
    left: calc(50% - 125px);
    right: auto;
    background: url(../logo/mail_btn.png) left 13px top 27px no-repeat rgb(45, 82, 116) !important;
    box-shadow: rgb(19 37 53) 0px 0px, rgb(19 37 53) 0px 6px 0px 0px !important;
  }
  .top_h2_box_coupon .kinen:nth-of-type(2) {
    font-weight: bold;
    margin: 0px auto 15px;
    background: url(../logo/tel.png) left 0px top 0px / 10% no-repeat;
    letter-spacing: 0.3rem;
    padding: 0px 0px 0px 45px !important;
    font-size: calc(2.7rem + (1vw - 4px) * 5) !important;
  }
  .kinen:nth-of-type(2) a{
    color: #333;
  }
  .top_h2_box_coupon .textbox_l {
    width: 100% !important;
    padding: 0 !important;
  }
  h2.h2_topblue {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .top_h2_box_coupon p.kinen {
    font-size: 16px;
    margin: 0px 0 10px 0;
  }
  .top_h2_box.br2 {
    position: relative;
    padding: 0px 0px 60px;
  }
  .top_h2_box.map_info {
    position: relative;
    padding: 0px 0px 75px;
  }
  #nagare {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
  #nagare a img {
    position: unset;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .price12_div_inner {
    padding: 15px 15px 90px 15px;
  }
  .link_r a, a.link_estimate2012, .link_c a {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    width: 250px;
    left: calc(50% - 125px);
    padding: 12px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0px auto;
    text-align: right;
    font-weight: bold;
  }
  .link_r:nth-of-type(2) {
    margin: 50px auto 0px;
  }
  .link_c a {
    background: url(../logo/show_btn.png) left 30px top 14px no-repeat rgb(45, 82, 116) !important;
    box-shadow: rgb(19 37 53) 0px 0px, rgb(19 37 53) 0px 6px 0px 0px;
    margin: 30px 0 0 0;
  }
  .link_r a, a.link_estimate2012 {
    box-shadow: #752d28 0px 0px, rgb(155 70 65) 0px 6px 0px 0px;
    background: url(../logo/estimate_btn.png) left 35px top 12px no-repeat rgb(231, 69, 54) !important;
    margin: 30px 0 0 0;
  }
  a.margin_b_40 {
    width: auto;
    font-size: 14px;
    text-align: center;
  }
  a.link_estimate2012 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 12px 20px;
    margin: 15px auto 0;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(231, 69, 54) 0%, rgb(231, 69, 54) 100%) !important;
    width: auto;
    margin: 24px;
  }
  /* sidebar */
  #right {
    background: none;
    box-shadow: none;
    overflow: unset;
  }
  #right_photo {
    margin: 0px auto 30px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  #right_photo_r {
    width: auto;
  }
  .area {
    width: 100% !important;
    margin: 0px 0px 15px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: #ccc 0px 1px 10px 1px;
  }
  .p_area2 {
    width: auto;
  }
  .area:nth-of-type(2) {
    margin-bottom: 20px !important;
  }
  .area:nth-of-type(3) {
    padding: 10px calc(3.125rem + (1vw - 3.2px) * 46.875);
  }
  .h3_area {
    margin: 0px auto 15px;
    padding: 10px 0;
    font-size: 14px;
  }
  .p_area {
    font-size: 1.4rem;
  }
  .paypay {
    width: 90%;
    float: none;
    margin: 15px auto;
    overflow: hidden;
    box-shadow: #ccc 0px 1px 10px 1px;
  }
  p.w3c {
    width: 100%;
    float: none;
  }
  .mitsumori_btn img.pc_none {
    display: block;
    margin: 0px auto;
  }
/* backtop */

  .back_top {
    padding: 0px;
    float: right;
  }
  .back_top a {
    margin: 0px auto;
  }
  /* footer */
  #footer {
    background: rgb(51, 51, 51);
    padding: 55px 0px 15px;
    background: url(../logo/back_orange.png) right 10px bottom 5px / 15% no-repeat #333;
    height: 65px;
  }
  #footer_menu {
    width: 100%;
    padding: 0px;
    background: rgb(51, 51, 51);
  }
  #footer_menu::after {
    content: "";
    display: block;
    clear: both;
  }
  #footer_menu ul {
    padding: 0px;
    margin: 0px;
  }
  #footer_menu ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #footer_menu ul li a {
    padding: 15px;
    color: rgb(255, 255, 255);
    text-align: left;
    width: 50%;
    display: block;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(0, 0, 0, 0.15);
    border-right: 1px solid rgb(0, 0, 0, 0.15);
    box-shadow: rgb(255, 255, 255, 0.1) 1px 1px;
  }
}