/*@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
*/

@media only screen and (max-width: 1020px) {.viewPC { display: none; }}
@media only screen and (min-width: 1021px) {.viewTB { display: none; }}

/* pc/sp display
=====================================================================*/
.sp_hide{
	display:block;
}
.pc_hide{
	display:none;
}
@media only screen and (max-width: 767px){
	.sp_hide{
		display:none;
	}
	.pc_hide{
		display:block;
	}
}


/* body
------------------------------------------------- */
body,
input,
textarea {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 2;
	letter-spacing: 0.5px;
}
video {
    width: 100%;
}
@media only screen and (min-width: 768px){
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 767px){
  body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
/* pagetitle style
------------------------------------------------- */
#page_main {
	width: 100%;
	height: 220px;
	text-align:center;
	z-index: 1;
	margin-bottom: 10px;
}
#page_main img {
	width: 100%;
	height: 220px;
	object-fit: cover; 
}
@media only screen and (max-width: 767px){
  #pagetitle {
    width: 100%;
    margin-bottom: 20px !important;
  }
  #pagetitle.working {
      background: url("../img/with_works/pagetitle_bg.jpg") no-repeat;
      background-size: 100% auto;
      background-position: center center;
      width: 100%;
      height: 0;
      padding-top: 37.5%;
      position: relative;
  }
  #pagetitle.epipment {
      background: url("../img/epipment/pagetitle_bg.jpg") no-repeat;
      background-size: 100% auto;
      background-position: center center;
      width: 100%;
      height: 0;
      padding-top: 37.5%;
      position: relative;
  }
  #pagetitle p{
      position: absolute;
      top: 36%;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 25px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 500;
      text-align: center;
      color: #FFF;
  }
  #pagetitle p.long{
    top: 50%;
    line-height: 1.3;
    font-size: 20px;
    transform: translateY(-50%);
  }
}
.page_title_top {
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
  font-weight: 500;
	color: #462C00;
	line-height: 1.5;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
  .page_title_top {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 5px 20px 5px;
  }
}
.page_title{
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
  font-weight: 500;
	color: #462C00;
	line-height: 1.5;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px){
  .page_title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C2C2C2;
    letter-spacing: 0;
  }
}
/* breadcrumb style
------------------------------------------------- */
.breadcrumb{
	font-size:11px;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 40px;
}
.breadcrumb a{
	position:relative;
	padding-right:30px;
	text-decoration: none;
}
.breadcrumb a:after{
	position:absolute;
	content:">";
	padding-left:11px;
	top: -2px;
}

/* main style
------------------------------------------------- */
/* layout style */
.bg_common {
	background: url(../img/common/bg_common.jpg) no-repeat left top fixed #EFE9E1;
	min-width: 1200px;
	min-height: 900px;
}
@media only screen and (max-width: 767px){
  body.open{
      /* position: fixed; */
      width:100%;
  }
  .bg_common {
    background: none;
    min-width: 100%;
    min-height: 100%;
  }
  #wrapper {
  	position: static;
  }

  .layer{
    position: fixed;
    top: 0px;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
  }
}
.h1_title {
  position: absolute;
  top: 8px;
  left: 270px;
  z-index: 9;
  font-weight: normal;
  font-size: 13px;
}
@media only screen and (max-width: 767px){
  .h1_title {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 2px;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: right;
    margin-right: 10px;
  }
}
#wrap {
	margin: 0 0 0 260px;
  position: relative;
}
@media only screen and (max-width: 767px){
  #wrap {
    margin: 0 0 0 0px;
  }
}
#contents {
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 767px){
  #contents {
  }
}
#h_area {
	width: 100%;
	min-width: 970px;
	background-color: rgba(226,219,211,0.8);
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.h_clinic {
	font-size: 13px;
	padding: 8px 0 0 10px;
}
.h_clinic a {
	text-decoration: none;
}
.link_reservation {
	float: right;
	font-size: 13px;
	padding: 8px 10px 0 0px;
	position: relative;
	margin-right: 20px;
}
.link_reservation a {
	display: block;
	color: #462C00;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.link_reservation a::before,
.link_reservation a::after{
	position: absolute;
	top: 8px;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.link_reservation a::before {
	right: 0px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #433A33;
	border-right: 2px solid #433A33;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contents_box{
	width: 900px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 30px 50px;
	background-color: rgba(245,245,245,0.8);
  position: relative;
}
.contents_box.end{
  margin-bottom: 100px;
}
.contents_box.other_image_01 {
  background: url("../img/transfer_clinic/img_01.png") no-repeat right bottom;
  background-size: auto 100%;
  background-color: rgba(245,245,245,0.8);
	border: 1px solid #EEE;
}
.contents_box.other_image_02 {
	padding: 30px 50px 400px 50px;
	background-color: rgba(255,255,255,0.8);
	background-image:url(../img/transfer_clinic/img_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #EEE;
}
.contents_box:after{
	content:"";
	clear:both;
	display:block;
}
.contents_inner.continue {
  margin-bottom: 50px;
}

.contents_box p {
	font-size: 14px;
  line-height: 2.4;
  margin-bottom: 20px;
}
.contents_box p.small {
  font-size: 12px;
}
.contents_box p.end {
	margin-bottom: 0px;
}
.contents_box.news p {
	font-size: 14px;
	line-height: 2.4;
	margin-bottom: 0px;
  word-break: break-all;
}
.contents_box_sp_none{
	width: 900px;
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding: 30px 50px;
	background-color: rgba(245,245,245,0.8);
}
.contents_box_sp_none.end{
  margin-bottom: 100px;
}
.contents_box_sp_none:after{
	content:"";
	clear:both;
	display:block;
}
.contents_box_sp_none p {
	font-size: 14px;
	line-height: 2.4;
	margin-bottom: 20px;
}
.contents_box_sp_none p.end {
	margin-bottom: 0px;
}
.sp_dot_box .end {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px){
  .contents_box{
    width: 100%;
    margin: 0px 0px 50px 0px;
    box-sizing: border-box;
    padding: 0px;
    background: none;
  }
  .contents_box.end{
    margin-bottom: 70px;
  }
  .contents_box.other_image_01 {
    background-image: none;
    background-color: #EDE6DE;
    border: none;
  }
  .contents_box.other_image_02 {
    padding: 5px;
    background-image: none;
    background-color: #EDE6DE;
    border: none;
  }
  .contents_box.simple {
    margin: 10px 10px 50px 10px;
    background: #FFF;
  }
  .contents_inner {
    margin: 0 15px;
  }
  .contents_inner.continue {
    margin: 0 15px 50px 15px;
  }
  .contents_inner.information {
    padding: 0px 15px 15px 15px;
  }
  .contents_inner.other_image_01_sp {
    background: #FFF url(../img/transfer_clinic/img_01_sp.jpg) no-repeat bottom;
    background-size: 100% auto;
  	padding: 15px 15px 150px 15px;
  }
  .contents_inner.other_image_02_sp {
    background: #FFF url(../img/transfer_clinic/img_02_sp.jpg) no-repeat bottom;
    background-size: 100% auto;
  	padding: 15px 15px 150px 15px;
  }
  .contents_inner.pd10 {
    padding: 0px 10px 10px 10px;
  }
  .contents_box p {
    font-size: 15px;
    line-height: 1.9;
    margin: 20px 0px 0px 0px;
  }
  .contents_box.fee_box {
    background: #FFF;
    margin: 0px 0px 50px 0px;
    padding: 0px;
  }
  .contents_box_sp_none{
    width: auto;
    margin: 0 auto 0px auto;
    box-sizing: border-box;
    padding: 0px;
    background-color: #FFF;
  }
  .contents_box_sp_none.end{
    margin-bottom: 30px;
  }
  .contents_box_sp_none p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 10px 20px 10px;
  }
  .contents_box_sp_none p.end {
    margin: 0 10px 0px 10px;
  }
  .contents_box_sp_none .p_fs15 {
    font-size: 15px;
  }
  .contents_box_pc_none {
    width: auto;
    margin: 10px 10px 50px 10px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #EDE6DE;
  }
  .sp_dot_box {
    margin: 0 10px 50px 10px;
    padding: 10px 10px 10px 10px;
    border: 1px dotted #C7B5A7;
  }
  .sp_dot_box p {
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 15px;
  }
  .sp_dot_box .end {
    margin-bottom: 0 !important;
  }
}
.reference {
 margin: 0 10px 20px 10px;
}
.new_window {
  position: relative;
}
.new_window:after {
  content: "";
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  background: url("../img/common/icon_window.png") no-repeat;
}
.verdana {
    font-family: Verdana;
}

.feature_list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  display: inline-block;
  width: 31%;
}
.feature_list li.small {
  font-size: 12px;
}
.feature_list li.long {
  width: 50%;
}
.feature_list li.long2 {
  width: 100%;
}
.feature_list li.level2 {
  margin-left: 3%;
  width: 28%;
}
.feature_list li.level2_2 {
}
.feature_list li:before {
  position: relative;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #462C00;
  border-right: solid 1px #462C00;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.feature_list li.active {
  font-weight: bold;
  color: #201912;
}
.feature_list li a {
  text-decoration: none;
}
@media only screen and (max-width: 767px){
  .feature_list li {
    display: block;
    width: 100%;
  }
  .feature_list li.long {
    width: 100%;
  }
  .feature_list li.long2 {
    width: 100%;
  }
  .feature_list li.level2 {
    margin-left: 3%;
    width: 97%;
  }
  .feature_list li.level2_2 {
    margin-left: 3%;
    width: 97%;
  }
}
.important_txt {
	font-size: 24px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	color: #462C00;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px){
  .important_txt {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: left;
  }
}

.list_01 li {
	position: relative;
	margin-left: 20px;
}
.list_01 li:after {
    display: block;
    content: '';
    position: absolute;
    top: .90em;
    left: -1em;
    width: 8px;
    height: 1px;
    background-color: #666;
}
.list_02 li {
	position: relative;
	margin-left: 20px;
}
.list_02 li:after {
    display: block;
    position: absolute;
    top: .7em;
    left: -1.6em;
    font-size: 12px;
    line-height: 1;
    content: '\002713';
    color: #462C00;
}

.list_check li {
	position: relative;
	margin-left: 30px;
	font-weight: bold;
	font-size: 16px;
}
.list_check li:after {
    display: block;
    position: absolute;
    top: .5em;
    left: -1.6em;
    font-size: 16px;
    line-height: 1;
    content: '\002713';
    color: #462C00;
}
.list_border {
	margin: 0 0 20px 20px;
}
.list_border li {
	position: relative;
	margin-bottom: 0px;
}
.list_border li:after  {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}
.list_disc {
  margin-bottom: 20px;
}
.list_disc li {
  list-style: disc;
  margin-left: 2em;
}
.list_disc li.l_2em {
  margin-left: 2em;
}
.list_decimal {
  margin-bottom: 20px;
}
.list_decimal li {
  list-style: decimal;
  margin-left: 2em;
}



/* table style */
.tbl_01 {
	width: 60%;
	margin: 0 auto 30px auto;
	border: 1px solid #B79F8E;
}
.tbl_01 th {
	padding: 5px 10px;
	background: #E4DFDC;
	border: 1px solid #B79F8E;
	text-align: center;
}
.tbl_01 td {
	padding: 5px 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #B79F8E;
}
@media only screen and (max-width: 767px){
  .tbl_01 {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .tbl_01 td {
    background: #FFF;
  }
}
.tbl_02 {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #B79F8E;
}
.tbl_02.end {
  margin-bottom: 50px;
}
.tbl_02 th {
	padding: 5px 10px;
	background: #E4DFDC;
	border: 1px solid #B79F8E;
	text-align: left;
}
.tbl_02 td {
	padding: 5px 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #B79F8E;
}
.tbl_02 .price {
	text-align: right;
  width: 240px;
}
.tbl_02 .price2 {
	text-align: right;
  width: 240px;
}
.tbl_02 .line {	
	text-align: right;
	border-top: 2px solid #B79F8E;
	border-right: 1px solid #B79F8E;
	border-bottom: 1px solid #B79F8E;
	border-left: 1px solid #B79F8E;
}


@media only screen and (max-width: 767px){
  .tbl_02 {
    width: 95%;
    margin: 0 auto 20px auto;
    font-size: 15px;
  }
  .tbl_02.end {
    margin: 0 auto 50px auto;
  }
  .tbl_02 th {
    padding: 5px;
  }
  .tbl_02 td {
    padding: 5px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #B79F8E;
    line-height: 1.6;
  }
  .tbl_02 .price {
    width: 110px;
  }
  .tbl_02 .price2 {
    width: 150px;
  }
  .tbl_02 .line {	
  }
}

.tbl_03 {
	border: none;
}
.tbl_03 th, .tbl_03 td{
	border: none;
	padding: 0;
	background: none;
	vertical-align: top;
	padding: 0 10px;
}
.tbl_03.doctor th, .tbl_03.doctor td{
  border: none;
  padding: 0;
  background: none;
  vertical-align: top;
  padding: 0 10px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px){
  .tbl_03 th, .tbl_03 td{
    border: none;
    padding: 0;
    background: none;
    vertical-align: top;
    padding: 0 10px 10px 0;
    width: 100%;
  display: block;
  }
}
.tbl_04 {
	width: 80%;
	margin: 0 auto 40px auto;
	border: 1px solid #B79F8E;
}
.tbl_04 th {
	padding: 5px 10px;
	background: #E4DFDC;
	border: none;
	border-right: 1px dotted #B79F8E;
	text-align: center;
	width: 33%;
	box-sizing: border-box;
}
.tbl_04 td {
	padding: 5px 10px;
	font-weight: normal;
	text-align: center;
	border: none;
	border-right: 1px dotted #B79F8E;
}
@media only screen and (max-width: 767px){
  .tbl_04 {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .tbl_04 td {
    padding: 5px 2px;
    font-weight: normal;
  }
  .btn_link_inq {
    display: block;
    background: #433A33;
    color: #FFF;
    text-align: center;
    padding: 10px 2px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
  }
}
.tbl_05 {
	width: 80%;
	margin: 0 auto 40px auto;
  border: 1px solid #ccc;
  font-size: 16px;
}
.tbl_05 th {
	padding: 10px 10px;
	background: none;
	border: 1px dotted #ccc;
	text-align: center;
	width: 50%;
  box-sizing: border-box;
  font-weight: bold;
}
.tbl_05 td {
	padding: 10px 10px;
	font-weight: normal;
	text-align: left;
	border: 1px dotted #ccc;
}
@media only screen and (max-width: 767px){
  .tbl_05 {
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 14px;
  }
  .tbl_05 th {
    padding: 10px 5px;
    width: auto;
    box-sizing: border-box;
    font-weight: bold;
  }
  .tbl_05 td {
    padding: 10px 5px;
  }
}
.pagelink {
	margin: 0 auto 40px auto;
	width: 660px;
}
.pagelink li {
	display: inline-block;
	width: 200px;
	box-sizing: border-box;
	margin-right: 20px;
}
.pagelink li:last-child {
	margin-right: 0px;
}
.button {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #462C00;
	border: 2px solid #462C00;
	color: #FFF;
	line-height: 50px;
	box-sizing: border-box;
	font-weight: bold;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #462C00;
}
.button:hover {
	background-color: #EFEDEA;
	border-color: #462C00;
	color: #462C00;
	filter: alpha( opacity = 100 );
	opacity: 1;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #462C00;
}

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin: 0px auto 30px auto;
	text-align: center;
	color: #211912;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #211912;
	text-decoration: none; 
	color: #211912;
}
div.pagination a:hover,
div.pagination a:active {
	border: 1px solid #211912;
	color: #211912;
	background-color: #FFF;
}
div.pagination span.pager_link_current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #211912;
	font-weight: bold;
	background-color: #211912;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #211912;
	color: #211912;
}

/* PDFリンク */

.pdf {
	text-align: left;
	margin: 20px 0 0px 0px;
}

.pdf a {
	padding: 5px 0px 3px 30px;
	text-align: right;
	background: url(../img/common/icon_pdf.png) 0px center no-repeat;
}

/* title style
------------------------------------------------- */
.h2_message {
	font-size: 28px;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #462C00;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.h2_message span {
	position: relative;
	padding: 0 100px 10px 100px;
}
.h2_message span::before,.h2_message span::after {
	content: '';
	position: absolute;
	top: -13px;
	display: inline-block;
	width: 28px;
	height: 50px;
}
.h2_message span::before {
	background: url(../img/top/bg_message_l.png) no-repeat;
	left: 0;
}
.h2_message span::after {
	background: url(../img/top/bg_message_r.png) no-repeat;
	right: 0;
}
@media only screen and (max-width: 767px){
  .h2_message {
    font-size: 20px;
  }
}
/* content style
------------------------------------------------- */
.contents_title {
	font-size: 26px;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #462C00;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	line-height: 1.6;
}
.contents_title.mb50 {
  margin-bottom: 50px;
}
.contents_sub_title {
  font-size: 22px;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: 1px solid #E19169;
  margin-bottom: 20px;
  padding-left: 22px;
  text-indent: -22px;
  line-height: 1.4;
}
.contents_sub_title:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F7BDA9;
  margin: auto 10px auto 0;
}
.contents_sub_title.brown {
  border-bottom: 1px solid #645236;
  color: #645236;
}
.contents_sub_title.brown:before {
  background: #645236;
}
.contents_sub_title.sp_bg_brown .title {
  display: inline;
}
.title_min {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}
.title_min .small {
  font-size: 14px;
}

@media only screen and (max-width: 767px){
  .contents_title {
    font-weight: 600;
    font-size: 19px;
    padding: 15px;
    background: #fff;
    color: #423A33;
    line-height: 1.3;
    text-align: left;
    border-top: 2px solid #423A33;
    border-bottom: 1px solid rgba(66, 58, 51, 0.70);
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .contents_title.long {
    font-size: 16px;
  }
  .contents_title:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 94%;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  .contents_title.text_center {
    text-align: center;
  }
  .contents_sub_title.sp_bg_brown {
    background: #C7BFB2;
    color: #462C00;
    font-size: 18px;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: none;
  }
  .contents_title.sp_no_border {
    border: none;
  }
  .contents_title.sp_center {
    text-align: center;
  }
  .contents_title.news {
    font-size: 16px;
    background: #C7BFB2;
    color: #462C00;
  }
  .contents_title.news span {
    display: block;
    font-size: 13px;
  }
  .contents_sub_title {
    font-size: 17px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    text-align: left;
    color: #423A33;
    position: relative;
    border-bottom: none;
    padding-left: 8px;
    padding: 12px 10px 12px 22px;
    margin: 0;
    text-indent: 0px;
    background: #f6f4f0;
  }
  .contents_sub_title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    border-radius: 0;
    background: #423A33;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
  }
  .contents_sub_title.small {
    font-size: 16px;
  }  
}
/* 目次 */
.content_menu {
  width: 600px;
  margin: 0 auto 60px;
  background: rgba(245,245,245,0.8);
  border: 10px solid rgba(199,191,178,0.8);
  padding: 20px 50px;
}
.content_menu_title {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 1px solid #CFC9BD;
  margin-bottom: 10px;
  font-size: 15px;
}
/*閉じた状態の矢印描画*/
.content_menu_title:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #FAF7F3 2px solid;
  border-right: #FAF7F3 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 15px;
  top: 0;
  bottom: 15%;
  margin: auto;
  transition: .3s;
}
/*開いた状態の矢印描画*/
.content_menu_title.active:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #FAF7F3 2px solid;
  border-right: #FAF7F3 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 15px;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.comtent_menu_items {
  margin-left: 1em;
}
.comtent_menu_item {
  padding: 2px 0;
  font-weight: bold;
}
.comtent_menu_item.second {
  margin-left: 1em;
  font-weight: normal;
  background: #faf7f3;
}
@media only screen and (max-width: 767px){
  .content_menu {
    width: 85%;
    margin: 40px auto 55px;
    border: none;
    padding: 0;
    background: #FAF7F3;
  }
  .content_menu_title {
      padding: 20px 15px;
      background: #423A33;
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.08em;
      border: none;
      margin: 0;
  }
  .comtent_menu_items {
    margin-left: 0;
  }
  .comtent_menu_item {
      padding: 12px 15px;
      font-weight: 400;
      border-bottom: 1px solid rgba(216, 208, 197, 0.31);
      background: #f1ede7;
  }
  .comtent_menu_item a{
    text-decoration: none;
    color: #000;
  }
}
@media only screen and (min-width: 768px){
  .content_menu {
    display: none;
  }
}
/* リスト　ピンク */
.list_box_pink {
  width: 600px;
  margin: 0 auto 60px;
  background: rgba(245,245,245,0.8);
  border: 10px solid rgba(247,189,169,0.8);
  padding: 20px 50px;
}
@media only screen and (max-width: 767px){
  .list_box_pink {
    width: 90%;
    background: #fff;
    margin: 30px auto 30px;
    border: 6px solid rgba(247,189,169,0.8);
    padding: 20px 20px;
  }
  .list_box_pink.wide {
    width: 100%;
  }
}
.h3_common {
	font-size: 18px;
	font-weight: bold;
  margin-bottom: 20px;
	text-align: left;
}
.h3_common.eq_h3_01 {
	font-size: 20px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	color: #462C00;
	border-bottom: 1px dotted #433A33;
    padding-bottom: 3px;
    margin-bottom: 20px;
  text-align: center;
}
.h3_common.eq_h3_02 {
	font-size: 20px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	color: #462C00;
	border-bottom: 1px dotted #433A33;
    padding-bottom: 3px;
    margin-bottom: 20px;
  text-align: left;
}
.h3_common.center {
  text-align: center;
}
.h3_common.inquiry {
  text-align: center;
}
.h3_doctor {
  font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #462C00;
  border-bottom: 1px dotted #433A33;
  padding-bottom: 3px;
  margin-bottom: 20px;
  text-align: left;
}
.h3_reservation {
	font-size: 22px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	color: #462C00;
    padding-bottom: 3px;
    margin-bottom: 20px;
	text-align: center;
}
.h4_common {
	font-size: 15px;
	color: #462C00;
    margin-bottom: 10px;
	text-align: left;
}
.h4_common.results {
  text-align: center;
}
@media only screen and (max-width: 767px){
  .h3_common {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .h3_common.eq_h3_01 {
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
    border: none;
    font-weight: bold;
    color: #462C00;
  }
  .h3_common.eq_h3_02 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
    color: #462C00;
    border-bottom: 1px dotted #433A33;
  }
  .h3_common.fee_h3 {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 20px;
  }
  .h3_common.inquiry {
    color: #621F09;
    font-weight: bold;
    line-height: 1.3;
    font-size: 18px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
  }
  .h3_common.inquiry span {
    font-size: 13px;
  }
  .h4_common.fee_h4 {
    color: #621F09;
    margin: 0 0 15px 10px;
  }
  .h4_common.results {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
  }
}
.font_min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
/* link, button style
------------------------------------------------- */
a{
	transition:.5s;
	color:#543112;
}
a:hover {
	text-decoration: none;
	transition:.5s;
}
label, input[type='checkbox'],input[type='submit'],input[type='button'] {
    cursor: pointer;
}
/* text link */
.link a{
	color:#FF7F26;
	text-decoration:underline;
}
.link a:hover{
	text-decoration:none;
}

/* button link */
.btn_link {
	margin: 0 0px 30px 0px;
}
.btn_link a {
	display: block;
	background: #433A33;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	text-decoration: none;
}
.btn_link a.small {
  display: inline-block;
  padding: 15px 50px;
}
.btn_link a.newwindow {
	background: #433A33 url(../img/common/icon_window_wh.png) no-repeat 30px center;
}
@media only screen and (max-width: 767px){
  .btn_link a.newwindow {
    background: #433A33 url(../img/common/icon_window_wh.png) no-repeat 20px center;
  }
}
.btn_link_inq {
	display: block;
	background: #433A33;
	color: #FFF;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 3px;
}
.btn_link_detail {
  width: 100%;
	margin: 0 0px 0px 0px;
}
.btn_link_detail a {
	display: block;
	background: #CCC;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
}

.arrow_circle {
  position: relative;
}
.arrow_circle:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #645236;
  display: inline-block;
  vertical-align: middle;
  margin: auto 10px auto 0;
}
.arrow_circle a {
}
.arrow_circle a:before,
.arrow_circle a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow_circle a:before{
    left: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.arrow_circle a:after{
    left: 6px;
    width: 10px;
    height: 6px;
    border-left: 4px solid #fff;
}
@media only screen and (max-width: 767px){
  .arrow_circle a:before,
  .arrow_circle a:after{
    position: absolute;
    margin: 0 auto;
    content: "";
    vertical-align: middle;
  }
  .arrow_circle a:before{
    box-sizing: border-box;
    top: 5px;
    bottom: inherit;
    left: 9px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .arrow_circle a:after{
    top: 8px;
    width: 10px;
    height: 6px;
    border-left: 4px solid #fff;
  }
}
/* size */

.w250 {
	width: 250px;
}
.w350 {
	width: 350px;
}
.w380 {
	width: 380px;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
	margin: 0 auto 30px auto !important;
}
.w80 {
	width: 80%;
	margin: 0 auto 30px auto !important;
}
@media only screen and (max-width: 767px){
  .sp_w100 {
    width: 100%;
  }
}

/* header style
------------------------------------------------- */
#gnavi {
	width: 260px;
	height: 100%;
	/*background-color: rgba(255,255,255,0.7);*/
	position: absolute;
	left: 0;
	z-index: 80;
}
@media only screen and (max-width: 767px){
  #gnavi {
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: relative;
    padding: 0px auto 0 auto;
    z-index: 10;
  }
}
#logo {
	padding: 5px 0 15px 0;
	text-align: center;
  width: 260px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.7);
}
#logo img {
	display: block;
	margin: 0 auto;
  width: 190px;
}
@media only screen and (min-width: 768px){
  #slide_menu {
    background-color: rgba(255,255,255,0.7);
    height: 100%;

  }
  #slide_menu.fixBox {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px){
  #logo {
    width: 100%;
    padding: 0px 0 0 0;
  }
  #logo img {
    width: 100%;
  }
  #logo.working_page {
    padding-top: 2px;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
  }
  #logo .logo_image {
    width: 100%;
    padding-top: 0px;
  }
  header nav {
    overflow: hidden;
  }
  #navi {
    position: absolute;
    top: 100px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 9;
  }
  #navi img {
    width: 100%;
  }
  #navi.fixed {
    position: fixed;
    top: 10px;
    z-index: 1;
    width: 50px;
  }
  #slide_menu div.close_btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
  }
  #slide_menu div.close_btn span {
    font-size: 40px;
  }
  #slide_menu {
    position: fixed;
    overflow: auto;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index:999;
    background: #EDE6DE;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #slide_menu.open {
    right: 0;
  }
  #slide_menu span.close_btn.bottom {
    display: block;
    text-align: center;
    background: #433A33;
    color: #FFF;
    padding: 8px 8px;
    border: none;
    font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
  }
  #slide_menu .end {
    background: #333;
    height: 50px;
    border: none;
  }
}
#gmenu {
  margin: 0 20px 10px 20px;
  width: 220px;
}
#gmenu .no_link {
	background: #433A33;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}
#gmenu .no_submenu {
	background: #EDE6DE;
	padding: 5px 0px 0px 0;
	margin-bottom: 10px;
}
#gmenu .no_submenu a {
	display: block;
	color: #433933;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: right;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	padding: 0 20px 0 0;
}
#gmenu .no_submenu a::before,
#gmenu .no_submenu a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#gmenu .no_submenu a::before {
	right: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #433A33;
	border-right: 2px solid #433A33;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gmenu .no_submenu a:hover {
	background: #462C00;
	color: #FFF;
	filter: alpha( opacity = 100 );
	opacity: 1;
}
#gmenu .no_submenu a:hover::before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
#gmenu .no_submenu a.on {
	background: #462C00;
	color: #FFF;
}
#gmenu .no_submenu a.on::before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
#gmenu .has_submenu {
	position: relative;
	background: #433A33;
	line-height: 30px;
	margin-bottom: 10px;
	color: #FFF;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	padding: 0 20px 0 0;
	cursor: pointer;
  letter-spacing: 0;
}
#gmenu .has_submenu a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#gmenu .has_submenu::before,
#gmenu .has_submenu::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#gmenu .has_submenu::before {
	right: 8px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #C7BFB2;
	border-right: 2px solid #C7BFB2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gmenu .submenu {
	overflow: hidden;
	height: 0;
	width: 200px;
	transition: .3s;
	background: #EDE6DE;
	position: absolute;
	top: 0px;
	left: 100%;
}
#gmenu .submenu.long {
  width: 280px;
}
#gmenu .submenu li a {
	display: block;
	color: #433933;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: right;
	margin-bottom: 10px;
	text-decoration: none;
	position: relative;
	padding: 0 20px 0 0;
}
#gmenu .submenu a::before,
#gmenu .submenu a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#gmenu .submenu a::before {
	right: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #433A33;
	border-right: 2px solid #433A33;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.submenutitle{
  font-size: 13px;
  font-weight: bold;
  color: #433A33;

}
.submenutitle.mt5{
  font-size: 13px;
  font-weight: bold;
  color: #433A33;
  margin-top: 5px;
}
.no_submenu_04.long{
  font-size: 14px;
}


@media only screen and (min-width: 768px){
#gmenu .submenu a:hover {
	background: #462C00;
	color: #FFF;
	filter: alpha( opacity = 100 );
	opacity: 1;
}
#gmenu .submenu a:hover::before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
}
#gmenu .submenu a.on {
	background: #462C00;
	color: #FFF;
}
#gmenu .submenu a.on::before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

#gmenu .has_submenu:hover .submenu {
	overflow: visible;
	width: 160px;
	padding: 10px 0;
	box-sizing: border-box;
}
#gmenu .has_submenu:hover .submenu.long1 {
	width: 200px;
}
#gmenu .has_submenu:hover .submenu.long2 {
	width: 240px;
}
#gmenu .has_submenu:hover .submenu.long3 {
  width: 270px;
}
#gmenu .has_submenu:hover .submenu.menu_1 {
  height:50px;
}
#gmenu .has_submenu:hover .submenu.menu_2 {
	height: 100px;
}
#gmenu .has_submenu:hover .submenu.menu_3 {
	height: 140px;
}
#gmenu .has_submenu:hover .submenu.menu_4 {
	height: 170px;
}
#gmenu .has_submenu:hover .submenu.menu_5 {
	height: 200px;
  top: -40px;
}
#gmenu .has_submenu:hover .submenu.menu_6 {
	height: 250px;
}
#gmenu .has_submenu:hover .submenu.menu_7 {
	height: 280px;
}
#gmenu .has_submenu:hover .submenu.menu_8 {
	height: 290px;
  top: -60px;
}

#gmenu .no_submenu_02 {
	position: relative;
}
#gmenu .no_submenu_02 a {
	display: block;
	background: #433A33;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #FFF;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	padding: 0 25px 0 0;
	cursor: pointer;
}
#gmenu .no_submenu_02.text_long a {
  font-size: 14px;
  letter-spacing: 0;
}
#gmenu .no_submenu_02 a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
  width: 11px;
  height: 10px;
  background: url("../img/common/s_icon_window_wp.png") no-repeat;
}
.no_submenu_02_small {
  font-size: 12px;
}
#s_bnr {
  width: 220px;
  margin: 0 auto 10px;
}
#s_bnr img {
  width: 100%;
}
#gmenu .line_2 {
  line-height: 1.4;
}
@media only screen and (max-width: 767px){
  #gmenu {
    margin: 0 0px 0px 0px;
    text-align: center;
    width: inherit;
  }
  #gmenu .no_submenu {
    background: none;
    padding: 0px 0px 0px 0;
    margin-bottom: 0px;
  }
  #gmenu .no_submenu a {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    text-decoration: none;
    position: relative;
    padding: 5px 8px;
  }
  #gmenu .no_submenu a::before,
  #gmenu .no_submenu a::after{
    content: none;
  }
  #gmenu .has_submenu {
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 15px;
    padding: 0 0px 0 0;
  }
  #gmenu .has_submenu::before,
  #gmenu .has_submenu::after{
    content: none;
  }
  #gmenu .submenu {
    overflow: visible;
    height: auto;
    width: 100%;
    background: #EDE6DE;
    position: relative;
    top: 0px;
    left: 0px;
  }
  #gmenu .submenu.long {
    width: 100%;
  }
  #gmenu .submenu li a {
    display: block;
    color: #433933;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    padding: 0 0px 0 0;
  	opacity: 1;
  }
  #gmenu .submenu a::before,
  #gmenu .submenu a::after{
    content: none;
  }
  #gmenu .has_submenu:hover .submenu {
    overflow: visible;
    width: 100%;
    padding: 0px 0;
    box-sizing: border-box;
  }
  #gmenu .has_submenu:hover .submenu.long1,
  #gmenu .has_submenu:hover .submenu.long2 {
    width: 100%;
  }
  #gmenu .has_submenu:hover .submenu.menu_2,
  #gmenu .has_submenu:hover .submenu.menu_3,
  #gmenu .has_submenu:hover .submenu.menu_4,
  #gmenu .has_submenu:hover .submenu.menu_5,
  #gmenu .has_submenu:hover .submenu.menu_6,
  #gmenu .has_submenu:hover .submenu.menu_7,
  #gmenu .has_submenu:hover .submenu.menu_8 {
    height: auto;
  }
  #gmenu .no_submenu_02 a {
    display: block;
    background: #433A33;
    line-height: 30px;
    margin-bottom: 1px;
    color: #FFF;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    padding: 0 25px;
    cursor: pointer;
  }
  #gmenu .no_submenu_02 a::after{
    /*content: none;*/
    right: 10px;
  }
  #gmenu ul li {
    border: 1px dotted #D4C5BB;
    float: none;
    background: #EDE6DE;
    text-align: center;
  }
  #gmenu li.ttl {
    background: #433A33;
    color: #FFF;
    padding: 5px 8px;
    border: none;
    font-size: 13px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    margin: 0;
  }
  #gmenu li.ttl_menu {
    padding: 5px 0px;
    border: none;
    margin: 15px 0px 15px 0px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
  }
  #s_bnr {
    width: 80%;
    border: none;
    margin: 20px auto;
  }
  #s_bnr img {
    width: 100%;
    }
  #gmenu .no_submenu a.on {
      background: none;
      color: #433933;
  }
  #gmenu .submenu a.on {
      background: none;
      color: #433933;
  }
}

/* pagetop style
------------------------------------------------- */
.to_pagetop a{
	display:block;
	position:absolute;
	right:100px;
	top:-30px;
	height:35px;
	line-height: 32px;
	padding-left: 45px;
	padding-right: 25px;
	background-color: rgba(255,0,0,0.5);
	background: url(../img/common/arrow_top.png) no-repeat 20px 7px #F5F5F5;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	border-radius:5px;
}
.to_pagetop a:hover{
	height:65px;
	top:-40px;
	background-position:top 7px;
}

/* footer style
------------------------------------------------- */
#footer{
	width: 100%;
	height: 684px;
	min-width: 980px;
	background: #221912 url(../img/common/f_bg.jpg) repeat;
	overflow: hidden;
}
#footer .inner {
	width: 1030px;
  height: 684px;
	margin: 0 auto;
  position: relative;
}
.f_logo_area {
	width: 280px;
	float: left;
}
.f_logo {
	padding: 20px 0 0 0px;
}
.f_menu_area {
	width: 750px;
	float: left;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 10px;
}
.f_menu_area_col {
  -ms-display:flex;
	-webkit-display:flex;
  display:flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 15px;
}
.f_menu_area .f_menu_box_01 ul li{
  width: 190px;
}
.f_menu_area .f_menu_box_02 ul li{
  width: 150px;
}
.f_menu_box_01 {
  width: 190px;
  margin-bottom: 30px;
}
.f_menu_box_02 {
  width: 150px;
}
.f_menu_box_03 {
  width: 190px;
}
.f_menu_box_04 {
  width: 175px;
}
.f_menu_box_05 {
  width: 240px;
}
.f_menu_area ul li {
	color: #FFF;
	font-size: 11px;
	line-height: 2;
}
.f_menu_area ul li.sub_menu {
  margin-left: 10px;
}
.f_menu_area ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	margin-left: 10px;
  display: flex;
}
.f_menu_area ul li a:before {
	content:"\00221f";
	margin-right: 5px;
}
.f_menu_recruit a {
	color: #FFF;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}
.f_menu_recruit a::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 10px;
  background: url(../img/common/s_icon_window_wp.png) no-repeat;
}
.f_menu_voice {
  width: 180px;
}
.f_menu_voice img {
  width: 100%;
}
.f_menu_special_ttl {
	color: #FFF;
  font-size: 11px;
}
#copyright {
  position: absolute;
  right: 0px;
  bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	color: #FFF;
}
.f_doctor_name {
	margin: 30px 0 0px 60px;
	font-size: 11px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.f_doctor_name .name {
	font-size: 18px;
}
@media only screen and (max-width: 767px){
  #footer{
    height: auto;
    min-width: 100%;
    z-index: 1;
    /* background: #433A33; */
    background: #221912 url(../img/common/f_bg.jpg) repeat top center;
  }
  #footer .inner {
    width: 100%;
    height: auto;
  }
  .f_logo_area {
    width: 300px;
    float: left;
  }
  .f_menu_area_col {
    -ms-display:flex;
    -webkit-display:flex;
    display:flex;
    justify-content: space-between;
    margin-bottom: 0px;
    gap: 0px;
  }
  .f_menu_area .f_menu_box_01 ul li {
    width: inherit;
  }
}
@media only screen and (max-width: 767px){
  .f_menu_area {
    width: 96%;
    float: none;
    margin: 0 auto 10px;
  }
  .f_menu_area_col {
    -ms-flex-wrap:wrap; 
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between;
  }
  .f_menu_area_col ul {
    margin-bottom: 20px;
  }
  .f_menu_box_01 {
    width: 50%;
    margin-bottom: 0;
  }
  .f_menu_box_02 {
    width: 50%;
  }
  .f_menu_box_03 {
    width: 50%;
  }
  .f_menu_box_04 {
    width: 50%;
  }
  .f_menu_area ul li a {
    margin-left: 0px;
  }
  .f_menu_area ul li a:before {
    margin-right: 3px;
  }
  .f_menu_voice {
    width: 100%;
  }
  .f_menu_voice img {
    width: 100%;
  }
  #copyright {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    /*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
    /*background: url(../img/common/f_copy.jpg) no-repeat;
    background-size: 100% auto;*/
    font-weight: bold;
    padding: 20px 0;
  }
  .f_doctor_name_wrap {
    -ms-display:flex;
    -webkit-display:flex;
    display:flex;
    justify-content: center;
  }
  .f_doctor_name {
    margin: 30px 0px 20px 0px;
    font-size: 11px;
  }
  .f_doctor_name .name {
    font-size: 18px;
  }
}
#pageTop {
	width: 50px;
	height: 50px;
	background: #433A33 url(../img/common/pagetop.png) no-repeat;
	text-indent: -400px;
	overflow: hidden;
}
#pageTop:hover { opacity: 0.7; }

/* readmore
------------------------------------------------- */
@media only screen and (min-width: 768px){
  .read_more {
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .read_more_text {
    display: block;
    padding: 10px 0;
    margin: 30px 60px;
    background: #CCC;
    text-align: center;
    text-decoration: none;
  }
  .read_more_area {
    display: none;
  }
}

/* flex
------------------------------------------------- */
.columns {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
}

.columns-wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  /* flexコンテナに入るよう改行して表示 */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-no-columns {
  -webkit-display: flex;
  display: flex;
}

.sp-no-columns-wrap {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns-center {
  justify-content: center;
}

.columns-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.columns-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.columns-top {
  align-items: flex-start;
}

.columns-middle {
  align-items: center;
}

.columns-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.column-left {
  margin-right: auto !important;
}

.column-right {
  margin-left: auto !important;
}
@media only screen and (max-width: 767px){
  .sp-no-columns {
    display: block;
  }
  .sp-no-columns-wrap {
    display: block;
  }
}

/* 蛍光ペン */
.marker_blue {
  background: linear-gradient(transparent 65%, #A3E8DD 0%);
  font-weight: bold;
}
.marker_pink {
  background: linear-gradient(transparent 65%, #FBDED4 0%);
}
@media only screen and (max-width: 767px){
  .marker_pink {
      background: linear-gradient(transparent 0, #FBDED4 0%);
  }
}

/* 画像レイアウトパターン */
.img_wrap_01 {
  width: 80%;
  margin: 0 auto 30px;
}
.img_wrap_01 img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .img_wrap_01 {
    width: 100%;
  }
}

.img_wrap_02 {
	-ms-display:flex;
	-webkit-display:flex;
	display:flex;
  align-items: center;
  flex-direction: row-reverse;
}
.img_wrap_02_img {
  margin-left: 50px;
}
.img_wrap_02_text {

}
@media only screen and (max-width: 767px){
  .img_wrap_02 {
    display: block;
  }
  .img_wrap_02_img {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

.img_wrap_03 {
	-ms-display:flex;
	-webkit-display:flex;
	display:flex;
  align-items: center;
}
.img_wrap_03_img {
  margin-left: 50px;
}
.img_wrap_03_text {

}
@media only screen and (max-width: 767px){
  .img_wrap_03 {
    display: block;
  }
  .img_wrap_03_img {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

.img_wrap_04 {
  width: 60%;
  margin: 0 auto 20px;
}
.img_wrap_04 img {
  width: 100%;
}
.img_wrap_04 p {
  margin-top: 10px;
}
@media only screen and (max-width: 767px){
  .img_wrap_04 {
    width: 80%;
    margin-bottom: 20px;
  }
  .img_wrap_04 img {
    width: 100%;
  }
}

.img_wrap_06 {
  width: 30%;
  margin: 0 auto 30px;
}
.img_wrap_06 img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .img_wrap_06 {
    width: 100%;
  }
}

.img_wrap_05 {
  width: 60%;
  margin: 0 auto 30px;
}
.img_wrap_05 img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .img_wrap_05 {
    width: 100%;
  }
}

/* WordPress style
=====================================================================*/
.wp-pagenavi {
	text-align: center;
	font-weight: 400;
	font-size:13px;
}
.wp-pagenavi a,
.wp-pagenavi .current{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	background: #fff;
	height: 40px;
	width: 40px;
	margin:0 1px 8px 1px;
	line-height: 38px;
	box-sizing: border-box;
}
.wp-pagenavi a:hover {
	border: 1px solid #433A33;
	background:#EDE6DE;
	color:#333;
	text-decoration: none;
}
.wp-pagenavi span.current {
	border: 1px solid #433A33;
	background:#EDE6DE;
	margin-top: 5px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	width:auto;
	padding:0 15px;
}
.free_area h2,
.mceContentBody h2{
	font-size:22px;
	margin-bottom:5px;
}
.free_area h3,
.mceContentBody h3{
	font-size:18px;
	margin-bottom:5px;
}
.free_area h4,
.free_area h5,
.free_area h6,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6{
	font-size:14px;
	margin-bottom:5px;
}
.free_area ol,
.free_area ul,
.free_area table,
.mceContentBody ol,
.mceContentBody ul,
.mceContentBody table{
	margin:10px 0;
}
.free_area th,
.free_area td,
.mceContentBody th,
.mceContentBody td{
	padding:10px 20px;
}
.free_area ol li,
.mceContentBody ol li{
	list-style: decimal outside;
	margin-left:20px;
}
.free_area ul li,
.mceContentBody ul li{
	list-style:disc outside;
	margin-left:18px;
}
.free_area p,
.mceContentBody p{
	margin-bottom:20px;
}
@media only screen and (max-width: 767px){
	.free_area h1,
	.mceContentBody h1{
		margin-bottom:10px;
		padding:3px 10px;
		font-size:1.6rem;
	}
	.free_area h2,
	.mceContentBody h2{
		margin-bottom:7px;
		font-size:1.6rem;
	}
	.free_area h3,
	.mceContentBody h3{
		padding-bottom:3px;
		font-size:1.5rem;
	}
	.free_area h4,
	.free_area h5,
	.free_area h6,
	.mceContentBody h4,
	.mceContentBody h5,
	.mceContentBody h6{
		margin-bottom:5px;
		font-size:1.5rem;
	}
	.free_area li,
	.mceContentBody li{
		margin-left:18px;
		list-style:disc outside;
	}
	.free_area p,
	.mceContentBody p{
		margin-bottom:20px;
	}
}


span.sub_list {
      display: block;
      margin-bottom: 10px;
  }

span.standard {
      display: inline-block;
      margin-left: 20px;
  }

@media only screen and (max-width: 767px){
  .list_box_beige{
    margin: 0 auto;
    padding: 20px;
    background: #FAF7F3;
    border: 1px solid #CBBEAD;
    width: 90%;
  }
  .list_box_beige_title {
      font-weight: 400 !important;
      color: #000 !important;
      padding-bottom: 15px;
      border-bottom: 1px solid #C3BBAE;
  }
  .list_box_beige.list_box_pink.wide{
    width: 90%;
  }

  .list_box_beige .list-ttl {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      position: relative;
      padding-left: 28px;
  }

  .list_box_beige_num {
      width: 21px;
      height: 21px;
      display: inline-block;
      text-align: center;
      background: #ffbfa9;
      color: #fff;
      border-radius: 2px;
      font-size: 14px;
      position: absolute;
      top: 0;
      left: 0;
  }

  .contents_box p.list_number_text {
      font-size: 14px;
      line-height: 1.5;
      margin: 8px 0px 0px 0px;
      color: rgba(0, 0, 0, 0.70);
  }

  .feature_list li a {
      text-decoration: underline;
  }

  .submenu_subhead {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 15px;
    color: #433933;
    background: #ede6de;
}
}


/*卵子凍結のページ*/
.theme_pink {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.theme_pink #h_area{
  background-color: rgb(248 240 238);
}
.theme_pink #gnavi {
  background-color: rgb(255 208 208 / 50%);
}
.theme_pink .link_reservation a{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.theme_pink .page_title {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: 500;
    color: #462C00;
    line-height: 1.5;
    margin-bottom: 50px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.theme_pink #page_main.title_area {
  position: relative;
  z-index: 0;
    margin-bottom: -25px;
}

.theme_pink .breadcrumb {
    font-size: 11px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    left: 15px;
    opacity: 0.7;
}

.theme_pink .contents_box {
    width: 100%;
    margin: 0 auto -35px;
    box-sizing: border-box;
    padding: 50px;
    background: linear-gradient(168deg, rgba(255, 202, 195, 0.20) 15.03%, rgba(255, 191, 182, 0.20) 26.28%, rgba(255, 212, 206, 0.20) 36.49%, rgba(255, 223, 219, 0.20) 47.36%, rgba(255, 237, 234, 0.20) 56.65%, rgba(255, 246, 245, 0.20) 65.23%, rgba(211, 247, 250, 0.20) 77.07%, rgba(167, 249, 255, 0.20) 97.87%), linear-gradient(0deg, rgba(255, 242, 226, 0.20) 0%, rgba(255, 242, 226, 0.20) 100%), #FFF;
    position: relative;
    border: 2px solid #fff;
    border-radius: 30px 30px 0 0;
}

.theme_pink .contents_title{
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 0 40px;
    line-height: 1.6;
    color: #FF5656;
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.2px;
    display: block;
    width: 900px;
}

.theme_pink .contents_inner.continue {
    width: 900px;
    margin: 40px auto 50px;
}

.theme_pink .contents_sub_title {
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #FF5E5E;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 22px;
    text-indent: -22px;
    line-height: 1.4;
    margin: 40px 0 30px;
}

.theme_pink .contents_sub_title:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 22px;
    top: 3px;
    left: 0;
    position: relative;
    border-radius: 0;
    background: #FF5E5E;
    margin: auto 10px auto 0;
}

.theme_pink .contents_box p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.theme_pink .contents_sub_title.center::before{
    display: none;
}

.theme_pink .contents_inner.continue.small_area{
  width: 800px;
}

.list_title_pink {
    border-radius: 5px 5px 0 0;
    background: #FF9898;
    height: 64px;
    color: #fff;
    padding: 20px 30px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.7px;
    font-size: 17px;
}

.list_text_pink {
    background: rgba(255, 255, 255, 0.80);
    border-radius: 0 0 5px 5px;
    padding: 30px 30px 10px;
    margin-bottom: 70px;
    position: relative;
}

.listblock{
  position: relative;
}

.listblock:after {
    content: "";
    background: url("../img/freezing/sankaku.svg");
    position: absolute;
    width: 75px;
    height: 22px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.listblock:last-child:after {
    display: none;
}

.theme_pink .contents_sub_title.center {
    text-decoration: underline;
    margin: 40px auto 30px;
    padding-left: 0;
    text-indent: 0;
}

.cardblock {
    width: 360px;
    margin: 0 auto;
    background: #fd8686;
    background-blend-mode: multiply, normal, normal;
    backdrop-filter: blur(11.525423049926758px);
    border-radius: 5px;
}

.theme_pink .contents_box .card_top p {
    padding-top: 20px;
    display: block;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.theme_pink .contents_box .card_top p.price {
    font-size: 44px;
    line-height: 1;
    padding: 10px 0 20px;
    margin: 0;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

.theme_pink .contents_box .card_bottom p {
    color: #fff;
    font-size: 14px;
    padding: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.theme_pink .contents_box .contents_inner.continue{
  padding-bottom: 30px;
  border-bottom: 2px solid #FFE8E8;
}
.theme_pink .contents_box .contents_inner.continue:last-child{
  padding-bottom: 0;
  border-bottom: none;
}

.theme_pink .w500{
  width: 430px;
  margin: 0 auto;
  text-align: left;
}

.theme_pink .arrow_circle a:before {
    left: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    top: 5px;
}

.theme_pink .arrow_circle a:after {
    left: 6px;
    width: 10px;
    height: 6px;
    top: 5px;
    border-left: 4px solid #fff;
}

.theme_pink .fv_contents_inner .first_faq_dl dt {
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 15px 20px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
}


.theme_pink #footer{
  margin-top: 30px;
}

.u-fade.is-fadeup {
    opacity: 1;
    transform: translateY(0);
}

.u-fade {
    opacity: 0;
    transform: translateY(calc(50 * 100 / 1920 * 1vw));
    transition-property: transform, opacity;
      transition-duration: 1s, 0.5s;
      transition-timing-function: ease;
}

/*メニュー*/
.theme_pink #gmenu .no_submenu a, .theme_pink #gmenu .no_submenu_03 a, .theme_pink #gmenu .has_submenu, .theme_pink #gmenu .submenu li a{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.theme_pink #gmenu .no_submenu{
  background: #FFFDFB;
}


@media only screen and (max-width: 767px){
  .sp_title_box{
    background: url("../img/freezing/bg_sp.jpg");
    padding: 0 0 60px;
    margin-bottom: -50px;
    background-size: cover;
  }
  .theme_pink #pagetitle.working {
      background: none;
      background-size: 100% auto;
      background-position: center center;
      width: 100%;
      height: 0;
      padding-top: 34.5%;
      position: relative;
  }
  .theme_pink #pagetitle p.long {
      top: 50%;
      line-height: 1.3;
      font-size: 20px;
      transform: translateY(-50%);
      color: #462c00;
  }
  .theme_pink .content_menu {
      width: 85%;
      margin: -30px auto 55px;
      border: none;
      padding: 0;
      background: #FAF7F3;
  }
  .theme_pink .comtent_menu_item {
        padding: 12px 15px;
        font-weight: 400;
        border-bottom: 1px solid rgba(216, 208, 197, 0.31);
        background: #FFFDFB;
    }
  .theme_pink #h_area{
    background-color: rgb(248 240 238);
  }
  .theme_pink #gnavi {
    background-color: rgb(255 208 208 / 50%);
  }
  .theme_pink .link_reservation a{
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .theme_pink .page_title {
      text-align: center;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 24px;
      font-weight: 500;
      color: #462C00;
      line-height: 1.5;
      margin-bottom: 50px;
      position: absolute;
      top: 43%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
  }

  .theme_pink .contents_box {
      width: 100%;
      margin: 0 auto -35px;
      box-sizing: border-box;
      padding: 25px 25px 50px;
      background: linear-gradient(168deg, rgba(255, 202, 195, 0.20) 15.03%, rgba(255, 191, 182, 0.20) 26.28%, rgba(255, 212, 206, 0.20) 36.49%, rgba(255, 223, 219, 0.20) 47.36%, rgba(255, 237, 234, 0.20) 56.65%, rgba(255, 246, 245, 0.20) 65.23%, rgba(211, 247, 250, 0.20) 77.07%, rgba(167, 249, 255, 0.20) 97.87%), linear-gradient(0deg, rgba(255, 242, 226, 0.20) 0%, rgba(255, 242, 226, 0.20) 100%), #FFF;
      position: relative;
      border: 2px solid #fff;
      border-radius: 30px 30px 0 0;
  }

  .theme_pink .contents_title{
      border-bottom: 1px solid #fff;
      margin: 0 auto;
      position: relative;
      text-align: center;
      padding: 0 0 30px;
      line-height: 1.6;
      color: #FF5656;
      font-family: "Zen Kaku Gothic New";
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 1.2px;
      display: block;
      width: 100%;
      background: none;
      border-top: none;
  }

  .theme_pink .contents_title:after{
    display: none;
  }

  .theme_pink .contents_inner.continue {
      width: 100%;
      margin: 40px auto 50px;
  }

  .theme_pink .contents_sub_title {
      font-size: 20px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      text-align: left;
      color: #FF5E5E;
      position: relative;
      border-bottom: none;
      margin-bottom: 0;
      padding: 0 0 0 16px;
      background: none;
      text-indent: 0;
      line-height: 1.4;
      margin: 30px 0 25px;
  }

  .theme_pink .contents_sub_title:before {
      content: "";
        display: inline-block;
        width: 5px;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        border-radius: 0;
        background: #FF8B8A;
        margin: auto 10px auto 0;
        transform: translateY(0);
  }

  .theme_pink .contents_box p {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 20px;
  }

  .theme_pink .contents_inner.continue.small_area{
    width: 100%;
  }

  .list_title_pink {
      border-radius: 5px 5px 0 0;
      background: #FF9898;
      height: 64px;
      color: #fff;
      padding: 20px 30px;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 1.7px;
      font-size: 17px;
  }

  .list_text_pink {
      background: rgba(255, 255, 255, 0.80);
      border-radius: 0 0 5px 5px;
      padding: 1px 20px 5px;
      margin-bottom: 70px;
      position: relative;
  }

  .listblock{
    position: relative;
  }

  .theme_pink .contents_sub_title.center {
      text-decoration: underline;
      margin: 40px auto 30px;
      font-size: 17px;
  }

  .cardblock {
      width: 100%;
  }

  .theme_pink .contents_box .card_top p {
      padding-top: 20px;
      display: block;
      margin-bottom: 0;
      color: #fff;
      text-align: center;
  }

  .theme_pink .contents_box .card_top p.price {
      font-size: 44px;
      line-height: 1;
      padding: 10px 0 20px;
      margin: 0;
      font-weight: 500;
      border-bottom: 1px solid #fff;
  }

  .theme_pink .contents_box .card_bottom p {
      color: #fff;
      font-size: 14px;
      padding: 0 14px 14px;
      line-height: 1.3;
  }

  .theme_pink .w500{
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .theme_pink .arrow_circle a:before {
      top: 7px;
  }

  .theme_pink .arrow_circle a:after {
      top: 10px;
  }

  .theme_pink .fv_contents_inner .first_faq_dl dt {
      position: relative;
      background: #fff;
      border-radius: 2px;
      padding: 15px 30px 10px 15px;
      margin-bottom: 10px;
      overflow: hidden;
      font-size: 16px;
      cursor: pointer;
  }

    .theme_pink .fv_contents_inner {
        margin: 0;
    }


  .theme_pink #footer{
    margin-top: 30px;
  }

  .u-fade {
      opacity: 0;
      transform: translateY(calc(30 * 100 / 375 * 1vw));
      transition-property: transform, opacity;
      transition-duration: 2s, 1s;
      transition-timing-function: ease;
  }

  .theme_pink #navi {
    top: 70px;
    right: 5px;
  }
  .theme_pink #navi.fixed {
      position: fixed;
      top: 10px;
      z-index: 1;
      width: 50px;
  }
}

