/**
 * 共通
 */

 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

a {
  outline: none;
  color: rgba(240, 145, 153, 1);
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

.green {
  color: #15aa5a;
}

.red {
  color: #ff4700;
}

.right {
  text-align: right; }
  
.center {
text-align: center; }

.mt5 {
margin-top: 5px !important; }

.mt10 {
margin-top: 10px !important; }

.mt15 {
margin-top: 15px !important; }

.mt20 {
margin-top: 20px !important; }

.mt25 {
margin-top: 25px !important; }

.mt30 {
margin-top: 30px !important; }

.mt35 {
margin-top: 35px !important; }

.mt40 {
margin-top: 40px !important; }

.mb5 {
margin-bottom: 5px !important; }

.mb10 {
margin-bottom: 10px !important; }

.mb15 {
margin-bottom: 15px !important; }

.mb20 {
margin-bottom: 20px !important; }

.mb25 {
margin-bottom: 25px !important; }

.mb30 {
margin-bottom: 30px !important; }

.mb35 {
margin-bottom: 35px !important; }

.mb40 {
margin-bottom: 40px !important; }

.ml5 {
margin-left: 5px !important; }

.ml10 {
margin-left: 10px !important; }

.ml15 {
margin-left: 15px !important; }

.ml20 {
margin-left: 20px !important; }

.ml25 {
margin-left: 25px !important; }

.ml30 {
margin-left: 30px !important; }

.ml35 {
margin-left: 35px !important; }

.ml40 {
margin-left: 40px !important; }

.mr5 {
margin-right: 5px !important; }

.mr10 {
margin-right: 10px !important; }

.mr15 {
margin-right: 15px !important; }

.mr20 {
margin-right: 20px !important; }

.mr25 {
margin-right: 25px !important; }

.mr30 {
margin-right: 30px !important; }

.mr35 {
margin-right: 35px !important; }

.mr40 {
margin-right: 40px !important; }

html {
  height: 100%;
  font-size: 11px;
  overflow-y: scroll;
}

body {
  color: #666;
  height: 100%;
  line-height: 1.7;
  font-size: 1.5rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#sp_nav {
  display: none;
}

.crimson {
  font-family: "Crimson", serif;
}

.sawarabi {
  font-weight: 300;
  font-family: "Sawarabi Mincho", sans-serif;;
}

input[type="submit"],
input[type="button"] {
  border: none;
  cursor: pointer;
  border-radius: 0;
  appearance: button;
  -webkit-appearance: button;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

.container {
  margin: 0 auto;
  width: 1128px;
}

.kerning {
  letter-spacing: -.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

.mpanel {
  vertical-align: middle;
  display: inline-block;
}

.flex {
  flex-wrap: wrap;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box; /*--- Android4.3以前 ---*/
  display: -webkit-flex;
  display: flex;
}

.scroll_table,
.scroll_table * {
  box-sizing: initial;
}

article section {
  word-wrap: break-word;
}


/**
 * ヘッダー
 */
.top_message {
  color: #fff;
  font-size: 70%;
  background-color: rgba(240, 145, 153, 1);
  padding: 1px 0;
}

.header a {
  color: #666;
}

.header .box {
  width: 20%;
  padding: 10px 0;
}

.header .box:last-child {
  width: 80%;
  text-align: right;
}

/**
 * グローバルナビ
 */
.header .gnavi {
  font-size: 85%;
}

.header .gnavi li {
  margin: 0 0 0 24px;
  line-height: 1.3;
}

.header .gnavi li a {
  border-left: solid 4px rgba(240, 145, 153, .5);
  padding: 0 0 0 4px;
  line-height: 1.3;
}

.header .gnavi li:last-child a {
  border: none;
  padding: 0;
  line-height: 1.3;
  background-color: rgba(240, 145, 153, 1);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
}

.page-template-menu .header .gnavi .menu > a,
.page-template-hypnotherapy .header .gnavi .hypnotherapy > a,
.page-template-profile .header .gnavi .profile > a {
  border-bottom: 2px dotted rgba(240, 145, 153, .5);
}

/**
 * パンくず
 */

#breadcrumb {
  font-size: 80%;
  padding: 14px 0;
}

.home #breadcrumb {
  display: none;
}

#breadcrumb span a {
  color: #313336;
  text-decoration: underline;
}

/**
 * フッター
 */
.footer {
  font-size: 75%;
  text-align: center;
  padding: 30px 0 0;
  background-color: rgba(240, 145, 153, .2);
  margin: 80px 0 0;
}

.footer .navis a {
  color: #666;
  text-decoration: none;
  margin: 0 10px;
  text-decoration: underline;
}

.footer .area {
  padding: 30px 0 30px;
}

.copyright {
  color: #fff;
  padding: 8px 0;
  background-color: rgba(240, 145, 153, 1);
}

#page_top {
  right: 5%;
  bottom: 5%;
  width: 45px;
  z-index: 100;
  position: fixed;
}

/**
 * common
 */
#breadcrumbs {
  font-size: 75%;
  padding: 4px 0;
  background: #f9f9f9;
}

#breadcrumbs ol li:after {
  content: '>';
  margin: 0 .5em;
  color: #888;
}

#breadcrumbs ol li:last-child:after {
  content: '';
}

article section {
  margin: 0 0 90px;
}

article section:first-child {
  margin: 0 0 60px;
}

article section h2.ttl {
  font-size: 170%;
  text-align: left;
  border-left: 8px solid rgba(240, 145, 153, 1);
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
  padding: 4px 0 4px 16px;
  line-height: 1.4;
  margin: 0 0 20px;
}

article section h3.ttl {
  font-size: 105%;
  border-left: 4px solid rgba(240, 145, 153, 1);
  background-color: rgba(240, 145, 153, .3);
  padding: 4px 0 4px 16px;
  letter-spacing: .2em;
  margin: 0 0 10px;
}

article section.title {
  height: 400px;
  background-image: url(/wp-content/themes/felice/assets/images/home/kv.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

article section.title h1 {
  color: #fff;
  font-size: 190%;
  text-align: left;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

article section.title h1 p:last-child {
  font-size: 70%;
  margin: 0 0 0 4px;
}

.btn {
  text-align: center;
}

.btn a {
  font-size: 90%;
  display: inline-block;
  padding: 10px 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: rgba(240, 145, 153, 1);
  /* background-color: rgba(240, 145, 153, .6); */
  border: 1px solid rgba(240, 145, 153, 1);
}

.btn a:hover {
  color: #fff;
  background-color: rgba(240, 145, 153, 1);
}

/**
 * home
 */
.home article section.kv {
  height: 500px;
  background-image: url(/wp-content/themes/felice/assets/images/home/kv.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.home article section.kv h1 {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 150%;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.home article section.kv h1 p:last-child {
  font-size: 130%;
}

.home article section h2 {
  font-size: 150%;
  text-align: center;
  border-bottom: 1px solid rgba(240, 145, 153, 1);
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
  margin: 0 0 14px;
}

.home article section.menu .box {
  width: 48%;
}

.home article section.menu .box:last-child {
  margin: 0 0 0 4%;
}

.home article section.menu .box .image {
  height: 250px;
  background-image: url(/wp-content/themes/felice/assets/images/home/kv.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 0 0 14px;
}

.home article section.menu .box .image.menu01 {
  background-image: url(/wp-content/themes/felice/assets/images/home/menu01.jpg);
}
.home article section.menu .box .image.menu02 {
  background-image: url(/wp-content/themes/felice/assets/images/home/menu02.jpg);
}

.home article section.introduction p {
  margin: 0 0 1ex;
}

.home article section.introduction img {
  width: 18%;
  float: right;
  margin: 0 0 0 14px;
}

/**
 * page-template-profile
 */
.page-template-profile article section.title {
  background-image: url(/wp-content/themes/felice/assets/images/profile/kv.jpg);
}

.page-template-profile article section.info img {
  width: 18%;
  float: right;
  margin: 0 0 0 14px;
}

.page-template-profile article section.info .name {
  font-size: 140%;
}

.page-template-profile article section.entitlements .name {
  font-size: 120%;
}

.page-template-profile article section.entitlements ul {
  padding: 0 0 0 1.2em;
  margin: 20px 0;
}

.page-template-profile article section.entitlements ul li {
  list-style-type: disc;
  margin: 0 0 16px;
}

.page-template-profile article section.entitlements .photos div {
  width: 25%;
  text-align: center;
  padding: 20px;
}

.page-template-profile article section.entitlements .photos div img {
  width: 100%;
  height: auto;
}

/**
 * page-template-hypnotherapy
 */
.page-template-hypnotherapy article section.title {
  background-image: url(/wp-content/themes/felice/assets/images/hypnotherapy/kv.jpg);
}

.page-template-hypnotherapy article section.text p {
  margin: 0 0 1.4ex;
}
.page-template-hypnotherapy article section.text p:last-child {
  margin: 0;
}

.page-template-hypnotherapy article section.text ul {
  padding: 0 0 0 1.2em;
  margin: 20px 0;
}

.page-template-hypnotherapy article section.text ul li {
  list-style-type: disc;
  margin: 0 0 16px;
}

/**
 * page-template-menu
 */
.page-template-menu article section.title {
  background-image: url(/wp-content/themes/felice/assets/images/menu/kv.jpg);
}

.page-template-menu article section .price {
  display: inline-block;
  text-align: right;
  margin: 10px 0 0;
  border-bottom: 1px solid rgba(240, 145, 153, 1);
}

/**
 * page-template-contact
 */
.page-template-contact article section.title {
  background-image: url(/wp-content/themes/felice/assets/images/contact/kv.jpg);
}

.page-template-contact table {
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
}

.page-template-contact table tr th {
  width: 25%;
  border-bottom: 4px solid rgba(240, 145, 153, 1);
  padding: 30px 12px 8px;
  font-weight: normal;
  text-align: left;
}

.page-template-contact table tr th .required {
  font-size: 65%;
  background-color: red;
  color: #fff;
  padding: 1px 6px;
  margin: 3px 0 0 8px;
  border-radius: 2px;
  float: right;
}

.page-template-contact table tr td {
  width: 75%;
  border-bottom: 1px solid rgba(240, 145, 153, 1);
  padding: 30px 12px 8px;
}

.page-template-contact table tr td [type="text"],
.page-template-contact table tr td [type="email"],
.page-template-contact table tr td [type="tel"],
.page-template-contact table tr td textarea {
  width: 100%;
  padding: 4px 6px;
  font-size: 105%;
}

.page-template-contact table tr td textarea {
  resize: none;
}

.page-template-contact table tr td .wpcf7-not-valid-tip {
  font-size: 80%;
}

.page-template-contact .check {
  text-align: center;
  margin: 0 0 20px;
  font-size: 90%;
}

.page-template-contact .check p {
  margin: 0 0 10px;
}

.page-template-contact .submit_btn {
  margin: 30px 0 0;
}

.page-template-contact [type="submit"] {
  color: #fff;
  font-size: 110%;
  background-color: rgba(240, 145, 153, 1);
  padding: 12px 70px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
