@charset "UTF-8";
/*html{
	background:url("../../plan/images/layout_plan.jpg") no-repeat center top / 100%;
	
}
body{
	opacity:0.7;
}*/

@media only screen and (max-width: 768px){
	html{
		overflow-x: hidden;
	}
}

/*----------------------------------------------------------
 *      メインビジュアル
 *---------------------------------------------------------- */
.main-visual {
	background: url("../../plan/images/mv.jpg") center center/cover;
}

@media only screen and (max-width: 768px) {
		.main-visual {
			background: url("../../plan/images/mv_sp.jpg") center center/cover;
	}
}


/*----------------------------------------------------------
 *      撮影プラン
 *---------------------------------------------------------- */
 /*body {
            font-family: "Times New Roman", serif;
            background-color: #fff;
            text-align: center;
            padding: 40px;
        }*/
.area h1 {
	margin: 13px 0 0 0;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.area .index__list__wrap {
	margin: 0 0 0 0;
	padding: 40px 0 20px 0;
	background: #eff4f2;
}
.area .index__list__wrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 1140px;
	margin: 0 auto;
}
.area .index__list__wrap li {
	flex-basis: calc(100%/3 - 20px);
	margin: 0 10px 20px 10px;
}
.area .index__list__wrap a {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	padding: 36px 0 0 88px;
	background: #fff;
	border-radius: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #111111;
}
.area .index__list__wrap span {
	display:block;
}
.area .index__list__wrap .plan__menu__753 span{
	margin-top:-10px;
}
.area .index__list__wrap .plan__menu__753 small {
	display: block;
	font-size: 0.7em;
	line-height: 2;
	margin-left: -0.5em;
}
.area .index__list__wrap a:before {
	content: " ";
	display: block;
	position: absolute;
	top: 20px;
	left: 32px;
	width: 27px;
	height: 57px;
	/*background: url("../plan/images/plan__753__icon.svg") no-repeat;*/
}
.area .index__list__wrap a:after {
	content: " ";
	display: block;
	position: absolute;
	background: url("../images/btn__arrow1.svg") no-repeat;
	top: 46px;
	right: 20px;
	width: 16px;
	height: 36px;
}
.area .index__list__wrap a:hover {
	background-color: #7bc99b;
	color: #fff;
}
.area .index__list__wrap a:hover:before {
	/*background: url("../plan/images/plan__753__icon--over.svg") no-repeat;*/
}
.area .index__list__wrap a:hover:after {
	background: url("../images/btn__arrow1-over.svg") no-repeat;
}

.index__list__wrap .plan-box .price,
.index__list__wrap .plan-box .tax {
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #999 !important;
  border: none !important;
}


section.chart_wrap{
	max-width: 1120px;
	margin: 0 auto 90px;
}
section.chart_wrap .plus {
	display: flex;
	justify-content:center;
}
section.chart_wrap .plus span {
	font-size: 1.6em;
	font-weight: 500;
	margin-top: 5px;
	margin-left: 15px;
}
.chart_top{
	display: block;
	width: 450px;
	height: 115px;
	color:#fff;
	background: #78ca9a;
	border-radius: 30px;
	margin: 35px auto 55px;
}
.chart_top_inner {
	background-image: url(../../plan/images/detail/camera_w.svg);
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: left 35px top 33px;
	padding: 3% 0 5% 32%;
}
.chart_top_inner .price {
	font-size: 24px;
	font-weight: 500;
}
.chart_top_inner .price .num {
	font-size: 2em;
	margin-left: 0.2em;
}
.chart_top_inner .tax {
	font-size: 1.3em;
	margin-top: 13px;
	margin-left: -8px;
}
.chart_top_inner .tax .num{
	font-size: 1.1em;
	margin: 0 2px 0 4px;
}
.chart_top_inner .tax .yen{
	font-size: 0.8em;
}
.extra-price {
	color: #78ca9a;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
section.chart_wrap .plus img {
	display: block;
	width: 38px;
	margin-bottom: 40px;
}
.chart_middle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}
.chart_middle .chart_middle_inner{
	width: calc(96% / 3);
	border: 2px #333 solid;
	border-radius: 30px;
	padding: 3% 2.5%;
}
.chart_middle .chart_middle_inner .title{
	height: 95px;
	border-bottom: #333 2px dotted;
	margin-bottom: 30px;
}
.chart_middle_inner .title.kbS,
.chart_middle_inner .title.kbL{
	background-image: url(../../plan/images/detail/kids.svg);
	background-repeat: no-repeat;
	background-size: 28%;
	background-position: left 2px top 0;
}
.chart_middle_inner .title.mat{
	background-image: url(../../plan/images/detail/mama.svg);
	background-repeat: no-repeat;
	background-size: 17%;
	background-position: left 12px top 8px;
}
.chart_middle_inner .title p {
	text-align: left;
	font-size: 1.6em;
	letter-spacing: -0.2px;
}
.chart_middle_inner .title.kbS p{
	padding-left: 120px;
}
.chart_middle_inner .title.kbL p{
	padding-left: 95px;
}
.chart_middle_inner .title.mat p{
	padding-left: 90px;
	padding-top: 16px;
}
.chart_middle_inner .title p small{
	font-size:0.7em
}
.chart_middle .main_price {
	display: flex;
	justify-content: space-between;
}
.chart_middle .main_price .cell {
	width:48%;
	text-align: center;
}
.chart_middle .main_price .cell .cut{
	font-size: 2.5em;
	font-weight: 500;
	margin-top: -5px;
}
.chart_middle .main_price .cell .cut small{
	font-size: 0.55em;
	margin-left: 5px;
}
.chart_middle .main_price .cell .price{
	color: #78ca9a;
	margin-top: 15px;
}
.chart_middle .main_price .cell .price .num{
	font-size: 2em;
	font-weight: 500;
	margin-right: 2px;
}
.chart_middle .main_price .cell .price .yen{
	font-weight: 600;
}
.chart_middle .main_price .cell .tax{
	color: #78ca9a;
	font-size:0.8em;
	margin-top: 6px;
	letter-spacing: 0.4px;
}
.chart_middle .main_price .cell .tax .num{
	font-size:1.2em;
	margin-left: 4px;
}
.chart_middle .main_price .cell .tax .yen{
	font-size: 0.9em;
	margin-left: 1px
}
.chart_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 100px;
}
.chart_bottom .chart_bottom_inner{
	width: calc(96% / 3);
	height: 95px;
	border: 2px #333 dashed;
	border-radius: 20px;
	padding: 1.5% 2.5%;
	margin-bottom: 20px;
}
.chart_bottom .chart_bottom_inner.blanc{
	opacity:0;
}
.chart_bottom .chart_bottom_inner .op_title {
	font-size: 1.1em;
	font-weight: 500;
}
.chart_bottom .chart_bottom_inner .op_price{
	color: #78ca9a;
	margin-top: 10px;
}
.chart_bottom .chart_bottom_inner .op_price .num{
	font-size: 2em;
	font-weight: 500;
	margin-right: 2px;
}
.chart_bottom .chart_bottom_inner .op_price .yen{
	font-weight: 600;
}
.chart_bottom .chart_bottom_inner .op_price .tax {
	font-size: 0.9em;
	margin-left: -0.82em;
}
.chart_bottom .chart_bottom_inner .op_price .tax .num{
	font-size: 1.3em;
	font-weight: 300;
	margin-left: 3px;
}
.optionarea__other_sub {
	letter-spacing: 0.07rem;
	font-size:1.2em;
    flex-grow: 1;
    padding: 10px 0px;
    background: #fff;
    line-height: 1.7;
	text-align: left;
}
.optionarea__other {
	letter-spacing: 0.07rem;
	font-size:1.0em;
    flex-grow: 1;
    padding: 30px 50px;
    background: #fff;
    line-height: 1.7;
	text-align: center;
	margin-top: 40px;
}

.plan-header {
	       font-family: 'Arial', sans-serif;
            background-color: #f8f8f8;
            padding: 20px;
            font-size: 34px;
	letter-spacing: 0.07rem;
            font-weight: bold;
            margin-bottom: 20px;
        }


.plan-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.plan-box {
     max-width: 300px;
     text-align: center;
}
.plan-box img {
      width: 100%;
      border-radius: 15px;
}

.plan-box a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan-box h3 {
	  font-family: "Montserrat", sans-serif;
      font-size: 24px;
      margin-top: 20px;
      font-weight: normal;
      letter-spacing: 1px;
}
.plan-box .price {
	border: none;
    font-size: 16px;
	color: #78ca9a;
    font-weight: bold;
    letter-spacing: 1px;
	margin-top: 20px;
}
.plan-box .tax {
	border: none;
    color: #333;
    font-size: 16px;
	margin-top: 8px;
	margin-bottom: 20px !important;
    letter-spacing: 0.5px;
}

.plan-container {
            display: flex;
            gap: 20px;
        }
        .plan-box {
            position: relative;
            width: 300px;
        }
        .plan-box img {
            width: 100%;
            display: block;
            border-radius: 10px;
        }
        .plan-label {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: rgba(255, 255, 255, 0.8);
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
        }
/*.plan-box .tax
.plan-box .price {
  border: none !important;
  font-size: 16px !important;
  color: #333 !important;
}*/


 section.chart_wrap h2{
	letter-spacing: 5.5px;
	margin: 0 0 22px 0;
    font-size: 1.9rem;
	}
span.color {
		color: #40b26f;
		}

@media only screen and (max-width: 768px) {
	
	.area h1 {
		margin: 6px 0 0 0;
		font-size: 0.769rem;
	}
	.area .index__list__wrap {
		margin: 0 0 0 0;
		padding: 20px 0 10px 0;
	}
	.area .index__list__wrap ul {
		display: block;
		width: 100%;
	}
	.area .index__list__wrap li {
		margin: 0 10px 10px 10px;
	}
	.area .index__list__wrap a {
		height: 50px;
		padding: 18px 0 0 60px;
		font-size: 1rem;
	}
	.area .index__list__wrap .plan__menu__753 span {
		margin-top: -5px;
	}
	.area .index__list__wrap a:before {
		top: 8px;
		left: 23px;
		width: 14.922px;
		height: 31.5px;
		/*background: url("../plan/images/plan__753__icon--sp.svg") no-repeat;*/
	}
	.area .index__list__wrap a:after {
		top: 22px;
		right: 10px;
		width: 8px;
		height: 6px;
		background: url("../images/btn__arrow1--sp.svg") no-repeat;
	}
	.area .index__list__wrap a:hover:before {
		background-size: 14.922px 31.5px;
	}
	.area .index__list__wrap a:hover:after {
		background-size: 8px 6px;
	}
		section.chart_wrap{
		width:100%;
		max-width: 728px;
		padding: 0 20px;
		margin: 0 auto 40px;
	}
	.chart_top {
		width: 100%;
		height: 80px;
		border-radius: 20px;
		margin: 0 auto 45px;
	}
	.chart_top_inner {
		background-size: 12%;
		background-position: left 70px top 22px;
		padding: 4.5% 0 0 37%;
	}
	.chart_top_inner .price {
		font-size: 1.1em;
	}
	.chart_top_inner .price .num {
		font-size: 1.6em;
		margin-left: 0.15em;
		margin-right: 0.15em;
	}
	.chart_top_inner .tax {
		font-size: 1em;
		margin-top: 5px;
	}
	section.chart_wrap .plus img {
		width: 22px;
		margin-bottom: 30px;
	}
	section.chart_wrap .plus span {
		margin-top: 0;
	}
	.extra-price {
		margin-top: 27px;
	}
	.chart_middle {
		display: block;
		margin-bottom: 30px;
	}
	.chart_middle .chart_middle_inner{
		width: 100%;
		border: 1px #333 solid;
		border-radius: 20px;
		margin-bottom: 20px;
		padding: 4% 5%;
	}
	.chart_middle .chart_middle_inner .title {
		height: 65px;
		border-bottom: #333 1px dotted;
		margin-bottom: 20px;
	}
	.chart_middle .chart_middle_inner .title.kbS {
		background-size: 22%;
		background-position: left 35px top 0;
	}
	.chart_middle_inner .title.kbS p {
		padding-left: 135px;
	}
	.chart_middle .chart_middle_inner .title.kbL {
		background-size: 22%;
		background-position: left 20px top 0;
	}
	.chart_middle_inner .title.kbL p {
		padding-left: 110px;
	}
	.chart_middle_inner .title.mat {
		background-size: 13%;
		background-position: left 30px top 8px;
	}
	.chart_middle_inner .title.mat p {
		padding-left: 100px;
	}
	.chart_bottom {
		margin-bottom: 50px;
	}
	.chart_bottom .chart_bottom_inner {
		width: calc(96% / 2);
		height: 90px;
		border: 1px #333 dashed;
		border-radius: 15px;
		padding: 3% 4%;
		margin-bottom: 15px;
	}
	.chart_bottom .chart_bottom_inner.blanc{
		display:none;
	}
	.chart_bottom .chart_bottom_inner .op_title {
		font-size: 1.2em;
		line-height: 1.3;
		min-height: 26px;
	}
	.chart_bottom .chart_bottom_inner .op_price {
		margin-top: 5px;
	}
	.chart_bottom .chart_bottom_inner .op_price .num {
		font-size: 1.5em;
	}
	.chart_bottom .chart_bottom_inner .op_price .tax {
		margin-left: -0.7em;
	}
	.chart_bottom .chart_bottom_inner .op_price .tax .yen {
		font-weight: 300;
	}
	.optionarea__other_sub {
		font-size: 1.0em;
		letter-spacing: 0.04rem;
        margin: 0 20px 0 0px;
        padding: 10px 0px;
		text-align: left;
	}
	.optionarea__other {
		font-size: 1.0em;
		letter-spacing: 0.04rem;
        margin: 35px 20px 0 20px;
        padding: 10px 20px;
	}
	span.color {
		color: #40b26f;
		}
	
	 section.chart_wrap h2{
	letter-spacing: 0.09rem;
	margin: 0 0 5px 0;
    font-size: 1.4rem;
	}
	
	.plan-header {
        font-size: 24px;
    }
	
	.plan-container {
                flex-direction: column;
                align-items: center;
            }
.plan-box .plan__info {
        bottom: -10px;
	}

.area .plan-container .plan-box .tax {
    margin-bottom: 10px;
}
	
.plan__area h2 {
        padding: 9px 14px 9px 9px;
        font-size: 1.076rem;
	}
.area .plan-container .plan-box .tax {
    margin-bottom: 10px;
}
}

/*KIDS&BABY ナビ*/
.area .index__list__wrap a.plan__menu__kids:before {
	top: 30px;
	left: 26px;
	width: 39px;
	height: 38px;
	background: url("../../plan/images/kids__icon.svg") no-repeat;
}
.area .index__list__wrap a.plan__menu__kids:hover:before {
	background: url("../../plan/images/kids__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.plan__menu__kids:before {
		top: 15px;
		left: 19px;
		width: 21.375px;
		height: 20.985px;
		background: url("../../plan/images/kids__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.plan__menu__kids:hover:before {
		background-size: 21.375px 20.985px;
	}
}

/*七五三 ナビ*/
.area .index__list__wrap a.plan__menu__753:before {
		top: 20px;
		left: 33px;
		width: 39px;
		background: url("../../plan/images/753__icon.svg") no-repeat; 
}
.area .index__list__wrap a.plan__menu__753:hover:before {
	background: url("../../plan/images/753__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.plan__menu__753:before {
		top: 10px;
		left: 23px;
		width: 21.375px;
		background: url("../../plan/images/753__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.plan__menu__753:hover:before {
		background-size: 21.375px 20.985px;
	}
}

/*マタニティ ナビ*/
.area .index__list__wrap a.plan__menu__maternity:before {
	top: 31px;
	left: 13px;
	width: 65px;
	height: 40px;
	background: url("../../plan/images/maternity__icon.svg") no-repeat;
}
.area .index__list__wrap a.plan__menu__maternity:hover:before {
	background: url("../../plan/images/maternity__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.plan__menu__maternity:before {
		top: 14px;
		left: 12px;
		width: 35.969px;
		height: 22.015px;
		background: url("../../plan/images/maternity__icon--sp.svg") no-repeat; 
	}
	.area .index__list__wrap a.plan__menu__maternity:hover:before {
		background-size: 35.969px 22.015px;
	}
}

.area .plan__category {
	padding: 49px 0 0 0;
	border-bottom: 1px solid #111;
}
.area .plan__category:last-child {
    border-bottom: none;
}
  .area .plan__title {
    text-align: center;
}
  .area h2 {
    display: inline-block;
    position: relative;
    padding: 4px 0 58px 54px;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
}
.area h2:before {
      content: " ";
      display: block;
      position: absolute;
}
  .area .plan__753:before {
    top: -10px;
    left: 10px;
    width: 27px;
    height: 57px;
    background: url("../../plan/images/753__icon.svg") no-repeat;
}
.area h2.plan__753 small{
	display: block;
	font-size: 0.65em;
	line-height: 1.9;
	margin-left: -1.1em;
}
.area .plan__kids:before {
    top: 0;
    left: 0;
    width: 39px;
    height: 38px;
    background: url("../../plan/images/kids__icon.svg") no-repeat;
}
.area .plan__maternity:before {
    top: 2px;
    left: -24px;
    width: 65px;
    height: 40px;
    background: url("../../plan/images/maternity__icon.svg") no-repeat;
}
.area .plan__element {
    padding: 80px 0 80px 0;
    border-top: 1px solid #ddd;
}
.area .plan__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto;
}
.area .plan__image__wrap {
    flex-basis: 600px;
}
  .area .detail__image {
    margin: 0 0 1px 0;
}
.area .detail__image img {
      width: 599px;
}
.area .detail__image .bx-wrapper {
      margin: 0;
}
.area .detail__image .bx-viewport {
      left: 0;
      border: none;
      box-shadow: none;
}
.area .plan__imag__list ul {
    display: flex;
    flex-wrap: wrap;
}
.area .plan__imag__list li {
    flex-basis: 119px;
    margin: 0 1px 0 0;
}
.area .plan__imag__list img {
    width: 100%;
}
.area .plan__imag__list a.active {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.area .plan__imag__list a.active:before {
      content: " ";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 6px solid #7bc99b;
}
.area .plan__info__wrap {
    flex-basis: 460px;
    margin: 0 0 0 60px;
}
.area h3 {
    margin: 15px 0 18px 0;
    font-size: 1.7rem;
    font-weight: bold;
}
.area h2.plan_detail {
    margin: 10px 0 -52px -52px;
    font-size: 1.2rem;
    font-weight: bold;
}
.area .area {
	margin: 0 0 31px 0;
	font-size: 0.85rem;
	line-height: 1.4;
}
.area .price {
	border: none !important;
    margin: 3px 0 6px 0;
    padding: 0 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #dddddd;
    font-family: "Roboto Slab", serif;
    font-size: 1.8rem !important;
	color: #40b26f;
    font-weight: bold;
}
.area .tsuka {
    margin: 0 0 0 2px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 1.3rem;
}
.area .tax {
    margin: 0 0 0 2px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 1.0rem;
	color: #000;
    font-weight: normal;
}

.area .holiday{
    margin: 0 0 0 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size:.70em;
    font-weight: normal;
    color: #888;
}
.area .highseason{
	 margin: 0 0 0 0;
    font-family: "Noto Sans Japanese", sans-serif;
	display: block;
	font-size:.50em;
	font-weight: normal;
	line-height: 1.5;
	color: #d00;
	margin-top: 7px;
}
.area .planset {
    padding: 0 0 36px 0;
    border-bottom: 1px solid #dddddd;
}
.area .planset__title {
    margin: 0 0 32px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
}
.area .note {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #dddddd;
    font-size: 0.875rem;
    line-height: 1.7;
}
.area .btn--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0 0;
}
.area .option-btn {
    flex-basis: 220px;
    margin: 0 10px 0 0;
}
.area .option-btn a {
      display: block;
      position: relative;
      width: 100%;
      padding: 20px 0;
      border: 1px solid #111;
      border-radius: 30px;
      text-align: center;
      color: #111111;
}
.area .option-btn a:after {
        content: " ";
        display: block;
        position: absolute;
        background: url("../images/btn__arrow2.svg") no-repeat;
        top: 23px;
        right: 19px;
        width: 13px;
        height: 10px;
}
.area .option-btn a:hover {
      border: 1px solid #7bc99b;
      color: #7bc99b;
}
      .area .option-btn a:hover:after {
        background: url("../images/btn__arrow2--over.svg") no-repeat;
}
.area .option-btn:nth-child(2n) {
    margin: 0 0 0 5px;
}


@media only screen and (max-width: 768px) {
	.area .plan__category {
		padding: 21px 0 0 0;
	}
.area h2 {
        margin: 0 0 11px 0;
        padding: 3px 0 17px 26px;
        font-size: 1.384rem;
	}
.area .plan__753:before {
        top: -4px;
        left: 2px;
        width: 14.922px;
        height: 31.5px;
        background: url("../../plan/images/753__icon--sp.svg") no-repeat;
	}
.area .plan__kids:before {
        top: 1px;
        left: -2px;
        width: 21.375px;
        height: 20.985px;
        background: url("../../plan/images/kids__icon--sp.svg") no-repeat;
	}
.area .plan__maternity:before {
        top: 2px;
        left: -17px;
        width: 35.969px;
        height: 22.015px;
        background: url("../../plan/images/maternity__icon--sp.svg") no-repeat;
	}
.area .plan__element {
        padding: 0 0 30px 0;
	}
.area .plan__wrap {
        width: 100%;
	}
.area .detail__image {
        margin: 0 0 1px 0;
	}
.area .detail__image img {
          width: 100%;
	}
.area .plan__imag__list li {
        flex-basis: calc(100%/5 - 1px);
        margin: 0 1px 0 0;
	}
.area .plan__imag__list a.active:before {
          border: 4px solid #7bc99b;
	}
.area .plan__info__wrap {
        margin: 26px 20px 0 20px;
	}
.area h3 {
        margin: 15px 0 15px 0;
        font-size: 1.8rem;
	}
/*.area .area {
        margin: -7px 0 17px 0;
	　　font-size: 0.8rem;
	}*/
.area h2.plan_detail {
    margin: 10px 0 -10px -25px;
    font-size: 1.3rem;
    font-weight: bold;
}
.area .price {
	    border: none;
        margin: 0 0 3px 0;
        font-size: 1.8rem !important;
	}
.area .tsuka {
        font-size: 1.153rem;
	}
.area .tax {
        margin: 0 0 0 -4px;
        font-size: 1.0rem;
	}
.area .holiday {
        margin: 0 0 0 0;
        font-size: 1.4rem;
	}
.area .planset {
        padding: 25px 0 30px 0;
	}
.area .planset__title {
        font-size: 1.076rem;
	}
.area .note {
        padding: 11px 0 11px 0;
        font-size: 1rem;
	}
.area .btn--wrap {
        margin: 17px 0 0 0;
	}
.area .option-btn {
        flex-basis: calc(100%/2 - 5px);
        margin: 0 5px 0 0;
	}
.area .option-btn a {
          padding: 14px 0;
          font-size: 0.846rem;
	}
.area .option-btn a:after {
            top: 16px;
            right: 10px;
            width: 8px;
            height: 6px;
            background: url("../images/btn__arrow1--sp.svg") no-repeat;
	}
.area .option-btn a:hover:after {
            background-size: 8px 6px;
	}
}
/*----------------------------------------------------------
 *      トピックスバナー
 *---------------------------------------------------------- */
.topics__area {
  position: relative;
  background: #eff2f1;
}
.topics__area .contents-wrap {
    position: relative;
    width: 1120px;
    padding: 90px 0 70px;
}
.topics__title {
  position: absolute;
  top: -16px;
  left: calc(50% - 140px);
  text-align: center;
}
.topics__title h1 {
    margin: 0 0 14px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
}



@media only screen and (max-width: 768px) {
  .topics__area .contents-wrap {
        width: 100%;
        padding: 40px 0 32px 0;
	}
	.topics__title {
      top: -11px;
	  text-align: center;
      left: calc(50% - 75px);
	}
	.topics__title h1 {
        margin: 6px 0 6px 0;
        font-size: 1.538rem
	}
}
/*----------------------------------------------------------
 *      ロケーション
 *---------------------------------------------------------- */
.location__area {
  background: #f5f5f5;
  padding: 54px 0 50px 0;
}
.location__area .title {
    margin: 0 0 40px 0;
    height: 95px;
    text-align: center;
    background: url("../images/top__plan__title-bar.png") no-repeat center bottom/20px 1px;
}
.location__area .en {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
.location__area h1 {
    margin: 18px 0 0 0;
    font-weight: bold;
    letter-spacing: 0.05rem;
}
.location__area h2 {
    position: relative;
    margin: 0 0 13px 0;
    padding: 7px 0 19px 36px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .location__area {
      padding: 27px 0 0 10;
	}
	.location__area .title {
        height: 56px;
        margin: 0 0 25px 0;
	}
	.location__area .en {
        font-size: 1.384rem;
	}
	.location__area h1 {
        margin: 6px 0 0 0;
        font-size: 0.769rem;
	}
	.location__area h2 {
        padding: 1px 0 9px 16px;
        font-size: 1rem;
	}
}


/*ロケーションエリア 各拠点アイコン ここから*/
.location__area .shop--kyoto {
	background: url("../images/shop__icon--kyoto.svg") no-repeat 0 0;
}
.location__area .shop--osaka {
	background: url("../images/shop__icon--osaka.svg") no-repeat 0 2px;
}
.location__area .shop--nara {
	background: url("../images/shop__icon--nara.svg") no-repeat 0 0;
}
.location__area .shop--kobe {
	background: url("../images/shop__icon--kobe.svg") no-repeat 0 0;
}
.location__area .shop--himeji {
	background: url("../images/shop__icon--himejijo.svg") no-repeat 0 6px;
}
.location__area .shop--okayama {
	background: url("../images/shop__icon--okayama.svg") no-repeat 0 7px;
}
.location__area .shop--kagawa {
	background: url("../images/shop__icon--kagawa.svg") no-repeat 0 3px;
}
.location__area .shop--yokohama {
	background: url("../images/shop__icon--yokohama.svg") no-repeat 0 4px;
}
.location__area .shop--tokyo {
	background: url("../images/shop__icon--tokyo.svg") no-repeat 8px 0/20px;
}

@media only screen and (max-width: 768px) {
	.location__area .shop--kyoto {
		background: url("../images/shop__icon--kyoto--sp.svg") no-repeat 0 0;
	}
	.location__area .shop--osaka {
		background: url("../images/shop__icon--osaka--sp.svg") no-repeat 0 1px;
	}
	.location__area .shop--nara {
		background: url("../images/shop__icon--nara--sp.svg") no-repeat 0 0;
	}
	.location__area .shop--kobe {
		background: url("../images/shop__icon--kobe--sp.svg") no-repeat 0 0;
	}
	.location__area .shop--himeji {
		background: url("../images/shop__icon--himejijo--sp.svg") no-repeat 0 3px;
	}
	.location__area .shop--okayama {
		background: url("../images/shop__icon--okayama--sp.svg") no-repeat 0 3px;
	}
	.location__area .shop--kagawa {
		background: url("../images/shop__icon--kagawa--sp2.svg") no-repeat 0 3px;
	}
	.location__area .shop--yokohama {
		background: url("../images/shop__icon--yokohama--sp.svg") no-repeat 0 3px;
	}
	.location__area .shop--tokyo {
		background: url("../images/shop__icon--tokyo--sp.svg") no-repeat 0 -1px/12px;
	}
}

/*ロケーションエリア 各拠点アイコン ここまで*/

.location__area .location__wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 58px 0;
    /*border-bottom: 1px solid #111;*/
}
.location__area .location__element {
	width:100%;
	margin-bottom:60px;
    /*flex-basis: 50%;
    margin: 0 0 25px 0;*/
}
.location__area .area__list ul{
    /*width: 540px;*/
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-left: 25px;
}
.location__area .area__list ul li{
	/*width:calc(100% / 7);*/
	width: calc(100% / 5);
	text-align: center;
}
.location__area .area__list ul li img {
	width: 96%;
}

.location__area .area__list .location_desc {
	color: #d00;
	font-size: .8em;
	line-height: 1.7;
	margin: -10px 0 0 30px;
}
.location__area .area__list .name {
      margin: 14px 0 0 0;
      line-height: 1.3;
	text-align: center;
}
/*.location__area .location__element:nth-child(2n) .area__list {
    margin-left: auto;
}
.location__area .location__element:nth-child(2n) .area__list h2 {
      margin: 0 0 13px 30px;
}
.location__area .location__element:nth-child(2n) .area__list li {
      flex-basis: 150px;
      margin: 0 0 30px 30px;
}*/
.location__area .area__other {
    flex-grow: 1;
    padding: 30px 50px;
    background: #fff;
    line-height: 1.7;
	text-align: center;
}
.location__area .option__wrap {
    padding: 60px 0;
}
.location__area .option__list{
	width: 1120px;
	min-width: 1120px;
	margin: 0 auto;
}
.location__area .option__list ul {
    display: flex;
    flex-wrap: wrap;
	width: 96%;
	margin: 0 auto;
}
.location__area .option__list li {
    flex-basis: 50%;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
	.location__area .location__wrap{
		padding: 0;
	}
	.location__area .area__list {
        width: 100%;
        padding: 0 20px 0 20px;
	}
	.location__area .area__list .location_desc{
		margin:0;
	}
	.location__area .area__list ul{
		margin-left:0;
	}
	.location__area .area__list li {
          flex-basis: calc(100%/3 - 20px);
          margin: 0 10px 10px 10px;
	}
	.location__area .area__list li img {
          width: 100%;
          height: auto;
	}
	.location__area .area__list .name {
          margin: 6px 0 0 0;
          font-size: 0.846rem;
	}
	.location__area .location__element:nth-child(2n) .area__list {
        margin: 0;
	}
	.location__area .location__element:nth-child(2n) .area__list h2 {
          margin: 0 0 13px 0;
	}
	.location__area .location__element:nth-child(2n) .area__list li {
          flex-basis: calc(100%/3 - 20px);
          margin: 0 10px 10px 10px;
	}
	.location__area .area__other {
        margin: 0 20px 0 20px;
        padding: 15px 20px;
	}
	.location__area .option__wrap {
        padding: 30px 0 0 0;
	}
	.location__area .option__list ul {
        display: block;
        /*padding: 0 30px 30px 30px;*/
	}
	.location__area .option__list li {
		line-height: 1.4;
        margin: 0 0 16px 0;
	}
}

/*----------------------------------------------------------
 *      goods
 *---------------------------------------------------------- */
#goods-area{
	max-width: 1120px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.goods__list ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 96%;
	margin: 0 auto;
}
.goods__list-item{
	width:calc(95% / 3);
	margin-bottom: 35px;
}
.goods__list-item .list-image {
	width: 100%;
	overflow: hidden;
}
.goods__list-item .list-image img{
	width:100%;
}
.goods__list-item .list-title{
	font-weight: bold;
	line-height: 1.7;
	padding: 5px 0;
}
.list-text {
	font-size: .85em;
	letter-spacing: -.5px;
	line-height: 1.4;
	padding: 10px 0 0;
	border-top: 2px dotted #7bc99b;
}
@media only screen and (max-width: 768px){
	#goods-area{
		margin: 26px 20px 0 20px;
		padding: 30px 0;
	}
	.goods__list-item{
		width:calc(95% / 2);
		margin-bottom: 35px;
	}
	#goods-area .area__other{
		margin:0;
	}
}


