/* *****************************************************************************
RESET
***************************************************************************** */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* *****************************************************************************
共通
***************************************************************************** */
body {
    /* font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    /* font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.88;
    background: #fffef2;
    color: #333;
}

.serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
}

a:link {
    color: #5f9dd2;
}

a:visited {
    color: #5f9dd2;
}

a:hover {
    text-decoration: underline;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

svg.clippings {
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.deco {
    position: absolute;
}

/* ------------------------------------- clearfix
  */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* *****************************************************************************
SLICK
***************************************************************************** */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    top: calc(23vw + 70px);
    right: 40px;
    list-style-type: none;
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0;
}

/* *****************************************************************************
コンテンツ
***************************************************************************** */
body>.wrapper {
    background: url(../images/bg.jpg) center top repeat-y;
    width: 1280px;
    margin: auto;
    box-shadow: 4px 4px 8px rgba(153, 132, 109, 0.2);
}

.sectionTitle {
    text-align: center;
    margin-bottom: 40px;
}

/* *****************************************************************************
ヘッダ
***************************************************************************** */
header {
    background: url(../images/bg_header.png) center top no-repeat;
    height: 163px;
    margin-bottom: -50px;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

header h1 {
    background: url(../images/title.png) center center no-repeat;
    width: 253px;
    height: 116px;
    font-size: 0;
    margin: auto;
}

/* *****************************************************************************
メインビジュアル
***************************************************************************** */
.section_mainvisual>.inner {
    position: relative;
}

.mainvisual {
    -webkit-clip-path: url(#clipping_mainvisual);
    clip-path: url(#clipping_mainvisual);
    width: 980px;
    margin: auto;
    margin-bottom: 30px;
}

.mainvisual_deco1 {
    top: 184px;
    right: 70px;
}

.mainvisual_deco2 {
    bottom: -83px;
    left: 87px;
}

/* *****************************************************************************
紹介
***************************************************************************** */
.section_introduction {
    padding-top: 100px;
    margin-bottom: -30px;
}

.intro_main {
    background-color: #fff;
    width: 980px;
    margin: auto;
    font-size: 1.125rem;
    text-align: center;
    position: relative;
}

.intro_main>.inner {
    padding: 60px 20px 30px 20px;
}


.intro_main p {
    margin-bottom: 2em;
}

.intro_deco {
    top: 25px;
    right: 23px;
}

.intro_signature {
    text-align: right;
    margin-right: 110px;
}

.intro_signature dt {
    font-size: 0.9375rem;
}

.intro_signature dd {
    font-size: 1.25rem;
}

.intro_sub {
    background-color: #fff;
    width: 980px;
    margin: 55px auto 0 auto;
    position: relative;
}

.intro_sub dl {
    display: flex;
    align-items: center;
    min-height: 130px;
}

.intro_sub dt {
    color: #f6ab00;
    flex-basis: 25%;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 1em;
    text-align: center;
    background: url(../images/intro_vr.png) right center no-repeat;
}

.intro_sub dd {
    flex-basis: 72%;
    padding: 0 1em;
}

/* *****************************************************************************
大切な思い
***************************************************************************** */
.section_philosophy {
    background: url(../images/bg_philosophy.jpg) center top no-repeat;
    height: 1258px;
    padding: 220px 0;
    margin-bottom: -120px;
}

.section_philosophy>.inner {
    position: relative;
}

.section_philosophy .sectionTitle {
    margin-left: 120px;
    margin-top: 120px;
    text-align: left;
}


.philosophy_visual {
    -webkit-clip-path: url(#clipping_philosophyvisual);
    clip-path: url(#clipping_philosophyvisual);
    position: absolute;
    right: 80px;
    top: -30px;
    width: 530px;
    height: 396px;
}

.philosophy_item {
    position: absolute;
    font-size: 1.4375rem;
    letter-spacing: -0.05em;
}

.philosophy_item h3 {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.philosophy1 {
    background: url(../images/philosophy_frame1.png) center center no-repeat;
    top: 170px;
    left: 95px;
    width: 566px;
    height: 266px;
}

.philosophy2 {
    background: url(../images/philosophy_frame2.png) center center no-repeat;
    top: 432px;
    right: 50px;
    width: 663px;
    height: 482px;
}

.philosophy3 {
    background: url(../images/philosophy_frame3.png) center center no-repeat;
    top: 644px;
    left: 78px;
    width: 609px;
    height: 408px;
}

.philosophy1>.inner {
    padding: 70px 1em 1em 50px;
}

.philosophy2>.inner {
    padding: 105px 1em 1em 80px;
}

.philosophy3>.inner {
    padding: 219px 0 1em 68px;
}



/* *****************************************************************************
概要
***************************************************************************** */
.section_overview {
    margin-bottom: -170px;
}

.overview_table {
    background-color: #fff;
    width: 630px;
    line-height: 1.4;
    margin: auto;
    padding: 35px;
    position: relative;
}

.overview_table table {
    background: url(../images/overview_vr.png) 175px top repeat-y;
}

.overview_table tr {
    background: url(../images/overview_hr.png) center bottom no-repeat
}

.overview_table tr:last-child {
    background: none;
}

.overview_table th {
    width: 175px;
    font-size: 1.125rem;
    color: #f6ab00;
    padding: 0.5em 0;
    vertical-align: middle;
}


.overview_table td {
    padding: 0.5em 0 0.5em 1em;
    font-size: 1.25rem;
}

.overview_table td .note {
    font-size: 0.9375rem;
    padding-left: 1em;
    text-indent: -1em;
}

.overview_table td dl {
    display: flex;
}

.overview_table td dt {
    width: 180px;
    background: url(../images/ellipsis.png) left 5px repeat-x;
}

.overview_table td dt span {
    display: inline-block;
    padding-right: 0.25em;
    background-color: #fff;
}

.overview_deco {
    bottom: -28px;
    right: -106px;
}


/* *****************************************************************************
一日の過ごし方
***************************************************************************** */
.section_spend {
    background: url(../images/bg_spend.jpg) center top no-repeat;
    height: 825px;
    padding: 250px 0 220px 0;
    margin-bottom: -160px;
}

.section_spend>.inner {
    padding-top: 65px;
}

.spend_items {
    width: 670px;
    margin-left: 320px;
}

.spend_item {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: -10px;
}

.spend_item>.inner {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 595px;
    height: 216px;
    background: url(../images/spend_frame.png) center center no-repeat;
}

.spend_item>.inner>div {
    padding-left: 3em;

}

.spend_item:nth-child(2n)>.inner>div {
    padding-left: 6em;

}

.spend_item:nth-child(2n)>.inner {
    margin-left: auto;
    margin-right: -60px;
}

.spend_item:nth-child(2n+1)>.inner {
    margin-left: auto;
    margin-right: 0;
}

.spend_item h3 {
    color: #45b035;
    font-size: 2rem;
}

.spend_item h3 small {
    font-size: 1.25rem;
}

.spend_picture,
.spend_deco {
    position: absolute;
}

.spend1 .spend_picture {
    top: 12px;
    left: -132px;
}

.spend1 .spend_deco {
    top: 38px;
    right: -58px;
}

.spend2 .spend_picture {
    top: 20px;
    left: 30px;
}

.spend2 .spend_deco {
    top: 100px;
    left: -136px;
}

.spend3 .spend_picture {
    top: 11px;
    left: -125px;
}

.spend3 .spend_deco {
    top: -104px;
    right: -94px;
}


/* *****************************************************************************
一日の過流れ
***************************************************************************** */
.section_flow {
    padding-bottom: 50px;
}

.flow_table {
    width: 805px;
    height: 661px;
    background: url(../images/flow_frame.jpg) no-repeat;
    margin: auto;
    font-weight: bold;
    line-height: 1.4;
    padding: 1px;
    letter-spacing: 0.1em;
    ;
}

.flow_table>.inner {
    margin: 40px 20px;
    background: url(../images/flow_picture.jpg) 90% top no-repeat;
    position: relative;
}

.flow_table table {
    background: url(../images/flow_vr.png) 175px 0 no-repeat;
}

.flow_table table th,
.flow_table table td {
    padding: 0.75rem 0;
}

.flow_table table th {
    font-size: 1.125rem;
    color: #f6ab00;
    width: 175px;
    vertical-align: middle;
}

.flow_table table td {
    font-size: 1.25rem;
    padding-left: 50px;
}

.flow_table table .note {
    font-size: 0.8125rem;
}

.flow_deco {
    bottom: -50px;
    left: 315px;
}



/* *****************************************************************************
アクセス
***************************************************************************** */
.section_access {
    padding-top: 100px;
    padding-bottom: 50px;
}

.access_body {
    display: flex;
    width: 780px;
    margin: auto;
    justify-content: space-between;
    align-items: flex-end;
}

.access_data {
    font-size: 1.25rem;
}

.access_picture {
    margin-bottom: 1em;
}

.data_name {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.25em;
}

.data_name small {
    font-size: 1.25rem;
    display: block;
}

.data_tel {
    display: flex;
    justify-content: space-between;
}

_::-webkit-full-page-media,
_:future,
:root .data_tel {
    letter-spacing: -0.05em;
}

.gmap {
    width: 370px;
    height: 370px;
}

/* *****************************************************************************
footer
***************************************************************************** */
footer {
    background: url(../images/bg_footer.jpg) center bottom no-repeat;
    height: 63px;
    padding-top: 60px;
}

footer>.inner {
    text-align: center;
    font-size: 0.75rem;
}