@charset "utf-8";
/*!
 * pre CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

/*===================================
	font link
=====================================*/
body,
a {
	color: #040000;
    text-align: center;
}
body {
	font-size: 1.95rem;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/*===================================
	layout	
=====================================*/
body {
    min-width: 1200px;
}
.inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
    padding: 0 97px;
}
@media screen and (min-width: 1201px) {
    body {
        overflow-x: hidden;
    }
}

/*===================================
	header	
=====================================*/
.header h1 img {
    width: 100vw;
}

/*===================================
	footer	
=====================================*/
.footer {
    padding: 52px 0 95px;
    border-top: solid 1px #666633;
}
.footer h2 {
    width: 578px;
    margin: auto auto 59px;
}
.footer h2 img {
    width: 100%;
}
.copy {
	font-size: 1.4rem;
    font-weight: 600;
}

/*===================================
	article	
=====================================*/
article {
    margin-bottom: 90px;
    letter-spacing: -.40em;
    text-align: left;
}
article * {
    letter-spacing: 0.05em;
}
article > h2 {
    margin: .8em -2em 1.2em -1em;
    color: #6E563C;
    font-size: 4.0rem;
    line-height: 1.525;
    text-align: center;
}
.cont,.image__temple {
    display: inline-block;
    vertical-align: top;
}
.cont {
    width: 615px;
    margin-right: 90px;
}
.image__temple {
    width: calc( 100% - 615px - 90px );
}
.cont h3 {
    margin-bottom: .8em;
    font-size: 1.65rem;
    line-height: 1.75;
}
.cont h3:before {
    content: "●";
    display: inline;
    color: #A68B6C;
}
.cont figure,.cont p {
    display: inline-block;
    vertical-align: top;
}
.cont figure {
    width: 145px;
    margin-right: 12px;
}
.cont figcaption {
    color: #6E563C;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}
.cont p {
    width: calc( 100% - 145px - 12px - 7px );
    font-size: 1.9rem;
    line-height: 1.84;
}
.image__temple {
    overflow: hidden;
}
.image__temple img {
    float: left;
    width: 270px;
}
.image__temple figcaption {
    float: right;
    width: 21px;
    margin-top: 5px;
}

/*===================================
	ver2 	
=====================================*/
/* header
--------------------------- */
.ver2 .header h1 {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
.ver2 .header figure img {
    width: 100vw;
}

/* footer
--------------------------- */
.ver2 .footer {
    padding: 44px 0 48px;
    border-top: none;
    background: #f2efed;
}
.ver2 .footer div {
    margin-bottom: 43px;
    padding: 0 0 42px;
    border-bottom: solid 1px #ceccca;
}
.ver2 .footer div img {
    width: 523px;
}
.ver2 .footer h2 {
    width: 402px;
    margin-bottom: 30px;
}
a.pagetop {
    position: absolute;
    position: fixed;
    right: 30px;
    z-index: 9000;
    bottom: 360px;
    text-indent: -9999em;
    display: block;
    width: 57px;
    height: 57px;
    border-radius: 6px;
    background: #b28146 url("../images/base/arrow.svg") no-repeat 50% 50%;
    background-size: 25px auto;
    transition: .5s;
}

/* cont
--------------------------- */
.ver2 article > h2 {
    margin: 1.4em -2em 1.8em -1em;
}
.ver2 .cont {
    width: 670px;
    margin-right: 40px;
    letter-spacing: -.40em;
}
.ver2 .cont * {
    letter-spacing: normal;
}
.ver2 .image__temple {
    width: calc( 100% - 670px - 40px );
}
.ver2 .image__temple img {
    width: 270px;
}
.ver2 .cont h3 {
    color: #6E563C;
}
.ver2 .cont h3:before {
    display: none;
}
.ver2 .cont figure {
    width: 215px;
    margin-right: 10px;
}
.ver2 .cont figcaption {
    margin-top: .3em;
    font-size: 2.0rem;
}
.ver2 .cont p {
    width: calc( 100% - 215px - 10px );
    text-align: justify;
}
.ver2 .cont p {
    overflow: hidden;
}
.ver2 .cont p span {
    float: right;
}
.ver2 .image__temple {
    margin-bottom: 56px;
}
.ver2 .image__temple figcaption {
    float: right;
    width: 20px;
    margin-top: 5px;
}

/* sec
--------------------------- */
.sec {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif
}
.bg__outer:before {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    right: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* detail__sec
--------------------------- */
.detail__sec h2 {
    margin-bottom: 1.5em;
    color: #6e563c;
    font-size: 3.2rem;
    text-align: center;
}
.detail__sec {
    padding: 50px 0 0;
}
.detail__sec:before {
    background: #f8ecdf;
}
.detail__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px 46px;
    counter-reset: number 0;
}
.detail__list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc( ( 100% - 68px ) / 2 );
    min-height: 227px;
    margin: 0 17px 36px;
    padding: 30px 44px 34px;
    border-radius: 8px;
    background: #fff;
    font-size: 2.125rem;
    line-height: 1.52;
}
.detail__list > li:nth-of-type(1),.detail__list > li:nth-of-type(2) {
    width: 100%;
}
.detail__list > li:nth-of-type(5) {
    padding-right: 44px;
}
.detail__list > li:before {
	counter-increment: number 1;
	content: counter(number) " ";
	display: block;
    position: absolute;
    z-index: 10;
    top: -15px;
    left: -12px;
	width: 43px;
	height: 43px;
	line-height: 39px;
	border-radius: 50%;
	background-color: #a68b6c;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
}
.detail__list h3 {
    margin-bottom: .3em;
    color: #a68b6c;
    font-size: 3.5rem;
}
.detail__list > li:nth-of-type(1) p:nth-of-type(1) {
    width: 18.5em;
}
.detail__list > li:nth-of-type(2) p:nth-of-type(1) {
    width: 29em;
}
.detail__list > li:nth-of-type(3) p:nth-of-type(1) {
    width: 13em;
}
.detail__list > li:nth-of-type(4) p:nth-of-type(1) {
    width: 10em;
}
.detail__list > li:nth-of-type(6) p:nth-of-type(1) {
    width: 12em;
}
.detail__list figure {
    position: absolute;
}
.detail__list > li:nth-of-type(1) figure {
    top: 95px;
    right: 28px;
    width: 490px;
    font-size: 1.75rem;
    text-align: center;
}
.detail__list > li:nth-of-type(1) figure li {
    display: inline-block;
    vertical-align: top;
}
.detail__list > li:nth-of-type(1) figure li:nth-of-type(1) {
    width: 240px;
    margin-right: 10px;
}
.detail__list > li:nth-of-type(1) figure li:nth-of-type(2) {
    width: 230px;
}
.detail__list > li:nth-of-type(1) figure figcaption {
    margin-top: .4em;
}
.detail__list > li:nth-of-type(2) figure {
    top: 24px;
    right: 34px;
    width: 259px;
}
.detail__list > li:nth-of-type(3) figure {
    top: 33px;
    right: 46px;
    width: 87px;
}
.detail__list > li:nth-of-type(4) figure {
    top: 86px;
    right: 27px;
    width: 174px;
}
.detail__list > li:nth-of-type(6) figure {
    top: 91px;
    right: 44px;
    width: 99px;
}
.detail__list + p {
    width: 945px;
    padding-bottom: 120px;
}

/* application
--------------------------- */
.application {
    padding: 70px 0 80px;
    text-align: center;
}
.application.bg__outer:before {
    background: #fff;
}
.application:after {
    display: block;
    position: absolute;
    z-index: 10;
    top: -12px;
    right: 24px;
    width: 102px;
    height: 192px;
    background: url("../images/pre/detail/footer_illust.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.application h3,.application p {
    color: #ddb300;
}
.application h3 {
    font-size: 6.0rem;
}
.application p {
    margin: 1.5em 0 3em;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}
.application__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.application__list li {
    display: inline-block;
    vertical-align: top;
    width: calc( ( 100% - 32px ) / 2 );
    margin: 0 8px;
    padding: 27px 0;
    border-radius: 14px;
    border: solid 2px #eac839;
    font-size: 1.8rem;
    line-height: 1.6;
}
.application__list .name {
    font-size: 3.6rem;
}
.application__list .name span {
    display: block;
    font-size: 1.6rem;
}
.application__list strong,.application__list a {
    display: block;
    margin: 25px 0 23px;
    color: #b28146;
}
.application__list strong {
    font-size: 4.8rem;
    line-height: 1;
}
.application__list span {
    font-size: 2.0rem;
    line-height: 1;
}
.application__list a.btn {
    width: 14em;
    padding: 1em;
    margin: 30px auto 0;
    border-radius: 2em;
    background: #b28146;
    color: #fff;
    font-size: 2.24rem;
    font-weight: bold;
    transition: .5s;
    line-height: 1;
}
.application__list a.btn:hover {
    opacity: .7;
}

/* flow
--------------------------- */
.flow.bg__outer:before {
    background: #fff;
}
.flow {
    position: relative;
    padding: 45px 100px 127px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
    counter-reset: number 0;
}
.flow:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f8ecdf;
}
.flow > p {
    color: #a68b6c;
    font-size: 2.8rem;
    margin-bottom: 1.5em;
    font-weight: 500;
    text-align: center;
}
.flow__list > li {
    position: relative;
    border-radius: 18px;
    font-size: 1.8rem;
}
.flow__list > li:not(:nth-last-of-type(1)) {
    margin-bottom: 58px;
    padding: 18px 30px 25px 84px;
    background: #f8ecdf;
}
.flow__list > li:not(:nth-last-of-type(1)):before,.flow__list > li:not(:nth-last-of-type(1)):after {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.flow__list > li:not(:nth-last-of-type(1)):before {
    bottom: -6px;
    width: 48px;
    height: 10px;
    background: #a68b6c;
}
.flow__list > li:not(:nth-last-of-type(1)):after {
    bottom: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 24px 0 24px;
    border-color: #a68b6c transparent transparent transparent;
}
.flow__list h4 {
    color: #a68b6c;
    font-size: 2.4rem;
}
.flow__list  > li:not(:nth-last-of-type(1)) h4:before {
    display: block;
    position: absolute;
    counter-increment: number 1;
	content: counter(number) " ";
    position: absolute;
    top: 24px;
    left: 30px;
    font-size: 4.5rem;
    line-height: 1;
}
.flow__list p b {
    font-size: 2.2rem;
    font-weight: 500;
}
.flow__list p b span {
    font-size: 1.6rem;
}
.flow__list dl {
    margin-top: 2em;
}
.flow__list figure li {
    display: inline-block;
    vertical-align: bottom;
}
.flow__list figure li:nth-of-type(1) {
    width: 191px;
}
.flow__list figure li:nth-of-type(2) {
    width: 185px;
    margin: 0 55px 0 37px;
}
.flow__list figure li:nth-of-type(3) img {
    width: 154px;
}
.flow__list figcaption {
    margin-top: .5em;
    text-align: center;
    font-size: 1.6rem;
}
.flow__list > li:nth-last-of-type(1) {
    padding: 20px 25px 25px;
    border: solid 5px #f8ecdf;
}
.flow__list > li:nth-last-of-type(1) h4 {
    font-size: 3.6rem;
}
.flow__list > li:nth-last-of-type(1) p:not(:nth-last-of-type(1)) {
    margin-bottom: 2em;
}
.flow__list a.undeline {
    color: #006ab4;
    text-decoration: underline;
}
.flow__list a.undeline:hover {
    text-decoration: none;
}

/* aside__sec
--------------------------- */
.aside__sec {
    padding: 45px 0 53px;
    background: #b28146;
}
.aside__sec.bg__outer:before {
    background: #b28146;
}
.aside__sec h2 {
    margin-bottom: 1.5em;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
}
.aside__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}
.aside__list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc( ( 100% - 68px ) / 2 );
    margin: 0 17px 28px;
    padding: 30px 25px 32px;
    border-radius: 8px;
    background: #fff;
    font-size: 1.8rem;
    line-height: 1.52;
}
.aside__list li.wd {
    display: block;
    width: 100%;
}
.aside__list h3 {
    margin-bottom: .3em;
    color: #555656;
    font-size: 2.8rem;
    letter-spacing: normal;
}
.aside__list li:nth-of-type(1) p:nth-last-of-type(1) {
    margin-right: 155px;
}
.aside__list li:nth-of-type(2) p:nth-last-of-type(1) {
    margin-right: 190px;
}
.aside__list li:nth-of-type(3) p:nth-last-of-type(1) {
    margin-right: 205px;
}
.aside__list li:nth-of-type(4) p:nth-last-of-type(1) {
    margin-right: 170px;
}
.aside__list li:nth-of-type(5) p:nth-last-of-type(1) {
    margin-right: 190px;
}
.aside__list figure {
    position: absolute;
}
.aside__list li:nth-of-type(1) figure {
    bottom: 61px;
    right: 44px;
    width: 119px;
}
.aside__list li:nth-of-type(2) figure {
    bottom: 31px;
    right: 29px;
    width: 175px;
}
.aside__list li:nth-of-type(3) figure {
    bottom: 33px;
    right: 52px;
    width: 161px;
}
.aside__list li:nth-of-type(4) figure {
    bottom: 37px;
    right: 51px;
    width: 130px;
}
.aside__list li:nth-of-type(5) figure {
    bottom: 20px;
    right: 35px;
    width: 138px;
}

/* access__sec
--------------------------- */
.access__sec {
    padding: 70px 0 8px;
    font-size: 1.8rem;
    line-height: 1.88;
}
.access__sec h2 {
    margin-bottom: 1em;
    font-size: 2.6rem;
    line-height: 1.4;
}
.access__list li {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.access__list li:before {
    content: "● ";
    display: inline;
}
.access__list + p {
    margin-bottom: 2.5em;
}
.map {
    position: relative;
}
.map img:nth-of-type(2) {
    position: absolute;
    top: 2.9%;
    left: 23.87%;
    width: 15.45%;
}

/* btn
--------------------------- */
p.btn {
    margin-top: 4em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
p.btn a {
    display: inline-block;
    padding: .8em 1.5em;
    border-radius: 2em;
    background: #b28146;
    color: #fff;
    font-weight: 500;
}
p.btn a:hover {
    opacity: .7;
}

/************************************************************************************
smaller than 750px
*************************************************************************************/
@media screen and (max-width: 750px) {
	
	
	/*===================================
		font
	=====================================*/
	body {
		font-size: 2.5rem;
	}
	
	/*===================================
		layout	
	=====================================*/
    body {
        min-width: inherit;
    }
	.inner {
		width: 750px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
    /*===================================
        footer	
    =====================================*/
    .footer {
        padding: 52px 0 82px;

    }

    /*===================================
        article	
    =====================================*/
    article {
        margin-bottom: 395px;
    }
    article > h2 {
        margin: .8em -40px 2.5em;
    }
    .cont,.image__temple {
        display: block;
    }
    .cont {
        width: auto;
        margin: 0 0 126px;
    }
    .image__temple {
        width: auto;
    }
    .cont h3 {
        font-size: 2.4rem;
    }
    .cont figure {
        width: 203px;
        margin-right: 16px;
    }
    .cont figcaption {
        margin-top: .2em;
        font-size: 2.2rem;
    }
    .cont p {
        overflow: hidden;
        width: calc( 100% - 203px - 16px - 10px );
        font-size: 2.5rem;
        line-height: 1.44;
    }
    .cont p span {
        float: right;
    }
    .image__temple {
        width: 450px;
       margin: 0 0 0 126px;
    }
    .image__temple img {
        width: 406px;
    }
    .image__temple figcaption {
        width: 31px;
    }
    
    /*===================================
        ver2	
    =====================================*/
    .ver2 article {
        margin-bottom: 100px;
    }
    /* footer
    --------------------------- */
    .ver2 .footer h2 {
        width: 600px;
    }
    a.pagetop {
        right: 20px;
        width: 105px;
        height: 105px;
        background-size: 45px auto;
    }

    /* cont
    --------------------------- */
    .ver2 article > h2 {
        margin: 1.4em -40px 2.5em;
    }
    .ver2 .cont {
        width: auto;
        margin-right: 0;
    }
    .ver2 .cont figure {
        width: 260px;
        margin-right: 16px;
    }
    .ver2 .cont figcaption {
        font-size: 2.8rem;
    }
    .ver2 .cont p {
        width: calc( 100% - 260px - 16px - 10px );
    }
    .ver2 .image__temple {
        margin-bottom: 100px;
    }
    .ver2 .image__temple {
        width: 450px;
    }
    .ver2 .image__temple img {
        width: 406px;
    }
    .ver2 .image__temple figcaption {
        width: 31px;
    }
    
    /* detail__sec
    --------------------------- */
    .detail__sec h2 {
        font-size: 3.6rem;
    }
    .detail__sec {
        padding: 90px 0 0;
    }
    .detail__list {
        display: block;
        flex-wrap: inherit;
        margin: 0 0 46px;
    }
    .detail__list > li {
        display: block;
        width: 100%;
        margin: 0 0 50px;
        padding: 34px 30px;
        font-size: 2.6rem;
    }
    .detail__list h3 {
        font-size: 3.2rem;
    }
    .detail__list > li:nth-of-type(1) p:nth-of-type(1),
    .detail__list > li:nth-of-type(2) p:nth-of-type(1) {
        width: auto;
    }
    .detail__list > li:nth-of-type(3) p:nth-of-type(1) {
        width: 18em;
    }
    .detail__list > li:nth-of-type(4) p:nth-of-type(1) {
        width: 16em;
    }
    .detail__list > li:nth-of-type(6) p:nth-of-type(1) {
        width: 17em;
    }
    .detail__list > figure {
        position: absolute;
    }
    .detail__list > li:nth-of-type(1) figure,.detail__list > li:nth-of-type(2) figure {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 30px auto 0;
    }
    .detail__list > li:nth-of-type(1) figure {
         width: auto;
    }
    .detail__list > li:nth-of-type(1) figure li:nth-of-type(1) {
        width: 270px;
    }
    .detail__list > li:nth-of-type(1) figure li:nth-of-type(2) {
        width: 280px;
    }
    .detail__list > li:nth-of-type(1) figure {
        font-size: 2.4rem;
        text-align: center;
    }
    .detail__list > li:nth-of-type(2) figure {
        width: 350px;
    }
    .detail__list > li:nth-of-type(3) figure {
        top: 60px;
    }
    .detail__list > li:nth-of-type(4) figure {
        top: 40px;
    }
    .detail__list > li:nth-of-type(6) figure {
        top: 50px;
        width: 120px;
    }
	.detail__list + p {
        width: auto;
        padding-bottom: 100px;
    }
    
    /* application
    --------------------------- */
    .application {
        padding: 90px 0 100px;
    }
    .application:after {
        right: 0;
        width: 80px;
    }
     .application h3 {
        font-size: 5.0rem;
    }
    .application p {
        font-size: 2.8rem;
    }
    .application__list {
        display: block;
        flex-wrap: inherit;
        margin: 0;
    }
    .application__list li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        padding: 35px 20px;
        font-size: 3.0rem;
    }
    .application__list .name {
        font-size: 4.8rem;
    }
    .application__list .name span {
        display: block;
        font-size: 2.2rem;
    }
    .application__list strong {
        font-size: 6.0rem;
    }
    .application__list span {
        font-size: 3.1rem;
    }
    .application__list a.btn {
        width: 80%;
        font-size: 3.5rem;
    }
    
    /* flow
    --------------------------- */
    .flow {
        padding: 60px 0 140px;
        font-size: 2.4rem;
    }
    .flow:after {
        height: 4px;
    }
    .flow > p {
        font-size: 3.4rem;
    }
    .flow__list > li {
        font-size: 2.7rem;
    }
    .flow__list > li:not(:nth-last-of-type(1)) {
        margin-bottom: 70px;
        padding: 30px 30px 40px 84px;
    }
    .flow__list > li:not(:nth-last-of-type(1)):before {
        bottom: -16px;
        width: 68px;
        height: 20px;
        background: #a68b6c;
    }
    .flow__list > li:not(:nth-last-of-type(1)):after {
        bottom: -38px;
        border-width: 22px 34px 0 34px;
    }
    .flow__list h4 {
        margin-bottom: .3em;
        font-size: 3.0rem;
        line-height: 1.5;
    }
    .flow__list  > li:not(:nth-last-of-type(1)) h4:before {
        top: 32px;
        font-size: 5.0rem;
    }
    .flow__list p b {
        font-size: 3.2rem;
    }
    .flow__list p b span {
        font-size: 2.2rem;
    }
    .flow__list figure {
        margin: 2em 0 0 -54px;
        text-align: center;
        font-size: 2.2rem;
    }
    .flow__list figcaption {
        font-size: 2.2rem;
    }
    .flow__list figure li:nth-of-type(1) {
        width: 260px;
    }
    .flow__list figure li:nth-of-type(2) {
        width: 260px;
        margin: 0 0 0 37px;
    }
    .flow__list figure li:nth-of-type(3) {
        margin-top: 30px;
    }
    .flow__list figure li:nth-of-type(3) img {
        width: 200px;
    }

    .flow__list > li:nth-last-of-type(1) {
        padding: 30px 30px 40px;
        border-width: 10px;
    }
    .flow__list > li:nth-last-of-type(1) h4 {
        font-size: 4.0rem;
    }
    
    /* aside__sec
    --------------------------- */
    .aside__sec {
        padding: 90px 0 100px;
    }
    .aside__sec h2 {
        font-size: 3.4rem;
    }
    .aside__list {
        display: block;
        flex-wrap: inherit;
        margin: 0 ;
    }
    .aside__list li {
        display: block;
        width: 100%;
        margin: 0 0 50px;
        font-size: 2.2rem;
    }
    .aside__list h3 {
        font-size: 3.8rem;
    }
    .aside__list p {
        font-size: 2.7rem;
    }
    .aside__list li:nth-of-type(1) p {
        margin-right: 155px;
    }
    .aside__list li:nth-of-type(1) p:nth-of-type(1) {
        margin-right: 0;
    }
    .aside__list li:nth-of-type(2) figure {
        bottom: 75px;
    }
    .aside__list li:nth-of-type(3) figure,
    .aside__list li:nth-of-type(3) figure {
        bottom: 50px;
    } 
    .aside__list li:nth-of-type(5) figure {
        bottom: 50px;
        width: 150px;
    }
    
    /* access__sec
    --------------------------- */
    .access__sec {
        padding: 100px 0 0;
        font-size: 2.2rem;
    }
    .access__sec h2 {
        font-size: 2.8rem;

    }
	
}