@charset "UTF-8";

/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    text-align: left;
    color: #444444;
    line-height: 2;
    background: #fff;
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 2rem;
}

/* common
---------------------------------------------------------- */
a {
    color: #9cd1c3;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
    opacity: 0.8;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 2.5rem;
    font-size: 16px;
}
.pc_none {
    display: none;
}

/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
}
input,
select,
textarea {
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type="file"] {
    font-size: .875rem;
}

/* layout
---------------------------------------------------------- */
#header {
    width: 100%;
    padding-top: 1.5rem;
    margin: 0 auto;
}
#main {
    width: 100%;
}
footer .footer_box {
    width: 80%;
    margin: 0 auto;
}

/* header
---------------------------------------------------------- */
#header_box {
    margin: 0 auto 1rem auto;
    display: flex;
    justify-content: space-between;
    width: 1070px;
}
#header_box p {
    margin-bottom: 0;
}
.header_logo {
    font-size: 1rem;
    line-height: 2.5;
}
.header_logo img{
    width: 95px;
}

#header_box div {
    display: flex;
    justify-content: flex-end;
}
#header_box ul li {
    margin-left: 1.5rem;
}
#header_box div a img {
    display: inline-block;
    width: 40px;
}
.headr_tel a {
    font-size: 2.4rem;
    background: url(../img/tel1.svg) left center no-repeat;
    padding-left: 2.7rem;
    color: #444;
    background-size: 18px;
}
.header_inq {
    font-size: 1.8rem;
    border: solid 1px #fff;
    background: url(../img/header_ico2.png) 2.5rem center no-repeat;
    padding: 0.5rem 0.5rem 0.5rem 5rem;
    width: 18rem;
}

/*header_nav*/
.header_nav {
    background: #afeadf;
}
.header_nav ul {
    margin: 0 auto;
    width: 1070px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.header_nav li {
    width: 100%;
}
.header_nav li a {
    display: block;
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #444444;
    font-size: 1.4rem;
    font-weight: bold;
}

/*固定ヘッダー*/
.header_fix {
    background: #fff;
}
.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    opacity: 0.9;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

/* main
---------------------------------------------------------- */

/*--------------------
guide_insta
--------------------*/

.guide_insta { background: #f9f9f9;}

.guide_insta .general_box1 {width: 900px;}

.guide_insta .aC {text-align: center;}

.guide_insta .page_area {
    border: 1px solid #333;
    padding: 20px 40px;
    background: #eee;
    margin: 50px 0;
}
.guide_insta p {padding-left: 20px; padding-right: 20px;}
.guide_insta h4 {
    background: #efefef;
    border-left: solid 5px #333;
    line-height: 1.5;
    font-size: 22px;
    color: #222;
    padding: 25px;
    margin: 50px 0 25px;
    font-weight: 600;
}
.guide_insta h5 {
    font-size: 20px;
    color: #222;
    margin: 50px 0 25px;
    padding: 15px;
    border-bottom: dotted 2px #333;
    font-weight: 600;
}
.guide_insta h6 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0.6em 2em;
    background: #fff0ca;
    margin: 40px 0 30px;
}

.guide_insta h6:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #fff0ca;
    width: 0;
    height: 0;
}

.guide_insta h7 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 5px white;
    padding: 0.3em 1em;
    background: -webkit-repeating-linear-gradient(-45deg, #e2e2e2, #e2e2e2 3px,#f9f9f7 3px, #f9f9f7 7px);
    background: repeating-linear-gradient(-45deg, #e2e2e2, #e2e2e2 3px,#f9f9f7 3px, #f9f9f7 7px);
    margin-bottom: 20px;
}

.guide_insta dl {font-size: 16px; padding-left: 20px; padding-right: 20px;}
.guide_insta dt {font-weight: bold;}
.guide_insta dd {padding-bottom: 20px; padding-left: 15px;}

.guide_insta .page_area dl {font-size: 14px;}
/*.guide_insta .page_area li {border-bottom: 1px dotted #ccc;}*/
.guide_insta .page_area dt {font-weight: bold;}
.guide_insta .page_area a {color: #1d9abd;}
.guide_insta .page_area ul {padding-left: 40px;}

.guide_insta .insta_list {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.guide_insta .insta_list dt {
    text-align: center;
}

.deco01 {
    background:linear-gradient(transparent 70%, #FFFF00 0%);
    font-weight: bold;
}

.deco02 {
    background:linear-gradient(transparent 70%, #63fcf8 0%);
    font-weight: bold;
}

.guide_insta h6.deco03 {
    background:#92dbf7;
}
.guide_insta h6.deco03:after {
    border-top: 15px solid #92dbf7;
}


.guide_insta .summary {
    background: #fcfbe3;
    padding: 40px;
    margin-bottom: 2.5rem;
    font-size: 16px;
}

.guide_insta ul.summary li,.guide_insta .summary div {
    padding-bottom: 10px;
}

.guide_insta .summary ul li:first-letter,
.guide_insta ul.summary li:first-letter,
.guide_insta .summary div:first-letter {
    color: coral;
}

.guide_insta .btn01 {
    padding-bottom: 60px;
}

.guide_insta .btn01 a {
    display:block;
    width: 100%;
    background-color: #333;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    padding:16px;
    text-align: center;
    border-radius: 4px;
    transition: .4s;
}
.guide_insta .btn01 a:hover {
    background-color: #D3BA2B;
}

.guide_insta button {
    background-color: #eb6100;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.guide_insta button:hover {
    color: #fff;
    background: #f56500;
}

.guide_insta .page_list { margin-top:20px;}
.page_area div { overflow: hidden; margin:0 auto; width: 100%;}
.page_area h3 { float: left;}
.page_area button { float: right;}
.page_area dl { clear: both;}

.guide_insta .general_box2 { margin: 2rem auto 0; width: 600px;}

.general_box2 a {
    color: #444;
}

/*--------------------
form
--------------------*/
h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(0,162,154,1) 100%);
    color: #fff;
}
.mfp_element_submit, .mfp_element_reset {
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(0,162,154,1) 100%);
    color: #fff;
}
form#mailformpro {
    width: 1200px;
}
form#mailformpro dl {
    display: block;
}
form#mailformpro dl.site_img dt,form#mailformpro dl.site_img dd {
    width: 100%;
}
form#mailformpro dl.site_img dt {
    font-size: 18px;
}
.flex_box1 {
    display: flex;
    text-align: center;
}
.flex_box1 + p {
    margin-top: 1rem;
    font-size: 1.4rem;
}
.flex_box3 {
    display: flex;
    justify-content: space-between;
}
form#mailformpro .flex_box3 dl {
    width: 30%;
}
.flex_box2 div {
    margin-right: 2rem;
}
form#mailformpro dl.site_img dd div.mfp_rows .mfp_col5 {
    width: 180px;
    text-align: center;
    margin-right: 2rem;
}
.site_img .mfp_element_all, .site_img .mfp_element_email {
    margin-bottom: 0;
    width: auto;
}
#mfp_element_4, form#mailformpro dl dd textarea {
    width: auto;
}
form#mailformpro .site_img label.mfp_not_checked, form#mailformpro .site_img label.mfp_checked {
    margin-bottom: 1rem;
}
form#mailformpro .site_img img {
    margin-top: 1rem;
    margin-right: 2rem;
}
form#mailformpro .site_img label.mfp_not_checked, form#mailformpro .site_img label.mfp_checked {
    margin-right: 2rem;
}
form#mailformpro dl dd textarea {
    height: 8rem !important;
    width: 1200px !important;
    border: solid 1px #000;
}
.gray_chach1 {
    color: #999;
    font-size: 14px;
}
form#mailformpro dl.site_img dd.site_img2 div.mfp_rows .mfp_col5 {
    text-align: center;
}
#mfp_element_4, form#mailformpro dl dd textarea,.site_img .mfp_element_all.input_text1, .site_img .mfp_element_email.input_text1 {
    margin-bottom: 4rem;
    width: 60%;
}
.site_img .mfp_element_all.input_text3, .site_img .mfp_element_email.input_text3 {
    margin-bottom: 4rem;
    width: 100%;
}

.site_img .mfp_element_all.input_text2, .site_img .mfp_element_email.input_text2 {
    margin-bottom: 3rem;
    width: 100%;
}
form#mailformpro dl dd .textarea1 {
    height: 220px !important;
    margin-bottom: 4rem;
}
form#mailformpro dl dd .textarea2 {
    height: 400px !important;
    margin-bottom: 4rem;
}
form#mailformpro dl dd .textarea3 {
    height: 60px !important;
    margin-bottom: 4rem;
}
.hisu {
    background: red;
    color: #fff;
    display: inline-block;
    margin-left: 1rem;
    font-size: 12px;
    padding: 0 4px;
}
form#mailformpro dl.site_img3 {
    width: 30%;
}
#mfp_element_4, form#mailformpro dl dd textarea {
    border: solid 1px #000;
    padding: 2rem;
    font-size: 16px !important;
}
#mfp_element_4 {
    margin: 0;
    width: 25px;    
}
.site_img #mfp_element_4.mfp_element_all.input_text1 {
    width: 60%;
}
.mfp_element_submit:hover {
    opacity: 0.8;
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(0,162,154,1) 100%);
}
.site_link1 {
    display: block;
    margin-top: 1rem;
    color: #fff !important;
    text-align: center;
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(0,162,154,1) 100%);
    padding: 3px;
}
h3 {
    font-weight: bold;
}
.flex_box5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_box5 a {
    display: block;
    width: 19%;
}
.flex_box6 {
    display: flex;
    justify-content: space-between;
}
.flex_box6 a {
    display: block;
    width: 13%;
}

.general_box1 {
    margin: 2rem auto;
    width: 1200px;
}
.general_box1 a {
    color: #444;
}
.mfp_col10:first-child select {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    border: solid 1px #000;
}
.w300 {
    width: 300px;
}

/* footer
---------------------------------------------------------- */
/*pagetop*/
#pagetop {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 50px;
    height: 50px;
}
#pagetop a {
    display: block;
    text-align: center;
}

footer {
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(0,162,154,1) 100%);
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 6rem 0 3rem 0;
    color: #fff;
}
footer a {
    color: #fff;
}
.footer_box1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_box2 h1 {
    margin-bottom: 20px;
    width: 95px;
}
#address {
    border-top: solid 1px #fff;
    padding:10px;
    margin: 0;
    background: rgb(19,174,103);
    background: linear-gradient(90deg, rgba(19,174,103,1) 0%, rgba(0,162,154,1) 100%);
    text-align: center;
    font-size: 12px;
    color: #fff;
}