/* FONT
================================================== */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?37927580');
    src: url('../fonts/fontello.eot?37927580#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2?37927580') format('woff2'),
        url('../fonts/fontello.woff?37927580') format('woff'),
        url('../fonts/fontello.ttf?37927580') format('truetype'),
        url('../fonts/fontello.svg?37927580#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: '\f099';
}

/* '' */
.icon-facebook:before {
    content: '\f09a';
}

/* '' */
.icon-gplus:before {
    content: '\f0d5';
}

/* '' */
.icon-linkedin:before {
    content: '\f0e1';
}

/* '' */
.icon-linkedin:before {
    content: '\f0e1';
}

/* '' */
.icon-up:before {
    content: '\f176';
}

/* '' */

/* CUSTOM RESETS
================================================== */
a {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
}

h4 {
    font-size: 30px;
}

/* Buttons */
.btn {
    min-width: 145px;
    line-height: 40px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn-fill {
    color: #DB87A0;
    border: 1px solid #DB87A0;
    background: #ffffff;
}

.btn-border {
    background-color: #666666;
    color: #fff;

}

.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
    background-color: #DB87A0;
}

.btn:hover,
.btn:focus {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
}

/* Input fields */
.form-control {
    padding-left: 10px;
    border: 0;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0 none transparent;
    -webkit-appearance: none;
}

textarea {
    margin-top: 40px;
/*    min-height: 200px;*/
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #e1e1e1;
}

::-moz-placeholder,
::-webkit-input-placeholder {
    font-size: 16px;
}

/* LAYOUT
================================================== */
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #67110e;
    background: #FEF6F4;
}

.img-res {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


.img-sm {
    width: 100%;
   
    max-width: 400px;
    padding: 20px 20px;
}



.visible-xxs {
    display: none;
}

/* Background-color */
.gray-bg {
    background-color: #f8f8f8;
}

.f60 {
    font-size: 65%;
}

.f80 {
    font-size: 80%;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 2.0;
}


.f18 {
    font-size: 18px;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 2.0;
}

.f18m {
    font-size: 16px;
}

.marker_pink {
    background: linear-gradient(transparent 75%, #ebc2c3 30%);
}

.bg_pink {
    background: #FEF6F4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FEF6F4, #e6c0c0)
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #FEF6F4, #e6c0c0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.sp60{margin-left: 60px;}

.aka {
    color: #e60044
}

/* HEADER
================================================== */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 5;
}

.site-logo img {
    padding-bottom: 2px;
}

/* Navigation */
.navbar-nav > li > a {
    padding: 5px 0;
    font-weight: 600;
    color: #212121;

    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out;
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-nav > li + li > a {
    margin-left: 40px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #e60044;
}

.nav > li > a:focus {
    background-color: transparent;
    color: #e60044;
}

/* HERO
================================================== */


.hero {
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    background: #FEF6F4;
}



.hero .container {
    position: relative;
    top: 80px;
    width: 100%;

    padding-bottom: 41.66666667%;
    background: url('../img/head_bg_l.jpg') 50% 50% no-repeat;
    background-size: cover;
}


.kage {
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}




/* SITEMAIN
================================================== */
.site-main {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
 /*   margin-bottom: 100px;*/
    /*background: url(../img/section_bg.png) no-repeat center / cover; 
        background: #e6c0c0;*/
    background: url(../img/all_bg.png) repeat center;

    z-index: 1;
}

/* site-section */
.site-section {
    padding-top: 80px;
}

.site-section h2 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #212121;
}


.site-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #67110e;
    line-height: 2;
    text-transform: uppercase;
}


.img-lines {
    margin: 50px 0 30px;
}

.img-lines_u {
    margin: 0px 0 50px;
}

.site-section p {
    margin-bottom: 35px;
}

/* Section: Skills */
.section-skills {
    padding-bottom: 120px;
}

.skill + .skill {
    margin-top: 50px;
}

.skill h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.progress {
    height: 15px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #dfdfdf;
    box-shadow: none;
}

.progress-bar {
    background-color: #212121;
}



/* Section: About */


.section-about .container {
    padding: 50px 15px;
    position: relative;
    /* background: url(../img/section_bg.png) repeat center ;*/
    background:#FEF6F4 url(../img/section_coun.jpg) no-repeat top right;
    /*background: #ffffff url(../img/about_bg.png) no-repeat top right;*/
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-bottom: 0px; /* 0319 50px */
}



/* Section: Services */
.section-services {
    position: relative;
    padding-top: 150px;
    margin-bottom: 50px;
}


.section-services:before {
    content: '';
    background: url(../img/services-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.overlay:after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.section-services .container {
    padding: 100px 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;

}



.service h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
}

.service p {

    margin-bottom: 0;
}




/* Section: Portfolio */

.section-portfolio {
    padding-bottom: 100px;
}


.flex_box {
  display: flex;
  margin: 0px -14px;
  flex-wrap:wrap;
}

.three_flex .flex_cont {
  max-width: 50%;
  width: 100%;
　padding: 0px 14px; 　
　flex-direction: column;
  display: flex;
}

.three_flex .flex_cont .under_merit_box {
    margin: 5px 15px;
  padding: 40px 50px;
  background: #ffffff;
  text-align: center;
  flex: 1;
      box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);  
}




/*
.portfolio-item {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
}

.section-portfolio .col-md-4:nth-last-child(-n+3) .portfolio-item {
    margin-bottom: 0;
}
*/


/*.service-item {
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}




.portfolio-item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
}

.portfolio-item:hover:before {
    background-color: rgba(33, 33, 33, 0.6);
}

.portfolio-item-info {
    position: absolute;
    top: 150px;
    left: 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
}

.portfolio-item:hover .portfolio-item-info {
    left: 50px;
    opacity: 1;
}

.portfolio-item-info h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.portfolio-item-info a {
    padding: 6px 7px 4px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.portfolio-item-info a:hover {
    color: #212121;
    background-color: #fff;
}

.section-portfolio .btn {
    margin-top: 10px;
}
*/

/* Modal */
.modal {
    z-index: 9999;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    position: relative;
    padding: 0;
    height: 500px;
}

.modal-header .close {
    position: absolute;
    right: 0;
    padding: 10px 11px;
    margin-top: 0;
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    opacity: 1;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.modal-header .close:hover {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
}

.modal-body h4 {
    font-weight: 700;
}

.modal-footer {
    text-align: center;
}

/* Section: Counters */
.section-counters {
    background: url(../img/counters-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.section-counters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.section-counters h4 {
    color: #fff;
    margin: 25px 0 0;
}

.site-section p.counter {
    font-size: 100px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 0.8;
}

/* Section: Form*/
.section-form {

    padding-bottom: 100px;
}

.section-form .btn {
    margin-top: 40px;
}

.mt-x-0 {
    margin-top: 15px;
}



/* FOOTER
================================================== */
.site-footer {
/*    position: fixed;*/
    bottom: 0;
    padding: 30px 0;
    width: 100%;
    background-color: #e3acae;
   /* z-index: -1;*/
}

.icon {
    line-height: 40px;
    padding: 9px 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.icon + .icon {
    margin-left: 5px;
}

.icon i:before {
    margin: 0;
}

.icon:hover {
    background-color: #fff;
}

.site-footer a {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a.twitter-bg:hover {
    color: #55acee;
}

a.facebook-bg:hover {
    color: #3b5998;
}

a.gplus-bg:hover {
    color: #007bb5;
}

a.linkedin-bg:hover {
    color: #dd4b39;
}

a.icon-up-bg:hover {
    color: #212121;
}

.copyright {
    margin-bottom: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
}



/* Contact Form */
#formWrap {
    background-color: rgb(238, 216, 214);
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    /* color: #555; */
    line-height: 120%;
    padding: 2rem 1.5rem;
    font-family: 'Kosugi Maru', sans-serif;
    /* font-size: 90%; */
}

#formWrap_o {
    background-color: #ffdc8e;
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    /* color: #555; */
    line-height: 120%;
    padding: 2rem 1.5rem;
    font-family: 'Kosugi Maru', sans-serif;
    /* font-size: 90%; */
}


table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;

}

table.formTable td,
table.formTable th {

    /* border: 1px solid #ccc; */
    padding: 10px;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    font-size: 90%;

    /* background: #efefef; */
    /* background-color: rgba(238, 230, 214, .8); */
    text-align: left;
}

table.formTable td {
    /* background-color: rgba(255, 255, 255, .5); */

}

table.formTable .h30 {
    height: 80px;
    vertical-align: top;
}


.formTable placeholder {
    vertical-align: top;
}

.formTable select {
    padding: 1rem;
    width: 100%;
}

.p-daysel {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid var(--white);

}

.p-notice {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    padding: 0 0.5rem;
}

.box-resday--btn {
    margin: 0 auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0.5rem 0;
    width: 90%;
}

.box-resday--reset {
    /* background: linear-gradient(90deg, var(--pink), var(--beige)); */
    background: rgba(255, 255, 255, .5);
}



table.formTable th,
table.formTable td {
    width: auto;
    display: block;
}

table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
}

form input[type="text"],
form textarea {
    width: 100%;
    padding: 10px;
    font-size: 110%;
    display: block;
    border: 1px solid var(--white);
    background-color: rgba(255, 255, 255, .5);

}


form textarea {
    margin-top: -5px;

}


form textarea{
  padding: 10px;
/*  height: 160px;*/
}


form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
}


  input[type="checkbox"] {
    width: 10px;  /* チェックボックスの横幅 */
    height: 10px; /* チェックボックスの縦幅 */
    transform: scale(1.8); /* スケーリングでサイズを大きくする */
}

  input[type="radio"] {
    width: 10px;  /* チェックボックスの横幅 */
    height: 10px; /* チェックボックスの縦幅 */
    transform: scale(1.8); /* スケーリングでサイズを大きくする */
}

.p-kakunin {
    font-size: 2rem;
}

table.p-kakunin-table td {
    background: rgba(255, 255, 255, .5);
}


a:hover{color: #e60044}

.buttons1,
.buttons2{
  text-align: center;
}


.button1 {
  display: inline-block;
  width: 300px;
  background: #ff8daf;
  margin: 10px 10px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
}


.button2{
  display: inline-block;
      width: 300px;
  background: #ffc33c;
  margin: 10px 10px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
}

