@charset "utf-8";/*----------------------------
TOPページへ
----------------------------*/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 45px;
    width: 45px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    border: solid 1.5px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #01344f;
    }
}




@charset "UTF-8";

.text1105{
   position:relative;
   display:inline-block;
   padding:0px 30px 0px 30px;
   font-size: 20px;
   text-align:center;
}

@media(min-width:751px){
.test1 {
  display: none;
}

.test2 {
  display: block;
}
}

@media(max-width:750px){
.test1 {
  display: block;
}

.test2 {
  display: none;
}
}

.text_title {
 font-size: 1.5em;
  line-height: 45px;
 font-family: 'Shippori Mincho B1', serif;
  width: 90%;
  margin: 3% auto 4%;
  text-align:center;
}


#Area img.bnr {
  margin: 0 auto 10%;
  display: block;
  padding-top: 0%;
}
#Area img {
  height: auto;
  max-width: 80%;
  vertical-align: middle;
  border: 0;
}

#Area {
  margin: 0 auto 100px;
  display: block;
  font-family: 'Shippori Mincho B1', serif;
}

.bnr3{
  width: 67%;
}

.text01a {
  font-size: 1.0em;
  line-height: 30px;
 font-family: 'Shippori Mincho B1', serif;
  width: 90%;
  margin: 3% auto 10%;
  text-align:center;
}
.line1 {
margin-top: 6%;
}

img.imgbtn {
width:18%;
}
.main_text {
  text-align: center;
}



/*===追記箇所====*/

a.btn_02_716 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 330px;
    margin: 0% auto 9% auto;
    padding: 1.2rem 4rem;
    /*font-weight: bold;*/
    border: 1.5px solid #01344f;
    background: #01344f;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 18px;
}

a.btn_02_716:hover {
	color: #01344f;
	background: #fff;
}

boby {
    font-family: 'Shippori Mincho B1', serif;
    line-height: 1.6;
    color: #333333;
    font-weight: 500;
    font-size: 1.2rem;
    overscroll-behavior-y: none;
}


a.btn_03_716 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 330px;
    margin: 0% auto 4% auto;
    padding: 1.2rem 4rem;
    /*font-weight: bold;*/
    border: 1.5px solid #01344f;
    background: #01344f;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 18px;
}

a.btn_03_716:hover {
	color: #01344f;
	background: #fff;
}


.border_716 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 0 auto 5% auto;
}


 p.top {
	font-size: 16px;
}

.listall{
	width: 700px;
	margin: 0 auto;
	margin-bottom: 6%;
}


.list,.list2 {
  display: flex;
	font-size:20px;
	margin-bottom: 20px;
	
}

.list li,.list2 li {
width: 200px;
text-align: center;
 border-left: solid 8px #01344f;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none!important;
margin: 0 auto;
	
}

.list a,.list2 a {
	font-size:16px;
	color: #01344f;
}


/*================================
tablet
=================================*/
@media(max-width: 834px){
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }	


a.btn_02_716 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: -6% auto -7% auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1.5px solid #01344f;
    background: #01344f;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
}

a.btn_02_716:hover {
	color: #01344f;
	background: #fff;
}
	
	
a.btn_03_716 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: -2% auto 9% auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1.5px solid #01344f;
    background: #01344f;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
}

a.btn_03_716:hover {
	color: #01344f;
	background: #fff;
}	
	

.border_716 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 0 auto 8% auto;
}	
	
	
	
	 }	


/*===============================================
SMP
===============================================*/

@media (max-width: 751px) {

 #Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area img.bnr {
  margin: 0 auto 10%;
  display: block;
  padding-top: 0%;
}
    
.bnr3{
  width: 100%;
}

 .text01a {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    text-align:center;
 }

 img.imgbtn {
 width:45%;
 }
	
	a.btn_02_716 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 220px;
    margin: -5% auto 9% auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1.5px solid #01344f;
    background: #01344f;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 13px;
}

a.btn_02_716:hover {
	color: #01344f;
	background: #fff;
}	

	
	a.btn_03_716 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 220px;
    margin: 0% auto 9% auto;
    padding: 1rem 3rem;
    font-weight: bold;
    border: 1.5px solid #01344f;
    background: #01344f;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 13px;
}

a.btn_03_716:hover {
	color: #01344f;
	background: #fff;
}	
	
	
.text_title {
 font-size: 1.5em;
  line-height: 45px;
 font-family: 'Shippori Mincho B1', serif;
  width: 90%;
  margin: 3% auto 10%;
  text-align:center;
}	

	.mainContents {
				margin-bottom: 60px;
            }
	
	
.border_716 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: -11% auto 11% auto;
}
	
p.top {
	font-size: 14px;
}	
	
	
	
.listall{
	width: 330px;
	margin: 0 auto 25% auto;
}


.list,.list2 {
  display: flex;
	font-size:20px;
	margin-bottom: 20px;
	/*padding: -5%;*/
	
}

.list li,.list2 li {
width: 200px;
text-align: center;
 border-left: solid 8px #01344f;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.1em;
  list-style-type: none!important;
margin: 0 auto;
	margin-right: 10px;
	
}

.list a,.list2 a {
	font-size:16px;
	color: #01344f;
}	
	
	

}


        //クリスマスLP
        /*-----------------------------------------
GIFT 2020
-------------------------------------------*/
        .mainContents {
            width: 100%;
            max-width: 100%;
            padding-top: 48px;
            padding-bottom: 80px;
        }

        @media screen and (min-width: 751px) {
            .mainContents {
                padding-left: 28px;
                padding-right: 28px;
                padding-top: 77px;
                padding-bottom:0px;
				margin-bottom: 100px;
            }
        }

        .side-runner {
            position: fixed;
            top: 50%;
            text-align: center;
            font-size: 1.6rem;
            color: #211537;
            transform: translateY(-50%);
        }

        .side-runner-left {
            left: 25px;
        }

        .side-runner-right {
            right: 25px;
        }

        @media (max-width: 750px) {

            .mainContents {
                padding: 50px 0 5px;
            }

            .mainContents .item-list,
            .mainContents .item-list2 {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                align-items: flex-start;
                width: 95%;
                margin: 0 auto;
            }

            .mainContents .item-list li,
            .mainContents .item-list2 li {
                width: calc(50% - 10px);
            }

            .mainContents .item-list li:not(:last-child):not(:nth-last-of-type(2)),
            .mainContents .item-list2 li:not(:last-child):not(:nth-last-of-type(2)) {
                margin-bottom: 24px;
            }

            .mainContents .item-list .colspan2--sp,
            .mainContents .item-list2 .colspan2--sp {
                width: 100%;
            }
        }

        .mainContents .item-list a,
        .mainContents .item-list2 a {
            display: block;
        }

        @media screen and (min-width: 751px) {
            .mainContents .item-list {
                max-width: 1100px;
                display: grid;
                display: -ms-grid;
                -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
                grid-template-columns: repeat(3, 1fr);
                -ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
                grid-template-rows: repeat(1, 1fr);
                gap: 30px;
                margin-left: auto;
                margin-right: auto;
                align-items: flex-start;
            }
		

            .mainContents .item-list2 {
                max-width: 1100px;
                display: grid;
                display: -ms-grid;
                -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
                grid-template-columns: repeat(3, 1fr);
                -ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
                grid-template-rows: repeat(1, 1fr);
                gap: 30px;
                margin-left: auto;
                margin-right: auto;
                align-items: flex-start;
            }

            .mainContents .item-list>*:nth-child(1) {
                -ms-grid-row: 1;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(2) {
                -ms-grid-row: 1;
                -ms-grid-column: 3;
            }

            .mainContents .item-list>*:nth-child(3) {
                -ms-grid-row: 1;
                -ms-grid-column: 7;
            }

            .mainContents .item-list>*:nth-child(4) {
                -ms-grid-row: 1;
                -ms-grid-column: 9;
            }

            .mainContents .item-list>*:nth-child(5) {
                -ms-grid-row: 3;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(6) {
                -ms-grid-row: 3;
                -ms-grid-column: 3;
            }

            .mainContents .item-list>*:nth-child(7) {
                -ms-grid-row: 3;
                -ms-grid-column: 5;
            }

            .mainContents .item-list>*:nth-child(8) {
                -ms-grid-row: 3;
                -ms-grid-column: 7;
            }

            .mainContents .item-list>*:nth-child(9) {
                -ms-grid-row: 3;
                -ms-grid-column: 9;
            }

            .mainContents .item-list>*:nth-child(10) {
                -ms-grid-row: 5;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(11) {
                -ms-grid-row: 5;
                -ms-grid-column: 3;
            }

            .mainContents .item-list>*:nth-child(12) {
                -ms-grid-row: 5;
                -ms-grid-column: 5;
            }

            .mainContents .item-list>*:nth-child(13) {
                -ms-grid-row: 5;
                -ms-grid-column: 7;
            }

            .mainContents .item-list>*:nth-child(14) {
                -ms-grid-row: 5;
                -ms-grid-column: 9;
            }

            .mainContents .item-list>*:nth-child(15) {
                -ms-grid-row: 7;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(16) {
                -ms-grid-row: 7;
                -ms-grid-column: 3;
            }

            .mainContents .item-list>*:nth-child(17) {
                -ms-grid-row: 7;
                -ms-grid-column: 5;
            }

            .mainContents .item-list>*:nth-child(18) {
                -ms-grid-row: 7;
                -ms-grid-column: 9;
            }

            .mainContents .item-list>*:nth-child(19) {
                -ms-grid-row: 9;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(20) {
                -ms-grid-row: 9;
                -ms-grid-column: 3;
            }

            .mainContents .item-list>*:nth-child(21) {
                -ms-grid-row: 9;
                -ms-grid-column: 5;
            }

            .mainContents .item-list>*:nth-child(22) {
                -ms-grid-row: 9;
                -ms-grid-column: 7;
            }

            .mainContents .item-list>*:nth-child(23) {
                -ms-grid-row: 9;
                -ms-grid-column: 9;
            }

            .mainContents .item-list>*:nth-child(24) {
                -ms-grid-row: 11;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(25) {
                -ms-grid-row: 11;
                -ms-grid-column: 3;
            }

            .mainContents .item-list>*:nth-child(26) {
                -ms-grid-row: 11;
                -ms-grid-column: 5;
            }

            .mainContents .item-list>*:nth-child(27) {
                -ms-grid-row: 11;
                -ms-grid-column: 7;
            }

            .mainContents .item-list>*:nth-child(28) {
                -ms-grid-row: 11;
                -ms-grid-column: 9;
            }

            .mainContents .item-list>*:nth-child(29) {
                -ms-grid-row: 13;
                -ms-grid-column: 1;
            }

            .mainContents .item-list>*:nth-child(30) {
                -ms-grid-row: 13;
                -ms-grid-column: 3;
            }
        }

        @media screen and (min-width: 751px) and (max-width: 1440px) {
            .mainContents .item-list {
                gap: 2.08333vw;
            }
        }
@media screen and (min-width: 751px) {

            .mainContents .item-list .colspan2,
            .mainContents .item-list2 .colspan2 {
                -ms-grid-column-span: 3;
                grid-column: span 2;
            }
        
        }

        .mainContents .page__ttl {
            text-align: center;
        }

        @media (max-width: 750px) {
            .mainContents .page__ttl {
                margin-bottom: 33px;
            }

            .mainContents .page__ttl img {
                width: 250px;
            }
        }

        @media screen and (min-width: 751px) {
            .mainContents .page__ttl {
                margin-bottom: 45px;
            }
        }

        .mainContents .item__no {
            font-family: 'Shippori Mincho B1', serif;
            margin-top: .5em;
            line-height: 1;
            font-size: 1.5rem;
        }

        @media screen and (min-width: 751px) {
            .mainContents .item__no {
                font-size: 2rem;
            }
        }