@charset "utf-8";

/* ブラウザデフォルト*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

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

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

body {
  margin: 0px;
  -webkit-text-size-adjust: 100%;
}

.border-bottom{    border-bottom: #f9b109 6px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    display: flex;
	flex-direction: row;
    align-items: center;
    width:1120px;  
  }

  .logo {
    padding: 10px 20px;
    display: inline-block;
    flex: 0 1 auto;
  }
  nav {
    margin: 0 auto;
  }
  nav ul {
    display: flex;
    flex-direction: row;
  }
  nav ul li a {
    padding: 0 20px;
    color: #333;
  }

  nav ul li a:hover{
    color:#71cc12;
  }
  .btn {
    color: #fff;
    background: #71cc12;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 1.3em;
  }

  header a {
      text-decoration: none;

  }

#wrapper {
  margin: auto;
  max-width: 1120px;
  background-color: #e9f7da;
}

#main {
  max-width: 1120px;
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f3fbeb;  
  margin: 0 auto;
}

#container {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

/* #container p {
  text-align: left;
  font-size: larger;
  line-height: 1.5em;
  padding-bottom: 1.2em;
} */

h2 {
  font-size: 2.4em;
  padding: 100px 0px 30px 0px;
  margin: 20px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

h3 {
  font-size: 1.3em;
  padding: 20px 0px;
}

.h4 {
  font-size: 2em;
  padding: 40px 0px 10px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.midashi {
    font-size: 1.4em;
    padding: 40px 0px 10px 0px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }

h5 {
    font-size: 1em;
    padding: 20px 0px 10px 0px;
  }
  
.pt-10 {
    padding-top: 10px;
  }
  

.py-20 {
  padding: 20px 0px;
}

.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.py-30 {
  padding: 30px 0px;
}

.pyc-30 {
  padding: 30px 0px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.px-30 {
  padding: 0px 30px;
}

.pt-60 {
  padding-top: 60px;
}
.py-60 {
  padding: 60px 0px;
}




.pt-100 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

.mb-60 {
  margin-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-top: 30px;
}
.my-30 {
  margin: 60px 0px;
}
.mx-30 {
  margin: 0px 30px;
}

.text {
  font-size: 1.1em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding-bottom: 1.8em;
}

.bg-yellow {
  background-color: #f6f5d4;
}

.red{
    color: red;
}

.border-double {
  border: double 4px #71cc12;
  border-style: double;
  font-size: 1em;
  line-height: 1.6em;
  padding: 20px 20px 20px 20px;
  margin: 40px 0px;
}

/* ねむの木の施術の流れ */

.item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6em;
  border: #e9f7da 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.item:nth-child(even) {
  flex-direction: row-reverse;
  background: #e9f7da;
}
.item-image {
  width: 50%;
}
.imgr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.imgl {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.midashi{
    font-size: 1.1em;
    letter-spacing: 0.4em;
    padding:20px 0px;
}
.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 3em;
}

.leading-relaxed {
  font-size: 1.1em;
  line-height: 1.6em;
}

.add {
  padding-top: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
  color: red;
}

/* ねむの木のおもてなし */

.photo {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  width: 180px; /* ※縦横を同値に */
  height: 180px; /* ※縦横を同値に */
}

.omotenashi {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.omotenashi h3 {
  text-align: center;
}

.photo-box {
  text-align: left;
  width: 250px;
  padding: 10px 10px;
  font-size: 0.9em;
  /* border: double 3px #000; */
  line-height: 2em;
}

/* お客様の声 */
.voice {
  display: flex;
  padding-bottom: 60px;
}

.picture {
  flex: 1;
}
.comment {
  width: 65%;
  background: #fff;
  border-radius: 1em;
  border: solid 1px #f6f5d4;
  padding: 20px;
}

.name {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 20px;
}

.message {
  font-size: 1em;
  line-height: 1.6em;
  padding-bottom: 20px;
}

.text-base{
    font-size: 1em;
    line-height: 1.6em;
    padding-bottom: 20px;
}

/* よくある質問 */

.big {
  font-size: 1.8em;
  padding-right: 20px;
}


.big-orange {
  font-size: 1.8em;
  padding-right: 20px;
  color: #f9b109;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 4px;
}

dl{
    padding-bottom: 60px;
}

dt {
  font-size: 1.8em;
  padding-bottom: 20px;
  padding-top: 60px;
  border-bottom: 2px dotted;
}

dd {
  font-size: 1.8em;
  padding-top: 20px;
}

.answer {
    font-size: 0.8em;
    padding-top: 20px;
    line-height: 1.4em;
  }

.tel {
  font-size: 2em;
}

.attention {
  font-size: 0.8em;
  color: red;
  line-height: 0.1em;
}

table {
  font-size: 1.2em;
  line-height: 1.6em;
  width: 100%;
  max-width: 800px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  margin-top: 40px;
}

th {
  padding: 20px;
  width: 20%;
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #A28C63;
}

td {
  padding: 20px;
  text-align: left;
  width: 80%;
  border-bottom: 1px solid #A28C63;
}






.form{
    font-size: 1.4em;
    padding: 20px 0px 10px 0px;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
  }

.imput input[type=text] {
    margin: 10px 0;
	padding: 0.8em;
    font-size: 1.4em;
}

.imput input[type=date] {
    margin: 10px 0;
	padding: 0.8em;
    font-size: 1.4em;
    width:260px;
    border-radius: 5px;
}

.imput input[type=checkbox] {
    margin: 10px 20;
	padding: 0.4em;
    font-size: 1.8em;
    width:40px;
    vertical-align: 1.8em;
}

.checkbox{margin-top: 20px;}

.checkbox-input{
    display: none;
  }
  .checkbox-parts{
    padding-left: 30px;
    position:relative;
    top:4px;
    margin-right: 20px;
    font-size: 20px;
    vertical-align:20px;
  }
  .checkbox-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 10;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    background-color: #FFF;
    border-radius: 4px;

  }
  .checkbox-input:checked + .checkbox-parts{
    color: #71cc12;
  }
  .checkbox-input:checked + .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #71cc12;
    border-right: 3px solid #71cc12;
  }

.imput input[type=tel] {
    margin: 10px 0;
	padding: 0.2em;
    font-size: 1.4em;
    width:400px;
}

.imput input[type=email] {
    margin: 10px 0;
	padding: 0.2em;
    font-size: 1.4em;
    width:400px;
}
  
.select-wrap {
    position: relative;
    width: 100%;
    max-width: 300px;
    
  }
  
  .select-wrap:before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/select.png) no-repeat;
    background-size: contain;
  }
  
  .select-wrap select{
    width: 100%;
    outline:none;
    height: 60px;
    padding: 10px;
    border:1px solid #333;
    background-color: #fff;
    border-radius: 5px;
    font-size: 1.2em;
  }
  
  .select-wrap select::-ms-expand {
    display: none;
  }

textarea {
    padding: 10px;
    margin: 20px 0px;
    border-radius: 0.4em;
    resize: none;
    border: 1px solid #333;
    transition: border 0.2s ease-out;
    outline: none;
    background-color: #fff;
    font-size: 1.4em;
  }
  
  textarea::-webkit-scrollbar {
    width: 10px;
  }
  
  textarea::-webkit-scrollbar-track {
    background-color: #fff;
  }
  
  textarea::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  

.send-button {
    background: #71cc12;
    border: none;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    outline: none;
    padding: 20px 40px;
    width:40%;
  }
  
  .send-button:hover,
  .send-button:focus {
    background: #f9b109;
  }
  
  .send-button:active {
    background: #71cc12;
  }


  .back-button {
    background: #ccc;
    border: none;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    outline: none;
    padding: 20px 20px;
  }
  
  .back-button:hover,
  .back-button:focus {
    background: #f9b109;
  }
  
  .back-button:active {
    background: #71cc12;
  }

  .sns {

    align-items: center;
    width:800px

    
  }
  
  .sns ul{
    display: flex;
	flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-bottom: 100px;
    
  }
  .sns li {
    padding: 20px 0px;
  }

footer{
    text-align: center;
    width:1120px;  
  }

  footer p{
padding: 20px;
font-size: 1.0em; 
  }

.border-top{    border-top: #f9b109 6px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-green {
  color: #f3fbeb;
}
.theme-yellow {
  color: #f6f5d4;
}
.theme-dgreen {
  color: #71cc12;
}
.theme-mgreen {
  color: #e9f7da;
}
.theme-orange {
  color: #f9b109;
}
.theme-green {
  color: #f3fbeb;
}

#bg{background-color: #f3fbeb;}

#head-in{padding-top: 30px;}

#thanku {
  max-width: 900px;
  margin: auto;
}
#thanku p{
  width:370px;
  height: 370px;
  font-size: 1.8em;
  text-align: center;
  margin : 0 auto 
}


/* @media screen and (min-width:768px)  {

  #wrapper {
    margin: auto;
    
  }
  
  #main {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #f3fbeb;  
  }
  
  #container {
    margin: auto;
    width:90%;
  }

} */

