@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* reset */ 

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; } body { /* プロジェクトによって変動 */ line-height: 1.5; width: 100%; font-smoothing: antialiased; font-variant-numeric: tabular-nums; /* safari hover対策 */ -webkit-font-smoothing: antialiased; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } ul, ol { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; vertical-align:baseline; text-decoration: none; color: inherit; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } img { vertical-align: bottom; line-height: 1.0; } button { line-height: 1.0; background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; } 

/* style */



* {
	font-weight: normal;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	color: #472301;
	font-size: 16px;
	/*font-family: 'Josefin Sans' , 'Noto Sans Japanese', sans-serif;*/
    font-family: Avenir, 'Helvetica neue', Helvetica, 'Segoe UI', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	word-break: break-all;
	font-feature-settings: "palt";
}
img {
	max-width: 100%;
	height: auto;
}
a {
	display: block;
}
a:hover {
	opacity: 0.7;
}
section {
	width: 100%;
	margin: 0 auto;
}
h2 {
	padding-bottom: 100px;
	font-size: 38px;
	letter-spacing: 5px;
}
h3 {
	color: #da6e6e;
	font-size: 28px;
	font-weight: 200;
}
p {
	line-height: 1.8;
}
.sp {
   display: none;
}



#contents {
	width: 100%;
	background-color: #fff;
}

/* header */
header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* Gnav */
#gnav {
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: solid 5px #da6e6e;
	background: rgba(255,255,255,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#header_logo {
	margin-right: auto;
    display: flex;
    align-items: center;
}
#header_logo img {
	width: 110px;
}
#header_logo h1 {
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.3;
}
#header_logo h1 span {
    font-size: 17px;
    font-weight: bold;
    display: block;
}
#gnav nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}
#gnav nav ul li {
	margin-right: 20px;
}
#gnav nav ul li a:hover {
	opacity: 1;
    color: #da6e6e;
}
#gnav nav ul li:last-child {
	margin-right: 0;
}
#gnav nav ul li.reserve a {
	padding: 15px 20px;
	background: #da6e6e;
	border-radius: 50px;
	color: #fff;
}
#gnav .hamburger {
	display: none;
  }

/* main_visual */
header #main_visual {
	width: 100%;
	margin: 104px auto 0;
	padding: 70px 0 160px 0;
	background: url("../img/header_bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
header #main_visual .ttl {
	width: 540px;
	margin-right: 10%;
	margin-left: auto;
    display: block;
}
header #main_visual img:nth-child(2n) {
	width: 409px;
	margin-top: 50px;
	margin-right: 14%;
	margin-left: auto;
	display: block;
}
header #main_visual #form_bnr {
	width: 80px;
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 3;
}

/* shoplist */
#shoplist {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: -50%;
	left: 10%;
}
#shoplist .inner {
	width: 80%;
	margin: 0 auto;
}
#shoplist .inner h2 {
	padding-bottom: 0;
	text-align: center;
}
#shoplist .inner ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#shoplist .inner ul:nth-of-type(2) {
	margin-top: 0px;
}
#shoplist .inner ul li {
	width: 19%;
	padding: 10px 0;
	background: #da6e6e;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50px;
	position: relative;
}
#shoplist .inner ul li::after {
	content: "";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background: url("../img/icon_arrow02.svg") no-repeat;
	position: absolute;
	top: 9px;
	right: 10px;
}
#shoplist .inner ul li:nth-child(2) {
	
}
#shoplist .inner ul li span {
    margin-top: -4px;
    padding: 3px 5px;
	font-size: 13px;
    font-weight: bold;
    color: #ccc;
    border: solid 1px #fff;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    
}
#shoplist .inner ul li.mens {
    width: 19%;
	margin: 20px 0;
	background: #a38f14;
}
#shoplist .inner ul li.mens::after {
	content: "";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background: url("../img/icon_arrow02.svg") no-repeat;
	position: absolute;
	top: 9px;
	right: 10px;
}
#shoplist .inner ul li.cs {
	pointer-events: none;
    background: #ccc;
}
#shoplist .inner ul li.cs::after {
    background: none;

}
/*#shoplist .inner ul li.cs::after {
	content: "COMING SOON";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #ccc;
	top: 8px;
	right: 10px;
    opacity: 0.9;
}*/



#campaign {
	width: 100%;
	margin: 0 auto;
	padding: 390px 0 100px;
	background: #f3f3f3;
}
#campaign h2 {
	padding-bottom: 0;
	text-align: center;
}
.campaign {
	width: 77%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.campaign .cp_l {
	width: 640px;
}
.campaign .cp_s li:first-child {
	margin-bottom: 10px;
}

#bloglist {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to bottom, #f9f9f9, #fff);
}

#bloglist .inner {
    width: 80%;
    margin: 0 auto;
    padding: 70px 0 100px 0;
}
#bloglist .inner h2 {
    padding-bottom: 100px;
	background: url("../img/blog_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#bloglist .inner ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}
#bloglist .inner ul li {
    width: 30%;
}
#bloglist .inner ul li a div {
    width: 100%;
    position: relative;
    margin-right: 15px;
    height: auto;
    padding-top: 66.67%;
}
#bloglist .inner ul li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#bloglist .inner ul li a span {
    display: inline-block;
    font-size: 14px;
}
#bloglist .inner ul li a h3 {
    margin: 10px 0;
    font-size: 20px;
}
#bloglist .inner .btn {
    width: 400px;
    margin: 70px auto 0px;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    border: solid 1px #da6e6e;
    color: #da6e6e;
}


#movie {
	width: 100%;
	margin: 0 auto;
	padding: 128px 0 120px;
	background: linear-gradient(to right, #fea4a4, #fbc5bc);
}
#movie .inner {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	/*border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;*/
}
#movie .inner h2 {
	padding: 0 65px;
	position: relative;
	top: -28px;
}
/*#movie .inner h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 22%;
	height: 1px;
	content: '';
	background: #fff;
}
#movie .inner h2:after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 22%;
	height: 1px;
	content: '';
	background: #fff;
}*/
#movie .inner .container {
	width:100%; /* 任意の横幅を指定 */
	margin: 20px auto 60px;
	aspect-ratio: 16/9;
}
#movie .inner .container iframe {
	width:100%;
	height:100%;
}


.sample-slider {
    margin: 0 auto 120px;
}
.sample-slider .swiper-wrapper{
    transition-timing-function: linear;
}



#about {
	padding: 100px 0;
}
#about .inner {
	width: 80%;
	margin: 0 auto;
}
#about .inner h2 {
	background: url("../img/about_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#about .inner h3 {
	margin-bottom: 20px;
}
#about .inner p {
	margin-bottom: 50px;
	line-height: 1.8;
}
#about .inner p span {
	color: #da6e6e;
}
#about .inner .column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#about .inner .column div {
    width: 48%;
}
#about .inner .column div div {
	width: 100%;
    margin-bottom: 5px;
	padding: 4%;
	background: linear-gradient(to right, #fea4a4, #fbc5bc);
	border-radius: 10px;
}
#about .inner .column div div ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#about .inner .column div div ul li {
	width: 32%;
    margin-bottom: 3%;
	padding: 3% 0;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}
#about .inner .column div div ul li span {
	color: #da6e6e;
	font-size: 23px;
    line-height: 1.2;
}
#about .inner .column div div p {
	margin-top: 2%;
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin-bottom: 0;
}
#about .inner .column img {
    width: 48%;
}


.bnr_box {
	width: 1000px;
	margin: 50px auto 0;
}
.bnr_box a:hover {
	position: relative;
	top: 3px;
}


#point {
	width: 80%;
	margin: 0 auto;
}
#point h2 {
	background: url("../img/point_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#point div {
	width: 100%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#point div .left_box,#point div .right_box {
	display: block;
}
#point div .left_box {
	margin-right: 5%;
}
#point div .right_box {
	margin-left: 5%;
}
#point div h3 {
	margin-bottom: 20px;
	font-weight: 400;
}
#point div .sttl {
	color: #da6e6e;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}
#point div .sttl span {
	font-size: 45px;
    font-weight: bold;
    margin-left: 5px;
}
#point div img {
	width: 45%;
}
#point div small {
	margin-top: 20px;
	display: block;
}





#price {
	background-color: #fff6f6;
    padding-bottom: 120px;
}
#price .inner {
	width: 85%;
	padding: 100px 0 10px 0;
	margin: 0 auto;
}
#price .inner h2 {
	background: url("../img/price_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#price .inner dl {
	width: 100%;
	margin: 0 auto 10px;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-justify-content: center; /** 真ん中寄せ **/
}
#price .inner dl dt {
	width: 30%;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	background: linear-gradient(to right, #fea4a4, #fbc5bc);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	/** 以下中央揃え**/
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#price .inner dl dd {
	width: 70%;
	padding: 20px 40px 20px 40px;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
#price .inner dl dd span {
	color: #da6e6e;
	font-size: 35px;
}
#price .inner dl dd .balloon {
	color: #fff;
	font-size: 20px;
}
.balloon {
    position: relative;
    background-color: #da6e6e;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    margin: 15px;
    border-radius: 5px;
    display: inline-block;
}
.balloon::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-right: 18px solid #da6e6e;
    top: 17px;
    left: -24px;
}

#price .inner ul {
    width: 100%;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#price .inner ul li {
    width: 32%;
    border: solid 1px #da6e6e;
    border-radius: 10px;
}
#price .inner ul li h3 {
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #da6e6e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
#price .inner ul li h3 strong {
    font-size: 25px;
    font-weight: bold;
    margin: 0 2px;
}
#price .inner ul li p span {
    color: inherit;
    font-size: 30px;
}
#price .inner ul li .course8::before {
	content: "";
    width: 75px;
    height: 75px;
    display: inline-block;
    background: url("../img/icon_price1.svg") no-repeat;
	position: absolute;
	top: -30px;
	left: -10px;
}
#price .inner ul li .course12::before {
	content: "";
    width: 65px;
    height: 65px;
    display: inline-block;
    background: url("../img/icon_price2.svg") no-repeat;
	position: absolute;
	top: -20px;
	left: -8px;
}
#price .inner ul li p {
    padding: 10px 20px 20px 20px;
}
#price .inner dl dd h3 span {
	font-size: 16px;
	font-weight: normal;
	color: #472301;
}
#price .inner dl dd h3:nth-child(3n) {
	margin-top: 50px;
}
#price .inner dl dd table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	box-sizing: border-box;
}
#price .inner dl dd table tr:nth-child(2) {
	border-top: solid 1px #da6e6e;
}
#price .inner dl dd table th {
	background: #da6e6e;
	color: #fff;
	border-left: solid 1px #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0.5em;
	vertical-align: middle;
}
#price .inner dl dd table td {
	width: 25%;
	padding: 0.5em;
	border-left: solid 1px #da6e6e;
	border-right: solid 1px #da6e6e;
	vertical-align: middle;
}
#price .inner dl dd table td.bottomline {
    border-bottom: solid 1px #da6e6e;
}
#price .inner dl dd table td p {
    margin-bottom: 10px;
	color: #da6e6e;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}
#price .inner dl dd table .none {
	border: none;
	background: #fff;
}
#price .inner dl dd table .even {
	background: #f2f2f2;
}
#price .inner dl dd table .even:last-child {
	border-bottom: solid 1px #da6e6e;
}
#price .inner dl dd small {
	margin-top: 5px;
	display: block;
    text-align: left;
}
#price .inner dl dd ul li p .note {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}


#compare .inner {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}
#compare .inner h2 {
	background: url("../img/compare_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#compare .inner table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
	box-sizing: border-box;
}
#compare .inner table td {
	padding: 0.5em;
	vertical-align: middle;
}
#compare .inner table td span {
	color: #da6e6e;
	font-size: 25px;
}
#compare .inner table td small {
	color: #da6e6e;
}
#compare .inner th {
	background: linear-gradient(to right, #fea4a4, #fbc5bc);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	line-height: 1.4;
}
#compare .inner tr:first-child th {
	width: 28%;
	padding: 1em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#compare .inner tr th:first-child {
	width: 15%;
	border-top: solid 1px #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fea4a4;
	font-size: 15px;
	font-weight: normal;
}
#compare .inner tr td:nth-child(2) {
	border-left: solid 3px #fea4a4;
	border-right: solid 3px #fbc5bc;
	border-image: linear-gradient(to right, #fea4a4, #fbc5bc);
	border-image-slice: 1;
}
#compare .inner tr:last-child td:nth-child(2) {
	border-bottom: solid 3px #fbc5bc;
	border-image: linear-gradient(to right, #fea4a4, #fbc5bc);
	border-image-slice: 1;
}
#compare .inner tr:last-child .gray_td {
	border-bottom: solid 1px #a9a9a9;
}
#compare .inner .none {
	background: #fff !important;
}
#compare .inner .gray_th {
	border-left: solid 1px #fff;
	background: #a9a9a9;
	font-size: 15px;
	font-weight: normal;
}
#compare .inner .even td {
	background: #f5f5f5;
}
#compare .inner .red_td {
	color: #da6e6e;
	font-size: 16px;
	font-weight: bold;
}
#compare .inner .gray_td {
	color: #575757;
	border-right: solid 1px #a9a9a9;
}

#trainer {
	width: 100%;
	margin: 0 auto;
	background-color: #fff6f6;
}
#trainer .inner {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}
#trainer .inner h2 {
	background: url("../img/trainer_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#trainer .inner .left_box {
	margin-bottom: 70px;
	display: flex;
}
#trainer .inner .left_box img {
	width: 50%;
	align-self: flex-start;
}
#trainer .inner .left_box div {
	width: 50%;
	padding: 5%;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#trainer .inner .left_box div h3 {
	padding-bottom: 1em;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	border-bottom: solid 1px #e4e4e4;
}
#trainer .inner .left_box div h3 span {
	font-size: 16px;
	letter-spacing: normal;
}
#trainer .inner .left_box div p {
	padding-top: 1em;
}
#trainer .inner .left_box div h4 {
	padding-top: 3em;
	font-size: 20px;
	color: #da6e6e;
}

#trainer .inner .right_box {
	margin-bottom: 70px;
	display: flex;
}
#trainer .inner .right_box div {
	width: 50%;
	padding: 5%;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#trainer .inner .right_box div h3 {
	padding-bottom: 1em;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	border-bottom: solid 1px #e4e4e4;
}
#trainer .inner .right_box div h3 span {
	font-size: 16px;
	letter-spacing: normal;
}
#trainer .inner .right_box div p {
	padding-top: 1em;
}
#trainer .inner .right_box div h4 {
	padding-top: 2em;
	font-size: 20px;
	color: #da6e6e;
}
#trainer .inner .right_box img {
	width: 50%;
	align-self: flex-start;
}
#trainer .inner div div h4::before {
	content: "";
    margin-right: 10px;
    margin-bottom: -9px;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background: url("../img/trainer_icon.svg") no-repeat;
    vertical-align: baseline;
}

#result {
	background-color: #fff6f6;
}
#result .inner {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}
#result .inner h2 {
	background: url("../img/result_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#result .inner img {
	margin-bottom: 30px;
}
#result .inner img:first-child {
	margin-bottom: 80px;
}
#result .inner .mt80 {
    margin-top: 80px;
}

#voice {
	padding: 100px 0;
}
#voice h2 {
	margin-left: 10%;
	background: url("../img/voice_h2.png") no-repeat;
	background-position: top 20px left 0;
}

#voice .inner {
	width: 80%;
    margin: 0 auto;
}
.WidgetTitle__Container-sc-j91g46-0 {
    display: none;
}
#voice ul {
	width: 90%;
	margin-left: 10%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
#voice ul li {
	width: 60%;
	height: 700px;
	margin: 0 2% 3% 0;
	padding: 5%;
	background-color: #fff6f6;
	border-radius: 10px;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}
#voice ul li h3 {
	width: 100%;
	margin-bottom: 1em;
	font-size: 25px;
	font-weight: 300;
	display: flex;
	align-items: center;
}
#voice ul li h3 span {
    width: 15%;
	margin-right: 1em;
}
#voice ul li h3 p {
    width: 80%;
}
#voice ul li small {
	margin-top: 40px;
	display: block;
	text-align: left;
}
#voice ul li small a {
	text-decoration: underline;
}
#voice ul li a:hover {
	text-decoration: none;
}
#voice small {
	text-align: right;
	margin-right: 10%;
	display: block;
}
#voice small a {
	display: inline-flex;
	text-decoration: underline;
}
#voice small a:hover {
	text-decoration: none;
}


#training {
	padding: 100px 0;
	background: #f9f9f9;
}
#training .inner h2 {
	margin-left: 10%;
	background: url("../img/training_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#training .inner .slider {
	width: 80%;
	margin: 0 auto;
    display: flex;
}
#training .inner .slider .slider_box {
	width: 100%;
    margin-bottom: 20px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#training .inner .slider .slider_box div {
	width: 60%;
}
#training .inner .slider .slider_box div h3 {
	font-size: 22px;
	font-weight: 500;
	color: #472301;
}
#training .inner .slider .slider_box div h3 span {
	width: 160px;
	margin-right: 20px;
	padding: 10px 0;
	background: linear-gradient(to right, #fea4a4, #fbc5bc);
	border-radius: 10px;
    color: #fff;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
}
#training .inner .slider .slider_box div p {
	margin: 30px 0 0 0;
}
#training .inner .slider .slider_box img {
	width: 265px;
	display: block;
}


#access {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}
#access h2 {
	background: url("../img/access_h2.png") no-repeat;
	background-position: top 20px left 0;
}
#access article {
	display: flex;
	justify-content: space-between;
}
#access article:nth-child(1n) {
	margin-bottom: 60px;
}
#access div {
	width: 45%;
}
#access div h3 {
	margin-bottom: 20px;
	padding: 9px 0 5px 0;
	background: #fff;
	border: solid 1px #da6e6e;
	border-top: solid 5px #da6e6e;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}
#access div h3 a {
    display: inline-flex;
}
#access div h3 a img {
    width: 1em;
}
#access div h3 span {
	margin-top: 1px;
	margin-left: 10px;
	padding: 5px 10px 2px 10px;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	vertical-align: top;
	letter-spacing: 1px;
	background: #da6e6e;
	display: inline-block;
}
#access div table {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}
#access div table tr th {
	width: 7em;
	padding: 15px 0 15px 5px;
	font-weight: bold;
	border-bottom: solid 1px #472301;
}
#access div table tr td {
	padding: 15px 0 15px 10px;
	border-bottom: solid 1px #e0e0e0;
}
#access div .map {
	width: 100%;
	height: 375px;
}   




#faq {
	background-color: #fff6f6;
}
#faq .inner {
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}
#faq .inner h2 {
	background: url("../img/faq_h2.png") no-repeat;
	background-position: top 20px left 0;
}
.accordion {
	width: 100%;
}
.toggle {
	display: none;
}
.option {
	position: relative;
	margin-bottom: 1em;
}
.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.title {
	padding: 1em 2em 1em 1em;
	display: block;
	background: linear-gradient(to right, #fea4a4, #fbc5bc);
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
}
.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 5px;
	height: 1em;
	border-radius: 25px;
	background-color: #fff;
	transition: all 0.3s;
}
.title::after {
	transform: rotate(90deg);
}
.content {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.content p {
	margin: 0;
	padding: 3em;
}
.toggle:checked + .title + .content {
	max-height: 1200px;
	transition: all 1.5s;
}
.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}


#form {
	background: url("../img/form_bg.jpg") no-repeat;
	background-size: cover;
}
#form .inner {
	width: 80%;
	margin: 0 auto;
	padding: 110px 0;
}
#form .inner h2 {
	padding-bottom: 50px;
	text-align: center;
}
#form .inner ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#form .inner ul li {
    width: 32%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    position: relative;
}
#form .inner ul li a {
    padding: 1em;
    padding-left: 2em;
    display: block;
    background-color: #da6e6e;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	font-weight: bold; 
	color: #fff;
	border-radius: 100vh;
	border-bottom: 5px solid #c03b3b;
}
#form .inner ul li a:hover {
	margin-top: 6px;
    color: #fff;
	border-bottom: 1px solid #c03b3b;
    opacity: 1;
}
#form .inner ul li a img {
    width: 1.6em;
    height: 1.6em;
}
#form .inner article div {
	width: 100%;
}
#form .inner article div h3 {
	margin-bottom: 20px;
	padding: 9px 0 5px 0;
	background: #fff;
	border: solid 1px #da6e6e;
	border-top: solid 5px #da6e6e;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}




/* #footer */
footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 13px;
	background-color: #472301;
}
footer div {
	width: 80%;
	margin: 0 auto;
}
footer .footer_nav1 ul {
    display: flex;
}
footer .footer_nav1 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
footer .footer_nav1 ul li a:hover {
    text-decoration: underline;
}
.footer_nav2 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 13px;
    background-color: #2c1601;
    color: #b5aea8;
}
.footer_nav2 ul {
	width: 80%;
	margin: 0 auto;
    display: flex;
}
.footer_nav2 ul li {
   margin: 0 20px 0 0;
}
.footer_nav2 ul il a {
	text-decoration: none;
}
.footer_nav2 ul il a:hover {
	text-decoration: underline;
}



/* -------------------- */
/* detail */
/* -------------------- */

.menu {
  position: fixed;
  top: 13px;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: #da6e6e;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
}
.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.menu span:nth-of-type(1) {
  transform: translateY(-5px);
}
.menu span:nth-of-type(3) {
  transform: translateY(5px);
}

#menu {
  display: none;
}
#menu:checked ~ .menu {
  background-color: transparent;
  transform: rotate(360deg);
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span {
  background-color: white;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
#menu:checked ~ .nav {
  right: 0px;
  transition: left 500ms ease;
}
#menu:checked ~ main {
  transform: translateX(-250px);
  transition: transform 500ms ease;
}

.nav {
  position: fixed;
  top: 0;
  right: -500px;
  width: 300px;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #da6e6e;
  transition: left 500ms ease;
  z-index: 2;
}
.nav ul {
  position: relative;
  list-style-type: none;
  margin: 100px 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid white;
}
.nav ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.nav ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width 250ms ease;
  z-index: -1;
}
.nav ul li a:hover {
  color: #472301;
}
.nav ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: white;
  transition: width 250ms ease;
}


main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  transform: translateX(0px);
  transition: transform 500ms ease;
  z-index: 0;
}





#slider {
	width: 80%;
	margin: 0 auto;
}
#slider .slider {
	width:100%;/* スライダーの幅を指定*/
	list-style:none;
}
#slider .slider li p {
	margin-top: 20px;
	font-size: 18px;
}
/*==// ここから矢印 //==*/
.slide-arrow{
	position:absolute;
	/*上下中央に矢印配置*/
	top:45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:100;
	cursor:pointer;/*ポインター表示にし、クリック可能なことを視覚的にわかりやすくします*/
}
.slide-arrow::before{
	display:block;
	color:#da6e6e;
	font-size:25px;
	font-weight:900;
	font-family:"Font Awesome 5 Free";
}
.next-arrow{ right:10px; }/*内側に右から10ピクセル移動*/
.prev-arrow{ left:10px; }/*内側に左から10ピクセル移動*/
.next-arrow::before{
	content:"\f054";/*右矢印のアイコンフォント*/
}
.prev-arrow::before{
	content:"\f053";/*左矢印アイコンフォント*/
}
.slide-arrow:hover::before{
	color:#da6e6e;
}
/*==// ここからdots //==*/
.slick-dots{
	/*画像の下部へ配置*/
	position:absolute;
	bottom:0;
	z-index:100;
}
.slick-dots li button:before{
	color:#fff;
	opacity:1;
}
.slick-dots li.slick-active button:before{ color:#11cfff; opacity:1; }



#anchor ul {
	width: 80%;
	margin: 0 auto;
	padding: 35px 0 85px 0;
	display: flex;
	justify-content: space-between;
}
#anchor ul li {
	width: 23.5%;
	color: #da6e6e;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	border: solid 2px #da6e6e;
	border-radius: 10px;
	background-color: #fff;
	line-height: 1.2;
	position: relative;
}
/*#anchor ul li::after {
	content: "";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background: url("../img/icon_arrow.svg") no-repeat;
	position: absolute;
	top: 25px;
	right: 10px;
}*/
#anchor ul li a {
	height: 100%;
	padding: 1.5em 0 0 0;
	display: block;
}
#anchor ul li:last-child a {
	padding: 15px;
}
#anchor ul li a:hover {
	opacity: 0.7;
}


#access .detail div {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#access .detail div table {
	width: 45%;
}
#access .detail div iframe {
	width: 50%;
	height: 90%;
}



/* -------------------- */
/* terms */
/* -------------------- */

#terms_ttl {
	width: 80%;
	margin: 45px auto 0;
	display: flex;
	align-items: center;
}
#terms_ttl h1 {
	width: 15%;
	margin-right: 30px;
}
#terms_ttl h2 {
	padding: 0;
	font-size: 28px;
	font-weight: bold;
}

.terms_main {
	width: 80%;
	margin: 60px auto 0;
}
.terms_main h3 {
	font-size: 20px;
	font-weight: bold;
	color: #472301;
}
.terms_main h4 {
	margin: 30px auto 0;
}
.terms_main .mb30 {
	margin-bottom: 30px;
}

#terms_footer {
	width: 80%;
	margin: 0 auto;
	background: none;
}





/* -------------------- */
/* responsive */
/* -------------------- */
@media screen and (max-width: 900px) {
	img {
		max-width: 100%;
		height: auto;
	}
	h2 {
		padding-bottom: 15% !important;
		font-size: 7vw !important;
		background-position: top 20px left 0 !important;
		background-size: contain !important;
	}
	h3 {
		font-size: 5vw !important;
		font-weight: 200;
	}
	p {
		font-size: 3.2vw;
		white-space: pre-wrap;
	}
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
	
	
	#gnav {
		padding: 17px;
	}
	#gnav img {
		width: 100px;
	}
    #header_logo h1 {
        font-size: 14px;
    }
    #header_logo h1 span {
        font-size: 14px;
    }
	#gnav nav ul {
		width: 80%;
		display: block;
	}
	#gnav nav ul li {
		margin-right: 0;
	}
	#gnav nav ul li.reserve a {
		
	}
	
	/* ヘッダーのナビ部分 */
	.header__nav {
	  position: absolute;
	  right: 0;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100vh;
	  transform: translateX(100%);
	  background-color: #fff;
	  transition: ease .4s;
	}


	@media screen and (min-width: 960px) {
	  .header__nav {
		position: static;
		transform: initial;
		background-color: inherit;
		height: inherit;
		display: flex;
		justify-content: end;
		width: 50%;
	  }
	}


	@media screen and (min-width: 960px) {
	  .nav__items {
		width: 100%;
		display: flex;
		align-items: center;
		height: initial;
		justify-content: space-between;
	  }
	}

	.nav-items {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  padding: 0;
	}


	@media screen and (min-width: 960px) {
	  .nav-items {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);

	  }
	}
	
	
	/* ナビのリンク */
	.nav-items__item a {
	  width: 100%;
	  text-align: center;
	  font-size: 20px;
	  margin-bottom: 24px;
	}

	.nav-items__item:last-child a {
	  margin-bottom: 0;
	}

	@media screen and (min-width: 960px) {
	  .nav-items__item a {
		margin-bottom: 0;
	  }
	}
	
	
	/* ハンバーガーメニュー */
	.header__hamburger {
	  width: 48px;
	  height: 100%;

	}

	.hamburger {
	  background-color: transparent;
	  border-color: transparent;
	  z-index: 9999;
		display: block !important;
	}
	
	
	/* ハンバーガーメニューの線 */
	.hamburger span {
	  width: 100%;
	  height: 1px;
	  background-color: #000;
	  position: relative;
	  transition: ease .4s;
	  display: block;
	}

	.hamburger span:nth-child(1) {
	  top: 0;
	}

	.hamburger span:nth-child(2) {
	  margin: 8px 0;
	}

	.hamburger span:nth-child(3) {
	  top: 0;
	}
	
	/* ハンバーガーメニュークリック後のスタイル */
	.header__nav.active {
	  transform: translateX(0);
	}

	.hamburger.active span:nth-child(1) {
	  top: 5px;
	  transform: rotate(45deg);
	}

	.hamburger.active span:nth-child(2) {
	  opacity: 0;

	}

	.hamburger.active span:nth-child(3) {
	  top: -13px;
	  transform: rotate(-45deg);
	}
	
	
	
	header #main_visual {
		width: 100%;
		height: 590px;
		margin-top: 60px;
		padding: 0;
		background: url("../img/header_bg_sp.jpg") no-repeat;
		background-size: 100%;
		position: relative;
	}
	header #main_visual .ttl {
		width: 84%;
		margin: 0 auto;
		padding-top: 10%;
	}
	header #main_visual img:nth-child(2n) {
		width: 80%;
		margin: 0 auto;
		position: absolute;
		left: 10%;
		bottom: 13%;
	}
	header #main_visual #form_bnr {
		width: 64px;
	}

	#shoplist {
		width: 100%;
        padding-top: 0;
		position: inherit;
		bottom: 0;
		left: 0;
		box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)
	}
	#shoplist .inner {
		width: 88%;
	}
	#shoplist .inner h2 {
		padding-bottom: 0 !important;
	}
    #shoplist .inner ul {
        justify-content: space-between;
    }
	#shoplist .inner ul li {
		width: 49%;
		margin-bottom: 5% !important;
		font-size: 18px;
	}
	#shoplist .inner ul li:nth-child(2) {
		margin: 0;
	}
	#shoplist .inner ul li.mens {
        width: 49%;
		margin: 0;
        font-size: 18px;
	}
	
	#campaign {
		padding: 10% 0;
	}
	#campaign h2 {
		padding: 0!important;
	}
	.campaign {
        width: 90%;
        margin: 0 auto;
		display: block;
	}
    .campaign .cp_l {
        width: 100%;
    }
    .campaign .cp_s {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .campaign .cp_s li {
        width: 48%;
    }
    .campaign .cp_s li:first-child {
        margin-top: 8px;
    }
    
    
    #bloglist .inner {
        width: 87%;
        padding: 70px 0 80px 0;
    }
    #bloglist .inner h2 {
        background-size: 60% !important;
    }
    #bloglist .inner ul li {
        width: 47%;
        margin-bottom: 40px;
    }
    #bloglist .inner .btn {
        width: 100%;
        margin-top: 40px;
    }
	
	
	#movie {
		padding: 15% 0;
	}
	#movie .inner {
		width: 100%;
		border: 0;
	}
	#movie .inner h2 {
		padding: 0!important;
		top: 0;
		font-size: 5.5vw!important;
	}
	/*#movie .inner h2::before {
		display: none;
	}
	#movie .inner h2::after {
		display: none;
	}*/
	#movie .inner .container {
		width: 100%;
		height: 0;
		margin: 5% 0 0 0;
		padding-top: 56.25%;
		position: relative;
	}
	#movie .inner .container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	#about {
		padding: 20% 0 0 0;
	}
    #about .inner {
        width: 87%;
    }
	#about .inner h2 {
		background-size: 85% !important;
		background-position: left 0 top 75% !important;
	}
    #about .inner .column {
        display: block;
    }
    #about .inner .column div {
        width: 100%;
    }
    #about .inner .column div div {
        padding: 0 0 6% 0;
    }
    #about .inner .column div div p {
        margin-top: 0;
    }
	#about .inner div ul {
		padding: 5%;
		flex-wrap: wrap;
	}
	#about .inner div ul li {
		width: 48%;
		margin-bottom: 3%;
		font-size: 3.7vw;
	}
    #about .inner .column div div ul li span {
		font-size: 5vw;
	}
	#about .inner div p {
		margin: 0 5% 5% 5%;
		font-size: 5vw;
		line-height: 1.3;
	}
    #about .inner .column img {
        width: 100%;
        margin: 8% 0;
    }
	
	.bnr_box {
		width: 90%;
		margin: 0 auto 15%;
	}
    #swiperBox {
       padding-top: 10px;
        overflow: hidden;
        
    }
    .swiper-wrapper {
       transform: scale(2); 
    }

	#point {
		width: 87%;
		margin: 0 auto;
	}
	#point h2 {
		margin-left: 0;
		background-size: 80% !important;
		background-position: left 0 top 90% !important;
	}
	#point div {
		margin-bottom: 10%;
		display: grid;
	}
	#point div:last-child {
		margin-bottom: 30%;
	}
	#point div .left_box {
		width: 100%;
		margin: 0 auto 5%;
	}
	#point div .right_box {
		width: 100%;
		margin: 0 auto 5%;
		order: 1;
	}
	#point div img {
		width: 100%;
		order: 2;
	}
    
    
    #training .inner {
        width: 87%;
        margin: 0 auto;
    }
    #training .inner h2 {
        margin-left: 0;
    }
    #training .inner ul li div h3 span {
        width: 120px;
        margin-right: 15px;
        margin-bottom: 20px;
        padding: 8px 0;
        display: block;
    }
    #training .inner .slider {
        width: 100%;
    }
    #training .inner .slider .slider_box {
        margin-bottom: 0;
        display: block;
    }
    #training .inner .slider .slider_box div {
        width: 100%;
    }
    #training .inner .slider .slider_box div p {
        margin: 20px 0;
    }
    #training .inner .slider .slider_box div h3 span {
        margin-bottom: 30px;
       display: block;
    }
    #training .inner .slider .slider_box img {
        width: 100%;
    }
	
    #price .inner {
        width: 87%;
    }
	#price .inner h2 {
		background-size: 65% !important;
	}
	#price .inner dl {
		margin-bottom: 5%;
		display: block;
		text-align: center;
	}
	#price .inner dl dt {
		width: 100%;
		padding: 0.5em;
		border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	#price .inner dl dd {
		width: 100%;
		padding: 5%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#price .inner dl dd table th {
		line-height: 1.4;
		vertical-align: middle;
	}
    #price .inner ul {
        width: 100%;
        display: block;
    }
     #price .inner ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    #price .inner ul li .course8::before {
        top: -15px;
    }
    #price .inner ul li .course12::before {
        top: -15px;
    }
    .balloon::before {
        border-right: 12px solid transparent;
        border-bottom: 18px solid #da6e6e;
        top: -29px;
        left: 127px;
    }
	
	#trainer .inner {
		width: 87%;
		margin: 0 auto;
	}
	#trainer .inner h2 {
		margin-left: 0;
		background-size: 90% !important;
	}
	#trainer .inner .left_box {
		width: 100%;
		display: block;
		margin: 0 auto 30px;
        background-color: #fff;
        padding-top: 30px;
	}
	#trainer .inner .left_box:last-child {
		margin-top: 20%;
	}
	#trainer .inner .left_box img {
		margin: 0 auto;
		display: block;
	}
	#trainer .inner .left_box div {
		width: 100%;
		padding: 2em;
		border-radius: 0;
	}
	#trainer .inner .left_box:nth-of-type(3n) img {
		margin: 0 auto;
		display: block;
	}
	#trainer .inner .right_box {
		width: 100%;
		display: grid;
		margin: 0 auto 30px;
        background-color: #fff;
        padding-top: 30px;
	}
	#trainer .inner .right_box img {
		margin: 0 auto;
		display: block;
		order: 1;
	}
	#trainer .inner .right_box div {
		width: 100%;
		padding: 2em;
		order: 2;
		border-radius: 0;
	}
	
	#result .inner {
        width: 87%;
		padding-bottom: 20%;
	}
	#result h2 {
		background-size: 85% !important;
	}
	
	#voice {
		padding-bottom: 20%;
	}
	#voice h2 {
		margin-right: 10%;
		background-size: 75% !important;
	}
    #voice .inner {
        width: 90%;
        margin: 0 auto;
    }
	#voice ul li {
		width: 80%;
		height: auto;
	}
	#voice ul li h3 {
		justify-content: space-between;
	}
	#voice ul li h3 span {
		width: 23%;
		margin-right: 0;
	}
	#voice ul li h3 p {
		width: 75%;
		font-size: 3.5vw;
	}
	
    #compare .inner {
        width: 87%;
    }
	#bloglist .inner ul {
        justify-content: space-between;
        gap: initial;
    }
    #bloglist .inner ul li {
        margin-bottom: 20px;
    }
	#access h2 {
		background-size: 90% !important;
	}
	#access article {
		display: block;
	}
	#access div {
		width: 100%;
		margin-top: 30px;
	}
	#access div h3 {
		font-size: 5vw !important;
	}
	#access div h3 span {
		vertical-align: top;
	}
	#access div table {
		width: 100%;
	}
	#access div iframe {
		width: 100%;
	}
	
    
    #faq .inner {
        width: 87%;
    }
	#faq .inner h2 {
		background-size: 45% !important;
	}
	.title::after,
	.title::before {
		top: 40%;
	}
	
	#form .inner {
		width: 88%;
	}
    #form .inner ul {
        display: block;
    }
    #form .inner ul li {
        width: 100%;
    }
	#form .inner article {
		width: 100%;
		display: block;
	}
	
	#form .inner article div {
		width: 100%;
	}

	#form .inner article div h3 {
		font-size: 6vw !important;
	}
	
	footer {
		width: 100%;
		margin: 0;
		font-size: 2.7vw;
	}
    footer .footer_nav1 {
        width: 88%;
        margin: 0 auto;
    }
	footer .footer_nav1 ul {
		display: block;
	}
	footer .footer_nav1 ul li {
        width: 100%;
		padding: 20px 0;
        border-bottom: solid 1px #594a3c;
        position: relative;
	}
    footer .footer_nav1 ul li::after {
        content: "";
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        background: url("../img/icon_arrow02.svg") no-repeat;
        position: absolute;
        top: 20px;
        right: 5px;
    }
    footer .footer_nav1 ul li:last-child {
        border-bottom: none;
	}
    .footer_nav2 {
        font-size: 2.8vw;
    }
     .footer_nav2 ul {
        width: 88%;
    }
    
    
    /* -------------------- */
	/* detail */
	/* -------------------- */
	.menu {
		width: 45px;
		height: 45px;
	}
	#anchor ul {
		display: block;
	}
	#anchor ul li {
		width: 100%;
		margin-bottom: 3%;
	}
	#anchor ul li a {
		padding: 1.2em 0; 
	}
	
	#access {
		margin-top: 25%;
		padding: 0;
	}
	#access .detail div {
		display: block;
	}
	#access .detail div table {
		width: 100%;
	}
	#access .detail div iframe {
		width: 100%;
	}
	
	
	
	/* -------------------- */
	/* terms */
	/* -------------------- */
	
	#terms_ttl {
		display: block;
	}
	#terms_ttl h1 {
		width: 40%;
		margin-bottom: 8%;
	}
	.terms_main {
		margin-top: 60px;
	}
}










