@charset "utf-8";
/*PCSP共通設定*/
html {
    scroll-behavior: smooth;
}
/*smooth scroll*/
html * {
    box-sizing: border-box;
}
figure {
    margin: 0;
    padding: 0;
}
#mv {
    width: 100%;
    margin: 0;
    text-align: center;
}
#mv img {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.note li {
    position: relative;
	line-height: 1.6;
	margin-bottom: 10px;
    text-align: left;
    padding-left: 15px;
}
ul.n_note li {
 text-indent: -1em;
  padding-left: 1em;
}
ul.note li ul.n_note {
    margin-top: 10px;
    padding-left: 15px;
}
ul.note li ul.n_note li {
    padding-left: 0;
}
ul.note li ul.n_note li:before {
    display: none;
}

ul.note li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}


section:nth-child(even){
	background:#FFF;
}
section:nth-child(odd){
	background:#ebebeb;
}

.iconLinkList li:nth-of-type(1) .linkBtn a {
    background-image: url("../images/icon01.png");
    background-repeat:  no-repeat;
    background-position: 3% 50%;
    background-size: 47px;
}
.iconLinkList li:nth-of-type(2) .linkBtn a {
    background-image: url("../images/icon02.png");
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 47px;
}

/*759px以下 SP */
@media screen and (max-width: 759.9px) {
    #wrapper {
        line-height: 1.6;
    }
    .spnone {
        display: none;
    }
    .small_text {
        font-size: 15px;
    }
    /* CSS */
    #dirPathBlock,
    #anchorLinkBlock {
        font-size: 10px;
        margin: 1% 1% 0 1%;
    }
    #dirPathBlock p,
    #anchorLinkBlock a {
        font-size: 12px;
    }
    h1 {
        font-size: 12px;
        margin: 0 1%;
    }
    h3 {
        margin: 1rem 0;
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
    }
    .inner {
        width: 96%;
        margin: 0 auto;
        padding: 0 0 25px;
    }
    /*title*/
    #mv img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    dl.specialevent_price {
        margin: 0 auto 20px;
    }
    dl.specialevent_price dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    dl.specialevent_price dd {
        text-align: right;
        font-size: 25px;
        color: #cc0000;
        font-weight: bold;
    }
    .linkBtn a,
    .linkBtn em {
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
        transition: 0.2s;
    }
    .iconLinkList {
        margin-top: 15px;
    }
    .iconLinkList li {
        margin-bottom: 15px;
    }
    .iconLinkList li .linkBtn a {
        padding: 15px 0;
    }
    .plan_img {
        margin: 15px 0;
    }
    .plan_img img {
        width: 100%;
    }
    ul.note li {
        font-size: 15px;
    }
    .banner img {
        width: 100%;
    }
	
.main_box {
       margin: 2rem auto;
        width: 95%;
}
.title_container {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
 }
	
	.title_container img{
		width: 100%;
	}
.txt_center {
        font-size: 1rem;
        text-align: center;
        line-height: 2;
        padding:2rem;
}
.boxtxt {
        font-size: 1rem;
        text-align: right;
        padding: 1rem;
}
div.boxtxt p {
    text-align: center;
}
h2.title {
        line-height: 1.4;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: bold;
        color: #847575;
        letter-spacing: 0.25rem;
}
.title_container img {
    width: 100px;
}	

div.subtitle {
        margin: 0 auto;
        font-size: 1.25rem;
        display: block;
        background: #847575;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        line-height: 1.5;
}
.main_box a:hover {
    opacity: 0.8;
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    color: #847575;
    font-weight: bold;
}
.heading::before,
.heading::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #847575;
}
.heading::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}
.heading::after {
    margin-left: 30px;
    transform: rotate(35deg)
}
	
.content_container {
    padding: 1rem 0;
}	


.box {
        width: 90%;
        margin: 0 auto 3rem;
        text-align: center;
        border: solid 1px #847575;
	        background: #FFF;
	        padding: 2rem 0;
}
.linkBtn {
    width: 90%;
    margin: auto;
}	
    .box img {
        width: 90%;
        height: auto;
        margin-bottom: 2rem;
    }
.step_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
}
.step_box {
        text-align: center;
        margin: 0 auto 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.circle {
    width: 150px;
    height: 150px;
    background-color: #847575;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #847575;
    /*margin: 3rem 1rem 0;*/
}
div.step_box img {
    width: 250px;
    margin-bottom: 10px;
}
.steptxt {
    font-size: 1rem;
    line-height: 1.5;
}
.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.present_container {
        border: solid 2px #847575;
        padding: 45px 20px 25px;
        background: #FFF;
        position: relative;
        overflow: hidden;

}
.present_txtbox{
	    display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;	
}
	
.ribbon {
        position: absolute;
        top: 20px;
        left: -75px;
        width: 230px;
        height: 45px;
        background-color: #847575;
        color: white;
        text-align: center;
        line-height: 47px;
        transform: rotate(-45deg);
        font-weight: bold;
        font-size: 25px;
        z-index: 1;
}

p.txt_und {
    font-size: 28px;
    font-weight: bold;
    color: #847575;
    border-bottom: solid;
    display: inline;
    margin: 0 auto 3rem;
	text-align: center;
}
p.pre_txt {
        line-height: 2;
        font-size: 20px;
        margin: 30px 0;
        text-align: left;
}
	
.txt_r{
        text-align: right;
        font-size: 16px;
        line-height: 1.5;
}

.txt_overlay {
        position: absolute;
        font-size: 1rem;
        font-weight: bold;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #847575;
        color: #FFF;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
}
.bosyutitle {
    background-color: #847575;
    color: #FFF;
    font-weight: bold;
    padding: 0 8px;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    text-align: center;
}
	
.bosyu_box {
    background: #ebebeb;
}	
.bosyutxt {
    font-size: 1rem;
    line-height: 1.5;
   padding: 1rem 0.5rem;
}
.plan_img {
    text-align: center;
}
.left {
    text-align: left;
}
.linkBtn a,
.linkBtn em {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    color: #847575;
    flex-wrap: wrap;
    font-weight: bold;
    border: solid 1px #847575;
    transition: 0.2s;
}
.linkBtn em {
    background: #ccc;
}
.linkBtn span,
.linkBtn strong {
    display: block;
    width: 100%;
}
.linkBtn span {
    font-weight: bold;
}
.linkBtn a::after,
.linkBtn em::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 8px solid transparent;
    border-right: 0 solid transparent;
    border-left: 16px solid #847575;
    border-bottom: 8px solid transparent;
    box-sizing: border-box;
}
.linkBtn a:hover, .linkBtn em:hover {
    background: #847575b0;
    color: #FFF;
    opacity: 0.8;
}


.syouhinbox {
    padding: 1rem;
}
p.syouhin_title{
        font-size: 1.25rem;
        padding: 1rem;
}



p.syouhin_kome{
		text-align: right;
		color: #000;
		font-size: 0.8rem;
	font-weight: normal;
}
.notetxt{
		margin: 0.5rem 0;
}	
	
}


/*760px以上  PC*/
@media screen and (min-width: 760px), print {
    /* CSS */
    #wrapper {
        line-height: 1.6;
    }
    .pcnone {
        display: none;
    }
    .small_text {
        font-size: 16px;
    }
    #dirPathBlock,
    h1,
    .iframe_end-content_gadget,
    #anchorLinkBlock {
        width: 100%;
        max-width: 970px;
        min-width: 760px;
        margin: auto;
    }
    /*panlist&back*/
    #dirPathBlock,
    #anchorLinkBlock {
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 12px;
    }
    #dirPathBlock p,
    #anchorLinkBlock a {
        font-size: 12px;
    }
    h1 {
        font-size: 14px;
        width: auto;
        max-width: 970px;
        margin: 0 auto 5px;
    }
    h3 {
        margin: 1.5rem 0 0.5rem;
        font-size: 1.25rem;
        font-weight: bold;
    }
    .inner {
        width: 96%;
        max-width: 970px;
        margin: 0 auto;
        padding: 0 0 1rem;
        display: block;
    }
    /*title*/
    #mv {
        width: 100%;
        background: #FFF url(../images/mv_pc.png) no-repeat 50% 50%;
        background-size: cover;
        height: 500px;
        position: relative;
    }
    #mv img {
        width: 100%;
        height: auto;
    }
	.title_mv{
    max-width: 785px;
    margin: 0 auto;
    text-align: center;
	}
    dl.specialevent_price {
        display: flex;
        width: 80%;
        margin: 0 auto 30px;
        align-items: center;
    }
    dl.specialevent_price dt {
        width: calc(100% - 10em);
        font-size: 18px;
    }
    dl.specialevent_price dd {
        text-align: right;
        font-size: 25px;
        color: #cc0000;
        font-weight: bold;
    }
    .linkBtn a,
    .linkBtn em {
        width: 90%;
        font-size: 20px;
        margin: 0 auto;
    }
    .plan_img {
        margin: 15px 0 30px;
    }
    ul.note li {
        font-size: 16px;
    }
	
.main_box {
    margin: 4rem auto 4rem;
    font-size: 30px;
    padding: 2rem;
}
.title_container {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
 }

.txt_center {
    font-size: 1rem;
    text-align: center;
    line-height: 2;
}
.boxtxt {
        font-size: 1rem;
        text-align: right;
        margin: 1rem;
        height: 100px;
}

div.boxtxt p {
        text-align: center;
}
h2.title {
        position: relative;
        line-height: 1.4;
        padding: 0.25em 1em;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        color: #847575;
        margin: 0 auto 3rem;
}

.title_container img {
    width: 100px;
}	

div.subtitle {
    margin: 0 auto;
    font-size: 1.25rem;
    display: block;
    background: #847575;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.main_box a:hover {
    opacity: 0.8;
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    color: #847575;
    font-weight: bold;
}
.heading::before,
.heading::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #847575;
}
.heading::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}
.heading::after {
    margin-left: 30px;
    transform: rotate(35deg)
}
.content_container {
    display: flex;
    justify-content: space-around;
    
    margin-top: -20px;
}
.box {
        width: 45%;
        padding: 1rem 0;
        text-align: center;
        border: solid 1px #847575;
	        background: #FFF;
}
.box img {
    width: 310px;
    height: auto;
    padding-bottom: 20px;
}
.step_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}
.step_box {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle {
    width: 150px;
    height: 150px;
    background-color: #847575;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #847575;
    margin: 3rem 1rem 0;
}
div.step_box img {
    width: 250px;
    margin-bottom: 10px;
}
.steptxt {
    font-size: 1rem;
    line-height: 1.5;
}
.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.present_container {
        border: solid 2px #847575;
        padding: 45px 25px 25px;
        background: #FFF;
        position: relative;
        overflow: hidden;

}
.present_txtbox{
	    display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;	
}
	
.ribbon {
        position: absolute;
        top: 40px;
        left: -55px;
        width: 230px;
        height: 45px;
        background-color: #847575;
        color: white;
        text-align: center;
        line-height: 47px;
        transform: rotate(-45deg);
        font-weight: bold;
        font-size: 25px;
        z-index: 1;
}

p.txt_und {
    font-size: 28px;
    font-weight: bold;
    color: #847575;
    border-bottom: solid;
    display: inline;
    margin: 0 auto 3rem;
}
p.pre_txt {
        line-height: 2.5;
        letter-spacing: 0.2rem;	
        font-size: 20px;
        margin: 30px;
        text-align: center;
}
	
.txt_r{
        text-align: right;
        font-size: 16px;
        line-height: 1.5;
}
.bosyutitle {
    background-color: #847575;
    color: #FFF;
    font-weight: bold;
    padding: 5px 8px 0px;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    text-align: center;
}
	
.bosyutxt {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem;
}
.plan_img {
    text-align: center;
}
.left {
    text-align: left;
}
.linkBtn a,
.linkBtn em {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    color: #847575;
    flex-wrap: wrap;
    font-weight: bold;
    border: solid 1px #847575;
    transition: 0.2s;
}
.linkBtn em {
    background: #ccc;
}
.linkBtn span,
.linkBtn strong {
    display: block;
    width: 100%;
}
.linkBtn span {
    font-weight: bold;
}
.linkBtn a::after,
.linkBtn em::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 8px solid transparent;
    border-right: 0 solid transparent;
    border-left: 16px solid #847575;
    border-bottom: 8px solid transparent;
    box-sizing: border-box;
}
.linkBtn a:hover {
    background-color: #847575;
    color: #FFF;
    opacity: 0.8;
}
.linkBtn a:hover::after {
    border-left: 16px solid #fff;
}
.iconLinkList {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.iconLinkList li {
    width: 48%;
}
.iconLinkList li:nth-of-type(2) {
    width: 48%;
}
.iconLinkList li .linkBtn a{
    width: 100%;
    font-size: 16px;
    height: 5em;
}

.bosyu_box {
    background: #ebebeb;
}	
.syouhinbox {
    padding: 1rem;
}
p.syouhin_title{
        font-size: 1.25rem;
        padding: 1rem;
}	
	
p.syouhin_kome{
		text-align: right;
		color: #000;
		font-size: 1rem;
	font-weight: normal;
}
.notetxt{
		margin: 0.5rem 0;
}
}