/*!
Theme Name: lp-densen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lp-densen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lp-densen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.5rem;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	max-width: 450px;
	margin: 0 auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Text-level semantics
	 ========================================================================== */
a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/* Embedded content
	 ========================================================================== */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
details {
	display: block;
}

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #171f40;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: #333;
}

a:visited {
	opacity: 0.8;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
	*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/************************************************
** 背景設定
************************************************/
body {
	background-attachment: fixed;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
	transition: .7s;
	position: relative;
	min-width: 320px;
}

body::before {
	content: "";
	position: fixed;
	inset: -120px;
	z-index: -1;
	pointer-events: none;
	background: url("./img/bk.jpg");
	opacity: 0.7;
}

/************************************************
** ナビ
************************************************/
.nav_wrapper {
	position: fixed;
	z-index: 5;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);

	.nav_list {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: calc((100% - 1000px) / 4);
		z-index: 5;

		li {
			margin-bottom: 10px;
			background-color: #eee;
			border-radius: 5px;
			border: solid 2px #212544;

			a {
				display: flex;
				align-items: center;
				justify-content: left;
				padding: 13px;
				font-weight: 700;
				color: #212544;
			}
		}
	}

	@media screen and (max-width:1250px) {
		display: none;
	}
}

.nav_item img {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.current {
	background-color: #171f40 !important;

	a {
		color: #fff !important;
	}
}


/************************************************
** タイトル
************************************************/
.t-diagonal {
	padding: 0.4rem 1rem;
	transform: skew(-15deg);
	text-align: center;
	width: 90%;
	margin: 0 auto;
	background: #FFF;
	color: #171f40;
	box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.3);
}

.t-diagonal span {
	display: inline-block;
	transform: skew(15deg);
}

.t-diagonal.is-blue {
	background: #171f40;
}

.t-diagonal.is-blue span {
	color: #fff;
}


.t-ribbon {
	position: relative;
	display: block;
	margin: 0 10px;
	width: 100%;
}

.t-ribbon span {
	position: relative;
	z-index: 2;
	display: block;
	padding: 12px 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
}

@media screen and (max-width:450px) {
	.t-ribbon span {
		font-size: 19px;
	}
}

.t-ribbon::before {
	content: "";
	position: absolute;
	top: 0;
	left: -8px;
	width: calc(100% + 24px);
	height: 100%;
	background: #ff0000;
	clip-path: polygon(4% 0%,
			92% 0%,
			100% 28%,
			96% 100%,
			0% 88%,
			0% 28%);
	z-index: 1;
}

.t-ribbon.is-blue {
	width: 90%;
}

.t-ribbon.is-blue::before {
	background: #171f40;
}


/************************************************
** コンテンツ
************************************************/
.article {
	max-width: 450px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	z-index: 1;
	padding-bottom: 40px;
}

@media screen and (max-width:768px) {
	.article {
		max-width: none;
		width: 100%;
	}
}


/************************************************
** 買取価格表
************************************************/
.main {
	position: relative;
}

.main--strong {
	position: absolute;
	width: 58%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 4%;
	bottom: 10%;
	gap: 10px;
}

/************************************************
** 買取価格表
************************************************/
#price {
	background: url("./img/price-bk.png") no-repeat center center / cover;
	padding: 20px 0;

}

.price__list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 5px;
}

.price__wrap {
	border-radius: 5px;
	background: #FFF;
	width: calc(50% - 5px);
}

.price__label {
	padding: 1px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	background: #000;
	color: #FFF;
	font-weight: 600;
	font-size: 1.2rem;
}

.price__label.is-major {
	background: #ee731b;
}

.price__major {
	color: #ff0000;
	font-size: 2.0rem;
	font-weight: 800;
	text-align: center;
}

.price__minor {
	color: grey;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
}

.price__yen {
	font-size: 1.4rem;
}

.price__miner-wrap {
	border-radius: 5px;
	padding: 15px 10px 10px;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.6);
	border: solid 2px #171f40;
	position: relative;
}

.price__miner-title {
	position: absolute;
	width: 98%;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #171f40;
	color: #FFF;
	font-weight: 800;
	text-align: center;
	border-radius: 20px;
	padding: 7px 5px;
}


/************************************************
** 買取メーカー
************************************************/
.maker-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.maker__img {
	width: calc((100% / 3) - 5px);
}

.maker__wrap {
	background: rgba(255, 255, 255, 0.6);
	border: solid 2px #171f40;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.maker__title {
	color: #171f40;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: yellow;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
}


/************************************************
** キャンペーン
************************************************/
.campaign {
	background: url("./img/campaign-bk.png?20240424") no-repeat center center / cover;
	padding: 20px 0;
}

.campaign__title-wrap {
	display: flex;
	align-items: center;
	justify-content: start;
}

.campaign__title-more {
	position: relative;
	background: #ee731b;
	color: #fff;
	padding: 4px;
	display: inline-block;
}

.campaign__title-more::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -21px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 22px solid #ee731b;
}

.campaign__title {
	color: #fff;
	text-shadow: 1px 1px 0 #171f40, -1px 1px 0 #171f40, 1px -1px 0 #171f40, -1px -1px 0 #171f40;
	margin-left: 35px;
}

.campaign__example {
	font-weight: bold;
	text-align: center;
}

.campaign__example-namex {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #171f40;
	border-radius: 12px;
	padding: 5px 20px;
	position: relative;
}

.campaign__example-namex::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background: #171f40;
	bottom: -12px;
	left: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: auto;
}


/************************************************
** 買取実績
************************************************/
.achieve-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 500px;
}

.post-card__link {
	display: block;
	border: solid 2px #212544;
	padding: 10px;
	border-radius: 5px;
}

.post-card__thumb-img {
	object-fit: cover;
	aspect-ratio: 16/9;
}

.post-card__title {
	font-size: 1.0rem;
	line-height: 1.2rem;
}

.post-card__date {
	font-weight: 700;
	color: #ff0000;
}

.post-card__date>span {
	background: #ff0000;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 5px;
	margin-left: 5px;
}


/************************************************
** 札幌市内3店舗営業中
************************************************/
.store-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.store-detail {
	width: calc((100% / 3 - 10px));
}

.store-btn-wrap {
	text-align: center;
}

.store-btn {
	border-radius: 50px;
	border: solid 2px #212544;
	color: #212544;
	display: inline-flex;
	justify-content: space-between;
	position: relative;
	padding: 5px 32px 5px 10px;
	white-space: nowrap;
	background: #FFF;
}

.store-btn::after {
	content: '→';
	position: absolute;
	padding-top: 1px;
	right: 5px;
	top: 3px;
	width: 23px;
	height: 23px;
	background: #212544;
	text-align: center;
	color: #FFF;
	border-radius: 100%;
}


/************************************************
** 札幌市内3店舗営業中
************************************************/
.about {
	background: url(./img/about-bk.png) no-repeat center center / cover;
	padding: 20px 0 0;
}

.about-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.about__text {
	width: 60%;
	padding: 0 0px 20px 27px;
	margin: 0 auto;
	color: #FFF;
}

.about__img {
	width: 40%;
}


/************************************************
** パワフルトレードセンターの強み
************************************************/
.strong {
	background: url(./img/bk-main.png);
	padding: 30px 0;
}

.strong__detail {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.strong__img {
	width: 40%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.strong__text-wrap {
	width: calc(60% - 10px);
}

.strong__text {
	color: #FFF;
}

.strong__detail-title img {
	height: 36px;
}


/************************************************
** ここが違う！パワフルトレードセンター
************************************************/
.difference__text {
	background: rgb(215, 215, 215);
	padding: 15px 10px;
}

.difference__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.difference__detail {
	width: 100%;
}

.difference__title {
	font-weight: bold;
	color: #171f40;

}


/************************************************
** CTA
************************************************/
.cta {
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(255, 235, 148, 1) 15%, rgba(255, 252, 235, 1) 100%);
	border-radius: 10px;
	border: solid 2px #212544;
	padding: 8px 8px 12px;
	margin: 20px auto;
	position: relative;
}

.cta__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: 0 0 20px rgba(55, 80, 109, 0.5);
	opacity: 0.6;
	pointer-events: none;
	z-index: -1;
	animation: shadowPulse 2.5s ease-in-out infinite;
}

/* アニメーション */
@keyframes shadowPulse {
	0% {
		transform: scale(0.7);
		opacity: 0.5;
		box-shadow: 0 0 20px rgba(55, 80, 109, 0.7);
	}

	50% {
		transform: scale(1.0);
		opacity: 0.9;
		box-shadow: 0 0 30px rgba(55, 80, 109, 1.0);
	}

	100% {
		transform: scale(0.7);
		opacity: 0.5;
		box-shadow: 0 0 20px rgba(55, 80, 109, 0.7);
	}
}

.cta__img {
	width: 25%;
	display: block;
	margin-left: -5px;
}

.cta__info {
	width: 75%;
}

.cta__title {
	font-size: 1.1rem;
	font-weight: 600;
}

.cta__text {
	margin-right: 10px;
}

.cta-btn__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cta-btn__detail {
	width: calc((100% / 2) - 5px);
}

.cta-btn {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	transition: all 0.1s ease;
	transition: all 0.1s ease;
	transform: translateY(0px);
	border: none;
	line-height: 1.1rem;
}

/* TELボタン */
.cta-btn.is-tel:hover {
	transform: translateY(2px);
	box-shadow: 0 3px 0 #c05204;
}

.cta-btn.is-tel:active {
	transform: translateY(5px);
	box-shadow: 0 0 0 #c05204;
}

.cta-btn.is-tel {
	background-color: #ee731b;
	box-shadow: 0 5px 0 #c05204;
}

/* LINEボタン */
.cta-btn.is-line:hover {
	transform: translateY(2px);
	box-shadow: 0 3px 0 #069615;
}

.cta-btn.is-line:active {
	transform: translateY(5px);
	box-shadow: 0 0 0 #069615;
}

.cta-btn.is-line {
	background-color: #0fbe20;
	box-shadow: 0 5px 0 #069615;
}

@media screen and (max-width: 450px) {
	.cta-btn {
		min-width: 94px;
	}
}

/************************************************
** アクセス
************************************************/
.accsess__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.accsess__wrap img {
	width: 30%;
	margin-right: 10px;
}

.accsess__wrap iframe {
	display: block;
	width: 100%;
}

.access__text {
	width: calc(70% - 10px);
}

/************************************************
** 共通
************************************************/
.container {
	width: 90%;
	margin: 0 auto;
}

.f-red {
	color: #ff0000;
}

.f7 {
	font-size: 0.7rem;
}

.f8 {
	font-size: 0.8rem;
}

.f9 {
	font-size: 0.9rem;
}

.f10 {
	font-size: 1.0rem;
}

.f12 {
	font-size: 1.2rem;
}

.f14 {
	font-size: 1.4rem;
}

.f15 {
	font-size: 1.5rem;
}

.f17 {
	font-size: 1.7rem;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}