@charset "utf-8";

/* 汎用 */
a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.st { font-weight: bold; }
.fl { float: left; }
.fr { float: right; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.white_txt { color: #fff; }
.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex_no_justify { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.f_min { font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f_times { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.f_arial { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.f_gothic { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif; }
.fit_img { display: flex; justify-content: center; align-items: center; /*IE用*/ flex-direction: column; }
.fit_img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }

/*IE10以下*/
.regacy_fit_img { display: relative; overflow: hidden; }
.regacy_fit_img img { position: absolute; left: -50%; right: -50%; top: -50%; bottom: -50%; margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto; }
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.container {
    max-width: 768px;
    margin: 0 auto;   
    }  
.inner {
	margin: 0 auto;
}
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width:768px) {
    
img {
    display: block;
    margin: 0 auto;
    }  
.inner {
	padding: 0 4vw;
	width: 100%;
	box-sizing: border-box;
}
.pc {display: none;}
.sp {display: block;}
}
/* TOP */

.sec_01,
.sec_01 .sec_01_copy,
.sec_01_menu,
.sec_02,
.contact_wrap,
.sec_03,
.sec_04,
.sec_07,
.sec_08 {
	margin: 0 auto;
}
.sec_01,
.sec_02,
.contact_wrap,
.sec_03,
.sec_04,
.sec_07,
.sec_08 {
	width: 100%;
}


/* タイトル拡大*/
.sec_tit {
    margin: -4vw;
}
.sec_tit img {
    width: 100%;
}
.sec_tit_pt {
    padding-top: 2vw;
}
.sec_02 .sec_tit_pt {
    background: #ffcfa7;
}



/*****ドロワー↓*****/



header .box {
    width: 100%;
}
#header .logo {
    width: 50vw;
    margin: 0 auto;
}
    .l-drawer {
        position: relative;
        display: block
    }
    .l-drawer__checkbox {
        display: none
    }
    .l-drawer__icon {
        cursor: pointer;
        display: block;
        width: 56px;
        height: 60px;
        position: fixed;
        left: 0
    }
    .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before {
        background-color: #000;
        display: block;
        width: 26px;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto
    }
    .l-drawer__icon-parts:after, .l-drawer__icon-parts:before {
        content: " "
    }
    .l-drawer__icon-parts:before {
        top: 16px
    }
    .l-drawer__icon-parts:after {
        top: -16px
    }



    .l-drawer__overlay {
        background: #000;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0
    }
    .l-drawer__menu {
        background: #fff;
        color: #000;
        max-width: 85%;
        width: 320px;
        height: 100vh;
        padding: 0 0 50px 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: -320px
    }
    .l-drawer__icon {
        z-index: 94
    }
    .l-drawer__menu {
        z-index: 95
    }
    .l-drawer__overlay {
        z-index: 92
    }
    .l-drawer__checkbox:checked~.l-drawer__icon .l-drawer__icon-parts {
        background: 0 0;
        left: 330px
    }
    .l-drawer__checkbox:checked~.l-drawer__icon .l-drawer__icon-parts:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }
    .l-drawer__checkbox:checked~.l-drawer__icon .l-drawer__icon-parts:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }
    .l-drawer__checkbox:checked~.l-drawer__overlay {
        opacity: .7;
        pointer-events: auto
    }
    .l-drawer__checkbox:checked~.l-drawer__menu {
        left: 0
    }
    .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__menu, .l-drawer__overlay {
        -webkit-transition: all .7s;
        transition: all .7s
    }





.menu_head {
    padding: 30px 20px 15px;
}
    nav ul.sns {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0;
        list-style: none;
        border-bottom: 2px solid #a8bbca
    }
    nav ul.sns:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0;
        font-size: 0;
        line-height: 0;
        clear: both
    }
    nav ul.sns li {
        position: relative;
        display: table;
        width: 25%;
        height: 70px;
        margin: 0 auto 0 auto;
        border-right: 1px solid #a8bbca;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }
    nav ul.sns li:last-child {
        border-right: 0 solid #a8bbca
    }
    nav ul.sns li img {
        display: table-cell;
        vertical-align: middle;
        width: 75%;
        margin: 15px auto 8px;
    }
    nav ul.nav_list {
        display: block;
        margin: auto;
        padding: 0;
        list-style: none
    }
    nav ul.nav_list li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 0 auto;
        border-bottom: 1px solid #a8bbca
    }
    nav ul.nav_list li:first-child {
        border-top: 1px solid #a8bbca
    }
    nav ul.nav_list li a {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        padding: 18px 0 18px 40px;
        margin: 0 auto;
        background: url(../images/common/menu_arrow.png) no-repeat 85% 50%;
        background-size: 12px;
        font-weight: bold;
        position: relative;
    }
    nav ul.nav_list li a:before {
        content: '';
        display: inline-block;
        width: 27px;
        height: 27px;
        background-size: contain;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    nav ul.nav_list li:first-child a:before {
        background-image: url(../images/common/menu_star_01.png);
    }
    nav ul.nav_list li:nth-child(2) a:before {
        background-image: url(../images/common/menu_star_02.png);
    }
    nav ul.nav_list li:nth-child(3) a:before {
        background-image: url(../images/common/menu_star_03.png);
    }
    nav ul.nav_list li:nth-child(4) a:before {
        background-image: url(../images/common/menu_star_04.png);
    }
    








.menu_foot {
        padding: 30px 40px 10px;
}

/*****ドロワー↑*****/


/*****head↓*****/
section#head {
 background: url(../images/bg_all.jpg) repeat-y;
    background-size: 100% auto;
}
section#head .head_ttl img {
 width: 80%;
}
section#head .head_btn {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}
section#head .head_btn li {
    width: 30vw;
}
section#head .head_btn li img {
    width: 100%;
}
/*****head↑*****/



/*****slick↓*****/

.slick-list {
    background: #fff;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: 15px;
  width: 8%;
  height: auto;
  z-index: 1;
}
.next-arrow{
  right: 15px;
  width: 8%;
  height: auto;
  z-index: 1;
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-dots{
  text-align: center;
}
 .slide-dots li{
    display: inline-block;
    margin: 0 15px;
}
.slide-dots li button{
      position: relative;
      text-indent: -9999px;
}
.slide-dots li button:before{
        content: '●';
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .25;
    color: #297fca;
      }
    
.slide-dots li.slick-active button:before{
        content: '●';
        opacity: 1;
    color: #297fca;
      }

/*****slick↑*****/


.sec_01 {
	padding: 10.666vw 0 44px;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_01 .sec_01_campaign .sec_01_campaign_btn {
	padding: 0 4vw 0;
	border: none;
	background-size: 100% auto;
}
.sec_01 .sec_01_campaign .sec_01_campaign_btn img {
    max-width: 400px;
    margin: 0 auto;
}
.sec_01 .sec_01_campaign .sec_01_campaign_btn img{
	width: 75%
}

.sec_01.campaign202101{
	padding: 4vw 0;
	background:url("../images/sec_01_bg.png") repeat-y;
	background-size: 100% auto;
}
.sec_01.campaign202101 .sec_01_tit{
    margin: -4vw;
}
.sec_01.campaign202101 .sec_01_campaign{
    background: #fff;
    border: 3px solid #000;
    padding: 20px 2vw;
}
.sec_01 .sec_01_campaign hr {
    content: url(../images/sec_01_hr_nami.png);
    border: none;
    width: 90%;
    padding-bottom: 6vw;
}


.sec_01 .sec_01_campaign_img02{
    margin: 0 -4vw;
}
.sec_01 .sec_01_campaign_btn_area.sec_01_btn02 {
    background: url("../images/sec_01_btn_bg.png") repeat;
    padding: 4vw;
}


.sec_02 {
	padding: 137px 0 50px;
	background: url("../images/bg_all.png") repeat;
}
.sec_02 .sec_02_box {
	padding: 77px 0 0;
	border: 3px solid #E98161;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.sec_tit {
    margin: -4vw;
}
.sec_02 .sec_02_text_box {
	padding: 40px 30px;
	font-size: 18px;
	line-height: 40px;
}
.sec_02 .sec_02_text_box:first-of-type {
	background: url("../images/sec_02_ill01.png") no-repeat 555px 118px;
}
.sec_02 .sec_02_caption {
	margin-bottom: 20px;
}
.sec_02 .sec_02_text {
	width: 495px;
}
.sec_02 .sec_02_btn_list {
	margin-bottom: 30px;
	padding: 20px 0 20px 20px;
	border: 3px solid #EEE5B6;
	background: #FBF5D5;
}
.sec_02 .sec_02_btn_list:last-of-type {
	margin-bottom: 0;
}
.sec_02 .sec_02_btn_list li {
	margin-right: 19px;
	width: 280px;
}
.sec_02 .sec_02_btn_list li a {
	display: block;
}
.sec_02 .sec_02_bnr {
	float: right;
	margin-left: 25px;
}
@media screen and (max-width:768px) {
.sec_02 {
	padding: 8.4vw 0 50px;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_02 .sec_02_box {
	padding: 0;
	width: 100%;
	border: 0;
	border-radius: 0;
	background-color: rgba(0,0,0,0);
	position: relative;
}
.sec_02 .sec_02_box h3 img {
    width: 100%;
}
.sec_02 .sec_02_text_box {
	padding: 3.6vw 5.333vw;
	font-size: 4vw;
	line-height: 6.133vw;
	border: 0.633vw solid #DF7D5F;
	border-bottom: none;
	border-top: none;
	background: #fff;
}
.sec_02 .sec_02_text_box:last-of-type {
	padding: 3.6vw 5.333vw 4.8vw;
	border-bottom: 0.633vw solid #DF7D5F;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.sec_02 .sec_02_text_box:first-of-type {
	padding: 3.6vw 5.333vw 28.933vw;
	background: url("../images/sec_02_ill01.png") no-repeat center 90%;
	background-size: 60% auto;
	background-color: #fff;
}
.sec_02 .sec_02_caption {
	margin-bottom: 4vw;
}
.sec_02 .sec_02_text {
	width: 100%;
}
.sec_02 .sec_02_btn_list {
	margin-bottom: 8.266vw;
	padding: 3.6vw 2.266vw 0;
	border: 0.633vw solid #EEE5B6;
}
.sec_02 .sec_02_btn_list:last-of-type {
	margin-bottom: 8.266vw;
}
.sec_02 .sec_02_btn_list li {
	margin-bottom: 3.6vw;
	margin-right: 2.666vw;
	width: 35vw;
}
.sec_02 .sec_02_btn_list li:nth-of-type(2) {
	margin-right: 0;
}
.sec_02 .sec_02_bnr {
	float: none;
	margin: 4vw auto 0;
	width: 40vw;
}
}
.sec_03 {
	padding: 39px 0 44px;
	background: url("../images/bg_all.png") repeat;
}
.sec_03 .sec_03_box {
	padding: 40px 36px 0;
	border: 3px solid #E98161;
	border-bottom: none;
	border-top: none;
	background: #fff;
}
.sec_03 .sec_03_box_in {
	margin-bottom: 30px;
	padding: 0 0 30px;
	border-bottom: 2px solid #E3E3E3;
}
.sec_03 .sec_03_img {
	width: 379px;
	position: relative;
}
.sec_03 .sec_03_img span {
	width: 87px;
	position: absolute;
	right: -20px;
	top: 11px;
}
.sec_03 .sec_03_text {
	width: 506px;
	font-size: 18px;
	line-height: 40px;
}
.sec_03 .sec_03_store {
	padding: 28px 35px;
	height: 381px;
	background: url("../images/sec_03_store_bg.png") no-repeat;
	box-sizing: border-box;
}
.sec_03 .sec_03_store_in {
	padding: 0 0 26px;
	align-items: center;
}
.sec_03 .sec_03_store_text {
	width: 525px;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
}
.sec_03 .sec_03_store_text p {
	margin: 0 0 0 26px;
	text-indent: -26px;
}
.sec_03 .sec_03_text_dll {
	margin: 0 auto 20px;
	width: 478px;
}
.sec_03 .sec_03_store_menu {
	margin: 0 auto;
	width: 692px;
}
.sec_03 .sec_03_store_menu li {
}
.sec_03 .sec_03_footer {
	height: 404px;
}
@media screen and (max-width:768px) {
.sec_03 {
	padding: 10.666vw 0 44px;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_03 .sec_03_box {
	padding: 4.533vw 3.6vw 0;
	border: 0.633vw solid #E98161;
	border-bottom: none;
}
.sec_03 .sec_03_box_in {
	margin-bottom: 6.666vw;
	padding: 0 0 5.333vw;
}
.sec_03 .sec_03_box_in p,
.sec_03 .sec_03_box_in p img {
	width: 100%;
}
.sec_03 .sec_03_box:last-of-type .sec_03_box_in {
	margin-bottom: 0;
	padding: 0 0 5.333vw;
	border: none;
}
.sec_03 .sec_03_img {
	width: 100%;
}
.sec_03 .sec_03_img span {
	width: 11.6vw;
	right: 2.666vw;
	top: 2.666vw;
}
.sec_03 .sec_03_text {
	padding: 5.333vw 0 0;
	width: 100%;
	font-size: 4vw;
	line-height: 6.133vw;
}
.sec_03 .sec_03_copy {
	margin-bottom: 2.666vw;
}
.sec_03 p.sec_03_copy {
	width: 70%;
}
.sec_03 p.sec_03_copy img {
	margin: 0;
}
.sec_03 .sec_03_store {
	padding: 6vw 4vw;
	height: 89.333vw;
	background: url("../images/sp/sec_03_store_bg.png") no-repeat;
	background-size: 100% auto;
}
.sec_03 .sec_03_store_in {
	padding: 0 0 4vw;
	align-items: center;
}
.sec_03 .sec_03_kuruma_bnr {
	margin: 0 auto 4vw;
	width: 40vw;
}
.sec_03 .sec_03_store_text {
	width: 100%;
	font-size: 4.533vw;
	line-height: 7.2vw;
}
.sec_03 .sec_03_store_text p {
	margin: 0 0 0 6vw;
	text-indent: -6vw;
}
.sec_03 .sec_03_text_dll {
	margin: 0 auto 2.666vw;
	width: 63.6vw;
}
.sec_03 .sec_03_store_menu {
	width: 76vw;
}
.sec_03 .sec_03_store_menu li {
	width: 37.066vw;
}
.sec_03 .sec_03_footer {
	height: auto;
}
.sec_03 .sec_03_footer img {
	margin: 0;
    width: 100%;
}
}
.sec_04 {
	padding: 119px 0 50px;
	background: url("../images/bg_all.png") repeat;
}
.sec_04 .sec_04_box {
	padding: 60px 37px 43px;
	border: 3px solid #91B531;
	border-radius: 10px;
	background: #fff;
}
.sec_04 .sec_04_head {
	padding: 0 0 20px;
}
.sec_04 .sec_04_head_ill {
	width: 281px;
}
.sec_04 .sec_04_head_copy_box {
	width: 612px;
	font-size: 18px;
	line-height: 40px;
}
.sec_04 .sec_04_head_copy {
	margin-bottom: 15px;
}
.sec_04 .sec_04_btn_list {
	margin-bottom: 12px;
	padding: 20px 13px 3px;
	border: 3px solid #EEE5B6;
	background: #FBF5D5;
}
.sec_04 .sec_04_btn_list li {
	margin-bottom: 20px;
	width: 280px;
}
.sec_04 .sec_04_notes {
	display: block;
	margin-bottom: 30px;
	text-align: right;
}
.sec_04 .sec_04_text_img {
	margin-bottom: 39px;
	position: relative;
}
.sec_04 .sec_04_text_img span {
	width: 122px;
	position: absolute;
	right: -63px;
	top: 108px;
}
.sec_04 .sec_04_box dl {
	margin-bottom: 30px;
	padding: 0 0 30px;
	border-bottom: 2px solid #E3E3E3;
}
.sec_04 .sec_04_box dl:last-of-type {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}
.sec_04 .sec_04_box dl dt {
	width: 200px;
}
.sec_04 .sec_04_box dl dd {
	width: 675px;
	font-size: 18px;
	line-height: 40px;
	position: relative;
}
.sec_04 .sec_04_box dl dd span.sec_04_plan_copy {
	display: block;
	margin-bottom: 15px;
	line-height: 1;
}
.sec_04 .sec_04_box dl dd span.sec_04_plan_ill {
	position: absolute;
}
.sec_04 .sec_04_box dl:nth-of-type(2) dd span.sec_04_plan_ill {
	width: 211px;
	right: 0;
	top: -5px;
}
.sec_04 .sec_04_box dl:nth-of-type(3) dd span.sec_04_plan_ill {
	width: 157px;
	right: 20px;
	top: 6px;
}
.sec_04 .sec_04_box dl dd span.text_small {
	display: block;
	font-size: 14px;
}
@media screen and (max-width:768px) {
.sec_04 {
	padding: 10.133vw 0 5.866vw;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_04 .sec_04_box {
	padding: 5vw 4vw 4vw;
	border: none;
	border-radius: 0 0 8px 8px;
	border-bottom: 0.633vw solid #91B531;
	background: url("../images/sec_04_box_bg.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_04 .sec_04_head {
	padding: 0 0 2.666vw;
}
.sec_04 .sec_04_head_ill {
	margin: 0 auto;
	padding: 2.666vw 0 2.666vw;
	width: 52vw;
}
.sec_04 .sec_04_head_copy_box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 4vw;
	line-height: 6.133vw;
}
.sec_04 .sec_04_head_copy_box img {
	margin: 0 auto;
	display: block;
	width: 66.4vw;
}
.sec_04 .sec_04_head_copy {
	margin-bottom: 2vw;
}
.sec_04 .sec_04_btn_list {
	margin: 0 auto 2vw;
	padding: 3.6vw 3.6vw 2vw;
	width: 100%;
	border: 0.633vw solid #EEE5B6;
	background: #FBF5D5;
	box-sizing: border-box;
}
.sec_04 .sec_04_btn_list li {
	margin-bottom: 4vw;
	width: 100%;
}
.sec_04 .sec_04_notes {
	margin-bottom: 4.8vw;
	font-size: 3.466vw;
}
.sec_04 .sec_04_text_img {
	margin-bottom: 3.066vw;
}
.sec_04 .sec_04_text_img span {
	display: none;
}
.sec_04 .sec_04_box dl {
	margin-bottom: 5.333vw;
	padding: 0 0 4vw;
}
.sec_04 .sec_04_box dl dt {
	margin-bottom: 3.333vw;
	width: 100%;
}
.sec_04 .sec_04_box dl dd {
	width: 100%;
	font-size: 4vw;
	line-height: 6.133vw;
}
.sec_04 .sec_04_box dl:nth-of-type(2) dd {
	padding-bottom: 31.066vw;
	background: url("../images/sec_04_ill01.png") no-repeat center bottom;
	background-size: 40vw auto;
}
.sec_04 .sec_04_box dl:nth-of-type(3) dd {
	padding-bottom: 28vw;
	background: url("../images/sec_04_ill02.png") no-repeat center bottom;
	background-size: 29.066vw auto;
}
.sec_04 .sec_04_box dl dd span.sec_04_plan_copy {
	margin-bottom: 2vw;
}
.sec_04 .sec_04_box dl dd span.sec_04_plan_ill {
	display: none;
}
.sec_04 .sec_04_box dl dd span.text_small {
	font-size: 2.133vw;
}
}



.sec_05 {
	padding: 10.133vw 0 5.866vw;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_05 .sec_05_box {
	padding: 7vw 4vw 0;
	border: none;
	border-radius: 0 0 8px 8px;
	border-bottom: 0.633vw solid #33b0e6;
	background: url("../images/sec_05_box_bg.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_05_head_copy_box {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 3vw;
        width: 80%;
    margin: 0 auto;
}
.sec_05_head_copy {
    font-size: 6vw;
    line-height: 1.2;
}
.sec_05_box_in {
    margin-bottom: 5vw;
}
.sec_05_box_tit {
    padding: 3vw 0;
}
.sec_05_box_ill {
    margin-bottom: 3vw;
    width: 85%;
    margin: 0 auto;
}

.sec_05_box_txt {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 4vw;
    letter-spacing: -1px;
}
.sec_05_box_txt ul {
    margin-top: 3vw;
}
.sec_05_box_txt ul li span.blue {
    color: #33b0e6; 
    font-weight: bold;
    font-size: 6vw;
}
.sec_05_box_txt ul li span.red {
    color: #bc0001;  
    font-weight: bold;
    font-size: 6vw;
}
.sec_05_box_link {
    text-align: center;
    color: #726b59;
    font-size: 3vw;
}
.sec_05_box_link a:after {  
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/sec_05_box_link_arrow.png);
    background-size: contain;
    vertical-align: middle;
}
.sec_05_box_txt li.new span.blue:after {  
    content: '';
    display: inline-block;
    width: 30px;
    height: 16px;
    background-image: url(../images/new.png);
    background-size: contain;
    vertical-align: middle;
}
.sec_05_box_txt .sec_05_notes {
    text-align: left;
    font-size: 3vw;
}


.sec_06 {
    padding: 10.133vw 0 5.866vw;
    background: url(../images/bg_all.jpg) repeat-y;
    background-size: 100% auto;
}
.sec_06_tit {
    text-align: center;
}
.sec_06_tit img {
    width: 70%;
}
.sec_06_box_in {
    background: #fff;
    border: 2px #000 solid;
    padding: 8vw 6vw;
    position: relative;
    text-align: center;
}
.sec_06_box_in:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/sec_06_box_bg.png);
    background-size: contain;
    vertical-align: middle;
    top: 0;
    left: 0;  
}
.sec_06_box_head {
    width: 90%;
    margin: 0 auto;
}
.sec_06_head_copy_box {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 15px;
}
.sec_06_box_tit {
    color: #596a6d;
    font-weight: bold;
}
.sec_06_box_tit02 {
    font-size: 8vw;
    margin-top: 2vw;
}
.sec_06_box_tit03 {
    font-size: 3.3vw;
}
.sec_06_box_tit01 img {
    width: 90%;
}
.sec_06_box_txt {
    margin-bottom: 5vw;
    font-size: 3.5vw;
}
.sec_06_box_txt .fontL {
    font-size: 5vw;
}
.sec_06_box_specified ul {
    font-size: 4.5vw;
}
.sec_06_box_specified {
    margin-bottom: 5vw;
}
.sec_06_box_specified img {
    width: 40%;
}
.sec_06_box_specified ul li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/sec_06_check.png);
    background-size: contain;
    vertical-align: middle;
}

/***************sec_07_flow****************/
.sec_07 .sec_07_campaign .sec_07_tit img {
    width: 100%;
}

.sec_07 .sec_07_campaign .sec_07_flow_box {
	padding: 50px 36px 12px;
	border: 3px solid #D45D52;
	border-top: none;
	background: #fff;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl {
	margin-bottom: 30px;
	padding: 0 0 79px;
	background: url("../images/sec_07_border_bg.png") repeat-x center bottom, url("../images/sec_07_bg_arrow.png") no-repeat center 90%;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl:last-of-type {
	margin-bottom: 0;
	padding: 0;
	background: none;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dt {
	width: 300px;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd {
	width: 566px;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_tit_box {
	margin-bottom: 10px;
	align-items: center;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_tit_icon {
	width: 64px;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_tit_text {
	padding: 0 0 0 18px;
	width: auto;
	color: #d95437;
	font-size: 26px;
	font-weight: bold;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text {
	padding: 0 0 15px 10px;
	font-size: 18px;
	line-height: 40px;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text.bold {
	font-weight: bold;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list {
	width: 531px;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list li {
	width: 177px;
	font-size: 18px;
	line-height: 40px;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list li:last-of-type {
	padding: 0 0 0 15px;
	width: 160px;
}
.sec_07 .sec_07_campaign .sec_07_flow_img {
	margin: 0 auto;
	width: 560px;
}



@media screen and (max-width:768px) {
.sec_07 {
	padding: 10.133vw 0 5.866vw;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_07 .sec_07_campaign .sec_07_flow_box {
	padding: 4vw 2.666vw;
	border: 0.633vw solid #D45D52;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl {
	margin-bottom: 4vw;
	padding: 0 0 14.133vw;
	background: url("../images/sec_07_border_bg.png") no-repeat center bottom, url("../images/sec_07_bg_arrow.png") no-repeat center 95%;
	background-size: 100% auto, 12% auto;
}	
.sec_07 .sec_07_campaign .sec_07_flow_box dl dt {
	margin-bottom: 2.666vw;
	width: 100%;
}	
.sec_07 .sec_07_campaign .sec_07_flow_box dl dt .step_tit_box {
	margin-bottom: 0;
	align-items: center;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dt .step_tit_icon {
	width: 11.866vw;
    display: inline-block;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dt .step_tit_text {
	padding: 0 0 0 2.666vw;
	width: auto;
	color: #d95437;
	font-size: 5.6vw;
	font-weight: bold;
}	
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd {
	width: 100%;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_img {
	margin: 0 auto 4vw;
	width: 40vw;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text {
	padding: 0 0 4vw;
	font-size: 4vw;
	line-height: 6.133vw;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list {
	width: 100%;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list li {
	width: 25%;
	font-size: 3.5vw;
	line-height: 6.133vw;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list li:last-of-type {
	padding: 0;
	width: 25%;
	text-indent: 3.5vw;
}
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list li:nth-of-type(2),
.sec_07 .sec_07_campaign .sec_07_flow_box dl dd .step_text_list li:nth-of-type(5) {
	width: 38%;
}
.sec_07 .sec_07_campaign .sec_07_flow_img {
	width: 100%;
}
.sec_07 .sec_07_campaign .sec_07_flow_notes {
	margin:  3vw 0 0 3.5vw;
	font-size: 3.5vw;
	line-height: 6.133vw;
	text-indent: -2.5vw;
}




.sec_08 {
	padding: 53px 0 65px;
	background: url("../images/bg_all.png") repeat;
}
.sec_08 .sec_08_tit {
	margin: 0 auto 39px;
	width: 264px;
}
.sec_08 .sec_08_tit:nth-of-type(2) {
	margin: 35px auto 32px;
	width: 159px;
}
.sec_08 dl {
}
.sec_08 dl dt {
	padding: 12px 20px;
	background: #187465;
	align-items: center;
	border-radius: 50px;
}
.sec_08 dl dt .sec_08_dt_icon {
	width: 45px;
}
.sec_08 dl dt .sec_08_dt_text {
	width: 896px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
}
.sec_08 dl dd {
	padding: 22px 24px 25px 120px;
	min-height: 65px;
	font-size: 18px;
	line-height: 36px;
	background: url("../images/sec_08_faq_ico_a.png") no-repeat 24px 22px;
}
.sec_08 .notes {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 32px;
}
.sec_08 .entry_number {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
@media screen and (max-width:768px) {
.sec_08 {
	padding: 5vw 0 5.866vw;
	background: url("../images/bg_all.jpg") repeat-y;
	background-size: 100% auto;
}
.sec_08 .sec_08_tit {
	margin: 0 auto 6.666vw;
	width: 25.333vw;
}
.sec_08 dl dt {
	padding: 3.466vw 4vw;
}
.sec_08 dl dt .sec_08_dt_icon {
	width: 10.666vw;
}
.sec_08 dl dt .sec_08_dt_text {
	width: 70.4vw;
	font-size: 4.533vw;
	line-height: 6.4vw;
}
.sec_08 dl dd {
	padding: 4vw 0 6.666vw 13.333vw;
	min-height: inherit;
	font-size: 4vw;
	line-height: 6.133vw;
	background: url("../images/sec_08_faq_ico_a.png") no-repeat left 4vw;
	background-size: 10.666vw auto;
}
.sec_08 dl dd p {
	margin: 0 0 0 4vw;
	text-indent: -4vw;
}
.sec_08 .notes {
	margin-bottom: 3.4vw;
	font-size: 4vw;
	line-height: 6.133vw;
}
.sec_08 .entry_number {
	font-size: 4vw;
	line-height: 6.133vw;
}
}
    
    /*shop*/
    .shop {
    padding: 5vw 0 5.866vw;
    background: url(../images/bg_all.jpg) repeat-y;
    background-size: 100% auto;
    }
    
    .shop .shop_tit {
	margin: 4vw auto 6.666vw;
	width: 35vw;
}
    
    
    
    

        .shop .shop_info {
	margin: 0 auto 3.466vw;
	padding: 4vw;
	width: 83.2vw;
	font-size: 4vw;
	line-height: 6.133vw;
	border: 0.633vw solid #E8E4D0;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}
.shop .shop_info span.tel {
	display: inline-block;
	padding: 0 0 0 28px;
	background: url("../images/ico_tel.png") no-repeat left center;
}  
    
    .shop h4 {
    font-weight: bold;
    border-bottom: 2px solid #CDCDCD;
    background: url(../images/shop_area_bg.jpg) no-repeat left top;
    margin-bottom: 6vw;
    padding: 0 0 2.666vw 3.733vw;
    font-size: 4.533vw;
    line-height: 5vw;
    background-size: 1.3vw auto;
    color: #00942e;
}
    

.shop ul {
    margin-bottom: 1rem;
    }
.shop ul:last-child {
    margin-bottom: 0; 
    }
.shop li {
    margin-bottom: 5.333vw;
    width: 47%;
    line-height: 6.133vw;
}
.shop li::before { 
    content: "■ "; 
    color: #00942e; 
    }
.shop li span { 
    display: block; 
    padding: 0 0 0 6vw; 
    font-size: 5vw; 
    background: url("../images/ico_tel.png") no-repeat left center; background-size: 5vw auto;
    }
.shop p.shop_notes {
    font-size: 2.3vw;
    }
    
    #footer p.name {
        font-size: 4.5vw;
    }

/* colorbox */
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #000;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#cboxClose {width:63px; height:63px; position:absolute; background:url("../images/popup/close.png") no-repeat 0 0; top:-10px;}
#cboxClose{background-position:0 0; right:-20px;}
#cboxClose:hover{background-position:-63px 0;}

#popup01,#popup02,#popup03,#popup04,#popup05,#popup06 {
	margin: 0 auto;
	width: 600px;
}
.tit_popup {
	height: 89px;
}
.box_popup {
	padding: 22px 47px 50px;
	font-size: 22px;
	line-height: 38px;
	border: 4px solid #E5855F;
	background: url("../images/popup/bg_popup.png") repeat-y;
}
.img_popup {
	margin: 0 auto 20px;
	width: 440px;
	height: 290px;
	border: 5px solid #D6D6D6;
}
span.popup_notes {
	display: block;
	padding: 20px 0 0;
	font-size: 16px;
	line-height: 28px;
}
@media screen and (max-width:768px) {
#cboxClose {width:8.4vw; height:8.4vw; position:absolute; background:url("../images/popup/close.png") no-repeat 0 0; background-size: 200% auto;}
#cboxClose{background-position:0 0; right:-2.666vw;}
#cboxClose:hover{background-position:-8.4vw 0;}

#popup01,#popup02,#popup03,#popup04,#popup05,#popup06 {
	width: 80vw;
}
.tit_popup {
	height: 11.7vw;
}
.box_popup {
	padding: 3.2vw 4vw 25.6vw;
	font-size: 4vw;
	line-height: 6.133vw;
}
.img_popup {
	margin: 0 auto 2.666vw;
	width: 58.666vw;
	height: 38.666vw;
}
span.popup_notes {
	display: block;
	padding: 3vw 0 0;
	font-size: 3.733vw;
	line-height: 5.066vw;
}
}
#backTop{
  position: fixed;
  right: 5vw;
  bottom: 23vw;
  width: 50%;
text-align: right;
}
.backTopToggle {
    position: relative;
}
.backTopToggle span {
    position: absolute;
    top: -10px;
    right: 0;
    color: #000;
    font-size: 42px;
    z-index: 100;
}
.backTopImg img {
    margin: 0 0 0 auto;
}
.backTopArrow{
    width: 24%;
    display: inline-block;
    margin-top: 5%;
} 
.backTopImgnone {
    display: none;
}
    
    

/*floatmenu*/
.floatmenu { 
	margin: 0 auto;
	width: 100%;
	color: #fff;
	background: #3e80c5; 
	position: fixed;
	bottom: 0;
	transition: .5s;
    z-index: 999;
    
    padding: 3% 4% 2%;
    box-sizing: border-box;
    align-items: center;
}
.floatmenu.hide {
	/*transform: translateY(-100%);*/
	display: none;
}
    
.floatmenu p { 
    width: 40%;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.2;
    }
.floatmenu a {
    width: 60%;
    }
.floatmenu a img {
    width: 100%;
    }
    
    
    
    


