/* リセットcss */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* リセットcss終わり */

/* 共通 */

body {
    color: #1f1f1f;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.inner1100 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3%;
}

section {
    padding: 60px 0;
}

.simple {
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 48px;
}

.simple span {
    position: relative;
    z-index: 2;
}

.simple::before {
    content: attr(data-en);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(224, 66, 114, 0.2);
    font-size: 80px;
    font-style: italic;
}

.half_sa {
    display: flex;
    justify-content: space-around;
}

.half_49 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.half_left_49 {
    width: 49%;
}

.half_right_49 {
    width: 49%;
}

p+p {
    margin-top: 20px;
}

.c {
    text-align: center;
}

.marker_y {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker_r {
    background: linear-gradient(transparent 60%, rgb(233, 32, 32) 60%);
}

.red {
    color: #c70202;
    font-size: 48px;
    z-index: 99;
}

.bg_r {
    background: #b500004f;
}

.relativ {
    position: relative;
}

.tab_only {
    display: none;
}

.sp_only {
    display: none;
}

.box1 {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    padding: 3%;
    margin-bottom: 30px;
}

.bg_concept{
    background: url(../images/bg_concept.jpg) center / cover;
    padding: 300px 0;
}

.bg_greetings{
    background: url(../images/greetings.jpg) center / cover;
}




/* ヘッダーfixd */

header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
}

.header_flex {
    display: flex;
    justify-content: space-between;
}

#logo {
    margin-top: 20px;
}

.menuber_flex {
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #b50000 0%, #d10000 8%, #c70202 52%, #b70505 100%);

}

.menuber_flex li a {
    line-height: 64px;
    color: #fff;
    padding: 21.6px 40px;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px solid #6e6868;
}

.menuber_flex li:last-child {
    border-right: 1px solid #6e6868;
}

.menuber_tel {
    color: #fff;
    padding: 0 30px;
    vertical-align: bottom;
}

.menuber_tel a {
    font-size: 40px;
    color: #000;
    line-height: 110px;
    text-decoration: none;
    font-weight: bold;
}

.menuber_tel span {
    font-size: 40px;
    vertical-align: -5px;
    color: #c70202;
}

/*メイン　スライドショー*/

.slider {
    visibility: hidden;
}

.slider.slick-initialized {
    visibility: visible;
}

.sec_slider {
    background: url(../images/mainimg.jpg) no-repeat center center;
    /*背景画像の読み込み。※古いブラウザ用。*/
    background: url(../images/mainimg.jpg) no-repeat center center / cover;
    /*背景画像の読み込み*/
    height: 200px;
    /*ヘッダーの高さ*/
    color: #fff;
    /*文字色*/
}

.home .sec_slider {
    background: none;
}

header a {
    color: #fff;
    /*リンクテキストの文字色*/
}

/*トップページへの追加設定*/
.home .sec_slider {
    height: 500px;
    /*スライドショーの高さを上書き。*/
}

.page .sec_slider {
    background: url(../images/mainimg2.jpg) no-repeat center center;
    /*背景画像の読み込み。※古いブラウザ用。*/
    background: url(../images/mainimg2.jpg) no-repeat center center / cover;
    /*背景画像の読み込み*/
}

/* コンセプト */

.concept_h2{
    font-size: 40px;
    margin-bottom: 48px;
}


/* ３つの強み */

.sec01 {
    margin-top: 174px;
}

.concept_h3{
    color: #c70202;
    font-size: 24px;
    margin-bottom: 24px;
}

.concept_pic img{
    border-radius: 10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

/* 施工事例 */

.construction_box {
    border: 1px solid #000;
    padding: 0 8px;
}

.construction_h3 {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.construction_flex {
    display: flex;
    justify-content: space-between;
}

.construction_pic_flex {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}

.construction_before {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.construction_before_pic {
    max-width: 200px;
}

.construction_after_pic {
    max-width: 300px;
    margin-left: 16px;
}

.construction_before_pic img,
.construction_after_pic img {
    width: 100%;
}

.construction_p {
    text-align: center;
}

.construction_table {
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
}

.construction_table tr {
    border-bottom: 1px dashed #dfdfdf;
}

.construction_table th {
    text-align: center;
    padding: 8px;
    width: 130px;
    background: rgb(246, 246, 175);
}

.construction_table td {
    width: 346px;
    padding-left: 24px;
}

.ditail_button_parent {
    text-align: center;
}

.detail_button {
    display: inline-block;
    color: #fff;
    padding: 8px 32px;
    margin: 40px 0;
    border-radius: 25px;
    background: #fb9c04;
    border: 1px solid #1f1f1f;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}


/* スタッフ紹介 */

.staff_pic {
    max-width: 400px;
    margin: 0 auto;
}

.staff_pic img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #c70202;
}

.name_title_1 {
    position: relative;
    top: -125px;
    left: 76px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 3px 5px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.name_title_2 {
    position: relative;
    top: -125px;
    left: 110px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 3px 5px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.name_1 {
    position: relative;
    top: -95px;
    left: 49px;
    background: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
    font-size: 24px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.name_2 {
    position: relative;
    top: -95px;
    left: 93px;
    background: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px 10px;
    font-size: 24px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.staff_p {
    border: 3px solid #c70202;
    border-radius: 16px;
    padding: 24px;
    margin: -88px 64px 0;
}

/* フッター */

footer {
    padding: 60px 0 16px;
    background: linear-gradient(to bottom, #b50000 0%, #d10000 8%, #c70202 52%, #b70505 100%);
    color: #fff;
}

.footer_flex {
    display: flex;
    justify-content: center;
}

.footer_menu {
    width: 33%;
    font-weight: bold;
    margin-bottom: 56px;
    list-style: none;
    padding-left: 10%;
}

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

.footer_p {
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}

#copyright {
    text-align: center;
    opacity: 0.5;
}

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



@media screen and (max-width:1100px) {

    /* 共通 */

    .pc_only {
        display: none;
    }

    .tab_only {
        display: block;
    }

    .section {
        padding: 32px 0;
    }

    .simple {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .simple::before {
        font-size: 64px;
    }

    .half_sa {
        flex-direction: column;
    }

    .half_left_sa {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .half_right_sa {
        margin: 0 auto;
    }

    .half_49 {
        flex-direction: column;
    }

    .half_left_49 {
        width: 100%;
    }

    .half_right_49 {
        width: 100%;
    }


    /* ヘッダー */
    /* ハンバーガー */

    .burger {
        width: 50px;
        height: 50px;
        background: url(../images/burger.png) no-repeat center / 48px;
        border: 1px solid #000;
        border-radius: 4px;
        position: fixed;
        top: 35px;
        right: 25px;
        z-index: 100;
    }

    .burger.is-active {
        background: url(../images/close.png) no-repeat center / 48px;
    }

    .sp_nav {
        font-size: 20px;
        color: #000;
        display: flex;
        width: 100vw;
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        top: 110px;
        left: 0;
        z-index: 101;
        display: none;
    }

    .sp_nav.is-active {
        display: flex;
    }

    .sp_nav ul {
        list-style: none;
    }

    .sp_nav li {
        border-top: 2px solid #000;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .sp_nav li:last-child {
        border-bottom: 2px solid #000;
    }

    .sp_nav li a {
        display: block;
        text-align: center;
        padding: 20px 0 20px 0;
        color: #000;
        text-decoration: none;
    }

    /* お店のコンセプト */

    .sec01 {
        margin-top: 110px;
    }

    .sec01 p {
        text-align: center;
    }


    .concept_pic {
        max-width: 800px;
        margin: 0 auto;
    }

    .concept_pic img {
        width: 100%;
    }

    /* 施工事例 */

    .construction_box {
        border: 1px solid #000;
        padding: 0 8px;
    }

    .construction_box+.construction_box {
        margin-top: 16px;
    }

    .construction_h3 {
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }

    .construction_flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .construction_pic_flex {
        display: flex;
        justify-content: space-between;
        margin: 24px 0;
    }

    .construction_before {
        display: flex;
        flex-direction: column;
        margin-top: auto;
    }

    .construction_before_pic {
        max-width: 400px;
    }

    .construction_after_pic {
        max-width: 600px;
        margin-left: 16px;
    }

    .construction_before_pic img,
    .construction_after_pic img {
        width: 100%;
    }

    .construction_p {
        text-align: center;
    }

    .construction_table {
        border-top: 1px solid #1f1f1f;
        border-bottom: 1px solid #1f1f1f;
        font-size: 14px;
    }

    .construction_table tr {
        border-bottom: 1px dashed #dfdfdf;
    }

    .construction_table th {
        text-align: center;
        padding: 5px;
        width: 30%;
        background: rgb(246, 246, 175);
    }

    .construction_table td {
        width: 675px;
        padding-left: 24px;
    }

    .ditail_button_parent {
        text-align: center;
    }

    .detail_button {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        padding: 5px 32px;
        margin: 40px 0;
        border-radius: 25px;
        background: #fb9c04;
        border: 1px solid #1f1f1f;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
    }


    /* スタッフ紹介 */

    .staff_p {
        margin: -88px 0 0;
    }

}

@media screen and (max-width:768px) {

    /* 共通 */

    section {
        padding: 60px 0 20px;
    }

    .simple {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 30px;
    }

    .simple span {
        font-size: 32px;
    }

    .simple::before {
        font-size: 48px;
    }

    p {
        font-size: 14px;
    }


    /* お店のコンセプト */

    .sec01 {
        margin-top: 65px;
    }

    /* ヘッダー */

    #logo img {
        width: 200px;
    }

    /* バーガー */

    .burger {
        width: 45px;
        height: 45px;
        background: url(../images/burger.png) no-repeat center / 35px;
        border: 1px solid #000;
        border-radius: 4px;
        position: fixed;
        top: 12px;
        right: 17px;
        z-index: 100;
    }

    .sp_nav {
        top: 65.55px;
    }

    /* 塗装のイワタニの強み */

    .strengths_h3 {
        font-size: 16px;
        padding: 0px 20px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .strengths_h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* フッター */

    footer {
        padding: 32px 0 16px;
    }

    .footer_menu {
        font-size: 14px;
        padding-left: 5%;
        margin-bottom: 32px;
    }

    .footer_menu a {
        font-size: 13px;
    }

    .footer_p {
        font-size: 14px;
        line-height: 24px;
    }

    #copyright {
        font-size: 10px;
        line-height: 10px;
    }






}