@import url("https://fonts.googleapis.com/css?family=Chelsea+Market");

/*
GROOWEB SCSS SMACSS BEM
*/

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
	color: #2b2929;
	font-weight: normal;
}

.link {
	color: #c93000;
	font-weight: bold;
}

.wave {
	background:url(../img/wave-orange.png) bottom repeat-x;
	background-size: 10px;
}

.linear {
	background: linear-gradient(transparent 90%, #ff99ab 90%);
}

.del {
	text-decoration-line: line-through;
	text-decoration-style:double;
	text-decoration-color: red;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
	font-size: 1.4rem;
	color: #292F33;
}

a {
	color: inherit;
	text-decoration: none;
}

/* Layout */

.l-body {
	padding-top: 140px;
}

.l-body--pt0 {
	padding-top: 0;
}

.l-wrapper-1 {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper-2 {
	background: #ebfff4;
}

.l-wrapper {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

/* Module */

.header {
	width: 100%;
	height: 110px;
	background: #d18475;
	background-size: cover; /* ← containよりcover推奨 */
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}

.header__reserve {
	display: block;
	width: 260px;
	max-width: 100%; /* スマホ対応 */
	flex-shrink: 0;   /* flex時に潰れないように */	
}

.header__reserve:hover {
	opacity: .8;
}

.header__reserve img {
	width: 100%;
	height: auto;
}

.header__logo {
	width: 80px;        /* 実画像サイズに合わせる */
	height: 80px;       /* 縦サイズも固定して安定させる */
	margin: 0 auto;     /* flexの中で中央寄せ */
	position: absolute; /* reserveとhamburgerの間に影響されないよう固定 */
	left: 50%;
	transform: translateX(-50%);
}

.header__logo:hover {
	opacity: .8;
}

.header__logo img {
	width: 100%;
	height: auto;	
}

.footer {
	width: calc(100% - 15px);
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.footer__reserve {
	display: block;
	aspect-ratio: 35 / 11;
	width: 46%;
 	height: auto;
	margin: 0 auto 66px;
	position: relative;
}

.footer__reserve__2 {
	margin-top: 60px;
	margin-bottom: 80px;
}

.footer__reserve__3 {
	margin-top: 40px;
}

.footer__sns {
	list-style-type: none;
	text-align:center;
}

.footer__sns li {
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: 0px 10px 30px 10px;
}

.footer__positive {
	text-align: center;
}

.footer__positive a {
	display: inline-block;
	margin: 0px 0px 30px 0px;
}

.footer__reserve::before {
	content: '';
	width: 140px;
	height: 140px;
	position: absolute;
	top: -20px;
	right: -35%;
	background: url(../img/143.png) no-repeat center center/contain;
}

.footer__reserve:hover {
	opacity: .7;
}

.footer__reserve img {
	width: 100%;
}

.footer__sns li:hover {
	opacity: .7;
}

.footer__sns img {
	width: 100%;
}

.footer__twitter {
	border: 1px solid #d1815e;
	border-radius: 10px;
	margin: 30px 0px 60px;
	padding: 10px;
}

.footer__youtube__3 {
	border: 1px solid #d1815e;
	border-radius: 10px;
	margin: 0 20px 30px;
	padding: 30px;
}

.footer__youtube__3 img {
	width: 650px;
}

.footer__youtube__4 img {
	width: 590px;
}

.footer__youtube__5 {
	margin-top: 20px;
	padding: 10px 30px 10px;
}

.footer__y {
	margin-bottom: 10px;
}

.footer__y__text {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
}

.footer__y__text__2 {
	margin-top: 20px;
}

.footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.footer__menu__item {
	font-size: 2rem;
	width: 220px;
	margin-right: 42px;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 25px;
	background: url(../img/line_footer.png) no-repeat bottom left/contain;
}

.footer__menu__item:hover {
	opacity: .7;
}

.footer__wrap {
	margin-bottom: 20px;
}

.footer__sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__sub-menu__item + .footer__sub-menu__item {
	margin-left: 10px;
	padding-left: 10px;
}

.footer__sub-menu__item:hover {
	text-decoration: underline;
}

.footer__copy {
	font-size: 1.2rem;
	text-align: center;
}

.breadcrumb {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.breadcrumb__item {
	display: inline;
}

.breadcrumb__item:after {
	content: "＞";
	padding: 0 0em;
	font-size: 1.4rem;
}

.breadcrumb__item:last-of-type::after {
	content: none;
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}

.breadcrumb__2 {
	width: auto; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.8;
	flex-wrap: wrap;        /* 必要に応じて折り返す */
}

.breadcrumb__2 li {
	display: inline;
	list-style: none;
	font-weight: bold;
	color: #888;
}

.breadcrumb__2 li:after {
	content: '>';
	padding: 0 5px;
	color: silver;
}

.breadcrumb__2 li:last-of-type::after {
	content: none;
}

.breadcrumb__2 a {
	text-decoration: none;
}

.breadcrumb__2 a:hover {
	opacity: .8;
}

.breadcrumb__3 {
	margin-top: 80px;
	margin-bottom: 20px;
}

.breadcrumb__5 {
	margin-top: 0px;
	margin-bottom: -50px;
}

.breadcrumb__sp {
  display: none;
}

@media screen and (max-width: 767px) {
.breadcrumb__pc {
  display: none;
    }
.breadcrumb__sp {
  display: block;
    }	
}

.btn-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 282px;
	height: 59px;
	background: #cc8978;
	margin-left: auto;
	margin: auto;
	color: #ffffff;
	border-radius: 30px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	-webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-2 {
	margin-bottom: 50px;
}

.btn-3 {
	margin-top: 40px;
}

.btn-1:hover {
	opacity: .8;
}

.design03 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #778ca3;
	margin-bottom: 60px;
}

.design03 tr:nth-child(2n+1) {
	background: #fce7ca;
}

.design03 th,
.design03 td {
	padding: 20px 0px;
	font-size: 1.8rem;
	line-height: 1.5em;
	border-bottom: solid 1px #778ca3;
}

.pagination {
	text-align: center;
	margin-bottom: 60px;
}

.pagination a {
	text-decoration: underline;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination .page-numbers {
	margin: 0 4px;
	font-size: 1.8rem;
}

.tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

.tag li {
	margin-right: 12px;
	margin-bottom: 15px;
}

.tag li a {
	display: block;
	background: skyblue;
	color: white;
	border-radius: 10px;
	padding: 5px 15px;
}

.tag li a:hover {
	background: silver;
}

.tag＿2 li a {
	border: 1px solid #292F33;
	background: white;
	color: #292F33;
}

.tag＿2 li a:hover {
	background: silver;
	color: #ffffff;
}

.tag＿3 li a {
	background: #ffffff;
	color: initial;
	border-bottom: dotted 1px #d49377;
	line-height: 1.5em;
}

.tag＿3 li a:hover {
	background: initial;
	opacity: .8;
}

.the_content {
	font-size: 1.8rem;
	line-height: 2;
}

.the_content h2 {
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
	background: #fffaf1;
	border-left: solid 6px #ff938b;
	border-bottom: solid 3px #e0cba6;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 15px 5px 15px 20px;
	margin: 50px 0 30px 0;
}

.the_content h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    border-left: 8px solid #7b7b7b;
	padding: 10px 0 10px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.the_content h4 {
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid;
	padding: 0 0 10px 10px;
	margin: 70px 0 30px 0;
}

.the_content p {
	margin-bottom: 30px;
}

.the_content img {
	margin-bottom: 10px;
}

.the_content strong {
	font-weight: bold;
}

.the_content l {
	font-weight: bold;
	color: #004474;
	border-bottom: solid 1px #004474;
}
	
.the_content i {
	font-style: italic;
}

.button-1 {
	display: block;
	width: 76%;
	margin: 0 auto;
}

.button-1 img {
	width: 100%;
}

.button-1:hover {
	opacity: .8;
}

.button-2 {
	display: block;
	width: 65%;
	margin: 0 auto;
}

.button-2 img {
	width: 100%;
}

.button-2:hover {
	opacity: .8;
}

.sp-menu-button {
	width: 58px;
	height: 58px;
	position: fixed;
	top: 5px;
	right: 13px;
	border: 1px solid #ffffff;
	border-radius: 7px;
	z-index: 10000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sp-menu-button span {
	width: 23px;
	height: 4px;
	background: #004d2e;
	position: absolute;
	top: 17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sp-menu-button span:nth-of-type(1) {
	top: 17px;
}

.sp-menu-button span:nth-of-type(2) {
	top: 26px;
}

.sp-menu-button span:nth-of-type(3) {
	top: 35px;
}

.sp-menu-button--active {
	border: none;
}

.sp-menu-button--active span:nth-of-type(1) {
	top: 17px;
	-webkit-transform: rotate(-45deg) translate(-13px, 0px);
	-ms-transform: rotate(-45deg) translate(-13px, 0px);
	transform: rotate(-45deg) translate(-13px, 0px);
}

.sp-menu-button--active span:nth-of-type(2) {
	opacity: 0;
}

.sp-menu-button--active span:nth-of-type(3) {
	top: 35px;
	-webkit-transform: rotate(45deg) translate(-13px, 0px);
	-ms-transform: rotate(45deg) translate(-13px, 0px);
	transform: rotate(45deg) translate(-13px, 0px);
}

.sp-menu {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.sp-menu--active {
	opacity: 1;
	
	visibility: visible;
}

.sp-menu__items {
	background: #fff4db;
	padding: 50px 30px 30px 30px;
	min-height: 100vh;
}

.sp-menu__item {
	font-size: 1.8rem;
	line-height: 1.4;
	border-bottom: dashed 1px #ff938b;
	display: block;
	padding: 17px 0;
}

.sp-menu__item__2 {
	border-bottom: none;
	padding: 17px 0 10px 0;
}

.sp-menu__item__3 {
	font-size: 1.6rem;
	line-height: 2.2;
	border-bottom: none;
	padding: 0px 0 5px 10px;
}

.sp-menu__item__4{
	font-size: 1.6rem;
	line-height: 2.2;
	padding: 0px 0 17px 10px;
}

.accordion-001 {
    max-width: 750px;
    background-color: #ffffff;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background-color: #d49377;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    color: #fff;
    font-weight: 600;
	line-height: 1.5;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 {
    max-width: 750px;
}

.accordion-002:not([open]) {
    margin-bottom: 7px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px 10px 20px;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.a {
	padding: 160px 0 0;
	background: url(../img/002.jpg) no-repeat center top;
	height: 1176px;
}

.a__head {
	width: 291px;
	margin: 0 auto;
}

.a__head img {
	width: 100%;
	height: auto;
}

.a__head__1 {
	position: relative;
}

.a__head__1 p {
	position: absolute;
	font-family: serif;
	font-size: 3.5em;
	color: #424242;
	top: 80px;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.a__head__2 p {
	font-size: 1.3em;
	top: 190px;
}

.a__head__3 p {
	font-size: 1.3em;
	top: 240px;
}

.b {
	margin-top: 30px;
	margin-bottom: 50px;
}

.balloon1-left {
	position: relative;
	position: relative;
	display: inline-block;
	margin: 0em 0 1.5em 15px;
	padding: 30px 30px;
	font-size: 18px;
	line-height: 1.8;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	border-radius: 15px;
}

.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}

.balloon1-left p {
	margin: 0;
	padding: 0;
}

.b__top {
	margin: 50px auto 70px;
}

.b__top img {
	display: block;
	margin:auto;
	aspect-ratio: 53 / 25;
	width: 80%;
 	height: auto;
}

.b__deco {
	width: 420px;
	display: block;
	margin: 0 auto 60px;
}

.b__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b__head-1 {
	width: 150px;
	display: block;
	margin-top: 0px;
}

.b__head-1 img {
	width: 100%;
	height: auto;
}

.b__head-2 {
	margin-bottom: 24px;
	font-size: 2.5rem;
	line-height: 1.4;
}

.b__main {
	width: calc(100% - 210px);
	height: auto;
}

.b__item + .b__item {
	margin-top: 50px;
}

.b__text {
	font-size: 1.8rem;
	line-height: 1.8em;
}

.b__text--2col {
	width: calc(100% - 250px);
}

.b__text--over-right {
	margin-right: -8%;
}

.b__2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b__image {
	width: 222px;
}

.b__image img {
	width: 100%;
}

.c {
	margin-bottom: 50px;
}

.c__head-1 {
	font-size: 1.6rem;
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}

.c__head-1 span {
	display: inline-block;
	position: relative;
}

.c__head-1 span::before,
.c__head-1 span::after {
	content: '';
	width: 38px;
	height: 45px;
	position: absolute;
	top: -10px;
}

.c__head-1 span::before {
	background: url(../img/007.png) no-repeat top left/contain;
	left: -50px;
}

.c__head-1 span::after {
	background: url(../img/008.png) no-repeat top left/contain;
	right: -50px;
}

.c__text {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 70px;
}

.cc {
	margin-top: 50px;
	margin-bottom: 80px;
}

.cc__head-1 {
	font-size: 2.6rem;
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}

.cc__head-1 span {
	display: inline-block;
	position: relative;
}

.cc__head-1 span::before,
.cc__head-1 span::after {
	content: '';
	width: 38px;
	height: 45px;
	position: absolute;
	top: -10px;
}

.cc__head-1 span::before {
	background: url(../img/007.png) no-repeat top left/contain;
	left: -50px;
}

.cc__head-1 span::after {
	background: url(../img/008.png) no-repeat top left/contain;
	right: -50px;
}

.cc__wrap {
	width: 750px;
	height: 600px;
	background: url(../img/142.jpg) no-repeat top left/contain;
}

.cc__list {
	padding: 160px 80px 50px;
}

.cc__item {
	font-size: 2rem;
	line-height: 1.5;
}

.cc__item + .cc__item {
	margin-top: 25px;
}

.cc__text {
	font-size: 2.2rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}

.e {
	padding: 30px 0 0;
}

.e__head {
	position: relative;
	margin: 0px auto 20px;
}

.e__head img {
	display: block;

}

.e__head__2 {
	position: absolute;
	font-family: serif;
	font-size: 2em;
	line-height: 1.4;
	color: #424242;
	bottom: 10px;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.e__head__3 {
	font-family: serif;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.4;
	color: #424242;
	text-shadow: 3px 3px 3px #ffffff;
	text-align: center;
	margin:	45px 0;
}

.e__head__4 {
	margin:	120px 0 80px;
}

.e__head__6 {
	margin-bottom: 80px;
}

.e__head__7 {
	font-size: 1em;
}

.e__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.e__item {
	width: 380px;
	position: relative;
}

.e__status {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.e__status:hover {
	opacity: .7;
}

.e__status img {
	width: 100%;
}

.e__main {
	display: block;
	width: 100%;
	height: 1026px;
	padding: 450px 50px 0;
	position: relative;
}

.e__main--bg01 {
	background: url(../img/134.png) no-repeat top left/contain;
}

.e__main--bg02 {
	padding-top: 472px;
	background: url(../img/135.png) no-repeat top left/contain;
}

.e__main:hover {
	opacity: .85;
}

.e__post {
	color: #ffffff;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

.e__text {
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 40px;
}

.e__voice {
	width: 255px;
	height: 204px;
	background: url(../img/067.png) no-repeat top left/contain;
	margin: 0 auto;
	padding-top: 20px;
	position: absolute;
	bottom: 130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.e__voice__text {
	position: absolute;
	top: -20px;
	left: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: chelsea market, fantasy;
	font-size: 2rem;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	color: #292F33;
}

.e__voice__movie {
	display: block;
	padding: 0 20px;
}

.e__voice__movie:hover {
	opacity: .8;
}

.e__voice__movie img {
	aspect-ratio: 750 / 422;
	width: 100%;
 	height: auto;
}

.e__voice img {
	width: 100%;
	display: block;
}

.e__voice__bg {
	position: absolute;
	top: 0;
	left: 0;
}

.e__button {
	position: absolute;
	bottom: 73px;
	left: 110px;
	font-size: 1.8rem;
}

.e__sp-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

.f {
	padding: 70px 0 90px;
	position: relative;
}

.f::before,
.f::after {
	content: '';
	background: url(../img/016.jpg) no-repeat top left/contain;
	position: absolute;
	left: 0;
	width: 100%;
	height: 63px;
}

.f::before {
	top: 0;
}

.f::after {
	bottom: 0;
}

.f__head {
	text-align: center;
	margin-right: 105px;
	margin-bottom: 30px;
}

.f__head img {
	width: 366px;
	margin: 0 auto;
}

.f__prise {
	font-size: 4rem;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

.f__prise span {
	display: block;
	font-size: 2rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.f__prise__2 {
	margin-bottom: 10px;
	position: relative;
}

.f__prise__2 img {
	width: 260px;
	display: block;
	margin: auto
}

.f__prise__2__text {
	font-size: 2rem;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.f__prise__3 {
	font-size: 2rem;
	text-align: center;
	margin-top: 40px;
	margin-bottom: -40px;
}

.f__prise__4 {
	font-weight: bold;
	color: red;/*文字色*/
	font-size: 3rem;
	margin-bottom: -30px;
}

.f__unit-time {
	display: block;
	width: 260px;
	margin: 0 auto 50px;
}

.f__unit-time-2 {
	display: block;
	width: 490px;
	margin: 0 auto 30px;
}

.f__unit-time-3 {
	display: block;
	margin: 30px auto 30px;
}

.f__message__image {
	display: block;
	position: absolute;
}

.f__message__image--mail {
	top: 80px;
	left: 50px;
	width: 55px;
}

.f__message__image--line {
	width: 45px;
	top: 120px;
	left: 120px;
}

.g {
	padding: 130px 0 0;
	margin-top: 50px;
	height: 800px;
	background: url(../img/022.jpg) no-repeat top center;
}

.g__head {
	position: relative;
	margin-right: 80px;
}

.g__head img {
	display: block;
	width: 359px;
	margin: 40px auto 30px;
}

.g__main {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.g__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.g__col__item {
	width: 79px;
	height: 184px;
	position: relative;
}

.g__col__item img {
	width: 100%;
}

.g__col__item::before {
	content: '';
	background: url(../img/027.png) no-repeat left top/contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -50%;
}

.g__col__item:first-child::before {
	content: none;
}

.g a:hover {
	opacity: .8;
}

.g__arrow {
	margin-top: -10px;
	margin-right: 39px;
}

.g__arrow img {
	width: 148px;
	display: block;
	margin-left: auto;
}

.g__text {
	width: 360px;
	height: 75px;
	background: url(../img/029.png) no-repeat top left/contain;
	padding: 20px 16px 20px 25px;
	font-size: 1.7rem;
}

.g__text--2 {
	background: url(../img/031.png) no-repeat top left/contain;
	padding: 23px 16px 20px 48px;
	line-height: 1.4;
}

.g__text + .g__text {
	margin-top: 40px;
	position: relative;
}

.g__text + .g__text::before {
	content: '';
	background: url(../img/030.png) no-repeat top left/contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -35px;
	left: 48%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.g__text + .g__text::after {
	content: '';
	width: 40px;
	height: 25px;
	position: absolute;
	top: 17px;
	left: 48px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.g__button {
	margin-top: 30px;
}

.h {
	display: block;
	margin-top: 80px;
	margin-bottom: 10px;
	padding: 40px 40px 0 25px;
	width: 100%;
	height: 555px;
	background: url(../img/032.png) no-repeat top left/contain;
}

.h__head-1 {
	width: 381px;
	margin: 0 auto 30px;
}

.h__head-1 img {
	width: 100%;
}

.h__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.h__item {
	display: block;
	width: 300px;
	margin-bottom: 25px;
}

.h__item:hover {
	opacity: .7;
}

.h__head-2 {
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	padding: 15px 0 0 55px;
	font-size: 1.6rem;
}

.h__head-2--bg01 {
	background: url(../img/034-4.png) no-repeat bottom left/300px;
}

.h__head-2--bg02 {
	background: url(../img/037-4.png) no-repeat bottom left/300px;
}

.h__head-2--bg03 {
	background: url(../img/035-4.png) no-repeat bottom left/300px;
}

.h__head-2--bg04 {
	background: url(../img/038-4.png) no-repeat bottom left/300px;
}

.h__head-2--bg05 {
	background: url(../img/036-4.png) no-repeat bottom left/300px;
}

.h__head-2--bg06 {
	background: url(../img/039-4.png) no-repeat bottom left/300px;
}

.j__head-1 {
	margin-right: 110px;
	margin-top: 60px;
	margin-bottom: 50px;
}

.j__head-1 img {
	display: block;
	width: 380px;
	margin: 0 auto;
}

.j__head-2 {
	margin-top: 60px;
	margin-bottom: 50px;
}

.j__head-2 img {
	display: block;
	width: 390px;
	margin: 0 auto 30px;
}

.j__head-3 {
	margin-top: 30px;
}

.j__head-4 {
	margin-top: 20px;
}

.j__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.j__item {
	width: 220px;
}

.j__item:hover {
	opacity: .7;
}

.j__image {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.j__image img {
	width: 100%;
	height: auto;
}

.j__date {
	font-size: 1.7rem;
	line-height: 1.8;
}

.j__head-2 {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

.j__text {
	font-size: 1.3rem;
	line-height: 1.5;
}

.j__text__next {
	font-weight: bold;
}

.k {
	margin-top: 100px;
	margin-bottom: 70px;
	padding: 30px 50px 0;
	height: 845px;
	background: url(../img/044.jpg) no-repeat top left/contain;
}

.k__head {
	margin-right: 70px;
	margin-bottom: 50px;
}

.k__head img {
	display: block;
	width: 358px;
	margin: 0 auto;
}

.k__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
}

.k__item {
	width: 350px;
	margin-bottom: 55px;
	margin-bottom: 30px;
}

.k__q {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #c2e3d8;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.k__q__unit {
	width: 25px;
	font-size: 1.4rem;
}

.k__q__main {
	width: calc(100% - 30px);
}

.k__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.4rem;
	line-height: 1.5;
}

.k__a__unit {
	width: 25px;
	font-size: 1.4rem;
}

.k__a__main {
	width: calc(100% - 30px);
}

.o {
	margin-bottom: 50px;
}

.o__main {
	position: relative;
	width: 561px;
	height: 561px;
	margin: 20px auto 20px;
	background: url(../img/064.png) no-repeat center center/contain;
	text-align: center;
	padding: 120px 70px 20px;
}

.o__text-1 {
	font-size: 2.4rem;
	margin-bottom: 40px;
	line-height: 1.5;
}

.o__text-2 {
	font-size: 4.8rem;
	line-height: 1.5;
}

.o__text-2 span {
	display: block;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}

.o__img {
	width: 230px;
	display: block;
	margin: 0 auto 50px;
}

.o__text-3 {
	font-size: 1.7rem;
	margin-bottom: 15px;
	line-height: 1.5;
}

.o__cashless {
	border: 1px solid #d1815e;
	border-radius: 20px;
	background: white;
	margin: 50px 20px 60px;
	padding: 40px;
}

.o__cashless img {
	display: block;
	width: 500px;
	margin: 0 auto;
}

.o__cashless__text {
	margin: 30px 70px 0;
	font-size: 1.6rem;
	line-height: 1.8;
}

.o__cashless__text__2 {
	margin: 30px 70px 0;
	font-size: 1.3rem;
	line-height: 1.4;
}

.p {
	position: relative;
	margin-bottom: 80px;
}

.p__head {
	margin-right: 0px;
	margin-bottom: 80px;
}

.p__head__1 {
	margin-right: 20px;
}

.p__head img {
	display: block;
	width: 298px;
	height: auto;
	margin: 0 auto;
}

.p__deco {
	position: relative;
}

.p__deco img {
	position: absolute;
	top: -220px;
	right: 0;
	width: 263px;
}

.p__main {
	padding-top: 120px;
	background: url(../img/069.jpg) no-repeat top center/cover;
	height: 1531px;
}

.p__item + .p__item {
	margin-top: 60px;
}

.p__heading {
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: bold;
	border-bottom: dotted 3px #edbaab;
	padding-bottom: 10px;
	margin-top: 100px;
	margin-bottom: 50px;
}

.p__heading__3 {
	margin-top: 50px;
}

.p__text {
	font-size: 1.8rem;
	line-height: 1.9em;
}

.p__text + .p__text {
	margin-top: 45px;
}

.p__text__2 {
	font-size: 1.4rem;
}

.p__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p__link {
	width: 380px;
	position: relative;
}

.q {
	padding: 50px 0 0;
	margin-bottom: 50px;
}

.q__head {
	margin-top: 100px;
	margin-bottom: 60px;
}

.q__head img {
	display: block;
	width: 356px;
	margin: 0 auto;
}

.q__image {
	margin-bottom: 60px;
}

.q__image img {
	width: 100%;
}

.q__section + .q__section {
	margin-top: 50px;
}

.q__heading {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}

.q__text {
	font-size: 1.8rem;
	line-height: 1.7em;
}

.r {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.r::before {
	content: '';
	width: 687px;
	height: 265px;
	position: absolute;
	top: 100px;
	right: 77%;
	background: url(../img/072.png) no-repeat left top/contain;
}

.r::after {
	content: '';
	width: 687px;
	height: 265px;
	position: absolute;
	top: 200px;
	left: 74%;
	background: url(../img/073.png) no-repeat left top/contain;
}

.r__head {
	margin-right: 120px;
	margin-bottom: 60px;
}

.r__head img {
	width: 429px;
	height: auto;
}

.r__head__2 {
	margin-bottom: 60px;
}

.r__head__2 img {
	width: 750px;
	height: auto;
}

.r__text {
	font-size: 1.8rem;
	line-height: 2.5em;
	margin-bottom: 20px;
}

.r__deco {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.r__deco img {
	display: block;
	width: 30px;
	height: 36px;
}

.r__deco img + img {
	margin-left: 12px;
}

.s {
	background: url(../img/075.jpg) no-repeat center top/cover;
	padding: 60px 0 60px;
	position: relative;
}

.s__sm-text {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}

.t {
	width: 500px;
	height: 210px;
	margin: 30px auto 0 0;
	background: url(../img/130.png) no-repeat top left/contain;
	padding: 70px 0 0 130px;
	position: relative;
	margin-bottom: 30px;
}

.t__text {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.4;
}

.t__text span {
	font-size: 1.4rem;
	display: block;
}

.t__image {
	display: block;
	position: absolute;
}

.t__image--mail {
	top: 80px;
	left: 50px;
	width: 55px;
}

.t__image--line {
	width: 45px;
	top: 120px;
	left: 120px;
}

.t__note {
	position: absolute;
	top: 70px;
	right: -200px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.t__note::before,
.t__note::after {
	content: '';
	width: 38px;
	height: 45px;
	position: absolute;
}

.t__note::before {
	background: url(../img/062.png) no-repeat top left/contain;
	top: -40px;
	left: 0px;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
}

.t__note::after {
	background: url(../img/063.png) no-repeat top left/contain;
	bottom: -40px;
	left: 0px;
	-webkit-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	transform: rotate(-32deg);
}

.u {
	background: url(../img/076.png) no-repeat center top/cover;
	position: relative;
	width: 750px;
	height: 810px;
	padding: 60px 0 0;
	margin-bottom: 30px;
}

.u__text__h {
	font-weight: bold;
	font-size: 2rem;
	line-height: 2;
	text-align: center;
	margin: 30px 0 30px;
}

.u__text__h__2 {
	margin: 50px 0 30px;
}

.u__text {
	font-size: 1.6rem;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 30px;
}

.v {
	background: url(../img/077.png) no-repeat center top/contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 750px;
	height: 206px;
	padding: 20px 30px;
}

.v__image {
	width: 199px;
}

.v__image img {
	display: block;
	width: 100%;
}

.v__main {
	width: calc(100% - 199px);
}

.v__text {
	font-size: 1.7rem;
	line-height: 1.5;
}

.v__text + .v__text {
	margin-top: 10px;
}

.v__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.v__col__text {
	width: 60%;
	font-size: 1.2rem;
	line-height: 1.5;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.v__col__image {
	width: 45%;
	margin-right: -20px;
}

.w {
	padding-top: 30px;
	width: 750px;
	margin: 0 auto 20px;
}

.w__list {
	margin-bottom: 40px;
}

.w__item {
	font-size: 1.8rem;
	line-height: 1.7;
	padding-top: 60px;
}

.w__item a {
	color: #204cc8;
	font-weight: bold;
}

.w__item + .w__item {
	margin-top: 20px;
}

.w__item img {
	margin-right: 20px;
}

.w__note__h {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 20px;
}

.w__note {
	font-size: 1.7rem;
	line-height: 1.6;
}

.w__note li {
	position: relative;
	left: 20px;
}

.w__note span {
	font-weight: bold;
}

.w__note li + li {
	margin-top: 20px;
}

.w__note li::before {
	content: '◇';
	position: absolute;
	top: 0;
	left: -10px;
}

.w__list__2 {
	border: solid 2px #ffd5c8;
	background: #ffffff;
	border-radius: 0 20px 20px 0;
	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
	padding: 4em 1em 1em 3em;
	position: relative;
	margin-bottom: 40px;
}

.w__list__2 li {
	list-style-type: decimal;
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 2em 1em 1em 0em;
	border-bottom: dashed 1px silver;
}

.w__list__2 li + li {
	margin-top: 2px;
}

.w__list__2 li::before {
	content: '【お支払い方法】';
	font-size: 2.2rem;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 7px;
}

.w__list__2 li:last-of-type {
	border-bottom: none;
}

.w__list__3 {
	border-right: solid 2px #ffd5c8;
	border-left: solid 2px #ffd5c8;
	background: #ffffff;
	padding: 1em 0.5em 1em 1em;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.8;
 	margin-top: 20px;
 	margin-bottom: 20px;
}

.w__list__4 {
	padding: 1em 1em 1em 3em;
	margin-bottom: 30px;
}

.w__list__4 p {
  margin-top: 0;
}

.w__list__4::before {
	content: '【メール相談】';
	font-size: 2.2rem;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 7px;
}

.w__list__5 {
	margin-top: 10px;
	font-size: 1.7rem;
}

.w__list__6 li::before {
	content: '【ご料金について】';
}

.w__list__7 li::before {
	content: '【海外からのご相談】をご希望の方へ';
}

.w__list__7 a {
	color: #204cc8;
	font-weight: bold;
}

.w__list__7 a:hover {
	color: #1b40aa;
}

.w__list__8 {
	padding: 0em 0em 1em 2em;
	position: relative;
}

.w__list__8 li {
	list-style-type: decimal;
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 1em 1em 1em 0em;
	border-bottom: dashed 1px silver;
}

.w__list__8 li + li {
	margin-top: 2px;
}

.w__list__8 li:last-of-type {
	border-bottom: none;
}

.w__list__9 {
 	margin-top: 0px;
 	margin-bottom: 0px;
}

.w__list__10 li::before {
	content: '【相互リンクをご希望の方へ】';
}

.w__list__10 a {
	color: #204cc8;
	font-weight: bold;
}

.w__list__10 a:hover {
	color: #1b40aa;
}

.w__list__11 li::before {
	content: '【応援サイト】';
}

.w__list__12 li::before {
	content: '【募集の背景】';
}

.w__list__13 li::before {
	content: '【募集の詳細】';
}

.w__list__14 li::before {
	content: '【ご提供内容】';
}

.x {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

.x img {
	width: 100%;
}

.x__text {
	font-size: 2.2rem;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.y {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.z h1 {
	font-weight: bold;
	font-size: 26px;
	padding: 63px 0 80px 0;
	text-align: center;
}

.z .top-text p {
	margin-bottom: 57px;
	line-height: normal;
}

.z .top-text-2 p {
	margin-bottom: 57px;
	font-size: 16px;
	line-height: 1.8;
}

.z h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}

.z .text {
	margin-bottom: 40px;
}

.z .text p {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 11px;
}

.z .text-2 p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.z .term25 {
	margin-bottom: 69px;
}

.aa {
	position: relative;
	overflow: hidden;
}

.aa__head {
	max-width: 100vw;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.aa__head img {
	width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.aa__image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.aa__image img {
	aspect-ratio: 5 / 2;
	width: 100%;
 	height: auto;
	height: auto;
}

.aa::before {
	content: '';
	width: 687px;
	height: 265px;
	position: absolute;
	top: 100px;
	right: 77%;
	background: url(../img/072.png) no-repeat left top/contain;
	overflow: hidden;
}

.aa::after {
	content: '';
	width: 687px;
	height: 265px;
	position: absolute;
	top: 190px;
	left: 80%;
	background: url(../img/073.png) no-repeat left top/contain;
}

.ab {
	width: 100%;
	height: 944px;
	background: url(../img/081.jpg) no-repeat top center/cover;
	padding: 140px 0 0;
	margin: 70px 0 0;
}

.ab__2 {
	height: 1050px;
	margin-top: 30px;
	margin-bottom: 90px;
}

.ab__3 {
	margin-bottom: 70px;
}

.ab__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ab__item {
	width: 350px;
}

.ab__image {
	display: block;
	margin-bottom: 30px;
}

.ab__image:hover {
	opacity: .8;
}

.ab__image img {
	aspect-ratio: 1 / 1;
	width: 100%;
 	height: auto;
}

.ab__post {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 25px;
	padding: 0 20px;
}

.ab__text {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0 20px;
	margin-bottom: 30px;
}

.ab__text span {
	font-weight: bold;
}

.ab__text:hover {
	opacity: .7;
}

.ab__button {
	width: 200px;
	height: 40px;
	font-size: 1.6rem;
}

.ac__2 {
	margin-bottom: 100px;
}

.ac__3 {
	margin-bottom: 40px;
}

.ac__head-1 {
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}

.ac__head-1 img {
	width: 429px;
	display: block;
	margin: 0 auto;
}

.ac__head-3 {
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 60px;
	position: relative;
}

.ac__head-3 img {
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.ac__head-4 {
	margin-top: 20px;
}

.ac__head-4 img {
	width: auto;
}

.ac__items {
	padding-top: 40px;
	margin-bottom: 60px;
}

.ac__item {
	padding: 20px 0 20px 40px;
	border-bottom: 2px dotted #292F33;
}

.ac__item__2 {
	padding: 20px 0 10px 40px;
	border-bottom: 2px dotted #292F33;
}

.ac__item__3 {
	padding: 40px 0 10px 40px;
}

.ac__head-2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.ac__head-2::before {
	content: '';
	background: url(../img/356.png) no-repeat top left/contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: -30px;
}

.ac__head-2 a:hover {
	text-decoration: underline;
}

.ac__head-2__text {
	width: calc(100% - 120px);
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
}

.ac__head-2__profile {
	width: 100px;
}

.ac__heading {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px #ff938b;
	padding-bottom: 5px;
	margin-top: 80px;
	margin-bottom: 20px;
}

.ac__heading__2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
    border-bottom: 1px solid;
	padding: 0 0 10px 10px;
	margin: 70px 0 30px 0;
}

.ac__heading__3 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	position: relative;
	padding: 0.4em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.ac__heading__3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffebbe;
	width: 0;
	height: 0;
}

.ac__heading__4 {
	margin-top: 50px;
}

.ac__heading__5 {
	border-bottom: solid 2px #74abfc;
}

.ac__text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ac__text span {
	font-weight: bold;
}

.ac__text:hover {
	opacity: .7;
}

.ac__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ac__adviser {
	text-align: right;
}

.ac__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ac__tags li a {
	display: block;
	padding: 5px 8px;
	font-size: 1.4rem;
	border: 1px solid #292F33;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ac__tags li a:hover {
	background: #292F33;
	color: #ffffff;
}

.acc__intro {
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 50px;
}

.acc__intro a {
	color: #c93000;
	font-weight: bold;
}

.acc__intro a:hover {
	opacity: .8;
	text-decoration: underline;
}

.acc__intro__m {
	font-size: 1.2rem;
}

.acc__intro__2 {
	font-size: 1.9rem;
 	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
	text-align: center;
}

.acc__list {
	list-style-type: decimal;
	font-size: 1.6rem;
	line-height: 1.7;
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
	border: 2px dashed #ffb03f;/*破線*/
	border-radius: 9px;
	margin-left: 10px;/*はみ出ないように調整*/
	margin-right: 10px;/*はみ出ないように調整*/
	margin-bottom: 30px;
	padding: 1.5em 1em 1.5em 2.5em;
}

.acc__list li {
	position: relative;
}

.acc__list li + li {
	margin-top: 10px;
}

.acc__list li::before {
	position: absolute;
	top: 0;
	left: -20px;
}

.acc__list__2 {
	list-style-type: circle;
}

.acc__title {
	position: relative;/*相対位置*/
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #474242;/*文字色*/
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	background: #fffff4;
	font-size: 1.7rem;
}

.acc__title:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	left: 0.25em;/*アイコンの位置*/
	top: 0.5em;/*アイコンの位置*/
	color: #ff6a6a; /*アイコン色*/
}

.acc__image {
	margin-top: 40px;
	margin-bottom: 40px;
}

.acc__image img {
	width: 100%;
	height: auto;
}

.acc__image a:hover {
	opacity: .6;
}

.acc__image__2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.acc__image__2 img {
	display: block;
	margin:auto;
	aspect-ratio: 75 / 38;
	width: 50%;
 	height: auto;
}

.acc__image__3 img {
	display: block;
	margin:auto;
	width: 500px;
}

.acc__image__4 {
	margin-bottom: -40px;
}

.acc__image__5{
	margin-top: 0px;
	margin-bottom: 0px;
}

.acc__image__6{
	margin-top: 0px;
	margin-bottom: 40px;
}

.acc__image__7 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.acc__image__7 img {
	width: 100%;
	height: auto;
}

.acc__image__7__2 {
	position: absolute;
	color: white;
	bottom: 0px;
	right: 0px;
	background: #db827d;
	text-align: right;
	line-height: 1.6;
	margin:0;
	padding: 5px 10px;
	font-size: 1em;
}

.acc__image__7__3 p {
	position: absolute;
	font-family: serif;
	font-size: 3.5em;
	line-height: 1.4;
	color: white;
	text-shadow: 3px 3px 3px #424242;
	top: 40%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

.acc__image__7__4 p {
	font-size: 2em;
	top: 60%;
}

.acc__image__7__5 p {
	font-size: 1.3em;
	top: 70%;
}

.acc__image__8{
	margin-top: 10px;
	margin-bottom: 0px;
}

.acc__keyword {
	margin-top: 60px;
	margin-bottom: 40px;
}

.acc__line {
	border-bottom: dotted 2px silver;
	margin-bottom: 15px;
	padding: 3px 0;
}

.acc__list__4 {
	font-size: 1.6rem;
	line-height: 1.8;
	background: #fffaf1;
	box-shadow: 0px 0px 0px 10px #fffaf1;/*線の外側*/
	border: dashed 2px #ff938b;
	margin: 60px 10px 60px;/*はみ出ないように調整*/
	padding: 1.5em 1em 2.5em 2.5em;
}

.acc__list__4 img:hover {
	opacity: .8;
}

.ad--deco {
	position: relative;
}

.ad--deco::before {
	content: '';
	width: 114px;
	height: 110px;
	background: url(../img/078.png) no-repeat top left/contain;
	position: absolute;
	top: -101px;
	right: 0;
}

.ad__content {
	background: #eee;
	padding: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ad__inner {
	width: 220px;
	margin: 0 auto;
	position: relative;
}

.ad__inner::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0px 4px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 13px;
	top: 50%;
}

.ad__select {
	margin: 0 auto;
	width: 100%;
	padding: 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
	outline: none;
	background: #fff;
	border-radius: 0;
	font-size: 1.4rem;
}

.ad__select::-ms-expand {
	display: none;
}

.ae {
	background: url(../img/087.jpg) no-repeat top left/contain;
	width: 750px;
	height: 170px;
	margin: 50px auto 30px;
}

.ae__bg {
	width: 100%;
}

.ae__bg img {
	width: 100%;
}

.ae__text {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-top: 33px;
	padding-left: 150px;
}

.af h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 70px 0;
}

.af h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

.af .item {
	font-size: 16px;
	margin: 0 0 11px 20px;
	font-weight: bold;
	line-height: normal;
}

.af .detail {
	font-size: 16px;
	margin: 15px 0 30px 20px;
	line-height: normal;
}

.af .line2,
.af .line3 {
	font-size: 16px;
	margin: 15px 0 30px 20px;
	line-height: normal;
}

.af .link {
	display: inline-block;
	height: 24px;
	font-size: 16px;
	margin-left: 20px;
	text-decoration: underline;
}

.af .link:hover {
	text-decoration: none;
}

.af .service,
.af .product {
	padding-bottom: 33px;
}

.af .tel {
	height: 19px;
	margin: 0 0 28px 20px;
}

.ag {
	margin-bottom: 60px;
}

.ag__2 {
	margin-top: 100px
	margin-bottom: 60px;
}

.ag__3 {
	position: relative;
	margin: 50px 0;
	padding: 30px 0;
	border-image: linear-gradient(#ebfff4,#ebfff4) fill 0//0 100vw 0 100vw;
}

.ag__4 {
	border-image: linear-gradient(#fff7f0,#fff7f0) fill 0//0 100vw 0 100vw;
}

.ag__5 {
	padding: 60px 0;
	border-image: linear-gradient(#f0f9ff,#f0f9ff) fill 0//0 100vw 0 100vw;
}

.ag__6 {
	padding: 60px 0;
	border-image: linear-gradient(#fcdbd7,#fcdbd7) fill 0//0 100vw 0 100vw;
}

.ag__7 {
	margin: 50px 0 0 0;	
	padding: 40px 0px 60px 0px;
	border-image: linear-gradient(#fcf4f0,#fcf4f0) fill 0//0 100vw 0 100vw;
}

.ag__8 {
	margin: 50px 0 0 0;
	padding: 60px 0;
	border-image: linear-gradient(#fafcf0,#fafcf0) fill 0//0 100vw 0 100vw;
}

.ag__9 {
	margin: 0;
	padding: 5px 0;
	border-image: linear-gradient(#dffadc,#dffadc) fill 0//0 100vw 0 100vw;
}

.ag__10 {
	margin: 0;
	padding: 5px 0;
	border-image: linear-gradient(#e3f3ff,#e3f3ff) fill 0//0 100vw 0 100vw;
}

.ag__11 {
	margin: 50px 0 50px 0;
}

.ag__head {
	margin-right: 110px;
	margin-bottom: 50px;
}

.ag__head img {
	display: block;
	width: 380px;
	margin: 0 auto;
}

.ag__head__2 {
	margin-bottom: -40px;
}

.ag__head__3 {
	margin-bottom: 30px;
}

.ag__text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.ag__text a {
	text-decoration: underline;
	font-weight: bold;
}

.ag__text a:hover {
	text-decoration: none;
}

.ah {
	margin-bottom: 60px;
}

.ah__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0;
	border-bottom: 2px dotted #292F33;
}

.ah__image {
	width: 250px;
}

.ah__image a {
	display: block;
}

.ah__image a:hover {
	opacity: .8;
}

.ah__image img {
	width: 100%;
	height: auto;
}

.ah__image__2 {
	width: 500px;
}

.ah__main {
	width: calc(100% - 270px);
}

.ah__wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: right;
}

.ah__sp-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ah__tags {
	width: calc(100% - 80px);
	margin-bottom: 10px;
}

.ah__info {
	width: 90px;
}

.ah__date {
	margin-bottom: 14px;
	color: #004D2E;
}

.ah__title {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}

.ah__title:hover {
	text-decoration: underline;
}

.ah__text {
	font-size: 1.4rem;
	line-height: 1.6;
}

.ah__text:hover {
	text-decoration: underline;
}

.ah__text span {
	font-weight: bold;
}

.ai {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ai__image {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.ai__image img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.ai__inner {
	padding: 0 30px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #292F33;
}

.ai__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0px;
}

.ai__text {
	text-align: center;
	font-size: 1.1rem;
	color: #c28969;
}

.ai__title {
	font-size: 2.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: bold;
}

.ai__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ai__author {
	margin-right: 20px;
}

.ai__date {
	color: #004D2E;
	line-height: 1.5;
}

.ai__content {
	margin-top: 0px;
	padding: 0 30px;
}

.aj {
	background: url(../img/089.png) no-repeat bottom center/contain;
	background-size: auto 109px;
	margin-bottom: 20px;
	padding-bottom: 70px;
}

.aj__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 60px;
}

.aj__image {
	width: 211px;
	margin-right: 50px;
}

.aj__image img {
	width: 100%;
}

.aj__head {
	font-size: 1.6rem;
	font-weight: bold;
}

.ak {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -10px;
	margin-bottom: 60px;
	position: relative;
}

.ak--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ak__link {
	font-size: 1.7rem;
}

.ak__link:hover {
	text-decoration: underline;
}

.ak__list-link {
	font-size: 1.5rem;
	background: url(../img/095.png) no-repeat top left/contain;
	width: 194px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
}

.ak__list-link:hover {
	opacity: .8;
}

.al {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 60px;
}

.al__image {
	aspect-ratio: 1 / 1;
	width: 50%;
 	height: auto;
}

.al__image img {
	width: 100%;
}

.al__info {
	width: calc(100% - 370px);
}

.al__profile {
	margin-bottom: 30px;
}

.al__profile__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: solid 1px #ff938b;
	padding-top: 3px;
	padding-bottom: 3px;
}

.al__profile__item + .al__profile__item {
	margin-top: 20px;
}

.al__profile__item span {
	font-size: 1.3rem;
}

.al__profile__head {
	margin-left: 10px;
	width: 100px;
	font-weight: bold;
}

.am {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.am__movie {
	width: 357px;
	height: 287px;
	background: url(../img/096.jpg) no-repeat top center/contain;
}

.am__movie:hover {
	opacity: .8;
}

.am__movie img {
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}

.am__tags {
	width: calc(100% - 400px);
}

.am__heading {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 15px;
}

.am__heading__2 {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
}

.am__heading__3 {
	margin: 5px 0 5px -20px;
}

.am__heading__4 {
	text-align: center;
}

.an {
	margin-top: 50px;
}

.an__intro__h {/*お悩み広場兼用*/
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	background: #fffaf1;
	border-left: solid 6px #ff938b;
	border-bottom: solid 3px #e0cba6;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 15px 5px 15px 20px;
	margin: 100px 0 25px;
}

.an__intro__h__2 {
	margin-bottom: 0;
}

.an__intro__h__3 {
	margin-bottom: 30px;
}

.an__intro__h__4 {
	margin-top: 60px;
}

.an__intro__h__5 {
	margin-top: 0px;
}

.an__intro__h__6 {
	margin-bottom: 60px;
}

.an__intro__h__7 {
	margin-top: 30px;
}

.an__intro__h__8 {
	margin: 30px 0 -50px;
}

.an__intro {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 50px;
}

.an__intro__2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	border-bottom: double 6px orange;
	text-align: end;
	margin-top: 20px;
	margin-bottom: 20px;
}

.an__intro__2__2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: end;
	margin-top: 20px;
	margin-bottom: 20px;
}

.an__intro__2__2:hover {
	opacity: .6;
}

.an__intro__3 {
	font-size: 1.9rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.an__intro__4 {
	font-size: 3rem;
	line-height: 2;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.an__list__top {
	border: solid 2px skyblue;
	border-radius: 10px;
	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
	padding: 4em 3em 1em 3em;
	position: relative;
	margin: 50px 0 50px 0;
}

.an__list__top li {
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 1em 1em 1em 0em;
	border-bottom: dashed 1px silver;
}

.an__list__top li + li {
	margin-top: 2px;
}

.an__list__top li::before {
	content: '【職歴】';
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: 16px;
	left: 7px;
}

.an__list__top li:last-of-type {
  border-bottom: none;
}

.an__list__top__2 {
	border: solid 2px #ffd5c8;
}

.an__list__top__2 li::before {
	content: '【恋愛・結婚歴】';
}

.an__list__top__3 {
	border: solid 2px #ff938b;
}

.an__list__top__3 li::before {
	content: '【保有資格】';
}

.an__list__top__4 {
	border: solid 2px #21b384;
}

.an__list__top__4 li::before {
	content: '【妊娠】';
}

.an__list__top__5 {
	border: solid 2px #ffd5c8;
}

.an__list__top__5 li::before {
	content: '【みなさまから頂いた口コミ】';
}

.an__list__top__6 {/*お悩み広場・遠距離恋愛*/
	border: solid 2px #ffd5c8;
	padding: 1em 1em 1em 3em;
}

.an__list__top__6 li::before {
		content: '';
}

.an__list__top__7 {/*ブログ・仕事が頑張れない*/
	border: solid 2px #ff938b;
	padding: 1em 1em 1em 3em;
}

.an__list__top__7 li {
	list-style-type: decimal;
}

.an__list__top__7 li::before {
		content: '';
}

.an__list__top__7 a:hover {
	opacity: .7;
}

.an__list__top__8 {/*ブログ・仕事が頑張れない*/
	border: solid 1px #ffb03f;
	padding: 1em 1em 1em 3em;
}

.an__list__top__8 li::before {
		content: '';
}

.an__list__top__9 {
	background: none;
}

.an__list__top__10 {
	border: none;
	box-shadow : none;
	padding: 1em 1em 1em 3em;
	background: none;
}

.an__list__top__10 li {
	border-bottom: none;
}

.an__list__top__10 li::before {
		content: '';
}

.an__list__top__11 {
	background: #ffffff;
}

.an__list__top__11 li::before {
	content: '【専門分野】';
}

.an__list__top__12 {
	background: #ffffff;
}

.an__list__top__12 p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.an__list__top__12 li::before {
	content: '【得意分野】';
}

.an__list__top__13 {
	background: #ffffff;
}

.an__list__top__13 li::before {
	content: '【よく頂くご相談】';
}


.an__list__top__14 li::before {
	content: '【病気】';
}

.an__list__top__15 {
	border: solid 2px #74abfc
;
}

.an__list__top__16 {
	margin: 20px 0 70px 0;
}

.an__list__top__17 {
	border-radius: 0px;
	border: solid 2px #ffd5c8;	
}

.an__list__top__17 li::before {
	content: '岩田昌樹のプロフィール';
	top: 16px;
	left: 15px;	
}

.an__list__top__17 span {
	font-size: 2rem;
	line-height: 2;
}

.an__list {
	font-size: 1.8rem;
	line-height: 1.8;
	padding-left: 20px;
	margin: 0 10px 30px;
}

.an__list li {
	position: relative;
}

.an__list li + li {
	margin-top: 20px;
}

.an__list li::before {
	content: '◆';
	position: absolute;
	top: 0;
	left: -20px;
}

.an__list__2 {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 20px 0px 20px 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px double;
	border-radius: 0 20px 20px 0;
	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
}

.an__list__2 li {
	position: relative;
}

.an__list__2 li + li {
	margin-top: 15px;
}

.an__list__2 li::before {
	content: '〇';
	position: absolute;
	top: 0;
	left: -20px;
}

.an__image {
	margin-top: 80px;
	margin-bottom: 40px;
}

.an__image img {
	width: 100%;
}

.an__image:hover {
	opacity: .6;
}

.an__image__2 {
	margin: 80px 40px 40px;
}

.an__image__3 {
	margin-top: -10px;
	margin-bottom: 40px;
}

.an__image__4 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.an__image__4 img {
	aspect-ratio: 5 / 2;
	width: 100%;
 	height: auto;
}

.an__image__5 {
	margin-top: 0px;
	margin-bottom: -30px;
}

.an__image__5 img {
	aspect-ratio: 15 / 4;
	width: 100%;
 	height: auto;
}

.an__image__6 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

.an__image__7{
	margin-top: 0px;
	margin-bottom: 30px;
}

.an__head {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 80px;
	text-align: center;
}

.an__content {
	margin: 40px 0 80px;
}

.an__text {
	font-size: 1.8rem;
	line-height: 1.7;
}

.an__text + .an__text {
	margin-top: 20px;
}

.ao {
	width: 750px;
	height: 705px;
	padding: 60px 50px;
	background: url(../img/098.png) no-repeat top left/contain;
	position: relative;
}

.ao--masao {
	height: 868px;
	background: url(../img/106.png) no-repeat top left/contain;
}

.ao--sm {
	background: url(../img/102.png) no-repeat top left/contain;
	height: 535px;
}

.ao::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 62px;
	width: 150px;
	background: url(../img/099.png) no-repeat top left/contain;
}

.ao__head {
	text-align: center;
	font-family: chelsea market, fantasy;
	font-size: 2.6rem;
	margin-bottom: 40px;
}

.ao__list {
	font-size: 1.6rem;
	line-height: 1.5;
	padding-left: 20px;
}

.ao__list li {
	position: relative;
}

.ao__list li + li {
	margin-top: 13px;
}

.ao__list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 15px;
	height: 15px;
	background: url(../img/100.png) no-repeat top left/contain;
}

.ao__text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.ao__text + .ao__text {
	margin-top: 20px;
}

.ao__image {
	margin-top: 30px;
	margin-bottom: 50px;
}

.ao__image img {
	width: 100%;
}

.ao__status {
	display: block;
	width: 205px;
	margin: 15 auto 20px;
}

.ao__status:hover {
	opacity: .6;
}

.ao__status img {
	width: 100%;
}

.ap {
	background: url(../img/089.png) no-repeat bottom center/contain;
	background-size: auto 109px;
	margin-bottom: 20px;
	min-height: 180px;
	position: relative;
}

.ap--soudans {
	margin-bottom: 80px;
}

.ap__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 60px;
}

.ap__image {
	width: 211px;
	margin-right: 50px;
}

.ap__image img {
	width: 100%;
}

.ap__head {
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
}

.ap__2 {
	background: url(../img/jirei_top.jpg) no-repeat bottom center/contain;
	background-size: auto 78px;
	margin-bottom: 20px;
	min-height: 180px;
	position: relative;
}

.ap__2--soudans {
	margin-bottom: 80px;
}

.ap__2__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 60px;
}

.ap__2__image {
	width: 211px;
	margin-right: 50px;
}

.ap__2__image img {
	width: 100%;
}

.ap__2__head {
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 35px;
}

.ap__3 {
	margin: 100px auto 0px;
}

.ap__3 img {
	display: block;
	width: 400px;
}

.ap__3:hover {
	opacity: .7;
}

.aq .intro {
	margin-bottom: 50px;
}

.aq .intro p {
	font-size: 15px;
	margin: 0 0 23px 0;
	line-height: 1.5;
}

.aq h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 60px 0;
}

.aq h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}

.aq__section + .aq__section {
	margin-top: 60px;
}

.aq__main {
	padding-left: 30px;
}

.aq__text {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ar__head {
	margin-right: 80px;
	margin-bottom: 60px;
}

.ar__head img {
	display: block;
	width: 355px;
	margin: 0 auto;
}

.ar__section + .ar__section {
	margin-top: 60px;
}

.ar__head-2 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}

.ar__item {
	border-bottom: 1px solid #c2e3d8;
}

.ar__item__b {
	margin-bottom: 50px;
}

.ar__item:first-of-type {
	border-top: 1px solid #c2e3d8;
}

.ar__q {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	font-size: 1.7rem;
	line-height: 1.5;
	cursor: pointer;
}

.ar__q__unit {
	width: 30px;
}

.ar__q__head {
	width: calc(100% - 40px);
}

.ar__a {
	display: none;
	border-top: 1px solid #c2e3d8;
	margin-bottom: 30px;
}

.ar__a__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	font-size: 1.7rem;
	line-height: 1.5;
}

.ar__a__unit {
	width: 30px;
}

.ar__a__text {
	width: calc(100% - 40px);
}

.as {
	margin-bottom: 80px;
}

.as__head {
	margin-right: 115px;
	margin-bottom: 60px;
}

.as__head img {
	display: block;
	width: 317px;
	margin: 0 auto;
}

.as__intro {
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}

.as__intro__2 {
	font-size: 1.9rem;
}

.as__item {
	padding: 50px 50px;
	width: 700px;
	margin-bottom: 30px;
	position: relative;
}

.as__item--pink {
	background: url(../img/109_middle.jpg) no-repeat top center/cover;
}

.as__item--pink::before {
	background: url(../img/109_top.jpg) no-repeat top center/contain;
}

.as__item--pink::after {
	background: url(../img/109_bottom.jpg) no-repeat bottom center/contain;
}

.as__item--pink:nth-of-type(2n) {
	background: url(../img/109_middle.jpg) no-repeat top center/cover;
}

.as__item--pink:nth-of-type(2n)::before {
	background: url(../img/110_top.jpg) no-repeat top center/contain;
}

.as__item--pink:nth-of-type(2n)::after {
	background: url(../img/110_bottom.jpg) no-repeat bottom center/contain;
}

.as__item--blue {
	background: url(../img/112_middle.jpg) no-repeat top center/cover;
}

.as__item--blue::before {
	background: url(../img/111_top.jpg) no-repeat top center/contain;
}

.as__item--blue::after {
	background: url(../img/111_bottom.jpg) no-repeat bottom center/contain;
}

.as__item--blue:nth-of-type(2n) {
	background: url(../img/112_middle.jpg) no-repeat top center/cover;
}

.as__item--blue:nth-of-type(2n)::before {
	background: url(../img/112_top.jpg) no-repeat top center/contain;
}

.as__item--blue:nth-of-type(2n)::after {
	background: url(../img/112_bottom.jpg) no-repeat bottom center/contain;
}

.as__item:nth-of-type(2n) {
	margin-left: auto;
}

.as__item:nth-of-type(2n) .as__info {
	text-align: left;
}

.as__item::before {
	content: '';
	width: 100%;
	height: 158px;
	position: absolute;
	top: 0;
	left: 0;
}

.as__item::after {
	content: '';
	width: 100%;
	height: 158px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.as__text {
	font-size: 1.7rem;
	line-height: 1.5;
	position: relative;
	z-index: 10;
}

.as__info {
	margin-top: 60px;
	text-align: right;
	position: relative;
	z-index: 10;
}

.aw {
	position: relative;
	margin: 90px 0;
	padding: 50px 0;
	background: url(../img/117.jpg) repeat-y top center/cover;
}

.aw::before {
	content: '';
	background: url(../img/117_bottom.jpg) no-repeat bottom center/cover;
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.aw__items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aw__item {
	width: 360px;
	font-size: 1.4rem;
	line-height: 1.5;
	background: url(../img/118.png) no-repeat center center/cover;
	position: relative;
	padding: 60px 30px 30px;
	margin: 0 auto 30px;
	min-height: 210px;
}

.aw__item::before {
	content: '';
	width: 100%;
	height: 212px;
	position: absolute;
	top: 0px;
	left: 0;
	background: url(../img/118_top.png) no-repeat top center/contain;
}

.aw__item::after {
	content: '';
	width: 100%;
	height: 155px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: url(../img/118_bottom.png) no-repeat bottom center/contain;
}

.aw__text {
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
}

.aw__info {
	position: relative;
	z-index: 10;
	text-align: right;
}

.aw__button {
	margin-top: 30px;
}

.ax__head-1 {
	overflow: hidden;
	margin-bottom: 80px;
	position: relative;
}

.ax__head-1 img {
	width: 429px;
	display: block;
	margin: 0 auto;
}

.ay {
	background: url(../img/119.jpg) repeat-y center center/contain;
	position: relative;
	padding: 60px 60px 120px;
	margin: 0 auto 30px;
}

.ay--mb-lg {
	margin-bottom: 80px;
}

.ay::before {
	content: '';
	width: 100%;
	height: 36px;
	position: absolute;
	top: 0px;
	left: 0;
	background: url(../img/119_top.jpg) no-repeat top center/contain;
}

.ay::after {
	content: '';
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: url(../img/119_bottom.jpg) no-repeat bottom center/contain;
}

.ay__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ay__title {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: dotted 2px #75726f;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.ay__text {
	width: calc(100% - 150px);
	font-size: 1.5rem;
	line-height: 1.6;
}

.ay__text p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

.ay__info {
	width: 100px;
}

.ay__person {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ay__tags__item {
	margin-bottom: 8px;
}

.ay__tags__item a {
	display: block;
	background: skyblue;
	color: white;
	border-radius: 10px;
	padding: 5px 15px;
	text-align: center;
}

.ay__tags__item a:hover {
	background: silver;
}

.ay__deco {
	position: absolute;
	bottom: 0px;
	right: 20px;
	height: 103px;
	z-index: 10;
}

.ay__deco__2 {
	width: 150px;
}

.az__message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 30px;
	margin-bottom: 30px;
}

.az__message__text {
	background: url(../img/121.jpg) no-repeat center center/contain;
	width: 410px;
	height: 283px;
	font-size: 1.9rem;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 60px;
}

.az__message__image {
	width: 250px;
}

.az__message__image img {
	width: 100%;
}

.az__content {
	margin-bottom: 20px;
}

.az__content h2 {
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
	background: #fffaf1;
	border-left: solid 6px #ff938b;
	border-bottom: solid 3px #e0cba6;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding: 15px 5px 15px 20px;
	margin: 100px 0 25px;
}

.az__content h2#top {
	margin: 0px 0 40px;
}

.az__content h3 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	border-left: 3px solid #676767;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 40px 0 25px;
}

.az__content h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: dashed 1px silver;
	padding-bottom: 5px;
	margin: 60px 0 25px;
}

.az__content img {
	margin-bottom: 10px;
}

.az__list {
	list-style-type: decimal;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
	border: dashed 2px #ffb03f;/*破線*/
	border-radius: 9px;
	margin-left: 10px;/*はみ出ないように調整*/
	margin-right: 10px;/*はみ出ないように調整*/
	padding: 1.5em 1em 1.5em 2.5em;
}

.az__list li {
	position: relative;
}

.az__list li + li {
	margin-top: 15px;
}

.az__list li::before {
	position: absolute;
	top: 0;
	left: -20px;
}

.az__list a:hover {
	opacity: .7;
}

.az__list__2 {
	list-style-type: decimal;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 60px;
	margin-left: 20px;
	margin-bottom: 60px;
}

.az__list__2 li + li {
	margin-top: 30px;
}

.az__list__3 {/*お悩み広場・遠距離恋愛*/
	list-style-type: none;
	background: #f1f8ff;
	box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
	border: dotted 2px #668ad8;
}

.az__list__4 {
	font-size: 1.6rem;
	line-height: 1.8;
	background: #fffaf1;
	box-shadow: 0px 0px 0px 10px #fffaf1;/*線の外側*/
	border: dashed 2px #ff938b;
	margin: 80px 10px 10px;/*はみ出ないように調整*/
	padding: 1.5em 1em 1.5em 2.5em;
}

.az__list__5 {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
	background: #f7f7f7;
	border: solid 0.5px #eeeeee;
	margin: 50px 10px 50px;/*はみ出ないように調整*/
	padding: 2.5em 2.5em 2.5em 2.5em;
}

.az__list__5 a {
	color: #204cc8;
}

.az__list__5 a:hover {
	color: #1b40aa;
}

.az__list__6{
	font-size: 1.4rem;
	line-height: 1.8;
	background: #edddd5;
	border: solid 0.5px #d18e8e;
	margin: 50px 10px -30px;/*はみ出ないように調整*/
	padding: 1.5em 1.5em 1.5em 1.5em;
	border-radius: 10px;
}

.az__list__6 a {
	color: #d97171;
}

.az__list__6 a:hover {
	color: #b53e3e;
}

.az__list__7{
	margin: -20px 10px -30px;/*はみ出ないように調整*/
}

.az__list__4 img:hover {
	opacity: .8;
}

.az__list__4__azfuan {
	aspect-ratio: 96 / 53;
	width: 80%;
 	height: auto;
	display: block;
	margin: 30px auto 40px;
}

.az__list__4__nayami {
	width: 500px;
	display: block;
	margin: 40px auto 40px;
}

.az__list__4__soudan {
	width: 300px;
	display: block;
	margin: 40px auto 40px;
}

.az__list__4 p {
	text-align: center;
}

.az__link {
	border: solid 1px silver;
	display: flex;
	position: relative;
	margin: 50px 10px 50px;
	padding: 10px;
}

.az__link__3 {
	padding: 10px 60px 10px;
}

.az__link__4 {
	margin: 50px 0px 50px;
	padding: 60px 10px 0px;
	display: grid;
}

.az__link::before {
	position: absolute;
	content: 'こちらもオススメ';
	top: 0;
	left: 0;
	font-size: 15px;
	color: white;
	padding: 10px;
	background: #F89174;
}

.az__link__2::before {
	content: 'Amazonのサイトへ';
	background: #74d7f8;
}

.az__link__3::before {
	content: '参考';
	background: #96c7d9;
}

.az__link__4::before {
	content: 'メディアパートナーサイトはこちら';
	background: #96c7d9;
}

.az__link__img-box {
	width: 35%;
    float: left;
	margin: 10px 10px 0px 10px;
}

.az__link__img-box div {
	min-height: 200px;
    background-size: cover;
    background-position: center center;
}

.az__link__text-box {
	width: 65%;
    float: left;
}

.az__link__2__text-box {
	width: 100%;
    float: left;
}

.az__link__3__text-box {
	width: 100%;
    float: left;
}

.az__link__t {
	font-weight: bold;
	font-size: 1.8rem;
	color: #b86e56;
	line-height: 1.8;
	padding: 10px 10px 5px 10px;
}

.az__link__t__3 {
	font-weight: bold;
	font-size: 1.4rem;
	color: #484b4d;
	line-height: 1.8;
	padding: 10px 10px 5px 10px;
}

.az__link__t__4 {
	font-size: 1.2rem;
	color: #484b4d;
	line-height: 1.8;
	padding: 10px 10px 5px 10px;
}

.az__link__t__5 p {
	font-weight: bold;
	font-size: 1.2rem;
	color: #484b4d;
	line-height: 1.8;
	margin: 10px 0px;
}

.az__link__t__6 p {
	font-size: 1.2rem;
	color: #484b4d;
	line-height: 1.8;
	margin: 10px 0px;
}

.az__link__p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 5px 10px 10px 10px;
}

.az__content p_2 {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.az__content p {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}

.ba {
	width: 100%;
	position: relative;
}

.ba::before {
	content: '';
	width: 120px;
	height: 120px;
	background: url(../img/078.png) no-repeat top left/contain;
	position: absolute;
	top: -110px;
	right: -10px;
}

.ba__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #c9dce6;
	width: 100%;
	height: 50px;
	font-size: 1.8rem;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ba__button span {
	position: relative;
}

.ba__button span::before {
	content: '';
	position: absolute;
	top: 3px;
	right: -30px;
	border-right: 7px solid transparent;
	border-top: 10px solid #000;
	border-left: 7px solid transparent;
}

.ba__btn-outer {
	position: relative;
}

.ba__btn-outer::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 280px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 7px solid transparent;
	border-top: 10px solid #000;
	border-left: 7px solid transparent;
}

.ba__content {
	display: none;
	background: url(../img/125.jpg) no-repeat top left/cover;
	height: 240px;
	padding: 20px;
	position: relative;
}

.ba__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ba__items + .ba__items {
	margin-top: 10px;
}

.ba__item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.ba__item label {
	padding: 7px 9px;
	border: 1px solid #292F33;
	display: block;
	cursor: pointer;
}

.ba__item input {
	display: none;
}

.ba__item input:checked + label {
	background: #000;
	color: #ffffff;
}

.ba__item--radius label {
	border-radius: 4px;
}

.ba__item--circle label {
	border-radius: 20px;
}

.ba__item--orange label {
	opacity: .5;
	border: none;
	color: #ffffff;
	background: #ff8b62;
	-webkit-box-shadow: 0 4px 1px 0 #ffd8c9;
	box-shadow: 0 4px 1px 0 #ffd8c9;
}

.ba__item--orange input:checked + label {
	background: #ff8b62;
	color: #ffffff;
	opacity: 1;
}

.ba__item--green label {
	opacity: .5;
	border: none;
	color: #ffffff;
	background: #72c753;
	-webkit-box-shadow: 0 4px 1px 0 #d0ebc5;
	box-shadow: 0 4px 1px 0 #d0ebc5;
}

.ba__item--green input:checked + label {
	background: #72c753;
	color: #ffffff;
	opacity: 1;
}

.ba__item--blue label {
	opacity: .5;
	border: none;
	color: #ffffff;
	background: #4ba6f5;
	-webkit-box-shadow: 0 4px 1px 0 #c3e0fc;
	box-shadow: 0 4px 1px 0 #c3e0fc;
}

.ba__item--blue input:checked + label {
	background: #4ba6f5;
	color: #ffffff;
	opacity: 1;
}

.ba__text {
	position: absolute;
	bottom: 10px;
	left: 300px;
	font-size: 1.8rem;
}

.ba__button-2 {
	position: absolute;
	bottom: 0px;
	right: 120px;
	width: 80px;
	height: 60px;
	cursor: pointer;
	outline: none;
	border: none;
	background: transparent;
}

.bb__flame__h {
	border: solid 1px silver;
	border-radius: 10px 10px 10px 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px 10px 20px 10px;
}

.bb__flame__h__2 {
	margin-top: 60px;
}

.bb__flame__h__3 {
	margin-bottom: 20px;
}

.bb__flame__h__4 {
	background: #e1ffe0;
	border: solid 1px #ff9c7a;
	border-radius: 5px;
	box-shadow :0px 3px 5px silver;/*5px=影の広がり具合*/
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px 10px 20px 10px;
}

.bb__flame__h__5 {
	background: #fff7f0;
}

.bb__flame {
	background: #ffeed0;
	border-radius: 10px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 6px 3px 6px 3px;
}

.bb__flame__y {
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
}

.bb__flame__b {
	margin-bottom: 20px;
}

.bb__flame__r {
	background: #e2bf7f;
}

.bb__flame__blue {
	background: #c5f1fe;
}

.bb__flame__blue__2 {
	background: #53d7fd;
}

.bc__list {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	border: solid 2px #ff938b;
	padding: 1.5em 1em 2em 4em;
	border-radius: 10px 10px 10px 10px;
}

.bc__list li {
	position: relative;
 	padding-left: 30px;
	font-size: 16px;
	line-height: 2em;
 	padding: 1em 0;
}

.bc__list li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #ff938b;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: -2.5em;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.rate {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 20px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.rate:before {
  color: #ddd; /*星色*/
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap; /*重要*/
}

.rate00:after{width: 0;}
.rate05:after{width: 10px;}
.rate10:after{width: 20px;}
.rate15:after{width: 30px;}
.rate20:after{width: 40px;}
.rate25:after{width: 50px;}
.rate30:after{width: 60px;}
.rate35:after{width: 70px;}
.rate40:after{width: 80px;}
.rate45:after{width: 90px;}
.rate50:after{width: 100px;}


/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
	overflow: hidden !important;
}

.drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	width: 400px;
	height: 100%;
	padding: 5px 15px 15px;
	background-color: #ffffff;
}

.drawer-nav__close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.drawer-brand {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.75rem;
	display: block;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	text-decoration: none;
	color: #222;
}

.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawer-menu-item {
	font-size: 1rem;
	display: block;
	padding: 0.75rem;
	text-decoration: none;
	color: #222;
}

.drawer-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}

/*! overlay */

.drawer-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(161, 198, 191, 0.58);
}

.drawer-open .drawer-overlay {
	display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
	right: -400px;
	-webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 400px;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
	position: fixed;
	z-index: 104;
	top: -2px;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: auto;  /* 親の幅を画像サイズに合わせる */
	padding: 0;
	padding-top: 20px;
	padding-right: 90px;
	padding-bottom: 20px;
	padding-left: 13px;
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}

.drawer-hamburger:hover {
	cursor: pointer;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 12px;
}

.drawer-hamburger-icon img {
	width: 80px;  /* 任意で縮小 */
	height: auto; /* 縦横比を維持 */
	display: block;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer-menu__item {
	font-size: 1.4rem;
	line-height: 1.5;
	border-bottom: dashed 1px silver;
	display: block;
	padding: 25px 0;
	color: #292F33;
	text-decoration: none;
}

.drawer-menu__item a:hover {
	text-decoration: underline;
}

.drawer-menu__item__2 {
	border-bottom: none;
	padding: 25px 0 10px 0;
}

.drawer-menu__item__3 {
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 1.3rem;
	line-height: 1.3;
}

.drawer-menu__item__3 a {
	color: #292F33;
	text-decoration: none;
}

.drawer-menu__item__3 a:hover {
	text-decoration: underline;
}

.drawer-menu__item__4 {
	border-bottom: dashed 1px silver;
	padding: 10px 0 20px 20px;
}

.drawer-menu__item__4 a:hover {
	text-decoration: underline;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/* State */

/* Theme */

@media screen and (min-width: 768px) {

.header__inner { /* pc */
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footer { /* pc */
	width: 745px;
	padding-bottom: 40px;
}

.footer__menu__item:nth-of-type(3n) { /* pc */
	margin-right: 0;
}

.footer__wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.footer__sub-menu--2 { /* pc */
	margin-left: 10px;
	padding-left: 10px;
}

.footer__sub-menu--3 { /* pc */
	margin-bottom: 10px;
}

.b__item + .b__item--mt-20 { /* pc */
	margin-top: 50px;
}

.e__head img { /* pc */
	margin-left: -30px;
}

.k__q { /* pc */
	min-height: 55px;
}

.u__deco { /* pc */
	position: absolute;
	top: 600px;
	right: -20px;
	width: 255px;
}

.ad__inner::before { /* pc */
	right: 20px;
}

.ad__select { /* pc */
	width: 100%;
	font-size: 1.5rem;
	padding: 10px 20px;
}

.ae__bg { /* pc */
	display: none;
}

.ay__deco { /* pc */
	bottom: 0px;
	right: 20px;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger { /* pc */
	position: absolute;
	right: 0;
	top: 0;
}

.drawer--right.drawer-open .header__inner { /* pc */
	position: static;
}

.drawer--right.drawer-open .drawer-hamburger { /* pc */
	right: 0;
}

.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon { /* pc */
	display: none;
}

.drawer-menu { /* pc */
	padding-top: 120px;
	padding-left: 60px;
	padding-bottom: 30px;

}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.mfp-arrow-left {
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}

}

@media screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

img { /* sp */
	display: block;
	max-width: 100%;
	height: auto;
}

.l-body { /* sp */
	padding-top: 80px;
	overflow: hidden;
}

.l-body--pt0 { /* sp */
	padding-top: 0;
}

.l-wrapper-1 { /* sp */
	width: calc(100% - 50px);
}

.l-wrapper-1--sp-lg { /* sp */
	width: calc(100% - 0px);
}

.header { /* sp */
	height: 70px;
	background-size: auto 80px;
}

.header__reserve { /* sp */
	margin-top: 4px;
	width: 130px;
}

.header__logo { /* sp */
	width: 46px;
	height: auto;
}

.footer__reserve { /* sp */
	width: 200px;
	margin-bottom: 40px;
}
	
.footer__reserve__3 { /* sp */
	margin-top: 10px;
}

.footer__reserve::before { /* sp */
	width: 100px;
	height: 100px;
	top: -30px;
	right: -40%;
}
	
.footer__menu { /* sp */
	margin-bottom: 10px;
}

.footer__menu__item { /* sp */
	width: calc(50% - 10px);
	margin-right: 20px;
	font-size: 1.4rem;
	padding-bottom: 18px;
}

.footer__menu__item:nth-of-type(2n) { /* sp */
	margin-right: 0;
}

.footer__sub-menu { /* sp */
	margin-right: 22px;
}

.footer__sub-menu--2 { /* sp */
	margin-left: 55px;
}

.footer__sub-menu__item { /* sp */
	margin-bottom: 10px;
}
	
.footer__youtube__3 { /* sp */
	padding: 15px;
}
	
.footer__youtube__4{ /* sp */
	padding: 15px;
}
	
.footer__y__text { /* sp */
	font-size: 1.4rem;
}	
	
.breadcrumb { /* sp */
	width: calc(100% - 30px);
	margin-bottom: 30px;
	font-size: 1.2rem;
}

.breadcrumb__item:after { /* sp */
	font-size: 1.2rem;
}
	
.breadcrumb__2 { /* sp */
	width: calc(100% - 0px);
	font-size: 1.2rem;
	margin-bottom: 20px;
}
	
.breadcrumb__2 li:after { /* sp */
	padding: 0 6px;
}

.breadcrumb__2 li:first-child a:before { /* sp */
	padding: 0 3px 0 0;
}

.breadcrumb__3 { /* sp */
	margin-top: 60px;
	margin-bottom: -40px;
}	
	
.breadcrumb__4 { /* sp */
	margin-bottom: 10px;
}	
	
.design03 { /* sp */
	margin-bottom: 30px;
}	
	
.design03 th,
.design03 td { /* sp */
	font-size: 1.4rem;
}	
	
.the_content { /* sp */
	font-size: 1.6rem;
}	
	
.the_content h2 { /* sp */
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 10px 5px 10px 10px;
	margin-bottom: 20px;
	margin: 60px 0 30px 0;
}
	
.the_content h3 { /* sp */
	font-size: 1.7rem;
}
	
.the_content h4 { /* sp */
	font-size: 1.7rem;
	padding: 0 0 10px 0;
}
	
.the_content p { /* sp */
	margin-bottom: 30px;
}
	
.the_content img { /* sp */
	margin-bottom: 30px;
}
	
.btn-1 { /* sp */
	font-size: 1.4rem;
	height: 50px;
	width: 240px;
}

.pagination { /* sp */
	margin-bottom: 40px;
}

.pagination .page-numbers { /* sp */
	font-size: 1.4rem;
}

.tag li a { /* sp */
	font-size: 1.2rem;
	padding: 7px 7px;
}
	
.accordion-001 summary { /* sp */
	font-size: 1.3rem;
}	

.a { /* sp */
	padding-top: 70px;
	background-size: cover;
	height: 550px;
}

.a__head { /* sp */
	width: 170px;
}

.b { /* sp */
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.balloon1-left { /* sp */
	padding: 15px 30px;
	font-size: 16px;
}	
	
.b__top { /* sp */
	margin: 40px auto 50px;
}

.b__top img { /* sp */
	width: 100%;
}	
	
.b__deco { /* sp */
	width: 80%;
	margin-bottom: 10px;
}

.b__wrap { /* sp */
	margin-bottom: 25px;
}

.b__head-1 { /* sp */
	width: 27%;
	margin-top: 10px;
}

.b__head-2 { /* sp */
	font-size: 2rem;
	margin-bottom: 10px;
}

.b__main { /* sp */
	width: 70%;
}

.b__item + .b__item { /* sp */
	margin-top: 35px;
}

.b__text { /* sp */
	font-size: 1.5rem;
}

.b__text--2col { /* sp */
	width: 100%;
}

.b__text--over-right { /* sp */
	margin-right: -13%;
}

.b__image { /* sp */
	width: 140px;
	margin-bottom: 20px;
}

.b__button { /* sp */
	margin-top: 30px;
}

.c { /* sp */
	margin-top: 30px;
	margin-bottom: 0px;
}

.c__head-1 { /* sp */
	padding-bottom: 0;
	line-height: 1.5;
}

.c__head-1 span::before,
.c__head-1 span::after { /* sp */
	width: 30px;
	height: 40px;
	top: 13px;
}

.c__text { /* sp */
	margin-top: 5px;
	font-size: 1.4rem;
}
	
.cc { /* sp */
	margin-top: 10px;
	margin-bottom: 20px;
}

.cc__head-1 { /* sp */
	padding-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.5;
}

.cc__head-1 span::before,
.cc__head-1 span::after { /* sp */
	width: 30px;
	height: 40px;
	top: 13px;
}

.cc__wrap { /* sp */
	height: 73vw;
	width: 100%;
	margin: 0 auto;
}

.cc__list { /* sp */
	padding: 15vw 15px 0px 30px;
}

.cc__item { /* sp */
	font-size: 3.4vw;
}

.cc__item + .cc__item { /* sp */
	margin-top: 5px;
}

.cc__text { /* sp */
	margin-top: 5px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.e__head { /* sp */
	width: 94%;
	left: 20px;
	margin: 0px 0 20px;
}
	
.e__head__2 { /* sp */
	font-size: 1.5em;
}
	
.e__head__3 { /* sp */
	font-size: 1.6em;
	margin-top: 15px;
}
	
.e__head__4{ /* sp */
	margin:	80px 0 60px;
}
	
.e__head__5{ /* sp */
	margin:	50px 0 -30px;
}

.e__items { /* sp */
}

.e__item { /* sp */
	width: 50%;
}

.e__status { /* sp */
	width: 100%;
}

.e__main { /* sp */
	padding: 55vw 0 0;
	height: 123vw;
	background-position: top center;
	background-size: 100%;
}

.e__main--bg01 { /* sp */
	background: url(../img/146.png) no-repeat top left/contain;
}

.e__main--bg02 { /* sp */
	padding: 58.7vw 0 0;
	
	background: url(../img/145.png) no-repeat top left/contain;
}

.e__post { /* sp */
	font-size: 1.1rem;
	margin-bottom: 2vw;
}

.e__text { /* sp */
	font-size: 4vw;
	margin-bottom: 0;
	padding: 0;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.e__voice { /* sp */
	position: static;
	width: 45%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	height: 44vw;
}

.e__voice__text { /* sp */
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 1.6rem;
}

.e__button { /* sp */
	font-size: 2.5vw;
	width: 30vw;
	top: 114.5vw;
	left: 60%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.f { /* sp */
	padding: 35px 0 60px;
}

.f::after { /* sp */
	bottom: -25px;
}

.f__head { /* sp */
	margin-right: 20%;
	margin-top: 20px;
}

.f__head img { /* sp */
	width: 240px;
}

.f__prise { /* sp */
	width: 300px;
	margin: 10px auto 40px;
	font-size: 2.8rem;
}
	
.f__prise span { /* sp */
	font-size: 1.5rem;
	margin-top: 20px;
}
	
.f__prise__2__text { /* sp */
	font-size: 4.3vw;
	top: 20%;
}
	
.f__prise__3 { /* sp */
	width: 300px;
	margin: 10px auto 0px;
	font-size: 1.4rem;
}
	
.f__prise__4 { /* sp */
	margin: 10px auto 20px;
	font-size: 1.9rem;
}

.f__unit-time { /* sp */
	width: 200px;
	margin-bottom: 40px;
}

.f__message__image--mail { /* sp */
	width: 9vw;
	top: 38%;
	left: 10%;
}

.f__message__image--line { /* sp */
	width: 8vw;
	top: 55%;
	left: 20%;
}

.g { /* sp */
	background-size: cover;
	height: auto;
	margin-top: 20px;
	padding-top: 100px;
	padding-bottom: 80px;
}

.g__head { /* sp */
	margin-right: 60px;
}

.g__head img { /* sp */
	width: 210px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.g__head__2 { /* sp */
	font-size: 1.3em;
}

.g__main { /* sp */
	width: 100%;
	width: 320px;
}

.g__col__item { /* sp */
	width: 60px;
}

.g__col__item::before { /* sp */
	left: -73%;
}

.g__arrow img { /* sp */
	width: 132px;
}

.g__text { /* sp */
	width: 100%;
	font-size: 1.5rem;
}
	
.g__text--2 { /* sp */
	padding: 19px 16px 20px 43px;
}

.g__text + .g__text { /* sp */
	margin-top: 20px;
}

.g__text + .g__text::before { /* sp */
	top: -30px;
}

.g__button { /* sp */
	margin-top: 40px;
}

.h { /* sp */
	background: url(../img/085.png) no-repeat top left/contain;
	height: 0;
	padding-top: 580px;
	position: relative;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.h__head-1 { /* sp */
	width: 210px;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.h__inner { /* sp */
	display: block;
	position: absolute;
	top: 130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 270px;
}

.h__item { /* sp */
	margin: 0 auto -5px auto;
	width: 100%;
}

.h__head-2 { /* sp */
	font-size: 1.3rem;
	height: auto;
	margin-bottom: 6px;
	padding-bottom: 10px;
	background-size: 100%;
}

.h__text { /* sp */
	font-size: 1rem;
	margin-left: 55px;
	margin-bottom: 13px;
}	
	
.j__head-1 { /* sp */
	margin-top: 40px;
	margin-bottom: 30px;
}

.j__head-1 img { /* sp */
	width: 230px;
	margin: 0 0 0 25px;
}
	
.j__head-2 img { /* sp */
	width: 180px;
	margin: 0 0 20 0px;
}

.j__item { /* sp */
	width: calc(30% - 5px);
}

.j__date { /* sp */
	font-size: 1.4rem;
}

.j__head-2 { /* sp */
	font-size: 1.4rem;
	line-height: 1.6;
}

.j__text { /* sp */
	font-size: 1.2rem;
}

.k { /* sp */
	max-width: 350px;
	height: auto;
	padding: 20px 20px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	padding-bottom: 30px;
	background: url(../img/086_middle.jpg) repeat-y top left/contain;
	position: relative;
}

.k::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vw;
	background: url(../img/086_top.jpg) no-repeat top left/contain;
	z-index: 2;
}

.k::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 148vw;
	background: url(../img/086_bottom.jpg) no-repeat bottom left/contain;
}

.k__head { /* sp */
	margin: 0 30px 30px 0;
	position: relative;
	z-index: 5;
}

.k__head img { /* sp */
	width: 210px;
}
	
.k__item { /* sp */
	width: 370px;
	margin-bottom: 55px;
}
	
.k__q { /* sp */
	font-size: 1.6rem;
}
	
.k__a { /* sp */
	font-size: 1.6rem;
}	

.k__button { /* sp */
	position: relative;
	z-index: 5;
	width: 240px;
}

a.l { /* sp */
	margin-bottom: 10px;
}

.o { /* sp */
	margin-bottom: 20px;
}

.o__main { /* sp */
	max-width: 320px;
	max-height: 320px;
	padding: 40px 20px 0;
	background: url(../img/064.png) no-repeat top center/contain;
}

.o__text-1 { /* sp */
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.o__text-2 { /* sp */
	font-size: 3.3rem;
}

.o__text-2 span { /* sp */
	font-size: 1.4rem;
	margin-right: 20px;
	margin-bottom: 0;
}

.o__img { /* sp */
	width: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.o__text-3 { /* sp */
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.o__cashless { /* sp */
	margin: 20px 10px 20px;
	padding: 20px;
}
	
.o__cashless__text { /* sp */
	margin: 30px 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
}	
	
.o__cashless__text__2 { /* sp */
	margin: 30px 0 0;
	font-size: 1.1rem;
	line-height: 1.4;
}	
	
.p__head { /* sp */
	margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 60px;
}
	
.p__head__1 { /* sp */
	margin-right: 4%;
}

.p__head img { /* sp */
	width: 180px;
}

.p__deco img { /* sp */
	top: -135px;
	right: -10px;
	width: 150px;
}

.p__main { /* sp */
	position: relative;
	padding-top: 70px;
	height: auto;
	background: url(../img/091.jpg) no-repeat top center/cover;
	padding-bottom: 25vw;
}

.p__main::before {
	content: '';
	width: 100%;
	height: 11vw;
	background: url(../img/091_bottom.jpg) no-repeat top center/cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

.p__item + .p__item { /* sp */
	margin-top: 40px;
}

.p__heading { /* sp */
	font-size: 1.8rem;
	margin-top: 60px;
	margin-bottom: 40px;
}
	
.p__heading__2 { /* sp */
	margin-top: 80px;
}

.p__heading__3 { /* sp */
	margin-top: 40px;
}

.p__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.9em;
}

.p__text + .p__text { /* sp */
	margin-top: 40px;
}
	
.p__text__2 { /* sp */
	font-size: 1.2rem;
}

.q { /* sp */
	margin-bottom: 30px;
}

.q__head { /* sp */
	margin-bottom: 30px;
}

.q__head img { /* sp */
	width: 260px;
}

.q__image { /* sp */
	margin-bottom: 30px;
}

.q__section + .q__section { /* sp */
	margin-top: 30px;
}

.q__heading { /* sp */
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.q__text { /* sp */
	font-size: 1.4rem;
}

.r { /* sp */
	margin-bottom: 0;
}
	
.r::before { /* sp */
	content: none;
}

.r::after { /* sp */
	content: none;
}

.r__head { /* sp */
	margin: 10px 70px 30px 0;
}

.r__head img { /* sp */
	width: 230px;
	margin: 0 auto;
}

.r__text { /* sp */
	font-size: 1.3rem;
}

.r__deco img { /* sp */
	width: 20px;
	height: 24px;
	margin-bottom: 15px;
}

.s { /* sp */
	background: url(../img/092.jpg) no-repeat center top/cover;
	padding-top: 40px;
}

.s::before {
	content: '';
	width: 100%;
	height: 7vh;
	max-height: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/092_bottom.jpg) no-repeat center bottom/cover;
}

.s__sm-text { /* sp */
	margin-top: 100px;
}

.t { /* sp */
	width: 100%;
	height: 0;
	padding: 0;
	background-size: cover;
	padding-top: 42%;
	margin-top: 10px;
}

.t__text { /* sp */
	font-size: 4.9vw;
	position: absolute;
	right: 10%;
	top: 35%;
}

.t__text span { /* sp */
	font-size: 1rem;
}

.t__image--mail { /* sp */
	width: 10vw;
	top: 40%;
	left: 10%;
}

.t__image--line { /* sp */
	width: 9vw;
	top: 50%;
	left: 25%;
}

.t__note { /* sp */
	right: inherit;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 110%;
	width: 55vw;
	text-align: center;
	font-size: 3.5vw;
}

.t__note::before,
.t__note::after { /* sp */
	width: 30px;
	height: 40px;
	top: 10px;
}

.t__note::before { /* sp */
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	left: -5%;
}

.t__note::after { /* sp */
	left: 90%;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.u { /* sp */
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
	padding: 40px 10px 0;
	background: url(../img/093.png) no-repeat center top/cover;
	margin-top: 5vw;
}

.u__deco { /* sp */
	width: 180px;
	margin: 0px auto 0;
}

.u__text__h { /* sp */
	font-size: 1.6rem;
	margin: 20px 0 40px;
	line-height: 1.9;
}	
	
.u__text__h__2 { /* sp */
	margin: 40px 0 20px;
}	
	
.u__text { /* sp */
	font-size: 1.3rem;
	margin-bottom: 12px;
	line-height: 1.9;
}

.v { /* sp */
	width: 300px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(../img/094.png) no-repeat center top/contain;
}

.v__main { /* sp */
	width: 300px;
	padding: 0 20px;
	margin: -20px auto 0;
}

.v__text { /* sp */
	font-size: 1.2rem;
}

.w { /* sp */
	padding-top: 10px;
	width: 100%;
	margin: 0 auto 0px;
}

.w__item { /* sp */
	font-size: 1.4rem;
	line-height: 1.5;
	padding-top: 40px;
}

.w__item img { /* sp */
	width: 50px;
}

.w__note__h { /* sp */
	font-size: 1.5rem;
}
	
.w__note { /* sp */
	font-size: 1.3rem;
}

.w__list__2 { /* sp */
	padding: 3em 1em 1em 2em;
}	

.w__list__2 li { /* sp */
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 2em 0em 2em 0em;
}

.w__list__2 li::before { /* sp */
	font-size: 1.7rem;
	top: 20px;
	left: 3px;
}
	
.w__list__3 {
	font-size: 1.3rem;
}
	
.w__list__4 p { /* sp */
  margin-top: -25px;
}

.w__list__4::before { /* sp */
	font-size: 1.7rem;
	top: 20px;
	left: 3px;
}	
	
.w__list__5 {
	font-size: 1.5rem;
}
	
.w__list__8 { /* sp */
	padding: 0em 0em 0em 2em;
}
	
.x { /* sp */
	margin-top: 20px;
	margin-bottom: 10px;
}

.x__text { /* sp */
	font-size: 3vw;
	top: 5%;
}

.y { /* sp */
	padding: 30px 0;
}

.z h1 { /* sp */
	font-size: 2rem;
	padding: 40px 0;
}

.z .top-text p { /* sp */
	margin-bottom: 30px;
}

.z h2 { /* sp */
	text-align: left;
}

.aa { /* sp */
	margin-bottom: 0px;
}

.aa__head { /* sp */
	margin: 20px 0px 0 0;
}

.aa__head img { /* sp */
	width: 290px;
	margin: 0 auto;
}
	
.a__head__1 p { /* sp */
	font-size: 2.5em;
	top: 50px;
}
	
.a__head__2 p { /* sp */
	font-size: 0.8em;
	top: 110px;
}

.a__head__3 p { /* sp */
	font-size: 0.9em;
	top: 140px;
}

.aa::before { /* sp */
	content: none;
}

.aa::after { /* sp */
	content: none;
}

.aa__image { /* sp */
	margin-top: 20px;
	margin-bottom: 20px;
}	
	
.ab { /* sp */
	padding: 100px 0;
	height: auto;
	margin: 60px 0 0; 
}
	
.ab__2 { /* sp */
	margin-bottom: -30px;
}

.ab__3 { /* sp */
	margin-bottom: -40px;
}	
	
.ab__4 { /* sp */
	margin-bottom: 30px;
}
	
.ab__item { /* sp */
	width: calc(50% - 10px);
}

.ab__image { /* sp */
	margin-bottom: 15px;
}

.ab__post { /* sp */
	font-size: 1.3rem;
	margin-bottom: 15px;
	padding: 0;
}

.ab__text { /* sp */
	padding: 0;
	font-size: 1.3rem;
}

.ab__button { /* sp */
	width: 100%;
	height: 30px;
}

.ac__2 { /* sp */
	margin-bottom: 60px;
}	
	
.ac__head-1 { /* sp */
	margin: 20px 8px 40px 0;
}

.ac__head-1 img { /* sp */
	width: 250px;
	margin: 0 auto;
}
	
.ac__head-3 { /* sp */
	margin: 0px 8px 30px 0;
}

.ac__head-3 img { /* sp */
	width: 180px;
	height: auto;
	margin: 0 auto;
}
	
.ac__head-4 { /* sp */
	margin-top: 20px;
}
	
.ac__head-4 img { /* sp */
	width: auto;
}

.ac__items { /* sp */
	padding-top: 20px;
	margin-bottom: 30px;
}
	
.ac__item__2 { /* sp */
	padding: 20px 0 0px 40px;
}
	
.ac__item__3 { /* sp */
	padding: 40px 0 0px 40px;
}

.ac__head-2 { /* sp */
	display: block;
}

.ac__head-2__text { /* sp */
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
}
	
.ac__head-2__text__2{ /* sp */
	font-size: 1.4rem;
}

.ac__head-2__profile { /* sp */
	margin-left: auto;
}

.ac__heading-2 { /* sp */
	margin-top: 30px;
	margin-bottom: 50px;
}	
	
.ac__heading { /* sp */
	font-size: 1.6rem;
	margin-top: 60px;
}
	
.ac__heading__2 { /* sp */
	font-size: 1.5rem;
	padding: 0 0 10px 0;
}
	
.ac__heading__4{ /* sp */
	margin-top: 30px;
}	
	
.ac__text__2 { /* sp */
	font-size: 1.2rem;
	line-height: 1.4;
}

.ac__bottom { /* sp */
	display: block;
}

.ac__adviser { /* sp */
	text-align: right;
	margin-bottom: 15px;
}
	
.acc__intro__h { /* sp */
	font-size: 1.7rem;
	margin-top: 50px;
}	
	
.acc__intro { /* sp */
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.9;
}
	
.acc__intro__m { /* sp */
	font-size: 1rem;
}

.acc__intro__2 { /* sp */
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.9;
 	font-weight: bold;
	text-align: center;
}

.acc__list { /* sp */
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 30px;
}
	
.acc__title { /* sp */
	font-size: 1.5rem;
}

.acc__image { /* sp */
	margin-top: 20px;
	margin-bottom: 30px;
}
	
.acc__image__s { /* sp */
	width: 640px;
	height: 426px;
}
	
.acc__image__2 { /* sp */
	margin-top: 25px;
	margin-bottom: 0px;
}

.acc__image__2 img { /* sp */
	width: 200px;
}
	
.acc__image__4 { /* sp */
	margin-bottom: 30px;
}
	
.acc__image__7__2 { /* sp */
	font-size: 0.8em;
}	
	
.acc__image__7__3 p { /* sp */
	font-size: 2.3em;
}
	
.acc__image__7__4 p { /* sp */
	font-size: 1em;
}
	
.acc__image__7__5 p { /* sp */
	font-size: 0.6em;
}
	
.acc__list__4 { /* sp */
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 40px 10px 40px;/*はみ出ないように調整*/
	padding: 1.5em 1em 1em 1em;
}
	
.acc__keyword { /* sp */
	margin-top: 40px;
	margin-bottom: 20px;
}
	
.ad--deco::before { /* sp */
	width: 80px;
	height: 80px;
	top: -73px;
}

.ad__content { /* sp */
	display: block;
}

.ad__inner { /* sp */
	width: 100%;
}

.ad__inner + .ad__inner { /* sp */
	margin-top: 10px;
}

.ae { /* sp */
	width: 100%;
	height: auto;
	background: none;
	position: relative;
}

.ae__text { /* sp */
	width: 80vw;
	padding: 0;
	font-size: 3.2vw;
	position: absolute;
	top: 17%;
	left: 60%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.af h1 { /* sp */
	font-size: 2rem;
}

.af h2 { /* sp */
	font-size: 1.7rem;
}

.af .item { /* sp */
	margin: 0 0 11px 0;
}

.af .detail { /* sp */
	font-size: 13px;
}

.af .line2,
.af .line3 { /* sp */
	font-size: 13px;
}

.af .link { /* sp */
	font-size: 13px;
}	
	
.ag { /* sp */
	margin-bottom: 30px;
}
	
.ag__7 { /* sp */
	padding: 10px 0px 60px 0px;
}

.ag__head { /* sp */
	margin: 20px 80px 40px 20px;
}

.ag__head img { /* sp */
	width: 200px;
}
	
.ag__head__2 { /* sp */
	margin-bottom: -20px;
}

.ag__text { /* sp */
	font-size: 1.3rem;
}

.ah { /* sp */
	margin-top: 30px;
	margin-bottom: 50px;
}

.ah__item { /* sp */
	padding: 25px 0;
}

.ah__image { /* sp */
	width: 45%;
}
	
.ah__image__2 { /* sp */
	width: 100%;
}
	
.ah__main { /* sp */
	width: 100%;
}

.ah__wrap { /* sp */
	display: block;
	width: 50%;
}

.ah__tags { /* sp */
	width: 100%;
}

.ah__info { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ah__date { /* sp */
	font-size: 1.3rem;
}

.ah__author { /* sp */
	font-size: 1.3rem;
}

.ah__title { /* sp */
	font-size: 1.7rem;
	margin-bottom: 7px;
}

.ah__text { /* sp */
	font-size: 1.4rem;
}

.ai__image { /* sp */
	width: calc(100% - 30px);
}

.ai__inner { /* sp */
	padding: 0;
}

.ai__wrap { /* sp */
	display: block;
	margin-bottom: 0px;
}

.ai__tags { /* sp */
	margin-bottom: 20px;
}

.ai__title { /* sp */
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ai__info { /* sp */
	font-size: 1.2rem;
}

.ai__content { /* sp */
	padding: 0;
}

.aj { /* sp */
	background-position: left 54% bottom;
	background-size: auto 60px;
}

.aj__inner { /* sp */
	margin-right: 0;
}

.aj__image { /* sp */
	margin-right: 20px;
	width: 40%;
}

.aj__head { /* sp */
	line-height: 1.5;
	font-size: 1.5rem;
}

.ak { /* sp */
	padding-bottom: 0px;
}

.ak--center { /* sp */
	margin-bottom: 0;
}

.ak__link { /* sp */
	font-size: 1.5rem;
}

.ak__list-link { /* sp */
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.3rem;
}

.ak__list-link--center { /* sp */
	position: static;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.al { /* sp */
	display: block;
	margin-bottom: 40px;
}

.al__image { /* sp */
	width: 85%;
	margin: 0 auto 15px;
}

.al__info { /* sp */
	width: 100%;
}

.al__profile__item { /* sp */
	font-size: 1.5rem;
}
	
.al__profile__item span { /* sp */
	font-size: 1.2rem;
}

.am { /* sp */
	display: block;
}

.am__movie { /* sp */
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -40px;
}

.am__movie img { /* sp */
	max-width: 320px;
	width: 80%;
}

.am__tags { /* sp */
	width: 100%;
	margin-bottom: 20px;
}

.am__heading { /* sp */
	font-size: 1.6rem;
}	
	
.am__heading__2 { /* sp */
	margin-top: 0;
}
	
.an { /* sp */
	margin-top: 50px;
}

.an__intro__h { /* sp */
	font-size: 1.7rem;
	margin-top: 50px;
	padding: 8px 8px 8px 13px;
}
	
.an__intro__h__3 { /* sp */
	margin-top: 80px;
}	
	
.an__intro__h__4 { /* sp */
	margin-top: 60px;
}
	
.an__intro__h__5 { /* sp */
	margin-top: -10px;
}
	
.an__intro__h__6 { /* sp */
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.an__intro__h__7 { /* sp */
	margin-top: 50px;
}	
	
.an__intro__h__8{ /* sp */
	margin-bottom: -30px;
}
	
.an__intro__h__8 { /* sp */
	margin-top: 40px;
}
	
.an__intro { /* sp */
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.9;
}
	
.an__intro__2 { /* sp */
	font-size: 1.6rem;
	line-height: 1.7;
}
	
.an__intro__2__2 { /* sp */
	font-size: 1.6rem;
	line-height: 1.7;
}
	
.an__intro__3 { /* sp */
	font-size: 1.5rem;
	margin-top: 20px;
}

.an__list__top { /* sp */
	padding: 3em 2em 1em 2em;
	margin: 30px 0 30px 0;
}	

.an__list__top li { /* sp */
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 1em 0em 1em 0em;
}

.an__list__top li::before { /* sp */
	font-size: 1.6rem;
	top: 15px;
	left: 3px;
}
	
.an__list__top__6 { /* sp */
	padding: 1em 1em 1em 2em;
}
	
.an__list__top__7 { /* sp */
	padding: 1em 1em 1em 2em;
}
	
.an__list__top__8 { /* sp */
	padding: 1em 1em 1em 2em;
}
	
.an__list__top__10 { /* sp */
	padding: 1em 1em 1em 2em;
}
	
.an__list__top__11 li::before { /* sp */
	font-size: 2rem;
}
	
.an__list__top__12 li::before { /* sp */
	font-size: 2rem;
}
	
.an__list__top__16{ /* sp */
	margin: 20px 0 50px 0;
}
	
.an__list__top__17 span { /* sp */
	font-size: 1.7rem;
	line-height: 2;
}	
	
.an__list__top__17 li::before { /* sp */
	font-size: 1.8rem;
	left: 15px;
}	

.an__list { /* sp */
	font-size: 1.4rem;
	line-height: 1.7;
}

.an__list li + li { /* sp */
	margin-top: 15px;
}

.an__list li::before { /* sp */
	top: 2px;
}
	
.an__list__2 { /* sp */
	font-size: 1.2rem;
	line-height: 1;
	padding-left: 30px;
}

.an__list__2 li + li { /* sp */
	margin-top: 10px;
}

.an__list__2 li::before { /* sp */
	top: 2px;
}

.an__head { /* sp */
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.an__content { /* sp */
	margin: 40px 0 60px;
}

.an__text { /* sp */
	font-size: 1.4rem;
}

.an__image { /* sp */
	margin-top: 40px;
}	
	
.an__image__2 { /* sp */
	margin-top: 40px;
}
	
.an__image__3 { /* sp */
	margin-top: 20px;
}	

.an__image__4 { /* sp */
	margin-top: -10px;
	margin-bottom: 20px;
}	
	
.an__image__5 { /* sp */
	margin-top: -10px;
}
	
.ao { /* sp */
	width: 100%;
	height: auto;
	padding: 40px 20px;
	background: url(../img/103.png) repeat-y top left/contain;
}

.ao::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../img/103_bottom.png) no-repeat bottom center/cover;
}

.ao__head { /* sp */
	margin-bottom: 20px;
}

.ao__list { /* sp */
	font-size: 1.4rem;
	line-height: 1.5;
}

.ao__list li + li { /* sp */
	margin-top: 10px;
}

.ao__list li::before { /* sp */
	top: 2px;
}

.ap { /* sp */
	padding-bottom: 70px;
	background-position: left 54% bottom;
	background-size: auto 60px;
	min-height: inherit;
}

.ap--soudans { /* sp */
	margin-bottom: 40px;
}

.ap__inner { /* sp */
	margin-right: 0;
}

.ap__image { /* sp */
	margin-right: 20px;
	width: 40%;
}

.ap__head { /* sp */
	line-height: 1.5;
	font-size: 1.5rem;
	left: 35%;
	bottom: 4px;
}

.ap__2 { /* sp */
	padding-bottom: 70px;
	background-position: left 52% bottom;
	background-size: auto 60px;
	min-height: inherit;
}

.ap__2--soudans { /* sp */
	margin-bottom: 40px;
}

.ap__2__inner { /* sp */
	margin-right: 0;
}

.ap__2__image { /* sp */
	margin-right: 20px;
	width: 40%;
}

.ap__2__head { /* sp */
	line-height: 1.5;
	font-size: 1.5rem;
	left: 39%;
	bottom: 27px;
}

.ap__3 { /* sp */
	margin-top: 60px;
	margin-bottom: 40px;
}
	
.aq .intro { /* sp */
	margin-bottom: 40px;
}

.aq h1 { /* sp */
	font-size: 2rem;
}

.aq h2 { /* sp */
	font-size: 1.7rem;
	margin-bottom: 15px;
}

.aq__section + .aq__section { /* sp */
	margin-top: 40px;
}

.aq__main { /* sp */
	padding-left: 0;
}

.aq__text { /* sp */
	font-size: 1.4rem;
}

.ar__head { /* sp */
	margin-top: 20px;
	margin-right: 50px;
}

.ar__head img { /* sp */
	width: 230px;
}

.ar__section + .ar__section { /* sp */
	margin-top: 40px;
}

.ar__head-2 { /* sp */
	font-size: 1.6rem;
}

.ar__q { /* sp */
	font-size: 1.5rem;
	padding: 15px 0;
}

.ar__q__unit { /* sp */
	font-size: 2rem;
}

.ar__a { /* sp */
	margin-bottom: 15px;
}

.ar__a__inner { /* sp */
	font-size: 1.5rem;
	padding: 15px 0;
}

.ar__a__unit { /* sp */
	font-size: 2rem;
}

.as__head { /* sp */
	margin: 20px 75px 40px 0;
}

.as__head img { /* sp */
	width: 200px;
}

.as__intro { /* sp */
	font-size: 1.5rem;
	margin-bottom: 30px;
}
	
.as__intro__2 { /* sp */
	font-size: 1.9rem;
}

.as__item { /* sp */
	width: 100%;
}

.as__text { /* sp */
	font-size: 1.4rem;
}

.as__info { /* sp */
	margin-top: 30px;
	font-size: 1.3rem;
}

.av { /* sp */
	margin: 100px 0;
}

.av__text { /* sp */
	font-size: 1.4rem;
}

.aw { /* sp */
	margin: 50px 0;
}

.aw__item { /* sp */
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 30px 30px 20px;
}

.aw__item::before { /* sp */
}

.aw__item::after { /* sp */
}

.aw__button { /* sp */
	margin-top: 15px;
}

.ax__head-1 { /* sp */
	margin: 30px 5% 40px 0;
}

.ax__head-1 img { /* sp */
	width: 280px;
	margin: 0 auto;
}

.ay { /* sp */
	padding: 30px 30px 30px;
	margin-bottom: 15px;
	margin-top: 100px;
}

.ay--mb-lg { /* sp */
	margin-bottom: 40px;
}

.ay__wrap { /* sp */
	display: block;
}

.ay__title { /* sp */
	font-size: 1.8rem;
}

.ay__text { /* sp */
	width: 100%;
	line-height: 1.8;
	margin-bottom: 30px;
}

.ay__info { /* sp */
	width: 100%;
}

.ay__person { /* sp */
	margin-bottom: 10px;
}

.ay__tags { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ay__tags__item { /* sp */
	margin: 0 5px 5px 0;
}

.ay__tags__item a { /* sp */
	padding: 5px 5px;
}

.ay__deco { /* sp */
	width: 329px;
	height: 67px;
	top: -48px;
	right: 0;
}
	
.ay__deco__2 { /* sp */
	width: 100px;
}

.az__message { /* sp */
	padding: 0;
}

.az__message__text { /* sp */
	padding: 8px 10vw 0;
	font-size: 1.3rem;
	height: 200px;
}
	
.az__list { /* sp */
	font-size: 1.5rem;
}

.az__list__2 { /* sp */
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 50px;
	margin-left: 15px;
	margin-bottom: 50px;
}
	
.az__list__3 { /* sp */
	padding: 1.5em 1em 1em 1em;
}
	
.az__list__4 { /* sp */
	margin: 0px 10px 60px;/*はみ出ないように調整*/
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 1.5em 1em 1em 1em;
}
	
.az__list__5 { /* sp */
	margin: 50px 10px 50px;/*はみ出ないように調整*/
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 2em 1em 2em 1em;
}
	
.az__list__6{ /* sp */
	margin: 50px 10px 0px;/*はみ出ないように調整*/
}

.az__list__4__azfuan { /* sp */
	margin: 10px auto 30px;
}

.az__list__4__nayami { /* sp */
	margin: 30px auto 30px;
}
	
.az__list__4__soudan { /* sp */
	margin: 30px auto 30px;
}

.az__list__4 p { /* sp */
	text-align: left;
}

.az__link { /* sp */
	margin: 30px 10px 50px;
}	

.az__link__3 { /* sp */
	padding: 20px 10px 10px;
}
	
.az__link__4 { /* sp */
	margin: 40px 0px 40px;
	padding: 40px 10px 0px;
}	
	
.az__link::before { /* sp */
	font-size: 12px;
	padding: 5px;
}	
	
.az__link__img-box div { /* sp */
	min-height: 200px;
}	
	
.az__link__t { /* sp */
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 5px 5px 5px 5px;
}

.az__link__p { /* sp */
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 5px 5px 5px 5px;
}
	
.az__link__t__5 p { /* sp */
	font-size: 1.0rem;
	margin: 10px 0px;
}

.az__link__t__6 p { /* sp */
	font-size: 1.0rem;
	margin: 10px 0px;
}	

.az__content h2 { /* sp */
	font-size: 1.8rem;
	margin: 50px 0 20px;
	padding: 10px 5px 10px 10px;
}
	
.az__content h2#top { /* sp */
	margin: 20px 0 40px;
}	
	
.az__content__2 h2 { /* sp */
	font-size: 1.6rem;
}

.az__content h3 { /* sp */
	font-size: 1.7rem;
	margin: 30px 0 20px;
}
	
.az__content h4 { /* sp */
	font-size: 1.7rem;
	margin: 50px 0 20px;
}

.az__content p { /* sp */
	font-size: 1.6rem;
}
	
.az__content img { /* sp */
	margin-bottom: 0;
}

.ba { /* sp */
	margin-top: 70px;
}

.ba::before { /* sp */
	width: 80px;
	height: 80px;
	top: -73px;
}

.ba__button { /* sp */
	height: 40px;
	font-size: 1.6rem;
}

.ba__btn-outer::before { /* sp */
	right: 24%;
}

.ba__content { /* sp */
	background: url(../img/0126.png) repeat-y top left;
	background-size: 100% auto;
	height: auto;
	padding-bottom: 70px;
	background: url(../img/0126_bottom.png), url(../img/0126.png);
	background-repeat: no-repeat,repeat-y;
	background-position: bottom left,top left;
	background-size: contain, contain;
}

.ba__items + .ba__items { /* sp */
	margin-top: 0;
}

.ba__item { /* sp */
	margin-right: 7px;
	margin-bottom: 7px;
}

.ba__item label { /* sp */
	padding: 4px 6px;
}

.ba__text { /* sp */
	font-size: 1.6rem;
}

.ba__button-2 { /* sp */
	width: 50px;
	height: 50px;
	right: 60px;
	bottom: 0;
}

.bb__flame { /* sp */
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 3px 3px 3px 3px;
}
	
.bb__flame__h__2 { /* sp */
	margin-top: 30px;
}	
	
.bb__flame__h__3 { /* sp */
	margin-bottom: -10px;
}
	
.drawer-nav { /* sp */
	width: 55%;
}

.drawer--right.drawer-open .drawer-hamburger { /* sp */
	right: 55%;
}

.drawer-hamburger { /* sp */
	padding: 10px 20px 0 0;
	width: 40px;
}

.drawer-menu__item { /* sp */
	font-size: 1.4rem;
}

.drawer-menu__item a { /* sp */
	padding: 6px 0;
}

}

