@charset "utf-8";

/*-----------------------------------------------
common.css
-----------------------------------------------*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 11.2vw 0 0;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.1vw;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust:100%;
	position: relative;
	overflow: hidden;
}

#wrapper {
	height: 100%;
	overflow: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	margin:0;
    padding:0;
}

p,
li,
dt,
dd,
th,
td,
pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	vertical-align: top;
	border: 0;
}

ul,
ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,
embed {
  vertical-align: top;
}

a {
	color: #003399;
	cursor: pointer;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

input[type="submit"] {
	cursor:pointer;
}

.cf:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
    line-height:0;
}
.cf{
    display:inline-block;
}
/* \*/
.cf{
    display:block;
}

.flex {
	display: flex;
}

/*-----------------------------------------------
Common
-----------------------------------------------*/
.inner {
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}

/*-----------------------------------------------
Header
-----------------------------------------------*/
header {
	width: 100%;
	height: 11.2vw;
	color: #fff;
	background: #ff8f12;
	padding: 0 40px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
}

.header__dl {
	margin: .5em 0;
}

.header__dl > * {
	display: inline-block;
	vertical-align: middle;
}

.header__dl dt {
	/*font-size: 42px;*/
	font-size: 3.7vw;
	font-weight: bold;
	padding: 2vw 1.5vw 2vw 5.5vw;
	background-repeat: no-repeat;
	background-position: left center;
	/*background-size: 45px auto;*/
	background-size: 36px auto;
	position: relative;
}

.header__dl.dog dt {
	background-image: url(../images/ico_dog.png);
}

.header__dl.cat dt {
	background-image: url(../images/ico_cat.png);
}

.header__num {
	position: absolute;
	top: 2.4vw;
	right: 120px;
}

.header__num span {
	display: block;
	text-align: center;
}

.header__num span:first-child {
	/*font-size: 30px;*/
	font-size: 2.5vw;
}

.header__num span:last-child {
	/*font-size: 36px;*/
	font-size: 3.1vw;
}

.header__btn {
	width: 8%;
    position: absolute;
    top: 1.7vw;
    right: 25px;
}

/*-----------------------------------------------
Footer
-----------------------------------------------*/
#footer {
	width: 100%;
	height: calc(100% - 11vw);
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	transition: all  .3s ease;
}

#footer.on {
	top: 11vw;
}

.footer__nav {
	width: 100%;
	height: 11vw;
	margin: 0;
	position: absolute;
	bottom: 12.9vw;
	left: 0;
	z-index: 3;
	transition: all  .3s ease;
}

.footer__nav.on {
	bottom: calc(100% - 11vw);
}

.footer__nav li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	/*font-size: 40px;*/
	font-size: 3.3vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background: #ff8f12;
	border-bottom: 10px solid #ff5a12;
	position: relative;
	cursor: pointer;
}

.footer__nav li.on {
	background: #ff5a12!important;
	border-bottom: 10px solid #ff8f12;
}

.footer__nav li:nth-child(2) {
	border-left: 1px solid #fff;
}

.footer__nav li span {
	display: inline-block;
	/*width: 46px;
	height: 46px;*/
	width: 40px;
	height: 40px;
	background: url(../images/ico_arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

.footer__nav.on li span {
	transform: translate(0,-50%) rotate(180deg);
}

.footer__nav li#love span {
	right: 4vw;
}

.footer__nav li#long span {
	left: 4vw;
}

#footer.on .footer__nav li span {
	transform: translate(0,-50%) rotate(180deg);
	transition: all .5s ease;
}

.footer__container {
	height: 100%;
	border-top: 5px solid #182d4e;
}

.footer__container__inner {
	height: 100%;
	overflow: auto;
	padding-bottom: 10vw;
	box-sizing: border-box;
}

.footer__container__inner:not(.on) {
	display: none;
}

.close {
	/*width: 120px;
	height: 120px;*/
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/btn_close.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	cursor: pointer;
}

.footer__container__inner__table {
	width: 100%;
	margin: 30px 0 60px;
	border-collapse: collapse;
	border-top: 1px solid #f1c291;
}

.footer__container__inner__table th,
.footer__container__inner__table td {
	/*font-size: 30px;*/
	font-size: 2.5vw;
	font-weight: normal;
	padding: .77em 1em;
	border-bottom: 1px solid #f1c291;
}

.footer__container__inner__table th {
	color: #ee6300;
	background: #fdf5ee;
}

.footer__container__inner__table td {
	font-weight: 300;
}

.footer__container__inner__table td span {
	color: #ee6300;
	font-weight: 500;
	margin: 0 0 0 .1em;
}

.footer__container__inner__table th:nth-child(2),
.footer__container__inner__table td:nth-child(2) {
	border-left:1px solid #d3beac;
}

.footer__container__inner__list2 {
	padding: 0 10px;
}

.footer__container__inner__list2 li {
	/*font-size: 30px;*/
	font-size: 2.5vw;
	font-weight: 300;
	padding: 0 0 0 1em;
	position: relative;
}

.footer__container__inner__list2 li:before {
	display: block;
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.footer__container__box {
	margin: 0 40px;
	border: 8px solid #ee6300;
	border-radius: 16px;
	background: #fdf5ee;
}

.footer__container__box__title {
	text-align: center;
	/*font-size: 42px;*/
	font-size: 3.2vw;
	font-weight: 700;
	color: #ffffff;
	padding: 1px 0 2px;
	background: #ee6300;
}

.footer__container__box__title > span {
	/*font-size: 62px;*/
	font-size: 5vw;
	font-family: arial, sans-serif;
	margin-left: 40px;
	vertical-align: middle;
	position: relative;
	top: -4px;
}

.footer__container__box__title > span .small {
	/*font-size: 30px;*/
	font-size: 2.1vw;
	font-weight: normal;
	margin-left: 10px;
}

.footer__container__box__inner {
	padding: 15px 40px 5px;
}

.footer__container__box__inner__text {
	/*font-size: 30px;*/
	font-size: 2.1vw;
	font-weight: bold;
	color: #ee6300;
	margin: 0 0 .6em;
}

.footer__container__box__inner__list {
	margin: 0;
	padding-left: 5px;
}

.footer__container__box__inner__list li {
	/*font-size: 30px;*/
	font-size: 2.1vw;
	font-weight: 300;
	margin: 0 0 .2em;
	padding: 0 0 0 1em;
	position: relative;
}

.footer__container__box__inner__list li:before {
	display: block;
	content: "●";
	font-size: 70%;
	color: #ee6300;
	position: absolute;
	top: .35em;
	left: 0;
}

.footer__container__box__inner__list + p {
	/*font-size: 30px;*/

	font-size: 2.1vw;
	font-weight: 300;
}

/*-----------------------------------------------
Main
-----------------------------------------------*/
.main__flex {
	margin: 1.5vw 0 1vw;
	padding: 0 40px;
}

.main__flex__box {
	box-sizing: border-box;
}

.main__flex__movie {
	width: 44%;
	position: relative;
}

.main__flex__movie:before,
.main__flex__movie:after {
	display: block;
	content: "";
	height: 30%;
	position: absolute;
	right: 0;
}

.main__flex__movie:before {
	width: 100%;
	top: 0;
}

.main__flex__movie:after {
	width: 25%;
	bottom: 0;
}

.main__flex__detail {
	width: 56%;
	padding-left: 20px;
}

.main__flex__movie iframe {
	height: 100%;
}

.main__flex__detail__table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d3beac;
}

.main__flex__detail__table th,
.main__flex__detail__table td {
	/*font-size: 30px;*/
	font-size: 2vw;
	font-weight: normal;
	border-bottom: 1px solid #f1c291;
}

.main__flex__detail__table th {
	width: 43%;
	color: #42210b;
	padding: .4em 0;
	background: #fdf5ee;
}

.main__flex__detail__table td {
	padding: .4em .5em;
}

#price-area {
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: .8em 0 .6em;
	padding: .4em 20px .4em 20px;
	background: #ee6300;
	position: relative;
}

#price-area p {
	font-family: arial, sans-serif;
	margin: 0;
}

.price__text {
	font-size: 220%;
	font-weight: bold;
	margin-left:10vw!important;
	position: relative;
}

.price__text:before {
	display: block;
	content: "";
	width: 12vw;
	height: 12vw;
	background: url(../images/ico_price.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: -13vw;
	bottom: -.31em;
}

.price__text span {
	font-size: 50%;
	margin: 0 15px 0 .8em;
	position: relative;
	top: -1px;
}

.price__detail {
	font-size: 260%;
	font-weight: bold;
}

.price__detail span:not([class]) {
	font-size: 60%;
	margin: 0 0 0 .3em;
}

.price__detail span.text {
	font-size: 40%;
	font-weight: normal;
}

.main__menu {
	margin: 0;
	border-bottom: 8px solid #42210b;
}

.main__menu li {
	width: 50%;
	/*font-size: 36px;*/
	font-size: 2.8vw;
	font-weight: bold;
	color: #42210b;
	text-align: center;
	padding: .7em 0;
	background: #d3beac;
}

.main__menu li.on {
	color: #fff;
	background: #42210b;
}

.main__menu li span {
	/*width: 31px;
	height: 20px;*/
	width: 26px;
	height: 15px;
	display: inline-block;
	margin: 0 0 0 .6em;
	vertical-align: middle;
	background: url(../images/arrow_br.png) no-repeat center / contain;
}

.main__menu li.on span {
	background: url(../images/arrow_wh.png) no-repeat center / contain;
}

.main__box {
	padding: 15px 40px 0;
	background: #fff;
	border-radius: .5em;
}

.main__box:not(.on) {
	display: none;
}

.main__box__flex1 {
	justify-content: space-between;
	margin: 0 0 15px;
}

.main__box__flex2 {
	flex-direction: column;
}

.main__box__flex__box {
	width: calc(50% - 20px);
	box-sizing: border-box;
	border-top: 1px solid #cbcbcb;
	position: relative;
}

.main__box__flex__box__dl3 {
	justify-content: space-between;
	margin: 0;
	padding: .6em 0;
	border-bottom: 1px solid #cbcbcb;
}

.main__box__flex__box__dl3 dt {
	/*font-size: 24px;*/
	font-size: 1.8vw;
	font-weight: bold;
	color: #0166ca;
}

.main__box__flex__box__dl3 dd {
	text-align: right;
}

.main__box__flex2 {
	justify-content: space-between;
}

.main__box__flex__box3,
.main__box__flex__box4 {
	width: 48%;
}

.plan__flex {
	justify-content: space-between;
	margin: 0 0 25px;
}

.main__box__flex__box__dl {
	width: calc(50% - 20px);
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.main__box__flex__box__dl dt {
	/*font-size: 30px;*/
	font-size: 2.6vw;
	color: #fff;
	padding: .4em 0;
}

.main__box__flex__box__dl dd {
	font-family: arial, sans-serif;
}

.main__box__flex__box__dl dd span {
	/*font-size: 30px;*/
	font-size: 2.6vw;
	color: #42210b;
	margin: 0 0 0 .4em;
}

.main__box__flex__box__dl1 dt {
	background: #ee6300;
}

.main__box__flex__box__dl1 dd {
	/*font-size: 82px;*/
	font-size: 6.8vw;
	color: #ee6300;
	padding: .15em 0;
	background: #fdf5ee;
}

.main__box__flex__box__dl2 dt {
	background: #0060b4;
}

.main__box__flex__box__dl2 dd {
	/*font-size: 60px;*/
	font-size: 5.5vw;
	color: #0060b4;
	padding: .34em 0;
	background: #e1f0fc;
}

.delivary,
.delivary-select {
	display: inline-block;
}

.delivary-select {
	padding: 0 0 0 1em;
}

.delivary-select select {
	width: 100%;
	font-size: 18px;
	padding: .2em .5em;
}

.main__box__flex__box2 {
	border-bottom: 1px solid #cbcbcb;
	padding: 1em 0 0;
}

.main__box__flex__box2__title {
	/*font-size: 24px;*/
	font-size: 1.8vw;
	font-weight: bold;
	color: #0060b4;
	margin: 0 0 .6em;
}

.main__box__flex__box2 .radio-div {
	/*font-size: 24px;*/
	font-size: 1.8vw;
	margin: 0 0 .4em;
}

.main__box__flex__box2 .radio-div label {
	padding: 0 0 0 .6em;
}

.plan__detail {
	border: 6px solid #ee6300;
	border-radius: 16px;
}

.main__box__flex__box4 {
	padding: 2vw;
	border: 2px solid #de4721;
	border-radius: 1vw;
}

.main__box__flex__box4__title {
	/*font-size: 42px;*/
	font-size: 3vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: .1em 0 .5em;
	background: #ee6300;
	position: relative;
	top: -1px;
}

.main__box__flex__box4__title:after {
	display: block;
	content: "";
    width: 80px;
    height: 80px;
    background: url(../images/lovelove.png) no-repeat left top / 100% auto;
	position: absolute;
	bottom: 0;
	right: 17%;
}

.plan__detail__inner {
	text-align: center;
	padding: 10px 40px 0px;
	background: #fdf5ee;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.main__box__flex__box4__text {
	display: inline-block;
}

.main__box__flex__box4__text1 {
	/*font-size: 42px;*/
	font-size: 3.2vw;
	font-weight: bold;
	color: #ee6300;
	margin: 0 0 .6em;
}

.main__box__flex__box4__text2 {
	/*font-size: 36px;*/
	font-size: 2.8vw;
	font-weight: bold;
	color: #0166ca;
	margin: 0 0 .3em;
}

.main__box__flex__box4__text3 {
	font-size: 2vw;
	text-align: right;
	margin: 0 0 .5em;
}

.main__box__flex__box4__text4 {
	font-size: 2vw;
}

.main__shop {
	justify-content: space-between;
	margin: 30px 0 0;
}

.main__shop__image {
	width: 30%;
}

.main__shop__detail {
	width: 66%;
}

.main__shop__detail__dl {
	margin: 0;
}

.main__shop__detail__dl dt,
.main__shop__detail__dl dd {
	font-size: 2vw;
	margin: 0 0 .5em;
	padding-left: 1.8em;
	background-repeat: no-repeat;
}

.main__shop__detail__dl .shopname {
	color: #0166ca;
	font-weight: 600;
	background-image: url(../images/icon_shop.png);
	background-size: 1.2em auto;
	background-position: left top;
}

.main__shop__detail__dl .shopaddress {
	background-image: url(../images/icon_map.png);
	background-size: .9em auto;
	background-position: left 2px top;
}

.main__shop__detail__dl .shoptel {
	background-image: url(../images/icon_phone.png);
	background-size: .7em auto;
	background-position: left 3px top;
}


.back-btn {
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.main__box__campaign {
	text-align: center;
	margin: 0 0 15px;
	padding: 15px 10px;
	background: #fdf5ee;
	border-radius: 12px;
}

.main__box__campaign__text {
	/*font-size: 24px;*/
	font-size: 2vw;
	font-weight: bold;
	color: #ee6300;
	margin: 0;
}

.main__box__campaign__list {
	justify-content: center;
	margin: .7em 0;
}

.main__box__campaign__list li {
	font-size: 1.9vw;
	color: #fff;
	margin: 0 10px;
	padding: .3em .6em;
	background: #ff8f12;
	border-radius: 6px;
}

.main__box__total {
	justify-content: space-between;
}

.main__box__total__box {
	width: calc(50% - 20px);
}

.main__box__total__box {
	border-top: 1px solid #cbcbcb;
}

.main__total {
	justify-content: center;
	align-items: center;
	/*font-size: 28px;*/
	font-size: 2.2vw;
	color: #fff;
	margin: 20px 0 0;
	padding: 20px 10px;
	border-radius: 16px;
	background: #ee6300;
}

.main__total__pay span {
	/*font-size: 58px;*/
	font-size: 6vw;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.main__total__first span {
	/*font-size: 44px;*/
	font-size: 4.4vw;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.select--wrap {
	padding: 0 60px 30px;
}

.select-btn {
	margin-top: 3vw;
	position: relative;
	z-index: 2;
}

.select-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #999999;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	z-index: -1;
}

.select-btn a,
.select-btn span {
	display: block;
	font-size: 2.8vw;
	color: #0166ca;
	text-decoration: none;
	font-weight: 500;
	padding: .5em 5.7vw;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

.select-btn a:not(.active) {
	display: none;
}

.select-btn a:after,
.select-btn span:after {
	content: "";
	width: 3vw;
	height: 3vw;
	background: url(../images/arrow_or.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 1.1vw;
	transform: translateY(-50%);
}

.select-btn a.right:after {
	background: url(../images/ico_close.png) no-repeat center / contain;
}

.select-btn span.open:after {
	transform: translateY(-50%) rotate(90deg);
}

.select-btn a:before,
.select-btn span:before {
	content: "";
	width: 3.2vw;
	height: 3.2vw;
	background: no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 1.1vw;
	transform: translateY(-50%);
}

.select-shop a:before {
	background-image: url(../images/ico_shop.png);
}

.select-detail span:before {
	background-image: url(../images/ico_search.png);
}

.select-detail-target {
	position: relative;
	z-index: 1;
}

.select-detail-target:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #999999;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	z-index: -1;
}

.select-detail-menu {
	display: none;
	width: 100%;
	background: #fff;
	padding: 10px 10px 15px;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	position: relative;
}

.select-detail-menu:before {
	content: "";
	width: calc(100% - 20px);
	height: 2px;
	background: #ee6300;
	position: absolute;
	top: 10px;
	left: 10px;
}

.select-detail-menu__dl {
	align-items: center;
	margin: 0;
	padding: 10px 0;
	border-bottom: 2px solid #ee6300;
}

.select-detail-menu__dl dt {
	font-size: 2.5vw;
	color: #3d2310;
	width: 15vw;
	padding-left: 1em;
	border-left: 7px solid #ee6300;
}

.select-detail-menu__dl dd {
	flex: 1;
}

.search-main__selectwrap {
    position: relative;
    font-size: 14px;
    border: 1px solid #B3B3B3;
}

.search-main__selectwrap select {
    width: 100%;
    padding: 0.5em;
    -webkit-appearance: none;
    line-height: 1;
    background: #fff;
    font-size: 2.5vw;
    border-radius: 0;
    border: 3px solid #fff;
    color: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#fff));
    background: -webkit-linear-gradient(#F2F2F2, #fff);
    background: -o-linear-gradient(#F2F2F2, #fff);
    background: linear-gradient(#F2F2F2, #fff);
}

.search-main__selectwrap:after {
    font-size: 1vw;
    content: "▼";
    display: flex;
	justify-content: center;
	align-items: center;
    width: 1px;
    height: 100%;
	padding: 0 2.7em;
    background: #42210B;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    text-align: center;
    line-height: 1;
    pointer-events: none;
}

.select--btn {
	padding: 17px 0 0;
}

.select--btn img {
	max-width: none;
	width: 100%;
}

/*-----------------------------------------------
home
-----------------------------------------------*/
#home,
#archive {
	height: 100%;
	padding: 0;
	background: #009de2;
	position: relative;
	z-index: 1;
}

.home--bg {
	width: 100%;
	height: 50vw;
	position: absolute;
}

.home--bg > div {
	width: 100%;
	height: 100%;
	background: url(../images/cloud.png) repeat-x left top;
	position: absolute;
	top: 50px;
	left: 0;
}

.home--bg div:nth-child(1) {
	left: 0;
	animation: cloudAnim1 28s linear infinite;
}

.home--bg div:nth-child(2) {
	left: 100%;
	animation: cloudAnim2 28s linear infinite;
}

@keyframes cloudAnim1 {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}

@keyframes cloudAnim2 {
	0% {
		left: 100%;
	}
	100% {
		left: 0;
	}
}

#home:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: url(../images/bg.png) no-repeat center/ cover;
	top: 0;
	left: 0;
}

#archive:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: url(../images/archive_bg.png) no-repeat center/ cover;
	top: 0;
	left: 0;
}

#home #wrapper,
#archive #wrapper {
	height: 100%;
	position: relative;
	z-index: 2;
}

#home #wrapper {
	background: url(../images/footer.png) no-repeat center bottom / 100% auto;
}

.home--logo {
	width: 55%;
	position: absolute;
	top: 6vw;
	left: 4vw;
}

.home--flex {
	height: 100%;
	padding: 0 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home--flex__btn {
	margin-top: 3.5vw;
}

.car-anim {
	width: 25%;
	position: absolute;
	bottom: 5vw;
	left: 4vw;
	animation: carAnim 8s linear infinite;
}

@keyframes carAnim {
	0% {
		transform: translateX(-30vw);
	}
	100% {
		transform: translateX(120vw);
	}
}

.balloon-anim {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	animation: balloonAnim 2s ease-in-out infinite;
}

@keyframes balloonAnim {
	0% {
		transform: translateY(-50px);
	}
	50% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-50px);
	}
}

/*-----------------------------------------------
archive photo
-----------------------------------------------*/
.photo__list {
	max-height: calc(100% - 34vw);
	overflow: auto;
	margin: 0;
	padding: 60px 60px 20px;
	flex-wrap: wrap;
}

.photo__list li {
	width: calc((100vw - 120px) / 3 - 30px);
	margin: 0 0 26px;
}

.photo__list li:not(:nth-child(3n)) {
	margin-right: 26px;
}

.photo__detail__list {
	height: calc(100% - 54vw);
	overflow: auto;
	margin: 0;
	padding: 60px 80px 20px;
}

.photo__detail__list-item {
	margin: 0 0 40px;
	padding: 30px 60px 0;
	border: 8px solid #ff5a12;
	border-radius: 40px;
	background: #f9e7d4;
	box-sizing: border-box;
}

.photo__detail__list__title {
	/*font-size: 60px;*/
	font-size: 4vw;
    line-height: 1.2;
    font-weight: bold;
    color: #ee6300;
    margin: 0 0 .3em;
    padding: 0 0 0 1.2em;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 40px auto;
}

.photo__detail__list__title.dog {
	background-image: url(../images/ico_photo_dog2.png);
}

.photo__detail__list__title.cat {
	background-image: url(../images/ico_photo_cat2.png);
}

.photo__detail__list__number {
	/*font-size: 36px;*/
	font-size: 2.4vw;
	font-weight: 300;
}

.photo__detail__list__number span {
	margin-left: 1em;
}

.photo__detail__list__slide-wrap {
	position: relative;
}

.photo__detail__list__slide {
	overflow: hidden;
}

.photo__detail__list__slide .swiper-slide img {
	max-width: none;
	width: 100%;
}

.photo__detail__list__slide-wrap .swiper-button-prev {
    background-image: url(../images/prev.png);
	left: -45px;
}

.photo__detail__list__slide-wrap .swiper-button-next {
    background-image: url(../images/next.png);
	right: -45px;
}

.photo__detail__list__slide-wrap .swiper-button-next,
.photo__detail__list__slide-wrap .swiper-button-prev {
    top: 50%;
    /*width: 111px;
    height: 111px;*/
	width: 90px;
	height: 90px;
    margin-top: -5px;
    background-size: contain;
    outline: none;
	transform: translateY(-50%);
}

.photo__detail__list__textBox {
	font-weight: 300;
	padding: 20px 30px 30px;
	background: #fff;
}

.photo__detail__list__text {
	/*font-size: 36px;*/
	font-size: 2.4vw;
	padding: .3em 0;
}

.photo__detail__list__text + .photo__detail__list__text {
	border-top: 1px solid #f1c291;
}

.photo__detail__list__plan {
	border: 1px solid #ee6300;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.photo__detail__list__plan__title {
	/*font-size: 36px;*/
	font-size: 3vw;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #ee6300;
	padding: 10px 0;
}

.photo__detail__list__plan__price {
	font-size: 30px;
	font-size: 2.4vw;
	text-align: center;
	padding: 10px 0;
}

.photo__detail__list__plan__price > span {
	font-size: 48px;
	font-size: 3.5vw;
	font-weight: bold;
	color: #ee6300;
	margin-left: .5em;
	vertical-align: middle;
	position: relative;
	top: -4px;
}

.photo__detail__list__plan__price > span .small {
	font-size: 70%;
	margin-left: .5em;
}

.photo__detail__list__btn {
	margin: 0 -68px;
	position: relative;
	top: 8px;
}


/*-----------------------------------------------
archive
-----------------------------------------------*/
.archive__title {
	padding: 33px 60px 55px;
}

.archive__list {
	height: calc(100% - 41.5vw);
	overflow: auto;
	margin: 0;
	padding: 0 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive__list li {
	width: calc(50% - 15px);
	margin: 0 0 26px;
}

.archive__list li a {
	display: flex;
	width: 100%;
	/*min-height: 132px;*/
	min-height: 100px;
	text-align: center;
	/*font-size: 42px;*/
	font-size: 3.2vw;
	line-height: 1.1;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background: #ff8f12;
	border: 4px solid #fff;
	border-radius: 100px;
	padding: 0 30px;
	box-sizing: border-box;
}


/*-----------------------------------------------
scroll bar
-----------------------------------------------*/
.scroll::-webkit-scrollbar {
	width: 20px;              
	background-color: #ddedfc;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 0; 
	box-shadow: inset 0 0 10px 10px #0166ca;
}

/*-----------------------------------------------
pagenavi
-----------------------------------------------*/

.pagenavi {
	margin: 30px 100px 30px 80px;
}
.pagenavi__result span {
	color: #42210B;
}
.pagenavi__list {
	display: flex;
	flex-wrap: wrap;
	margin: 2vw 0 0;
}
.pagenavi__item {
	width: 13.698%;
}
.pagenavi__item:not(:last-child) {
	margin-right: 3.56%;
}
.pagenavi__item span, .pagenavi__item a {
	display: block;
}
.pagenavi__item span {
	border: #42210B 1px solid;
	background: #42210B;
	font-size: 2.8vw;
	color: #fff;
	line-height: 3;
	text-align: center;
}
.pagenavi__item a {
	border: #42210B 1px solid;
	background: #fff;
	font-size: 2.8vw;
	text-decoration: none;
	color: #42210B;
	line-height: 3;
	text-align: center;
}
.pagenavi__item a:hover {
	background: #42210B;
	color: #fff;
}
.pagenavi__onestep {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
.pagenavi__next a,
.pagenavi__prev a {
	padding: 0.5em 1em;
	background: #42210B;
	text-decoration: none;
	color: #fff;
}
.pagenavi__next a:link,
.pagenavi__next a:hover,
.pagenavi__next a:active,
.pagenavi__next a:focus,
.pagenavi__next a:visited,
.pagenavi__prev a:link,
.pagenavi__prev a:hover,
.pagenavi__prev a:active,
.pagenavi__prev a:focus,
.pagenavi__prev a:visited {
	text-decoration: none;
	color: #fff;
}
.pagenavi__next a:after {
	content: "\f138";
	font-family: FontAwesome;
	margin-left: 0.5em;
}
.pagenavi__prev {
	margin-right: 20px;
}
.pagenavi__prev a:before {
	content: "\f137";
	font-family: FontAwesome;
	margin-right: 0.5em;
}