﻿@charset "UTF-8";


/*All Media CSS*/
/***********************************
アニメーション
************************************/
.cbox header,
.cbox img,
.cbox h1,
.cbox h2,
.cbox p,
.cbox a,
.cbox strong,
.cbox div,
.cbox li,
.cbox span,
.cbox article,
.cbox section {
  transition: all 1s;
}


/***********************************
html&body
************************************/
html {
	overflow-y:scroll
}

body {
	font-feature-settings:"palt";
  font-family: 'Noto Serif JP', serif;
}

/*スマホの文字サイズ自動変更無効*/
html,body {
	-webkit-text-size-adjust:100%;
	height:auto;
}


/***********************************
Link Setting
************************************/
a:link,a:visited,a:active {
}

/*PC CSS*/
@media print,screen and (min-width:769px) {
  
	a.tel {
		pointer-events:none;
		text-decoration:none;
    color: #000;
	}
  
  a:hover {
    opacity:.5;
  }
  
}

/*Tablet CSS*/
@media screen and (min-width:769px) and (max-width:1024px) {
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
	a:hover {
		opacity:1;
	}
	
	a.tel {
		text-decoration:none !important;
    color: #000;
	}
  
}


/***********************************
main container
************************************/
#mainContainer img {
  width: 100%;
}

#mainContainer .in-box,
#mainContainer .in-sbox {
	margin-left:auto;
	margin-right:auto;
	width:95%;
}

#mainContainer .in-box {
	max-width:860px;
}

#mainContainer .in-sbox {
	max-width:760px;
}

/*PC CSS*/
@media print,screen and (min-width:769px) {

	#mainContainer .pc {
		display:block;
	}

	#mainContainer .sp {
		display:none;
	}
  
}

/*Tablet CSS*/
@media screen and (min-width:769px) and (max-width:1024px) {
  
	#mainContainer {
	}
  
}

/*Smp CSS*/
@media screen and (max-width:768px) {
	
	#mainContainer .pc {
		display:none;
	}

	#mainContainer .sp {
		display:block;
	}
  
}



/***********************************
content
************************************/
@media screen and (max-width:449px) {
	.sp-none {
		display:none;
	}
}

@media screen and (min-width:450px) {
	.pc-none {
		display:none;
	}
}

.indent {
	margin-left: 2em;
	text-indent:-1em;
}

.indent2 {
	margin-left: 3em;
    text-indent: -1em;
}

.indent3 {
	text-indent: -6.5em;
    margin-left: 8.5em;
}

.indent4 {
	margin-left: 6em;
    text-indent: -4em;
}

.indent5 {
	margin-left: 11em;
    text-indent: -9em;
}

.message {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
    border: 2px solid #000;
}

@media screen and (max-width:684px) {
	.sp-none684 {
		display:none;
	}
}

.radius {
	border-radius: 50%;
    width: 17%!important;
    display: inline-block;
	margin-bottom: 2.4%;
}

.ml-3 {
	margin-left:3em;
}

.ml-2 {
	margin-left: 2em;
}

.ml-1 {
	margin-left:1em;
}

article#content section#s01 {
  background-color: #fff;
}

article#content section#s02 {
  color: #fff;
  background-color: #007b48;
}

article#content section#s03 {
  background-color: #fff;
}

article#content section#s04 {
  background-color: #efefef;
}

article#content section#s05 {
  background-color: #fff;
}

/*PC CSS*/
@media print,screen and (min-width:769px) {
  
	article#content {
	}
  
}

/*Tablet CSS*/
@media screen and (min-width:769px) and (max-width:1024px) {
  
	article#content {
	}
  
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
	article#content {
	}
  
}


/***********************************
eye-catch-box
************************************/
article#content section#eye-catch-box {
  margin-bottom: 40px;
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
	article#content section#eye-catch-box {
    margin-bottom: 25px;
	}
  
}



/***********************************
s01
************************************/
article#content section#s01 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

article#content section#s01 h1 {
  max-width: 415px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

article#content section#s01 h2 {
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

article#content section#s01 h3 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 40px;
}

article#content section#s01 dl {
  margin-bottom: 45px;
}

article#content section#s01 dl dt {
  display: inline-block;
  background-color: #FF0004;
  color: #fff;
  text-align: center;
  border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
	position:relative;
  font-size: 14px;
  line-height: 30px;
  width: 95px;
  margin-right: 10px;
}

article#content section#s01 dl dd {
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
}

article#content section#s01 dl dd span {
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
}

article#content section#s01 dl dd.arrow {
  width: 35px;  
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  font-size: 0;
  line-height: 0;
}

article#content section#s01 dl dd.arrow img {
  width: 50% !important;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

article#content section#s01 h4 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e60012;
  color: #fff;
  margin-bottom: 25px;
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	position:relative;
  line-height: 40px;
  font-size: 21px;
}

article#content section#s01 h4 span {
  color: #fff100;
}

article#content section#s01 p {
  font-size: 16px;
  line-height: 28px;
}

article#content section#s01 p span {
  background:linear-gradient(transparent 60%, #fff100 0%);
}
/*Smp CSS*/
@media screen and (max-width:768px) {
  
  article#content section#s01 {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  
  article#content section#s01 h2 {
    margin-bottom: 5px;
  }  

  article#content section#s01 h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }  
  
  article#content section#s01 dl {
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
  }
  
  article#content section#s01 dl dt {
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 0;
    font-size: 12px;
    width: 80px;
    margin-right: 5px;
  }  
  
  article#content section#s01 dl dd {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
  }  

  article#content section#s01 dl dd span {
    font-size: 25px;
    line-height: 25px;
  }

  article#content section#s01 h4 {
    line-height: 24px;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }  
  
  article#content section#s01 p {
    font-size: 14px;
    line-height: 26px;
  }
  
}


/***********************************
s02
************************************/
article#content section#s02 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

article#content section#s02 h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

article#content section#s02 h2 span {
  display: block;
  position: absolute;
  max-width: 150px;
  width: 80%;
  right: -250px;
  top: -60px;
}

article#content section#s02 h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  white-space: nowrap;
}

article#content section#s02 h3 span {
  font-size: 60px;
  line-height: 60px;
}

article#content section#s02 p {
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
  article#content section#s02 {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  article#content section#s02 h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  
  article#content section#s02 h2 span  {
    max-width: 150px;
    width: 110%;
    right: -90px;
    top: -40px;
  }
  
  article#content section#s02 h3 {
    font-size: 22px;
    line-height: 16px;
    margin-bottom: 16px;
  }

  article#content section#s02 h3 span {
    font-size: 44px;
    line-height: 54px;
    padding-bottom: 7px;
    padding-top: 5px;
    display: block;
  }

  article#content section#s02 p {
    font-size: 12px;
    line-height: 18px;
  }  
  
}


/***********************************
s03
************************************/
article#content section#s03 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

article#content section#s03 h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #007b48;
}

article#content section#s03 ul.step-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

article#content section#s03 ul.step-box li {
  border: 2px solid #007b48;
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
  position:relative;
  color: #007b48;
  padding: 45px 0 20px 0;
  display: inline-block;
  width: 29.9%;
  margin: 0;
  margin-right: 3.6%;
}

article#content section#s03 ul.step-box li span.label {
  background-color: #007b48;
  color: #fff;
  text-align: center;
  border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
  position: absolute;
  top: -18px;
  left: 50%;
  width: 140px;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 7px;
  padding-top: 7px;
}

article#content section#s03 ul.step-box li p {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}

article#content section#s03 ul.step-box li span.img-box {
  display: block;
  max-width: 125px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

article#content section#s03 ul.step-box li:last-child {
  margin-right: 0;
}

article#content section#s03 ul.step-box li:after {
  content: url(../images/s03_icon.svg);
  display: block;
  position: absolute;
  width: 20px;
  height: auto;
  top: 50%;
  right: -12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

article#content section#s03 ul.step-box li:last-child:after {
  content: none;
}

article#content section#s03 .notes {
  background-color: #fcf9e1;  
  padding: 30px;  
  margin-bottom: 40px;
}

article#content section#s03 .notes h4 {
  color: #007b48;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

article#content section#s03 .notes ul {
  position: relative;
  overflow: hidden;
}

article#content section#s03 .notes ul li {
  float: left;
  font-size: 16px;
  padding-top: 5px;
  margin-right: 50px;
}

article#content section#s03 .notes ul li:nth-child(2) {
  margin-right: 0;
}

article#content section#s03 .notes ul li:before {
  content: "●";
  color: #007b48;  
}

article#content section#s03 .btn-box {
  margin-bottom: 40px;
}

article#content section#s03 .btn-box h4 {
  color: #007b48;
  font-size: 20px;
  margin-bottom: 20px;
}

article#content section#s03 .btn-box h4:before {
  content: "▼";
  color: #007b48;
}

article#content section#s03 .btn-box ul {
  display: block;
  position: relative;
  overflow: hidden;
}

article#content section#s03 .btn-box ul li {
  display: block;
  display: inline-block;
  max-width: 290px;
  width: 60%;
	position:relative;  
  font-size: 0;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
}

article#content section#s03 .btn-box ul li a {
  border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
  background-color: #e60012;
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  color: #fff;
  text-decoration: none;
  text-decoration: none;  
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

article#content section#s03 .btn-box ul li:nth-child(1) a {
 /* background-image: url("../../images/s03_icon_tw.svg");*/
  background-color: #1da1f2;
}

article#content section#s03 .btn-box ul li:nth-child(2) a {
  background-image: url("../../images/s03_icon_inst.svg");
  background: linear-gradient(to right,#db614a 0%,#b03f7d 100%);
}

article#content section#s03 .btn-box ul li a span {
  background-image: url("../../images/s03_arrow.svg");
  background-position: center right 25px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: inline-block;
  line-height: 65px;
  font-size: 20px; 
  margin-left: 10px;
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
  article#content section#s03 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

  article#content section#s03 h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 25px;
  }

  article#content section#s03 ul.step-box {
    margin-bottom: 15px;
  }

  article#content section#s03 ul.step-box li {
    padding: 20px 0 15px 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  
  article#content section#s03 ul.step-box li span.label {
    top: -13px;
    width: 120px;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 3px;
    padding-top: 3px;
  }

  article#content section#s03 ul.step-box li p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    width: 60%;
  }

  article#content section#s03 ul.step-box li span.img-box {
    display: inline-block;
    width: 24%;
    max-width: 85px;
    margin-left: auto;
    margin-right: auto;
  }

  article#content section#s03 ul.step-box li:last-child {
    margin-bottom: 0;
  }

  article#content section#s03 ul.step-box li:after {
    width: 20px;
    bottom: -40px !important;
    top: auto !important;
    left: 50%;
    transform: rotate(90deg) !important;
    transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  }

  article#content section#s03 .notes {
    padding: 15px;  
    margin-bottom: 20px;
  }

  article#content section#s03 .notes h4 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    text-align: center;
  }

  article#content section#s03 .notes ul li {
    font-size: 14px;
    padding-top: 2px;
    margin-right: 15px;
  }

  article#content section#s03 .notes ul li:nth-child(2) {
    margin-right: 15px;
  }

  article#content section#s03 .btn-box {
    margin-bottom: 20px;
  }

  article#content section#s03 .btn-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  article#content section#s03 .btn-box ul li {
    max-width: auto;
    width: 80%; 
    font-size: 0;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  article#content section#s03 .btn-box ul li a span {
    line-height: 55px;
  }
  
}


/***********************************
s04
************************************/
article#content section#s04 {
  padding-bottom: 40px;
  padding-top: 40px;
}

article#content section#s04 h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #007b48;
  text-align: center;
}

article#content section#s04 h3 {
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #007b48;
  border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

article#content section#s04 ul.area-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

article#content section#s04 ul.area-btn li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}

article#content section#s04 ul.area-btn li:first-child {
  width: 100% !important;
  margin-right: 0 !important;
}

article#content section#s04 ul.area-btn li:nth-child(4),
article#content section#s04 ul.area-btn li:nth-child(7),
article#content section#s04 ul.area-btn li:nth-child(10) {
  margin-right: 0 !important;
}

article#content section#s04 ul.area-btn li a {
  display: block;
  border: 1px solid #007b48;
  color: #007b48;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
  line-height: 70px;
  font-size: 24px;
}

article#content section#s04 ul.area-btn li.active a {
  background-color: #007b48;
  color: #fff;
}

article#content section#s04 .shop-list-header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px 20px 0 20px;
}

article#content section#s04 .shop-list-header span.shop-notes {
  padding-left: 0 !important;
  padding-right: 0!important;
}

article#content section#s04 .area-box {
  display: none;
}

article#content section#s04 .area-box.active {
  display: block;
}

article#content section#s04 .shop-list {
  position: relative;
  overflow: hidden;
}

/*shop-box*/
article#content section#s04 dl.shop-box {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  background-color: #fff;
}

article#content section#s04 dl.shop-box:nth-child(3n) {
  margin-right: 0;
}

article#content section#s04 dl.shop-box:first-child {
  margin-right: 2%;
}

article#content section#s04 dl.shop-box dt span.shop-img-box {
  display: block;
  padding-bottom: 10px;
}

article#content section#s04 dl.shop-box span.shop-notes {
  display: block;
  color: #007b48;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 15px 0 15px;
  font-weight: normal;
}

article#content section#s04 dl.shop-box dd {
  padding: 0 15px 15px 15px;
}

article#content section#s04 dl.shop-box dd strong {
  display: block;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #b5b5b6;
  margin-bottom: 15px;
  /* padding-bottom: 10px; */
  color: #007b48;
}

article#content section#s04 dl.shop-box dd strong span.shop_name {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 20px;
  padding-bottom: 10px;
}

article#content section#s04 dl.shop-box dd ul {
  width: 100%;
}

article#content section#s04 dl.shop-box dd ul li {
  font-size: 12px;
  margin-bottom: 5px;
	word-break: break-all;
}

article#content section#s04 dl.shop-box dd ul li:nth-child(4) {
  font-weight: 600;
  font-size: 16px;
}

article#content section#s04 dl.shop-box dd ul li:nth-child(4) .res {
  color: #FF0004;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 4px 2px 4px;
  display: inline-block;
  border: 1px solid #FF0004;
  margin-left: 7.5em;
}

article#content section#s04 dl.shop-box dd ul li:last-child {
  margin-bottom: 0;
}

article#content section#s04 dl.shop-box dd ul li.genre:before {
  content: "［ジャンル］";
}

article#content section#s04 dl.shop-box dd ul li.address:before {
  content: "［住　　所］";
}

article#content section#s04 dl.shop-box dd ul li.business_hours {
  display: none !important;
}

article#content section#s04 dl.shop-box dd ul li.business_hours:before {
  content: "［営業時間］";
}

article#content section#s04 dl.shop-box dd ul li.contact:before {
  content: "［T　E　L］";
  font-weight: 300;
  font-size: 12px;
}

article#content section#s04 dl.shop-box dd ul li.url:before {
  content: "［U　R　L］";
  font-weight: 300;
  font-size: 12px;
}

article#content section#s04 dl.shop-box dd ul li:nth-child(1),
article#content section#s04 dl.shop-box dd ul li:nth-child(2),
article#content section#s04 dl.shop-box dd ul li:nth-child(3){
  text-indent: -6em;
  padding-left: 6em;
}

article#content section#s04 dl.shop-box dd ul li.url{
  text-indent: -6.1em;
  padding-left: 6.1em;
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
  article#content section#s04 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  article#content section#s04 h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }  

  article#content section#s04 h3 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  article#content section#s04 ul.area-btn {
    margin-bottom: 25px;
  }

  article#content section#s04 ul.area-btn li {
    /* float: left; */
    /* width: 32%; */
    /* margin-right: 2%; */
    /* margin-bottom: 10px; */
  }
  
  article#content section#s04 ul.area-btn li a {
    line-height: 50px;
    font-size: 18px;
  }

  article#content section#s04 ul.area-btn li.active a {
    background-color: #007b48;
    color: #fff;
  }  
  
  /*shop-box*/  
  article#content section#s04 .shop-list-header dl:first-child,
  article#content section#s04 .shop-list-header dl:last-child {
    border-bottom: none !important;
     padding-bottom: 0px !important;
     margin-bottom: 0px !important;
  }  
  
  article#content section#s04 .shop-list-header dl {
    border-bottom: 4px dotted #007b48;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  
  article#content section#s04 dl.shop-box {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  article#content section#s04 dl.shop-box:first-child {
    margin-right: 0;
  }
  
}


/***********************************
s05
************************************/
article#content section#s05 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
  article#content section#s05 {
  }
  
}


/***********************************
s06
************************************/
article#content section#s06 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

article#content section#s06 h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

article#content section#s06 .bnr-btn {
  margin-bottom: 50px;
  display: block;
}

article#content section#s06 .back-btn a {
  display: block;
  background-color: #007b48;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 60%;
  line-height: 60px;
  text-decoration: none;
  border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
	position:relative;  
}

/*Smp CSS*/
@media screen and (max-width:768px) {
  
  article#content section#s06 .bnr-btn {
    margin-bottom: 20px;
  }
  
}


