/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #1c6247;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* 共通 */
#content .green_head li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content .green_head li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #1c6247;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0.3em;
    top: 0.8em;
}
#content .b_marker {
    color: #1b75a8;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
}
#content .green_txt {
    color: #1c6247;
}
#content ul.kome_list li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content ul.kome_list li::before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* 中 */
#content section.target {
}
#content section.target .target_inner {
    margin-bottom: 15px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#content section.target .target_inner p {
    font-size: 1.6rem;
    text-align: center;
    width: 35%;
    margin: 0 5%;
}
#content section.target .target_inner p img {
    margin-bottom: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#content section.timetable {
    background: #f6f2ec;
    padding: 30px 20px 40px;
    max-width: none;
}
#content section.timetable > div {
    max-width: 1200px;
    margin: auto;
}
#content section.timetable .weekday {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.timetable .weekday div.calendar {
    background: #775b3e;
    padding: 8px;
    margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.timetable .weekday div.calendar table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
}
#content section.timetable .weekday div.calendar table thead {
    background: #eadfcf;
}
#content section.timetable .weekday div.calendar table thead th {
    color: #895b2a;
    font-weight: 500;
    padding: 0.3em;
}
#content section.timetable .weekday div.calendar table tbody tr:first-child {
    border-bottom: solid 1px #e0e0e0;
}
#content section.timetable .weekday div.calendar table tbody th {
	font-family: "Roboto", sans-serif;
    color: #895b2a;
    font-weight: 500;
    line-height: 1;
    padding: 0.5em;
}
#content section.timetable .weekday div.calendar table tbody th span {
    font-size: 0.5em;
    display: table;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
#content section.timetable .weekday div.calendar table tbody th span:before {
    content: '|';
    font-weight: bold;
    color: #895b2a;
}
#content section.timetable .weekday div.calendar table tbody td {
    color: #d4c2a9;
}
#content section.timetable .weekday div.calendar table tbody td:last-child {
    color: #895b2a;
}
#content section.timetable .weekday .weekday_note {
    display: table;
    margin: auto;
}
#content section.timetable .weekday .weekday_note .schedule_link {
    display: table;
    margin: 0 auto 10px;
}
#content section.timetable .weekday .weekday_note .schedule_link a {
    color: #fff;
    background: #bc956c;
    padding: 0.7em 1em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#content section.timetable .weekday .weekday_note .schedule_link a img {
    width: 14px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(22deg) brightness(105%) contrast(101%);
    margin-left: 5px;
}
#content section.timetable .sunday {
    text-align: center;
    background: #fff;
    padding: 20px 5px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.timetable .sunday .closed strong {
    font-size: 1.8rem;
    font-weight: 500;
}
#content section.timetable .sunday .interaction {
    display: table;
    margin: 0 auto 0.5em;
    padding: 0.3em 0.5em;
    color: #fff;
    background: #f67184;
}
#content section.timetable .sunday .tel {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1c6247;
    margin-top: 0.3em;
}
#content section.timetable .sunday .tel a {
    font-size: 1.5em;
    color: #1c6247;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#content section.photos {
    padding: 0;
    max-width: none;
}
#content section.photos > div {
    max-width: none;
    margin: auto;
}
#content section.photos p {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 10px;
}
#content section.photos p img {
    margin: 0 auto 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content section.photos .slick-prev,
#content section.photos .slick-next {
    width: 40px;
    height: 40px;
    background: #bc956c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    cursor: pointer;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content section.photos .slick-prev {
    position: absolute;
    top: -65px;
    right: 70px
}
#content section.photos .slick-prev:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url("../image/common/icon_arrow.svg") no-repeat center center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#content section.photos .slick-next {
    position: absolute;
    top: -65px;
    right: 20px
}
#content section.photos .slick-next:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url("../image/common/icon_arrow.svg") no-repeat center center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

#content section.approach {
    background: url("../image/info/approach_back.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 20px 40px;
    margin: 0;
    max-width: none;
    position: relative;
}
#content section.approach:after {
    content: 'APPROACH';
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    font-size: 7rem;
    position: absolute;
    left: 0px;
    bottom: -0.3em;
    opacity: 0.5;
}
#content section.approach > div {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: +1;
}
#content section.approach h2 {
    text-align: left;
    margin-bottom: 20px;
}
#content section.approach h2:after {
    margin-left: 0;
}
#content section.approach .approach_img {
    width: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 3;
}
#content section.approach > div .inner_contents {
    overflow: hidden;
}
#content section.approach > div .inner_contents:before {
    content: '';
    display: block;
    width: 140px;
    height: 84px;
    margin: 5px 0 0.5em 1em;
    float: right;
}

#content section.expertise {
    background: url("../image/info/expertise_back.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 20px 40px;
    margin: 0;
    max-width: none;
    overflow: hidden;
    position: relative;
}
#content section.expertise:after {
    content: 'EXPERTISE';
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    font-size: 7rem;
    position: absolute;
    right: 0px;
    bottom: -0.3em;
    opacity: 0.5;
}
#content section.expertise > div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: +1;
}
#content section.expertise h2 {
    text-align: left;
    display: table;
    margin: 0 0 20px auto;
}
#content section.expertise h2:after {
    margin-left: 0;
}
#content section.expertise .expertise_img {
    width: 140px;
    margin: 5px 3em 0.5em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
    float: left;
}
#content section.expertise ul li:before {
    display: none;
}
#content section.expertise ul li span {
    position: relative;
}
#content section.expertise ul li span:before {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #1c6247;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: -1.2em;
  top: 0.5em;
}

#content section.hotel {
    background: url("../image/info/hotel_back.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 20px 40px;
    margin: 0;
    max-width: none;
    overflow: hidden;
    position: relative;
}
#content section.hotel:after {
    content: 'HOSPITAL STAY / HOTEL';
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    font-size: 7rem;
    position: absolute;
    right: 0px;
    bottom: -0.3em;
    opacity: 0.5;
}
#content section.hotel > div {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: +1;
}
#content section.hotel h2 {
    text-align: left;
    margin-bottom: 20px;
}
#content section.hotel h2:after {
    margin-left: 0;
}
#content section.hotel .hotel_img {
    width: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
    overflow: hidden;
    position: absolute;
    right: 0px;
    z-index: 3;
}
#content section.hotel > div ul {
    overflow: hidden;
}
#content section.hotel > div ul:before {
    content: '';
    display: block;
    width: 140px;
    height: 84px;
    margin: 5px 0 0.5em 1em;
    float: right;
}

#content section.trimming {
    background: url("../image/info/trimming_back.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 20px 40px;
    margin: 0;
    max-width: none;
    overflow: hidden;
    position: relative;
}
#content section.trimming:after {
    content: 'TRIMMING';
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    font-size: 7rem;
    position: absolute;
    right: 0px;
    bottom: -0.3em;
    opacity: 0.5;
}
#content section.trimming > div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: +1;
}
#content section.trimming h2 {
    text-align: left;
    display: table;
    margin: 0 0 20px auto;
}
#content section.trimming h2:after {
    margin-left: 0;
}
#content section.trimming .trimming_img {
    width: 140px;
    margin: 5px 0 0.5em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
    float: left;
	box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 10px 10px 0px 0px rgba(219,205,188,0.3);
}
#content section.trimming .inner_contents {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 140px - 2.5em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 140px - 2.5em);/*Firefox4~15対応*/
	width: calc(100% - 140px - 2.5em);
    float: right;
}
#content section.trimming .inner_contents strong {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    background: #f67184;
    padding: 0.3em 0.5em;
}


@media (min-width: 768px) {
/* 中 */
#content section.target {
}
#content section.target .target_inner {
    margin-bottom: 20px;
}
#content section.target .target_inner p {
    font-size: 2rem;
    width: 300px;
    margin: 0 40px;
}
#content section.target .target_inner p img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content section.timetable {
    padding: 30px 40px 50px;
}
#content section.timetable > div {
    max-width: 1200px;
    margin: auto;
}
#content section.timetable .weekday {
    margin-bottom: 30px;
    padding: 30px 30px 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */    -webkit-flex-wrap:wrap;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content section.timetable .weekday h3 {
    width: 100%;
}
#content section.timetable .weekday div.calendar {
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.timetable .weekday div.calendar table {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.timetable .weekday div.calendar table tbody th {
    padding: 0.5em 0;
}
#content section.timetable .weekday div.calendar table tbody th span {
}
#content section.timetable .weekday div.calendar table tbody th span:before {
}
#content section.timetable .weekday .weekday_note {
    width: 47%;
    margin: 0 0 0 3%;
}
#content section.timetable .weekday .weekday_note .schedule_link {
    margin: 0 0 10px;
}
#content section.timetable .sunday {
    padding: 30px 30px 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.timetable .sunday .closed strong {
    font-size: 2rem;
}
#content section.timetable .sunday .interaction {
    padding: 0.3em 1em;
}
#content section.timetable .sunday .tel {
    font-size: 2rem;
}
#content section.timetable .sunday .tel a {
}

#content section.photos {
//    padding: 30px 0 50px;
    margin-bottom: 50px;
}
#content section.photos > div {
}
#content section.photos p {
    font-size: 1.8rem;
    margin: 0 20px;
}
#content section.photos p img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.photos .slick-prev,
#content section.photos .slick-next {
    width: 56px;
    height: 56px;
}
#content section.photos .slick-prev {
    top: -90px;
    right: 110px
}
#content section.photos .slick-prev:before {
    width: 17px;
    height: 17px;
}
#content section.photos .slick-next {
    position: absolute;
    top: -90px;
    right: 40px
}
#content section.photos .slick-next:before {
    width: 17px;
    height: 17px;
}

#content section.approach {
    padding: 40px 40px 50px;
    min-height: 270px;
}
#content section.approach:after {
    font-size: 12vw;
    left: 0px;
    bottom: -0.2em;
}
#content section.approach > div {
}
#content section.approach h2 {
    width: 100%;
    margin-bottom: 25px;
}
#content section.approach .approach_img {
    width: 300px;
    margin-top: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
    top: 0px;
}
#content section.approach > div .inner_contents {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 330px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 330px);/*Firefox4~15対応*/
	width: calc(100% - 330px);  
}
#content section.approach > div .inner_contents:before {
    content: none;
}

#content section.expertise {
    padding: 40px 40px 50px;
    min-height: 270px;
}
#content section.expertise:after {
    font-size: 12vw;
    right: 0px;
    bottom: -0.2em;
}
#content section.expertise > div {
    overflow: visible;
}
#content section.expertise h2 {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 330px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 330px);/*Firefox4~15対応*/
	width: calc(100% - 330px);  
    margin-bottom: 25px;
}
#content section.expertise .expertise_img {
    width: 300px;
    margin-top: 18px;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
    overflow: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
#content section.expertise ul {
    margin-left: auto;
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 330px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 330px);/*Firefox4~15対応*/
	width: calc(100% - 330px);  
}
#content section.expertise ul li:before {
    display: block;
}
#content section.expertise ul li span {
    position: relative;
}
#content section.expertise ul li span:before {
    display: none;
}

#content section.hotel {
    padding: 40px 40px 50px;
    min-height: 270px;
}
#content section.hotel:after {
    font-size: 12vw;
    right: 0px;
    bottom: -0.2em;
}
#content section.hotel > div {
}
#content section.hotel h2 {
    width: 100%;
    margin-bottom: 25px;
}
#content section.hotel .hotel_img {
    width: 300px;
    margin-top: 18px;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
    top: 0px;
}
#content section.hotel > div ul {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 330px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 330px);/*Firefox4~15対応*/
	width: calc(100% - 330px);  
}
#content section.hotel > div ul:before {
    content: none;
}

#content section.trimming {
    padding: 40px 40px 50px;
    min-height: 270px;
}
#content section.trimming:after {
    font-size: 12vw;
    right: 0px;
    bottom: -0.2em;
}
#content section.trimming > div {
    overflow: visible;
}
#content section.trimming h2 {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 330px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 330px);/*Firefox4~15対応*/
	width: calc(100% - 330px);  
    margin-bottom: 25px;
}
#content section.trimming .trimming_img {
    width: 300px;
    margin-top: 18px;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-webkit-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-moz-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-o-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
	-ms-box-shadow: 20px 20px 0px 0px rgba(219,205,188,0.3);
    overflow: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
#content section.trimming .inner_contents {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 330px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 330px);/*Firefox4~15対応*/
	width: calc(100% - 330px);  
}
#content section.trimming .inner_contents strong {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    background: #f67184;
    padding: 0.3em 0.5em;
}


}

@media (min-width:1280px) {
/* 中 */
#content section.target {
}
#content section.target .target_inner p {
    font-size: 2.2rem;
    margin: 0 50px;
}

#content section.timetable {
    padding: 60px 40px 70px;
}
#content section.timetable > div {
    max-width: 1200px;
    margin: auto;
}
#content section.timetable .weekday {
    margin-bottom: 40px;
    padding: 50px 90px 60px;
}
#content section.timetable .weekday h3 {
    margin-bottom: 1em;
}
#content section.timetable .weekday div.calendar {
    width: 580px;
}
#content section.timetable .weekday div.calendar table thead th {
    font-size: 1.8rem;
}
#content section.timetable .weekday div.calendar table tbody th {
    font-size: 1.8rem;
    padding: 0.5em 0;
}
#content section.timetable .weekday div.calendar table tbody th span {
    font-size: 1.5em;
    display: inline-block;
    margin: 0 5px;
    line-height: 5px;
    vertical-align: top;
}
#content section.timetable .weekday div.calendar table tbody th span:before {
    content: ' - ';
    line-height: 5px;
    vertical-align: top;
}
#content section.timetable .weekday div.calendar table tbody td {
   padding: 0 0.7em;
    height: 4em;
}
#content section.timetable .weekday .weekday_note {
    width: auto;
}
#content section.timetable .weekday .weekday_note .schedule_link a {
    padding: 0.5em 2em;
}
#content section.timetable .sunday {
    padding: 50px 30px 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.timetable .sunday .closed strong {
    font-size: 2.2rem;
}
#content section.timetable .sunday .tel {
    font-size: 2.2rem;
}

#content section.photos {
    margin-bottom: 70px;
}
#content section.photos p {
    font-size: 2rem;
    margin: 0 25px;
    width: 580px;
}
#content section.photos p img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.photos .slick-prev,
#content section.photos .slick-next {
    width: 70px;
    height: 70px;
}
#content section.photos .slick-prev {
    top: -110px;
    right: auto;
    left: 50%;
    margin-left: 433px;
}
#content section.photos .slick-prev:before {
    width: 22px;
    height: 22px;
}
#content section.photos .slick-next {
    top: -110px;
    right: auto;
    left: 50%;
    margin-left: 533px;
}
#content section.photos .slick-next:before {
    width: 22px;
    height: 22px;
}

#content section.approach {
    padding: 60px 40px 70px;
    min-height: 440px;
}
#content section.approach:after {
    font-size: 15rem;
    left: 0px;
    bottom: -0.2em;
}
#content section.approach h2 {
    margin-bottom: 30px;
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}
#content section.approach .approach_img {
    width: 500px;
}
#content section.approach > div .inner_contents {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}
#content section.approach > div .inner_contents:before {
    content: none;
}

#content section.expertise {
    padding: 60px 40px 70px;
    min-height: 440px;
}
#content section.expertise:after {
    font-size: 15rem;
}
#content section.expertise h2 {
    margin-bottom: 30px;
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}
#content section.expertise .expertise_img {
    width: 500px;
}
#content section.expertise ul {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}

#content section.hotel {
    padding: 60px 40px 70px;
    min-height: 440px;
}
#content section.hotel:after {
    font-size: 15rem;
    right: 0px;
    bottom: -0.2em;
}
#content section.hotel h2 {
    margin-bottom: 30px;
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}
#content section.hotel .hotel_img {
    width: 500px;
}
#content section.hotel > div ul {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}

#content section.trimming {
    padding: 60px 40px 70px;
    min-height: 440px;
}
#content section.trimming:after {
    font-size: 15rem;
    right: 0px;
    bottom: -0.2em;
}
#content section.trimming h2 {
    margin-bottom: 30px;
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}
#content section.trimming .trimming_img {
    width: 500px;
}
#content section.trimming .inner_contents {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 570px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 570px);/*Firefox4~15対応*/
	width: calc(100% - 570px);  
}




}
